@charset "UTF-8";

/*
Theme Name: child
Theme URI:
Description:
Template: twentytwentyone
Author: makesview
Author URI: https://makes-view.co.jp/
Version: 1.0.0
*/

:root {
  --main-color: #000;
  --sub-color: #fff;
}

html,
button,
input,
select,
textarea {
  /* 不要な指定は消す */
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック",
    "Yu Gothic", sans-serif;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

body {
  color: #000000;
  font-size: 16px;
  line-height: 1.7;
}

a[href$=".pdf"] {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  text-decoration: underline;
  color: #000;
  line-height: 1.5;
}

a[href$=".pdf"]::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 30px;
  height: 38px;
  background-image: url(/wp-content/themes/child/image/icon/icon_pdf.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 15px;
}

a[href$=".pdf"]:hover {
  text-decoration: none;
}

.wrap {
  width: 1140px;
  margin: 0 auto;
}

.wrap.mid {
  width: 1240px;
}

.wrap.lr {
  width: 1340px;
}

/* PC固定ページ 共通設定 */
.common_page_main {
  background: #f5f5f5;
  padding-block: 140px;
  margin-block: 0 1em;
}

.common_page_main .title_box {
  text-align: center;
}

.common_page_main .title_box .title {
  font-size: 40px;
  letter-spacing: 0.08em;
  font-weight: 700;
  line-height: 1.5;
}

.page_contact .common_page_wrap {
  padding: 100px 0;
}

.not_found .text {
  text-align: center;
}

.reserve_text {
  text-align: center;
  font-size: 30px;
}

/* パンくず */
.breadcrumb {
  font-size: 12px;
  color: #3e3e3e;
  letter-spacing: 0.08em;
}

.breadcrumb a {
  text-decoration: none;
  color: #3e3e3e;
}

/* PC固定ページ お問い合わせ */
.contact_form_disc {
  color: #3e3e3e;
  letter-spacing: 0.08em;
  font-weight: 400;
  text-align: center;
  margin-block: 0 3.8em;
}

.contact_form_disc .text {
  font-size: 16px;
  margin-block: 0 1em;
}

.contact_form_disc .caution {
  font-size: 14px;
}

.common_contact_form .form_box {
  margin-block: 0 50px;
}

.common_contact_form .form_box dl {
  display: grid;
  grid-template-columns: 26.5% 1fr;
  align-items: center;
  gap: 80px;
}

.common_contact_form .form_box dl.start {
  align-items: flex-start;
}

.common_contact_form .form_box dl+dl {
  margin-block: 1.6em 0;
}

.common_contact_form .form_box dl dt {
  display: flex;
  align-items: center;
  gap: 1.3em;
  font-size: 16px;
  letter-spacing: 0.08em;
  font-weight: 700;
  padding-inline: 0 0.5em;
  position: relative;
}

.common_contact_form .form_box dl dt .label {
  flex-shrink: 0;
  color: #3e3e3e;
  font-size: 12px;
  letter-spacing: 0.2em;
  font-weight: 700;
  border-radius: 100vmax;
  padding: 0.2em 0.9em;
}

.common_contact_form .form_box dl dt .label.hissu {
  background: #c70000;
  color: #fff;
}

.common_contact_form .form_box dl dt .label.ninni {
  background: #e0e0e0;
}

.common_contact_form .form_box dl dt::after {
  content: "";
  width: 1px;
  height: 30px;
  background: #aaa;
  position: absolute;
  top: 0;
  right: 0;
}

.common_contact_form input[type="text"],
.common_contact_form input[type="email"],
.common_contact_form #zip {
  width: 100%;
  background: #f8f8f8;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  font-size: 14px;
  letter-spacing: 0.08em;
  font-weight: 400;
  padding: 0.8em 1em;
}

.common_contact_form textarea {
  width: 100%;
  height: 180px;
  background: #f8f8f8;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  padding: 1em;
  font-size: 14px;
  letter-spacing: 0.08em;
  font-weight: 400;
}

.common_contact_form input::placeholder,
.common_contact_form textarea::placeholder {
  color: #c7c4c4;
}

.common_contact_form select {
  width: 47.5%;
  background: #f8f8f8;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  font-size: 14px;
  letter-spacing: 0.08em;
  padding: 1.1em 1em;
}

.common_contact_form select.empty {
  color: #c7c4c4;
}

.page_contact #btn_wrap {
  justify-content: center;
  text-align: right;
  width: 74%;
  margin: auto;
}

.page_contact #btn_wrap button {
  background-color: var(--main-color);
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  color: #fff;
  display: block;
  width: 310px;
  line-height: 60px;
  font-size: 18px;
  font-weight: 900;
  transition: 0.3s;
  text-align: center;
  letter-spacing: 0.08em;
  margin: auto;
}

.page_contact #btn_wrap button[name="submitBack"] {
  background: #333;
  margin-top: 20px;
}

.page_contact #btn_wrap button:hover {
  opacity: 0.8;
}

.privacy_term_textbox {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.privacy_term_textbox::after {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 12px;
  height: 12px;
  border-bottom: 3px solid black;
  border-right: 3px solid black;
  transform: rotate(45deg);
}

.privacy_term_title {
  font-size: 15px;
  font-weight: 600;
  margin-top: 25px;
}

.privacy_term_outer .privacy_term_inner {
  height: 138px;
  margin: auto;
  overflow: auto;
}

.privacy_term_outer .privacy_term_inner .privacy_index {
  font-size: 14px;
}

.privacy_term_outer .privacy_term_inner .main_text {
  font-size: 13px;
  margin-bottom: 25px;
}

.privacy_term_outer .privacy_term_inner dl dt {
  font-size: 13px;
  border-left: solid 3px #ccc;
  padding-left: 1em;
  margin-bottom: 5px;
}

.privacy_term_outer .privacy_term_inner dl dd {
  font-size: 13px;
}

.privacy_term_outer .privacy_term_inner dl+dl {
  margin-top: 30px;
}

.privacy_term_outer .privacy_term_inner::-webkit-scrollbar {
  width: 8px;
}

.privacy_term_outer .privacy_term_inner::-webkit-scrollbar-track {
  background: transparent;
}

.privacy_term_outer .privacy_term_inner::-webkit-scrollbar-thumb {
  background-color: #333;
  border-radius: 10px;
}

.privacy_term_outer {
  border-top: solid 1px #e3e3e3;
  padding: 30px 0;
  border-bottom: solid 1px #e3e3e3;
  width: 60%;
  margin: 0 auto 50px;
}

.privacy_check_list .mwform-checkbox-field-text {
  padding-right: 0;
}

.privacy_check_list .error {
  font-size: 12px;
}

.privacy_term_detail {
  text-align: center;
  font-size: 13px;
  margin: 20px 0;
  position: relative;
  font-weight: 600;
}

.privacy_term_detail::after {
  content: "";
  margin: 5px auto 0;
  border: solid #333;
  border-width: 2px 2px 0 0;
  width: 10px;
  aspect-ratio: 1 / 1;
  min-width: 0;
  rotate: 135deg;
  display: block;
}

.mw_wp_form_confirm .privacy_check_list,
.mw_wp_form_confirm .privacy_term_detail {
  display: none;
}

/* ラジオボタン デザイン */
.radio_btns,
.checkboxes {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 1.5em;
}

/* ラジオボタンを隠す */
.radio_btns input[type="radio"].radio_btns__item {
  display: none;
}

.radio_btns label {
  display: inline-block;
  cursor: pointer;
}

/* spanの左側にボタンを配置するスペースを作る */
.radio_btns .radio_btns__item+span {
  color: #3e3e3e;
  font-size: 15px;
  letter-spacing: 0.08em;
  font-weight: 600;
  padding-left: 2em;
  display: inline-block;
  position: relative;
}

/* 各パーツを作成 */
.radio_btns .radio_btns__item+span::before,
.radio_btns .radio_btns__item+span::after {
  content: "";
  display: block;
  position: absolute;
  border: 1px solid #e6e6e6;
  background: #f8f8f8;
  border-radius: 50%;
  width: 20px;
  aspect-ratio: 1;
  min-width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

/* after上書き */
.radio_btns .radio_btns__item+span::after {
  width: 10px;
  aspect-ratio: 1;
  min-width: 0;
  top: 0px;
  left: 5px;
  border: none;
  background: #5a5a5a;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  transition: all 0.3s;
}

/*
  checked状態
  文字のcolorとボタンのopacityを変更
*/
.radio_btns .radio_btns__item:checked+span::after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* チェックボックス デザイン */
.page_contact input[type="checkbox"] {
  /* デフォルトcheckボックス非表示*/
  display: none;
}

.mwform-checkbox-field label {
  cursor: pointer;
}

.mwform-checkbox-field-text {
  color: #3e3e3e;
  font-size: 15px;
  letter-spacing: 0.08em;
  font-weight: 600;
  display: inline-block;
  position: relative;
  padding: 0 0 0 30px;
}

.mwform-checkbox-field-text::before,
.mwform-checkbox-field-text::after {
  content: "";
  position: absolute;
  display: block;
}

.mwform-checkbox-field-text::before {
  background: #f8f8f8;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  width: 20px;
  aspect-ratio: 1 / 1;
  min-width: 0;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.mwform-checkbox-field-text::after {
  border-width: 3px;
  border-color: transparent transparent #333 #333;
  border-style: solid;
  width: 20px;
  aspect-ratio: 2/1;
  min-width: 0;
  margin-top: -0.2em;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(-45deg);
  opacity: 0;
}

input[type="checkbox"]:checked+.mwform-checkbox-field-text::after {
  opacity: 1;
}

.mw_wp_form .horizontal-item {
  display: inline-block;
}

.mw_wp_form .horizontal-item+.horizontal-item {
  margin-left: 0 !important;
}

/* サンクスページ */

.page_contact .thanks_textArea .name {
  font-size: 16px;
  line-height: 2;
  text-align: center;
  margin-bottom: 20px;
}

.page_contact .thanks_textArea .contact_text {
  margin: 0 auto 50px;
  width: 62%;
}

.page_contact .thanks_textArea .ichiran_link {
  background-color: var(--main-color);
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  color: #fff;
  display: block;
  width: 300px;
  line-height: 50px;
  border-radius: 4px;
  font-size: 16px;
  transition: 0.3s;
  margin: 0 auto;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-align: center;
}

.page_contact .thanks_textArea .ichiran_link:hover {
  opacity: 0.8;
}

.page_contact .thanks_textArea .contact_text .space {
  display: block;
}

.page_contact .thanks_textArea .contact_text .space {
  display: block;
  margin-top: 10px;
}

/* ステップバー デザイン */
.page_contact .progressbar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5.6em;
  margin-block: 0 3em;
}

.page_contact .progressbar .item {
  color: #3e3e3e;
  font-size: 14px;
  letter-spacing: 0.08em;
  font-weight: 400;
  text-align: center;
  line-height: 1.5;
  position: relative;
}

.page_contact .progressbar .item+.item::before {
  content: "";
  width: 50px;
  height: 1px;
  background: #e6e6e6;
  position: absolute;
  top: 64%;
  left: -5em;
}

.page_contact .progressbar .item .mark {
  width: 36px;
  aspect-ratio: 1;
  background: #fff;
  border: 1px solid #afafaf;
  border-radius: 50%;
  display: block;
  margin: 0 auto 0.5em;
  position: relative;
}

.page_contact .progressbar .item .mark::before {
  content: "";
  width: 41%;
  aspect-ratio: 1;
  background: #5a5a5a;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  opacity: 0;
}

.page_contact .progressbar .item.active .mark::before {
  opacity: 1;
}

.page_contact .progressbar .item .en {
  display: block;
  color: #a7a7a7;
  letter-spacing: 0;
  font-family: "Helvetica", "Arial", sans-serif;
}

.privacy_check_list {
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}

.privacy_check_list .hissu {
  background: #c70200;
  color: #fff;
  padding: 2px 15px;
  font-size: 10px;
  letter-spacing: 0.08em;
  border-radius: 30px;
  font-weight: 600;
}

.mw_wp_form .privacy_check_list .horizontal-item {
  margin: 0 auto;
}

/* PC固定ページ 個人情報保護方針 */
.page_privacy .main_text {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 3em;
}

.page_privacy dl {
  margin-bottom: 50px;
}

.page_privacy dl:last-child {
  margin-bottom: 0;
}

.page_privacy dl dt {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0.5em;
  border-left: 3px solid #ccc;
  padding-left: 1em;
}

.page_privacy dl dd {
  font-size: 14px;
  line-height: 2;
}

/* PC固定ページ 404ページ */
#page_404 {
  text-align: center;
}

#page_404 .num {
  font-size: 100px;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#page_404 .text {
  margin-bottom: 1em;
  font-size: 16px;
}

/* PC固定ページ アーカイブページ */
/* 投稿リスト表示 */
.archive_page_list>article {
  padding-bottom: 15px;
  padding-top: 15px;
  border-bottom: 1px dashed #eee;
  padding-right: 30px;
}

.archive_page_list>article:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 0;
  right: 5px;
  bottom: 0;
  margin: auto;
  border: solid #ccc;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
}

.archive_page_list>article .date {
  font-weight: bold;
  font-size: 80%;
  width: 100px;
}

.archive_page_list>article .content_area {
  width: calc(100% - 100px);
}

.archive_page_list>article .content_area .ttl {
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.archive_page_list>article .content_area .content {
  font-size: 80%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/* wp-pagenavi base */
.wp-pagenavi {
  text-align: center;
  margin-top: 50px;
}

.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  color: #999;
  background-color: #fff;
  border: solid 1px #e0e0d2;
  padding: 8px 15px;
  margin: 0 2px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
}

.wp-pagenavi a:hover {
  color: #fff;
  background-color: var(--main-color);
  border-color: var(--main-color);
}

.wp-pagenavi .current {
  color: #fff;
  background-color: var(--main-color);
  border-color: var(--main-color);
  font-weight: bold;
}

#page_sitemap,
.page_privacy {
  width: 1440px;
  margin: 0 auto;
}

#page_sitemap .wrap,
.page_privacy .common_page_wrap {
  padding: 60px 0;
}

@font-face {
  font-display: swap;
  font-family: "GenShinGothicP";
  font-style: normal;
  font-weight: 200;
  src: url("./fonts/GenShinGothicP/GenShinGothic-P-ExtraLight.ttf") format("truetype");
}

@font-face {
  font-display: swap;
  font-family: "GenShinGothicP";
  font-style: normal;
  font-weight: 300;
  src: url("./fonts/GenShinGothicP/GenShinGothic-P-Light.ttf") format("truetype");
}

@font-face {
  font-display: swap;
  font-family: "GenShinGothicP";
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/GenShinGothicP/GenShinGothic-P-Normal.ttf") format("truetype");
}

@font-face {
  font-display: swap;
  font-family: "GenShinGothicP";
  font-style: normal;
  font-weight: 500;
  src: url("./fonts/GenShinGothicP/GenShinGothic-P-Regular.ttf") format("truetype");
}

@font-face {
  font-display: swap;
  font-family: "GenShinGothicP";
  font-style: normal;
  font-weight: 700;
  src: url("./fonts/GenShinGothicP/GenShinGothic-P-Bold.ttf") format("truetype");
}

@font-face {
  font-display: swap;
  font-family: "GenShinGothicP";
  font-style: normal;
  font-weight: 900;
  src: url("./fonts/GenShinGothicP/GenShinGothic-P-Heavy.ttf") format("truetype");
}

@font-face {
  font-display: swap;
  font-family: "SansSerifFLF";
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/SansSerifFLF/SansSerifFLF.otf") format("opentype");
}

@font-face {
  font-display: swap;
  font-family: "SansSerifFLF";
  font-style: normal;
  font-weight: 500;
  src: url("./fonts/SansSerifFLF/SansSerifFLF-Demibold.otf") format("opentype");
}

body {
  font-family: "GenShinGothicP", serif;
  padding-top: 0px;
}

.wrap {
  max-width: none;
}

.u-desktop {
  display: block;
}

.u-mobile {
  display: none;
}

/* リキッドレイアウト対応 */

html {
  font-size: 16px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  min-height: 0vw;
}

/* Remove default padding */

ul,
ol {
  padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */

/* Set core body defaults */

body {
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeLegibility;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
  display: block;
  max-width: 100%;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */

article>*+* {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
  filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type="checkbox"],
input[type="radio"] {
  display: none;
}

input[type="submit"],
input[type="button"],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/* ホバー */

a {
  -webkit-text-decoration: none;
  color: inherit;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.2s ease-in;
}

a:hover {
  opacity: 0.6;
}

body.is-scroll {
  overflow: hidden;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex: 1;
}

.article {
  width: 80%;
}

.common_link_btn_large {
  align-items: center;
  background-color: #fff;
  border: 1px solid #316aa9;
  display: flex;
  height: 100px;
  justify-content: flex-start;
  padding: 40px 45px 40px 70px;
  position: relative;
  transition: background-color 0.3s ease, border 0.3s ease;
  width: 388px;
  z-index: 300;
}

.common_link_btn_large::after {
  background-image: url("./image/common/blue-arrow-next.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 4px;
  opacity: 1;
  padding: 9px;
  position: absolute;
  right: 27.5px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
}

.common_link_btn_text_large {
  color: #316aa9;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.4;
  transition: color 0.3s ease;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.common_link_btn {
  align-items: center;
  background-color: #fff;
  border: 1px solid #316aa9;
  display: block;
  display: flex;
  height: 60px;
  justify-content: flex-start;
  padding: 15px 45px 15px 30px;
  position: relative;
  transition: background-color 0.3s ease, border 0.3s ease, opacity 0.3s ease;
  width: 258px;
  z-index: 3000;
}

.common_link_btn::after {
  background-image: url("./image/common/blue-arrow-next.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 4px;
  opacity: 1;
  padding: 9px;
  position: absolute;
  right: 27.5px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
}

.common_link_btn_text {
  color: #316aa9;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.4;
  transition: color 0.3s ease;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.common_heading,
.common_heading_left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.common_heading {
  align-items: center;
}

.common_heading_left {
  align-items: flex-start;
  text-align: left;
}

.common_heading_left h2,
.common_heading_left p,
.common_heading_left span {
  align-items: flex-start;
  text-align: left;
}

.common_heading_inner {
  align-items: flex-start;
  display: flex;
}

.common_heading_large,
.common_heading_small {
  color: #316aa9;
  font-family: "SansSerifFLF", serif;
  font-weight: 500;
  letter-spacing: 0.03em;
}

.common_heading_large {
  font-size: 80px;
  line-height: 1.1;
  margin-bottom: 8.5px;
}

.common_heading_small {
  font-size: 56px;
  line-height: 1.4;
  margin-bottom: 10px;
}

.common_heading h2,
.common_heading_left h2 {
  color: #212121;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.4;
}

.common_heading h2 {
  margin-top: 15px;
}

.common_heading_left h2 {
  left: 13px;
  position: relative;
}

.common_heading span,
.common_heading_left span {
  background-color: #212121;
  content: "";
  height: 2px;
  transform: rotate(-60deg);
  width: 19px;
}

.common_heading_left span {
  left: 5px;
  position: relative;
  top: 7px;
}

.common_page_wrap {
  padding: 0;
}

.common_span_box {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.js-fade-in {
  opacity: 0;
  transition: opacity 1s ease;
}

.js-fade-in.is-inview {
  opacity: 1;
}

.js-fade-up {
  opacity: 0;
  transform: translateY(70px);
  transition: opacity 1.5s ease, transform 1.5s ease;
}

.js-fade-up.is-inview {
  opacity: 1;
  transform: translateY(0);
}

.js-fade-right {
  opacity: 0;
  transform: translateX(70px);
  transition: opacity 1.5s ease, transform 1.5s ease;
}

.js-fade-right.is-inview {
  opacity: 1;
  transform: translateX(0);
}

.js-fade-left {
  opacity: 0;
  transform: translateX(-70px);
  transition: opacity 1.5s ease, transform 1.5s ease;
}

.js-fade-left.is-inview {
  opacity: 1;
  transform: translateX(0);
}

.error404 {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.error404 .container {
  padding: 200px 0;
}

.error404 .text {
  color: #212121;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.4;
  margin-top: 100px;
  text-align: left;
}

.pagination {
  align-items: center;
  display: flex;
  font-size: 16px;
  gap: 12px;
  justify-content: center;
  margin-top: 50px;
}

.pagination__link {
  background-color: #fff;
  border: 1px solid #316aa9;
  color: #316aa9;
  display: inline-block;
  font-weight: 700;
  padding: 10px 16px;
  transition: all 0.3s ease;
}

.pagination__link--current {
  background-color: #316aa9;
  color: #fff;
  pointer-events: none;
}

.pagination__link--prev,
.pagination__link--next {
  font-size: 18px;
}

.layout_contact {
  min-width: 1440px;
  position: relative;
}

.layout_contact::after {
  background-image: url(./image/top/top-bricks_background.webp);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 240px;
  width: 100%;
  z-index: -1;
}

.layout_contact .wrap.lr {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 70px 0px 150px;
  position: relative;
}

.layout_contact .wrap.lr::before {
  background-image: url(./image/top/top-news-living.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 376px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 536px;
  z-index: -1;
}

.layout_contact .container {
  background-color: #fff;
  margin-top: 50px;
  padding: 50px;
  width: 100%;
}

.contact_form_disc {
  color: #3e3e3e;
  font-weight: 400;
  letter-spacing: 0.08em;
  margin-bottom: 3.8em;
  margin-top: 0;
  text-align: center;
}

.contact_form_disc .text {
  font-size: 16px;
  margin-bottom: 1em;
  margin-top: 0;
}

.contact_form_disc .caution {
  font-size: 14px;
}

.common_contact_form .form_box {
  margin-bottom: 50px;
  margin-top: 0;
  padding: 0 20px;
}

.common_contact_form .form_box dl {
  grid-gap: 80px;
  align-items: center;
  display: grid;
  gap: 80px;
  grid-template-columns: 26.5% 1fr;
}

.common_contact_form .form_box dl.start {
  align-items: flex-start;
}

.common_contact_form .form_box dl+dl {
  margin-bottom: 0;
  margin-top: 1.6em;
}

.common_contact_form .form_box dl dt {
  align-items: center;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  gap: 1.3em;
  letter-spacing: 0.08em;
  padding-left: 0;
  padding-right: 0.5em;
  position: relative;
}

.common_contact_form .form_box dl dt .label {
  border-radius: 100vmax;
  color: #3e3e3e;
  flex-shrink: 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  padding: 0.2em 0.9em;
}

.common_contact_form .form_box dl dt .label.hissu {
  background: #316aa9;
  color: #fff;
}

.common_contact_form .form_box dl dt .label.ninni {
  background: #e0e0e0;
}

.common_contact_form .form_box dl dt::after {
  background: #aaa;
  content: "";
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
}

.common_contact_form input[type="text"],
.common_contact_form input[type="email"],
.common_contact_form #zip {
  background: #f8f8f8;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.08em;
  padding: 0.8em 1em;
  width: 100%;
}

.common_contact_form textarea {
  background: #f8f8f8;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  height: 180px;
  letter-spacing: 0.08em;
  padding: 1em;
  width: 100%;
}

.common_contact_form input::-moz-placeholder,
.common_contact_form textarea::-moz-placeholder {
  color: #c7c4c4;
}

.common_contact_form input::placeholder,
.common_contact_form textarea::placeholder {
  color: #c7c4c4;
}

.common_contact_form select {
  background: #f8f8f8;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  font-size: 14px;
  letter-spacing: 0.08em;
  padding: 1.1em 1em;
  width: 100%;
}

.common_contact_form .select_wrap {
  display: inline-block;
  position: relative;
  width: 47.5%;
}

.common_contact_form select.empty {
  color: #c7c4c4;
}

.page_contact #btn_wrap {
  justify-content: center;
  margin: auto;
  text-align: right;
  width: 74%;
}

.page_contact #btn_wrap button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 1px solid #316aa9;
  color: #316aa9;
  cursor: pointer;
  display: block;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 60px;
  margin: auto;
  outline: none;
  padding: 0;
  text-align: center;
  transition: 0.3s;
  transition: 0.3s border ease, 0.3s background-color ease, 0.3s color ease;
  width: 310px;
}

.page_contact #btn_wrap button[name="submitBack"] {
  background-color: #316aa9;
  border: 1px solid #fff;
  color: #fff;
  margin-top: 20px;
  transition: 0.3s ease;
}

.page_contact #btn_wrap button:hover {
  background-color: #316aa9;
  border: 1px solid #fff;
  color: #fff;
  opacity: 1;
}

.page_contact #btn_wrap button[name="submitBack"]:hover {
  background-color: #fff;
  border: 1px solid #316aa9;
  color: #316aa9;
  opacity: 1;
}

.privacy_term_outer {
  border-bottom: solid 1px #e3e3e3;
  border-top: solid 1px #e3e3e3;
  margin: 50px auto;
  padding: 30px 0;
  width: 60%;
}

.privacy_term_outer .privacy_term_inner {
  height: 138px;
  margin: auto;
  overflow: auto;
}

.privacy_term_outer .privacy_term_inner .privacy_index {
  font-size: 14px;
}

.privacy_term_outer .privacy_term_inner .main_text {
  font-size: 13px;
  margin-bottom: 25px;
}

.privacy_term_outer .privacy_term_inner dl dt {
  border-left: solid 3px #ccc;
  font-size: 13px;
  margin-bottom: 5px;
  padding-left: 1em;
}

.privacy_term_outer .privacy_term_inner dl dd {
  font-size: 13px;
}

.privacy_term_outer .privacy_term_inner dl+dl {
  margin-top: 30px;
}

.privacy_term_outer .privacy_term_inner::-webkit-scrollbar {
  width: 8px;
}

.privacy_term_outer .privacy_term_inner::-webkit-scrollbar-track {
  background: transparent;
}

.privacy_term_outer .privacy_term_inner::-webkit-scrollbar-thumb {
  background-color: #333;
  border-radius: 10px;
}

.privacy_check_list {
  align-items: center;
  margin-bottom: 25px;
}

.privacy_check_list .mwform-checkbox-field-text {
  padding-right: 0;
}

.privacy_check_list .error {
  font-size: 12px;
}

.privacy_check_list .hissu {
  background: #316aa9;
  border-radius: 30px;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  padding: 2px 15px;
}

.privacy_term_detail {
  font-size: 13px;
  font-weight: 600;
  margin: 20px 0;
  position: relative;
  text-align: center;
}

.privacy_term_detail::after {
  aspect-ratio: 1/1;
  border: solid #333;
  border-width: 2px 2px 0 0;
  content: "";
  display: block;
  margin: 5px auto 0;
  min-width: 0;
  rotate: 135deg;
  width: 10px;
}

.mw_wp_form_confirm .privacy_check_list,
.mw_wp_form_confirm .privacy_term_detail {
  display: none;
}

.radio_btns,
.checkboxes {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0.5em 1.5em;
}

.radio_btns input[type="radio"].radio_btns__item {
  display: none;
}

.radio_btns label {
  cursor: pointer;
  display: inline-block;
}

.radio_btns .radio_btns__item+span {
  color: #3e3e3e;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin-left: 0;
  padding-left: 2em;
  position: relative;
}

.radio_btns .radio_btns__item+span::before,
.radio_btns .radio_btns__item+span::after {
  aspect-ratio: 1;
  background: #f8f8f8;
  border: 1px solid #e6e6e6;
  border-radius: 50%;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  margin: auto;
  min-width: 0;
  position: absolute;
  top: 0;
  width: 20px;
}

.radio_btns .radio_btns__item+span::after {
  aspect-ratio: 1;
  background: #5a5a5a;
  border: none;
  left: 5px;
  min-width: 0;
  top: 0px;
  transform: scale(0);
  transition: all 0.3s;
  width: 10px;
}

.radio_btns .radio_btns__item:checked+span::after {
  transform: scale(1);
}

.page_contact input[type="checkbox"] {
  display: none;
}

.mwform-checkbox-field label {
  cursor: pointer;
}

.mwform-checkbox-field-text {
  color: #3e3e3e;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.08em;
  padding: 0 0 0 30px;
  position: relative;
}

.mwform-checkbox-field-text::before,
.mwform-checkbox-field-text::after {
  content: "";
  display: block;
  position: absolute;
}

.mwform-checkbox-field-text::before {
  aspect-ratio: 1/1;
  background: #f8f8f8;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}

.mwform-checkbox-field-text::after {
  aspect-ratio: 2/1;
  border-color: transparent transparent #333 #333;
  border-style: solid;
  border-width: 3px;
  left: 0;
  margin-top: -0.2em;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  width: 20px;
}

input[type="checkbox"]:checked+.mwform-checkbox-field-text::after {
  opacity: 1;
}

.mw_wp_form .horizontal-item {
  display: inline-block;
}

.mw_wp_form .horizontal-item+.horizontal-item {
  margin-left: 0 !important;
}

.page_contact .thanks_textArea .name {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 20px;
  text-align: center;
}

.page_contact .thanks_textArea .contact_text {
  letter-spacing: 0.03em;
  line-height: 1.8;
  margin: 0 auto 50px;
  width: 62%;
}

.page_contact .thanks_textArea .ichiran_link {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 1px solid #316aa9;
  color: #316aa9;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 50px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  transition: 0.3s;
  width: 300px;
}

.page_contact .thanks_textArea .ichiran_link:hover {
  background-color: #316aa9;
  border: 1px solid #fff;
  color: #fff;
  opacity: 1;
}

.page_contact .thanks_textArea .contact_text .space {
  display: block;
  margin-top: 10px;
}

.page_contact .progressbar {
  align-items: center;
  display: flex;
  gap: 5.6em;
  justify-content: center;
  margin-bottom: 3em;
  margin-top: 0;
}

.page_contact .progressbar .item {
  color: #3e3e3e;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.5;
  position: relative;
  text-align: center;
}

.page_contact .progressbar .item+.item::before {
  background: #e6e6e6;
  content: "";
  height: 1px;
  left: -5em;
  position: absolute;
  top: 64%;
  width: 3.5em;
}

.page_contact .progressbar .item .mark {
  aspect-ratio: 1;
  background: #fff;
  border: 1px solid #afafaf;
  border-radius: 50%;
  display: block;
  margin: 0 auto 0.5em;
  position: relative;
  width: 36px;
}

.page_contact .progressbar .item .mark::before {
  aspect-ratio: 1;
  background: #5a5a5a;
  border-radius: 50%;
  content: "";
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  translate: -50% -50%;
  width: 41%;
}

.page_contact .progressbar .item.active .mark::before {
  opacity: 1;
}

.page_contact .progressbar .item .en {
  color: #a7a7a7;
  display: block;
  font-family: "Helvetica", "Arial", sans-serif;
  letter-spacing: 0;
}

.layout_footer {
  background-color: #f4f4f4;
  min-width: 1440px;
  padding: 81.5px 30px 70px;
}

.footer .wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.footer .info {
  max-width: 300px;
}

.footer .logo {
  height: 111px;
  margin-left: 2px;
  width: 155px;
}

.footer .logo a:hover {
  opacity: 0.7;
}

.footer .address {
  color: #212121;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.45;
  margin: 37.5px 0 24.5px;
}

.footer .nav {
  display: flex;
  flex-wrap: wrap;
  gap: 52.5px;
  margin-top: 77px;
}

.footer .block {
  border-left: 1px solid #dedede;
  padding-left: 28.25px;
}

.footer .title,
.footer .title2 {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.72;
  padding: 13px 0 7px;
}

.footer .title a,
.footer .title2 a {
  color: #212121;
}

.footer .title2 {
  padding: 13px 0 5px;
}

.footer .items {
  margin-left: 1px;
}

.footer .item {
  margin-top: 9px;
  position: relative;
}

.footer .item a {
  color: #707070;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.72;
  padding-left: 16px;
  transform: translateX(4px);
  transition: transform 0.3s ease;
}

.footer .item a:hover {
  transform: translateX(14px);
}

.footer .item span {
  background-image: url("./image/common/gray-arrow.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 10px;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: background-image 0.3s ease;
  width: 10px;
}

.footer .bottom {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  margin-top: 71.5px;
  padding-top: 20px;
  width: 1140px;
}

.footer .links {
  display: flex;
  gap: 26.5px;
}

.footer .links li a {
  color: #212121;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.045em;
  line-height: 1.4;
}

.footer .copyright {
  color: #212121;
  font-family: "SansSerifFLF", serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0em;
  line-height: 1.4;
}

.layout_top {
  height: 100vh;
  min-height: 500px;
  min-width: 1440px;
  overflow: hidden;
  padding: 0 50px;
  position: relative;
  width: 100%;
}

.top_image img {
  -o-object-fit: cover;
  height: 100vh;
  min-height: 700px;
  object-fit: cover;
  width: 100%;
}

.top_content {
  left: 50%;
  position: absolute;
  text-align: center;
  top: 56%;
  transform: translate(-50%, -50%);
  z-index: 500;
}

.top_main_text {
  animation: fadeUp 0.8s ease-out 0s forwards;
  color: #fff;
  font-family: "Raleway", serif;
  font-size: 120px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.4;
  opacity: 0;
  transform: translateY(40px);
}

.top_sub_text {
  animation: fadeUp 0.8s ease-out 0.6s forwards;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.7;
  margin-top: 15px;
  opacity: 0;
  transform: translateY(40px);
}

.layout_top .swiper-slide {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.layout_top .swiper-slide img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 7s ease;
  width: 100%;
}

.swiper-slide-active img {
  transform: scale(1.05);
}

.swiper-slide img.is-zoom {
  transform: scale(1.05);
}

.lower_main {
  height: 450px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 1440px;
}

.lower_inner {
  height: inherit;
  padding: 0 50px;
  position: relative;
  width: 100%;
}

.lower_image {
  height: inherit;
  width: 100%;
}

.lower_image img {
  -o-object-fit: cover;
  -o-object-position: center 38.7%;
  height: 100%;
  object-fit: cover;
  object-position: center 38.7%;
}

.lower_title_box {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 65%;
  transform: translate(-50%, -50%);
}

.lower_main_title {
  color: #fff;
  font-family: "SansSerifFLF", serif;
  font-size: 56px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.1;
  margin-bottom: 15px;
}

.lower_title_inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.lower_title_inner h1,
.lower_title_inner h2 {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.4;
  margin-top: 20px;
}

.lower_title_inner span {
  background-color: #fff;
  content: "";
  display: block;
  height: 2px;
  transform: rotate(-60deg);
  width: 19px;
}

.lower_outer {
  margin: 20px auto 0;
  padding: 0 150px 50px;
  width: 1440px;
}

.breadcrumb {
  color: #212121;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.4;
}

.header {
  background-color: #fff;
  height: 100px;
  left: 0;
  min-width: 1440px;
  padding-right: 84px;
  position: fixed;
  top: 0;
  transition: box-shadow 0.4s ease;
  width: 100%;
  z-index: 9000;
}

.header.is-scrolled {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.header .inner {
  display: flex;
  height: inherit;
  justify-content: space-between;
  width: 100%;
}

.header .logo {
  height: 150px;
  width: 150px;
  z-index: 1500;
}

.header .logo a {
  display: flex;
}

.header .logo a:hover {
  opacity: 0.7;
}

.header .logo img {
  -o-object-fit: contain;
  object-fit: contain;
}

.header .nav {
  height: inherit;
}

.header .nav_list {
  display: flex;
  height: inherit;
}

.header .nav_item {
  height: inherit;
}

.header .nav_item a,
.header .modal_wrap {
  align-items: center;
  color: #212121;
  cursor: pointer;
  display: inline-flex;
  font-size: 16px;
  font-weight: 700;
  height: inherit;
  justify-content: center;
  letter-spacing: 0.03em;
  line-height: 1.4;
  padding: 0 14px;
  position: relative;
  transition: color 0.3s;
}

.header .modal_wrap a {
  align-items: center;
  display: flex;
  height: inherit;
  justify-content: center;
  color: #212121;
}

.header .nav_item a:hover,
.header .modal_wrap a:hover {
  color: #316aa9;
  opacity: 1;
}

.header .nav_item a::after,
.header .modal_wrap::after {
  background-color: #316aa9;
  bottom: 20px;
  content: "";
  height: 10px;
  left: 50%;
  margin-top: 5px;
  opacity: 0;
  position: absolute;
  transform: translate(-50%, -10px);
  transition: opacity 0.3s, transform 0.3s;
  width: 10px;
}

.header .nav_item a:hover::after,
.header .modal_wrap:hover::after {
  opacity: 1;
  transform: translate(-50%, 0);
}

.header .modal {
  background-color: #fff;
  opacity: 0;
  padding: 30px 0;
  position: absolute;
  top: 110px;
  transform: translateY(-30px);
  transition: 0.5s ease;
  visibility: hidden;
  width: 265px;
}

.header .modal_wrap:hover>.modal {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.header .modal_item a {
  color: #212121;
  display: block;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  padding: 15px 35px;
  position: relative;
  transition: color 0.3s;
}

.header .modal_item a:hover {
  color: #316aa9;
  opacity: 1;
}

.header .modal_item a:hover::after {
  background-image: url("./image/common/blue-arrow-next.png");
  opacity: 1;
}

.header .modal_item a::after {
  background-image: url("./image/common/black-arrow.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 6px;
  opacity: 1;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  transition: background-image 0.3s ease;
  width: 16px;
}

.header .hamburger {
  display: none;
}

.header .hamburger.is-open {
  background-color: transparent;
}

.header .hamburger span {
  background-color: #316aa9;
  display: block;
  height: 2px;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  transition: 0.5s;
  width: 35px;
}

.header .hamburger span:nth-of-type(1) {
  top: -10px;
}

.header .hamburger span:nth-of-type(2) {
  top: 0;
}

.header .hamburger span:nth-of-type(3) {
  top: 10px;
}

.header .hamburger.is-open span:nth-of-type(1) {
  top: 2px;
  transform: translateX(-50%) rotate(45deg);
}

.header .hamburger.is-open span:nth-of-type(2) {
  opacity: 0;
  transform: translateX(-50%);
}

.header .hamburger.is-open span:nth-of-type(3) {
  top: -2px;
  transform: translateX(-50%) rotate(-45deg);
}

.header .drawer {
  background-color: #fff;
  display: none;
  height: 100dvh;
  overflow-y: scroll;
  padding: 150px 0;
  position: absolute;
  right: 0;
  scrollbar-width: none;
  top: 0;
  transform: translateX(100%);
  transition: 0.6s ease;
  width: 100%;
  z-index: 900;
}

.header .drawer.is-open {
  transform: translateX(0);
}

.header .drawer_nav {
  margin: 0 auto;
  max-width: 600px;
  padding: 0 50px;
  width: 100%;
}

.header .drawer_item a {
  color: #212121;
  display: block;
  font-size: clamp(1.25rem, 0.893rem + 1.79vw, 1.75rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
  padding: 15px 0 20px 25px;
  position: relative;
}

.header .drawer_item a::before {
  background-color: #316aa9;
  border-radius: 100px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  top: 46%;
  transform: translateY(-50%);
  width: 8px;
}

.layout_news {
  background-image: url(./image/top/top-bricks_background.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  min-width: 1440px;
  position: relative;
}

.layout_news .wrap.lr {
  padding: 70px 0px 100px;
}

.layout_news .wrap.lr .box {
  align-items: flex-start;
  background-color: #fff;
  display: flex;
  gap: 45px;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 50px;
  padding: 30px;
  width: 100%;
}

.layout_news .wrap.lr .box .sidebar {
  align-self: flex-start;
  position: sticky;
  top: 180px;
  width: 240px;
}

.layout_news .wrap.lr .box .sidebar .taxonomy_list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.layout_news .wrap.lr .box .sidebar .taxonomy_list li {
  margin-bottom: 12px;
}

.layout_news .wrap.lr .box .sidebar .taxonomy_list a {
  background-color: #fff;
  border: 1px solid #316aa9;
  color: #316aa9;
  display: block;
  font-size: 16px;
  padding: 15px;
  transition: 0.3s background-color ease, 0.3s color ease, 0.3s border ease, 0.3s opacity ease;
}

.layout_news .wrap.lr .box .sidebar .taxonomy_list a.is-active {
  background-color: #316aa9;
  border: 1px solid #fff;
  color: #fff;
  opacity: 1;
}

.layout_news .wrap.lr .box .sidebar .list_title {
  margin-bottom: 20px;
}

.layout_news .wrap.lr .box .body {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
}

.layout_news .wrap.lr .box .body .main {
  display: flex;
  flex-direction: column;
  gap: 22.5px;
  width: 100%;
}

.layout_news .wrap.lr .box .body .main .item a {
  align-items: flex-start;
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  gap: 20px;
  padding-bottom: 20px;
}

.layout_news .wrap.lr .box .body .main .item .date {
  align-items: center;
  color: #316aa9;
  display: flex;
  flex-direction: column;
  font-family: "SansSerifFLF", serif;
  font-weight: 500;
  width: 80px;
}

.layout_news .wrap.lr .box .body .main .item .date .date_month {
  font-size: 14px;
}

.layout_news .wrap.lr .box .body .main .item .date .date_day {
  font-size: 32px;
  line-height: 1;
}

.layout_news .wrap.lr .box .body .main .item .category_title_box {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
}

.layout_news .wrap.lr .box .body .main .item .category_title_box .category_labels {
  display: flex;
  flex-wrap: wrap;
}

.layout_news .wrap.lr .box .body .main .item .category_title_box .category_labels .category_link {
  background-color: #fff;
  border: 1px solid #316aa9;
  color: #316aa9;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 6px 6px;
  padding: 5px 10px;
  pointer-events: none;
  transition: 0.3s ease all;
}

.layout_news .wrap.lr .box .body .main .item .category_title_box .text {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #212121;
  display: -webkit-box;
  font-size: 16px;
  font-weight: 500;
  margin-top: 6px;
  overflow: hidden;
}

.layout_about .inner,
.layout_about .inner2,
.layout_about .inner3 {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
  width: 1440px;
}

.layout_about .inner {
  padding: 250px 0 150px 150px;
}

.layout_about .inner::after {
  background-image: url("./image/top/top-about_deco-pc.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 682px;
  position: absolute;
  right: 647.5px;
  top: 25px;
  width: 770px;
  z-index: 0;
}

.layout_about .inner2 {
  padding: 150px 150px 150px 0;
}

.layout_about .inner2::after {
  background-image: url("./image/top/top-about_deco-pc.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 682px;
  position: absolute;
  right: 80px;
  top: 140px;
  width: 770px;
  z-index: 0;
}

.layout_about .inner3 {
  padding: 150px 0 300px 150px;
}

.layout_about .inner3::after {
  background-image: url("./image/top/top-about_deco-pc.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 682px;
  left: 50px;
  position: absolute;
  top: 210px;
  transform: rotate(180deg);
  width: 770px;
  z-index: 0;
}

.layout_about .inner .container,
.layout_about .inner3 .container,
.layout_about .inner2 .container2 {
  display: flex;
  gap: 135px;
  position: relative;
  width: 1290px;
}

.layout_about .inner .container .content,
.layout_about .inner2 .container2 .content,
.layout_about .inner3 .container .content {
  margin-top: 30px;
  position: relative;
  width: 454px;
  z-index: 500;
}

.layout_about .inner .container .content .subtitle,
.layout_about .inner2 .container2 .content .subtitle,
.layout_about .inner3 .container .content .subtitle {
  color: #212121;
  font-family: "Raleway", serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}

.layout_about .inner .container .content .catch,
.layout_about .inner2 .container2 .content .catch,
.layout_about .inner3 .container .content .catch {
  color: #212121;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.4;
  margin-top: 54px;
  padding: 0 0 70px 30px;
  text-align: left;
}

.layout_about .inner .container .content .text,
.layout_about .inner2 .container2 .content .text,
.layout_about .inner3 .container .content .text {
  color: #212121;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.085em;
  line-height: 2;
  margin-bottom: 50px;
  margin-top: 50px;
  text-align: left;
}

.layout_about .inner .container .image,
.layout_about .inner2 .container2 .image,
.layout_about .inner3 .container .image {
  height: 720px;
  position: relative;
  width: 700px;
}

.layout_about .inner .container .image_sp,
.layout_about .inner2 .container2 .image_sp,
.layout_about .inner3 .container .image_sp {
  margin-bottom: 30px;
  max-width: 600px;
  overflow: hidden;
  position: relative;
}

.layout_about .inner .container .image img,
.layout_about .inner .container .image_sp img,
.layout_about .inner2 .container2 .image img,
.layout_about .inner2 .container2 .image_sp img,
.layout_about .inner3 .container .image img,
.layout_about .inner3 .container .image_sp img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  z-index: -10;
}

.layout_catalog_detail {
  min-width: 1440px;
  position: relative;
}

.layout_catalog_detail::after {
  background-image: url("./image/common/lower-background.png");
  background-position: center;
  background-size: contain;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 100px;
  width: 100%;
  z-index: -1;
}

.layout_catalog_detail .wrap.lr {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  padding: 70px 50px 150px;
  width: 1440px;
}

.layout_catalog_detail .wrap.lr .container {
  align-items: flex-start;
  background-color: #f4f4f4;
  display: flex;
  gap: 40px;
  margin: 0 auto 50px;
  padding: 60px 30px;
  width: 1240px;
}

.layout_catalog_detail .wrap.lr .container .image {
  flex-shrink: 0;
  height: 100%;
  width: calc(50% - 40px);
}

.layout_catalog_detail .wrap.lr .container .image img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.layout_catalog_detail .wrap.lr .container .content {
  width: calc(100% - 40px);
}

.layout_catalog_detail .wrap.lr .container .content .main_title {
  word-wrap: break-word;
  color: #212121;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-bottom: 0.5em;
  word-break: break-word;
}

.layout_catalog_detail .wrap.lr .container .content .tag {
  background-color: #fff;
  border: 1px solid #316aa9;
  color: #316aa9;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-bottom: 1em;
  margin-left: 0.5em;
  padding: 7px 10px;
}

.layout_catalog_detail .wrap.lr .container .content .sub_title {
  word-wrap: break-word;
  color: #212121;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-bottom: 1.5em;
  word-break: break-word;
}

.layout_catalog_detail .wrap.lr .container .content .catalog_detail__link_list a:not(:first-of-type) {
  margin-top: 15px;
}

.layout_catalog_detail .wrap.lr .container .content .text {
  color: #212121;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 3.5em;
}

.layout_catalog {
  min-width: 1440px;
  position: relative;
}

.layout_catalog::before {
  background-image: url("./image/top/top-contact_deco-pc.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 250px;
  opacity: 1;
  position: absolute;
  right: 0;
  top: -50px;
  width: 100%;
  z-index: -9999;
}

.layout_catalog::after {
  background-image: url("./image/top/top-bricks_background.png");
  background-position: center;
  background-size: contain;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 200px;
  width: 100%;
  z-index: -1;
}

.layout_catalog .wrap.lr {
  margin-left: auto;
  margin-right: auto;
  padding: 70px 50px 150px;
  width: 1440px;
}

.layout_catalog .wrap.lr .container {
  margin-top: 50px;
  width: 100%;
}

.layout_catalog .wrap.lr .container .menu {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  padding: 0 30px;
}

.layout_catalog .wrap.lr .container .menu .menu_item_all,
.layout_catalog .wrap.lr .container .menu .menu_item a {
  background-color: #fff;
  border: 1px solid #316aa9;
  color: #316aa9;
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  min-width: 100px;
  padding: 15px;
  text-align: center;
  transition: 0.3s background-color ease, 0.3s color ease, 0.3s border ease, 0.3s opacity ease;
  width: -moz-fit-content;
  width: fit-content;
}

.layout_catalog .wrap.lr .container .menu .menu_item_all.is-active,
.layout_catalog .wrap.lr .container .menu .menu_item a.is-active {
  background-color: #316aa9;
  border: 1px solid #fff;
  color: #fff;
}

.layout_catalog .wrap.lr .container .content {
  margin-top: 20px;
}

.layout_catalog .wrap.lr .container .content .content_item {
  background-color: #fff;
  display: none;
  padding: 20px;
}

.layout_catalog .wrap.lr .container .content .content_item.is-active {
  animation: fade 1.2s;
  display: block;
}

.layout_catalog .wrap.lr .container .items {
  grid-gap: 20px;
  align-items: stretch;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
}

.layout_catalog .wrap.lr .container .items .item {
  background-color: #f4f4f4;
  display: grid;
  grid-row: span 3;
  grid-template-rows: subgrid;
  height: 100%;
  padding: 15px;
  transition: 0.3s box-shadow ease;
  gap: 5px;
  color: #212121;
}

.layout_catalog .wrap.lr .container .items .item .box {
  align-items: flex-start;
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.layout_catalog .wrap.lr .container .items .item .box .image {
  aspect-ratio: 4/6;
  width: calc(60% - 10px);
}

.layout_catalog .wrap.lr .container .items .item .box .image img {
  -o-object-fit: contain;
  background-repeat: no-repeat;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.layout_catalog .wrap.lr .container .items .item .main_title {
  align-items: center;
  border-bottom: 1px solid #212121;
  border-top: 1px solid #212121;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-align: center;
}

.layout_catalog .wrap.lr .container .items .item .sub_title,
.layout_catalog .wrap.lr .container .items .item .text p,
.layout_catalog .wrap.lr .container .items .item .text span {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4;
  overflow: hidden;
  white-space: normal;
}

.layout_catalog .wrap.lr .container .items .item .sub_title {
  margin-top: 10px;
  width: calc(40% - 10px);
  -webkit-line-clamp: 6;
}

.layout_catalog .wrap.lr .container .items .item .text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.layout_catalog .wrap.lr .container .items .item .text p {
  -webkit-line-clamp: 3;
  color: #212121;
}

.layout_catalog .wrap.lr .container .items .item .text span {
  color: #707070;
  text-align: right;
}

.layout_company {
  min-width: 1440px;
  position: relative;
}

.layout_company::after {
  background-image: url(./image/top/top-bricks_background.webp);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 355px;
  width: 100%;
  z-index: -1;
}

.layout_company .inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 70px 150px 150px;
  position: relative;
  width: 1440px;
}

.layout_company .inner::before {
  background-image: url(./image/top/top-reason-bedroom.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 376px;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 536px;
  z-index: -1;
}

.layout_company .heading-box {
  margin: 0 auto;
  width: 1140px;
}

.layout_company .common_heading_large {
  margin-bottom: 15px;
}

.layout_company .container {
  background-color: #fff;
  margin-top: 50px;
  padding: 20px 50px;
  width: 1140px;
}

.layout_company .label {
  color: #316aa9;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.4;
  margin-top: 20px;
}

.layout_company .title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  color: #212121;
  display: -webkit-box;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.4;
  margin-top: 8px;
  overflow: hidden;
  white-space: normal;
}

.layout_company .text {
  color: #707070;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.8;
  margin-top: 17px;
}

.layout_company .map-box {
  height: 400px;
  margin: 0 auto 150px;
  width: 1440px;
}

.layout_company .map-box iframe {
  height: 100%;
  width: 100%;
}

.layout_company .cont dl {
  border-bottom: 1px solid #f4f4f4;
  display: flex;
}

.layout_company .cont dl dt {
  align-items: center;
  border-bottom: 2px solid #316aa9;
  color: #316aa9;
  display: flex;
  flex-shrink: 0;
  font-size: 20px;
  font-weight: 700;
  justify-content: flex-start;
  letter-spacing: 0.08em;
  padding: 1em;
  width: 19.5%;
}

.layout_company .cont dl dd {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.5;
  padding: 1.8em 5.3em;
  width: 100%;
}

.layout_company .cont dl dd a {
  -webkit-text-decoration: underline;
  color: #316aa9;
  text-decoration: underline;
}

.layout_customer_detail {
  min-width: 1440px;
  position: relative;
}

.layout_customer_detail::after {
  background-image: url("./image/common/lower-background.png");
  background-position: center;
  background-size: contain;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 100px;
  width: 100%;
  z-index: -1;
}

.layout_customer_detail .inner {
  margin-left: auto;
  margin-right: auto;
  padding: 70px 50px 150px;
  width: 1440px;
}

.layout_customer_detail .article {
  background: #fff;
  border: 2px solid rgba(49, 106, 169, 0.5);
  border-radius: 0;
  padding: 100px 50px;
  margin: 0 auto;
  width: 100%;
}

.layout_customer_detail .main_title {
  margin-bottom: 3em;
  margin-top: 0;
  padding-left: 2em;
  padding-right: 0;
  position: relative;
}

.layout_customer_detail .main_title::before {
  background: #316aa9;
  border-radius: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 8px;
}

.layout_customer_detail .main_title .title {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
}

.layout_customer_detail .main_title .cat_box {
  display: flex;
  gap: 1em;
  margin-bottom: 0.5em;
  margin-top: 0;
}

.layout_customer_detail .main_title .cat_box .date {
  color: #212121;
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}

.layout_customer_detail .main_title .cat_box .cat_list {
  width: 100%;
}

.layout_customer_detail .main_title .cat_box .cat_list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 0.7em;
}

.layout_customer_detail .main_title .cat_box .cat_list li {
  color: #212121;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.layout_customer_detail .main_img {
  aspect-ratio: 1440/810;
  margin: 0 auto 1.7em;
  overflow: hidden;
  width: 80%;
}

.layout_customer_detail .main_img img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.layout_customer_detail .cont {
  letter-spacing: 0.03em;
  line-height: 1.8;
  padding-left: 70px;
  padding-right: 70px;
}

.layout_customer_detail .cont p {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.9;
}

.layout_customer_detail .cont p+p {
  margin-bottom: 0;
  margin-top: 2em;
}

.layout_customer_detail .cont h2 {
  border-left: 6px solid var(--main-color);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 1.2em;
  margin-top: 3em;
  padding-left: 0.7em;
  padding-right: 0;
}

.layout_customer_detail .cont h3 {
  border-bottom: 1px solid #212121;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 1.2em;
  margin-top: 3em;
  padding-bottom: 0.2em;
  padding-top: 0;
}

.layout_customer_detail .cont h4,
.layout_customer_detail .cont h5,
.layout_customer_detail .cont h6 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 1.2em;
  margin-top: 3em;
}

.layout_customer_detail .cont .post_image {
  margin-bottom: 1.5em;
  margin-top: 1.5em;
}

.layout_customer_detail .cont ul {
  list-style: disc;
  margin-bottom: 1.2em;
  margin-top: 1.2em;
  padding-left: 1em;
  padding-right: 0;
}

.layout_customer_detail .cont ul li {
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 1.5;
}

.layout_customer_detail .cont ul li+li {
  margin-bottom: 0;
  margin-top: 0.25em;
}

.layout_customer_detail .archive_btn {
  margin: 2.5em auto 0;
  width: -moz-fit-content;
  width: fit-content;
}

.layout_customer_detail .archive_btn .link {
  align-items: center;
  color: #316aa9;
  display: flex;
  font-size: 22px;
  font-weight: 500;
  gap: 0.4em;
  justify-content: center;
  letter-spacing: 0.08em;
  position: relative;
}

.layout_customer_detail .archive_btn .link .mark {
  align-content: center;
  aspect-ratio: 1;
  background: #316aa9;
  border-radius: 50%;
  display: grid;
  justify-content: center;
  min-width: 0;
  place-content: center;
  width: 20px;
}

.layout_customer_detail .archive_btn .link .mark::before {
  -webkit-mask-image: url(./image/icon_arrow.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  aspect-ratio: 5/9;
  background: #fff;
  content: "";
  display: block;
  mask-image: url(./image/icon_arrow.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
  min-width: 0;
  translate: -0.05em 0;
  width: 5px;
}

.layout_customer_detail .archive_btn .link::after {
  background: #316aa9;
  border-radius: 100vmax;
  bottom: 0;
  content: "";
  height: 2px;
  pointer-events: none;
  position: absolute;
  right: 0.2em;
  width: 78%;
}

.layout_customer {
  min-width: 1440px;
  position: relative;
}

.layout_customer::after {
  background-image: url(./image/top/top-bricks_background.webp);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 240px;
  width: 100%;
  z-index: -1;
}

.layout_customer .wrap.lr {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 70px 50px 150px;
  position: relative;
  width: 1440px;
}

.layout_customer .wrap.lr::before {
  background-image: url(./image/top/top-news-living.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 376px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 536px;
  z-index: -1;
}

.layout_customer .container {
  margin-top: 50px;
  padding: 50px;
  width: 100%;
}

.layout_customer .cards {
  grid-gap: 50px;
  align-items: stretch;
  display: grid;
  gap: 50px;
  grid-template-columns: repeat(3, 1fr);
}

.layout_customer .card {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-align: center;
  transition: opacity 0.4s ease, box-shadow 0.4s ease, transform 0.4s ease;
  z-index: 500;
}

.layout_customer .card_img {
  -o-object-fit: cover;
  aspect-ratio: 390/250;
  object-fit: cover;
  position: relative;
  width: 100%;
}

.layout_customer .card_img img {
  -o-object-fit: cover;
  display: block;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.layout_customer .textbox {
  background-color: #fff;
  flex-grow: 1;
  padding: 20px 15px;
  text-align: left;
}

.layout_customer .date,
.layout_customer .title,
.layout_customer .tag {
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.4;
}

.layout_customer .date {
  color: #212121;
  font-size: 14px;
  margin-top: 10px;
}

.layout_customer .title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #212121;
  display: -webkit-box;
  font-size: 20px;
  margin: 5px 0 5px;
  overflow: hidden;
  text-align: left;
  white-space: normal;
}

.layout_customer .tag {
  background-color: #fff;
  border: 1px solid #316aa9;
  color: #316aa9;
  display: inline-block;
  font-size: 14px;
  margin-right: 10px;
  margin-top: 10px;
  padding: 5px 10px;
}

.layout_faq {
  position: relative;
}

.layout_faq::after {
  background-image: url("./image/common/lower-background.png");
  background-position: center;
  background-size: contain;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 100px;
  width: 100%;
  z-index: -1;
}

.layout_faq .inner {
  margin-left: auto;
  margin-right: auto;
  padding: 70px 150px 150px;
  width: 1440px;
}

.layout_faq .list .content {
  padding: 3em 0 1.5em;
  width: 100%;
}

.layout_faq .content .catch {
  background-color: #fff;
  color: #212121;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.4;
  padding: 1em 0 0.5em;
  text-align: left;
}

.layout_faq .list dl {
  background: #fff;
  border: 1px solid rgba(33, 33, 33, 0.5);
}

.layout_faq .list dl+dl {
  margin-top: 1.5em;
}

.layout_faq .list dl dt {
  align-items: center;
  cursor: pointer;
  display: flex;
  gap: 0 0.8em;
  padding: 20px 40px;
}

.layout_faq .list dl dt .en {
  color: #212121;
  flex-shrink: 0;
  font-family: "SansSerifFLF", serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
}

.layout_faq .list dl dt .text {
  color: #212121;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.08em;
  width: 100%;
}

.layout_faq .list dl dt .mark {
  display: inline-block;
  flex-shrink: 0;
  height: 36px;
  position: relative;
  transform: rotate(0deg);
  transition: transform 0.3s ease;
  width: 36px;
}

.layout_faq .list dl dt .mark::before {
  border-bottom: 2px solid #212121;
  border-right: 2px solid #212121;
  content: "";
  height: 18px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: transform 0.3s ease;
  width: 18px;
}

.layout_faq .list dl dt.nowOpen .mark::before {
  transform: translate(-50%, -50%) rotate(225deg);
}

.layout_faq .list dl dd {
  gap: 0 0.8em;
  padding: 20px 40px;
}

.layout_faq .list dl dd .en,
.layout_faq .list dl dd .text {
  color: #212121;
  letter-spacing: 0.08em;
  line-height: 1.6;
}

.layout_faq .list dl dd .box {
  align-items: flex-start;
  display: flex;
  gap: 10px;
}

.layout_faq .list dl dd .en {
  font-family: "SansSerifFLF", serif;
  font-size: 24px;
  font-weight: 700;
}

.layout_faq .list dl dd .text {
  font-size: 18px;
  font-weight: 400;
}

.layout_faq .list dl dd.switchDetail {
  background-color: #fff;
  display: none;
}

.layout_news_detail {
  min-width: 1440px;
  position: relative;
}

.layout_news_detail::after {
  background-image: url("./image/common/lower-background.png");
  background-position: center;
  background-size: contain;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 100px;
  width: 100%;
  z-index: -1;
}

.layout_news_detail .outer {
  display: grid;
  grid-template-columns: 1fr 280px;
  margin-left: auto;
  margin-right: auto;
  padding: 70px 50px 150px;
  width: 1440px;
}

.layout_news_detail .container {
  background-color: #fff;
  height: 100%;
  padding: 50px;
  width: 1340px;
}

.layout_news_detail .inner {
  align-items: flex-start;
  display: flex;
  gap: 100px;
}

.layout_news_detail .main_title {
  margin-bottom: 2em;
  margin-top: 0;
  max-width: 750px;
}

.layout_news_detail .main_title .title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5;
  margin-bottom: 0.7em;
  margin-top: 0;
}

.layout_news_detail .main_title .cat_box {
  display: flex;
  gap: 2em;
}

.layout_news_detail .main_title .cat_box .date {
  color: #707070;
  flex-shrink: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
}

.layout_news_detail .main_title .cat_box .cat_list {
  position: relative;
  width: 100%;
}

.layout_news_detail .main_title .cat_box .cat_list::before {
  background: #f4f4f4;
  content: "";
  height: 100%;
  left: -1em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}

.layout_news_detail .main_title .cat_box .cat_list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 0.7em;
}

.layout_news_detail .main_title .cat_box .cat_list li {
  color: #212121;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.layout_news_detail .article .main_img {
  margin: 0 auto 1.7em;
  width: 100%;
}

.layout_news_detail .article .main_img img {
  -o-object-fit: cover;
  aspect-ratio: 3/2;
  object-fit: cover;
  width: 100%;
}

.layout_news_detail .article .cont p {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.9;
}

.layout_news_detail .article .cont p+p {
  margin-bottom: 0;
  margin-top: 2em;
}

.layout_news_detail .article .cont h2 {
  border-left: 6px solid var(--main-color);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 1.2em;
  margin-top: 3em;
  padding-left: 0.7em;
  padding-right: 0;
}

.layout_news_detail .article .cont h3 {
  border-bottom: 1px solid #dedede;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 1.2em;
  margin-top: 3em;
  padding-bottom: 0.2em;
  padding-top: 0;
}

.layout_news_detail .article .cont h4,
.layout_news_detail .article .cont h5,
.layout_news_detail .article .cont h6 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 1.2em;
  margin-top: 3em;
}

.layout_news_detail .article .cont .post_image {
  margin-bottom: 1.5em;
  margin-top: 1.5em;
}

.layout_news_detail .article .cont ul {
  list-style: disc;
  margin-bottom: 1.2em;
  margin-top: 1.2em;
  padding-left: 1em;
  padding-right: 0;
}

.layout_news_detail .article .cont ul li {
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 1.5;
}

.layout_news_detail .article .cont ul li+li {
  margin-bottom: 0;
  margin-top: 0.25em;
}

.layout_news_detail .article .archive_btn {
  margin: 5em auto 0;
  width: -moz-fit-content;
  width: fit-content;
}

.layout_news_detail .article .archive_btn .link {
  align-items: center;
  background: #fff;
  border: 1px solid #316aa9;
  color: #316aa9;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.08em;
  max-width: 340px;
  min-height: 60px;
  min-width: 250px;
  padding: 0.5em 5em;
  position: relative;
  transition: 0.3s;
  width: 100%;
}

.layout_news_detail .item+.item {
  margin-bottom: 0;
  margin-top: 3.7em;
}

.layout_news_detail .item .sec_title {
  border-bottom: 1px solid #212121;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 1em;
  margin-top: 0;
  padding-bottom: 0.3em;
  padding-top: 0;
}

.layout_news_detail .item .sec_title.en {
  font-size: 20px;
}

.layout_news_detail .item .cat_list ul {
  list-style: disc;
  padding-left: 1em;
  padding-right: 0;
}

.layout_news_detail .item .cat_list li+li {
  margin-bottom: 0;
  margin-top: 1.1em;
}

.layout_news_detail .item .cat_list li a {
  color: #707070;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.layout_news_detail .item .article_list ul {
  grid-gap: 0.7em;
  display: grid;
  gap: 0.7em;
}

.layout_news_detail .item .article_list li a {
  grid-gap: 1em;
  align-items: center;
  display: grid;
  gap: 1em;
  grid-template-columns: 100px 1fr;
}

.layout_news_detail .item .article_list li a .img img {
  -o-object-fit: cover;
  aspect-ratio: 5/4;
  object-fit: cover;
  width: 100%;
}

.layout_news_detail .item .article_list li a .text_box .cat {
  color: #212121;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.layout_news_detail .item .article_list li a .text_box .title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #707070;
  display: -webkit-box;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.5;
  overflow: hidden;
}

.layout_news_detail .recommend_box {
  margin-bottom: 0;
  margin-top: 8em;
}

.layout_news_detail .recommend_box .sec_title {
  border-bottom: 1px solid #212121;
  color: #707070;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-bottom: 1.2em;
  margin-top: 0;
  padding-bottom: 0.3em;
  padding-top: 0;
}

.layout_news_detail .recommend_box .list ul {
  grid-gap: 1.2em;
  display: grid;
  gap: 1.2em;
  grid-template-columns: repeat(4, 1fr);
}

.layout_news_detail .recommend_box .list li a {
  display: block;
  height: 100%;
}

.layout_news_detail .recommend_box .list li a .img {
  margin-bottom: 0.7em;
  margin-top: 0;
}

.layout_news_detail .recommend_box .list li a .img img {
  -o-object-fit: cover;
  aspect-ratio: 3/2;
  object-fit: cover;
  width: 100%;
}

.layout_news_detail .recommend_box .list li a .text_box .title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: #707070;
  display: -webkit-box;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-bottom: 0.3em;
  margin-top: 0;
  overflow: hidden;
}

.layout_news_detail .recommend_box .list li a .text_box .cat_box {
  align-items: center;
  display: flex;
  gap: 2.2em;
}

.layout_news_detail .recommend_box .list li a .text_box .cat_box .date {
  color: #212121;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}

.layout_news_detail .recommend_box .list li a .text_box .cat_box .cat {
  color: #212121;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  position: relative;
  text-transform: uppercase;
}

.layout_news_detail .recommend_box .list li a .text_box .cat_box .cat::before {
  background: #fff;
  content: "";
  height: 100%;
  left: -1.3em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}

.layout_news_detail #sidebar {
  border-left: 2px solid #eaeaea;
  color: #212121;
  font-size: 15px;
  line-height: 1.8;
  padding: 1em 10px;
}

.layout_news_detail #sidebar h2 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 1em;
  margin-top: 0;
}

.layout_news_detail #sidebar ul {
  margin-bottom: 2em;
  padding-left: 1em;
}

.layout_news_detail #sidebar li {
  margin-bottom: 0.5em;
}

.layout_news_detail #sidebar li a {
  color: #212121;
  font-size: 14px;
  font-weight: 500;
}

.layout_news_detail #sidebar li a:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.search-form {
  display: flex;
  gap: 5px;
}

.search-field {
  border-bottom: 1px solid #212121;
}

.search-submit {
  background-color: #f4f4f4;
  border: 1px solid #212121;
  padding: 1px 8px;
}

.layout_product_detail {
  min-width: 1440px;
  position: relative;
}

.layout_product_detail::after {
  background-image: url("./image/common/lower-background.png");
  background-position: center;
  background-size: contain;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 100px;
  width: 100%;
  z-index: -1;
}

.layout_product_detail .inner {
  margin-left: auto;
  margin-right: auto;
  padding: 50px 50px 150px;
  width: 1440px;
}

.layout_product_detail .common_page_wrap .wrap.mid {
  padding: 20px 0px;
}

.layout_product_detail .common_page_wrap .wrap.mid .article {
  background: #fff;
  border: 2px solid rgba(49, 106, 169, 0.5);
  border-radius: 0;
  padding: 100px 50px;
  margin: 0 auto;
  width: 100%;
}

.layout_product_detail .common_page_wrap .wrap.mid .article .main_title {
  margin-bottom: 3em;
  margin-top: 0;
  padding-left: 4.3em;
  padding-right: 0;
  position: relative;
}

.layout_product_detail .common_page_wrap .wrap.mid .article .main_title::before {
  background: #316aa9;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 8px;
}

.layout_product_detail .common_page_wrap .wrap.mid .article .main_title .title {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
}

.layout_product_detail .common_page_wrap .wrap.mid .article .main_title .cat_box {
  display: flex;
  gap: 1em;
  margin-bottom: 1.5em;
  margin-top: 0;
}

.layout_product_detail .common_page_wrap .wrap.mid .article .main_title .cat_box .date {
  color: #212121;
  flex-shrink: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
}

.layout_product_detail .common_page_wrap .wrap.mid .article .main_title .cat_box .cat_list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 0.7em;
}

.layout_product_detail .common_page_wrap .wrap.mid .article .main_title .cat_box .cat_list li {
  color: #212121;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.layout_product_detail .common_page_wrap .wrap.mid .article .main_img {
  aspect-ratio: 1440/810;
  margin: 0 auto 1.7em;
  overflow: hidden;
  width: 80%;
}

.layout_product_detail .common_page_wrap .wrap.mid .article .main_img img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.layout_product_detail .common_page_wrap .wrap.mid .article .cont {
  padding-left: 70px;
  padding-right: 70px;
}

.layout_product_detail .common_page_wrap .wrap.mid .article .cont p {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.9;
}

.layout_product_detail .common_page_wrap .wrap.mid .article .cont p+p {
  margin-bottom: 0;
  margin-top: 2em;
}

.layout_product_detail .common_page_wrap .wrap.mid .article .cont h2 {
  border-left: 6px solid var(--main-color);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 1.2em;
  margin-top: 3em;
  padding-left: 0.7em;
  padding-right: 0;
}

.layout_product_detail .common_page_wrap .wrap.mid .article .cont h3 {
  border-bottom: 1px solid #212121;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 1.2em;
  margin-top: 3em;
  padding-bottom: 0.2em;
  padding-top: 0;
}

.layout_product_detail .common_page_wrap .wrap.mid .article .cont h4,
.layout_product_detail .common_page_wrap .wrap.mid .article .cont h5,
.layout_product_detail .common_page_wrap .wrap.mid .article .cont h6 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 1.2em;
  margin-top: 3em;
}

.layout_product_detail .common_page_wrap .wrap.mid .article .cont .post_image {
  margin-bottom: 1.5em;
  margin-top: 1.5em;
}

.layout_product_detail .common_page_wrap .wrap.mid .article .cont ul {
  list-style: disc;
  margin-bottom: 1.2em;
  margin-top: 1.2em;
  padding-left: 1em;
  padding-right: 0;
}

.layout_product_detail .common_page_wrap .wrap.mid .article .cont ul li {
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 1.5;
}

.layout_product_detail .common_page_wrap .wrap.mid .article .cont ul li+li {
  margin-bottom: 0;
  margin-top: 0.25em;
}

.layout_product_detail .archive_btn {
  margin: 2.5em auto 0;
  width: -moz-fit-content;
  width: fit-content;
}

.layout_product {
  background-image: url(./image/top/top-bricks_background.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  min-width: 1440px;
  position: relative;
}

.layout_product .wrap.lr {
  padding: 70px 0px 150px;
}

.layout_product .wrap.lr .container {
  align-items: flex-start;
  display: flex;
  gap: 45px;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 50px;
  padding: 0 50px;
  width: 100%;
}

.layout_product .wrap.lr .container .sidebar {
  align-self: flex-start;
  position: sticky;
  top: 180px;
  width: 240px;
}

.layout_product .wrap.lr .container .taxonomy_list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.layout_product .wrap.lr .container .taxonomy_list li {
  margin-bottom: 12px;
}

.layout_product .wrap.lr .container .taxonomy_list a {
  background-color: #fff;
  border: 1px solid #316aa9;
  color: #316aa9;
  display: block;
  font-size: 16px;
  padding: 15px;
  transition: 0.3s background-color ease, 0.3s color ease, 0.3s border ease, 0.3s opacity ease;
}

.layout_product .wrap.lr .container .taxonomy_list a.is-active {
  background-color: #316aa9;
  border: 1px solid #fff;
  color: #fff;
  opacity: 1;
}

.layout_product .wrap.lr .container .main {
  display: flex;
  flex-direction: column;
  gap: 22.5px;
  width: 100%;
}

.layout_product .wrap.lr .container .main .new,
.layout_product .wrap.lr .container .main .recommend {
  aspect-ratio: 700/150;
  overflow: hidden;
  position: relative;
  transition: opacity 0.4s ease;
  width: 100%;
}

.layout_product .wrap.lr .container .main .new img,
.layout_product .wrap.lr .container .main .recommend img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  position: relative;
  transform-origin: center center;
  transition: transform 0.4s ease;
  z-index: 0;
}

.layout_product .wrap.lr .container .main .new::after,
.layout_product .wrap.lr .container .main .recommend::after {
  background-color: rgba(0, 0, 0, .4);
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: background-color 0.4s ease;
  width: 100%;
  z-index: 1;
}

.layout_product .wrap.lr .container .main .main_title {
  align-items: center;
  color: #fff;
  display: flex;
  font-family: "SansSerifFLF", serif;
  font-size: 32px;
  font-weight: 600;
  left: 50px;
  letter-spacing: 0.03em;
  line-height: 1.4;
  position: absolute;
  top: 15px;
  z-index: 30;
}

.layout_product .wrap.lr .container .main .main_title_decoration {
  background-color: #fff;
  display: inline-block;
  height: 2px;
  margin-left: 9px;
  margin-top: 10px;
  transform: rotate(-60deg);
  width: 18px;
}

.layout_product .wrap.lr .container .main .sub_title {
  color: #fff;
  font-family: "GenShinGothicP", serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.4;
  margin-left: 6.5px;
  margin-top: 12.5px;
}

.layout_product .wrap.lr .container .main .new_meta {
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 20px 50px;
  pointer-events: none;
  position: absolute;
  transition: opacity 0.4s ease, transform 0.4s ease;
  z-index: 30;
}

.layout_product .wrap.lr .container .main .new_meta .date {
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.layout_product .wrap.lr .container .main .new_meta .title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: #fff;
  display: -webkit-box;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0.055em;
  line-height: 1.5;
  margin-top: 6px;
  overflow: hidden;
  white-space: normal;
}

.layout_product .wrap.lr .container .main .new_meta .text {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #fff;
  display: -webkit-box;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.75;
  margin-top: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: break-word;
}

.layout_top_contact {
  align-items: center;
  background: linear-gradient(to bottom, #fff 0%, #fff 50%, #f4f4f4 50%, #f4f4f4 100%);
  display: flex;
  justify-content: center;
  min-width: 1440px;
}

.layout_top_contact .wrap {
  display: flex;
}

.layout_top_contact .block_tel,
.layout_top_contact .block_mail {
  color: #fff;
  display: flex;
  flex-direction: column;
  min-height: 360px;
  padding: 75.5px 78px 75px 69.5px;
  width: 570px;
}

.layout_top_contact .block_tel {
  background-color: #316aa9;
}

.layout_top_contact .block_mail {
  background-color: #3675ba;
}

.layout_top_contact .label {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.4;
  margin-bottom: 17px;
  margin-left: 10.5px;
  padding-left: 21.5px;
  position: relative;
}

.layout_top_contact .label::before {
  background-color: #fff;
  content: "";
  height: 7px;
  left: 0;
  position: absolute;
  top: 40%;
  width: 7px;
}

.layout_top_contact .text {
  color: #fff;
  flex-grow: 1;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.9;
  margin-bottom: 30px;
}

.layout_top_contact .tel_wrap {
  align-items: center;
  display: flex;
  gap: 15px;
  margin-bottom: 15.2px;
  margin-left: 15px;
}

.layout_top_contact .tel_icon {
  height: 30px;
  width: 30px;
}

.layout_top_contact .tel_number {
  color: #fff;
  display: block;
  font-family: "SansSerifFLF", serif;
  font-size: 48px;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 0.8;
  pointer-events: none;
}

.layout_top_contact .info {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.4;
  margin-left: 60.5px;
}

.layout_top_contact .common_link_btn {
  margin-bottom: 15px;
}

.top_contact {
  align-items: center;
  background-attachment: fixed;
  background-image: url("./image/top/top-contact_deco-pc.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1358px auto;
  display: flex;
  justify-content: center;
  min-width: 1440px;
  position: relative;
}

.top_contact::before {
  display: none;
}

.top_contact .inner {
  margin: 0 auto;
  padding: 150px 0 142px;
  position: relative;
  width: 1440px;
  z-index: 100;
}

.top_contact .inner .container {
  align-items: center;
  display: flex;
  gap: 36px;
  justify-content: center;
}

.layout_top_product {
  background-image: url(./image/top/top-bricks_background.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  min-width: 1440px;
  position: relative;
}

.layout_top_product .wrap.lr {
  align-items: flex-start;
  box-sizing: border-box;
  display: flex;
  gap: 45px;
  justify-content: space-between;
  padding: 70px 0px 150px;
}

.layout_top_product .wrap.lr .main,
.layout_top_product .wrap.lr .pickup {
  width: 100%;
}

.layout_top_product .wrap.lr .main {
  display: flex;
  flex-direction: column;
  gap: 22.5px;
}

.layout_top_product .wrap.lr .new,
.layout_top_product .wrap.lr .recommend {
  aspect-ratio: 700/300;
  position: relative;
  width: 700px;
}

.layout_top_product .wrap.lr .new img,
.layout_top_product .wrap.lr .recommend img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  transform-origin: center center;
  transition: transform 0.4s ease;
}

.layout_top_product .wrap.lr .new:hover,
.layout_top_product .wrap.lr .recommend:hover {
  opacity: 1;
}

.layout_top_product .wrap.lr .new:hover .meta,
.layout_top_product .wrap.lr .recommend:hover .meta {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.layout_top_product .wrap.lr .new::after,
.layout_top_product .wrap.lr .recommend::after {
  background-color: rgba(0, 0, 0, 0);
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: background-color 0.4s ease;
  width: 100%;
  z-index: 1;
}

.layout_top_product .wrap.lr .main_title,
.layout_top_product .wrap.lr .main_title2 {
  align-items: center;
  color: #fff;
  display: flex;
  font-family: "SansSerifFLF", serif;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.4;
  position: absolute;
  z-index: 30;
}

.layout_top_product .wrap.lr .main_title {
  left: 50px;
  top: 15px;
}

.layout_top_product .wrap.lr .main_title2 {
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
}

.layout_top_product .wrap.lr .span_box {
  align-items: center;
  display: flex;
}

.layout_top_product .wrap.lr .main_title_decoration {
  background-color: #fff;
  display: inline-block;
  height: 2px;
  margin-left: 9px;
  margin-top: 10px;
  transform: rotate(-60deg);
  width: 18px;
}

.layout_top_product .wrap.lr .sub_title {
  color: #fff;
  font-family: "GenShinGothicP", serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.4;
  margin-left: 6.5px;
  margin-top: 12.5px;
}

.layout_top_product .wrap.lr .meta {
  bottom: 0;
  color: #fff;
  left: 0;
  opacity: 0;
  padding: 25.5px 50px;
  pointer-events: none;
  position: absolute;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  z-index: 30;
}

.layout_top_product .wrap.lr .date {
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.layout_top_product .wrap.lr .title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: #fff;
  display: -webkit-box;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0.055em;
  line-height: 1.5;
  margin-top: 6px;
  overflow: hidden;
  white-space: normal;
}

.layout_top_product .wrap.lr .text {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #fff;
  display: -webkit-box;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.75;
  margin-top: 13px;
  overflow: hidden;
  white-space: normal;
}

.layout_top_product .wrap.lr .pickup_items {
  grid-gap: 25px;
  display: grid;
  gap: 25px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 22px;
}

.layout_top_product .wrap.lr .pickup_item {
  aspect-ratio: 285/220;
  position: relative;
  width: 285px;
}

.layout_top_product .wrap.lr .pickup_item img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.layout_top_product .wrap.lr .pickup_item:hover {
  opacity: 1;
}

.layout_top_product .wrap.lr .pickup_item::after {
  background-color: rgba(0, 0, 0, 0);
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: background-color 0.4s ease;
  width: 100%;
  z-index: 1;
}

.layout_top_product .wrap.lr .pickup_item2 {
  aspect-ratio: 595/134;
  display: block;
  margin-top: 24px;
  position: relative;
  width: 595px;
}

.layout_top_product .wrap.lr .pickup_item2::before {
  background-image: url("./image/common/white-arrow.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 4px;
  left: 529.5px;
  opacity: 1;
  position: absolute;
  top: 51%;
  transform: translateY(-50%);
  transition: 0.4s ease;
  width: 16px;
  z-index: 35;
}

.layout_top_product .wrap.lr .pickup_item2 img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}

.layout_top_product .wrap.lr .pickup_item2:hover {
  opacity: 1;
}

.layout_top_product .wrap.lr .pickup_item2::after {
  background-color: rgba(0, 0, 0, 0);
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: background-color 0.4s ease;
  width: 100%;
  z-index: 1;
}

.layout_top_product .wrap.lr .pickup_label {
  align-items: center;
  border: 1px solid #fff;
  color: #fff;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  height: 40px;
  justify-content: center;
  left: 50%;
  letter-spacing: 0.03em;
  line-height: 1.4;
  position: absolute;
  top: 40%;
  transform: translateX(-50%);
  width: 150px;
  z-index: 30;
}

.layout_top_about {
  position: relative;
}

.layout_top_about .decoration {
  position: relative;
}

.layout_top_about .decoration::after {
  background-image: url("./image/top/top-about_deco-pc.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 682px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 647.5px;
  top: 25px;
  transition: opacity 1s ease;
  width: 770px;
  z-index: 1;
}

.layout_top_about .decoration.is-inview::after {
  opacity: 1;
}

.layout_top_about .wrap {
  margin: 0 auto;
  padding: 100px 0 50px 150px;
  width: 1440px;
}

.layout_top_about .container {
  display: flex;
  gap: 135px;
  overflow: hidden;
  position: relative;
  width: 1290px;
}

.layout_top_about .content {
  margin-top: 92px;
  width: 454px;
}

.layout_top_about .catch {
  color: #212121;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.4;
  margin-top: 54px;
  padding: 0 0 70px 30px;
  position: relative;
  text-align: left;
  z-index: 1500;
}

.layout_top_about .catch::before {
  background-image: url("./image/top/before_double-quote-mark.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 64px;
  left: 0;
  opacity: 1;
  position: absolute;
  top: -15px;
  width: 24px;
  z-index: 0;
}

.layout_top_about .catch::after {
  background-image: url("./image/top/after_double-quote-mark.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 64px;
  opacity: 1;
  position: absolute;
  right: -7px;
  top: 60px;
  width: 24px;
  z-index: 0;
}

.layout_top_about .sub {
  position: absolute;
  right: 27px;
  top: 72px;
}

.layout_top_about .text {
  color: #212121;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.085em;
  line-height: 2;
  margin-bottom: 50px;
  margin-top: 22.5px;
  position: relative;
  text-align: left;
  z-index: 500;
}

.layout_top_about .link_box {
  position: relative;
  z-index: 500;
}

.layout_top_about .image {
  height: 720px;
  width: 700px;
}

.layout_top_about .image2 {
  margin-top: 30px;
  max-width: 600px;
  overflow: hidden;
  position: relative;
}

.layout_top_about .image img,
.layout_top_about .image2 img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  z-index: -10;
}

.layout_top_reason {
  min-width: 1440px;
  position: relative;
}

.layout_top_reason::after {
  background-image: url(./image/top/top-bricks_background.webp);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 830px;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 355px;
  width: 100%;
  z-index: -1;
}

.layout_top_reason .wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 71.5px 0px 65px;
  position: relative;
}

.layout_top_reason .wrap::before {
  background-image: url(./image/top/top-reason-bedroom.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 376px;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: -105px;
  transition: opacity 1s ease;
  width: 536px;
  z-index: -1;
}

.layout_top_reason .wrap.is-inview::before {
  opacity: 1;
}

.layout_top_reason .cards {
  grid-gap: 35px;
  align-items: stretch;
  display: grid;
  gap: 35px;
  grid-template-columns: repeat(3, 390px);
  margin-top: 33px;
}

.layout_top_reason .card {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-align: center;
  transition: opacity 0.4s ease, box-shadow 0.2s ease;
  z-index: 500;
}

.layout_top_reason .card .card_img {
  -o-object-fit: cover;
  aspect-ratio: 390/250;
  object-fit: cover;
  position: relative;
  width: 100%;
}

.layout_top_reason .card .card_img img {
  -o-object-fit: cover;
  display: block;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.layout_top_reason .textbox {
  background-color: #fff;
  flex-grow: 1;
  padding: 16.5px 68px 42px;
  text-align: center;
}

.layout_top_reason .label {
  color: #316aa9;
  font-family: "SansSerifFLF", serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.4;
  margin-top: 20px;
}

.layout_top_reason .title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  color: #212121;
  display: -webkit-box;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.4;
  margin-top: 8px;
  overflow: hidden;
  white-space: normal;
}

.layout_top_reason .text {
  color: #707070;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.8;
  margin-top: 17px;
}

.layout_top_maker .inner {
  align-items: center;
  display: flex;
  margin: 0 auto;
  overflow-x: hidden;
  padding: 59px 0 65px 100px;
  position: relative;
  width: 1440px;
}

.layout_top_maker .image {
  height: 680px;
  width: 504px;
}

.layout_top_maker .image img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}

.layout_top_maker .container {
  background-color: #fff;
  height: 516px;
  margin-top: 17px;
  padding: 88px 0px 74px 80px;
  position: absolute;
  right: 0;
  width: 934px;
}

.layout_top_maker .outer {
  align-items: flex-end;
  display: flex;
  gap: 226px;
  justify-content: flex-start;
}

.layout_top_maker .slidebox {
  margin-top: 34.5px;
}

.layout_top_maker .slide {
  overflow-x: hidden;
}

.layout_top_maker .slide_inner {
  margin: auto;
  width: 100%;
}

.p-maker-swiper__button-wrap {
  display: flex;
  justify-content: left;
  margin-left: 7px;
  margin-top: 22.5px;
}

.p-maker-swiper__button-wrap .swiper-button-prev,
.p-maker-swiper__button-wrap .swiper-button-next {
  all: unset;
  cursor: pointer;
  display: inline-block;
  opacity: 1;
  padding: 17px;
  position: relative;
  transition: 0.3s opacity ease;
}

.p-maker-swiper__button-wrap .swiper-button-prev:hover,
.p-maker-swiper__button-wrap .swiper-button-next:hover {
  opacity: 0.6;
}

.p-maker-swiper__button-wrap .swiper-button-prev {
  margin-left: 28.5px;
}

.p-maker-swiper__button-wrap .swiper-button-prev::before,
.p-maker-swiper__button-wrap .swiper-button-next::before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 4px;
  left: 50%;
  padding: 3px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
}

.p-maker-swiper__button-wrap .swiper-button-prev::before {
  background-image: url("./image/common/blue-arrow-next.png");
}

.p-maker-swiper__button-wrap .swiper-button-next::before {
  background-image: url("./image/common/blue-arrow-prev.png");
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  display: none;
}

.layout_top_maker .card.swiper-slide {
  border: 1px solid rgba(33, 33, 33, 0.5);
  width: 258px;
}

.layout_top_maker .card a {
  display: block;
  height: 100%;
  width: 100%;
}

.layout_top_maker .card a:hover {
  opacity: 1;
}

.layout_top_maker .card_item {
  height: 100%;
  width: 100%;
}

.layout_top_maker .card_img {
  height: 100%;
  overflow: hidden;
}

.layout_top_maker .card_img img {
  -o-object-fit: cover;
  aspect-ratio: 258/120;
  height: 100%;
  object-fit: cover;
  transition: 0.6s;
}

.layout_top_news .wrap {
  padding: 80px 0px 104px;
  position: relative;
}

.layout_top_news .wrap::before {
  background-image: url("./image/top/top-news-living.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 340px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -169.5px;
  transition: opacity 1s ease;
  width: 605px;
  z-index: -1;
}

.layout_top_news .wrap.is-inview::before {
  opacity: 1;
}

.layout_top_news .container {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.layout_top_news .list {
  grid-gap: 26px 36px;
  display: grid;
  gap: 26px 36px;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 40px;
  margin-top: 51px;
}

.layout_top_news .item a {
  border-bottom: 1px solid #eaeaea;
  display: flex;
  padding-bottom: 18px;
}

.layout_top_news .date {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  margin-left: 8.5px;
  width: 80px;
}

.layout_top_news .month {
  color: #316aa9;
  font-family: "SansSerifFLF", serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

.layout_top_news .day {
  color: #316aa9;
  font-family: "SansSerifFLF", serif;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-top: -5px;
}

.layout_top_news .text {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #212121;
  display: -webkit-box;
  flex: 1;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 2;
  margin: 0 17.5px;
  overflow: hidden;
  white-space: normal;
}

@media (hover: hover) and (pointer: fine) {
  .common_link_btn_large:hover {
    background-color: #316aa9;
    border: 1px solid #fff;
    opacity: 1;
  }

  .common_link_btn_large:hover .common_link_btn_text_large {
    color: #fff;
    transition: color 0.3s ease;
  }

  .common_link_btn_large:hover::after {
    background-image: url("./image/common/white-arrow.png");
    opacity: 1;
  }

  .common_link_btn:hover {
    background-color: #316aa9;
    border: 1px solid #fff;
    opacity: 1;
  }

  .common_link_btn:hover .common_link_btn_text {
    color: #fff;
    transition: color 0.3s ease;
  }

  .common_link_btn:hover::after {
    background-image: url("./image/common/white-arrow.png");
    opacity: 1;
  }

  .pagination__link:hover {
    background-color: #316aa9;
    color: #fff;
    opacity: 1;
  }

  .layout_news .wrap.lr .box .sidebar .taxonomy_list a:hover {
    background-color: #316aa9;
    border: 1px solid #fff;
    color: #fff;
    opacity: 1;
  }

  .layout_catalog .wrap.lr .container .menu .menu_item_all:hover,
  .layout_catalog .wrap.lr .container .menu .menu_item a:hover {
    background-color: #316aa9;
    border: 1px solid #fff;
    color: #fff;
    opacity: 1;
  }

  .layout_catalog .wrap.lr .container .items .item:hover {
    box-shadow: 3px 3px 6px rgba(33, 33, 33, 0.2);
    opacity: 1;
  }

  .layout_customer .card:hover {
    box-shadow: 3px 3px 6px rgba(92, 92, 92, 0.08);
    opacity: 1;
    transform: scale(1.05);
  }

  .layout_customer .card.is-hovered {
    opacity: 1;
  }

  .layout_news_detail .article .archive_btn .link:hover {
    background: #316aa9;
    border: 1px solid #fff;
    color: #fff;
    opacity: 1;
  }

  .layout_product .wrap.lr .container .taxonomy_list a:hover {
    background-color: #316aa9;
    border: 1px solid #fff;
    color: #fff;
    opacity: 1;
  }

  .layout_product .wrap.lr .container .main .new:hover,
  .layout_product .wrap.lr .container .main .recommend:hover {
    opacity: 1;
  }

  .layout_product .wrap.lr .container .main .new:hover::after,
  .layout_product .wrap.lr .container .main .recommend:hover::after {
    background-color: rgba(0, 0, 0, 0.5);
  }

  .layout_top_product .wrap.lr .new:hover::after,
  .layout_top_product .wrap.lr .recommend:hover::after {
    background-color: rgba(0, 0, 0, 0.5);
  }

  .layout_top_product .wrap.lr .pickup_item:hover::after {
    background-color: rgba(0, 0, 0, 0.5);
  }

  .layout_top_product .wrap.lr .pickup_item2:hover::after {
    background-color: rgba(0, 0, 0, 0.5);
  }

  .layout_top_maker .card:hover .card_img img {
    transform: scale(1.1);
  }
}

@media (max-width: 750px) {

  #page_sitemap,
  .page_privacy {
    width: 100%;
  }

  #page_sitemap .wrap,
  .page_privacy .common_page_wrap {
    width: 100%;
    padding: 60px 20px;
  }

  .page_privacy .common_page_wrap .wrap {
    width: 100%;
  }

  .wrap {
    max-width: 90%;
  }

  a[href$=".pdf"]::before {
    width: 7vw;
    height: 8vw;
    margin-right: 2.5vw;
  }

  a[href$=".pdf"]:hover {
    text-decoration: underline;
  }

  body {
    font-size: 13px;
    padding-top: 55px;
  }

  /* SPヘッダー */
  #sp_header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    box-shadow: 1px 1px #ccc;
    z-index: 999;
    height: 55px;
  }

  #sp_header .logo {
    position: absolute;
    left: 10px;
    top: 10px;
    line-height: 0;
  }

  #sp_header .logo img {
    height: 40px;
  }

  #sp_header .icon {
    color: #000;
    position: absolute;
  }

  #sp_header .mail {
    right: 70px;
    top: 13px;
    font-size: 25px;
  }

  #sp_header .tel {
    right: 110px;
    top: 15px;
    font-size: 20px;
  }

  /* SP固定ページ 共通設定 */
  .common_page_main {
    padding-block: 20vw;
  }

  .common_page_main .title_box .title {
    font-size: 5.6vw;
  }

  .common_page_wrap {
    padding: 20vw 0;
  }

  .reserve_text {
    font-size: 6vw;
  }

  /* パンくず */
  .breadcrumb {
    font-size: 2.5vw;
  }

  /* SP固定ページ お問い合わせ */
  .contact_form_disc {
    margin-block: 0 2em;
  }

  .contact_form_disc .text {
    font-size: 3.6vw;
    margin-block: 0 0.8em;
  }

  .contact_form_disc .caution {
    font-size: 3.1vw;
    letter-spacing: 0.06em;
  }

  .common_contact_form .form_box {
    margin-block: 0 10vw;
    padding: 0;
  }

  .common_contact_form .form_box dl {
    grid-template-columns: 1fr;
    gap: 0.6em;
  }

  .common_contact_form .form_box dl+dl {
    margin-block: 1.3em 0;
  }

  .common_contact_form .form_box dl dt {
    flex-direction: row-reverse;
    justify-content: space-between;
    font-size: 4.1vw;
    padding-inline: 0;
  }

  .common_contact_form .form_box dl dt .label {
    font-size: 3.1vw;
  }

  .common_contact_form .form_box dl dt::after {
    content: none;
  }

  .common_contact_form input[type="text"],
  .common_contact_form input[type="email"],
  .common_contact_form #zip {
    font-size: 3.6vw;
  }

  .common_contact_form select {
    width: 100%;
    font-size: 3.6vw;
  }

  .common_contact_form textarea {
    height: 33vw;
    font-size: 3.6vw;
  }

  .radio_btns,
  .checkboxes {
    gap: 0.5em 2.5em;
  }

  .page_contact #btn_wrap button {
    width: 83%;
    line-height: 15.5vw;
    font-size: 4.6vw;
  }

  .page_contact #btn_wrap button[name="submitBack"] {
    margin-top: 4vw;
  }

  .mwform-checkbox-field.horizontal-item {
    display: block;
  }

  .page_contact #btn_wrap {
    width: 100%;
    text-align: center;
  }

  .privacy_check_list .mwform-checkbox-field-text {
    font-size: 3.8vw;
    padding-left: 11vw;
  }

  .mw_wp_form .privacy_check_list .horizontal-item {
    /* margin-right: 4vw; */
  }

  .privacy_check_list .hissu {
    padding: 0.3vw 4vw;
  }

  .privacy_check_list {
    margin-bottom: 6vw;
  }

  .privacy_term_detail {
    font-size: 3.4vw;
    margin: 5vw 0;
  }

  .privacy_term_outer {
    width: 96%;
    padding: 5vw 0;
  }

  .privacy_term_outer .privacy_term_inner .main_text {
    font-size: 3.4vw;
    line-height: 1.6;
    margin-bottom: 5vw;
  }

  .privacy_term_outer .privacy_term_inner dl dt {
    font-size: 3.5vw;
    margin-bottom: 1.5vw;
  }

  .privacy_term_outer .privacy_term_inner dl dd {
    font-size: 3.5vw;
    line-height: 1.6;
  }

  .privacy_term_outer .privacy_term_inner dl+dl {
    margin-top: 7vw;
  }

  .privacy_term_detail::after {
    width: 2.5vw;
    margin: 1.5vw auto 0;
  }

  /* サンクスページ */
  .page_contact .thanks_textArea .name {
    font-size: 4vw;
    margin-bottom: 3vw;
  }

  .page_contact .thanks_textArea .contact_text {
    font-size: 3.5vw;
    margin-bottom: 2em;
    width: 100%;
  }

  .page_contact .thanks_textArea .ichiran_link {
    width: 80%;
    line-height: 12vw;
    font-size: 4vw;
  }

  /* ステップバー デザイン */
  .page_contact .progressbar {
    gap: 4.5em;
    margin-block: 0 2.5em;
  }

  .page_contact .progressbar .item {
    font-size: 3.1vw;
  }

  .page_contact .progressbar .item+.item::before {
    width: 5.7vw;
    top: 63%;
    left: -3.3em;
  }

  .page_contact .progressbar .item .mark {
    width: 7.7vw;
    margin: 0 auto 0.4em;
  }

  /* SP固定ページ 個人情報保護方針 */
  .page_privacy .main_text {
    font-size: 3.5vw;
  }

  .page_privacy dl {
    margin-bottom: 10vw;
  }

  .page_privacy dl dt {
    font-size: 4vw;
  }

  .page_privacy dl dd {
    font-size: 3.5vw;
    margin-left: 5vw;
  }

  /* SP固定ページ 404ページ */
  #page_404 .num {
    font-size: 20vw;
    line-height: 1.5;
  }

  #page_404 .text {
    font-size: 3.5vw;
  }

  /* SP投稿ページ アーカイブページ */
  .archive_page_list>article {
    padding-right: 20px;
  }

  .archive_page_list>article .date {
    width: 80px;
  }

  .archive_page_list>article .content_area {
    width: calc(100% - 80px);
  }

  .archive_page_list>article:after {
    width: 7px;
    height: 7px;
  }

  /* SP固定ページ サイトマップ */
  ul#sitemap_list li {
    margin: 0;
  }

  body #sitemap_list li a {
    font-size: 4vw;
    padding: 1vw 2vw;
    line-height: 9vw;
    margin-bottom: 1vw;
  }

  body #sitemap_list li.home-item {
    margin-bottom: 4vw;
  }

  body #sitemap_list {
    padding: 0;
  }

  body {
    letter-spacing: 0.05em;
    line-height: 1.4;
  }


  .u-mobile {
    display: block;
  }

  html {
    font-size: 16px;
  }

  .wrapper {
    overflow: hidden;
  }

  .article {
    width: 100%;
  }

  .common_link_btn_large {
    height: 70px;
    max-width: 320px;
    min-width: 250px;
    padding: 10px 45px 10px 30px;
    width: 100%;
  }

  .common_link_btn_text_large {
    font-size: 16px;
    letter-spacing: 0.01em;
  }

  .common_link_btn {
    height: 70px;
    max-width: 340px;
    min-width: 250px;
    padding: 10px 45px 10px 20px;
    width: 100%;
  }

  .common_link_btn_text {
    font-size: 14px;
  }

  .common_heading_large {
    font-size: 40px;
  }

  .common_heading_small {
    font-size: 40px;
    text-align: center;
  }

  .common_span_box {
    flex-direction: initial;
  }

  .common_contact_form .select_wrap {
    width: 100%;
  }

  .layout_contact {
    min-width: 0px;
    width: 100%;
  }

  .layout_contact .wrap.lr {
    max-width: 600px;
    padding: 60px 20px;
    width: 100%;
  }

  .layout_contact .wrap.lr::before {
    left: -75px;
  }

  .layout_contact .container {
    max-width: 600px;
    padding: 50px 0 20px;
    width: 100%;
  }

  .layout_contact .container .wrap {
    width: 100%;
  }

  .layout_contact .container .common_page_wrap {
    padding: 0;
  }

  .common_contact_form .form_box dl {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 15px;
    grid-template-columns: 100% 1fr;
  }

  .common_contact_form .form_box dl+dl {
    margin-bottom: 0;
    margin-top: 2em;
  }

  .page_contact #btn_wrap {
    padding: 0 20px;
    width: 100%;
  }

  .page_contact #btn_wrap button {
    font-size: 14px;
    line-height: 50px;
    max-width: 340px;
    min-width: 250px;
    width: 100%;
  }

  .page_contact .progressbar {
    gap: 3em;
  }

  .page_contact .progressbar .item+.item::before {
    left: -2.5em;
    width: 2em;
  }

  .privacy_check_list {
    margin-bottom: 50px;
  }

  .common_contact_form .form_box dl dt::after {
    display: none;
  }

  .page_contact .thanks_textArea .contact_text {
    padding: 0 20px;
    width: 100%;
  }

  .layout_footer {
    min-width: 100%;
    padding: 10px 20px 60px;
  }

  .footer .wrap,
  .footer .bottom {
    align-items: center;
    flex-direction: column-reverse;
    max-width: 600px;
    width: 100%;
  }

  .footer .bottom {
    margin-top: 35px;
    padding-top: 0px;
  }

  .footer .info {
    align-items: center;
    display: flex;
    flex-direction: column;
    max-width: 750px;
    padding-top: 60px;
    width: 100%;
  }

  .footer .nav {
    display: none;
  }

  .footer .item {
    display: none;
  }

  .footer .copyright {
    margin-top: 15px;
  }

  .footer .item a:hover {
    transform: none;
  }

  .layout_top {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-width: 0px;
    padding: 0;
    width: 100%;
  }

  .top_image img {
    margin: 0 auto;
  }

  .top_content {
    top: 38.1%;
    width: 100%;
  }

  .top_main_text {
    font-size: clamp(5.125rem, 2.5521rem + 10.5556vw, 7.5rem);
    line-height: 1.1;
  }

  .top_sub_text {
    font-size: clamp(1rem, 0.4583rem + 2.2222vw, 1.5rem);
    letter-spacing: -0.035em;
    line-height: 2.45;
    margin-top: 10px;
  }

  .lower_main {
    height: 450px;
    width: 100%;
  }

  .lower_inner {
    height: 450px;
    padding: 0px;
  }

  .lower_image img {
    height: 450px;
    margin: 0 auto;
    transform: translateY(0);
  }

  .lower_main_title {
    text-align: center;
  }

  .lower_outer {
    padding: 0 30px;
    width: 100%;
  }

  .header {
    height: 70px;
    min-width: 0px;
    padding-right: 0;
  }

  .header .inner {
    padding-right: 0;
  }

  .header .logo {
    height: 100px;
    width: 100px;
  }

  .header .nav {
    display: none;
  }

  .header .hamburger {
    background-color: #fff;
    border: none;
    cursor: pointer;
    display: block;
    height: inherit;
    margin: 0;
    outline: none;
    padding: 0;
    position: relative;
    transition: 0.3s;
    width: 75px;
    z-index: 999;
  }

  .header .drawer {
    display: block;
  }

  .header .hamburger.is-open {
    background-color: #fff;
  }

  .layout_news .wrap.lr .box .sidebar {
    position: static;
    width: 100%;
  }

  .layout_news {
    flex-direction: column;
    min-width: 0px;
    width: 100%;
  }

  .layout_news .wrap.lr {
    max-width: 600px;
    padding: 60px 20px;
    width: 100%;
  }

  .layout_news .wrap.lr .box {
    align-items: center;
    flex-direction: column;
  }

  .layout_news .wrap.lr .box .body {
    gap: 30px;
  }

  .layout_about .inner,
  .layout_about .inner2,
  .layout_about .inner3 {
    flex-direction: column;
    height: 100%;
    max-width: 600px;
    min-width: 0px;
    padding: 60px 20px;
    width: 100%;
  }

  .layout_about .inner {
    padding: 60px 20px 30px;
  }

  .layout_about .inner2 {
    padding: 30px 20px;
  }

  .layout_about .inner3 {
    padding: 30px 20px 60px;
  }

  .layout_about .inner::after {
    right: 30px;
    top: -50px;
  }

  .layout_about .inner2::after {
    left: -10px;
    top: -5px;
    transform: rotate(180deg);
  }

  .layout_about .inner3::after {
    left: 200px;
    top: -20px;
    transform: rotate(180deg);
  }

  .layout_about .inner .container,
  .layout_about .inner2 .container2,
  .layout_about .inner3 .container {
    flex-direction: column;
    gap: 0;
    width: 100%;
  }

  .layout_about .inner .container .content,
  .layout_about .inner2 .container2 .content,
  .layout_about .inner3 .container .content {
    margin-top: 0px;
    text-align: center;
    width: 100%;
  }

  .layout_about .inner .container .content .catch,
  .layout_about .inner2 .container2 .content .catch,
  .layout_about .inner3 .container .content .catch {
    font-size: clamp(1.875rem, 0.796rem + 4.6vw, 3rem);
    margin-top: 10px;
    padding: 0 0 10px 30px;
    position: relative;
    z-index: 200;
  }

  .layout_about .inner .container .content .text,
  .layout_about .inner2 .container2 .content .text,
  .layout_about .inner3 .container .content .text {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 0px;
    margin-top: 30px;
    position: relative;
    z-index: 200;
  }

  .layout_catalog_detail {
    min-width: 0px;
    width: 100%;
  }

  .layout_catalog_detail::after {
    right: 30px;
    top: 50px;
  }

  .layout_catalog_detail .wrap.lr {
    height: 100%;
    max-width: 600px;
    min-width: 0px;
    padding: 60px 0px;
    width: 100%;
  }

  .layout_catalog_detail .wrap.lr .container {
    flex-direction: column;
    max-width: 600px;
    padding: 30px 20px;
    width: 100%;
  }

  .layout_catalog_detail .wrap.lr .container .image {
    width: 100%;
  }

  .layout_catalog_detail .wrap.lr .container .content {
    width: 100%;
  }

  .layout_catalog_detail .wrap.lr .container .content .text {
    font-size: 16px;
    margin: 3em 0;
  }

  .layout_catalog {
    min-width: 0px;
    width: 100%;
  }

  .layout_catalog .wrap.lr {
    flex-direction: column;
    height: 100%;
    max-width: 600px;
    min-width: 0px;
    padding: 60px 0px;
    width: 100%;
  }

  .layout_catalog .wrap.lr .container .menu {
    gap: 10px;
    justify-content: flex-start;
  }

  .layout_catalog .wrap.lr .container .items {
    gap: 40px;
    grid-template-columns: repeat(1, 1fr);
  }

  .layout_catalog .wrap.lr .container .items .item .text p {
    margin-top: 10px;
  }

  .layout_customer_detail {
    width: 100%;
    min-width: auto;
  }

  .layout_customer_detail::after {
    right: 30px;
    top: 50px;
  }

  .layout_customer_detail .inner {
    flex-direction: column;
    height: 100%;
    max-width: 600px;
    padding: 60px 20px;
    width: 100%;
  }

  .layout_customer_detail .inner .wrap {
    padding: 0;
    width: 100%;
  }

  .layout_customer_detail .article {
    padding: 30px 20px;
  }

  .layout_customer_detail .main_title {
    margin-bottom: 1.25em;
    margin-top: 0;
    padding-left: 1.57em;
    padding-right: 0;
  }

  .layout_customer_detail .main_title::before {
    width: 6px;
  }

  .layout_customer_detail .main_title .title {
    font-size: 24px;
  }

  .layout_customer_detail .main_img {
    width: 100%;
  }

  .layout_customer_detail .cont {
    padding-left: 0;
    padding-right: 0;
  }

  .layout_customer_detail .cont p {
    font-size: 3.6vw;
    line-height: 1.7;
  }

  .layout_customer_detail .cont p+p {
    margin-bottom: 0;
    margin-top: 1.5em;
  }

  .layout_customer_detail .cont h2 {
    font-size: 3.9vw;
    line-height: 1.5;
  }

  .layout_customer_detail .cont h3 {
    font-size: 3.7vw;
  }

  .layout_customer_detail .cont h4,
  .layout_customer_detail .cont h5,
  .layout_customer_detail .cont h6 {
    font-size: 3.6vw;
  }

  .layout_customer_detail .cont ul li {
    font-size: 3.6vw;
  }

  .layout_customer_detail .archive_btn .link {
    font-size: 4.6vw;
    gap: 0.7em;
  }

  .layout_customer_detail .archive_btn .link .mark {
    width: 6.4vw;
  }

  .layout_customer_detail .archive_btn .link .mark::before {
    width: 1.5vw;
  }

  .layout_customer_detail .archive_btn .link::after {
    bottom: -0.1em;
    width: 71%;
  }

  .layout_news_detail {
    min-width: 0px;
    width: 100%;
  }

  .layout_news_detail::after {
    right: 30px;
    top: 50px;
  }

  .layout_news_detail .outer {
    display: block;
    flex-direction: column;
    height: 100%;
    max-width: 600px;
    min-width: 0px;
    padding: 60px 20px;
    width: 100%;
  }

  .layout_news_detail .container {
    padding: 0px;
    width: 100%;
  }

  .layout_news_detail .inner {
    flex-direction: column;
  }

  .layout_news_detail .container .wrap {
    width: 100%;
  }

  .layout_news_detail #sidebar {
    padding: 0;
  }

  .layout_news_detail .recommend_box .list ul {
    gap: 2em;
    grid-template-columns: repeat(1, 1fr);
  }

  .layout_news_detail .article .archive_btn .link {
    font-size: 3.5vw;
    gap: 0.7em;
    padding: 0.3em 4em;
  }

  .layout_product .wrap.lr .container .sidebar {
    position: static;
    width: 100%;
  }

  .layout_product {
    flex-direction: column;
    min-width: 0px;
    width: 100%;
  }

  .layout_product .wrap.lr {
    max-width: 600px;
    padding: 60px 20px;
    width: 100%;
  }

  .layout_product .wrap.lr .container {
    align-items: center;
    flex-direction: column;
    padding: 0;
  }

  .layout_product .wrap.lr .container .main .main_title {
    align-items: flex-start;
    flex-direction: column;
    font-size: clamp(1.875rem, 1.202rem + 3.36vw, 2.813rem);
    left: 20px;
    line-height: 1.2;
    top: 20px;
  }

  .layout_product .wrap.lr .container .main .main_title_decoration {
    margin-left: 0;
    margin-bottom: 4px;
  }

  .layout_product .wrap.lr .container .main .sub_title {
    font-size: clamp(0.75rem, 0.212rem + 2.69vw, 1.5rem);
    margin-left: 0;
  }

  .layout_product .wrap.lr .container .main .recommend,
  .layout_product .wrap.lr .container .main .new {
    aspect-ratio: 285/220;
    max-width: 600px;
    min-width: 315px;
    width: 100%;
  }

  .layout_product .wrap.lr .container .main .new_meta {
    padding: 20px;
  }

  .layout_product .wrap.lr .container .main .new_meta .title {
    line-height: 1.3;
  }

  .layout_product .wrap.lr .container .main .new_meta .text {
    line-height: 1.3;
    margin-top: 6px;
  }

  .layout_top_contact {
    min-width: 0px;
    width: 100%;
  }

  .layout_top_contact .wrap {
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    max-width: 650px;
    width: 100%;
  }

  .layout_top_contact .block_tel,
  .layout_top_contact .block_mail {
    max-width: 100%;
    min-height: 200px;
    padding: 40px 20px;
  }

  .layout_top_contact .info {
    margin-left: 15px;
  }

  .layout_top_contact .label {
    font-size: clamp(1.125rem, 0.856rem + 1.35vw, 1.5rem);
  }

  .layout_top_contact .tel_number {
    font-size: clamp(2.375rem, 1.75rem + 2.6667vw, 3rem);
    pointer-events: auto;
  }

  .top_contact {
    flex-direction: column;
    justify-content: center;
    min-width: 0px;
    padding: 60px 0 30px;
    width: 100%;
    background-image: url("./image/top/top-contact_deco-sp.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .top_contact::before {
    background-image: url("./image/top/top-contact_deco-sp.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 396px;
    left: 50%;
    pointer-events: none;
    position: fixed;
    top: 0;
    transform: translateX(-50%);
    width: 766px;
    z-index: -1;
  }

  .top_contact .inner {
    flex-direction: column;
    justify-content: center;
    min-width: 0px;
    padding: 0;
    width: 100%;
  }

  .top_contact .inner .container {
    flex-direction: column;
    gap: 15px;
  }

  .layout_top_product {
    flex-direction: column;
    min-width: 0;
    width: 100%;
  }

  .layout_top_product .wrap.lr {
    align-items: center;
    flex-direction: column;
    gap: 60px;
    max-width: 600px;
    padding: 10px 20px 30px;
    width: 100%;
  }

  .layout_top_product .wrap.lr .main {
    gap: 20px;
  }

  .layout_top_product .wrap.lr .new,
  .layout_top_product .wrap.lr .recommend {
    aspect-ratio: 285/153;
    max-width: 600px;
    width: 100%;
  }

  .layout_top_product .wrap.lr .new::after,
  .layout_top_product .wrap.lr .recommend::after {
    aspect-ratio: 285/220;
  }

  .layout_top_product .wrap.lr .main_title,
  .layout_top_product .wrap.lr .main_title2 {
    align-items: flex-start;
    flex-direction: column;
    font-size: clamp(1.875rem, 1.202rem + 3.36vw, 2.813rem);
  }

  .layout_top_product .wrap.lr .main_title {
    left: 7%;
    top: 30%;
  }

  .layout_top_product .wrap.lr .main_title_decoration {
    display: block;
    margin-left: 9px;
  }

  .layout_top_product .wrap.lr .sub_title {
    display: block;
    font-size: clamp(0.75rem, 0.212rem + 2.69vw, 1.5rem);
    margin-left: 9px;
  }

  .layout_top_product .wrap.lr .pickup_items {
    gap: 10px;
  }

  .layout_top_product .wrap.lr .pickup_item {
    max-width: 600px;
    width: 100%;
  }

  .layout_top_product .wrap.lr .pickup_item::after {
    aspect-ratio: 285/220;
  }

  .layout_top_product .wrap.lr .pickup_item2 {
    aspect-ratio: 285/153;
    width: 100%;
    margin-top: 10px;
  }

  .layout_top_product .wrap.lr .pickup_item2::before {
    left: 85%;
  }

  .layout_top_product .wrap.lr .pickup_item2::after {
    aspect-ratio: 285/220;
  }

  .layout_top_product .wrap.lr .pickup_label {
    height: auto;
    left: 47%;
    padding: 8px 24px;
    top: 30%;
    transform: translateX(-47%);
    width: auto;
  }

  .layout_top_about .decoration::after {
    background-image: url("./image/top/top-about_deco-sp.png");
    height: 650px;
    left: -230px;
    top: clamp(1.25rem, -0.1453rem + 6.9767vw, 3.125rem);
    width: 239px;
  }

  .layout_top_about .wrap {
    flex-direction: column;
    height: 100%;
    max-width: 600px;
    padding: 30px 20px;
    width: 100%;
  }

  .layout_top_about .container {
    gap: 0px;
    width: 100%;
  }

  .layout_top_about .image {
    height: auto;
    flex-shrink: 0;
    width: 13vw;
    transform: none;
  }

  .layout_top_about .content {
    margin-top: 0;
    text-align: center;
    width: 100%;
    padding-right: 4vw;
  }

  .layout_top_about .catch {
    font-size: 7vw;
    margin-top: 5vw;
    padding: 0 0 12vw 7.5vw;
  }

  .layout_top_about .sub {
    right: 1em;
    top: 1.4em;
  }

  .layout_top_about .text {
    font-size: 3.6vw;
    margin-bottom: 4vw;
    margin-top: 4vw;
    z-index: 9999;
    line-height: 1.8;
  }

  .layout_top_reason {
    min-width: 0px;
    width: 100%;
  }

  .layout_top_reason .wrap {
    max-width: 600px;
    padding: 30px 20px;
    width: 100%;
  }

  .layout_top_reason .wrap::before {
    height: 180px;
    top: -50px;
    width: 250px;
  }

  .layout_top_reason .cards {
    grid-template-columns: 1fr;
  }

  .layout_top_reason .text {
    font-size: clamp(0.875rem, 0.515rem + 1.53vw, 1.25rem);
  }

  .layout_top_maker .inner {
    align-items: initial;
    height: 100%;
    max-width: 600px;
    min-width: 0px;
    padding: 30px 20px 230px;
    width: 100%;
  }

  .layout_top_maker .image {
    height: 98.7vw;
    width: 100%;
  }

  .layout_top_maker .container {
    bottom: 0;
    height: auto;
    padding: 30px 30px 30px;
    width: 85%;
  }

  .layout_top_maker .outer {
    align-items: flex-start;
    flex-direction: column;
    gap: 50px;
  }

  .layout_top_maker .slide_inner {
    max-width: 600px;
  }

  .layout_top_maker .card.swiper-slide {
    height: 100%;
    width: 100%;
  }

  .layout_top_about .catch::after {
    right: 0;
    top: 0.9em;
  }

  .layout_top_about .catch::before {
    top: -.5em;
  }

  .layout_top_news .wrap {
    padding: 30px 20px 60px;
    width: 100%;
  }

  .layout_top_news .wrap::before {
    height: 170px;
    right: -50px;
    top: -50px;
    width: 300px;
  }

  .layout_top_news .container {
    align-items: flex-start;
    flex-direction: column;
    gap: 40px;
  }

  .layout_top_news .list {
    grid-template-columns: 1fr;
  }

  .layout_top_news .day {
    font-size: 36px;
  }

  .layout_top_news .text {
    margin-left: 0;
    margin-top: 10px;
  }

  .layout_top_news .linkbox .common_link_btn {
    margin: 0 auto;
  }

  .layout_company {
    min-width: 0px;
    width: 100%;
  }

  .layout_company .inner {
    max-width: 600px;
    padding: 60px 20px;
    width: 100%;
  }

  .layout_company .inner::before {
    left: -75px;
  }

  .layout_company .heading-box {
    min-width: 0px;
    width: 100%;
  }

  .layout_company .container {
    max-width: 600px;
    padding: 20px 10px;
    width: 100%;
  }

  .layout_company .container .wrap {
    width: 100%;
  }

  .layout_company .text {
    font-size: clamp(0.875rem, 0.515rem + 1.53vw, 1.25rem);
  }

  .layout_company .map-box {
    height: 100%;
    margin: auto 60px;
    padding: 0 30px;
    width: 100%;
  }

  .layout_company .map-box iframe {
    aspect-ratio: 1/1;
    height: auto;
    position: static;
  }

  .layout_company .cont dl {
    display: block;
    padding: 5vw 5vw 4vw;
    position: relative;
  }

  .layout_company .cont dl dt {
    align-items: flex-start;
    border: none;
    border-bottom: none;
    font-size: 4.1vw;
    margin-bottom: 0.1em;
    padding: 0;
    width: 100%;
  }

  .layout_company .cont dl dd {
    font-size: 3.6vw;
    margin-top: 5px;
    padding: 0;
  }

  .layout_company .cont dl::before {
    background: #316aa9;
    content: "";
    height: 5.5vw;
    left: 0;
    position: absolute;
    width: 5px;
  }

  .layout_customer {
    min-width: 0px;
    width: 100%;
  }

  .layout_customer .wrap.lr {
    max-width: 600px;
    padding: 60px 20px;
    width: 100%;
  }

  .layout_customer .wrap.lr::before {
    left: -75px;
  }

  .layout_customer .container {
    max-width: 600px;
    padding: 20px 0;
    width: 100%;
  }

  .layout_customer .cards {
    gap: 20px;
    grid-template-columns: 1fr;
  }

  .layout_faq .inner {
    flex-direction: column;
    height: 100%;
    max-width: 600px;
    min-width: 0px;
    padding: 0px 20px 120px;
    width: 100%;
  }

  .layout_faq .inner .wrap {
    width: 100%;
  }

  .layout_faq .content .catch {
    font-size: clamp(1.875rem, 0.796rem + 4.6vw, 3rem);
    margin-top: 10px;
    padding: 0.5em 0.25em;
  }

  .layout_faq .list dl+dl {
    margin-top: 1.2em;
  }

  .layout_faq .list dl dt {
    align-items: center;
    padding: 5vw 3vw;
  }

  .layout_faq .list dl dt .en {
    font-size: 6.1vw;
  }

  .layout_faq .list dl dt .text {
    font-size: 3.6vw;
    line-height: 1.5;
  }

  .layout_faq .list dl dt .mark {
    height: 24px;
    width: 8.2vw;
  }

  .layout_faq .list dl dt .mark::before {
    height: 3vw;
    width: 3vw;
  }

  .layout_faq .list dl dd {
    padding: 4vw 3vw 6vw;
  }

  .layout_faq .list dl dd .en {
    font-size: 4.8vw;
  }

  .layout_faq .list dl dd .text {
    font-size: 3.6vw;
    letter-spacing: 0.06em;
  }

  .layout_product_detail {
    min-width: 0;
    padding-bottom: 0;
    padding-top: 0;
    width: 100%;
  }

  .layout_product_detail .inner {
    max-width: 600px;
    padding: 60px 20px;
    width: 100%;
  }

  .layout_product_detail .common_page_wrap {
    padding-bottom: 0;
    padding-top: 0;
  }

  .layout_product_detail .common_page_wrap .wrap.mid {
    max-width: 100%;
    padding: 0;
  }

  .layout_product_detail .common_page_wrap .wrap.mid .article {
    border-radius: 0;
    padding: 30px 20px;
  }

  .layout_product_detail .common_page_wrap .wrap.mid .article .main_title {
    margin-bottom: 1.25em;
    margin-top: 0;
    padding-left: 1.57em;
    padding-right: 0;
  }

  .layout_product_detail .common_page_wrap .wrap.mid .article .main_title::before {
    width: 6px;
  }

  .layout_product_detail .common_page_wrap .wrap.mid .article .main_title .title {
    font-size: 24px;
    letter-spacing: 0.07em;
  }

  .layout_product_detail .common_page_wrap .wrap.mid .article .main_title .cat_box {
    margin-bottom: 0.65em;
    margin-top: 0;
  }

  .layout_product_detail .common_page_wrap .wrap.mid .article .main_title .cat_box .date,
  .layout_product_detail .common_page_wrap .wrap.mid .article .main_title .cat_box .cat_list li,
  .layout_product_detail .common_page_wrap .wrap.mid .article .cont p,
  .layout_product_detail .common_page_wrap .wrap.mid .article .cont h2,
  .layout_product_detail .common_page_wrap .wrap.mid .article .cont h3,
  .layout_product_detail .common_page_wrap .wrap.mid .article .cont h4,
  .layout_product_detail .common_page_wrap .wrap.mid .article .cont h5,
  .layout_product_detail .common_page_wrap .wrap.mid .article .cont h6,
  .layout_product_detail .common_page_wrap .wrap.mid .article .cont ul li,
  .layout_product_detail .archive_btn .link {
    font-size: 14px;
  }

  .layout_product_detail .common_page_wrap .wrap.mid .article .main_img {
    margin: 0 auto 1.2em;
    width: 100%;
  }

  .layout_product_detail .common_page_wrap .wrap.mid .article .cont {
    padding-left: 0;
    padding-right: 0;
  }

  .layout_product_detail .archive_btn .link {
    gap: 0.7em;
  }

  .layout_product_detail .archive_btn .link .mark {
    width: 6.4vw;
  }

  .layout_product_detail .archive_btn .link::after {
    bottom: -0.1em;
    width: 71%;
  }

  #top_about .common_link_btn {
    margin: 5vw auto 0;
  }
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/*# sourceMappingURL=style.css.map */