/*!
Theme Name: 工務店ホームページ制作パック（al-house-maker_wp）
Theme URI: https://www.aster-link.co.jp/
Author: 株式会社アスターリンク
Author URI: https://www.aster-link.co.jp/
Version: 1.0.0
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# destyle
# crewnote

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# destyle
--------------------------------------------------------------*/
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */

[type="search"] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type="number"] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}


/*--------------------------------------------------------------
#  al-house-maker
--------------------------------------------------------------*/
/* common｜PC
--------------------------------------------- */
@font-face {
	font-family: "Noto Sans JP";
	src: url("./fonts/NotoSansJP-VariableFont_wght.woff2") format("woff2");
	font-weight: 400 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Noto Serif JP";
	src: url("./fonts/NotoSerifJP-VariableFont_wght.woff2") format("woff2");
	font-weight: 400 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Oswald";
	src: url("./fonts/Oswald-VariableFont_wght.woff2") format("woff2");
	font-weight: 400 700;
	font-style: normal;
	font-display: swap;
}
html {
	font-size: 62.5%;
	scroll-behavior: smooth;
}
.l-header,
footer,
.l-main {
	color: #413e3d;
	font-family: "Noto Sans JP", 'Avenir','Helvetica Neue','Helvetica','Arial', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 160%;
	letter-spacing: 0.08rem;
	margin: 0;
	box-sizing: border-box;
	overflow-x: hidden;
}
.l-main {
	position: relative;
	width: 100vw;
}
.u-pc-only { display: block !important; }   
.u-sp-only { display: none !important; }
p {
	margin-bottom: 10px;
}
p a {
	color: var(--text-link-color);
	text-decoration: underline;
	text-underline-offset: 3px;
}
p a:visited {
	color: var(--text-link-color);
}
p a:hover {
	color: var(--text-link-color-hover);
}
a img:hover {
	opacity: 0.8;
}
ol {
	margin: 0;
	padding: 0;
}
ul {
	margin: 0;
	padding: 0;
}
li {
	margin: 0;
	padding: 0;
	list-style: none;
}
a.u-tel-event {
	pointer-events: none;
}

/* body */
.l-center {
	width:1200px;
	margin: 0 auto;
}
.l-flex {
 	display: flex;
}
.l-main-body {
	padding: 70px 0 100px;
}

/* font
--------------------------------------------- */
/* web-font */
.u-font-serif {
	font-family: "Noto Serif JP","游明朝", "YuMincho", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Times New Roman", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/* text-color */
.u-font-color-main-color {
	color: var(--primary-color);
}
.u-font-color-sub-color {
	color: var(--accent-color);
}
.u-font-red {
	color: #b60005;
	font-weight: 500;
}
.u-font-bold,
.p-single-blog__body strong {
	font-weight: bold;
}

/* text-border */
.u-text-underline-yellow {
	display: inline;
	background: linear-gradient(transparent 60%, #fff67f 0%);
    font-weight: 500;
	margin: 0 2px;
	padding: 0 1px;
}
.u-text-underline-red {
	display: inline;
	background: linear-gradient(transparent 60%, #f9d2d4 0%);
    font-weight: 500;
	margin: 0 2px;
	padding: 0 1px;
}

/* title-font */
.u-title-large {
	font-family: "Noto Serif JP","游明朝", "YuMincho", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Times New Roman", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 3rem;
	line-height: 4rem;
	margin-bottom: 50px;
}
.u-title-medium {
	font-family: "Noto Serif JP","游明朝", "YuMincho", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Times New Roman", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 2.4rem;
	line-height: 3.2rem;
	margin-bottom: 30px;
}
.u-title-regular {
	font-family: "Noto Serif JP","游明朝", "YuMincho", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Times New Roman", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 2rem;
	line-height: 3rem;
	margin-bottom: 20px;
}

/* buckground
--------------------------------------------- */
/* background-color */
.u-background-cut-back {
	background: var(--background-color);
}
.u-background-main-color {
	background: var(--primary-color);
}

/* photo-action
--------------------------------------------- */
/* photo-hover-zoom */
.u-photo-zoom {
	overflow: hidden;
}
.u-photo-zoom__img:hover {
	opacity: 1;
    transform: scale(1.05, 1.05);
    transition: .5s all;
}
/* photo-scroll-up */
.u-scroll-up {
	opacity: 0; 
	visibility: hidden;
	transform: translateY(200px);
	transition: all 1s;
}
.u-scroll-up.is-show {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}

/* button
--------------------------------------------- */
/* normal */
.p-link-button {
	text-align: center;
}
.p-link-button__text {
	position: relative;
	display: inline-block;
	min-width: 300px;
	max-width: 60%;
	background: #fff;
	border: 1px solid var(--primary-color);
	text-align: center;
	padding: 20px 50px 22px 40px;
	overflow: hidden;
	z-index: 1;
}
.p-link-button__text,
.p-link-button__text:valid {
	color: var(--primary-color); 
}
.p-link-button a:hover {
	display: inline-block;
	color: #fff;
}
.p-link-button__text::after {
	position: absolute;
	content: "";
	color: #fff;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--primary-color);
	transform: scale(0, 1);
	transform-origin: left top;
	transition: .5s;
	z-index: -1;
}
.p-link-button__text:hover::after {
	transform: scale(1, 1);
	transition: .2s;
}
.p-link-button__text {
	position: relative;
	font-size: 1.8rem;
	line-height: 2.2rem;
}
.p-link-button__text::before {
	position: absolute;
	content: "";
	top: calc(50% - 6px);
    right: 30px;
    width: 10px;
    height: 10px;
    border: 1px solid var(--primary-color);
    border-top: 0;
    border-left: 0;
    transform: translateY(25%) rotate(-45deg);
}
.p-link-button__text:hover:before {
    border: 1px solid #fff;
	border-top: 0;
    border-left: 0;
}
/* request */
.p-link-request__text {
	position: relative;
	display: inline-block;
	width: 100%;
	background: var(--primary-color);
	border: 1px solid #fff;
	font-size: 2.6rem;
	text-align: center;
	padding: 30px 50px 30px 100px;
}
.p-link-request a:hover {
	display: inline-block;
	background: #fff;
	color: var(--primary-color);
	transition: .5s;
}
/* round */
.p-link-button--round .p-link-button__text {
	border-radius: 33px
}
/* bottom-top */
.p-link-button--bottom-top .p-link-button__text::after {
	position: absolute;
    content: "";
    color: #fff;
	top: unset;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--primary-color);
    transform: scaleY(0); 
    transform-origin: bottom; 
    transition: .5s;
    z-index: -1;
}
.p-link-button--bottom-top .p-link-button__text:hover::after {
    transform: scaleY(1);  /* scaleY(0) → scaleY(1) に変更 */
    transition: .2s;
}
/* accent-color */
.p-link-button--accent .p-link-button__text {
	transition: .3s;
}
.p-link-button--accent .p-link-button__text::after {
	content: ””; 
    top: unset; 
    left: unset; 
    width: 0;
    height: 0; 
    background: transparent;
    transform: none; 
	transition: unset;
}
.p-link-button--accent .p-link-button__text:hover::after {
	transform: unset;
	transition: unset;
}
.p-link-button--accent .p-link-button__text:hover {
    background: var(--accent-color);
}

/* header｜PC
--------------------------------------------- */
.p-site-header {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 18px 50px 15px;
}
.l-header-left {
	flex-basis: 22%;
}
.l-header-right {
	flex-basis: 78%;
	display: flex;
	justify-content: right;
	vertical-align: middle;
}
/* logo */
.p-site-header__logo-area__text {
	font-size: 1.2rem;
	line-height: 1.2rem;
	margin-bottom: 10px;
}
.p-site-header__logo-area__logo {
	width: 100%;
	height: auto;
}
.p-site-header__logo-area__logo__link {
	display: block;
}
.p-site-header__logo-area__logo__link__img {
	width: 100%;
	min-width: 200px;
	height: auto;
	max-height: 40px;
	object-fit: contain;
	object-position: 0% 100%;
}
/* 電話・SNSリンク */
.p-site-header__nav-area__links {
	margin-right: 35px;
}
.p-site-header__nav-area__links__external-link__list {
	display: flex;
	justify-content: right;
	margin-bottom: 6px;
}
.p-phone-no {
	font-family: "Noto Serif JP","游明朝", "YuMincho", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Times New Roman", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 2.6rem;
	font-weight: 600;
	line-height: 2.6rem;
	margin-right: 15px;
}
.p-phone-no__title {
	font-size: 1.5rem;
	margin-right: 5px;
}
.p-site-header__nav-area__links__external-link__list__item__sns {
	display: block;
	width: 22px;
	height: 30px;
	margin-top: -2px;
	margin-left: 15px;
}
.p-site-header__nav-area__links__external-link__list__item__sns__img {
	width: 22px;
	height: 20px;
	object-fit: contain;
	object-position: center;
}
/* Gナビ */
.p-gloval-navi-menus__list ul {
	flex-wrap: wrap;
	justify-content: right;
}
.p-gloval-navi-menus__list__item {
	margin-left: 3.5rem;
}
.p-gloval-navi-menus__list__item a {
	position: relative;
	display: inline-block;
	line-height: 3rem;
}
.p-gloval-navi-menus__list__item a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform .2s;
	background: var(--primary-color);
}
.p-gloval-navi-menus__list__item a:hover::after {
	transform: scale(1, 1);
	background: var(--primary-color);
}
/* 資料請求ボタン */
.p-site-header__nav-area__links__contact__request {
	position: relative;
	display: block;
	background: var(--button-color);
	color: #fff;
	font-size: 1.8rem;
	line-height: 1.8rem;
	padding: 21px 25px 21px 60px;
	transition: 0.2s;
}
.p-site-header__nav-area__links__contact__request::before {
	position: absolute;
	content: "";
	top: calc(50% - 16px);
	left: 22px;
	width: 25px;
	height: 32px;
	background: url(images/icon/icon_catalog.svg) no-repeat;
	background-size: contain;
	background-position: center;
}
.p-site-header__nav-area__links__contact__request:hover {
	background: var(--button-color-hover);
}
/* header-hero ｜PC
--------------------------------------------- */
.l-headbox-hero {
	position: relative;
	background: transparent;
	z-index: 10;
}
.l-headbox-hero .p-site-header {
	background-color: rgba(255, 255, 255, 0.2); 
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px); 
	padding: 16px 50px 14px;
	z-index: 10;
}
.l-headbox-hero .l-header-right {
	align-items: center;
}
/* logo */

/* 電話・SNSリンク */
.l-headbox-hero .p-site-header__nav-area__links__external-link__list {
	align-items: center;
}
.l-headbox-hero .p-phone-no {
	color: #fff;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}
.l-headbox-hero .p-site-header__nav-area__links__external-link__list__item__sns {
	display: block;
	width: 22px;
	height: 30px;
	margin-top: -2px;
	margin-left: 15px;
}
.l-headbox-hero .p-site-header__nav-area__links__external-link__list__item__sns__img {
	width: 22px;
	height: 20px;
	object-fit: contain;
	object-position: center;
}
/* Gナビ */
.l-headbox-hero .p-gloval-navi-menus__list {
	align-items: flex-end;
}
.l-headbox-hero .p-gloval-navi-menus__list__item {
	margin-left: 3.5rem;
}
.l-headbox-hero .p-gloval-navi-menus__list__item a {
	color: #efefef;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}

/* 資料請求ボタン */
.l-headbox-hero .p-site-header__nav-area__links__contact__request {
	background: rgba(0, 0, 0, 0.3);
	border: 1px solid #efefef;
	padding: 15px 25px 15px 60px;
}
.p-site-header__nav-area__links__contact__request:hover {
	background: var(--button-color-hover);
}


/* footer｜PC
--------------------------------------------- */
.p-footer {
	position: relative;
	background: var(--background-color);
	border-top: 1px solid #dcdddd;
	padding: 60px 0 5px;
}
.p-footer::before {
	position: absolute;
	content: "";
	top: -2px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #fff;
}
.l-footer__wrapper {
	width: 1200px;
	margin: 0 auto;
}
/* フッターナビ */
.p-footer__menu {
	display: flex;
	justify-content: center;
	margin-bottom: 60px;
}
.p-footer__menu__item {
	margin: 0 2rem;
}
.p-footer__menu__item a,
.p-footer__menu__item__link {
	position: relative;
	display: inline-block;
}
.p-footer__menu__item a::after,
.p-footer__menu__item__link::after {
	position: absolute;
	bottom: -2px;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform .2s;
	background: var(--primary-color);
}
.p-footer__menu__item a:hover::after,
.p-footer__menu__item__link:hover::after {
	transform: scale(1, 1);
	background: var(--primary-color);
}
/* フッターSNS */
.p-footer__sns {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 50px;
}
.p-footer__sns__item__link {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 15px;
}
/* フッターインフォメーション */
.p-footer__info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 38px;
}
.p-footer__info__company {
	flex-basis: 78%;
	display: flex;
	align-items: center;
}
.p-footer__info__company__logo-area {
	flex-basis: 35%;
}
.p-footer__info__company__logo-area__text {
	width: 90%;
	font-size: 1.3rem;
	line-height: 120%;
	letter-spacing: 0;
	text-align: center;
}
.p-footer__info__company__logo-area__img {
	width: 90%;
}
.p-footer__info__company__logo-area__img__logo {
	display: block;
	width: 100%;
	height: auto !important;
	max-height: 100px;
	object-fit: contain;
	object-position: 50% 100%;
}
.p-footer__info__company__address-area {
	flex-basis: 65%;
	border-left: 1px solid #413e3d;
	font-size: 1.4rem;
	line-height: 120%;
	padding: 5px 30px 0;
}
.p-footer__info__company__address-area__company-name {
	font-size: 1.6rem;
	font-weight: 600;
	margin-bottom: 10px;
}
.p-footer__info__company__address-area__address,
.p-footer__inf__company__address-area__phone,
.p-footer__info__company__address-area__reception {
	margin-bottom: 5px;
}
/* コンタクトボタン */
.p-footer__contact {
	flex-basis: 22%;
	text-align: right;
}
.p-footer__contact__button {
	position: relative;
	display: block;
	background: var(--button-color);
	color: #fff;
	line-height: 1.68rem;
	padding: 20px 25px 20px 60px;
	transition: 0.2s;
}
.p-footer__contact__button::before {
	position: absolute;
	content: "";
	top: 14px;
	left: 25px;
	width: 25px;
	height: 32px;
	background: url(images/icon/icon_mail.svg) no-repeat;
	background-size: contain;
	background-position: center;
}
.p-footer__contact__button:hover {
	background: var(--button-color-hover);
}
/* コピーライト */
.p-footer__menu__copyright__text {
	color: #727171;
	font-size: 1.2rem;
	line-height: 120%;
	text-align: center;
}
.p-footer__menu__copyright__text a {
	color: #727171;
	text-decoration: none;
}
.p-footer__menu__copyright__text a:visited {
	color: #727171;
}

/* floating-link｜PC
--------------------------------------------- */
.p-floating-link {
	position: fixed;
	display: flex;
	flex-direction: column;
	width: 100px;
    height: 60vh;
	/* note:出現方法を横ではなく下から出したい場合はright 0 bottom -100px などで調整 */
    right: -100px;
    bottom: 20px;
    margin: 0 0 0 auto;
	opacity: 0;
    transition: all 0.5s ease-in-out;
	z-index: 2;
}
.p-floating-link.show {
	/* note:出現方法を横ではなく下から出したい場合はright を bottom 20px （数字任意）で調整 */
	right: 0;
	opacity: 1;
}
.p-floating-link__request {
	display: block;
	position: relative;
	width: 90px;
	height: 90px;
	background: var(--floating-request-color);
	border: 1px solid #fff;
	border-radius: 50%;
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
	margin-bottom: 30px;
	padding-top: 60px;
	transition: .3s;
}
.p-floating-link__request:hover {
	background: var(--floating-request-color-hover);
	transform: scale(1.1, 1.1);
    transition: .25s all;
}
.p-floating-link__request::before {
	position: absolute;
	content: "";
	top: 15px;
	left: calc(50% - 17px);
	width: 34px;
	height: 38px;
	background: url(images/icon/icon_catalog.svg) no-repeat;
	background-size: contain;
	background-position: center;
}
.p-floating-link__contact {
	display: block;
	position: relative;
	width: 90px;
	height: 90px;
	background: var(--floating-contact-color);
	border: 1px solid #fff;
	border-radius: 50%;
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
	margin-bottom: 30px;
	padding-top: 60px;
	transition: .3s;
}
.p-floating-link__contact:hover {
	background: var(--floating-contact-color-hover);
	transform: scale(1.1, 1.1);
    transition: .25s all;
}
.p-floating-link__contact::before {
	position: absolute;
	content: "";
	top: 16px;
	left: calc(50% - 17px);
	width: 34px;
	height: 38px;
	background: url(images/icon/icon_event.svg) no-repeat;
	background-size: contain;
	background-position: center;
}
.p-floating-link__page-top {
	display: block;
	position: relative;
	width: 60px;
	height: 60px;
	background: var(--floating-pagetop-color);
	border: 1px solid #fff;
	margin: auto auto 0;
	transition: .3s;
}
.p-floating-link__page-top:hover {
	background: var(--floating-pagetop-color-hover);
}
.p-floating-link__page-top::before {
	position: absolute;
	content: "";
    top: 18px;
    left: calc(50% - 12px);
    width: 25px;
    height: 25px;
    border: 2px solid #fff;
	border-left: 0;
 	border-bottom: 0;
	transform: translateY(25%) rotate(-45deg);
}


/* INDEX｜PC
--------------------------------------------- */
/* first view
--------------------------------------------- */
/* Fade */
.p-home-header--fade {
	margin-bottom: 50px;
	padding: 0 50px;
}
.p-home-header--fade .p-home-header__top {
	position: relative;
	width: 100%;
	height: 74vh;
}
.p-home-header--fade .p-home-header__top__text {
	position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
	color: #fff;
	font-size: 5rem;
	font-weight: 600;
	line-height: 5.5rem;
	text-align: center;
	text-shadow: 2px 2px 0 #000;
	vertical-align: middle;
	padding: 0 50px;
	width: 100%;
	z-index: 2;
}
/* fade-image */
.p-home-first-view__fade {
	position: relative;
	width: 100%;
	height: 74vh;
	background: #efefef;
	overflow: hidden;
	margin-top: -74vh;
}
.p-home-first-view__fade__image {
	position: absolute;
    top: 0;
	left: 0;
	width:100%;
    height:100%;
	opacity: 0;
	animation: slider-1 var(--duration, 40s) linear infinite;
	animation-delay: var(--delay, 10s);
}
.p-home-first-view__fade__image__img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
/* フェードイン（拡大しながら消える） */
@keyframes slider-1 {
	0% {
		opacity: 0;
		transform: scale(1);
	}
	8% {
		opacity: 1;
	}
	25% {
		opacity: 1;
	}
	30% {
		opacity: 0;
		transform: scale(1.1);
	}
	100% {
		opacity: 0;
	}
}
/* フェードアウト（縮小しながら消える） 
@keyframes slider-1 {
	0% {
		opacity: 0;
		transform: scale(1.1);
	}
	8% {
		opacity: 1;
	}
	25% {
		opacity: 1;
	}
	30% {
		opacity: 0;
		transform: scale(1);
	}
	100% {
		opacity: 0;
	}
}*/

/* Swipe */
.p-home-header--swipe {
	margin-bottom: 100px;
	padding-bottom: 30px;
}
.p-home-header--swipe .p-home-header__wrap {
	width:100%; 
}
#slide{ 
	margin:0 auto;
}
.swiper-container {
	position: relative;
	width: 100%;
	padding-bottom: 50px;
}
.swiper-slide__item {
	position: relative;
	width: 100%;
	max-width: 80vw;
	height: 70vh;
}
.swiper-slide__item__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.swiper-slide__item__text-area {
	position: absolute;
	/* note:トップ画像の文字・素材は要素ごとにクラス名などを付与し適宜調整してください */
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%); 
	width: 56vw;
	background: rgba(0, 0, 0, 0);
	text-align: center;
	margin: 0 auto;
	padding: 2rem;
}
.swiper-slide__item__text-area__text {
	color: #fff;
	font-size: 4rem;
	font-weight: 500;
	line-height: 5rem;
	text-shadow: 2px 2px 0 #000;
	margin-bottom: 0;
	word-break: break-word;
}
.swiper-slide__item__text-area.u-image-background {
	/* note:画像の場合の調整イメージ、適宜変更して使用してください */
	width: 30vw;
	background: rgba(255, 255, 255, 0.8);
}
.swiper-slide__item__text-area__img {
	/* note:画像の場合の調整イメージ、適宜変更して使用してください */
	width: 100%;
	height: auto;
}
.swiper-slide-next,
.swiper-slide-prev {
	opacity: 0.6;
}
.swiper-button-next{
	top: calc(50% - 22px);
	right: 13%;
}
.swiper-button-prev {
	top: calc(50% - 22px);
	left: 13%;
}
.swiper-button-prev::after,
.swiper-button-next::after {
	width: 100px;
	color: #fff;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
} 
.swiper-pagination {
	position: static;
	text-align: center;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--primary-color);
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 8px;
}

/* Video */
.p-home-header--video {
	margin-bottom: 30px;
}
.p-home-header--video .p-home-header__top {
	position: relative;
	width: 100vw;
	height: 85vh;
}
.p-home-header--video .p-home-header__top__text {
    position: absolute;
    width: 100%;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 5rem;
    font-weight: 600;
    line-height: 5.5rem;
    text-align: center;
    text-shadow: 2px 2px 0 #000;
    padding: 0 50px;
	z-index: 2;
}
.p-home-first-view__video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 85vh;
	overflow: hidden;
}
.p-home-first-view__video__movie {
	width: 100%;
    height: 100%;
    object-fit: cover; 
}
.p-home-first-view__video__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	pointer-events: none;
}

/* Hero */
.p-home-header--hero {
	margin-bottom: 102vh;
}
.p-home-first-view__hero{
	position: absolute;
	top: -80px;
	left: 0;
	width: 100%;
	height: 105vh;
}
.p-home-first-view__hero__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.p-home-first-view__hero__text-area {
	position: absolute;
	/* note:トップ画像の文字・素材は要素ごとにクラス名などを付与し適宜調整してください */
	top: 55%;
	left: 50%;
	transform: translate(-50%, -50%); 
	max-width: 60vw;
	background: rgba(0, 0, 0, 0);
	text-align: center;
	margin: 0 auto;
	padding: 2rem;
}
.p-home-first-view__hero__text-area__text {
	display: block;
	color: #fff;
	font-size: 4rem;
	font-weight: 500;
	line-height: 5rem;
	text-shadow: 2px 2px 0 #000;
	margin-bottom: 0;
	word-break: break-word;
	padding: 20px;
}
.p-home-first-view__hero__text-area.u-image-background {
	/* note:使用イメージなどで色は適宜変更して使用してください */
	background: rgba(0, 0, 0, 0.5);
}
.p-home-first-view__hero__text-area__image-area {
	padding: 20px;
}
.p-home-first-view__hero__text-area__image-area__img {
	/* note:画像の場合の調整イメージ、適宜変更して使用してください */
	width: 100%;
	height: auto;
}
.p-home-first-view__hero__text-area__image-area__img.u-main-title-logo {
	width: 400px;
}
/* スクロール誘導（背景画像に合わせて適宜色を変更してください） */
.p-home-first-view__hero__scroll {
	position: relative;
	width: fit-content;
	color: #fff;
	margin-inline: auto;
	margin-top: -120px;
}
/* マウスホイール */
.p-home-first-view__hero__scroll::before {
	position: absolute;
	content: "";
	width: 4px;
	height: 10px;
	left: 0;
	right: 0;
	background: #fff;
	border-radius: 3px;
	margin: auto;
	animation: 2s scroll infinite;
}
/* マウス */
.p-home-first-view__hero__scroll::after {
	display: block;
	content: "";
	width: 20px;
	height: 50px;
	border: 2px solid #fff;
	border-radius: 10px;
	margin-inline: auto;
	margin-top: 10px;
}
/* アニメーション */
@keyframes scroll {
0% {
	opacity: 0;
	top: 45%;
}
50% {
	opacity: 1;
}
100% {
	opacity: 0;
	top: 80%;
}
}


/* Home-News
--------------------------------------------- */
.p-home-news {
	position: relative;
	width: 1000px;
	background: #fff;
	text-align: right;
	margin: -120px auto 50px; 
	padding: 30px;
	/* z-index: 10; */
}
.p-home-news.p-home-news--left {
	width: 70vw;
	margin: -120px auto 50px 0; 
}
.p-home-news__text-area {
	align-items: center;
}
.p-home-news__text-area__title {
	flex-basis: 14%;
	color: var(--primary-color);
	font-size: 2.5rem;
	line-height: 2.5rem;
	text-align: center;
	padding-right: 20px;
}
.p-home-news__text-area__list {
	flex-basis: 86%;
	border-left: 2px solid var(--primary-color);
	padding-left: 40px;
}
.p-home-news__text-area__list__item:first-child {
	margin-top: 5px;
}
.p-home-news__text-area__list__item {
	text-align: left;
	margin-bottom: 5px;
	padding-left: 10px;
	transition: .3s;
}
.p-home-news__text-area__list__item:hover {
	background: var(--background-color);
}
.p-home-news__text-area__list__item__link {
	display: flex;
	align-items: center;
}
.p-home-news__text-area__list__item__link__date {
	flex-basis: 15%;
	color: var(--primary-color);
	font-size: 1.4rem;
}
.p-home-news__text-area__list__item__link__title {
	flex-basis: 85%;
	line-height: 130%;
	margin-bottom: 0;
}
.p-home-news__text-link {
	position: relative;
	display: inline;
}
.p-home-news__text-link::before {
	position: absolute;
	content: "";
	top: calc(50% - 3px);
    left: -12px;
    width: 6px;
    height: 6px;
    border: 1px solid var(--primary-color);
	border-top: 0;
    border-left: 0;
    transform: translateY(25%) rotate(-45deg);
}
.p-home-news__text-link__item,
.p-home-news__text-link__item:visited {
	color: #413e3d;
}
.p-home-news__text-link__item:hover {
	color: #413e3d;
	text-decoration: none;
}

/* Home-Event
--------------------------------------------- */
.p-home-event {
	padding: 100px 0;
}
.p-home-event__title {
	text-align: center;
}
/* イベントリスト｜スクエア３列１行 */
.p-event-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 60px;
}
.p-event-list::after {
	content: "";
	width: 380px;
}
/* タグ */
.p-event-list__item {
	position: relative;
	background: #fff;
	overflow: visible;
	/*z-index: 10;*/
}
.p-event-list__item__tag-list {
	position: absolute;
	display: flex;
	top: 234px;
	left: 8px;
	max-width: 360px;
}
.p-event-list__item__tag-list__item {
	font-size: 1.3rem;
	line-height: 1.3rem;
	margin-right: 5px;
	margin-bottom: 3px;
	padding: 2px 5px 3px;
}
.u-tag-green {
	background: #598f35;
	border: 1px solid #fff;
	color: #fff;
}
.u-tag-orange {
	background: #da0303;
	border: 1px solid #fff;
	color: #fff;
}
.u-tag-blue {
	background: #0068b7;
	border: 1px solid #fff;
	color: #fff;
}
.u-tag-white {
	background: #fff;
	border: 1px solid #000;
}
.u-tag-black {
	background: #000;
	border: 1px solid #fff;
	color: #fff;
	padding: 2px 8px 3px;
}
/* hoverアクション */
/* opacity */
.p-event-list--opacity  .p-event-list__item:hover {
	opacity: 0.8;
}
/* zoom */
.p-event-list--zoom .p-event-list__item:hover {
	transform: scale(1.01, 1.01);
    transition: .25s all;
	box-shadow: 0px 2px 5px 5px rgba(0, 0, 0, 0.15);
}
/* border */
.p-event-list--line .p-event-list__item {
	position: relative;
	background: #fff;
	box-sizing: border-box;
	border: 0 solid var(--primary-color);
	transition: border-width 200ms;
}
.p-event-list--line .p-event-list__item::after {
	pointer-events: none;
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	transition: border-width 200ms;
	border: 0 solid var(--primary-color);
	box-sizing: border-box;
}
.p-event-list--line .p-event-list__item:hover::after {
	border-width: 2px;
}

/* リンク部分 */
.p-event-list__item__link {
	position: relative;
	display: block;
	/*z-index: 1;*/
}
.p-event-list__item__link__image-box {
	display: block;
	width: 380px;
	height: 260px;
	background: url(images/icon/icon_no-image.svg) no-repeat #dcdddd;
	background-size: 35%;
	background-position: center;
}
.p-event-list__item__link__image-box img {
	width: 380px;
	height: 260px;
	border: 1px solid #dcdddd;
	box-sizing: border-box;
	object-fit: cover;
}
.p-event-list__item__link__image-box img:hover {
	opacity: 1;
}
.p-event-list__item__link__text-area {
	width: 380px;
	padding: 10px 15px;
}
.p-event-list__item__link__text-area__time {
	position: relative;
	font-size: 1.5rem;
	margin-bottom: 12px;
}
.p-event-list__item__link__text-area__time::before {
	position: absolute;
	content: "";
	bottom: -5px;
	left: 0;
	width: 2rem;
	height: 1px;
	background: var(--primary-color);
}
.p-event-list__item__link__text-area__title {
	font-weight: 600;
	line-height: 130%;
	margin-bottom: 5px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}
.p-event-list__item__link__text-area__detail {
	font-size: 1.4rem;
	line-height: 120%;
	text-overflow: ellipsis;
	margin-bottom: 0;
	overflow: hidden;
	white-space: nowrap;
}

/* Home-Concept
--------------------------------------------- */
.p-home-concept {
	padding: 100px 0;
}
.p-home-concept__body {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}
.p-home-concept__body__text-area {
	position: absolute;
	top: calc(50% - 250px);
	width: 40%;
	background: rgba(255, 255, 255, 0.93);
	padding: 40px 40px 30px 40px;
	z-index: 10;
}
.p-home-concept--reverse .p-home-concept__body__text-area {
	right: 0;
	left: unset;
	padding: 40px 0 30px 40px;
}
.p-home-concept__body__text-area__title {
	color: var(--accent-color);
	margin-bottom: 30px;
}
.p-home-concept__body__text-area__text {
	text-align: justify;
	margin-bottom: 30px;
}
.p-home-concept__body__photo {
	width: 800px;
	height: 600px;
	margin-left: auto;
}
.p-home-concept--reverse .p-home-concept__body__photo {
	margin-left: 0;
}
.p-home-concept__body__photo__img {
	width: 800px;
    height: 600px;
    object-fit: cover;
}

/* Home-Works
--------------------------------------------- */
.p-home-works {
	padding: 100px 0;
}
.p-home-works__title {
	text-align: center;
}
.p-works-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	box-sizing: border-box;
}
.p-works-list::before {
	content: "";
	width: 390px;
	order: 1;
}
.p-works-list__item {
	width: 390px;
	margin-bottom: 40px;
}
.p-works-list__item__link {
	display: block;
}
.p-works-list__item__link:hover {
	opacity: 0.8;
}
.p-works-list__item__link img:hover {
	opacity: 1;
}
.p-works-list__item__link__image-box {
	display: block;
	width: 390px;
	height: 260px;
	background: url(images/icon/icon_no-image.svg) no-repeat #dcdddd;
	background-size: 35%;
	background-position: center;
	margin-bottom:  15px;
	overflow: hidden;
}
.p-works-list__item__link__image-box img {
	width: 390px;
	height: 260px;
	border: 1px solid #dcdddd;
	box-sizing: border-box;
	object-fit: cover;
	transition: .25s all;
}
.p-works-list__item__link__image-box img:hover {
	transform: scale(1.05, 1.05);
}
.p-works-list__item__link__text-area {
	text-align: center;
}
.p-works-list__item__link__text-area__title {
	display: inline-block;
	border-bottom: 1px solid #413e3d;
	font-size: 1.8rem;
	font-family: "Noto Serif JP","游明朝", "YuMincho", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Times New Roman", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 2.4rem;
	padding: 0 1px 8px;
	margin-bottom: 10px;
}
.p-works-list__item__link__text-area__detail {
	font-size: 1.4rem;
	line-height: 1.4rem;
}

/* Home-Versatile
--------------------------------------------- */
.p-home-versatile {
	padding-bottom: 100px;
}
.p-home-versatile__photo {
	width: 65vw;
	height: 700px;
}
.p-home-versatile--reverse .p-home-versatile__photo {
	margin-left: auto;
}
.p-home-versatile__photo__img {
	width: 100%;
    height: 700px;
    object-fit: cover;
}
.p-home-versatile__body {
	width: 1200px;
	margin: -350px auto 0;
}
.p-home-versatile__body__text-area {
	width: 50%;
	background: #fff;
	margin: 0 0 0 auto;
	padding: 40px 40px 30px 50px;
}
.p-home-versatile--reverse .p-home-versatile__body__text-area {
	margin: 0 auto 0 0;
	padding: 40px 50px 30px 0;
}
.p-home-versatile__body__text-area__title {
	color: var(--accent-color);
	margin-bottom: 30px;
}
.p-home-versatile__body__text-area__text {
	text-align: justify;
	margin-bottom: 30px;
}

/* Home-Blog
--------------------------------------------- */
.p-home-blog {
	display: flex;
	margin: 0 auto;
	padding: 100px 120px;
}
.p-home-blog__title-area {
	flex-basis: 15%;
	position: relative;
	padding: 15px 50px 0 0;
}
.p-home-blog__title-area::before {
	position: absolute;
	content: "";
	top: 0;
	right: 25px;
	width: 2px;
	height: 70px;
	background: var(--primary-color);
}
.p-home-blog__title-area__title {
	color: var(--primary-color);
}
.p-home-blog__item-area {
	flex-basis: 85%;
	padding-left: 25px;
}
.p-blog-list {
	margin-bottom: 40px;
}
.p-blog-list__item {
	display: block;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.p-blog-list__item:hover {
	opacity: 0.8;
}
.p-blog-list__item__set {
	display: flex;
	align-items: center;
}
.p-blog-list__item__set__photo {
	display: block;
	width: 140px;
	height: 100px;
	background: url(images/icon/icon_no-image.svg) no-repeat #dcdddd;
	background-size: 35%;
	background-position: center;
	margin-right: 40px;
}
.p-blog-list__item__set__photo img {
	width: 140px;
	height: 100px;
	border: 1px solid #dcdddd;
	box-sizing: border-box;
	object-fit: cover;
}
.p-blog-list__item img:hover {
	opacity: 1;
}
.p-blog-list__item__set__text-area__time {
	color: var(--accent-color);
	font-size: 1.4rem;
	margin-bottom: 0;
}
.p-blog-list__item__set__text-area__title {
	font-size: 1.8rem;
	margin-bottom: 0;
}

/* Home-Company
--------------------------------------------- */
.p-home-company__info {
	width: 50%;
	text-align: left;
}
.p-home-company__info__wrap {
	max-width: 600px;
	text-align: center;
	margin-left: auto;
	padding: 60px 0;
}
.p-home-company__info__wrap__logo-area__lead {
	font-size: 1.3rem;
	line-height: 1.6rem;
}
.p-home-company__info__wrap__logo-area__logo {
	width: 50%;
	margin-bottom: 5px;
}
.p-home-company__info__wrap__logo-area__company-name {
	font-weight: 600;
}
.p-home-company__info__wrap__text-area {
	font-size: 1.5rem;
	line-height: 140%;
	margin-bottom: 30px;
}
/* google-map */
.p-home-company__map {
	position: relative;
	width: 50%;
	padding-top: 300px;
	overflow: hidden;
}
.p-home-company__map iframe {
	position: absolute;
	top: -150px;
	left: 0;
	width: 100%;
	height: calc(100% + 150px + 150px);
	pointer-events: none;
}

/* Home-Inquiry
--------------------------------------------- */
.p-inquiry-set {
	padding-bottom: 150px;
}
.p-inquiry-set__background {
	width: 100%;
	height: 400px;
}
.p-inquiry-set__item-box {
	background: var(--primary-color);
	text-align: center;
	padding: 50px 100px 40px;
	margin-top: -250px;
	position: relative;
}
.p-inquiry-set__item-box__title {
	color: #fff;
}
.p-inquiry-set__item-box__text {
	color: #fff;
}
.p-inquiry-set__item-box__text__link {
	color: #fff;
	text-decoration: underline;
}
.p-inquiry-set__item-box__text__link:hover {
	color: #fff;
	text-decoration: underline;
	opacity: 0.7;
}
.p-inquiry-set__item-box__text__link:visited {
	color: #fff;
	text-decoration: underline;
}
/* ボタン */
.p-inquiry-set__item-box__request {
	justify-content: space-between;
	color: #fff;
}
.p-inquiry-set__item-box__request__tel-area,
.p-inquiry-set__item-box__request__mail-area {
	flex-basis: 45%;
	margin-bottom: 20px;
}
.p-inquiry-set__item-box__request__tel-area__button,
.p-inquiry-set__item-box__request__mail-area__button {
	margin-bottom: 10px;
}
.p-inquiry-set__item-box__request__tel-area__button__text {
	position: relative;
	font-size: 3rem;
	letter-spacing: 5px;
}
.p-inquiry-set__item-box__request__tel-area__button__text::before {
	position: absolute;
	content: "";
	top: calc(50% - 23px);
	left: 60px;
	width: 46px;
	height: 46px;
	background: url(images/icon/icon-tel_wh.svg) no-repeat;
	background-size: 90%;
	background-position: center;
}
.p-inquiry-set__item-box__request__tel-area__button__text:hover::before {
	background: url(images/icon/icon-tel_bk.svg) no-repeat;
}
.p-inquiry-set__item-box__request__mail-area__button__text {
	position: relative;
}
.p-inquiry-set__item-box__request__mail-area__button__text::before {
	position: absolute;
	content: "";
	top: calc(50% - 23px);
	left: 60px;
	width: 46px;
	height: 46px;
	background: url(images/icon/icon_catalog.svg) no-repeat;
	background-size: contain;
	background-position: center;
}
.p-inquiry-set__item-box__request__mail-area__button__text:hover::before {
	background: var(--primary-color); 
	mask: url(images/icon/icon_catalog.svg) no-repeat;
	mask-size: contain;
	mask-position: center;
	-webkit-mask-image: url(images/icon/icon_catalog.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
	-webkit-mask-position: center;
}
.p-inquiry-set__item-box__request__tel-area__text,
.p-inquiry-set__item-box__request__mail-area__text {
	color: var(--background-color);
	font-size: 1.5rem;
	line-height: 140%;
}


/* Inside-Page-common｜PC
--------------------------------------------- */
/* page-header
--------------------------------------------- */
.p-page-header {
	padding: 0 50px;
}
.p-page-header__title-area {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 400px;
	padding: 50px 150px;
	background: var(--bg-image) no-repeat #dcdddd;
	background-size: cover;
	background-position: center;
}
.p-single-blog__thumbnail img{
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}
.p-page-header__title-area__title {
	color: #fff;
	font-size: 4rem;
	line-height: 5rem;
	text-align: center;
	text-shadow: 2px 2px 0 #000;
}

/* page-breadcrumb　パンくずリスト
--------------------------------------------- */
.breadcrumb {
	position: absolute;
	z-index: 1;
} 
.breadcrumb ol {
	display: inline-flex;
	background: #fff;
	padding: 10px 15px 8px 55px;
}
.breadcrumb ol li {
	font-size: 1.3rem;
	line-height: 1.3rem;
}
.breadcrumb ol li::after {
	content: "＞";
	font-size: 1.2rem;
	margin-right: 10px;
}
.breadcrumb ol li:last-child::after  {
	content: none;
}
.breadcrumb ol a {
	text-decoration: underline;
	text-underline-offset: 3px;
	margin-right: 15px;
}
.breadcrumb ol a:hover {
	text-decoration: none;
}

/* page-title　見出しの装飾（文字は「title-font」へ）
--------------------------------------------- */
.u-section-title-underline-short {
	position: relative;
	text-align: center;
	padding-bottom: 20px;
}
.u-section-title-underline-short::before {
	position: absolute;
	content: "";
	left: calc(50% - 20px);
	bottom: 0;
	width: 40px;
	height: 2px;
	background: var(--primary-color);
}
.u-section-title-underline-long {
	border-bottom: 1px solid #040000;
	padding-bottom: 20px;
}

/* Page-Blog（投稿ページ）
--------------------------------------------- */
/* Page-Article（各記事一覧）
--------------------------------------------- */
/* common */
.p-post-list {
	padding: 100px 0;
}
.p-post-list__menu {
	justify-content: space-between;
}
.p-post-list__menu__item {
	margin-bottom: 60px;
}
.p-post-list__menu__item__link {
	display: block;
}
.p-post-list__menu__item__link:hover {
	opacity: 0.8;
}
.p-post-list__menu__item__link img:hover {
	opacity: 1;
}
.p-post-list__menu__item__link__image-box {
	position: relative;
	display: block;
	background: url(images/icon/icon_no-image.svg) no-repeat #dcdddd;
	background-size: 35%;
	background-position: center;
}
.p-post-list__menu__item__link__image-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border: 1px solid #dcdddd;
	box-sizing: border-box;
	object-fit: cover;
}
.p-post-list__menu__item__link__text-area {
	padding: 5px 8px;
}
/* event-list */
.p-post-list__menu__item__link__text-area__tag-list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 5px;
}
.p-post-list__menu__item__link__text-area__tag-list__tag {
	font-size: 1.3rem;
    line-height: 1.3rem;
    margin-right: 5px;
    margin-bottom: 3px;
    padding: 2px 5px 3px;
}
/* blog-time */
.p-post-list__menu__item__link__text-area__time {
	color: var(--accent-color);
	font-size: 1.4rem;
    margin-bottom: 0;
}
/* blog-title */
.p-post-list__menu__item__link__text-area__title {
	line-height: 140%;
	margin-bottom: 10px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/* blog-detail */
.p-post-list__menu__item__link__text-area__detail {
	font-size: 1.4rem;
    line-height: 1.4rem;
}
/* blog-text */
.p-post-list__menu__item__link__text-area__text {
	font-size: 1.4rem;
	line-height: 120%;
	margin-bottom: 5px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/* page-site-blog */
.site-blog .p-post-list__menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.site-blog .p-post-list__menu::after {
	content: "";
	width: 32.5%;
}
.site-blog .p-post-list__menu__item {
	width: 32.5%;
}
.site-blog .p-post-list__menu__item__link__image-box {
	width: 100%;
	height: 250px;
}
.site-blog .p-post-list__menu__item__link__text-area__tag-list,
.site-blog .p-post-list__menu__item__link__text-area__detail {
	display: none;
}
.site-blog .p-post-list__menu__item__link__text-area__title {
	font-weight: 600;
}
.site-blog .p-post-list__menu__item__link__text-area__text {
    -webkit-line-clamp: 1;
}

/* page-site-event */
.site-event .p-post-list__menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.site-event .p-post-list__menu::after {
	content: "";
	width: 32%;
}
.site-event .p-post-list__menu__item {
	width: 32%;
}
.site-event .p-post-list__menu__item__link__image-box {
	width: 100%;
	height: 250px;
}
.site-event .p-post-list__menu__item__link__text-area {
	padding-top: 10px;
}
.site-event .p-post-list__menu__item__link__text-area__time {
	display: block;
}
.site-event .p-post-list__menu__item__link__text-area__title {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 130%;
	margin-bottom: 8px;
}
.site-event .p-post-list__menu__item__link__text-area__detail {
	display: none;
}
.site-event .p-post-list__menu__item__link__text-area__text {
	position: relative;
	padding-top: 10px;
}
.site-event .p-post-list__menu__item__link__text-area__text::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 2rem;
	height: 1px;
    background: var(--primary-color);
}

/* site-works */
.site-works .p-post-list__menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.site-works .p-post-list__menu::after {
	content: "";
	width: 32.5%;
}
.site-works .p-post-list__menu__item {
	width: 32.5%;;
}
.site-works .p-post-list__menu__item__link__image-box {
	width: 100%;
	height: 250px;
	margin-bottom: 15px;
}
.site-works .p-post-list__menu__item__link__text-area {
	text-align: center;
}
.site-works .p-post-list__menu__item__link__text-area__tag-list {
	display: none;
}
.site-works .p-post-list__menu__item__link__text-area__time {
	display: none;
}
.site-works .p-post-list__menu__item__link__text-area__text {
	display: none;
}
.site-works .p-post-list__menu__item__link__text-area__title {
	display: inline-block;
	border-bottom: 1px solid #040000;
	font-family: "Noto Serif JP","游明朝", "YuMincho", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Times New Roman", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.8rem;
	text-align: justify;
	line-height: 130%;
	margin-bottom: 8px;
	padding: 0 2px 10px;
}
.site-works .p-post-list__menu__item__link__text-area__detail {
	display: block;
	font-size: 1.4rem;
}

/* site-news */
.site-news .p-post-list__menu {
	padding: 0 150px;
}
.site-news .p-post-list__menu__item {
	border-bottom: 1px solid #b5b5b6;
	margin-bottom: 0;
	padding: 4px 0;
}
.site-news .p-post-list__menu__item:first-child {
	border-top: 1px solid #b5b5b6;
}
.site-news .p-post-list__menu__item__link__image-box {
	display: none;
}
.site-news .p-post-list__menu__item__link__text-area {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 4rem 0;
	transition: .2s;
}
.site-news .p-post-list__menu__item__link:hover {
	background: var(--background-color);
	opacity: 1;
}
.site-news .p-post-list__menu__item__link__text-area__tag-list {
	display: none;
}
.site-news .p-post-list__menu__item__link__text-area__detail {
	display: none;
}
.site-news .p-post-list__menu__item__link__text-area__text {
	display: none;
}
.site-news .p-post-list__menu__item__link__text-area__time {
	flex-basis: 20%;
	color: var(--primary-color);
	text-align: center;
}
.site-news .p-post-list__menu__item__link__text-area__title {
	flex-basis: 80%;
	margin-bottom: 0;
}

/* banner(テンプレートパーツ化)
--------------------------------------------- */
.p-banner__link {
	justify-content: space-between;
}
.p-banner__link .p-banner__link__image-area__img:hover {
	opacity: 1;
}
.p-banner__link__text-area__list {
	display: flex;
	justify-content: space-between;
	font-size: 2.1rem;
	margin-bottom: 10px;
}
/* banner--round */
.p-banner--round {
	width: 83.334%;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0px 0px 12px 0px rgba(200, 200, 200, 1);
	margin: 70px auto;
	transition: .3s;
}
.p-banner--round:hover {
	box-shadow: 0px 0px 12px 0px rgba(100, 100, 100, 1);
}
.p-banner--round .p-banner__link__text-area{
	flex-basis: 50%;
	text-align: justify;
	padding: 25px 35px;
}
.p-banner--round .p-banner__link__text-area__title {
	color: var(--primary-color);
	font-size: 2.8rem;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 130%;
	margin-bottom: 20px;
}
.p-banner--round .p-banner__link__text-area__list__item {
	width: 30%;
	border-top: 2px solid #898989;
	border-bottom: 2px solid #898989;
	text-align: center;
	padding: 10px 0;
}
.p-banner--round .p-banner__link__text-area__text {
	margin-bottom: 30px;
}
.p-banner--round .p-banner__link__text-area__here {
	position: relative;
	display: inline-block;
	font-size: 2.4rem;
	font-weight: 500;
}
.p-banner--round .p-banner__link__text-area__here::before {
	position: absolute;
	content: "";
	top: calc(50% - 2rem);
	right: -6rem;
	width: 4rem;
	height: 4rem;
	background: var(--primary-color);
	border-radius: 50%;
}
.p-banner--round .p-banner__link__text-area__here::after {
	position: absolute;
	content: "";
	top: calc(50% - 0.6rem);
	right: -4.5rem;
	width: 1.2rem;
	height: 1.2rem;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(45deg);
}
.p-banner--round .p-banner__link__image-area {
	flex-basis: 50%;
	display: block;
	width: 500px;
	height: auto;
	max-height: 350px;
	background: url(images/icon/icon_no-image.svg) no-repeat #dcdddd;
	background-size: 35%;
	background-position: center;
	border-radius: 0 20px 20px 0;
}
.p-banner--round .p-banner__link__image-area__img {
	width: 100%;
	height: 100%;
	border-radius: 0 20px 20px 0;
	object-fit: cover;
	margin: 0;
}
/* banner--shadow */
.p-banner--shadow {
	width: 83.334%;
	background: #fff;
	border: 1px solid #000;
	box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 1);
	margin: 70px auto;
	padding: 10px;
	transition: .2s;
}
.p-banner--shadow:hover {
	transform: translateY(3px);
	box-shadow: none;
}
.p-banner--shadow .p-banner__link__text-area {
	order: 2;
	flex-basis: 580px;
	padding: 0 10px 0 30px;
}
.p-banner--shadow .p-banner__link__text-area__title {
	position: relative;
	display: block;
	color: var(--primary-color);
	font-size: 2.9rem;
	line-height: 125%;
	text-align: center;
	margin-bottom: 10px;
	padding: 0 40px;
}
.p-banner--shadow .p-banner__link__text-area__title::before {
	position: absolute;
	content: "";
	bottom: 5px;
	left: 20px;
	width: 2px;
	height: 50px;
	background: var(--primary-color);
	transform: rotate(-20deg);
}
.p-banner--shadow .p-banner__link__text-area__title::after {
	position: absolute;
	content: "";
	bottom: 5px;
	right: 20px;
	width: 2px;
	height: 50px;
	background: var(--primary-color);
	transform: rotate(20deg);
}
.p-banner--shadow .p-banner__link__text-area__list__item {
	width: 32%;
	border: 1px solid #898989;
	text-align: center;
	padding: 5px;
}
.p-banner--shadow .p-banner__link__text-area__text {
	margin-bottom: 10px;
}
.p-banner--shadow .p-banner__link__text-area__here {
	position: relative;
	display: block;
	background: var(--primary-color);
	border-radius: 25px;
	color: #fff;
	font-size: 2.2rem;
	font-weight: 500;
	text-align: center;
	margin-bottom: 0;
	padding: 12px 50px 12px 30px;
}
.p-banner--shadow .p-banner__link__text-area__here::before {
	position: absolute;
	content: "";
	top: calc(50% - 0.6rem);
	right: 3rem;
	width: 1.2rem;
	height: 1.2rem;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(45deg);
}
.p-banner--shadow .p-banner__link__image-area {
	order: 1;
	flex-basis: 400px;
	display: block;
	width: 400px;
	height: auto;
	background: url(images/icon/icon_no-image.svg) no-repeat #dcdddd;
	background-size: 35%;
	background-position: center;
}
.p-banner--shadow .p-banner__link__image-area__img {
	width: 100%;
	height: 100%;
	border: 1px solid #dcdddd;
	box-sizing: border-box;
	object-fit: cover;
	margin: 0;
}

/* pagination
--------------------------------------------- */
.p-pagination__list {
	display: flex;
	justify-content: center;
}
.p-pagination__list__item {
	position: relative;
	font-family: "Oswald", sans-serif;
	font-size: 2rem;
	line-height: 2rem;
	text-align: center;
}
.p-pagination__list__item a.page-numbers {
	display: block;
	width: 40px;
	height: 40px;
	background: #fff;
	border: 1px solid var(--primary-color);
	color: var(--primary-color);
	line-height: 3.6rem;
	margin: 0 10px;
	transition: .2s;
}
.p-pagination__list__item a.page-numbers:hover {
	background: var(--primary-color);
	color: #fff;
}
.p-pagination__list__item span.page-numbers {
	display: block;
	width: 40px;
	height: 40px;
	background: var(--primary-color);
	border: 1px solid var(--primary-color);
	color: #fff;
	line-height: 3.6rem;
}
.p-pagination__list__item .page-numbers.prev,
.p-pagination__list__item .page-numbers.next,
.p-pagination__list__item .page-numbers.dots {
	border: none;
	background: none;
	color: var(--primary-color);
	line-height: 2.5rem;
}
.p-pagination__list__item .page-numbers.dots {
	margin: 0;
}
.p-pagination__list__item .page-numbers.prev {
	position: absolute;
	top: calc(50% - 4px);
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-right: 8px solid var(--primary-color);
	border-left: 0;
}
.p-pagination__list__item .page-numbers.next {
	position: absolute;
	top: calc(50% - 4px);
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 8px solid var(--primary-color);
	border-right: 0;
}
.p-pagination__list__item .page-numbers.prev:hover,
.p-pagination__list__item .page-numbers.next:hover {
	background: none;
}

/* Single-Blog（各記事ページ）
--------------------------------------------- */
/* single-blog（ブログ記事）
--------------------------------------------- */
/* common */
.p-single-blog {
	padding: 60px 120px;
}
.p-single-blog a,
.p-single-blog a:visited {
    text-decoration: underline;
    text-underline-offset: 3px;
}
.p-single-blog a:hover {
	text-decoration: none;
}
.p-single-blog__title-area {
	text-align: center;
	margin-bottom: 50px;
}
.p-single-blog__title-area--fixed {
	width: 1200px;
	margin: 0 auto;
	padding: 50px 100px 0;
}
.p-single-blog__title-area__title {
	border-bottom: 1px solid #040000;
	font-size: 3rem;
	line-height: 130%;
	margin-bottom: 15px;
	padding: 30px 0 20px;
}
.p-single-blog__title-area__detail {
	color: var(--accent-color);
	font-size: 1.8rem;
}
.p-single-blog__thumbnail {
	display: block;
	width: 960px;
	height: 600px;
	background: url(images/icon/icon_no-image.svg) no-repeat #dcdddd;
	background-size: 35%;
	background-position: center;
	margin-bottom: 50px;
}
.p-single-blog__thumbnail__main-image {
	width: 100%;
	height: 100%;
	border: 1px solid #dcdddd;
	box-sizing: border-box;
	object-fit: cover;
}

/* blog-parts-body（本文） */
.p-single-blog__body {
	text-align: justify;
	padding: 0 80px 80px;
}
.p-single-blog__body h2 {
	color: var(--accent-color);
	font-size: 2.8rem;
	line-height: 140%;
	margin: 100px 0 30px;
}
.p-single-blog__body h3 {
	border-top: 1px solid #040000 ;
	border-bottom: 1px solid #040000 ;
	font-size: 2.4rem;
	line-height: 130%;
	margin: 50px 0 30px;
	padding: 20px 3px;
}
.p-single-blog__body h4 {
	color: var(--primary-color);
	border-bottom: 1px solid var(--primary-color);
	font-size: 2rem;
	font-weight: 600;
	line-height: 130%;
	margin: 50px 0 30px;
	padding: 0 3px 8px;
}
.p-single-blog__body h5 {
	border-left: 5px solid var(--primary-color);
	font-size: 2rem;
	line-height: 140%;
	margin: 50px 0 30px;
	padding: 6px 3px 8px 10px;
}
.p-single-blog__body ul {
	margin: 30px 0;
}
.p-single-blog__body ul li {
	position: relative;
	line-height: 125%;
	margin-bottom: 10px;
	padding-left: 1.1rem;
}
.p-single-blog__body ul li::before {
	position: absolute;
	content: "";
	top: 9px;
	left: 0;
	width: 6px;
	height: 6px;
	background: var(--primary-color);
}
.p-single-blog__body ol {
	counter-reset: item;
    list-style-type: none;
	margin: 30px 0;
	padding-left: 0;
}
.p-single-blog__body ol li {
	position: relative;
	line-height: 125%;
	margin-bottom: 10px;
	padding-left: 2.2rem;
}
.p-single-blog__body ol li::before {
	counter-increment: item;
    content: counter(item);
	position: absolute;
	top: 1px;
	left: 6px;
	color: #fff;
	font-family: "Oswald", sans-serif;
	font-size: 1.3rem;
	font-weight: 500;
	z-index: 2;
}
.p-single-blog__body ol li::after {
	position: absolute;
	content: "";
	top: 3px;
	left: 0;
	width: 1.7rem;
	height: 1.7rem;
	background: var(--primary-color);
}

/* blog-parts-photo（写真調整） */
.p-single-blog__body figure {
	width: 800px;
	min-height: 20vh;
	text-align: center;
	margin: 40px auto 70px;
}
.p-single-blog__body figure img {
	width: 100%;
	height: 100%;
	min-height: 30vh;
	background: url(images/icon/icon_no-image.svg) no-repeat #dcdddd;
	background-size: 20%;
	background-position: center;
}
.p-single-blog__body figure figcaption {
	color: #727171;
	font-size: 1.4rem;
	line-height: 120%;
	text-align: center;
	margin-top: 5px;
}
.p-single-blog__body img {
	display: block;
	width: 560px;
	height: auto;
	background: url(images/icon/icon_no-image.svg) no-repeat #dcdddd;
	background-size: 20%;
	background-position: center;
	text-align: center;
	margin: 30px auto 70px;
	object-fit: cover;
}

/* blog-parts-box（背景） */
.p-single-blog__body .gray-box {
	background: #efefef;
	border-radius: 10px;
	margin: 30px 0;
	padding: 30px 40px 20px;
}
.p-single-blog__body .yellow-box {
	background: #fff8c5;
	border-radius: 10px;
	margin: 30px 0;
	padding: 30px 40px 20px;
}
.p-single-blog__body .gray-box ul,
.p-single-blog__body .gray-box ol,
.p-single-blog__body .yellow-box ul,
.p-single-blog__body .yellow-box ol {
	margin: 0;
}

/* blog-parts-blockquote（引用） */
blockquote {
	position: relative;
	background: #efefef;
	font-style: oblique;
	text-align: left;
	margin: 50px 0;
	padding: 30px 35px 20px 85px;
}
blockquote::before {
	position: absolute;
	content: "";
	top: 20px;
	left: 20px;
	width: 50px;
	height: 50px;
	background: url(images/icon/icon_blockquote.svg) no-repeat;
	background-size: contain;
}
blockquote a,
blockquote a:hover,
blockquote a:visited {
	color: #7e7e7e !important;
	word-break: break-word;
}

/* blog-parts-table（表組み） */
.p-single-blog__body table {
	width: 100%;
	border: 3px solid var(--background-color);
	margin: 50px 0;
}
.p-single-blog__body th {
	min-width: 100px;
	background: var(--background-color);
	border: 2px solid #fff;
	font-family: "Noto Serif JP","游明朝", "YuMincho", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Times New Roman", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 600;
	line-height: 130%;
	text-align: center;
	vertical-align: middle;
	padding: 15px;
}
.p-single-blog__body td {
	min-width: 100px;
	border: 2px solid var(--background-color);
	font-size: 1.5rem;
	line-height: 130%;
	text-align: center;
	vertical-align: middle;
	padding: 15px;
}
.p-single-blog__body .scroll-box {
	width: 800px;
	border-right: 1px solid #c9c9c9;
	margin: 50px 0;
	padding: 10px 0 0;
	overflow-x: scroll;
}
.p-single-blog__body .scroll-box table {
	width: 1200px;
	margin: 0;
	overflow-y: scroll;
}

/* blog-parts-banner（リンクバナー） */
.p-single-blog .p-banner__link__text-area__list__item::before {
	display: none;
}
.p-single-blog .p-banner__link__text-area__title {
	margin: 0 0 20px;
}
.p-single-blog .p-banner__link__text-area__list {
	font-size: 1.8rem;
	margin: 0 0 10px;
}
.p-single-blog .p-banner__link__text-area__list__item {
	line-height: 120%;
	margin-bottom: 0;
}
/* round */
.p-single-blog .p-banner--round {
	width: 100%;
}
.p-single-blog .p-banner--round a,
.p-single-blog .p-banner--round a:hover,
.p-single-blog .p-banner--round a:valid {
	color: #413e3d;
	text-decoration: none;
}
.p-single-blog .p-banner--round .p-banner__link__image-area {
	flex-basis: 40%;
    display: block;
    width: 40%;
}
.p-single-blog .p-banner--round .p-banner__link__text-area {
	flex-basis: 60%;
    padding: 20px 30px;
}
/* shadow */
.p-single-blog .p-banner--shadow {
	width: 100%;
}
.p-single-blog .p-banner--shadow a,
.p-single-blog .p-banner--shadow a:hover,
.p-single-blog .p-banner--shadow a:valid {
	color: #413e3d;
	text-decoration: none;
}
.p-single-blog .p-banner--shadow .p-banner__link__image-area {
	flex-basis: 40%;
    display: block;
    width: 40%;
}
.p-single-blog .p-banner--shadow .p-banner__link__text-area__title {
	font-size: 2.4rem;
}
.p-single-blog .p-banner--shadow .p-banner__link__text-area__here {
	font-size: 2rem;
}

/* blog-parts-post-link（記事リンク） */
.p-single-blog__post-link-area a,
.p-single-blog__post-link-area a:hover,
.p-single-blog__post-link-area a:valid {
	color: #413e3d;
	text-decoration: none;
}
.p-single-blog__post-link-area {
	justify-content: space-between;
	margin-bottom: 50px;
}
.p-single-blog__post-link-area__item {
	flex-basis: 48%;
	display: flex;
	width: 100%;
	background: #efefef;
}
.p-single-blog__post-link-area__item:hover {
	opacity: 0.8;
}
.p-single-blog__post-link-area__item__image-area {
	width: 26%;
}
.p-single-blog__post-link-area__item__image-area__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.p-single-blog__post-link-area__item__image-area__img:hover {
	opacity: 1;
}
.p-single-blog__post-link-area__item__text-area {
	width: 74%;
	padding: 15px 20px;
}
.p-single-blog__post-link-area__item__text-area__title {
	position: relative;
	font-size: 1.8rem;
	font-weight: 500;
	text-overflow: ellipsis;
    margin-bottom: 10px;
	padding-bottom: 10px;
    overflow: hidden;
    white-space: nowrap;
}
.p-single-blog__post-link-area__item__text-area__title::before {
	position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 2rem;
    height: 1px;
    background: var(--primary-color);
}
.p-single-blog__post-link-area__item__text-area__text {
	font-size: 1.5rem;
	line-height: 130%;
	margin-bottom: 0;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.p-single-blog__post-link-area__item__text-area__time {
	color: var(--accent-color);
	font-size: 1.4rem;
    margin-bottom: 0;
}

/* blog-parts-toc（目次） */
.p-single-blog #toc_container {
	width: 90% !important;
	margin: 50px auto;
}
#toc_container {
	position: relative;
    background: var(--background-color);
	margin: 50px 0;
	padding: 10px;
}
#toc_container a,
#toc_container a:hover,
#toc_container a:visited {
	color: #413e3d;
	text-decoration: none;
}
#toc_container .toc__title-area {
	position: relative;
	padding: 5px 40px 10px;
}
#toc_container .toc_brackets {
	display: none;
}
#toc_container .toc_title::before {
	position: absolute;
	content: "";
	bottom: 0;
	left: -10px;
	width: 16%;
	height: 2px;
	background: var(--primary-color);
}
#toc_container .toc_title {
	position: relative;
	color: var(--primary-color);
	font-family: "Noto Serif JP", "游明朝", "YuMincho", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Times New Roman", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 2.4rem;
    line-height: 3.2rem;
	letter-spacing: 0.7rem;
	margin-bottom: 0;
    padding: 5px 40px 10px;
}
#toc_container .toc_list {
	background: #fff;
	padding: 20px 30px 20px 40px;
	counter-reset: item;
    list-style-type: none;
}
#toc_container .toc_number {
	display: none;
}
#toc_container .toc_list {
	counter-reset: item;
    list-style-type: none;
	margin: 10px 0 !important;
}
#toc_container .toc_list ul {
	margin: 10px 0 0 !important;
}
#toc_container .toc_list > li {
	position: relative;
	display: block;
	border-bottom: 1px dotted #040000;
	font-weight: 500;
	line-height: 125%;
	margin-bottom: 10px;
	padding-bottom: 10px;
    padding-left: 2.2rem;
}
#toc_container .toc_list > li > ul > li {
  border-bottom: none;
}
#toc_container .toc_list > li > ul > li::after {
	display: none;
}
#toc_container .toc_list li ul li:last-child {
	margin-bottom: 0;
}
#toc_container .toc_list > li::after {
	counter-increment: item;
    content: counter(item);
    position: absolute;
    top: 1px;
    left: 6px;
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-size: 1.3rem;
    font-weight: 500;
    z-index: 2;
}
#toc_container .toc_list li::before {
	position: absolute;
    content: "";
    top: 3px;
    left: 0;
    width: 1.7rem;
    height: 1.7rem;
    background: var(--primary-color);
}
#toc_container .toc_list li a {
	padding-bottom: 5px;
}
#toc_container .toc_list li a:hover {
	color: var(--accent-color);
}
#toc_container .toc_list ul {
	padding-left: 1.5rem;
}
#toc_container .toc_list ul li {
	position: relative;
	border-bottom: none;
    list-style-type: none;
	font-weight: 400;
	margin-bottom: 5px;
	padding-bottom: 0;
}
#toc_container ul.toc_list ul li::before {
	position: absolute;
    content: "";
    top: 9px;
    left: -1.2rem;
    width: 6px;
    height: 6px;
    background: var(--primary-color);
	opacity: 0.5 !important;
}
#toc_container .toc_list ul li::after {
	display: none;
}
#toc_container .toc_list ul li {
	padding-left: 0;
}
#toc_container .toc_list ul li:first-child {
	margin-top: 10px;
}
#toc_container .toc_list ul li a {
	padding-bottom: 0;
}
#toc_container .toc_list li ul {
	list-style-type: none !important;
}
/* 目次リストの開閉アニメーション
.toc_list.toc__container__list--close {
    max-height: 0; 
    overflow: hidden; 
    transition: max-height 0.5s ease-in-out; 
} */
/* 目次が開いているとき
.toc__container__list--open {
    max-height: 1000px; 
}*/
/* 開閉ボタン */
.toc_toggle,
.toc__container__open-close-area {
	position: absolute;
    right: 20px;
	color: var(--primary-color); 
	font-family: "Noto Sans JP", 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', sans-serif;
    font-size: 16px;
	font-weight: 500; 
	letter-spacing: 0.5px;
    cursor: pointer;
    transition: color 0.3s;
}
/* 閉じているとき 
.toc__container__open-close-area {
	width: 100%;
	text-align: center;
	padding-top: 10px;
}
.toc__container__open-close-area--close::before {
    content: "▲close"; 
}
/* 開いているとき 
.toc__container__open-close-area--open::before {
    content: "▼open";
}

/* blog-parts-date（施工事例のみ） */
.p-single-blog .p-single-blog__date-area {
	margin: 50px 80px;
}
.p-single-blog__date-area {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: var(--background-color);
	margin-bottom: 50px;
	padding: 20px;
}
.p-single-blog__date-area__title-area {
	flex-basis: 18%;
	text-align: center;
	padding-right: 20px;
}
.p-single-blog__date-area__title-area__title.u-title-medium {
	color: var(--primary-color);
	margin-bottom: 0;
}
.p-single-blog__date-area__list__item {
	margin-bottom: 10px;
}
.p-single-blog__date-area__list__item:first-child {
	margin-top: 10px;
}
.p-single-blog__date-area__list__item__menu {
	display: flex;
}
.p-single-blog__date-area__list__item__menu__title {
	margin-right: 50px;
}
.p-single-blog__date-area__list__item__menu__text .u-custom-numbers {
	margin-right: 5px;
}
.p-single-blog__date-area__list {
	flex-basis: 82%;
	border-left: 1px solid var(--primary-color);
	padding-left: 40px;
}

/* single-event（イベントページ記事）
--------------------------------------------- */
.p-single-event {
	padding: 60px 120px;
}
.p-single-event__title-area{
	text-align: center;
	margin-bottom: 40px;
}
.p-single-event__title-area__time {
	border-bottom: 1px solid #040000;
	color: var(--accent-color);
    font-size: 2rem;
	font-weight: 500;
	margin-bottom: 20px;
    padding-bottom: 20px;
}
.p-single-event__title-area__title {
	font-size: 3rem;
	line-height: 130%;
	padding-bottom: 30px;
}
.p-single-event__title-area__tag {
	justify-content: center;
	margin-bottom: 30px;
}
.p-single-event__title-area__detail {
	display: flex;
	justify-content: center;
}
.p-single-event__title-area__detail__title {
	position: relative;
	padding-right: 30px;
}
.p-single-event__title-area__detail__title::before {
	position: absolute;
	content: "：";
	top: 0;
	right: 10px;
}

/* blog-parts-info（情報掲載） */
.p-single-event__info {
	padding: 0 80px 60px;
}
.p-single-event__title-area__thumbnail {
	width: 600px;
	height: 600px;
    text-align: center;
    margin: 0 auto 70px;
}
.p-single-event__title-area__thumbnail img {
	width: 100%;
    height: 100%;
	background: url(images/icon/icon_no-image.svg) no-repeat #dcdddd;
    background-size: 20%;
    background-position: center;
	border: 1px solid #dcdddd;
	object-fit: cover;
	object-position: 0% 0%;
}
.p-single-event__info__date-area__list {
	background: var(--background-color);
	margin-bottom: 30px;
	padding: 25px 40px;
}
.p-single-event__info__date-area__list__item__menu__title {
	flex-basis: 12%;
	color: var(--primary-color);
	font-weight: 500;
	letter-spacing: 3px;
	padding: 5px;
}
.p-single-event__info__date-area__list__item__menu__text {
	flex-basis: 88%;
	border-left: 1px solid var(--primary-color);
	line-height: 130%;
	padding: 5px 30px;
}

/* blog-parts-body（本文）*/
.p-single-event .p-single-blog {
	padding: 60px 80px;
}
.p-single-event .p-single-blog__body {
	padding: 0 0 60px;
} 
.p-single-event .p-single-blog h3 {
	border: none;
	color: var(--accent-color);
	font-size: 2.8rem;
    line-height: 140%;
	margin: 50px 0 30px;
	padding: 0;
}
.p-single-blog__inquiry a,
.p-single-blog__inquirya:hover,
.p-single-blog__inquiry a:visited {
	color: #413e3d;
	text-decoration: none;
}
/* single-inquiry */
.p-single-blog__inquiry {
	border-top: 1px solid #040000;
	text-align: center;
	padding: 40px 80px 0;
}
.p-single-inquiry__tel-area__button {
	justify-content: center;
	align-items: center;
	margin-bottom: 40px;
}
.p-single-inquiry__tel-area__button__title {
	line-height: 4rem;
	margin-right: 50px;
}
.p-single-inquiry__tel-area__button__tel {
	position: relative;
	color: var(--accent-color);
    font-family: "Noto Serif JP", "游明朝", "YuMincho", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Times New Roman", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 4rem;
	line-height: 4rem;
    letter-spacing: 5px;
    margin-bottom: 4px;
    padding-left: 20px;
}
.p-single-inquiry__tel-area__button__tel::before {
	position: absolute;
    content: "";
    top: calc(50% - 13px);
    left: -24px;
    width: 36px;
    height: 36px;
	background: var(--accent-color);
    mask: url(images/icon/icon-tel_bk.svg) no-repeat;
    mask-size: 90%;
    mask-position: center;
	-webkit-mask-image: url(images/icon/icon-tel_bk.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 90%;
	-webkit-mask-position: center;
}

/* Page-Article（各記事パーツ）
--------------------------------------------- */
/* section-main
--------------------------------------------- */
.p-section-main {
	padding: 100px 0;
}
.p-section-main__body {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}
.p-section-main__body__text-area {
	position: absolute;
	top: calc(50% - 250px);
	left: 0;
	width: 43%;
	background: rgba(255, 255, 255, 0.85);
	padding: 30px 40px 20px 0;
	z-index: 10;
}
.p-section-main--reverse .p-section-main__body__text-area {
	right: 0;
	left: unset;
	padding: 30px 0 20px 40px;
}
.p-section-main__body__text-area__title {
	color: var(--primary-color);
	margin-bottom: 30px;
}
.p-section-main__body__text-area__text {
	text-align: justify;
	margin-bottom: 20px;
}
.p-section-main__body__photo {
	width: 800px;
	height: 600px;
	margin-left: auto;
}
.p-section-main--reverse .p-section-main__body__photo {
	margin-left: 0;
}
.p-section-main__body__photo__img {
	width: 800px;
    height: 600px;
    object-fit: cover;
}

/* section-story
--------------------------------------------- */
.p-section-story {
	background: linear-gradient(180deg, var(--background-color) 0%, var(--background-color) 30%, #fff 30%, #fff 100%);;
	padding: 60px 0 100px;
}
.p-section-story__title-area {
	text-align: center;
}
.p-section-story__title-area__head {
	position: relative;
	color: var(--primary-color);
	padding-bottom: 20px;
}
.p-section-story__title-area__head::before {
	position: absolute;
	content: "";
	left: calc(50% - 20px);
	bottom: 0;
	width: 40px;
	height: 2px;
	background: var(--primary-color);
}
.p-section-story__title-area__head__number {
	margin-left: 10px;
}
.p-section-story__body__photo {
	display: block;
	width: 100%;
	height: 400px;
	background: url(images/icon/icon_no-image.svg) no-repeat #dcdddd;
	background-size: 35%;
	background-position: center;
	margin-bottom: 60px;
}
.p-section-story__body__photo__img {
	width: 100%;
	height: 400px;
	border: 1px solid #dcdddd;
	box-sizing: border-box;
	object-fit: cover;
}
.u-adjustment-concept01 {
	object-position: 50% 20%;
}
.p-section-story__body__text-area {
	text-align: justify;
	padding: 0 100px;
}

/* section-details
--------------------------------------------- */
.p-section-details {
	padding: 100px 0 50px;
}
.p-section-details__contents {
	margin-bottom: 50px;
}
.p-section-details__contents__photo {
	display: block;
	width: 600px;
	height: 350px;
	background: url(images/icon/icon_no-image.svg) no-repeat var(--background-color);
	background-size: 35%;
	background-position: center;
}
.p-section-details__contents__photo__img {
	width: 600px;
	height: 350px;
	border: 1px solid #dcdddd;
	box-sizing: border-box;
	object-fit: cover;
}
.p-section-details__contents__text-area {
	width: 600px;
	padding-left: 60px;
}
.p-section-details__contents__text-area--max {
	width: 100%;
	padding: 0;
}
.p-section-details__contents__text-area__text {
	text-align: justify;
}
.p-section-details__contents--reverse .p-section-details__contents__photo {
	order: 2;
}
.p-section-details__contents--reverse .p-section-details__contents__text-area {
	order: 1;
	padding-left: 0;
	padding-right: 60px;
}
/* section-details-table */
.p-section-details__contents__text-area__table {
	border-top: 1px solid #9fa0a0;
	margin: 40px auto;
}
.p-section-details__contents__text-area__table__list {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #9fa0a0;
	text-align: center;
}
.p-section-details__contents__text-area__table__list__item {
	min-width: 100px;
    padding: 10px 20px;
}
.p-section-details__contents__text-area__table__list__item.u-table-title {
	width: 12rem;
	background: #efefef;
	padding: 10px 1rem;
}
.u-table-text .p-section-details__contents__text-area__table__list__item {
	padding: 25px 20px;
}

/* section-outline
--------------------------------------------- */
.p-section-outline {
	border-bottom: 2px solid #efefef;
	padding: 100px 0;
}
.p-section-outline__table__set {
	width: 80%;
	margin: 0 auto 30px;
}
.p-section-outline__table__set__item {
	border-top: 1px solid #9fa0a0;
}
.p-section-outline__table__set__item__title {
	position: relative;
	width: 20%;
	text-align: center;
	vertical-align: middle;
	padding: 35px 30px;
}
.p-section-outline__table__set__item__title::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: var(--primary-color);
}
.p-section-outline__table__set__item__text {
	width: 80%;
	vertical-align: middle;
	padding: 30px 30px 30px 50px;
}
.p-section-outline__table__set__item__text p:last-child {
	margin-bottom: 0;
}
.p-section-outline__table__map {
	width: 100%;
	height: 400px !important;
}

/* section-greeting
--------------------------------------------- */
.p-section-greeting {
	border-bottom: 2px solid #efefef;
	padding: 100px 0;
}
.p-section-greeting__body__set {
	justify-content: space-between;
}
.p-section-greeting__body__set__text-area {
	width: 650px;
	text-align: justify;
}
.p-section-greeting__body__set__text-area__title {
	color: var(--accent-color);
	margin-bottom: 30px;
}
.p-section-greeting__body__set__text-area__name {
	display: flex;
	justify-content: end;
	align-items: center;
	margin: 30px 0;
}
.p-section-greeting__body__set__text-area__name__post {
	line-height: 4rem;
	margin-right: 20px;
}
.p-section-greeting__body__set__text-area__name__sign {
	line-height: 4rem;
	margin-bottom: 0;
}
.p-section-greeting__body__set__text-area__name__sign img {
	max-width: 150px;
	max-height: 45px;
	object-fit: contain;
}
.p-section-greeting__body__set__photo {
	display: block;
	width: 500px;
	height: 600px;
	background: url(images/icon/icon_no-image.svg) no-repeat #dcdddd;
	background-size: 35%;
	background-position: center;
}
.p-section-greeting__body__set__photo__img {
	width: 500px;
	height: 600px;
	border: 1px solid #dcdddd;
	box-sizing: border-box;
	object-fit: cover;
}

/* section-history
--------------------------------------------- */
.p-section-history {
	border-bottom: 2px solid #efefef;
	padding: 100px 0;
}
.p-section-history__body {
	padding: 0 120px;
	margin-bottom: 60px;
}
.p-section-history__body__set__item {
	display: flex;
	justify-content: space-between;
}
.p-section-history__body__set__item__year {
	position: relative;
	flex-basis: 15%;
	border-right: 1px solid #040000;
	color: var(--primary-color);
	font-weight: 600;
	text-align: right;
	padding: 30px 30px 30px 0;
}
.p-section-history__body__set__item__year::before {
	position: absolute;
	content: "";
	top: 38px;
    right: -6px;
    width: 11px;
    height: 11px;
	background: var(--primary-color);
	border-radius: 50%;
}
.p-section-history__body__set__item__text {
	flex-basis: 85%;
	text-align: left;
	padding: 30px 0 30px 30px;
}
.p-section-history__body__photo {
	display: block;
	width: 1200px;
	height: 300px;
	background: url(images/icon/icon_no-image.svg) no-repeat #dcdddd;
	background-size: 35%;
	background-position: center;
	margin: 0 auto;
}
.p-section-history__body__photo__img {
	width: 100%;
	height: 300px;
	object-fit: cover;
}
.u-adjustment-company01 {
	object-position: 50% 18%;
}

/* section-introduction
--------------------------------------------- */
.p-section-introduction {
	padding: 100px 0 60px;
}
.p-section-introduction__body {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.p-section-introduction__body::before {
	content: "";
	width: 23.75%;
	order: 1;
}
.p-section-introduction__body::after {
	content: "";
	width: 23.75%;
}
.p-section-introduction__body__set {
	width: 23.75%;
	margin-bottom: 40px;
}
.p-section-introduction__body__set__photo {
	width: 100%;
	height: 350px;
	display: block;
	background: url(images/icon/icon_no-image.svg) no-repeat #dcdddd;
	background-size: 35%;
	background-position: center;
	margin-bottom: 10px;
	overflow: hidden;
}
.p-section-introduction__body__set__photo__img {
	width: 100%;
	height: 350px;
	border: 1px solid #dcdddd;
	box-sizing: border-box;
	object-fit: cover;
}
.p-section-introduction__body::before {
	content: "";
	width: 23.75%;
	order: 1;
}
.p-section-introduction__body::after {
	content: "";
	width: 23.75%;
}
.p-section-introduction__body__set__text {
	display: block;
	text-align: center;
	padding: 0 30px;
}
.p-section-introduction__body__set__text__position {
	border-bottom: 1px solid #040000;
	font-size: 1.4rem;
	margin-bottom: 8px;
	padding-bottom: 3px;
}
.p-section-introduction__body__set__text__name {
	font-size: 2rem;
	line-height: 130%;
}

/* section-inquiry
--------------------------------------------- */
.p-section-inquiry {
	text-align: center;
	padding: 100px 0 60px;
}
.p-section-inquiry--fixed {
	padding: 50px 100px 80px;
}
.p-section-inquiry__text {
	margin-bottom: 60px;
}
.p-section-inquiry__text--fixed {
	margin-bottom: 40px;
}
.p-section-inquiry__tel-area {
	margin-bottom: 20px;
}
.p-section-inquiry__tel-area__button {
	margin-bottom: 10px;
}
.p-section-inquiry__tel-area__button__text {
	position: relative;
	font-family: "Noto Serif JP","游明朝", "YuMincho", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Times New Roman", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 4rem;
	letter-spacing: 5px;
	padding-left: 20px;
}
.p-section-inquiry__tel-area__button__text::before {
	position: absolute;
	content: "";
	top: calc(50% - 12px);
    left: -24px;
    width: 36px;
    height: 36px;
	background: url(images/icon/icon-tel_bk.svg) no-repeat;
	background-size: 90%;
	background-position: center;
}
.p-section-inquiry__tel-area__button__text:hover::before {
	background: url(images/icon/icon-tel_bk.svg) no-repeat;
}
.p-section-inquiry__tel-area__text {
	font-size: 1.5rem;
	line-height: 140%;
}
/* catalog-banner */
.p-section-inquiry__catalog {
	justify-content: space-between;
	background: var(--background-color);
	text-align: justify;
	padding: 50px 60px;
}
.p-section-inquiry__catalog__image-area {
	width: 30%;
	height: 25vh;
}
.p-section-inquiry__catalog__image-area__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.p-section-inquiry__catalog__text-area {
	flex-basis: 65%;
}
.p-section-inquiry__catalog__text-area__catch {
	display: block;
	border-bottom: 1px solid var(--primary-color);
	font-size: 2.4rem;
	font-weight: 600;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.p-section-inquiry__catalog__text-area__detail {
	font-size: 1.8rem;
	font-weight: 600;
}
.p-section-inquiry__catalog__text-area__list {
	padding-left: 12px;
}
.p-section-inquiry__catalog__text-area__list__item {
	position: relative;
	line-height: 130%;
	margin-bottom: 10px;
}
.p-section-inquiry__catalog__text-area__list__item:last-child {
	margin-bottom: 0;
}
.p-section-inquiry__catalog__text-area__list__item::before {
	position: absolute;
	content: "";
	top: 8px;
	left: -12px;
	width: 6px;
	height: 6px;
	background: var(--primary-color);
}
/* section-contact-form */
.p-section-contact-form {
	padding-bottom: 100px;
}
.p-section-contact-form__title-area {
	margin-bottom: 60px;
}
.p-section-contact-form__title-area__text {
	text-align: center;
}
/* form */
.p-contact-form {
	padding: 60px 150px 100px;
}
.p-contact-form__list {
	display: flex;
	align-items: center;
}
.p-contact-form__list p {
	margin-bottom: 0;
}
.p-contact-form__list__title {
	flex-basis: 30%;
	font-weight: 600;
	padding: 25px 30px 25px 0;
}
.p-contact-form__list__title .u-contact-form-alert {
	flex-basis: 20%;
	padding: 30px 0 30px 30px;
}
.p-contact-form__list__alert,
.p-contact-form__list__optional {
	flex-basis: 10%;
	padding: 30px 0;
}
.p-contact-form__list__alert p {
	display: inline-block;
	color: #fff;
	font-size: 1.3rem;
	line-height: 1.3rem;
	background: var(--accent-color);
	padding: 4px 10px 5px;
	margin: 0;
}
.p-contact-form__list__optional p {
	display: inline-block;
	color: #fff;
	font-size: 1.3rem;
	line-height: 1.3rem;
	background: #898989;
	padding: 4px 10px 5px;
	margin: 0;
}
.p-contact-form__list__text {
	flex-basis: 70%;
	padding: 25px 0;
}
.u-contact-form-event-name {
	border-bottom: solid 1px #000;
	margin-bottom: 20px;
}
.u-contact-form-event-name .p-contact-form__list__title,
.u-contact-form-event-name .p-contact-form__list__text {
	padding-bottom: 15px;
}
.u-contact-form-radio {
	padding-left: 50px;
}
.u-contact-form-radio input,
.p-contact-form__privacy input {
	margin-right: 5px;
}
.p-contact-form__list__text p {
	margin-bottom: 0;
}
.p-contact-form__list__text input,
.p-contact-form__list__text textarea {
	font-size: 1.4rem;
	padding: 0 20px;
	word-break: break-word;
}
.p-contact-form__list__text select:focus,
.p-contact-form__list__text input:focus,
.p-contact-form__list__text textarea:focus {
    border: 2px solid var(--primary-color);
    outline: none;
}
::placeholder {
	color: #9fa0a0;
}
.u-contact-form-personal input {
	width: 100%;
	height: 40px;
	background: #fff;
	border: 1px solid #9fa0a0; 
	border-radius: 2px;
}
.p-contact-form__list__text textarea {
	width: 100%;
	height: 120px;
	background: #fff;
	border: 1px solid #9fa0a0; 
	padding-top: 5px;
	padding-bottom: 5px;
}
.u-contact-form-select select {
	appearance: none;
	width: 100%;
	height: 40px;
	background: #fff;
	border: 1px solid #9fa0a0; 
	font-size: 1.6rem;
	padding: 0 20px;
}
.u-contact-form-select {
	position: relative;
}
.u-contact-form-select::before {
	position: absolute;
	content: "";
	top: 36px;
	right: 10px;
	width: 13px;
	height: 13px;
	margin: 0 10px;
	border-bottom: 2px solid #413e3d;
	border-right: 2px solid #413e3d;
	transform: rotate(45deg);
	z-index: 1;
}
.u-contact-form-checkbox {
	padding-bottom: 20px;
}
.p-contact-form__privacy {
	font-size: 1.5rem;
	text-align: center;
	margin: 40px 0;
}
.p-contact-form__privacy a,
.p-contact-form__privacy a:visited {
	color: var(--text-link-color);
	text-decoration: underline;
	text-underline-offset: 3px;
}
.p-contact-form__privacy a:hover {
	color: var(--text-link-color-hover);
	text-decoration: none;
}
.p-contact-form__list .u-contact-form-radio input {
	display: none;
}
.wpcf7-not-valid-tip {
	font-size: 1.4rem;
}
.p-contact-form__list .u-contact-form-radio {
	font-size: 1.8rem;
	font-weight: 600 !important;
}
/* ラジオボタン、チェックボックス共通スタイル */
/*
input[type="radio"],
input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}
/* カスタムラジオボタン */
input[type="radio"] + label {
	position: relative;
    display: inline-flex;
	font-weight: 500;
    align-items: center;
    cursor: pointer;
    padding-left: 28px;
}
input[type="radio"] + label::before {
	position: absolute;
    content: "";
	top: 4px;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #413e3d;
    background: #fff;
    transition: 0.3s;
}
*/
/* 選択時 */
input[type="radio"]:checked + label::before {
    border-color: var(--primary-color);
    background: radial-gradient(var(--primary-color) 40%, transparent 40%);
}
/* カスタムチェックボックス */
input[type="checkbox"] + label {
	position: relative;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
	margin-bottom: 10px;
    margin-right: 50px;
    padding-left: 24px;
}
input[type="checkbox"] + label::before {
	position: absolute;
    content: "";
    top: 5px;
    left: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #9fa0a0;
    background: #fff;
    transition: 0.3s;
}
input[type="checkbox"]:checked + label::before {
    border-color: var(--primary-color);
    background: var(--primary-color);
}
input[type="checkbox"]:checked + label::after {
	position: absolute;
    content: "✔";
    left: 3px;
    top: 1px;
    font-size: 14px;
    color: #fff;
}
/* 送信ボタン */
.p-contact-form__btn {
	color: #fff;
	font-size: 1.8rem;
	text-align: center;
}
.p-contact-form__btn__send {
	padding: 15px 100px;
	background: var(--accent-color);
}
.p-contact-form__btn__send[disabled] {
    background: #a8a8a8;
}

[type="checkbox"] {
    -webkit-appearance: checkbox;
    appearance: checkbox;
}


/*  other-page
--------------------------------------------- */
/*  404｜PC
--------------------------------------------- */
.error-404 {
	display: block;
	text-align: center;
	padding: 100px 0;
}
.error-404 .p-page-header {
	overflow: unset;
}
.error-404 .page-title {
	font-size: 10rem;
	line-height: 10rem;
	margin-bottom: 10px;
}
.error-404 .not-found__caption {
	font-size: 2.5rem;
	margin-bottom: 50px;
}



/* Responsive=SP対応
--------------------------------------------- */
/*media Queries　smartphone size（599px以下）
------------------------------------- */

@media only screen and (max-width: 599px) {
	header,
	footer,
	main {
		width: 100%; /* 縮小に伴い幅を調整 */
	}
	/* common | SP
	--------------------------------------------- */
	.u-pc-only { display: none !important; }
	.u-sp-only { display: block !important;}
	p a:hover {
		text-decoration: underline;
	}
	a img:hover {
		opacity: 1;
	}
	a.u-tel-event[href*="tel:"] {
		pointer-events: auto;	/* クリック可能にする */
		cursor: default;
		text-decoration: none;
	}

	/* body */
	body {
		width: 100%;
	}
	.l-center {
		width: 90%;
		margin: 0 auto;
	}
	.l-flex {
		display: block;
	}
	/* font
	--------------------------------------------- */
	/* title-font */
	.u-title-large {
		font-size: 2.6rem;
		line-height: 3.4rem;
		margin-bottom: 30px;
	}
	.u-title-medium {
		font-size: 2rem;
		line-height: 2.8rem;
		margin-bottom: 20px;
	}
	.u-title-regular {
		font-size: 1.6rem;
		line-height: 2.4rem;
		margin-bottom: 15px;
	}

	/* buckground
	--------------------------------------------- */

	/* photo-action
	--------------------------------------------- */
	/* photo-hover-zoom */
	.u-photo-zoom__img:hover {
		transform: scale(1, 1);
		transition: unset;
	}

	/* button
	--------------------------------------------- */
	/* normal */
	.p-link-button {
		margin: 0 auto;
	}
	.p-link-button__text {
		min-width: 70%;
		max-width: 90%;
		background: #fff;
		font-size: 1.6rem;
		line-height: 2rem;
		padding: 16px 30px 18px 15px;
	}
	.p-link-button a:hover {
		color: var(--primary-color);
	}
	.p-link-button__text::after {
		content: none;
	}
	.p-link-button__text:hover::after {
		content: none;
	}
	.p-link-button__text::before {
		right: 15px;
	}
	.p-link-button__text:hover:before {
		border: 1px solid #413e3d;
		border-top: 0;
		border-left: 0;
	}
	/* request */
	.p-link-request__text {
		background: var(--primary-color);
		font-size: 2rem;
		text-align: center;
		padding: 20px 20px 20px 50px;
	}
	.p-link-request a:hover {
		display: inline-block;
		background: var(--primary-color);
		color: #fff;
	}
	/* round */
	/* bottom-top */
	.p-link-button--bottom-top .p-link-button__text::after {
		content: none;
	}
	.p-link-button--bottom-top .p-link-button__text:hover::after {
		transform: unset;
		transition: unset;
	}
	/* accent-color */
	.p-link-button--accent .p-link-button__text {
		transition: unset;
	}
	.p-link-button--accent .p-link-button__text::after {
		content: none;
	}
	.p-link-button--accent .p-link-button__text:hover {
		background: #fff;
	}

	/* header｜SP
	--------------------------------------------- */
	.p-site-header {
		padding: 10px 50px 10px 15px;
		justify-content: start;
	}
	.l-header-left {
		flex-basis: 65%;
	}
	.l-header-right {
		flex-basis: 35%;
		margin-top: 12px;
	}
	/* logo */
	.p-site-header__logo-area__text {
		font-size: 1.1rem;
    	line-height: 1.1rem;
		letter-spacing: 0;
		margin-right: -50%;
		margin-bottom: 3px;
	}
	.p-site-header__logo-area__logo {
		width: 100%;
		height: auto;
		margin-bottom: 0;
	}
	.p-site-header__logo-area__logo__link__img {
		width: 90%;
		height: auto;
	}
	/* 電話・SNSリンク */
	.p-site-header__nav-area__links {
		margin-right: 0;
	}
	.p-site-header__nav-area__links__external-link__list {
		align-items: end;
		margin-bottom: 0;
	}
	.p-site-header__nav-area__links__external-link__list__item__sns {
		width: 18px;
		height: 20px;
		margin-right: 15px;
		margin-left: 0;
	}
	.p-site-header__nav-area__links__external-link__list__item__sns__img {
		width: 18px;
		height: 20px;
	}
	/* Gナビ */
	.p-site-header__nav-area {
		justify-content: flex-end;
	}
	.p-gloval-navi-menus {
		position: fixed;
        top: 0;
        right: 0;
        display: block;
        width: 80vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.85);
		padding: 15vh 30px 10vh;
        z-index: 700;  
	}
	.p-gloval-navi-menus__list{
		border-top: 1px solid #585858;
	}
	.p-gloval-navi-menus__list__item {
		border-bottom: 1px solid #585858;
		color: #e2e2e2;
		padding: 12px 10px;
		margin-left: 0;
	}
	.p-gloval-navi-menus__list__item a {
		display: block;
	}
	.p-gloval-navi-menus__list__item a::after {
		display: none;
	}
	.p-gloval-navi-menus__list__item a:hover::after {
		display: none
	}
	/* ハンバーガーメニュー */
	.p-gloval-navi-hamburger{
		position: absolute;
		display: block;
		cursor: pointer;
		top: 18px;
		right: 15px;
		width: 40px;
		height: 30px;
		margin: 0;
		transition: 0.5s;
		z-index: 910;
	}
	.p-gloval-navi-hamburger__line {
		position: relative;
		display: block;
		left: 0;
		width: 40px;
		height: 1px;
		background: #332f2f;
		transition: 0.5s;
		border-radius: 4px;
	}
	.p-gloval-navi-hamburger__line--top {
		top: 0;
	}
	.p-gloval-navi-hamburger__line--middle {
		top: 10px;
	}
	.p-gloval-navi-hamburger__line--bottom {
		top: 20px;
	}
	.p-headbox__menu--open{
		position: absolute;
		display: block;
		left: 20%; 
		top: 0;
		width: 80%;
		height: 100vh;
		padding-top: 80px;
		z-index: 800;
	}
	.p-gloval-navi-hamburger__line--top-close {
		background: #fff;
		transform: translateY(12px) rotate(-45deg);
		top: 0;
	}
	.p-gloval-navi-hamburger__line--middle-close {
		background: #fff;
		opacity: 0;
	}
	.p-gloval-navi-hamburger__line--bottom-close {
		background: #fff;
		transform: translateY(-10px) rotate(45deg);
		bottom: 0;
	}
	/* header-hero ｜PC
	--------------------------------------------- */
	.l-headbox-hero {
		overflow: visible !important;
	}
	.l-headbox-hero .p-site-header {
		backdrop-filter: none;
		background-color: rgba(255, 255, 255, 0.5); 
		padding: 16px 15px;
	}

	/* Gナビ */
	.l-headbox-hero .p-gloval-navi-menus__list__item {
		margin-left: 0;
	}

	/* footer｜SP
	--------------------------------------------- */
	.p-footer {
		padding: 30px 20px 5px;
	}
	.l-footer__wrapper {
		width: 100%;
	}
	/* フッターナビ */
	.p-footer__menu {
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 30px;
	}
	.p-footer__menu__item {
		position: relative;
		width: 48%;
		font-size: 1.5rem;
		line-height: 120%;
		margin: 0 0 15px;
		padding-left: 8px;
	}
	.p-footer__menu__item::before {
		position: absolute;
		content: "";
		top: 8px;
		left: 0;
		width: 4px;
		height: 4px;
		background: var(--primary-color);
	}
	.p-footer__menu__item__link {
		position: static;
	}
	.p-footer__menu__item__link::after {
		display: none;
	}
	.p-footer__menu__item__link:hover:after {
		display: none;
	}
	/* フッターSNS */
	
	/* フッターインフォメーション */
	.p-footer__info {
		display: block;
		margin-bottom: 30px;
	}
	.p-footer__info__company {
		display: block;
	}
	.p-footer__info__company__logo-area {
		text-align: center;
		margin-bottom: 20px;
	}
	.p-footer__info__company__logo-area__text {
		width: 100%;
		text-align: center;
	}
	.p-footer__info__company__logo-area__img {
		width: 85%;
		margin: 0 auto;
	}
	.p-footer__info__company__address-area {
		width: 90%;
		border-left: none;
		text-align: center;
		margin: 0 auto;
		padding:0;
	}
	.p-footer__info__company__address-area__address,
	.p-footer__inf__company__address-area__phone,
	.p-footer__info__company__address-area__reception {
		line-height: 130%;
		margin-bottom: 10px;
	}
	/* コンタクトボタン */
	.p-footer__contact {
		flex-basis: 22%;
		text-align: right;
	}
	.p-footer__contact__button {
		position: relative;
		display: block;
		background: var(--primary-color);
		color: #fff;
		line-height: 1.68rem;
		padding: 20px 25px 20px 60px;
		transition: 0.2s;
	}
	.p-footer__contact__button::before {
		position: absolute;
		content: "";
		top: 14px;
		left: 25px;
		width: 25px;
		height: 32px;
		background: url(images/icon/icon_mail.svg) no-repeat;
		background-size: contain;
		background-position: center;
	}
	.p-footer__contact__button:hover {
		background: var(--accent-color);
	}
	/* コピーライト */
	.p-footer__menu__copyright__text {
		color: #727171;
		font-size: 1.2rem;
		line-height: 1.4rem;
		text-align: center;
	}
	.p-footer__menu__copyright__text a {
		color: #727171;
		text-decoration: none;
	}
	.p-footer__menu__copyright__text a:visited {
		color: #727171;
	}

	/* floating-link｜SP
	--------------------------------------------- */
	.p-floating-link {
		position: sticky;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		height: 60px;
		right: 0;
		bottom: 0;
		margin: 0;
		opacity: 1;
	}
	.p-floating-link__tel {
		display: block;
		position: relative;
		width: 15%;
		height: 60px;
		background: var(--primary-color);
		border-top: 2px solid #fff;
		border-right: 0;
		border-bottom: 0;
		border-left: 0;
	}
	.p-floating-link__tel::before {
		position: absolute;
		content: "";
		width: 30px;
		height: 30px;
		top: calc(50% - 15px);
		left: calc(50% - 15px);
		background: url(images/icon/icon-tel_wh.svg) no-repeat;
		background-size: contain;
	}
	.p-floating-link__request {
		width: 35%;
		height: 60px;
		border-top: 2px solid #fff;
		border-right: 0;
		border-bottom: 0;
		border-radius: unset;
		font-size: 1.4rem;
		line-height: 120%;
		margin-bottom: 0;
		padding: 20px 3% 0 12%;
	}
	.p-floating-link__request:hover {
		background: var(--floating-request-color);
		transform: scale(1.0, 1.0);
    	transition: unset;
	}
	.p-floating-link__request::before {
		top: 12px;
        left: 12%;
        width: 28px;
        height: 35px;
	}
	.p-floating-link__contact {
		width: 35%;
		height: 60px;
		border-top: 2px solid #fff;
		border-right: 0;
		border-bottom: 0;
		border-radius: unset;
		font-size: 1.4rem;
		line-height: 120%;
		margin-bottom: 0;
		padding: 20px 3% 0 12%;
	}
	.p-floating-link__contact:hover {
		background: var(--floating-contact-color);
		transform: scale(1.0, 1.0);
    	transition: unset;
	}
	.p-floating-link__contact::before {
		top: 10px;
        left: 12%;
        width: 28px;
        height: 35px;
	}
	.p-floating-link__page-top {
		width: 15%;
		border-top: 2px solid #fff;
		border-right: 0;
		border-bottom: 0;
	}
	.p-floating-link__page-top:hover {
		background: var(--floating-pagetop-color);
	}
	.p-floating-link__page-top::before {
		top: 18px;
		left: calc(50% - 12px);
		width: 25px;
		height: 25px;
		border: 2px solid #fff;
		border-left: 0;
		border-bottom: 0;
	}

	/* INDEX｜SP
	--------------------------------------------- */
	/* first view
	--------------------------------------------- */
	/* Fade */
	.p-home-header--fade {
		margin-bottom: 50px;
		padding: 0 15px;
	}
	.p-home-header--fade .p-home-header__top {
		width: 100%;
		height: 60vh;
	}
	.p-home-header--fade .p-home-header__top__text {
		font-size: 3.5rem;
		line-height: 4.5rem;
		padding: 0 20px;
	}
	/* スライド*/
	.p-home-first-view__slide {
		width: 100%;
		height: 60vh;
		margin-top: -60vh;
	}

	/* Swipe */
	.p-home-header--swipe {
		margin-bottom: 80px;
	}
	.swiper-slide__item {
		max-width: 100vw !important;
		height: 50vh;
	}
	.swiper-slide__item__text-area {
		/* note:トップ画像の文字・素材は要素ごとにクラス名などを付与し適宜調整してください */
		width: 80vw;
		background: rgba(0, 0, 0, 0);
		text-align: center;
		margin: 0 auto;
		padding: 2rem;
	}
	.swiper-slide__item__text-area__text {
		font-size: 2.8rem;
		line-height: 3.4rem;
		word-break: break-word;
	}
	.swiper-slide__item__text-area.u-image-background {
		/* note:画像の場合の調整イメージ、適宜変更して使用してください */
		width: 70vw;
		background: rgba(255, 255, 255, 0.8);
	}
	.swiper-slide__item__text-area__img {
		/* note:画像の場合の調整イメージ、適宜変更して使用してください */
		width: 100%;
		height: auto;
	}
	.swiper-button-next{
		top: calc(50% - 2rem);
		right: 2px;
	}
	.swiper-button-prev {
		top: calc(50% - 2rem);
		left: 10px;
	}
	.swiper-button-prev::after,
	.swiper-button-next::after {
		font-size: 3rem;
	} 
	.swiper-pagination {
		text-align: center;
	}
	.swiper-pagination-bullet-active {
		opacity: 1;
		background: var(--primary-color);
	}
	.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 8px;
	}

	/* Video */
	.p-home-header--video .p-home-header__top {
		position: relative;
		height: 80vh;
	}
	.p-home-header--video .p-home-header__top__text {
		position: absolute;
		font-size: 3.5rem;
		line-height: 4.5rem;
		padding: 0 20px;
	}
	.p-home-first-view__video {
		height: 80vh;
	}

	/* Hero */
	.p-home-header--hero {
		margin-bottom: 78vh;
	}
	.p-home-first-view__hero{
		top: 0;
		left: 0;
		height: 70vh;
	}
	.p-home-first-view__hero__text-area {
		/* note:トップ画像の文字・素材は要素ごとにクラス名などを付与し適宜調整してください */
		width: 80%;
        max-width: 80%;
		padding: 1.5rem;
	}
	.p-home-first-view__hero__text-area__text {
		font-size: 2.6rem;
		line-height: 3rem;
		padding: 10px 0;
	}
	.p-home-first-view__hero__text-area.u-image-background {
		/* note:使用イメージなどで色は適宜変更して使用してください */
		background: rgba(0, 0, 0, 0.5);
	}
	.p-home-first-view__hero__text-area__image-area {
		padding: 10px;
	}
	.p-home-first-view__hero__text-area__image-area__img.u-main-title-logo {
		width: 100%;
	}
	/* スクロール誘導（背景画像に合わせて適宜色を変更してください） */
	.p-home-first-view__hero__scroll {
		display: none;
	}


	/* Home-News
	--------------------------------------------- */
	.p-home-news,
	.p-home-news.p-home-news--left {
		width: 85%;
		margin: -100px auto 40px; 
		padding: 15px;
	}
	.p-home-news__text-area {
		text-align: left;
	}
	.p-home-news__text-area__title {
		position: relative;
		text-align: left;
		padding-right: 0;
		margin-bottom: 30px;
	}
	.p-home-news__text-area__title::before {
		position: absolute;
		content: "";
		left: 0;
		bottom: -15px;
		width: 10%;
		height: 2px;
		background: var(--primary-color);
	}
	.p-home-news__text-area__list {
		border-left: none;
		margin-bottom: 20px;
		padding-left: 0;
	}
	.p-home-news__text-area__list__item:first-child {
		margin-top: 0;
	}
	.p-home-news__text-area__list__item {
		margin-bottom: 10px;
		padding-left: 0;
		transition: unset;
	}
	.p-home-news__text-area__list__item:hover {
		background: none;
	}
	.p-home-news__text-area__list__item__link {
		display: block;
		line-height: 130%;
	}
	.p-home-news__text-area__list__item__link__title {
		text-align: justify;
		text-decoration: underline;
		text-underline-offset: 2px;
		margin-left: 0;
		margin-bottom: 0;
	}
	.p-home-news__text-link__item:hover {
		text-decoration: underline;
	}

	/* Home-Event
	--------------------------------------------- */
	.p-home-event {
		padding: 50px 0;
	}
	.p-home-event__title {
		text-align: center;
	}
	/* イベントリスト｜スクエア３列１行 */
	.p-event-list {
		display: block;
		margin-bottom: 30px;
	}
	/* タグ */
	.p-event-list__item {
		margin-bottom: 15px;
	}
	.p-event-list__item__tag-list {
		overflow: hidden;
		top: 10px;
		left: 34%;
		width: 65%;
	}
	.p-event-list__item__tag-list__item {
		font-size: 1.2rem;
		line-height: 1.2rem;
		margin-right: 3px;
		padding: 2px 4px 3px;
	}
	.p-event-list__item__tag-list__item:nth-child(n+4) {
		display: none;
	}
	/* hoverアクション */
	/* opacity */
	.p-event-list--opacity  .p-event-list__item:hover {
		opacity: 1;
	}
	/* zoom */
	.p-event-list--zoom .p-event-list__item:hover  {
		transform: none;
		transition: none;
		box-shadow: none;
	}
	/* border */
	.p-event-list--line .p-event-list__item::after {
		content: none;
	}
	/* リンク部分 */
	.p-event-list__item__link {
		display: flex;
	}
	.p-event-list__item__link__image-box {
		flex-basis: 30%;
		width: 100%;
		height: auto;
	}
	.p-event-list__item__link__image-box img {
		width: 100%;
		height: 100%;
	}
	.p-event-list__item__link__text-area {
		flex-basis: 70%;
		width: 100%;
		padding: 30px 10px 10px 15px;
	}
	.p-event-list__item__link__text-area__time {
		font-size: 1.3rem;
	}
	.p-event-list__item__link__text-area__title {
		font-size: 1.5rem;
		line-height: 120%;
		margin-bottom: 0;
	}
	.p-event-list__item__link__text-area__detail {
		display: none;
	}

	/* Home-Concept
	--------------------------------------------- */
	.p-home-concept {
		padding: 0 0 60px;
	}
	.p-home-concept__body {
		position: unset;
		width: 100%;
		margin: 0 auto;
	}
	.p-home-concept__body__text-area {
		position: unset;
		width: 94%;
		margin: -90px auto 0;
		padding: 20px 15px 10px;
		z-index: 10;
	}
	.p-home-concept--reverse .p-home-concept__body__text-area {
		top: 200px;
		right: unset;
		left: 3%;
		width: 94%;
		padding: 20px 15px 10px;
	}
	.p-home-concept__body__text-area__title {
		margin-bottom: 15px;
		padding: 0;
	}
	.p-home-concept__body__photo {
		width: 100%;
		height: 300px;
		margin-left: 0;
	}
	.p-home-concept__body__photo__img {
		width: 100%;
		height: 300px;
	}
	.p-home-concept__body__text-area__button .p-link-button__text {
		width: 81.11%;
	}

	/* Home-Works
	--------------------------------------------- */
	.p-home-works {
		padding: 60px 0;
	}
	.p-works-list {
		margin-bottom: 20px;
	}
	.p-works-list::before {
		display: none;
	}
	.p-works-list__item {
		width: 48%;
		margin-bottom: 20px;
	}
	.p-works-list__item__link:hover {
		opacity: 1;
	}
	.p-works-list__item__link__image-box {
		width: 100%;
		height: 160px;
		margin-bottom:  5px;
	}
	.p-works-list__item__link__image-box img {
		width: 100%;
		height: 160px;
		transition: unset;
	}
	.p-works-list__item__link__image-box img:hover {
		transform: scale(1, 1);
	}
	.p-works-list__item__link__text-area__title {
		font-size: 1.6rem;
		line-height: 2rem;
		margin-bottom: 6px;
		padding: 0 1px 4px;
	}
	.p-works-list--sp-1column .p-works-list__item {
		width: 100%;
	}
	.p-works-list--sp-1column .p-works-list__item__link__image-box {
		width: 100%;
		height: 200px;
		margin-bottom:  10px;
	}
	.p-works-list--sp-1column .p-works-list__item__link__image-box img {
		width: 100%;
		height: 200px;
	}
	
	/* Home-Versatile
	--------------------------------------------- */
	.p-home-versatile {
		padding-bottom: 60px;
	}
	.p-home-versatile__photo {
		width: 100%;
		height: 300px;
	}
	.p-home-versatile--reverse .p-home-versatile__photo {
		margin-left: 0;
	}
	.p-home-versatile__photo__img {
		width: 100%;
		height: 300px;
		object-fit: cover;
	}
	.p-home-versatile__body {
		width: 100%;
		margin: -100px auto 0;
	}
	.p-home-versatile__body__text-area {
		width: 94%;
		margin: 0 auto;
		padding: 20px 15px 10px;
	}
	.p-home-versatile--reverse .p-home-versatile__body__text-area {
		margin: 0 auto 0;
		padding: 20px 15px 10px;
	}
	.p-home-versatile__body__text-area__title {
		margin-bottom: 30px;
		padding: 0;
	}
	.p-home-versatile__body__text-area__text {
		margin-bottom: 30px;
	}
	
	.p-home-versatile__body__text-area__button .p-link-button__text {
		width: 81.11%;
	}

	/* Home-Blog
	--------------------------------------------- */
	.p-home-blog {
		display: block;
		margin: 0 auto;
		padding: 40px 0 60px;
	}
	.p-home-blog__title-area {
		text-align: center;
		margin-bottom: 50px;
		padding: 0;
	}
	.p-home-blog__title-area::before {
		top: unset;
		bottom: -10px;
		right: unset;
		left: calc(50% - 35px);
		width: 70px;
		height: 2px;
	}
	.p-home-blog__item-area {
		padding-left: 0;
	}
	.p-blog-list {
		margin-bottom: 40px;
	}
	.p-blog-list__item:hover {
		opacity: 1;
	}
	.p-blog-list__item__set {
		justify-content: space-between;
	}
	.p-blog-list__item__set__photo {
		flex-basis: 100px;
		width: 100px;
		height: 100px;
		margin-right: 0;
	}
	.p-blog-list__item__set__photo img {
		width: 100px;
		height: 100px;
	}
	.p-blog-list__item img:hover { 
		opacity: 1;
	}
	.p-blog-list__item__set__text-area {
		flex-basis: 70%;
		margin-left: 20px;
	}
	.p-home-blog__list__button .p-link-button__text {
		width: 77.78%;
	}
	.p-blog-list__item__set__text-area__title {
		text-align: justify;
	}

	/* Home-Company
	--------------------------------------------- */
	.p-home-company__info {
		width: 100%;
		text-align: center;
	}
	.p-home-company__info__wrap {
		width: 90%;
		text-align: center;
		margin: 0 auto;
		padding: 50px 0 30px;
	}
	.p-home-company__info__wrap__logo-area__logo {
		width: 80%;
	}
	.p-home-company__info__wrap__button .p-link-button__text {
		width: 77.78%;
	}
	/* google-map */
	.p-home-company__map {
		position: relative;
		width: 100%;
		height: 40vh;
		padding-top: 300px;
		overflow: hidden;
	}
	.p-home-company__map iframe {
		position: absolute;
		top: -150px;
		left: 0;
		width: 100%;
		height: calc(100% + 150px + 150px);
		pointer-events: none;
	}

	/* Home-Inquiry
	--------------------------------------------- */
	.p-inquiry-set {
		padding-bottom: 60px;
	}
	.p-inquiry-set__background {
		height: 300px;
	}
	.p-inquiry-set__item-box {
		padding: 30px 20px 20px;
		margin-top: -200px;
	}
	.p-inquiry-set__item-box__text__link:hover {
		opacity: 1;
	}
	/* ボタン */
	.p-inquiry-set__item-box__request__tel-area,
	.p-inquiry-set__item-box__request__mail-area {
		margin-bottom: 30px;
	}
	.p-inquiry-set__item-box__request__tel-area__button,
	.p-inquiry-set__item-box__request__mail-area__button {
		margin-bottom: 8px;
	}
	.p-inquiry-set__item-box__request__tel-area__button__text {
		position: relative;
		font-size: 2.2rem;
		letter-spacing: 5px;
	}
	.p-inquiry-set__item-box__request__tel-area__button__text::before {
		top: calc(50% - 16px);
		left: 8%;
		width: 32px;
		height: 32px;
	}
	.p-inquiry-set_item-box__request__tel-area__button__text:hover::before{
		background: url(images/icon/icon-tel_wh.svg) no-repeat;
	}
	.p-inquiry-set__item-box__request__mail-area__button__text {
		position: relative;
	}
	.p-inquiry-set__item-box__request__mail-area__button__text::before {
		top: calc(50% - 16px);
		left: 8%;
		width: 32px;
		height: 32px;
	}
	.p-inquiry-set__item-box__request__mail-area__button__text:hover::before {
		background: url(images/icon/icon_catalog.svg) no-repeat;
	}
	.p-inquiry-set__item-box__request__tel-area__text,
	.p-inquiry-set__item-box__request__mail-area__text {
		font-size: 1.4rem;
		line-height: 2rem;
	}

	/* Inside-Page-common｜SP
	--------------------------------------------- */
	/* p-page-header
	--------------------------------------------- */
	.p-page-header {
		position: relative;
		padding: 0 10px;
	}
	.p-page-header__title-area {
		height: 250px;
		padding: 20px 15px;
		background: var(--bg-image) no-repeat #dcdddd;
		background-size: cover;
		background-position: center;
	}
	.p-page-header__title-area__title {
		font-size: 3rem;
		line-height: 4rem;
	}

	/* page-breadcrumb　パンくずリスト
	--------------------------------------------- */
	.breadcrumb {
		position: static;
		width: 100%;
		z-index: unset;
	}
	.breadcrumb ol {
		overflow-x: auto;
		width: 95%;
		padding: 4px 0 10px 5px;
	}
	.breadcrumb ol li {
		flex: 0 0 auto;
		font-size: 1.2rem;
		line-height: 1.2rem;
	}
	.breadcrumb ol li:first-child {
		margin-left: 5px;
	}
	.breadcrumb ol li a:hover {
		text-decoration: underline;
    	text-underline-offset: 3px;
	}

	/* page-title　見出しの装飾（文字は「title-font」へ）
	--------------------------------------------- */
	.u-section-title-underline-short {
		padding-bottom: 15px;
	}
	.u-section-title-underline-short::before {
		left: calc(50% - 15px);
		width: 30px;
	}
	.u-section-title-underline-long {
		padding-bottom: 15px;
	}

	/* Page-Blog（投稿ページ）
	--------------------------------------------- */
	/* Page-Article（各記事一覧）
	--------------------------------------------- */
	/* common */
	.p-post-list {
		padding: 20px 0 60px;
	}
	.p-post-list__menu__item {
		margin-bottom: 20px;
	}
	.p-post-list__menu__item__link:hover {
		opacity: 1;
	}
	.p-post-list__menu__item__link__text-area {
		padding: 2px 4px;
	}
	/* event-list */
	.p-post-list__menu__item__link__text-area__tag-list {
		overflow: hidden;
        top: 10px;
        left: 34%;
        width: 65%;
	}
	.p-post-list__menu__item__link__text-area__tag-list__tag {
		font-size: 1.2rem;
        line-height: 1.2rem;
        margin-right: 3px;
        padding: 2px 4px 3px;
	}
	/* blog-time */
	
	/* blog-title */
	.p-post-list__menu__item__link__text-area__title {
		line-height: 120%;
		margin-bottom: 5px;
	}
	/* blog-detail */

	/* blog-text */

	/* page-site-blog */
	.site-blog .p-post-list__menu {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.site-blog .p-post-list__menu::after {
		display: none;
	}
	.site-blog .p-post-list__menu__item {
		width: 48%;
	}
	.site-blog .p-post-list__menu__item__link__image-box {
		width: 100%;
		height: 130px;
	}
	.site-blog .p-post-list__menu__item__link__text-area__title {
		font-weight: 500;
	}

	/* page-site-event */
	.site-event .p-post-list__menu {
		display: block;
		padding-bottom: 20px;
	}
	.site-event .p-post-list__menu::after {
		display: none;
	}
	.site-event .p-post-list__menu__item {
		width: 100%;
	}
	.site-event .p-post-list__menu__item__link {
		display: flex;
	}
	.site-event .p-post-list__menu__item__link__image-box {
		flex-basis: 30%;
        width: 100%;
        height: auto;
	}
	.site-event .p-post-list__menu__item__link__text-area {
		flex-basis: 70%;
        width: 100%;
		background: var(--background-color);
        padding: 10px 8px 5px 8px;
	}
	.site-event .p-post-list__menu__item__link__text-area__tag-list {
		width: 100%;
	}
	.site-event .p-post-list__menu__item__link__text-area__title {
		font-size: 1.5rem;
		line-height: 130%;
		margin-bottom: 8px;
	}
	.site-event .p-post-list__menu__item__link__text-area__text {
		position: relative;
		padding-top: 10px;
	}
	.site-event .p-post-list__menu__item__link__text-area__text::before {
		position: absolute;
		content: "";
		top: 0;
		left: 0;
		width: 2rem;
		height: 1px;
		background: var(--primary-color);
	}

	/* site-works */
	.site-works .p-post-list__menu::after {
		display: none;
	}
	.site-works .p-post-list__menu__item {
		width: 48%;
	}
	.site-works .p-post-list__menu__item__link__image-box {
		width: 100%;
		height: 150px;
		margin-bottom: 15px;
	}
	.site-works .p-post-list__menu__item__link__text-area__tag-list {
		display: none;
	}
	.site-works .p-post-list__menu__item__link__text-area__time {
		display: none;
	}
	.site-works .p-post-list__menu__item__link__text-area__text {
		display: none;
	}
	.site-works .p-post-list__menu__item__link__text-area__title {
		font-size: 1.6rem;
		margin-bottom: 3px;
		padding: 0 1px 6px;
	}

	/* site-news */
	.site-news .p-post-list__menu {
		padding: 0;
	}
	.site-news .p-post-list__menu__item__link__text-area {
		display: block;
		padding: 1.5rem 0.5rem 2rem;
		transition: none;
	}
	.site-news .p-post-list__menu__item__link:hover {
		background: #fff;
	}
	.site-news .p-post-list__menu__item__link__text-area__time {
		text-align: left;
	}
	.site-news .p-post-list__menu__item__link__text-area__title {
		margin-bottom: 0;
	}

	/* banner(テンプレートパーツ化)
	--------------------------------------------- */
	.p-banner__link__text-area__list {
		font-size: 1.8rem;
	}
	/* banner--round */
	.p-banner--round {
		width: 100%;
		border-radius: 10px;
		margin: 30px auto;
		transition: none;
	}
	.p-banner--round:hover {
		box-shadow: 0px 0px 12px 0px rgba(200, 200, 200, 1);
	}
	.p-banner--round .p-banner__link__text-area{
		padding: 10px 15px 20px;
	}
	.p-banner--round .p-banner__link__text-area__title {
		font-size: 2.2rem;
		letter-spacing: 0;
		line-height: 130%;
		margin-bottom: 10px;
	}
	.p-banner--round .p-banner__link__text-area__list__item {
		padding: 8px 0;
	}
	.p-banner--round .p-banner__link__text-area__text {
		font-size: 1.5rem;
		line-height: 140%;
		margin-bottom: 20px;
	}
	.p-banner--round .p-banner__link__text-area__here {
		font-size: 2.3rem;
		display: block;
		text-align: right;
		padding-right: 2.5em;
	}
	.p-banner--round .p-banner__link__text-area__here::before {
		position: absolute;
		content: "";
		top: calc(50% - 1.5rem);
		right: 1rem;
		width: 3rem;
		height: 3rem;
	}
	.p-banner--round .p-banner__link__text-area__here::after {
		right: 2rem;
	}
	.p-banner--round .p-banner__link__image-area {
		display: block;
		width: 100%;
		height: 200px;
		border-radius: 0 0 10px 10px;
	}
	.p-banner--round .p-banner__link__image-area__img {
		border-radius: 0 0 10px 10px;
		margin: 0px;
	}
	/* banner--shadow */
	.p-banner--shadow {
		width: 100%;
		margin: 30px auto;
		transition: none;
	}
	.p-banner--shadow:hover {
		transform: none;
		box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 1);
	}
	.p-banner--shadow .p-banner__link__text-area {
		padding: 5px 0 20px;
	}
	.p-banner--shadow .p-banner__link__text-area__title {
		font-size: 2.2rem;
		padding: 0 15px;
	}
	.p-banner--shadow .p-banner__link__text-area__title::before {
		left: 5px;
		transform: rotate(-15deg);
	}
	.p-banner--shadow .p-banner__link__text-area__title::after {
		right: 5px;
		transform: rotate(15deg);
	}
	.p-banner--shadow .p-banner__link__text-area__list__item {
		letter-spacing: 0;
		padding: 4px 3px;
	}
	.p-banner--shadow .p-banner__link__text-area__text {
		text-align: justify;
		font-size: 1.5rem;
		line-height: 140%;
		margin-bottom: 20px;
		padding: 0 5px;
	}
	.p-banner--shadow .p-banner__link__text-area__here {
		border-radius: 50px;
		font-size: 1.8rem;
		padding: 10px 40px 11px 25px;
	}
	.p-banner--shadow .p-banner__link__text-area__here::before {
		right: 2rem;
	}
	.p-banner--shadow .p-banner__link__image-area {
		display: block;
		width: 100%;
		height: 200px;
	}

	/* pagination
	--------------------------------------------- */
	.p-pagination__list__item {
		font-size: 1.8rem;
		line-height: 1.8rem;
	}
	.p-pagination__list__item a.page-numbers {
		width: 35px;
		height: 35px;
		line-height: 3.2rem;
		transition: none;
	}
	.p-pagination__list__item a.page-numbers:hover {
		background: #fff;
		color: var(--primary-color);
	}
	.p-pagination__list__item span.page-numbers {
		width: 35px;
		height: 35px;
		line-height: 3.2rem;
	}
	.p-pagination__list__item .page-numbers.prev,
	.p-pagination__list__item .page-numbers.next,
	.p-pagination__list__item .page-numbers.dots {
		line-height: 2rem;
	}
	.p-pagination__list__item .page-numbers.dots {
		width: 18px;
	}
	.p-pagination__list__item .page-numbers.prev {
		margin: 0;
	}
	.p-pagination__list__item .page-numbers.next {
		margin: 0;
	}

	/* Single-Blog（各記事ページ）
	--------------------------------------------- */
	/* single-blog（ブログ記事）
	--------------------------------------------- */
	/* common */
	.p-single-blog {
		padding: 30px 0;
	}
	.p-single-blog a:hover {
		text-decoration: underline;
		text-underline-offset: 3px;
	}
	.p-single-blog__title-area {
		margin-bottom: 30px;
	}
	.p-single-blog__title-area--fixed {
		width: 100%;
		margin: 0 auto;
		padding: 0 10px;
	}
	.p-single-blog__title-area__title {
		font-size: 2.6rem;
        margin-bottom: 10px;
		padding-bottom: 15px;
	}
	.p-single-blog__title-area__detail {
		font-size: 1.6rem;
	}
	.p-single-blog__thumbnail {
		width: 100%;
		height: 250px;
		margin-bottom: 30px;
	}

	/* blog-parts-body（本文） */
	.p-single-blog__body {
		padding: 0 0 40px;
	}
	.p-single-blog__body h2 {
		font-size: 2.5rem;
		line-height: 130%;
		margin: 50px 0 20px;
	}
	.p-single-blog__body h3 {
		font-size: 2.2rem;
        margin: 40px 0 20px;
        padding: 15px 3px;
	}
	.p-single-blog__body h4 {
		margin: 40px 0 15px;
	}
	.p-single-blog__body h5 {
		line-height: 130%;
		margin: 40px 0 15px;
	}

	/* blog-parts-photo（写真調整） */
	.p-single-blog__body figure {
		width: 100%;
		margin: 30px auto 50px;
	}
	.p-single-blog__body figure img {
		min-height: 20vh;
	}
	.p-single-blog__body img {
		width: 100%;
		height: auto;
		margin: 30px auto;
	}

	/* blog-parts-box（背景） */
	.p-single-blog__body .gray-box {
		padding: 20px 20px 10px;
	}
	.p-single-blog__body .yellow-box {
		padding: 20px 20px 10px;
	}

	/* blog-parts-blockquote（引用） */
	blockquote {
        margin: 30px 0;
        padding: 40px 20px 10px 35px;
	}
	blockquote::before {
		top: 15px;
		left: 15px;
		width: 40px;
		height: 40px;
	}

	/* blog-parts-table（表組み） */
	.p-single-blog__body table {
		margin: 30px 0;
	}
	.p-single-blog__body th {
		min-width: unset;
		padding: 10px 5px;
	}
	.p-single-blog__body td {
		min-width: unset;
		padding: 10px 5px;
	}
	.p-single-blog__body .scroll-box {
		background: url(images/icon/icon-swipe_wh.svg) no-repeat;
		background-size: 7%;
        background-position: 0% 0%;
		width: 100%;
		margin: 30px 0;
		padding: 25px 0 6px;
	}

	/* blog-parts-banner（リンクバナー） */
	.p-single-blog .p-banner__link__text-area__title {
		margin: 0 0 10px;
	}
	
	/* round */
	.p-single-blog .p-banner--round .p-banner__link__image-area {
		width: 100%;
	}
	.p-single-blog .p-banner--round .p-banner__link__text-area {
		padding: 15px;
	}
	.p-single-blog .p-banner--round .p-banner__link__text-area__title {
		margin-bottom: 10px;
	}
	/* shadow */
	.p-single-blog .p-banner--shadow .p-banner__link__image-area {
		width: 100%;
	}
	.p-single-blog .p-banner--shadow .p-banner__link__text-area__title {
		font-size: 2.2rem;
	}

	/* blog-parts-post-link（記事リンク） */
	.p-single-blog__post-link-area__item {
		margin-bottom: 20px;
	}
	.p-single-blog__post-link-area__item__image-area {
		width: 28%;
	}
	.p-single-blog__post-link-area__item__text-area {
		width: 72%;
		padding: 10px 10px 10px 20px;
	}
	.p-single-blog__post-link-area__item__text-area__title {
		font-size: 1.6rem;
	}
	.p-single-blog__post-link-area__item__text-area__text {
		font-size: 1.4rem;
	}

	/* blog-parts-toc（目次） */
	.p-single-blog #toc_container {
		width: 100% !important;
		margin: 30px 0;
	}
	#toc_container .toc__title-area {
		padding: 5px 10px 10px;
	}
	#toc_container .toc_title::before {
		width: 25%;
	}
	#toc_container .toc_title {
		font-size: 2.2rem;
		margin-bottom: 0;
		padding: 5px 40px 10px 10px;
	}
	#toc_container .toc_list {
		padding: 20px 15px 15px;
	}
	#toc_container ol li a:hover {
		color: unset;
	}
	#toc_container .toc_list li a:hover {
	color: #413e3d;
}
	/* 開閉ボタン */
	#toc_container .toc_toggle {
		right: 6px;
	}

	/* blog-parts-date（施工事例のみ） */
	.p-single-blog .p-single-blog__date-area {
		margin: 30px 0;
	}
	.p-single-blog__date-area {
		display: block;
		margin-bottom: 30px;
		padding: 15px 15px 10px;
	}
	.p-single-blog__date-area__title-area {
		border-bottom: 1px solid var(--primary-color);
		text-align: left;
		padding-right: 0;
	}
	.p-single-blog__date-area__title-area__title.u-title-medium {
		margin-bottom: 5px;
	}
	.p-single-blog__date-area__list__item {
		line-height: 130%;
	}
	.p-single-blog__date-area__list__item__menu {
		display: flex;
	}
	.p-single-blog__date-area__list__item__menu__title {
		margin-right: 0;
	}
	.p-single-blog__date-area__list__item {
		margin-bottom: 5px;
	}
	.p-single-blog__date-area__list {
		border-left: none;
		padding-left: 0;
	}

	/* single-event（イベントページ記事）
	--------------------------------------------- */
	.p-single-event {
		padding: 30px 0;
	}
	.p-single-event__title-area__time {
		font-size: 1.8rem;
	}
	.p-single-event__title-area__title {
		font-size: 2.6rem;
	}
	.p-single-event__title-area__tag {
		width: 100%;
	}

	/* blog-parts-info（情報掲載） */
	.p-single-event__info {
		padding: 0 0 30px;
	}
	.p-single-event__title-area__thumbnail {
		width: 100%;
		height: 40vh;
		margin: 0 auto 30px;
	}
	.p-single-event__info__date-area__list {
		padding: 15px 15px 10px;
	}
	.p-single-event__info__date-area__list__item__menu {
		margin-bottom: 10px;
	}
	.p-single-event__info__date-area__list__item__menu__title {
		position: relative;
		padding: 0;
	}
	.p-single-event__info__date-area__list__item__menu__title::before {
		position: absolute;
		content: "";
		bottom: 0;
		left: 0;
		width: 15px;
		height: 1px;
		background: var(--primary-color);
	}
	.p-single-event__info__date-area__list__item__menu__text {
		flex-basis: 88%;
		border-left: none;
		line-height: 130%;
		padding: 5px 0;
	}

	/* blog-parts-body（本文）*/
	.p-single-event .p-single-blog {
		padding: 30px 0;
	}
	.p-single-event .p-single-blog__body {
		padding: 0 0 30px;
	} 
	.p-single-event .p-single-blog h3 {
		font-size: 2.5rem;
        line-height: 130%;
        margin: 30px 0px 20px;
	}
	#event-form .p-contact-form {
		padding: 30px 0 50px;
	}

	/* single-inquiry */
	.p-single-blog__inquiry {
		border: 2px solid #040000;
		margin-bottom: 20px;
		padding: 10px 10px 5px;
	}
	.p-single-inquiry__tel-area {
		display: block;
	}
	.p-single-inquiry__tel-area__button {
		margin-bottom: 10px;
	}
	.p-single-inquiry__tel-area__button__title {
		line-height: 4rem;
		margin-right: 0;
	}
	.p-single-inquiry__tel-area__button__tel {
		font-size: 3rem;
		letter-spacing: 3px;
		margin-bottom: 0;
		padding-left: 20px;
	}
	.p-single-inquiry__tel-area__button__tel::before {
		top: calc(50% - 10px);
		left: 30px;
        width: 26px;
        height: 26px;
	}
	

	/* Page-Article（各記事パーツ）
	--------------------------------------------- */
	/* section-main
	--------------------------------------------- */
	.p-section-main {
		padding: 0 0 60px;
	}
	.p-section-main__body {
		width: 100%;
		margin: 0 auto;
	}
	.p-section-main__body__text-area {
		position: static;
		width: 100%;
		margin: 0 auto;
		padding: 20px 18px 10px;
	}
	.p-section-main--reverse .p-section-main__body__text-area {
		width: 100%;
		padding: 20px 15px 10px;
	}
	.p-section-main__body__text-area__title {
		text-align: center;
		margin-bottom: 20px;
		padding: 0;
	}
	.p-section-main__body__photo {
		width: 100%;
		height: 300px;
		margin-left: 0;
	}
	.p-section-main__body__photo__img {
		width: 100%;
		height: 300px;
	}
	.p-section-main__body__text-area__button .p-link-button__text {
		width: 81.11%;
	}

	/* section-main
	--------------------------------------------- */
	.p-section-story {
		background: linear-gradient(180deg, var(--background-color) 0%, var(--background-color) 22%, #fff 22%, #fff 100%);;
		padding: 30px 0 60px;
	}
	.p-section-story__title-area__head {
		padding-bottom: 15px;
	}
	.p-section-story__title-area__head::before {
		left: calc(50% - 15px);
		width: 30px;
	}
	.p-section-story__title-area__head__number {
		margin-left: 10px;
	}
	.p-section-story__body__photo {
		width: 100%;
		height: 200px;
		margin-bottom: 20px;
	}
	.p-section-story__body__photo__img {
		height: 200px;
	}
	.u-adjustment-concept01 {
		object-position: 50%;
	}
	.p-section-story__body__text-area {
		padding: 0;
	}

	/* section-details
	--------------------------------------------- */
	.p-section-details {
		padding: 50px 0;
	}
	.p-section-details__title-area {
		text-align: center;
	}
	.p-section-details__contents {
		margin-bottom: 50px;
	}
	.p-section-details__contents:last-child {
		margin-bottom: 0;
	}
	.p-section-details__contents__photo {
		display: block;
		width: 100%;
		height: 200px;
		margin-bottom: 30px;
	}
	.p-section-details__contents__photo__img {
		width: 100%;
		height: 200px;
	}
	.p-section-details__contents__text-area {
		width: 100%;
		padding-left: 0;
	}
	.p-section-details__contents__text-area__text {
		text-align: justify;
	}
	.p-section-details__contents--reverse .p-section-details__contents__photo {
		order: 2;
	}
	.p-section-details__contents--reverse .p-section-details__contents__text-area {
		order: 1;
		padding-left: 0;
		padding-right: 0;
	}
	/* section-details-table */
	.p-section-details__contents__text-area__table {
		display: flex;
		justify-content: space-between;
		border-top: none;
		border-right: 1px solid #9fa0a0;
		border-left: 1px solid #9fa0a0;
		margin: 40px auto;
	}
	.p-section-details__contents__text-area__table__list {
		display: block;
		justify-content: space-between;
		width: 100%;
		border-bottom: none;
	}
	.p-section-details__contents__text-area__table__list__item {
		padding: 10px 20px;
	}
	.p-section-details__contents__text-area__table__list__item.u-table-title {
		width: 100%;
	}
	.u-table-text .p-section-details__contents__text-area__table__list__item {
		border-left: 1px solid #9fa0a0;
		padding: 10px 1rem;
	}

	/* section-outline
	--------------------------------------------- */
	.p-section-outline {
		border-bottom: 2px solid #efefef;
		padding: 60px 0 0;
	}
	.p-section-outline__table__set {
		width: 100%;
		border-bottom: 1px solid #9fa0a0;
	}
	.p-section-outline__table__set__item {
		display: block;
		border-top: 1px solid #9fa0a0;
	}
	.p-section-outline__table__set__item__title {
		display: block;
		position: static;
		width: 100%;
		text-align: left;
		padding: 20px 15px 5px;
	}
	.p-section-outline__table__set__item__title::before {
		display: none;
	}
	.p-section-outline__table__set__item__text {
		display: block;
		width: 100%;
		font-size: 1.5rem;
		line-height: 140%;
		padding: 0 15px 20px;
	}
	.p-section-outline__table__set__item__text p {
		margin-bottom: 5px;
	}
	.p-section-outline__table__set__item__text p:last-child {
		margin-bottom: 0;
	}
	.p-section-outline__table__map {
		position: relative;
		width: 110%;
		height: 250px !important;
		margin: 0 -5%;
		overflow: hidden;
	}

	/* section-greeting
	--------------------------------------------- */
	.p-section-greeting {
		padding: 60px 0;
	}
	.p-section-greeting__body__set__text-area {
		width: 100%;
		margin: 0 auto 40px;
	}
	.p-section-greeting__body__set__text-area__title {
		text-align: center;
		margin-bottom: 20px;
	}
	.p-section-greeting__body__set__text-area__name {
		display: flex;
		justify-content: end;
		align-items: center;
		margin: 30px 0;
	}
	.p-section-greeting__body__set__text-area__name__post {
		line-height: 4rem;
		margin-right: 20px;
	}
	.p-section-greeting__body__set__text-area__name__sign {
		line-height: 4rem;
		margin-bottom: 0;
	}
	.p-section-greeting__body__set__text-area__name__sign img {
		max-width: 40%;
		max-height: 45px;
		object-fit: contain;
	}
	.p-section-greeting__body__set__photo {
		width: 70%;
		height: 35vh;
		margin: 0 auto;
	}
	.p-section-greeting__body__set__photo__img {
		width: 100%;
		height: 35vh;
	}

	/* section-history
	--------------------------------------------- */
	.p-section-history {
		padding: 60px 0 0;
	}
	.p-section-history__body {
		width: 95%;
		padding: 0;
		margin: 0 auto 50px 0;
	}
	.p-section-history__body__set__item__year {
		flex-basis: 28%;
		font-size: 1.4rem;
		line-height: 140%;
		padding: 21px 10px 20px 0;
	}
	.p-section-history__body__set__item__year::before {
		top: 25px;
	}
	.p-section-history__body__set__item__text {
		flex-basis: 72%;
		line-height: 140%;
		padding: 20px 0 20px 15px;
	}
	.p-section-history__body__photo {
		width: 100%;
		height: 200px;
	}
	.p-section-history__body__photo__img {
		width: 100%;
		height: 200px;
	}
	
	/* section-introduction
	--------------------------------------------- */
	.p-section-introduction {
		padding: 50px 0 30px;
	}
	.p-section-introduction__body {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.p-section-introduction__body::before {
		display: none;
	}
	.p-section-introduction__body::after {
		display: none;
	}
	.p-section-introduction__body__set {
		width: 45%;
		margin-bottom: 20px;
	}
	.p-section-introduction__body__set__photo {
		width: 100%;
		height: 200px;
		margin-bottom: 2px;
	}
	.p-section-introduction__body__set__photo__img {
		height: 200px;
	}
	.p-section-introduction__body::before {
		display: none;
	}
	.p-section-introduction__body::after {
		display: none;
	}
	.p-section-introduction__body__set__text {
		padding: 0 10px;
	}
	.p-section-introduction__body__set__text__position {
		border-bottom: 1px solid #040000;
		font-size: 1.3rem;
		margin-bottom: 5px;
		padding-bottom: 2px;
	}
	.p-section-introduction__body__set__text__name {
		font-size: 1.8rem;
		line-height: 130%;
	}

	/* section-inquiry
	--------------------------------------------- */
	.p-section-inquiry {
		width: 90%;
		text-align: justify;
		margin: 0 auto;
		padding: 50px 0 40px;
	}
	.p-section-inquiry--fixed {
		padding: 20px 0 60px;
	}
	.p-section-inquiry__text {
		margin-bottom: 20px;
	}
	.p-section-inquiry__tel-area {
		text-align: center;
		margin-bottom: 30px;
	}
	.p-section-inquiry__tel-area__button {
		display: inline-block;
		width: 90%;
		background: var(--primary-color);
		color: #fff;
		font-size: 2.2rem;
        letter-spacing: 5px;
		margin-bottom: 8px;
		padding: 20px 20px 20px 40px;
	}
	.p-section-inquiry__tel-area__button__text {
		font-family: "Noto Sans JP", 'Avenir','Helvetica Neue','Helvetica','Arial', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', sans-serif;
		font-size: 2.2rem;
		letter-spacing: 5px;
	}
	.p-section-inquiry__tel-area__button__text::before {
		top: calc(50% - 12px);
		left: -11%;
		width: 30px;
		height: 30px;
		background: url(images/icon/icon-tel_wh.svg) no-repeat;
		background-size: 100%;
		background-position: center;
	}
	.p-section-inquiry__tel-area__text {
		text-align: center;
	}
	/* catalog-banner */
	.p-section-inquiry__catalog {
		padding: 20px;
	}
	.p-section-inquiry__catalog__image-area {
		width: 100%;
		height: 25vh;
		margin-bottom: 20px;
	}
	.p-section-inquiry__catalog__text-area__catch {
		font-size: 2rem;
		margin-bottom: 15px;
		padding-bottom: 8px;
	}
	.p-section-inquiry__catalog__text-area__detail {
		font-size: 1.6rem;
	}
	.p-section-inquiry__catalog__text-area__list__item {
		margin-bottom: 8px;
	}
	.p-section-inquiry__catalog__text-area__list__item:last-child {
		margin-bottom: 0;
	}
	/* section-contact-form */
	.p-section-contact-form__title-area {
		margin-bottom: 30px !important;
	}
	.p-section-contact-form__title-area__text {
		text-align: justify;
	}
	/* form */
	.p-contact-form {
		padding: 30px 15px 50px;
	}
	.p-contact-form__list {
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 30px;
		padding: 0 3px;
	}
	.p-contact-form__list__title {
		flex-basis: 80%;
		font-weight: 500;
		padding: 0 0 10px;
	}
	.u-contact-form-event-name .p-contact-form__list__title {
		padding: 0 0 10px;
	}
	.p-contact-form__list__title .u-contact-form-alert {
		padding: 0;
	}
	.p-contact-form__list__alert,
	.p-contact-form__list__optional {
		flex-basis: 20%;
		text-align: right;
		padding: 0 3px 10px 0;
	}
	.p-contact-form__list__alert p {
		padding: 4px 8px 5px 10px;
	}
	.p-contact-form__list__optional p {
		padding: 4px 6px 5px 8px;
	}
	.p-contact-form__list__text {
		flex-basis: 100%;
		padding: 0;
	}
	.p-contact-form__list__text input,
	.p-contact-form__list__text textarea {
		padding: 0 10px;
	}
	.u-contact-form-select::before {
		top: 14px;
        right: 6px;
        width: 10px;
        height: 10px;
	}
	.p-contact-form__privacy {
		text-align: left;
	}
	.p-contact-form__privacy a:hover {
		color: var(--text-link-color);
		text-decoration: underline;
		text-underline-offset: 3px;
	}
	.p-contact-form__list li p {
		margin-bottom: 0;
	}
	.wpcf7-list-item {
		margin: 0 0.5rem;
	}
	.p-contact-form__btn p span {
		display: none;
	}
	/* ラジオボタン、チェックボックス共通スタイル */
	
	/* カスタムラジオボタン */
	/*
	input[type="radio"] + label {
		display: block;
		padding-left: 30px;
	}
	input[type="radio"] + label::before {
		left: 0;
		transition: unset;
	}
	*/
	/* カスタムチェックボックス */
	/*
	input[type="checkbox"] + label {
		display: block;
		margin-bottom: 5px;
		margin-right: 0;
	}
	input[type="checkbox"] + label::before {
		left: 0;
		transition: unset;
	}
	*/
	/* 送信ボタン */
	.p-contact-form__btn__send {
		padding: 15px 0;
		width: 100%;
	}

}