@charset "UTF-8";

/* CSS Document */

/*-------------------------------------
PCレイアウト(768px以上スクリーン)
-------------------------------------*/
/* body全体の初期スタイル調整 */
body {
  font-size: 62.5%;
  font-family: "Noto Sans JP", " YuGothic", " Yu Gothic UI", " Hiragino Sans", " Meiryo", " sans-serif";
  font-weight: normal;
  color: #333;
}

/* リンク文字の設定 */
a {
  text-decoration: underline;
}

a:link,
a:visited {
  color: #39f;
}

a:hover,
a:active {
  color: #f60;
}

/* ブラウザのCSSをリセット */
p {
  margin: 0 !important;
  padding: 0 !important;
}

section {
  clear: both;
  overflow: auto;
}

.line_yellow,
.line_gray {
  font-weight: bold;
  padding: 0px 2px;
}

.line_yellow {
  background-color: #f9f871;

}

.line_gray {
  background-color: #d7d9e3e5;
}

/*-------------------------------------
全体レイアウト/背景設定(PC)
-------------------------------------*/
/* 全体エリア(全体背景を設定するにはここ) */
.main {
  background-color: #f4f9ff;
}

/* 記事(ボディ)エリア */
.article {
  font-size: 1.6em;
  /* 16px */
  width: 100%;
}

/* 記事(ボディ)エリアの行間 */
.article p {
  line-height: 1.8;
}

.article img {
  width: 100%;
}

/* カラム全体の幅を変更する */
.top_image_in,
.section_inr,
.section_block {
  width: 1000px;
  margin: 0 auto;
}

.content_layout {
  display: flex;
  flex-wrap: wrap;
  /* margin-bottom: 1rem; */
}

.content_border {
  background-color: #626063;
  margin: 0.5rem;
  border-radius: 2rem;
}

.column {
  flex: 1;
  padding: 1rem;
}

.column_p0 {
  flex: 1;
  padding: 0;
}

.article#about,
.article#access {
  background-color: #446725;
}

.article#menu {
  background-color: #626063;
}

.top_image,
.worry_area {
  background-repeat: no-repeat;
  background-position: top center;
  height: auto;
}

/*-------------------------------------
ファーストビュー設定
-------------------------------------*/
.top_image {
  background-image: url(../images/top_image_front_bg.jpg);
}

.top_image_in img {
  width: 100%;
}

.top_image_sp {
  display: none;
}

/*-------------------------------------
上部固定ヘッダー設定
-------------------------------------*/
.header {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 5000;
  background: #fff;
  border-bottom: 1px solid #ccc;
  overflow: auto;
}

.header_inr {
  display: flex;
  justify-content: center;
  max-width: 1000px;
  min-height: 40px;
  max-height: 80px;
  padding: 1rem;
  margin: 0 auto;
  align-items: center;
}

.header_logo {
  width: 30%;
  float: left;
  margin: 0;
  padding: 1rem 0;
}

.header_menu {
  width: 70%;
  display: flex;
}

.header_tel,
.header_cta {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5em;
}

.header_tel img,
.header_cta img {
  width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/*-------------------------------------
CTAエリア
-------------------------------------*/
.cta_area {
  width: 1000px;
  margin: 0 auto;
  padding: 3rem 1rem;
}

.cta_content,
.reason_content {
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.10), 0 1.5px 4px rgba(0, 0, 0, 0.08);
  padding: 1rem 2rem;
}

.btn_area {
  width: 50%;
  margin: 1rem auto;
}

/*-------------------------------------
見出しタグ設定(PC)
-------------------------------------*/
h2 {
  margin: 0.5em 0em;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
}

h3 {
  margin: 0.5em 0em;
  padding: 0.3em 0.6em;
  font-size: 1.6em;
  font-weight: bold;
  border-left: 8px solid #10559A;
  border-bottom: 1px dotted #10559A;
}

h4 {
  margin: 0.5em 0em;
  padding: 0.3em 0.6em;
  font-size: 1.4em;
  font-weight: bold;
  border: 1px solid #000;
}

h5 {
  margin: 0.5em 0em;
  padding: 0.1em;
  font-size: 1.2em;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}

/*-------------------------------------
お悩みエリア設定
-------------------------------------*/

.worry_area {
  background-image: url(../images/worry_bg.jpg);
}

.worry_area img {
  width: 100%;
  height: auto;
}

/*-------------------------------------
3つの理由設定
-------------------------------------*/

.reason_area {
  background: #fff;
  background-image: url(../images/reasons_bg.jpg);
  background-repeat: repeat;
  background-position: top center;
  background-size: contain;
  padding-bottom: 2rem;
}

.reason_title {
  padding-bottom: 1rem;
}

.reason_content {
  background-color: #f4f9ff;
  margin-bottom: 2rem;
}

.article .compare_table img {
  margin: 0 auto;
  display: block;
  width: 80%;
}

/*-------------------------------------
お客様の声エリア設定
-------------------------------------*/
.voices_area {
  background: #fff;
  padding: 2rem 0;
}

/*-------------------------------------
質問エリア設定
-------------------------------------*/
.faq_area {
  background: #fff;
}

.faq-content {
  --accent-color: #003366;
  --v-rythm: 1.6em;
  --gap: 1em;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}

.faq-content:after {
  content: "";
  position: absolute;
  inset-block-start: 1.25rem;
  inset-inline-end: 0.75rem;
  display: block;
  inline-size: 1rem;
  aspect-ratio: 1;
  background: #003366;
  overflow: hidden;
  rotate: 0deg;
  transition: rotate 0.4s 0s ease;
  clip-path: polygon(25% 10%, 25% 90%, 75% 50%);
}

.faq-content[open]:after {
  rotate: 90deg;
}

.faq-content[open] .faq-q:after {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
}

.faq-q {
  font-weight: bold;
  line-height: var(--v-rythm);
  display: flex;
  gap: var(--gap);
  padding: 1rem 1.5rem 1rem 0;
  border-bottom: 1px dotted var(--accent-color);
}

.faq-q:before {
  content: "Q:";
  display: block;
  color: var(--accent-color);
  font-size: var(--v-rythm);
  min-width: 40px;
}

.faq-q::-webkit-details-marker {
  display: none;
}

.faq-q:hover {
  color: #015fbd;
}

.faq-a {
  overflow: hidden;
  margin: 0;
  display: flex;
  gap: var(--gap);
  padding: 0.5rem 1.5rem 1rem 0;
}

.faq-a:before {
  content: "A:";
  font-weight: bold;
  color: #ffbd53;
  font-size: var(--v-rythm);
  min-width: 40px;
}

/*-------------------------------------
お問い合わせエリア設定
-------------------------------------*/
.contact_section {
  max-width: 800px;
  padding: 1rem;
  margin: 0 auto;
}

.contact-form {
  margin: 0 auto;
  background: white;
  padding: 20px;
  border-radius: 10px;
}

label {
  display: block;
  margin-top: 20px;
  font-weight: bold;
  font-size: 16px;
}

.required {
  background: #e74c3c;
  color: white;
  padding: 2px 6px;
  font-size: 12px;
  border-radius: 4px;
  margin-left: 5px;
  vertical-align: middle;
}

input {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  margin-top: 5px;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-sizing: border-box;
}

input[type="tel"] {
  max-width: 250px;
}

.submit_btn {
  margin-top: 30px;
  width: 100%;
  padding: 15px;
  background-color: #2196f3;
  color: white;
  border: none;
  border-radius: 10px;
  font-size: 18px;
  cursor: pointer;
  transition: background-color 0.3s;
}

button:hover {
  background-color: #1976d2;
}

.form_mailer_link {
  float: right;
  margin-bottom: 10px;
}

/*-------------------------------------
フッター設定
-------------------------------------*/
.footer {
  background: #003366;
  padding: 2em 0em;
  text-align: center;
  font-size: 1.4em;
  color: #fff;
}

.footer a {
  color: #fff;
}