@charset "UTF-8";
@import url(all.css);
/*rootの変数宣言*/
:root {
  /*==============================
      カラー    
  ==============================*/
  --color-font: #30534c;
  --color-white: #ffffff;
  --color-deepgreen: #30534c;
  --color-green: #148f7a;
  --color-yellow: #fbce01;
  --color-black: #222222;
  --color-gray: #f2f2f2;
  /*カレントカラー*/
  --color-current: #fbce01;
  /*テキストリンクカラー*/
  --color-textlink: #148f7a;
  /*必須ボタンカラー*/
  --color-required: #148f7a;
  /*任意ボタンカラー*/
  --color-optional: #148f7a;
  /*ラジオボタンカラー*/
  --color-radio: #148f7a;
  /*チェックボタンカラー*/
  --color-check: #148f7a;
  /*==============================
      フォントファミリー
  ==============================*/
  /*タイトル*/
  --font-family-heading: "Zen Kaku Gothic New", sans-serif;
  /*本文*/
  --font-family-body: "Zen Kaku Gothic New", sans-serif;
  /*==============================
      フォントサイズ
  ==============================*/
  /*基準のフォントサイズ*/
  --font-size-body: 1.7rem;
  /*その他テキスト*/
  --font-size-14: 1.4rem;
  --font-size-15: 1.5rem;
  --font-size-16: 1.6rem;
  --font-size-17: 1.7rem;
  --font-size-18: 1.8rem;
  --font-size-20: 2.0rem;
  --font-size-22: 2.2rem;
  --font-size-23: 2.3rem;
  --font-size-24: 2.4rem;
  --font-size-25: 2.5rem;
  --font-size-26: 2.6rem;
  --font-size-30: 3.0rem;
  --font-size-35: 3.5rem;
  --font-size-38: 3.8rem;
  --font-size-40: 4.0rem;
  --font-size-50: 5.0rem;
  --font-size-55: 5.5rem;
  --font-size-65: 6.5rem;
  --font-size-80: 8.0rem;
  --font-size-85: 8.5rem;
  /*==============================
      行間
  ==============================*/
  /*基準の行間*/
  --line-height-base: 2;
  /*==============================
      文字間
  ==============================*/
  /*基準の文字間*/
  --letter-spacing-base: 0.08em;
  /*その他文字間*/
  --letter-spacing-xs: 0.02em;
  --letter-spacing-sm: 0.03em;
  --letter-spacing-lg: 0.08em;
  --letter-spacing-xl: 0.10em;
  --letter-spacing-2xl: 0.12em;
  --letter-spacing-3xl: 0.15em;
}

/*rootの変数宣言*/
:root {
  /*==============================
      カラー    
  ==============================*/
  --color-font: #30534c;
  --color-white: #ffffff;
  --color-deepgreen: #30534c;
  --color-green: #148f7a;
  --color-yellow: #fbce01;
  --color-black: #222222;
  --color-gray: #f2f2f2;
  /*カレントカラー*/
  --color-current: #fbce01;
  /*テキストリンクカラー*/
  --color-textlink: #148f7a;
  /*必須ボタンカラー*/
  --color-required: #148f7a;
  /*任意ボタンカラー*/
  --color-optional: #148f7a;
  /*ラジオボタンカラー*/
  --color-radio: #148f7a;
  /*チェックボタンカラー*/
  --color-check: #148f7a;
  /*==============================
      フォントファミリー
  ==============================*/
  /*タイトル*/
  --font-family-heading: "Zen Kaku Gothic New", sans-serif;
  /*本文*/
  --font-family-body: "Zen Kaku Gothic New", sans-serif;
  /*==============================
      フォントサイズ
  ==============================*/
  /*基準のフォントサイズ*/
  --font-size-body: 1.7rem;
  /*その他テキスト*/
  --font-size-14: 1.4rem;
  --font-size-15: 1.5rem;
  --font-size-16: 1.6rem;
  --font-size-17: 1.7rem;
  --font-size-18: 1.8rem;
  --font-size-20: 2.0rem;
  --font-size-22: 2.2rem;
  --font-size-23: 2.3rem;
  --font-size-24: 2.4rem;
  --font-size-25: 2.5rem;
  --font-size-26: 2.6rem;
  --font-size-30: 3.0rem;
  --font-size-35: 3.5rem;
  --font-size-38: 3.8rem;
  --font-size-40: 4.0rem;
  --font-size-50: 5.0rem;
  --font-size-55: 5.5rem;
  --font-size-65: 6.5rem;
  --font-size-80: 8.0rem;
  --font-size-85: 8.5rem;
  /*==============================
      行間
  ==============================*/
  /*基準の行間*/
  --line-height-base: 2;
  /*==============================
      文字間
  ==============================*/
  /*基準の文字間*/
  --letter-spacing-base: 0.08em;
  /*その他文字間*/
  --letter-spacing-xs: 0.02em;
  --letter-spacing-sm: 0.03em;
  --letter-spacing-lg: 0.08em;
  --letter-spacing-xl: 0.10em;
  --letter-spacing-2xl: 0.12em;
  --letter-spacing-3xl: 0.15em;
}

/*opacity含めたカラー指定あればここで定義*/
/*========================
    default
========================*/
html {
  font-size: 62.5%;
}

a[href^="tel:"] {
  pointer-events: none;
}

.pc-none {
  display: none !important;
}

.wrapper {
  min-width: 1280px;
  max-width: 1920px;
  margin-inline: auto;
}

.container {
  /*ヘッダー追従の時はここにmax-width:1920px;,overflow-x:hidden;をかける*/
}

.com-inbox {
  width: 1080px;
}

/*ロゴのホバー処理*/
.logo a:hover {
  transition: opacity 0.3s;
}
.logo a:hover:hover {
  opacity: 0.5;
}

/*パンくずリスト*/
.breadcrumb {
  padding-block: 1rem;
}
.breadcrumb__list {
  width: 1080px;
  margin-inline: auto;
  display: flex;
  justify-content: flex-start;
}
.breadcrumb__item {
  display: flex;
  font-size: var(--font-size-14);
}
.breadcrumb__item::after {
  content: "｜";
  pointer-events: none;
}
.breadcrumb__item:last-child {
  display: block;
  max-width: 23rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumb__item:last-child::after {
  display: none;
}
.breadcrumb__item a:hover {
  transition: opacity 0.3s;
}
.breadcrumb__item a:hover:hover {
  opacity: 0.5;
}

/*共通テーブル*/
.com-table th {
  width: 23rem;
}
.com-table td {
  padding-left: 1rem;
}
.com-table td .replace {
  width: 29.8rem;
  aspect-ratio: 298/16;
  vertical-align: middle;
  margin-block: 1rem 2rem;
}
.com-table td:has(.replace) {
  line-height: 1;
}
.com-table__wrap {
  padding: 2rem 3rem 2.6rem 3rem;
}

/*追従ボタン*/
.follow_btn--top a {
  transition: 0.3s;
}
.follow_btn--top a:hover {
  opacity: 0.5;
  transform: translateY(-1rem);
}
.follow_btn--line {
  transition: all 0.5s;
  right: -19rem;
  bottom: 10rem;
}
.follow_btn--line:hover {
  right: 0;
}
.follow_btn--line a {
  padding: 1rem 1.4rem 0.9rem 3.5rem;
  width: 22rem;
  height: 9rem;
}

/*==============================
    各種ホバー処理
==============================*/
/*ヘッダー*/
header .mail-btn {
  transition: all 0.3s;
}
header .mail-btn:hover {
  background-color: var(--color-white);
  color: var(--color-green);
}
header .mail-btn:hover::before {
  background: url(../img/common/icon_mail_g.png) top left/contain no-repeat;
}

/*グローバルナビゲーション*/
.gnav__item a {
  transition: all 0.3s;
}
.gnav__item a:hover {
  opacity: 0.5;
}

/*共通ボタン*/
.com-btn--green:hover {
  background-color: var(--color-white);
  color: var(--color-green);
}
.com-btn--deepgreen:hover {
  background-color: var(--color-white);
  color: var(--color-deepgreen);
}
.com-btn--white:hover {
  background-color: #333333;
  color: var(--color-white);
}

/*フッター*/
.footer .util__item:not(:has(.com-btn)) a {
  transition: all 0.3s;
}
.footer .util__item:not(:has(.com-btn)) a:hover {
  opacity: 0.5;
}

/*下層リンク*/
.top-link__item {
  transition: all 0.3s;
}
.top-link__item:hover {
  transform: translateY(-2rem);
}

.com-textlink:hover {
  opacity: 0.5;
}

.complete__btn:hover {
  opacity: 0.5;
}

/*==============================
    ヘッダー
==============================*/
header {
  position: relative;
}
header__inner {
  padding: 1.2rem 2.5rem 1.8rem 1.1rem;
}
header .mail-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 19rem;
  height: 6rem;
  background-color: var(--color-green);
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 2rem 1.8rem;
  border: 2px solid var(--color-green);
}
header .mail-btn::before {
  transition: all 0.3s;
  content: "";
  display: block;
  width: 2.3rem;
  aspect-ratio: 23/15;
  background: url(../img/common/icon_mail.png) top left/contain no-repeat;
}

/*==============================
    メインビジュアル
==============================*/
.mv {
  height: clamp(560px, 43.75vw, 840px);
}
.mv__title {
  width: clamp(575px, 44.9vw, 862px);
  aspect-ratio: 862/738;
  left: 0;
  bottom: 0;
}

/*==============================
    サブビジュアル
==============================*/
.sv {
  height: 36rem;
}
.sv__title::before {
  min-width: 69.3rem;
  min-height: 14rem;
}

/*==============================
    共通タイトル
==============================*/
.com-title01 {
  padding-block: 1.6rem;
}
.com-title01 span:not(.inline-block) {
  min-width: 76rem;
}

/*==============================
    TOP
==============================*/
/*こんなお悩みございませんか？*/
.top-worry {
  padding-top: 10rem;
}
.top-worry__h3 {
  margin-bottom: 8.2rem;
}
.top-worry__inner {
  gap: 2rem;
  padding-bottom: 8.3rem;
}
.top-worry__image {
  margin-left: -6.5rem;
}
.top-worry__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3.8rem;
}
.top-worry__item {
  display: flex;
  align-items: center;
  line-height: 1;
  gap: 1rem;
}
.top-worry__item span {
  padding-bottom: 0.5rem;
}

/*こんな時は、ウル虎社会保険労務士事務所にお任せください！*/
.top-answer {
  padding-block: 6rem;
}
.top-answer::before {
  width: 47.5rem;
  top: -4rem;
}
.top-answer .com-inbox {
  padding: 3.8rem 26rem 4.3rem 4rem;
}
.top-answer .com-inbox::before {
  width: 23.8rem;
  top: -3rem;
  right: -1rem;
}
.top-answer__h3 strong {
  background: linear-gradient(0deg, var(--color-yellow) 50%, var(--color-white) 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top-answer__box p {
  margin-right: -1em;
}

/*ウル虎社会保険労務士事務所が皆様に選ばれる理由*/
.top-reason {
  padding-bottom: 10.7rem;
}
.top-reason__h3 {
  margin-bottom: 7.6rem;
}
.top-reason__h3 span {
  padding-block: 3rem 3.5rem;
}
.top-reason__item {
  width: 34rem;
  padding-block: 2.2rem 3rem;
}
.top-reason__item p {
  padding-inline: 3.5rem;
}

/*ウル虎社会保険労務士事務所で解決できること*/
.top-possible {
  padding-block: 9.6rem 12rem;
}
.top-possible__h3 {
  margin-bottom: 7.6rem;
}
.top-possible__list {
  margin-bottom: 9.7rem;
}
.top-possible__item {
  padding: 3rem 1rem;
  width: 34rem;
}
.top-possible__item.wide {
  width: 42rem;
}

/*社員トラブルから助成金まで、相談事例を公開中！*/
.top-case__text {
  padding: 4rem 4rem 4.4rem 4rem;
}
.top-case .com-btn {
  height: 7rem;
}

/*ページリンク*/
.top-link {
  padding-block: 7.8rem 7.2rem;
}
.top-link__list {
  justify-content: center;
  gap: 4rem;
}
.top-link__item {
  width: 52rem;
}
.top-link__item a {
  padding: 3rem 3rem 5rem 3rem;
}

/*まずはお気軽にご相談ください！*/
.top-contact {
  padding-block: 9.2rem 10rem;
}
.top-contact .com-inbox::before {
  width: 28.8rem;
  right: 0;
  bottom: -5rem;
}
.top-contact__list {
  justify-content: center;
  gap: 4rem;
}
.top-contact__item {
  width: 52rem;
  padding: 3.3rem 2rem 2rem 2rem;
}
.top-contact__item .com-btn {
  height: 6rem;
}
.top-contact__item--line-box {
  padding: 2rem 1.2rem 2rem 1.5rem;
}
.top-contact__item--line-box p {
  margin-right: -1em;
}

/*お知らせ*/
.top-news {
  padding-block: 8.6rem 8.2rem;
}
.top-news .com-inbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 5rem;
}
.top-news__h3 {
  order: 0;
}
.top-news .com-news__list {
  width: 100%;
  order: 2;
}
.top-news .com-btn {
  order: 1;
  width: 19rem;
  height: 5rem;
}

/*==============================
    サービス内容
==============================*/
/*ウル虎社会保険労務士事務所でトラブルもチャンスに変えて、丸ごと解決！*/
.service-section {
  padding-block: 0 6.7rem;
}
.service-section__list {
  margin-top: 16.4rem;
}

/*初めてでも安心！ウル虎の虎視眈々サポート*/
.service-support {
  padding-block: 7.8rem 5.2rem;
}
.service-support .com-inbox {
  padding: 2rem 3rem 3.8rem 3rem;
}
.service-support .com-inbox::before {
  width: 15.3rem;
  top: 18.8rem;
  left: -4.3rem;
}
.service-support .com-inbox::after {
  width: 17.1rem;
  top: 18.8rem;
  right: -6.5rem;
}
.service-support__item .com-btn {
  width: 32rem;
  height: 6rem;
}

/*==============================
    ご依頼の流れ/料金
==============================*/
/*ご依頼の流れ*/
.flow-section {
  padding-block: 0 10rem;
}
.flow-section__text {
  margin-bottom: 6.6rem;
}
.flow-section__item {
  width: 32rem;
  padding: 2.1rem 1.7rem 3.4rem 1.8rem;
}
.flow-section__item::after {
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% + 2.4rem);
  aspect-ratio: 11/34;
  width: 1.1rem;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}
.flow-section__item:nth-child(3n):not(.flow-section__item:nth-child(n+6):nth-child(3n))::after, .flow-section__item:last-child::after {
  display: none;
}
.flow-section__item:not(.flow-section__item:nth-child(-n+3)):nth-child(3n+1)::after, .flow-section__item:not(.flow-section__item:nth-child(-n+3)):nth-child(n+6):nth-child(3n)::after, .flow-section__item:not(.flow-section__item:nth-child(-n+3)):nth-child(3n+2)::after, .flow-section__item:not(.flow-section__item:nth-child(-n+3)):nth-child(3n+3)::after {
  display: block;
  left: unset;
  right: calc(100% + 2.4rem);
}
.flow-section__title {
  min-height: 6rem;
}

/*料金*/
.price-section {
  padding-block: 9.6rem 13.5rem;
}
.price-section__h3 {
  margin-bottom: 6.2rem;
}
.price-section__text {
  margin-bottom: 5.3rem;
}
.price-section__list {
  margin-bottom: 6rem;
}
.price-section__item {
  padding-left: 1rem;
  padding-block: 4rem;
}
.price-section .com-btn {
  width: 92.6%;
  margin-inline: auto;
  height: 7rem;
}

/*==============================
    相談事例
==============================*/
/*労務の悩みも、助成金の申請も、
ウル虎が実際に対応した相談事例をご紹介！*/
.case-section {
  padding-block: 0 16rem;
}
.case-section .com-title01 {
  margin-bottom: 5.5rem;
}
.case-section__text {
  margin-bottom: 10.8rem;
}
.case-section__list {
  gap: 12rem;
}
.case-section__title {
  padding: 1.9rem 2.5rem 2.2rem 2.5rem;
}
.case-section__sub-list {
  gap: 8rem;
  padding: 3rem 3.5rem 5.5rem 3.3rem;
}
.case-section__sub-title {
  line-height: 1;
  padding: 1.8rem 1.2rem;
}

/*==============================
    事務所概要
==============================*/
/*代表挨拶*/
.company-greeting {
  padding-block: 5.3rem 13.8rem;
}

/*タイガース愛とともに歩んだキャリア*/
.company-career {
  padding-block: 12.6rem 7.6rem;
  gap: 3.8rem;
  align-items: flex-start;
}
.company-career__text {
  width: 62rem;
}
.company-career__text p {
  margin-right: -0.5em;
}
.company-career__image {
  border-radius: 1.5rem;
  overflow: hidden;
}

/*プロフィール*/
.company-profile {
  padding: 2rem 3rem 2rem 2rem;
}
.company-profile::before {
  right: 0.7rem;
  bottom: 0.9rem;
  width: 15.6rem;
}
.company-profile__image {
  width: 34rem;
}
.company-profile__text {
  width: calc(100% - 34rem - 4rem);
}

/*事務所情報*/
.company-info {
  padding-block: 9.7rem 0;
}
.company-info .map {
  height: 40rem;
}

/*==============================
    お知らせ一覧
==============================*/
.news {
  padding-block: 7rem 10rem;
}

/*お知らせ共通部分*/
.com-news__list {
  width: 80rem;
  min-height: 10rem;
}
.com-news__item a {
  padding: 2.3rem 2.8rem 2.8rem 2.8rem;
}
.com-news__item a:hover {
  transition: opacity 0.3s;
}
.com-news__item a:hover:hover {
  opacity: 0.5;
}

/*タグリスト(PC)
-----------------------------*/
.tag-select {
  text-align: right;
  margin-bottom: 5rem;
}
.tag-select__box {
  min-width: 24rem;
}
.tag-select__box::after {
  right: var(--font-size-18);
}
.tag-select__dropdown {
  line-height: 1;
  padding: 12px 48px 12px 12px;
  background-color: var(--color-white);
}

/*==============================
    お知らせ詳細
==============================*/
.news-detail {
  padding-block: 7rem 10rem;
}
.news-detail__title {
  padding: 0.5rem 2rem;
  font-size: var(--font-size-26);
}
.news-detail__box {
  padding: 4rem 4rem 6rem 4rem;
}

/*==============================
  お問い合わせ
==============================*/
.contact {
  padding-block: 7rem 10rem;
}
.contact .com-table {
  margin-bottom: 3rem;
}
.contact .com-table th {
  width: 30%;
  line-height: 1.5;
}
.contact .com-table td {
  padding-left: 2rem;
}
.contact .com-btn {
  margin-top: 5rem;
  width: 30rem;
  height: 6rem;
  margin-inline: auto;
}

.contact-submits-wrap {
  display: flex;
  justify-content: center;
  gap: 3rem;
  flex-wrap: wrap;
}
.contact-submits-wrap .com-btn {
  margin-inline: 0;
}

/*==============================
  お問い合わせ完了
==============================*/
.complete {
  padding-block: 7rem 10rem;
}
.complete__box {
  text-align: center;
}
.complete__btn {
  margin-top: 5rem;
}
.complete__btn:hover {
  opacity: 0.5;
}

/*==============================
　プライバシーポリシー
==============================*/
.privacy {
  padding-block: 7rem 10rem;
}
.privacy__box {
  margin-bottom: 7rem;
}
.privacy__box:last-child {
  margin-bottom: 0;
}

/*==============================
    サイトマップ
==============================*/
.site {
  padding-block: 7rem 10rem;
}
.site .com-inbox {
  width: 70rem;
}
.site__list {
  display: flex;
  flex-direction: column;
}
.site__item {
  height: 7.5rem;
  border-bottom: 1px solid #d9d9d9;
}
.site__item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 1rem;
}
.site__item a::after {
  content: "";
  display: block;
  width: 1rem;
  aspect-ratio: 1;
  border-bottom: 1px solid var(--color-font);
  border-right: 1px solid var(--color-font);
  transform: rotate(-45deg);
}
.site__item a:hover {
  transition: all 0.3s;
  opacity: 0.5;
}
.site__item a:hover::after {
  transform: rotate(-45deg) translate(5px, 5px);
  transition: all 0.3s;
}

/*==============================
    このページは存在しません
==============================*/
.e404 {
  padding-block: 7rem 10rem;
}
/*==============================
    フッター
==============================*/
.footer {
  padding-block: 7.6rem 5rem;
}
.footer__inner {
  width: 1080px;
}
.footer__wrap {
  justify-content: space-between;
}
.footer__box {
  align-items: center;
  gap: 2.3rem 4.4rem;
}
.footer__box .tel-box {
  padding-top: 1rem;
}
.footer__box address {
  line-height: 1;
}
.footer-nav {
  width: 100%;
}
.footer-nav__list {
  display: flex;
  justify-content: center;
  gap: 4rem;
  font-size: 1.4rem;
  letter-spacing: 0;
  margin-block: 6rem 4.7rem;
}
.footer-nav__item {
  line-height: 1;
}
.footer-nav__item a {
  transition: all 0.3s;
}
.footer-nav__item a:hover {
  opacity: 0.5;
}
.footer .util__item.contact {
  padding-block: 0;
}
.footer .com-btn {
  width: 25rem;
  height: 6rem;
}