@charset "UTF-8";
@import url(all.css);
/*rootの変数宣言*/
:root {
  /*==============================
      カラー    
  ==============================*/
  --color-font: #0e2e39;
  --color-white: #ffffff;
  --color-lightblue:#36b9e2;
  --color-blue:#005aa1;
  --color-yellow:#f4b131;
  --color-pureblue:#e1fcff;
  --color-whiteblue:#e6f7f9;
  /*カレントカラー*/
  --color-current: #005aa1;
  /*テキストリンクカラー*/
  --color-textlink:#005aa1;
  /*必須ボタンカラー*/
  --color-required: #005aa1;
  /*任意ボタンカラー*/
  --color-optional: #005aa1;
  /*ラジオボタンカラー*/
  --color-radio: #005aa1;
  /*チェックボタンカラー*/
  --color-check: #005aa1;
  /*==============================
      フォントファミリー
  ==============================*/
  /*タイトル*/
  --font-family-heading: "Zen Kaku Gothic New", sans-serif;
  /*本文*/
  --font-family-body: "Zen Kaku Gothic New", sans-serif;
  /*==============================
      フォントサイズ
  ==============================*/
  /*基準のフォントサイズ*/
  --font-size-body: 1.8rem;
  /*==============================
      行間
  ==============================*/
  /*基準の行間*/
  --line-height-base: 1.778;
  /*==============================
      文字間
  ==============================*/
  /*基準の文字間*/
  --letter-spacing-base: 0.15em;
}

/*rootの変数宣言*/
:root {
  /*==============================
      カラー    
  ==============================*/
  --color-font: #0e2e39;
  --color-white: #ffffff;
  --color-lightblue:#36b9e2;
  --color-blue:#005aa1;
  --color-yellow:#f4b131;
  --color-pureblue:#e1fcff;
  --color-whiteblue:#e6f7f9;
  /*カレントカラー*/
  --color-current: #005aa1;
  /*テキストリンクカラー*/
  --color-textlink:#005aa1;
  /*必須ボタンカラー*/
  --color-required: #005aa1;
  /*任意ボタンカラー*/
  --color-optional: #005aa1;
  /*ラジオボタンカラー*/
  --color-radio: #005aa1;
  /*チェックボタンカラー*/
  --color-check: #005aa1;
  /*==============================
      フォントファミリー
  ==============================*/
  /*タイトル*/
  --font-family-heading: "Zen Kaku Gothic New", sans-serif;
  /*本文*/
  --font-family-body: "Zen Kaku Gothic New", sans-serif;
  /*==============================
      フォントサイズ
  ==============================*/
  /*基準のフォントサイズ*/
  --font-size-body: 1.8rem;
  /*==============================
      行間
  ==============================*/
  /*基準の行間*/
  --line-height-base: 1.778;
  /*==============================
      文字間
  ==============================*/
  /*基準の文字間*/
  --letter-spacing-base: 0.15em;
}

/*opacity含めたカラー指定あればここで定義*/
/*========================
    default
========================*/
html {
  font-size: min(2.22vw, 10px);
}

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

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

.com-inbox {
  width: 90%;
}

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

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

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

.logo {
  height: 5rem;
}

/*==============================
    ヘッダー
==============================*/
.header__inner {
  height: 10rem;
  padding: 1.5rem;
}

/*==============================
    メインビジュアル
==============================*/
.mv {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-right: 2rem;
}
.mv__title {
  position: relative;
  padding-left: 2rem;
  top: unset;
}
.mv__title .main {
  font-size: 3rem;
}
.mv__title .main > span {
  padding: 0.2rem 1rem;
}
.mv__title .main > span:first-child::before {
  width: 5rem;
  bottom: 85%;
  right: 90%;
}
.mv__title .sub {
  padding-left: 2rem;
}
.mv__title .sub img {
  height: 3rem;
}
.mv__container {
  border-radius: 2.5rem;
}

/*==============================
    サブビジュアル
==============================*/
.sv {
  padding-inline: 5%;
  padding-bottom: 2rem;
}
.sv__title {
  padding-bottom: 2rem;
}
.sv__title > span {
  font-size: 2.8rem;
  padding: 0.5rem 1.5rem;
}
.sv__title > span::before {
  width: 6rem;
  bottom: calc(100% - 1rem);
  right: calc(100% - 3.5rem);
}
.sv__container {
  border-radius: 3rem;
  aspect-ratio: 1400/600;
}

/*==============================
    共通タイトル
==============================*/
.com-title01 {
  font-size: 2.8rem;
  margin-bottom: 5rem;
  text-align: center;
}
.com-title01::before {
  width: 8rem;
}

.com-title02 {
  font-size: 2.8rem;
  padding-left: 4rem;
}
.com-title02::before {
  width: 6rem;
  left: 0;
}

.com-title03 {
  font-size: 2.8rem;
}
.com-title03::before {
  width: 8rem;
  left: 0;
}

.com-title04 {
  font-size: 2.8rem;
  margin-bottom: 5rem;
}

/*==============================
    共通ボタン
==============================*/
.com-btn {
  width: 100%;
  height: 60px;
  max-width: 350px;
}

.line-btn {
  width: 100%;
  height: 80px;
  padding: 20px;
  gap: 20px;
}
.line-btn::before {
  width: 40px;
}

/*==============================
    共通タイトル
==============================*/
.com-table tr th,
.com-table tr td {
  padding-inline: 1.5rem;
}
.com-table tr th {
  width: 30%;
}
.com-table tr td a {
  text-indent: -1em;
  padding-left: 1em;
}

/*==============================
    TOP
==============================*/
.top-worry__h3 {
  font-size: 2.3rem;
  gap: 0.5rem;
  margin-bottom: 8rem;
}
.top-worry__h3 strong {
  margin-inline: 0.5rem;
  padding: 0.25rem 0.8rem;
}
.top-worry__h3::before {
  width: 1.5rem;
}
.top-worry__h3::after {
  width: 1.5rem;
}
.top-worry__box {
  flex-direction: column;
  align-items: center;
  padding: 6rem 2rem;
}
.top-worry__image {
  width: 80%;
  max-width: 230px;
}
.top-worry__title {
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  font-size: 2.4rem;
}
.top-worry__item {
  font-size: 2rem;
}

.top-about__h3 {
  font-size: 2.8rem;
}
.top-about__h3 strong {
  font-size: 3rem;
  display: block;
}
.top-about__h3::before {
  bottom: calc(100% + 1rem);
  width: 8rem;
}
.top-about__wrap {
  flex-direction: column;
  align-items: center;
  gap: 6rem;
}
.top-about__image {
  width: 80%;
}
.top-about__image img:last-child {
  width: 40%;
  left: -5%;
  bottom: -3rem;
  border-radius: 1rem;
}

.top-area {
  padding: 4rem 2rem 7rem 2rem;
  flex-direction: column;
  align-items: center;
}
.top-area::before {
  width: 35%;
  left: -4%;
  bottom: -4.5rem;
  max-width: 160px;
}
.top-area::after {
  width: 90%;
}
.top-area__title {
  font-size: 2.5rem;
}
.top-area__image {
  max-width: 380px;
}

.top-greeting {
  flex-direction: column;
}
.top-greeting__text {
  padding: 6rem 2rem 4rem 2rem;
  margin-top: -3rem;
}
.top-greeting__title::before {
  width: 6rem;
}
.top-greeting__title > span {
  font-size: 2.5rem;
}

.top-link {
  padding-block: 0 !important;
}
.top-link__list {
  flex-direction: column;
}
.top-link__item a {
  padding: 4rem 2rem;
}
.top-link__item a p {
  font-size: 1.8rem;
}
.top-link__item a::after {
  right: 2rem;
  bottom: 2rem;
}
.top-link__title {
  font-size: 2.8rem;
  margin-bottom: 2rem;
}

.top-contact__h3 {
  font-size: 2.8rem;
}
.top-contact .com-inbox::before {
  width: 100%;
}
.top-contact__wrap {
  flex-direction: column;
  align-items: center;
}
.top-contact__wrap::before {
  width: 30%;
}
.top-contact__wrap::after {
  width: 30%;
}
.top-contact .com-tel__list {
  flex-direction: column;
}
.top-contact .line-btn {
  gap: 20px;
  padding-inline: 20px;
  height: 80px;
}
.top-contact .line-btn::before {
  width: 40px;
}

.top-news .com-btn {
  margin-top: 5rem;
}

/*==============================
    法人様向け
==============================*/
.corporation-worry {
  padding-block: 10rem 17rem !important;
}
.corporation-worry::before {
  width: 37%;
  right: 5%;
  z-index: 1;
  min-width: 80px;
  max-width: 190px;
}
.corporation-worry__title {
  width: 80%;
  font-size: 2.5rem;
}
.corporation-worry__title small {
  font-size: 1.8rem;
}
.corporation-worry__container {
  width: 100%;
  flex-direction: column;
}

/*==============================
    個人様向け
==============================*/
.individual-worry__box {
  padding: 4rem 3rem;
  flex-direction: column;
  align-items: center;
  gap: 5rem;
}
.individual-worry__box::after {
  width: 80%;
  max-width: 260px;
}
.individual-worry__item {
  font-size: 2.2rem;
}

/*==============================
    おそうじ本舗沼津若葉町店の強み
==============================*/
.com-feature__item {
  align-items: center;
  flex-direction: column-reverse;
}
.com-feature__image {
  width: 100%;
}
.com-feature__image::before {
  width: calc(100% - 1rem);
}
.com-feature__image img {
  width: calc(100% - 1rem);
}
.com-feature__title {
  font-size: 2.5rem;
}

/*==============================
    対応サービス
==============================*/
/*サービス内容一覧*/
.com-service {
  padding-block: 10rem !important;
}
.com-service__container {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.com-service__h4 {
  font-size: 2.4rem;
  padding: 1.5rem 1rem 1.7rem 1rem;
}
.com-service__item {
  padding: 6rem 4rem;
}
.com-service__wrap {
  flex-direction: column;
  align-items: center;
}
.com-service__title {
  font-size: 2.2rem;
}
.com-service__image {
  width: 100%;
  aspect-ratio: 16/9;
}
.com-service dl {
  flex-direction: column;
}
.com-service dl:last-of-type dd {
  border-bottom: none;
}
.com-service dl dt,
.com-service dl dd {
  padding-inline: 0;
}
.com-service dl dt {
  width: 100%;
  border-bottom: none;
}
.com-service dl dd {
  padding-top: 0;
}

/*==============================
    実績紹介
==============================*/
.com-achievement__list {
  gap: 4rem 2rem;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
.com-achievement__item {
  min-width: 0;
}
.com-achievement__item a {
  padding: 2rem;
}
.com-achievement__title {
  font-size: 2rem;
}

.achievement .tag-select,
.com-service .tag-select,
.news .tag-select {
  margin-bottom: 5rem;
}

/*==============================
    実績詳細
==============================*/
.achievement-detail__box {
  padding: 3rem;
}
.achievement-detail__image {
  border-radius: 1rem;
}
.achievement-detail__list {
  gap: 1.5rem;
}
.achievement-detail__item {
  border-radius: 1rem;
}

/*==============================
    店舗情報
==============================*/
.info-flow .com-title04 {
  margin-bottom: 7rem;
}
.info-flow__list {
  gap: 6rem;
}
.info-flow__item {
  width: 100%;
  max-width: 360px;
  gap: 1.8rem;
}
.info-flow__item:last-child::after {
  display: none;
}
.info-flow__item::after {
  top: calc(100% + 1.6rem);
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
}
.info-flow__image {
  width: 20%;
}
.info-flow__title {
  font-size: 2.3rem;
}

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

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

.com-news__list {
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}

/*タグリスト(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;
}

/*==============================
  サイトマップ
==============================*/
.site {
  padding: 60px 0;
}
.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 {
  height: 60px;
}
.site__item a {
  padding-left: 10px;
  font-size: 16px;
}
.site__item a::after {
  width: 10px;
  transform: rotate(-45deg) translate(-10px, -10px);
}

/*==============================
  お問い合わせ
==============================*/
.contact {
  padding-block: 10rem;
}
.contact .com-table {
  margin-bottom: 30px;
}
.contact .com-table tr:first-child th {
  border-radius: 2rem 2rem 0 0;
}
.contact .com-table tr:first-child td {
  border-radius: 0;
}
.contact .com-table tr:last-child th {
  border-radius: 0;
}
.contact .com-table tr:last-child td {
  border-radius: 0 0 2rem 2rem;
}
.contact .com-table th {
  text-align: left;
  font-size: 15px;
  letter-spacing: 0;
  padding-inline: 10px;
  width: 100%;
}
.contact .com-btn {
  margin-inline: auto;
  margin-top: 50px;
}
.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 {
  padding-block: 10rem;
}
.complete__box {
  text-align: center;
  line-height: 1.733;
}
.complete__btn {
  margin-top: 50px;
}
.complete__btn:hover {
  opacity: 0.5;
}

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

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

/*==============================
    追従ボタン
==============================*/
.follow_btn {
  bottom: 0;
  left: 0;
}
.follow_btn a {
  padding: 20px;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-size: 2rem;
}
.follow_btn a::before {
  width: 40px;
}

/*==============================
    フッター
==============================*/
.footer {
  padding-top: 6rem;
}
.footer__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-inline: 5%;
}
.footer .line-btn {
  max-width: 340px;
}
.footer .com-tel__list {
  flex-direction: column;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.footer-nav__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5rem;
}
.footer-nav__list:has(.footer-nav__item:last-child:nth-child(odd)) .footer-nav__item:nth-child(even) {
  border-right: 1px solid #ccc;
}
.footer-nav__list:has(.footer-nav__item:last-child:nth-child(even)) .footer-nav__item:nth-child(odd) {
  border-right: 1px solid #ccc;
}
.footer-nav__item {
  border-top: 1px solid #ccc;
  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 small {
  padding-block: 1.5rem calc(80px + 1.5rem);
  line-height: 1.3;
}