@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: min(2.22vw, 10px);
}

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

.wrapper {
  min-width: 320px;
  line-height: 1.6;
}

section:not(.mv, .sv, .privacy__box) {
  padding-block: 10rem;
}

.com-inbox {
  width: 90%;
}

.inline-block {
  display: inline-block;
}

.logo {
  height: 7rem;
}
.logo a {
  height: 100%;
  width: auto;
}
.logo img {
  height: 100%;
  width: auto;
}

/*パンくずリスト非表示*/
.breadcrumb {
  display: none;
}

/*共通ボタン*/
.com-btn {
  height: 60px;
}

/*追従ボタン*/
.follow_btn--top {
  bottom: 12.5rem;
  width: 5rem;
  right: 0.6rem;
}
.follow_btn--top a {
  width: 5rem;
  height: 5rem;
}
.follow_btn--line {
  right: 0;
  bottom: 0;
}
.follow_btn--line a {
  width: 100vw;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*==============================
    メインビジュアル
==============================*/
.mv {
  z-index: 0;
  height: 65rem;
  background: url(../img/mv/bg_mv.png) top right/cover no-repeat;
}
.mv__title {
  bottom: unset;
  top: 0;
  max-width: 444px;
}
.mv::after {
  position: absolute;
  z-index: 2;
  content: "";
  display: block;
  width: 50%;
  max-width: 610px;
  aspect-ratio: 610/739;
  right: 0;
  bottom: 11%;
  background: url(../img/mv/person_mv.png) top left/contain no-repeat;
}

/*==============================
    サブビジュアル
==============================*/
.sv {
  padding-block: 10rem;
}
.sv__title {
  padding: 0 2rem 2rem 2rem;
}
.sv__title::before {
  max-width: 693px;
  height: calc(100% + 3rem);
  width: 95%;
  transform: translate(-50%, -50%);
}
.sv__title span:not(.inline-block) {
  display: block;
  padding-block: 2rem;
  margin-inline: 2rem;
  font-size: var(--font-size-35);
  line-height: 1.3;
  text-align: center;
}

.service_sv {
  background: url(../img/sv/service.jpg) top left 30%/cover no-repeat;
}

.flow_price_sv {
  background: url(../img/sv/flow_price.jpg) top center/cover no-repeat;
}

.case_sv {
  background: url(../img/sv/case.jpg) top center/cover no-repeat;
}

.company_sv {
  background: url(../img/sv/company.jpg) top right/cover no-repeat;
}

.complete_sv {
  background: url(../img/sv/complete.jpg) top center/cover no-repeat;
}

.privacy_sv {
  background: url(../img/sv/privacy.jpg) top center/cover no-repeat;
}

.site_sv {
  background: url(../img/sv/site.jpg) top center/cover no-repeat;
}

.e404_sv {
  background: url(../img/sv/e404.jpg) top right/cover no-repeat;
}

/*==============================
    共通タイトル
==============================*/
.com-title01 span:not(.inline-block) {
  font-size: 2.6rem;
  padding-inline: 2rem;
  padding-block: 0;
  gap: 1rem;
}
.com-title01 strong {
  font-size: var(--font-size-30);
  text-align: center;
  line-height: 1.3;
}

.com-title02 {
  font-size: 2.6rem;
  padding-bottom: 3rem;
}

/*==============================
    TOP
==============================*/
/*こんなお悩みございませんか？*/
.top-worry {
  padding-block: 2rem 0 !important;
}
.top-worry__h3 {
  font-size: var(--font-size-26);
  margin-bottom: 3rem;
}
.top-worry__h3 .rb {
  font-size: var(--font-size-30);
}
.top-worry__inner {
  flex-direction: column;
  align-items: center;
  gap: 4rem;
}
.top-worry__image {
  width: 60%;
  max-width: 300px;
}
.top-worry__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 10rem;
}
.top-worry__item {
  display: flex;
  gap: 1rem;
}
.top-worry__item span:not(.inline-block) {
  padding-bottom: 1rem;
}
.top-worry__item::before {
  flex-shrink: 0;
  margin-top: calc((1lh - 1em) / 2);
}

/*こんな時は、ウル虎社会保険労務士事務所にお任せください！*/
.top-answer {
  padding-block: 5rem !important;
}
.top-answer::before {
  width: 30%;
  top: -1rem;
}
.top-answer .com-inbox::before {
  width: 12rem;
  right: clamp(5px, 2.607vw, 20px);
  top: clamp(-90px, -11.734vw, -55px);
}
.top-answer__h3 strong {
  font-size: var(--font-size-26);
}
.top-answer__h3 strong span:not(.small) {
  background: linear-gradient(0deg, var(--color-yellow) 50%, var(--color-white) 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top-answer__box {
  padding: 4rem 2rem;
}

/*ウル虎社会保険労務士事務所が皆様に選ばれる理由*/
.top-reason {
  padding-block: 0 10rem !important;
}
.top-reason__h3 {
  margin-bottom: 6rem;
}
.top-reason__h3 span {
  font-size: 2.6rem;
  padding-inline: 1.5rem;
}
.top-reason__h3 strong {
  font-size: var(--font-size-30);
}
.top-reason__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.top-reason__item {
  padding: 4rem 2rem;
}
.top-reason__item::before {
  width: 6rem;
}
.top-reason__title {
  font-size: var(--font-size-20);
  margin-bottom: 1rem;
}
.top-reason__title strong {
  display: block;
  font-size: var(--font-size-23);
}
.top-reason__image {
  width: 30%;
  max-width: 140px;
}

/*ウル虎社会保険労務士事務所で解決できること*/
.top-possible__h3 {
  font-size: 2.6rem;
  margin-bottom: 6rem;
}
.top-possible__h3 strong {
  font-size: var(--font-size-30);
}
.top-possible__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.top-possible__item {
  padding: 4rem 1rem;
}
.top-possible__title {
  font-size: 2rem;
  margin-bottom: 3rem;
}

/*社員トラブルから助成金まで、相談事例を公開中！*/
.top-case {
  padding-block: 10rem 0 !important;
}
.top-case .com-inbox {
  width: 100%;
}
.top-case__h3 {
  font-size: 2.3rem;
  line-height: 1.5;
  padding-block: 2rem;
  margin-right: -0.5em;
}
.top-case__text {
  padding: 4rem 2rem;
}

/*ページリンク*/
.top-link__title {
  padding-left: 2rem;
}
.top-link__title::before {
  right: calc(100% + 3.5rem);
}
.top-link__list {
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}
.top-link__item a {
  padding: 4rem 2rem;
}

/*まずはお気軽にご相談ください！*/
.top-contact {
  padding-bottom: 16rem !important;
}
.top-contact__h3 {
  font-size: 2.6rem;
}
.top-contact .com-inbox::before {
  right: 0;
  width: 35%;
  max-width: 150px;
  top: calc(100% + 2rem);
}
.top-contact__list {
  flex-direction: column;
  gap: 3rem;
}
.top-contact__item {
  padding: 4rem 2rem;
  width: 100%;
}
.top-contact__item--line-box {
  flex-direction: column;
  padding: 4rem 2rem;
  gap: 3rem;
  align-items: center;
  margin-bottom: 3rem;
  text-align: center;
}

/*お知らせ*/
.top-news .com-inbox {
  display: flex;
  flex-direction: column;
}
.top-news__h3 {
  font-size: var(--font-size-35);
  text-align: center;
  margin-bottom: 5rem;
}
.top-news .com-btn {
  margin-top: 5rem;
}

/*==============================
    サービス内容
==============================*/
/*ウル虎社会保険労務士事務所でトラブルもチャンスに変えて、丸ごと解決！*/
.service-section {
  padding-block: 0 !important;
}
.service-section__title span:not(.inline-block) {
  line-height: 1.3;
}
.service-section .com-title01 span:not(.inline-block)::before {
  right: calc(100% - 2rem);
}
.service-section .com-title01 span:not(.inline-block)::after {
  left: calc(100% - 2rem);
}
.service-section .com-title01 span:not(.inline-block)::before, .service-section .com-title01 span:not(.inline-block)::after {
  width: calc((100vw - 100%) / 2 + 2rem);
}
.service-section__list {
  margin-top: 6rem;
  gap: 8rem;
}
.service-section__sub-list {
  padding-bottom: 6rem;
  gap: 6rem;
}

/*初めてでも安心！ウル虎の虎視眈々サポート*/
.service-support {
  padding-block: 7.8rem 5.2rem;
}
.service-support__h3 {
  font-size: 2.4rem;
  line-height: 1.4;
}
.service-support__h3 strong {
  font-size: 2.8rem;
}
.service-support .com-inbox {
  padding: 3rem 2rem;
}
.service-support .com-inbox::before {
  top: -10rem;
  left: 0;
  width: 20%;
  max-width: 100px;
}
.service-support .com-inbox::after {
  bottom: -12rem;
  right: 0;
  width: 20%;
  max-width: 100px;
  pointer-events: none;
}
.service-support__list {
  flex-direction: column;
}

/*==============================
    ご依頼の流れ/料金
==============================*/
/*ご依頼の流れ*/
.flow-section {
  padding-block: 0 10rem !important;
}
.flow-section__text {
  margin-bottom: 4rem;
}
.flow-section__list {
  align-items: stretch;
  gap: 8rem;
}
.flow-section__item {
  padding: 4rem 2rem;
  width: 90%;
}
.flow-section__item:last-child::after {
  display: none;
}
.flow-section__item p {
  text-align: center;
}
.flow-section__item::after {
  top: calc(100% + 3.45rem);
  left: 50%;
  transform: translateX(-50%);
  aspect-ratio: 34/11;
  width: 3.4rem;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.flow-section__image {
  width: 60%;
  max-width: 160px;
}
.flow-section__title {
  margin-bottom: 1.5rem;
}

/*料金*/
.price-section__h3 {
  font-size: 4.5rem;
  margin-bottom: 4rem;
}
.price-section__text {
  margin-bottom: 6rem;
}
.price-section__list {
  margin-bottom: 5rem;
}
.price-section__item {
  padding-block: 2rem;
}
.price-section__wrap {
  gap: 3rem;
}
.price-section__price {
  white-space: nowrap;
}
.price-section small {
  line-height: 1.5;
}

/*==============================
    相談事例
==============================*/
/*労務の悩みも、助成金の申請も、
ウル虎が実際に対応した相談事例をご紹介！*/
.case-section {
  padding-block: 0 10rem !important;
}
.case-section .com-title01 {
  margin-bottom: 5rem;
}
.case-section .com-title01 span:not(.inline-block) {
  padding-inline: 2.5rem 1.5rem;
}
.case-section .com-title01 span:not(.inline-block)::before {
  right: calc(100% - 2rem);
}
.case-section .com-title01 span:not(.inline-block)::after {
  left: calc(100% - 2rem);
}
.case-section .com-title01 span:not(.inline-block)::before, .case-section .com-title01 span:not(.inline-block)::after {
  width: calc((100vw - 100%) / 2 + 2rem);
}
.case-section__text {
  margin-bottom: 6rem;
}
.case-section__list {
  gap: 6rem;
}
.case-section__title {
  padding: 2rem;
  font-size: 2.6rem;
  line-height: 1.3;
}
.case-section__title small {
  font-size: 1.8rem;
}
.case-section__sub-list {
  gap: 4rem;
  padding: 3rem 2rem;
}
.case-section__sub-title {
  padding: 1rem 1.5rem;
  margin-bottom: 1.5rem;
}

/*==============================
    事務所概要
==============================*/
/*代表挨拶*/
.company-greeting__title span {
  font-size: 2.6rem;
}

/*タイガース愛とともに歩んだキャリア*/
.company-career {
  padding-block: 10rem;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
}
.company-career p {
  text-align: center;
}

/*プロフィール*/
.company-profile {
  flex-direction: column;
  align-items: center;
  padding: 4rem 2rem;
  gap: 3rem;
}
.company-profile::before {
  width: 30%;
  bottom: 1rem;
  right: 0.5rem;
  opacity: 0.3;
}
.company-profile__title {
  padding-block: 1rem;
  margin-bottom: 2rem;
}

/*事務所情報*/
.company-info {
  padding-block: 10rem 0 !important;
}
.company-info .com-table th {
  width: 35%;
  padding-left: 2.9rem;
}
.company-info .com-table th::before {
  height: 2.4rem;
}
.company-info .com-table td {
  padding-right: 2rem;
}
.company-info .com-table td .replace {
  vertical-align: middle;
  margin-bottom: 0.5rem;
}
.company-info .com-table__wrap {
  margin-bottom: 6rem;
}
.company-info .map {
  height: 25rem;
}

/*==============================
    お知らせ詳細
==============================*/
.news-detail__title {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.news-detail__box {
  padding: 20px 10px 30px 10px;
}
.news-detail time,
.news-detail .tag {
  font-size: 13px;
}
.news-detail .paginated__list {
  margin-top: 30px;
}

/*==============================
    お知らせ一覧
==============================*/
.news {
  padding-block: 60px;
}

.com-news__item {
  padding: 2rem;
}

/*タグリスト(SP)
-----------------------------*/
.tag-select {
  margin-left: auto;
  text-align: center;
  margin-bottom: 20px;
}
.tag-select__box {
  min-width: 125px;
}
.tag-select__box::after {
  right: 12px;
}
.tag-select__dropdown {
  padding: 0.5em 2.5em 0.5em 0.5em;
}

/*==============================
  お問い合わせ
==============================*/
.contact {
  padding-block: 60px;
}
.contact__h3 {
  font-size: 4rem;
}
.contact .com-table {
  margin-bottom: 30px;
}
.contact .com-table th {
  text-align: left;
  font-size: 15px;
  letter-spacing: 0;
  padding-inline: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact .com-table th::before {
  left: 0;
}
.contact .com-table th,
.contact .com-table td {
  padding-block: 12px 8px;
  color: var(--color-font);
}
.contact .com-table td:has(.agree) label {
  line-height: 1.3;
  padding-left: 28px;
}
.contact .com-btn {
  margin-inline: auto;
  margin-top: 50px;
  width: 30rem;
  height: 60px;
}
.contact .required-mark {
  line-height: 1.5;
}
.contact select,
.contact textarea,
.contact input[type=tel],
.contact input[type=text],
.contact input[type=email],
.contact input[type=url] {
  padding: 7px;
}
.contact .upload-item-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact .upload-item-wrap .thumb {
  width: clamp(184px, 57.37vw, 440px);
  height: clamp(184px, 57.37vw, 440px);
  margin: 0px;
}
.contact .upload-item-wrap .ancion-btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: clamp(15px, 4.56vw, 35px);
  gap: clamp(8px, 2.61vw, 20px);
  margin-inline: auto;
}

/*==============================
  お問い合わせ完了
==============================*/
.complete__h3 {
  font-size: 4.5rem;
}
.complete__box {
  text-align: center;
  line-height: 1.733;
}
.complete__btn {
  margin-top: 50px;
}
.complete__btn:hover {
  opacity: 0.5;
}

/*==============================
プライバシーポリシー
==============================*/
.privacy__h3 {
  font-size: 3.5rem;
  line-height: 1.3;
  margin-bottom: 4rem;
}
.privacy__title {
  margin-bottom: 2rem;
}
.privacy__box {
  margin-bottom: 3rem;
}
.privacy__box:last-child {
  margin-bottom: 0;
}

/*==============================
  サイトマップ
==============================*/
.site {
  padding: 60px 0;
}
.site__h3 {
  font-size: 4.5rem;
}
.site__list {
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  justify-content: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.site__item {
  border-bottom: 1px solid #d9d9d9;
  height: 60px;
}
.site__item a {
  padding-left: 10px;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  font-size: 16px;
  justify-content: space-between;
}
.site__item a::after {
  content: "";
  display: block;
  width: 10px;
  aspect-ratio: 1;
  border-bottom: 1px solid var(--color-font);
  border-right: 1px solid var(--color-font);
  transform: rotate(-45deg) translate(-10px, -10px);
}

/*==============================
    NOT FOUND
==============================*/
.e404 {
  padding: 60px 0;
}
.e404__text {
  width: 90%;
  margin: 0 auto;
}
.e404__text p,
.e404__text a {
  font-size: 15px;
  text-align: center;
}

/*==============================
    フッター
==============================*/
.footer__wrap {
  flex-direction: column;
  align-items: center;
  padding: 4rem 2rem;
  gap: 4rem;
}
.footer__wrap .logo {
  margin-bottom: 2rem;
}
.footer__box {
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.footer-nav__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.footer-nav__list:has(.footer-nav__item:last-child:nth-child(odd)) .footer-nav__item:nth-child(even) {
  border-right: 1px solid var(--color-white);
}
.footer-nav__list:has(.footer-nav__item:last-child:nth-child(even)) .footer-nav__item:nth-child(odd) {
  border-right: 1px solid var(--color-white);
}
.footer-nav__item {
  border-top: 1px solid var(--color-white);
  width: 50%;
  height: 60px;
  text-align: center;
}
.footer-nav__item:first-child:nth-last-child(odd) {
  width: 100%;
}
.footer-nav__item a {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
}
.footer .util__list {
  flex-wrap: wrap;
  gap: max(2rem, 20px);
  align-items: center;
  justify-content: center;
}
.footer .util__item:not(:has(.com-btn)) {
  min-width: 40px;
}
.footer .util__item:has(.com-btn) {
  width: 90%;
  padding: 0;
}
.footer .util__item.contact {
  padding-block: 0 !important;
}
.footer small {
  padding-block: 1.5rem calc(1.5rem + 60px);
  border-top: 1px solid var(--color-white);
}