@charset "UTF-8";
@import url(all.css);
/*rootの変数宣言*/
:root {
  /*============================== 
      カラー    
  ==============================*/
  --color-font: #2e2924;
  --color-white: #ffffff;
  --color-orange: #f76900;
  --color-navy: #124061;
  --color-gray: #b9b3ad;
  --color-beige: #f8e5c8;
  /*カレントカラー*/
  --color-current: #f76900;
  /*テキストリンクカラー*/
  --color-textlink: #f76900;
  /*必須ボタンカラー*/
  --color-required: #f76900;
  /*任意ボタンカラー*/
  --color-optional: #f76900;
  /*ラジオボタンカラー*/
  --color-radio: #f76900;
  /*チェックボタンカラー*/
  --color-check: #f76900;
  /*==============================
      フォントファミリー
  ==============================*/
  /*タイトル*/
  --font-family-heading: "Outfit", sans-serif;
  /*本文*/
  --font-family-body: "Zen Kaku Gothic New", sans-serif;
  /*==============================
      フォントサイズ
  ==============================*/
  /*基準のフォントサイズ*/
  --font-size-body: 1.8rem;
  /*==============================
      行間
  ==============================*/
  /*基準の行間*/
  --line-height-base: 2.333;
  /*==============================
      文字間
  ==============================*/
  /*基準の文字間*/
  --letter-spacing-base: 0.05em;
}

/*rootの変数宣言*/
:root {
  /*============================== 
      カラー    
  ==============================*/
  --color-font: #2e2924;
  --color-white: #ffffff;
  --color-orange: #f76900;
  --color-navy: #124061;
  --color-gray: #b9b3ad;
  --color-beige: #f8e5c8;
  /*カレントカラー*/
  --color-current: #f76900;
  /*テキストリンクカラー*/
  --color-textlink: #f76900;
  /*必須ボタンカラー*/
  --color-required: #f76900;
  /*任意ボタンカラー*/
  --color-optional: #f76900;
  /*ラジオボタンカラー*/
  --color-radio: #f76900;
  /*チェックボタンカラー*/
  --color-check: #f76900;
  /*==============================
      フォントファミリー
  ==============================*/
  /*タイトル*/
  --font-family-heading: "Outfit", sans-serif;
  /*本文*/
  --font-family-body: "Zen Kaku Gothic New", sans-serif;
  /*==============================
      フォントサイズ
  ==============================*/
  /*基準のフォントサイズ*/
  --font-size-body: 1.8rem;
  /*==============================
      行間
  ==============================*/
  /*基準の行間*/
  --line-height-base: 2.333;
  /*==============================
      文字間
  ==============================*/
  /*基準の文字間*/
  --letter-spacing-base: 0.05em;
}

/*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: 4rem;
}

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

/*==============================
    メインビジュアル
==============================*/
.mv__list {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.mv__item {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.mv__item a::before {
  width: 5rem;
}
.mv__title .main {
  font-size: max(2.9rem, 25px);
}
.mv__title .sub {
  font-size: 1.8rem;
}

/*==============================
    サブビジュアル
==============================*/
.sv {
  padding-block: 0;
}
.sv__title {
  font-size: 3.1rem;
  padding: 1.5rem 2rem;
  width: 60%;
  line-height: 1.3;
}

/*==============================
    共通タイトル
==============================*/
.com-title01 {
  gap: 1.5rem;
  margin-bottom: 5rem;
}
.com-title01 .en {
  font-size: 2.6rem;
}
.com-title01 .ja {
  font-size: 3rem;
}

/*==============================
    共通テーブル
==============================*/
.com-table tr th,
.com-table tr td {
  padding-inline: 2rem;
}
.com-table tr th {
  width: 35%;
}

/*==============================
    共通ボタン
==============================*/
.com-btn {
  height: 60px;
  width: 100%;
  max-width: 400px;
  font-size: 1.6rem;
}
.com-btn-o {
  height: 60px;
  width: 100%;
  max-width: 400px;
  font-size: 1.6rem;
}

.line-btn {
  width: 100%;
  max-width: 370px;
  height: 80px;
  font-size: 1.6rem;
}

/*==============================
    TOP
==============================*/
.top-worries__item {
  width: 100%;
  font-size: 1.8rem;
  padding: 1.5rem 1rem;
}
.top-worries__item:first-child::after {
  max-width: 60px;
}
.top-worries__item:last-child::after {
  max-width: 40px;
}
.top-worries .rb {
  background-image: radial-gradient(circle at center, var(--color-orange) 15%, transparent 15%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1em 0.5em;
  padding-top: 0.1em;
}

.top-answer {
  padding-block: 10rem 18rem !important;
  background: url(../img/top/deco-answer-left.png) bottom 0 left 3%/20% auto no-repeat, url(../img/top/deco-answer-right.png) bottom right 3%/20% auto no-repeat, url(../img/common/100×100_pattern04.jpg) top left/100px 100px repeat;
}
.top-answer::before {
  bottom: -2.2vw;
}
.top-answer__title {
  font-size: 3rem;
  line-height: 4.5rem;
}
.top-answer__title::before {
  bottom: -1.4rem;
}
.top-answer__title .navy,
.top-answer__title .orange {
  font-size: 3.5rem;
}

.top-diagnosis {
  padding-block: 14.1rem 14.8rem;
}
.top-diagnosis::before {
  top: 20rem;
  left: 3%;
  width: 20%;
}
.top-diagnosis::after {
  top: 3rem;
  right: 3%;
  width: 20%;
}
.top-diagnosis .com-title01 .ja {
  gap: 1.5rem;
}
.top-diagnosis .com-title01 .ja strong {
  font-size: 3.5rem;
}
.top-diagnosis .com-title01 .ja::before, .top-diagnosis .com-title01 .ja::after {
  width: 2rem;
}
.top-diagnosis__list {
  grid-template-columns: repeat(2, 1fr);
  max-width: 390px;
  margin-inline: auto;
}
.top-diagnosis__item {
  font-size: 1.8rem;
}

.com_chart::before {
  font-size: 2.8rem;
  white-space: nowrap;
  padding: 2rem 4rem;
  top: -3rem;
}
.com_chart .chart_title .q-icon {
  font-size: 3rem;
  width: 4rem;
  padding-bottom: 0.5rem;
}
.com_chart .chart_title .title {
  font-size: 2.6rem;
}
.com_chart .chart_btn_list {
  flex-direction: column;
  align-items: center;
}
.com_chart .chart_btn_list .chart_btn_list-item {
  width: 100%;
  max-width: 400px;
}
.com_chart .chart_btn_list a {
  min-height: 60px;
  padding-block: 1rem;
  width: 100%;
}

.result_chart {
  padding: 6rem 3rem;
}
.result_chart .result_title-icon {
  font-size: 2.8rem;
  white-space: nowrap;
  padding: 2rem 4rem;
  top: -3rem;
}
.result_chart .result_title .sub {
  font-size: 2.2rem;
}
.result_chart .result_container {
  padding: 4rem 2rem;
}
.result_chart .result_subtitle {
  font-size: 2.8rem;
  padding-left: 1.5rem;
  margin-bottom: 3rem;
}
.result_chart .result_subtitle::before {
  width: 0.7rem;
  height: 80%;
}
.result_chart .result_btn-list {
  flex-direction: column;
  align-items: center;
}
.result_chart .result_btn-list li {
  width: 100%;
  max-width: 400px;
}
.result_chart .black-btn {
  font-size: 1.6rem;
  height: 60px;
}

.top-recruitment {
  background: url(../img/top/deco_top.png) top 3rem left 0/100% auto no-repeat, url(../img/top/img-recruitment01.jpg) top 7rem left 2%/20% auto no-repeat, url(../img/top/img-recruitment03.jpg) top 7rem right 2%/20% auto no-repeat;
}

.top-contact::after {
  right: 3%;
  bottom: 0;
  width: 18rem;
  pointer-events: none;
}

.top-blog {
  padding-block: 10rem 25rem !important;
}
.top-blog .com-btn-o {
  position: absolute;
  bottom: 10rem;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
}

/*==============================
    サービス
==============================*/
.service-section__item {
  padding: 6rem 3rem;
}
.service-section__title {
  font-size: 2rem;
  margin-bottom: 3rem;
}
.service-section__price {
  padding-bottom: 2rem;
  font-size: 1.9rem;
}
.service-section__wrap {
  flex-direction: column;
  align-items: center;
  gap: 4rem;
}
.service-section__image {
  max-width: 420px;
}

.service-contact::after {
  right: 3%;
  bottom: 0;
  width: 18rem;
  pointer-events: none;
}

/*==============================
    かんたん見積り診断
==============================*/
.diagnosis-section__item {
  padding: 6rem 3rem;
}
.diagnosis-section__title {
  font-size: 2rem;
  margin-bottom: 3rem;
}
.diagnosis-section__price {
  padding-bottom: 2rem;
  font-size: 1.9rem;
}
.diagnosis-section__wrap {
  flex-direction: column;
  align-items: center;
}
.diagnosis-section__image {
  max-width: 420px;
}

.diagnosis-contact::after {
  right: 3%;
  bottom: 0;
  width: 18rem;
  pointer-events: none;
}

/*==============================
    採用情報
==============================*/
.recruit-job__list {
  gap: 7rem;
}
.recruit-job__item {
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}
.recruit-job__title {
  gap: 1.5rem;
  padding-bottom: 2rem;
}
.recruit-job__title .main {
  font-size: 2.6rem;
}

.recruit-section .com-table tr th,
.recruit-section .com-table tr td {
  display: block;
  width: 100%;
  border: none !important;
}

.recruit-apply::after {
  right: 3%;
  bottom: 0;
  width: 18rem;
  pointer-events: none;
}

/*==============================
    会社概要
==============================*/
.company-staff__item {
  padding: 6rem 3rem;
}
.company-staff__wrap {
  flex-direction: column-reverse;
  align-items: center;
  gap: 4rem;
}
.company-staff__title {
  font-size: 2.2rem;
  margin-bottom: 4rem;
}
.company-staff__image {
  width: 100%;
  max-width: 300px;
}

/*==============================
    共通セクション
==============================*/
.com-link__btn {
  width: 90%;
  margin-inline: auto;
  padding: 4rem 2rem 8rem 2rem;
}
.com-link__btn p {
  font-size: 2rem;
}
.com-link__btn::before {
  left: -2rem;
}
.com-link__btn::after {
  right: -2rem;
  top: -2rem;
}
.com-link__title {
  gap: 1rem;
}
.com-link__title .en {
  font-size: 4.5rem;
}
.com-link__title .ja {
  font-size: 3rem;
}

.com-contact {
  padding-block: 10rem 15rem !important;
}
.com-contact__box {
  flex-direction: column;
  gap: 5rem;
  padding-inline: 4rem;
  padding-block: 6rem 8rem;
}

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

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

/*タグリスト(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-contact::after {
  right: 3%;
  bottom: 0;
  width: 18rem;
  pointer-events: none;
}

.contact {
  padding-block: 10rem;
}
.contact .com-table {
  margin-bottom: 30px;
}
.contact .com-table th,
.contact .com-table td {
  border: none !important;
}
.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;
  font-size: 1.6rem;
}
.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__title {
  font-size: 2.2rem;
  margin-bottom: 2.5rem;
}
.privacy__box {
  margin-bottom: 30px;
}
.privacy__box:last-child {
  margin-bottom: 0;
}

/*==============================
    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;
}

/*==============================
    フッター
==============================*/
.footer {
  padding-top: 5rem;
}
.footer::before {
  bottom: calc(100% - 0.52vw - 0.05rem);
}
.footer .com-tel {
  margin-top: 4rem;
}
.footer .sns__item {
  width: 30px;
}
.footer-nav__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3rem;
}
.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 small {
  padding-block: 1.5rem;
  border-top: 1px solid var(--color-white);
}
.footer__box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer__box:last-of-type {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}