@charset "UTF-8";

html {
	font-family: "Noto Sans JP", sans-serif;
	/*font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";*/
}
@font-face {
    font-family: "myFont";
    src: url("./fonts/HGRSKP.woff2") format('woff2'),
       url("./fonts/HGRSKP.woff")  format('woff');
}
span.watanabe {
  font-family: "myFont";
  font-size: 125%;
}
/***************フェードインアニメーション***************/
.scrollanime {
	opacity: 0;
}
.fadeInDown {
	animation-name: fadeInDown;
	animation-duration: 1s;
	animation-fill-mode: forwards;
}
@keyframes fadeInDown {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
		transform: translate(0);
	}
}

/*動きを指定*/
.updown {
	transform: translateY(-50px);
}
.downup {
	transform: translateY(50px);
}
.slide-right {
	transform: translateX(50px);
}
.slide-left {
	transform: translateX(-50px);
}

/*******************************************************/

#pageTop {
	position: fixed;
	right: 0;
	bottom: 4%;
}
#pageTop a {
	width: 50px;
	height: 50px;
	background: #009ade;
	display: block;
	font-size: 4rem;
	text-align: center;
	text-decoration: none;
	color: #fff;
	line-height: 46px;
}
#pageTop a span::before {
	font-family: "FontAwesome";
	content: "\f106";
}

.contentsWrapper {
	padding-top: 70px;
}
.contentsWrapper p {
	font-size: 1.4rem;
}

/**************************************
ヘッダー
***************************************/
.header {
	position: fixed;
	background: #fff;
	width: 100%;
	height: 70px;
	z-index: 999;
}
.header .contents-inner {
	display: flex;
	width: 100%;
	max-width: 1000px;
	height: 70px;
	align-items: center;
}
.header #logo {
	width: 50%;
	max-width: 200px;
	margin-left: 3%;
}

/**************************************
Hero　まとめ
***************************************/
.hero .contents-inner {
	position: relative;
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
}

/*　《  index　》  */
#index .hero {
	background-color: #fff;
	padding-bottom: 30px;
}
#index .hero .sliderbox {
	width: 100%;
	max-width: 980px;
}
#index .hero .slide-item {
	position: relative;
  border: solid 0px transparent !important;
}
#index .hero .copy {
	position: absolute;
	left: 10%;
	bottom: 15%;
}
#index .hero #sld01 {
	/*border-color: #009ade;*/
	background-color: #009ade;
}
#index .hero #sld02 {
	/*border-color: #f89d16;*/
	background-color: #f89d16;
}
#index .hero #sld03 {
	/*border-color: #4ac4e9;*/
	background-color: #4ac4e9;
}
#index .hero #sld04 {
	/*border-color: #00abe4;*/
	background-color: #00abe4;
}

#index .hero #sld01 .copy {
	width: 43.8775%;
}
#index .hero #sld02 .copy {
	width: 42.2244%;
}
#index .hero #sld03 .copy {
	left: 48%;
	width: 34.1836%;
}
#index .hero #sld04 .copy {
	left: 47%;
	top: 38.75%;
	width: 36%;
}

#slick_slider {
	position: relative;
}
#slick_slider .slick-prev {
	left: 0;
	width: 0;
	z-index: 99;
}
#slick_slider .slick-next {
	right: 30px;
	width: 0;
	z-index: 99;
}
#slick_slider .slick-prev::before,
#slick_slider .slick-next::before {
	position: absolute;
	top: calc(50% - 30px);
	content: "";
	width: 30px;
	height: 60px;
	background: url("../images/index_hero-arrow.svg") no-repeat center center;
	background-size: cover;
	opacity: 0.7;
}
#slick_slider .slick-next::before {
	transform: rotate(180deg);
}

/*　《  動画／特注／耐震　》  */
#works .hero,
#custommade .hero,
#quakeproof .hero,
#movieinfo .hero,
#about .hero,
#privacy .hero,
#sdgs .hero,
#sitemap .hero,
#news .hero,
#search-result .hero,
div[id^="blog"] .hero {
	background: url("../images/bg_header01.jpg") no-repeat center center;
	background-size: cover;
	min-height: 150px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
}
#recruitment .hero {
	background: url("../images/bg_header03.jpg") no-repeat center center;
	background-size: cover;
	min-height: 150px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
}
#profile .hero {
	background: url("../images/bg_header02.jpg") no-repeat center center;
	background-size: cover;
	min-height: 150px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
}
#form .hero {
	background: url("../images/bg_blue01.jpg") center center;
	background-size: cover;
	min-height: 150px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
}
#custommade .works .contents-inner h1,
#custommade .hero .contents-inner h1,
#quakeproof .hero .contents-inner h1,
#movieinfo .hero .contents-inner h1,
#about .hero .contents-inner h1,
#privacy .hero .contents-inner h1,
#sdgs .hero .contents-inner h1,
#recruitment .hero .contents-inner h1,
#sitemap .hero .contents-inner h1,
#profile .hero .contents-inner h1,
#news .hero .contents-inner h1,
#form .hero .contents-inner h1,
#search-result .hero .contents-inner h1,
div[id^="blog"] .hero .contents-inner h1 {
	font-size: 4.5vw;
	line-height: 1.5;
}

/*　《  購入ガイド　グリーン購入法　》  */
#installguide .hero h1,
#green .hero h1 {
	position: absolute;
	top: calc(50% - 1.4em);
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 4.5vw;
	line-height: 1.5;
}
#installguide .hero {
	background: #009ade;
}
#installguide .hero h1 {
	padding-left: 0.7em;
}
#green .hero {
	background: #82cd2d;
}
#green .hero h1 {
	padding-right: 0.4em;
}

/*　《  product　》  
.hero #product-title .headring {
   font-size: 1.6rem;
   font-weight: bold;
   text-align: center;
   color: #fff;
}
.hero #product-title .category {
   font-size: 2.2rem;
   font-weight: bold;
   line-height: 1.4;
   text-align: center;
   color: #fff;
}*/

/*　《  archive / post product　》  */

.post .hero .contents-inner,
.category .hero .contents-inner {
	height: 150px;
	background-size: contain !important;
	background-repeat: no-repeat;
	background-position: center right;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.category .hero h1,
.post .hero h1 {
	color: #fff;
	padding-left: 15px;
	font-size: 1.6rem;
	line-height: 1.5;
}
.category .hero h1 span,
.post .hero h1 span {
	font-size: 2rem;
}
.category .hero .product-header-cara,
.post .hero .product-header-cara {
	height: 150px;
}
.category .hero .product-header-cara img,
.post .hero .product-header-cara img {
	height: 100%;
	width: auto;
}
.category .contents-inner h2 {
	padding-top: 70px;
	margin-top: -70px;
  z-index: -1;
}
.post .contents-inner h2 {
	padding-top: 70px;
	margin-top: -70px;
}

.category-rac .hero {
	background-color: #009ade;
}
.category-rac .hero .contents-inner {
	background-image: url("../images/product_img-header01.jpg");
}

.category-rac-op .hero {
	background-color: #4ac4e9;
}
.category-rac-op .hero .contents-inner {
	background-image: url("../images/product_img-header02.jpg");
}
.category-rac-op .contents-inner h2 {
	color: #4ac4e9;
}
.category-rac-op .contents-inner h2::after {
	border-bottom: solid 3px #4ac4e9;
}

.category-earthquake_proof .hero {
	background-color: #82cd2d;
}
.category-earthquake_proof .hero .contents-inner {
	background-image: url("../images/product_img-header03.jpg");
}
.category-earthquake_proof .contents-inner h2 {
	color: #82cd2d;
}
.category-earthquake_proof .contents-inner h2::after {
	border-bottom: solid 3px #82cd2d;
}

.category-optional_product .hero {
	background-color: #d1c600;
}
.category-optional_product .hero .contents-inner {
	background-image: url("../images/product_img-header04.jpg");
}
.category-optional_product .contents-inner h2 {
	color: #d1c600;
}
.category-optional_product .contents-inner h2::after {
	border-bottom: solid 3px #d1c600;
}

.category-mdf_idf .hero {
	background-color: #f89d16;
}
.category-mdf_idf .hero .contents-inner {
	background-image: url("../images/product_img-header05.jpg");
}
.category-mdf_idf .contents-inner h2 {
	color: #f89d16;
}
.category-mdf_idf .contents-inner h2::after {
	border-bottom: solid 3px #f89d16;
}

.category-network_accessories .hero {
	background-color: #c64241;
}
.category-network_accessories .hero .contents-inner {
	background-image: url("../images/product_img-header06.jpg");
}
.category-network_accessories .contents-inner h2 {
	color: #c64241;
}
.category-network_accessories .contents-inner h2::after {
	border-bottom: solid 3px #c64241;
}

/**************************************
パンくず
***************************************/
.breadcrumb {
	background: #009ade;
	color: #fff;
	font-size: 1.2rem;
	padding: 0.25em 0.5em;
	border-top: solid thin #fff;
	margin-bottom: 30px;
}
.breadcrumb a {
	color: #fff;
	font-size: 1.2rem;
}
.breadcrumb a::after {
	font-family: "FontAwesome";
	content: "\f105";
	padding: 0 0.6em;
}
#about .breadcrumb {
	margin-bottom: 0;
}

/**************************************
コンテンツ
***************************************/
.full-wide {
	width: 100%;
}
.wide-94 {
	width: 94%;
	max-width: 980px;
	margin-right: auto;
	margin-left: auto;
}
.wide-90 {
	width: 90%;
	max-width: 980px;
	margin-right: auto;
	margin-left: auto;
}
.col-S-2 {
	width: 48%;
}
p span.red {
	font-weight: 500;
	color: #e44a06;
}

.contentsWrapper section {
	margin-bottom: 40px;
}
.contents-inner h2 {
	font-size: 1.8rem;
	color: #009ade;
	position: relative;
	padding: 0 0 0.3em;
	border-bottom: 3px solid #ddd;
	margin-bottom: 0.6em;
	margin-top: 1.5em;
}
.contents-inner h2::after {
	position: absolute;
	content: " ";
	border-bottom: solid 3px #009ade;
	bottom: -3px;
	width: 20%;
	display: block;
}
.contents-inner h3 {
	font-size: 1.6rem;
	line-height: 1.6;
	/*color: #009ade;*/
	color: #004d97;
	padding-left: 1.2em;
	text-indent: -1.2em;
	margin-bottom: 0.2em;
}
.contents-inner h4 {
	font-size: 1.5rem;
	line-height: 1.6;
	/*color: #009ade;*/
	color: #004d97;
	margin-bottom: 0.2em;
}
.link-btn {
	display: inline-block;
	font-size: 1.3rem;
	font-weight: 700;
	/*background: #ccc;*/
	padding: 0.5em 2em;
	border-radius: 1.5em;
}
.heading-box {
	width: 100%;
	max-width: 980px;
	margin: 0 auto 20px;
}
p.ttl_heading {
	background: url("../images/bg_heading01.png") no-repeat center bottom;
	background-size: cover;
	text-align: center;
	min-height: 26px;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.4;
	margin-bottom: 20px;
}
p.ttl_heading + p {
	padding: 0 3%;
}

.pager {
  text-align: center;
  padding: 30px 0 10px;
}
.pager .current {
  background: #009ade;
  color: #fff;
  padding: 0 0.5em 0.15em;
  margin: 0 0.15em !important;
}
.pager a.page {
  background: #ccc;
  color: #fff;
  padding: 0 0.5em 0.15em;
  margin: 0 0.15em !important;
}
.pager .previouspostslink {
  margin-right: 0.2em !important;
}
.pager .nextpostslink {
  margin-left: 0.2em !important;
}
/*
.youtube_box {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube_box iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 800px;
  height: 100%;
  margin: 0 auto;
}*/

/*　《  index　》  */
#index_casestudy {
  padding-top: 100px;
  margin-top: -100px
}
#index_casestudy .contents-inner {
	display: block;
	background: url("../images/imagemap.png") no-repeat center center;
	background-size: auto 100%;
}
#index_casestudy .contents-inner .inner-item {
	width: 100%;
	max-width: 980px;
	position: relative;
	margin: 0 auto;
}

.md-contents {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	max-width: 800px;
	/*overflow: hidden;*/
	z-index: 10000;
}
.md-inner {
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.md-inner .inner-text {
	width: 55%;
}
.md-inner .inner-photo {
	width: 40%;
	max-width: 354px;
}
.md-inner .map-area {
	display: inline-block;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.5;
	color: #fff;
	background: #ffbe00;
	padding: 0 1em;
}
.md-inner .map-product {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.3 !important;
	margin: 0.4em 0;
}
.md-inner .map-text {
	line-height: 1.5;
	margin-bottom: 1em;
}
.voice-box {
	background: #fff;
  flex-wrap: wrap;
}
.voice-box .inner-text {
  width: 100%;
}
.voice-box .inner-photo {
  display: none;
	/*width: 40%;
	max-width: 400px;*/
}
.voice-box .inner-text div {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
}
.voice-box .inner-text .map-scene {
  margin-left: 1.2em;
  font-weight: 600;
  color: #009ade;
}
.voice-box .map-area {
	background: #009ade;
}
.voice-box .map-product-sub {
	font-size: 1.4rem;
	border-bottom: solid thin #333;
	margin-top: 0.4em;
}

.md-inner .link-btn {
	display: block;
	text-align: center;
	background: #009ade;
	color: #fff;
}
.md-xmark {
	position: absolute;
	top: -15px;
	right: 7px;
	width: 40px;
	height: 40px;
	z-index: 9999;
	cursor: pointer;
	background: #ccc;
	border-radius: 50%;
}
.md-xmark span {
	position: absolute;
	left: 0;
	width: 26px;
	height: 2px;
	background-color: #fff;
}
.md-xmark span:nth-of-type(1) {
	top: 50%;
	left: 20%;
	transform: translateY(0px) rotate(45deg);
}
.md-xmark span:nth-of-type(2) {
	top: 50%;
	left: 20%;
	transform: translateY(-0px) rotate(-45deg);
}

#index_information {
}
#index_information .contents-inner {
	/*background: url("../images/index_bg_infomation.jpg") no-repeat center center;*/
  background-color: #009ade;
	background-size: cover;
	padding: 25px 5%;
}
#index_information ul {
	background: #fff;
	border: solid 3px #009ade;
	border-radius: 15px;
	padding: 15px;
}
/******************新着一覧スタイル（共通）**********************/
.news-contents li {
	position: relative;
	border-bottom: solid thin #999;
	padding: 0 10% 15px 0;
	margin-bottom: 15px;
}
.news-contents li:last-of-type {
	border-bottom: none;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}
.news-contents li .yymmdd {
	font-size: 1.2rem;
	font-weight: 700;
	margin-bottom: 0.5em;
	color: #009ade;
}
.news-contents li .yymmdd span {
	color: #fff;
	border-radius: 1.5em;
	padding: 0.15em 1em;
	margin-left: 0.5em;
}
.news-contents li a {
	font-size: 1.3rem;
	line-height: 1.4;
}
#index_information .news-contents li a::after {
	content: "";
	background: url("../images/icon_list-style02.png") no-repeat;
	background-size: cover;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 0;
	bottom: calc(50% - 10px);
}
.yymmdd span.oshirase {
	background-color: #aaa;
}
.yymmdd span.seihin {
	background-color: #009ade;
}
.yymmdd span.tenji {
	background-color: #ffc700;
}

#index_product {
}
#index_product .contents-inner {
	width: 90%;
	max-width: 980px;
	margin: 0 auto;
}
#index_product .contents-inner li {
	max-width: 420px;
	margin: 0 auto 15px;
}

#index_product .contents-inner li .inner-photo {
	border-radius: 10px;
	border: solid 3px;
	box-sizing: border-box;
	text-align: center;
}
#index_product .contents-inner li .inner-photo div {
	border-radius: 10px;
	overflow: hidden;
}
#index_product .contents-inner li .inner-photo p {
	color: #fff;
	font-weight: 700;
	font-size: 2rem;
	letter-spacing: 0.1em;
	margin: 15px 0 10px;
}
#index_product .contents-inner .inner-list {
	margin: 10px 0 0;
}
#index_product .contents-inner .inner-list p {
	padding-left: 20px;
	position: relative;
}
#index_product .contents-inner .inner-list p::before {
	position: absolute;
	left: 0;
	top: 0.4em;
	content: "";
	width: 16px;
	height: 16px;
	background: url("../images/icon_list-style02.png") no-repeat center center;
	background-size: contain;
}
#index_product .contents-inner li:first-child .inner-photo {
	background-color: #009ade;
	border-color: #009ade;
}
#index_product .contents-inner li:nth-child(2) .inner-photo {
	background-color: #4ac4e9;
	border-color: #4ac4e9;
}
#index_product .contents-inner li:nth-child(3) .inner-photo {
	background-color: #82cd2d;
	border-color: #82cd2d;
}
#index_product .contents-inner li:nth-child(4) .inner-photo {
	background-color: #d1c600;
	border-color: #d1c600;
}
#index_product .contents-inner li:nth-child(5) .inner-photo {
	background-color: #f89d16;
	border-color: #f89d16;
}
#index_product .contents-inner li:last-child .inner-photo {
	background-color: #c64241;
	border-color: #c64241;
}


/*::::::: 上部へ移動 ::::::::::*/

#index_tri-item .contents-inner {
	width: 90%;
	max-width: 980px;
	margin: 0 auto;
}
#index_tri-item .contents-inner li {
	max-width: 420px;
	margin: 0 auto 15px;
}
#index_tri-item .index_product_intro {
	margin: 20px auto 50px;
}
#index_tri-item .index_product_intro li {
	border-radius: 10px;
	border: solid 3px #009ade;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#index_tri-item .index_product_intro li .figure {
	width: 40%;
	max-width: 300px;
}
#index_tri-item .index_product_intro li .text {
	width: 60%;
  background: #009ade;
  display: flex;
  align-items: center;
  padding-left: 10px;
  position: relative;
}
#index_tri-item .index_product_intro li .text::after {
  content: "";
  position: absolute;
  right: 10px;
  width: 24px;
  height: 24px;
  background: url("../images/index_img_tri-item-toggle.png") no-repeat;
  background-size: cover;
}
#index_tri-item .index_product_intro li p {
	font-size: 1.6rem;
	font-weight: 700;
  color: #fff;
  text-align: center;
}


#index_greenguide {
	background-color: #009ade;
	padding: 30px 5% 10px;
}
#index_greenguide .contents-inner li {
	max-width: 420px;
	margin: 0 auto 15px;
	border-radius: 10px;
	background-color: #fff;
	padding: 20px 0;
	text-align: center;
	margin-bottom: 20px;
}
#index_greenguide .contents-inner li div {
	width: 60%;
	max-width: 300px;
	margin: 0 auto;
}
#index_greenguide .contents-inner li .ttl {
	font-weight: 700;
	font-size: 2rem;
	margin: 10px 0;
}
#index_greenguide .contents-inner li:first-child .link-btn {
	background-color: #009ade;
	color: #fff;
}
#index_greenguide .contents-inner li:last-child .link-btn {
	background-color: #82cd2d;
	color: #fff;
}
#index_about .contents-inner {
	background: url("../images/index_bg_about-sp.jpg") no-repeat center center;
	background-size: cover;
	padding: 20px;
	display: flex;
	justify-content: flex-end;
}
#index_about .contents-inner ul {
	padding: 15px 15px 5px;
	background-color: #fff;
	border: solid 3px #009ade;
	border-radius: 15px;
}
#index_about .contents-inner .link-btn {
	display: inline-block;
	background-color: #ffbe00;
	width: 15em;
	color: #009ade;
	position: relative;
	margin-bottom: 10px;
	text-align: left;
}
#index_about .contents-inner .link-btn::after {
	content: "▶";
	position: absolute;
	right: 1em;
}
#index_contact .contents-inner {
	width: 90%;
	max-width: 980px;
	margin: 0 auto;
	background: url("../images/bg_blue01.jpg");
	background-size: cover;
	border-radius: 10px;
	border: solid 3px #009ade;
	box-sizing: border-box;
	padding: 25px 2%;
	text-align: center;
}
#index_contact .contents-inner .txt {
	font-size: 2.2rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.1;
	color: #fff;
	margin-bottom: 20px;
}
#index_contact .contents-inner .txt span {
	font-size: 1.2rem;
	font-weight: 400;
	letter-spacing: 0;
}
#index_contact .contents-inner .link-btn {
	background-color: #fff;
	color: #009ade;
}
#index_other {
	background-color: #e6e6e6;
	padding: 30px 5% 10px;
	margin-bottom: 0 !important;
}
#index_other .contents-inner li {
	max-width: 420px;
	margin: 0 auto 15px;
	border-radius: 10px;
	overflow: hidden;
	background-color: #fff;
	text-align: center;
	margin-bottom: 20px;
}
#index_other .contents-inner li p {
	font-size: 1.8rem;
	font-weight: 500;
	margin: 10px 0;
}

/*　《  動画／特注／耐震　》  */
#custommade .contents-inner [class^="graph"] {
	margin-right: auto;
	margin-left: auto;
}
#custommade .contents-inner .graph01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	max-width: 980px;
}
#custommade .contents-inner .graph01 li {
	margin-bottom: 15px;
}
#custommade .contents-inner .graph02 {
	max-width: 800px;
}
#custommade .contents-inner .graph03 {
	max-width: 660px;
}
#custommade .contents-inner .graph04 {
	max-width: 600px;
}
#custommade .contents-inner .graph06 {
	max-width: 600px;
}
#custommade .contents-inner .graph07 {
	max-width: 800px;
}
#custommade .contents-inner .graph05 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	max-width: 800px;
}
#custommade .contents-inner .graph05 li {
	margin-bottom: 15px;
}

/*　《  購入ガイド　グリーン購入法　》  */
#installguide .contents-inner dl dd {
	margin-bottom: 1em;
	padding-left: 1.2em;
}
#installguide .contents-inner dl dd strong {
	color: #009ade;
}
#installguide .contents-inner dl dd div {
	width: 65%;
	max-width: 500px;
	margin: 10px auto;
}
#installguide .contents-inner dl dd ul {
	padding-left: 3.2em;
}
#installguide .contents-inner dl dd ul li {
	font-size: 1.4rem;
	list-style-type: decimal;
}
#installguide .graph01 {
	width: 100%;
	max-width: 980px;
	background-color: #edeae2;
	padding: 15px;
	margin: 0 auto 1em;
}
#installguide .graph01 h6 {
	color: #009ade;
}
#installguide .graph01 .figure {
	max-width: 800px;
	margin: 10px auto 0;
}
#installguide .graph02 {
	width: 90%;
	max-width: 800px;
	background-color: #d6e0ec;
	border: solid thin #009ade;
	padding: 10px 15px;
	margin: 0 auto 1em;
	display: flex;
	justify-content: center;
}
#installguide .graph02 p {
	font-size: 1.4rem;
	color: #009ade;
	font-weight: 700;
}
#installguide .graph03 {
	max-width: 620px;
	margin: 0 auto;
	display: flex;
	text-align: center;
}
#installguide .graph03 p {
	font-size: 1.2rem;
}

#green .contents-inner h2 {
	color: #82cd2d;
}
#green .contents-inner h2::after {
	border-bottom: solid 3px #82cd2d;
}
#green .contents-inner h3 {
	color: #82cd2d;
}
#green .greenflow {
	width: 100%;
	max-width: 460px;
	margin: 0 auto;
}
#green .greenflow li {
	background: #82cd2d;
	color: #fff;
	font-weight: 700;
	text-align: center;
	padding: 0.6em;
	position: relative;
	margin-bottom: 42px;
}
#green .greenflow li:not(:last-child)::after {
	content: "";
	background: url("../images/green_flow_arrow.svg") no-repeat center center;
	background-size: contain;
	width: 20px;
	height: 45px;
	position: absolute;
	z-index: 99;
	top: calc(100% - 6px);
	left: calc(50% - 10px);
}
#green .greenflow li:nth-child(2) {
	background: none;
	padding: 0;
}
#green .greenflow .link-btn {
	background: url("../images/icon_arrow01.svg") no-repeat;
	background-position: right center;
	background-size: auto 40%;
	background-color: #82cd2d;
	padding-right: 5em;
	padding-left: 5em;
}
#green .green-item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#green .green-item table {
	border-top: solid thin #000;
	border-left: solid thin #000;
	text-align: center;
	font-size: 1.4rem;
	margin-bottom: 15px;
}
#green .green-item table tr th {
	border-right: solid thin #000;
	border-bottom: solid thin #000;
	background: #009ade;
	color: #fff;
	padding: 0.5em 0;
}
#green .green-item table tr td {
	border-right: solid thin #000;
	border-bottom: solid thin #000;
	padding: 0.5em 0;
}
#green .green-item table caption {
	text-align: left;
	color: #009ade;
	font-weight: 700;
}

/*　《  ヤマトについて　》  */
#profile .shoulder {
	font-size: 1.6rem;
	font-weight: 700;
	position: relative;
	padding-left: 35px;
	margin-bottom: 0.3em;
}
#profile .shoulder::before {
	content: "";
	border-bottom: solid thin #009ade;
	width: 30px;
	height: 10px;
	position: absolute;
	left: 0;
	top: 5px;
}
#about_story .ttl,
#about_potential .ttl, 
#about_challenge .ttl {
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.5;
	color: #009ade;
	margin-bottom: 0.3em;
}
#profile .sub-ttl {
	font-size: 1.6rem;
	font-weight: 500;
	color: #009ade;
	margin-bottom: 0.8em;
}

/*
#about .contents-inner {
	max-width: 980px;
	margin: 0 auto;
}
#about_story, #about_potential, #about_challenge {
  padding-top: 70px;
  margin-top: -70px;
}

#about #about_story .block01 {
	background: url("../images/about_bg01.jpg") no-repeat 35% center;
	background-size: auto 100%;
	padding: 20px 0 80px;
}
#about #about_story .block02 {
	background-color: #009ade;
	color: #fff;
	padding: 20px 0;
}
#about #about_story .block02 .ttl {
	color: #fff;
}
#about #about_story .block02 ul {
	display: flex;
	justify-content: center;
	margin-top: 1em;
}
#about #about_story .block02 ul li:first-of-type {
	margin-right: 1em;
}
#about #about_story .block02 ul p {
	border: solid thin #fff;
	padding: 0.2em 0.6em;
}

#about #about_potential .block01 {
	background: url("../images/about_bg02.jpg") no-repeat center bottom;
	background-size: contain;
	padding: 0 0 30px;
}
#about #about_potential .block01 .photo {
	max-width: 500px;
	margin: 0 auto;
}
#about #about_potential .block02 {
	background-color: #009ade;
	padding: 20px 0 0;
}
#about #about_potential .block02 .contents-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#about #about_potential .block02 .contents-inner .inner-item {
	background: #fff;
	border-radius: 15px;
	padding: 15px;
	position: relative;
	color: #000;
	margin: 10px 0 20px;
}
#about #about_potential .block02 .contents-inner .photo {
	max-width: 370px;
	margin: 0 auto;
}
#about #about_potential .block02 .contents-inner .photo p {
	font-weight: 500;
	line-height: 1.5;
	margin-top: 0.75em;
}
#about #about_potential .block02 .contents-inner .icon {
	position: absolute;
	top: -15px;
	left: -15px;
	width: 28%;
	max-width: 134px;
}
#about #about_challenge .block01 .photo {
	width: 80%;
	margin: 15px auto 0;
}
*/
#profile-about, #about_story, #about_potential, #about_challenge {
  padding-top: 70px;
  margin-top: -70px;
}

#profile #about_story .block01 {
	background: url("../images/about_bg01.jpg") no-repeat 35% center;
	background-size: auto 100%;
	padding: 20px 0 80px;
}
#profile #about_story .block02 {
	background-color: #009ade;
	color: #fff;
	padding: 20px 0;
  margin-bottom: 30px;
}
#profile #about_story .block02 .ttl {
	color: #fff;
}
#profile #about_story .block02 ul {
	display: flex;
	justify-content: center;
	margin-top: 1em;
}
#profile #about_story .block02 ul li:first-of-type {
	margin-right: 1em;
}
#profile #about_story .block02 ul li p {
	border: solid thin #fff;
	padding: 0.2em 0.6em;
}


#profile #about_potential .block01 {
	background-image: url("../images/about_bg02.jpg") ;
  background-repeat: no-repeat;
  background-position: center bottom;
	background-size: contain;
	padding: 0 0 30px;
}
#profile #about_potential .block01 .photo {
	max-width: 500px;
	margin: 0 auto;
}
#profile #about_potential .block02 {
	background-color: #009ade;
	padding: 20px 0 0;
}
#profile #about_potential .block02 .contents-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#profile #about_potential .block02 .contents-inner .inner-item {
	background: #fff;
	border-radius: 15px;
	padding: 15px;
	position: relative;
	color: #000;
	margin: 10px 0 20px;
}
#profile #about_potential .block02 .contents-inner .photo {
	max-width: 370px;
	margin: 0 auto;
}
#profile #about_potential .block02 .contents-inner .photo p {
	font-weight: 500;
	line-height: 1.5;
	margin-top: 0.75em;
}
#profile #about_potential .block02 .contents-inner .icon {
	position: absolute;
	top: -15px;
	left: -15px;
	width: 28%;
	max-width: 134px;
}
#profile #about_challenge .block01 {
  margin-top: 30px;
}
#profile #about_challenge .block01 .photo {
	width: 80%;
	margin: 15px auto 0;
}

/*　《  会社概要　》  */
#profile .profile-ttl {
}
#profile .profile-ttl .inner-item {
	background: url("../images/profile_bg_ttl.svg") #fff no-repeat center center;
	background-size: auto;
	display: flex;
	align-items: center;
}
#profile .profile-ttl p {
	background: #fff;
	font-size: 2.2rem;
	font-weight: 700;
	padding: 10px 15px;
}
#profile .profile-ttl p.description {
	font-size: 1.4rem;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	color: #009ade;
	padding-left: 0;
	padding-top: 15px;
}
#message, #company, #client {
  padding-top: 70px;
  margin-top: -70px;
}
#profile #message .contents-inner {
	background: #009ade;
	padding: 20px 0;
}
#profile #message .contents-inner div {
	background: #fff;
	padding: 15px;
	border-radius: 15px;
}
#profile #message .contents-inner .ttl {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 15px;
}
#profile #message .contents-inner .sign {
	text-align: right;
	margin-top: 15px;
	font-size: 1.3rem;
}
#profile #message .contents-inner .sign span {
	font-size: 2.2rem;
  font-family: "myFont";
}
#profile #company dl {
	border-top: solid thin #999;
	font-size: 1.4rem;
}
#profile #company dl dt {
	padding-top: 0.5em;
	font-weight: 700;
	color: #777;
}
#profile #company dl dd {
	border-bottom: solid thin #999;
	padding-bottom: 0.5em;
}
#profile #client .client-list {
	padding: 1em 0.35em;
	margin-bottom: 0.6em;
	border: solid thin;
	border-color: #999 transparent #999 transparent;
}
#profile #client .cap {
	text-align: right;
	font-size: 1.2rem;
}

/*　《  採用情報　》  */
#recruitment section dl {
	font-size: 1.4rem;
}
#recruitment section dl dt {
	background: #d7ebff;
	padding: 0.3em 0.5em;
}
#recruitment section dl dd {
	background: #fff;
	min-height: 30px;
	padding: 0.3em 0.5em;
}

/*　《  プライバシーポリシー　》  */
#privacy .contents-inner .inner-item {
	border: solid thin;
	border-color: #999 transparent;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 20px 0;
}


/*　《  動画紹介　》  2024 0125修正 */
#movieinfo .contents-inner .movie-item {
  max-width: 560px;
}
#movieinfo .contents-inner .movie-item iframe {
  max-width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}
#movieinfo .contents-inner .illust {
  width: auto;
  max-height: 240px;
  text-align: center;
  margin: 15px auto;
}
#movieinfo .contents-inner .illust img {
  width: auto;
  max-height: 240px;
}


/*　《  サイトマップ　》  */
#sitemap .inner-item ul.list01 {
	margin-top: 30px;
  padding-left: 3%;
  padding-right: 3%;
}
#sitemap .inner-item .list01 li {
  width: 100%;
  margin-bottom: 1.5em;
}
#sitemap .inner-item .list01 .ttl {
	border-bottom: solid 2px #009ade;
	padding-bottom: 0.4em;
	margin-bottom: 0.5em;
	font-weight: 700;
}
#sitemap .inner-item .list01 .link-arrow {
	padding: 0.15em 1em;
	position: relative;
}
#sitemap .inner-item .list01 .link-arrow::after {
	font-family: "FontAwesome";
	content: "\f105";
	position: absolute;
	right: 0.25em;
}

#sitemap .inner-item ul.list02 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 30px;
}
#sitemap .inner-item .list02 {
	border: solid thin;
	border-color: #009ade transparent transparent;
}
#sitemap .inner-item .list02 li {
	width: 50%;
	padding: 0.4em 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border: solid thin;
	border-color: transparent #009ade #009ade transparent;
}
#sitemap .inner-item .list02 li:nth-of-type(even) {
	border-color: transparent transparent #009ade transparent;
}
/*
#sitemap .inner-item .list02 li:last-of-type {
	border-color: transparent #009ade transparent transparent;
}*/

/*　《  news タブ　》  ********************/
#news .year-box {
	padding: 15px 0;
}
#news .year-box ul {
	display: flex;
	flex-wrap: wrap;
}
#news .year-box ul a {
	font-size: 1.4rem;
	border-bottom: solid thin #333;
	margin-right: 1.2em;
}
#news .year-box ul a::after {
	font-family: "FontAwesome";
	content: "\f0da";
	margin-left: 0.5em;
}

.news-tabs {
}
.news-tabs ul {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.news-tabs ul li {
	width: calc(100% / 3);
	border-bottom: solid 5px #ddd;
}
.news-tabs ul li.active {
	border-bottom: solid 5px #009ade;
}
.news-tabs ul li a {
	display: block;
	font-weight: 500;
	font-size: 1.4rem;
	padding: 0.7em 0 0.4em;
	color: #999;
	text-align: center;
}
.news-tabs ul li.active a {
	color: #000;
}

.news-list {
	padding: 20px 0;
	border-top: solid thin #999;
	border-bottom: solid thin #999;
}

.news-tab-wrap {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto 0;
}
.news-tab-wrap .tab-label {
	width: calc(100% / 3);
	text-align: center;
	color: #999;
	order: -1;
	border-bottom: solid 5px #ddd;
	font-size: 1.4rem;
	font-weight: 500;
	padding: 0.7em 0 0.4em;
}
.news-tab-wrap .tab-content {
	width: 100%;
	display: none;
}
/* アクティブなタブ */
.news-tab-wrap .tab-switch:checked + .tab-label {
	border-bottom: solid 5px #009ade;
	color: #000;
}
.tab-switch:checked + .tab-label + .tab-content {
	display: block;
}
/* ラジオボタン非表示 */
.tab-switch {
	display: none;
}

/*　一覧部分  ********************/
#news .inner-item {
	padding: 20px 0;
	margin-top: 30px;
	border-top: solid thin #999;
	border-bottom: solid thin #999;
}
#news .news-contents li {
	padding: 0 0 15px 0;
	margin-bottom: 15px;
}
#news .news-contents {
	width: 90%;
	margin: 0 auto;
}

/*　個別記事  ********************/
.post-news {
	margin: 30px 0 15px;
}
.post-news-ttl {
	font-size: 2rem !important;
	font-weight: 700;
	border-left: solid 5px #009ade;
	padding: 0.2em 0.2em 0.2em 0.5em;
}
.post-news-data {
	text-align: right;
	color: #009ade;
	padding: 0.4em;
	margin-bottom: 1em;
}
.post-news-inner {
  margin-bottom: 20px;
}
.back-ichiran a,
.post-news-inner a {
  text-decoration: underline !important;
  color: #009ade !important;
}

/*　検索結果  ********************/
#search-result .search-wrap {
  border-bottom: solid thin #999;
  padding-bottom: 20px;
}
#search-result .search-wrap .SearchInput {
  border: solid thin #ccc;
  font-size: 1.6rem;
}
#search-result .search-wrap .Box-Btn {
  background: #ccc;
}
#search-result .search-category {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
#search-result .search-category p {
  font-size: 1.5rem;
  margin-right: 1.5em;
}
.search-result-list .list-inner {
  display: flex;
  align-items: flex-start;
  margin: 15px 0 0;
  padding-bottom: 15px;
  border-bottom: solid thin #ccc;
}
.search-result-list .list-inner .list-eyecatch {
  width: 30%;
  max-width: 120px;
  max-height: 120px;
  margin-right: 3%;
  outline: solid thin #ddd;
}
.search-result-list .list-inner .list-eyecatch img {
  width: 100%;
  height: 120px;
  object-fit: cover;
}
.search-result-list .list-inner .list-text {
  width: calc(100% - 120px);
  max-width: 67%;
}
.search-result-list .list-inner .list-text1 {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.5;
}
.search-result-list .list-inner .list-text2 {
  font-size: 1.2rem;
  color: #666;
}
.search-result-list .list-inner .list-url {
  font-size: 1.4rem;
  font-weight: 600;
}

/*　ブログ／YAMATO通信  ********************/
#blog-archive .blog-archive-list {
  width: 96%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#blog-archive .blog-archive-list .list-inner {
  width: 50%;
  border-bottom: solid thin #ddd;
}
#blog-archive .blog-archive-list .list-inner:nth-of-type(odd) {
  padding: 10px 10px 10px 0;
  border-right: solid thin #ddd;
}
#blog-archive .blog-archive-list .list-inner:nth-of-type(even) {
  padding: 10px 0 10px 10px;
}
#blog-archive .blog-archive-list .list-inner:first-of-type,
#blog-archive .blog-archive-list .list-inner:nth-of-type(2) {
  padding-top: 0px;
}
#blog-archive .blog-archive-list .list-inner .list-eyecatch {
  border: solid thin #ccc;
}
#blog-archive .blog-archive-list .list-inner .list-text1 {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 700;
  color: #009ade;
  margin-top: 0.5em;
}
#blog-archive .blog-archive-list .list-inner .list-yymmdd {
  font-size: 1.1rem;
  margin-bottom: 0.6em;
}
#blog-archive .blog-archive-list .list-inner .list-text2 {
  font-size: 1.2rem;
  line-height: 1.4;
}
#blog-archive .blog-archive-list .list-inner .moreread {
  text-align: right;
  font-size: 1.2rem;
}
#blog-archive .blog-archive-list .list-inner .moreread span::before {
  content: "［";
  margin-right: 0.35em;
}
#blog-archive .blog-archive-list .list-inner .moreread span::after {
  content: "］";
  margin-left: 0.35em;
}
#blog .blog-contents {
  margin-bottom: 30px;
}
#blog .blog-contents .eyecatch {
}
#blog .blog-contents .blog-body {
  padding: 20px 0;
}
#blog .blog-contents .blog-body h1 {
  font-size: 2.4rem;
  line-height: 1.5;
  color: #009ade;
  border-bottom: solid 2px #009ade;
  padding-bottom: 0.4em;
  margin-bottom: 0.2em;
}
#blog .blog-contents .blog-body .yymmdd {
  font-size: 1.4rem;
  text-align: right;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}
#blog .blog-contents .blog-body h3 {
  font-size: 1.8rem;
  color: #000;
  margin-top: 0.1em;
}
#blog .blog-contents .blog-body h4 {
  font-size: 1.4rem;
  color: #009ade;
  margin-top: 0.1em;
}
#blog .blog-contents .blog-body img {
  width: 100%;
  height: auto;
}
#blog .blog-contents .paging {
  margin: 15px 0;
  display: flex;
  justify-content: space-between;
}
#blog .blog-contents .paging .prev p::before {
  font-family: "FontAwesome";
  content: "\f100";
  margin-right: 0.4em;
}
#blog .blog-contents .paging .next p::after {
  font-family: "FontAwesome";
  content: "\f101";
  margin-left: 0.4em;
}
#blog .side-contents {
  width: 100%;
  border-top: solid thin #ddd;
  padding-top: 30px;
}
#blog .side-contents .side-menu-title p {
  background: #e5e5e5;
  text-align: center;
  padding: 0.6em;
  margin-bottom: 10px;
}
#blog .side-contents .side-menu-item ul {
  display: flex;
  justify-content: space-between;
  border-bottom: solid thin #e5e5e5;
  padding: 10px 0;
}
#blog .side-contents .side-menu-item ul .list-eyecatch {
  width: 102px;
  border: solid thin #ccc;
}
#blog .side-contents .side-menu-item ul .list-eyecatch img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}
#blog .side-contents .side-menu-item ul .list-text {
  width: calc(100% - 110px);
}
#blog .side-contents .side-menu-item ul .list-text1 {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  color: #009ade;
  margin-bottom: 0.2em;
}
#blog .side-contents .side-menu-item ul .list-text2 {
  font-size: 1.3rem;
  line-height: 1.5;
}


/**************************************
アーカイブ
***************************************/
.archive-list {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin: 20px auto 0;
	max-width: 480px;
}
.archive-list li {
	width: 46%;
	max-width: 220px;
	text-align: center;
	margin-bottom: 25px;
}
.archive-list li:nth-of-type(odd) {
	margin-right: 7%;
}
.archive-list li .archive-photo {
	height: 160px;
	overflow: hidden;
	border: solid thin #888;
	box-sizing: border-box;
	margin-bottom: 8px;
}
.archive-list li .archive-photo img {
	object-fit: contain;
	width: 100%;
	height: 100%;
}
.archive-list li p {
	line-height: 1.5;
}

/***************************************
404　notfound
***************************************/
#notfound section {
  width: 90%;
  max-width: 720px;
  margin: 50px auto;
  background: #efefef;
  padding: 1em 1.2em;
}
#notfound section h1 {
  text-align: center;
  font-size: 2.4rem;
}
#notfound section h2 {
  text-align: center;
  margin: 0.7em 0;
}

/***************************************
フッター
***************************************/
.footer {
	border-top: solid 5px #009ade;
	width: 100%;
}
.footer #footer-content {
	max-width: 1080px;
	padding: 1.5em 3% 1.3em;
}
.footer .logo-f {
	width: 270px;
	margin: 0 auto 1.5em;
}
.footer .address-f {
	width: 340px;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto 1em;
}
.footer .address-f dt {
	font-size: 1.2rem;
	line-height: 1.5;
	font-weight: bold;
	width: 80px;
}
.footer .address-f dd {
	font-size: 1.2rem;
	line-height: 1.5;
	width: 260px;
}
.footer .menu-f {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.footer .menu-f a {
	font-size: 1.4rem;
	color: #000;
}
.footer .menu-f a::after {
	content: "｜";
	padding: 0 0.4em;
}
.footer .menu-f a:first-child::before {
	content: "｜";
	padding: 0 0.4em;
}

.footer .copyright {
	width: 100%;
	background-color: #f1eee3;
	padding: 0.25em 0;
}
.footer .copyright p {
	text-align: center;
	font-size: 1.1rem;
}

/* メディアクエリサンプル */
/* =============================================================================================
	device setting
	画面幅が480以下（PC小・タブレット・スマホ横　スタイル）
 ============================================================================================= */
@media screen and (max-width: 768px) {
	.hide_sp {
		display: none;
	}

	/**************************************
   ナビ
   ***************************************/
	nav.NavMenu {
		position: fixed;
		z-index: 100;
		top: 0;
		left: 0;
		background: #009ade;
		width: 100vw;
		height: 100vh;
		transform: translateX(100%); /*ナビを隠す*/
		transition: all 0.3s;
    overflow-y: auto;
	}
	nav.NavMenu.active {
		transform: translateX(0%);
	}
	nav.NavMenu #gnav {
		width: 100%;
		margin: 0;
		padding: 0;
		border-bottom: 1px solid #fff;
	}
	nav.NavMenu #gnav li.menu_single {
		font-size: 1.6rem;
		padding: 0;
		width: 100%;
		border-top: 1px solid #fff;
	}
	nav.NavMenu #gnav li.menu_single:first-of-type {
		padding-top: 1.22em;
    padding-left: 1em;
		border-top: none;
    background: #4b4b4b;
	}
	nav.NavMenu #gnav li.menu_single:last-of-type {
		border-right: none;
	}
	nav.NavMenu #gnav li.menu_single ul li.menu_second {
		font-size: 85%;
		line-height: 1.4;
		padding-left: 0;
		margin-left: 1.6em;
		border-top: dotted thin #fff;
		border-left: dotted thin #fff;
	}
	nav.NavMenu #gnav li.menu_single ul li.menu_second_title {
    display: none;
	}
	nav.NavMenu #gnav li.menu_single ul li.menu_second a::before {
		font-family: "FontAwesome";
		content: "\f0da";
		margin-right: 0.5em;
	}
	nav.NavMenu #gnav li.menu_single ul li.menu_second ul {
    display: none;
	}
	nav.NavMenu #gnav li > a {
		color: #fff;
		line-height: 2.6;
		padding-left: 1.3em;
	}
  
  .search-contents {
    position: relative;
    justify-content: center;
    margin-top: 0.5em;
    padding: 0 25px 20px 0;
  }
  .SearchInput {
    border-radius: 4px;
    border: none;
    width: 100%;
    height: 40px;
    padding-left: 15px;
    padding-right: 55px;
    background: #fff;
    color: #000;
    font-size: 1.4rem;
  }
  .Box-Btn {
    position: absolute;
    top: 0;
    right: 20px;
    width: 55px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    border: none;
    border-radius: 0 4px 4px 0;
    background: #e5e5e5;
  }
  .Box-Btn .search-icon::after {
    font-family: "FontAwesome";
    content: "\f002";
    font-size: 1.6rem;
  }
  .search-wrap-header p {
    color: #fff;
    font-size: 1.3rem;
  }
  .search-wrap {
  }
	/*nav.NavMenu #gnav li > a::before {
      content: "▶";
      font-size: 1.3rem;
      margin-right: 0.6em;
   }*/

	/****************************************
      ナビ／トグル
   ***************************************/
	.Toggle {
		display: block;
		position: fixed;
		right: 13px;
		top: 12px;
		width: 42px;
		height: 42px;
		cursor: pointer;
		z-index: 101;
	}
	.Toggle span {
		display: block;
		position: absolute;
		width: 30px;
		border-bottom: solid 2px #444;
		-webkit-transition: 0.35s ease-in-out; /*変化の速度を指定*/
		-moz-transition: 0.35s ease-in-out; /*変化の速度を指定*/
		transition: 0.35s ease-in-out; /*変化の速度を指定*/
		left: 6px;
	}
	.Toggle span:nth-child(1) {
		top: 9px;
	}
	.Toggle span:nth-child(2) {
		top: 18px;
	}
	.Toggle span:nth-child(3) {
		top: 27px;
	}
	/* 最初のspanをマイナス45度に */
	.Toggle.active span:nth-child(1) {
		top: 18px;
		left: 6px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
		border-bottom: solid 2px #fff;
	}
	/* 2番目と3番目のspanを45度に */
	.Toggle.active span:nth-child(2),
	.Toggle.active span:nth-child(3) {
		top: 18px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
		border-bottom: solid 2px #fff;
	}
  .search-toggle {
		display: block;
		position: fixed;
		right: 50px;
		top: 15px;
		width: 33px;
		height: 30px;
		cursor: pointer;
  }
  .search-toggle span {
		display: block;
		position: absolute;
		width: 30px;
	}
  .search-toggle span::after {
    font-family: "FontAwesome";
    content: "\f002";
    font-size: 1.8rem;
  }
  .search-toggle-pc {
    display: none;
  }

	#index_casestudy .contents-inner .inner-item div[class^="pin-pro"]::before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 50%;
		margin-left: -12px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 26px 10px 0 10px;
		border-color: #009ade transparent transparent transparent;
	}
	#index_casestudy .contents-inner .inner-item div[class^="pin-voice"]::before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 60%;
/*		margin-left: -12px;*/
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 12px 40px 12px;
		border-color: transparent transparent #009ade transparent;
	}
  
	#index_casestudy .contents-inner .inner-item .new::after {
		content: "";
    position: absolute;
		width: 55px;
		height: 25px;
    background-image: url("../images/icon_new.png");
    background-size: contain;
    background-repeat: no-repeat;
	}
  
	#index_casestudy .contents-inner .inner-item div[class^="pin-"] {
		position: absolute;
		width: 7% /*5.3%*/;
		height: auto;
	}
	#index_casestudy .contents-inner .inner-item .pin-pro01 {
		left: 30%;
		bottom: 68%;
	}
	#index_casestudy .contents-inner .inner-item .pin-pro02 {
		left: 17.5%;
		bottom: 47%;
	}
	#index_casestudy .contents-inner .inner-item .pin-pro03 {
		right: 22%;
		bottom: 50%;
	}
	#index_casestudy .contents-inner .inner-item .pin-pro04 {
		left: 38%;
		bottom: 40%;
	}
	#index_casestudy .contents-inner .inner-item .pin-voice01 {
		left: 20%;
		bottom: 8%;
	}
	#index_casestudy .contents-inner .inner-item .new {
    position: absolute;
		left: 11.3%;
		bottom: 27.5%;
	}
	#index_casestudy .contents-inner .inner-item .pin-voice02 {
		right: 31.8%;
		bottom: 6.4%;
	}
	#index_casestudy .contents-inner .inner-item .pin-voice03 {
    display: none;
	}

	#index_casestudy .contents-inner .inner-item div[class^="pin-pro"]::after {
		background: #fff;
		border: solid 2px #009ade;
		border-radius: 6px;
		padding: 0 0.3em;
		color: #009ade;
		font-weight: 700;
		font-size: 1.4rem;
		text-align: center;
		position: absolute;
		bottom: 16px;
		left: 50%;
	}
	#index_casestudy .contents-inner .inner-item div[class^="pin-voice"]::after {
		background: #009ade;
		border: solid 1px #fff;
		box-shadow: 0 0 0 1px #009ade;
		border-radius: 6px;
		padding: 0.2em 0.3em;
		color: #fff;
		font-weight: 500;
		font-size: 1.3rem;
		text-align: center;
		position: absolute;
		bottom: -0px;
		left: 50%;
		margin-left: -4em;
		width: 7.6em;
	}
	#index_casestudy .contents-inner .inner-item .pin-pro01::after {
		content: "工場";
		margin-left: -2.1em;
		width: 4.2em;
	}
	#index_casestudy .contents-inner .inner-item .pin-pro02::after {
		content: "データセンター";
		margin-left: -5.1em;
		width: 8.2em;
		bottom: 25px;
	}
	#index_casestudy .contents-inner .inner-item .pin-pro03::after {
		content: "学校";
		margin-left: -1.6em;
		width: 3.2em;
	}
	#index_casestudy .contents-inner .inner-item .pin-pro04::after {
		content: "オフィス";
		margin-left: -1.6em;
		width: 5.2em;
	}
	#index_casestudy .contents-inner .inner-item .pin-voice01::after {
		content: "お客様の声01";
	}
	#index_casestudy .contents-inner .inner-item .pin-voice02::after {
		content: "お客様の声02";
	}
	#index_casestudy .contents-inner .inner-item .pin-voice03::after {
		content: "お客様の声03";
	}
  
  
  .md-contents {
    max-height: 100%;
    overscroll-behavior: contain;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
/*    touch-action: none;*/
  }
  .voice-box .link {
    width: 100%;
    font-size: 1.3rem;
  }
  #modal05 .md-xmark,
  #modal06 .md-xmark {
    top: 5px;
  }
  
  
  .footer .menu-f a:nth-child(3)::before,
  .footer .menu-f a:last-child::before {
    content: "｜" !important;
    padding: 0 0.4em !important;
  }
  
  
}

/* メディアクエリサンプル */
/* =============================================================================================
	画面幅が768以上のみ（PC　スタイル）
 ============================================================================================= */
@media screen and (min-width: 769px) {
	.hide_pc {
		display: none;
	}

	#pageTop {
		right: 0;
		bottom: 0;
	}
	.contentsWrapper p {
		font-size: 1.8rem;
		line-height: 2;
	}
	.contentsWrapper p.cap {
		font-size: 1.4rem;
	}

	/**************************************
  ヘッダー
  ***************************************/
	.header {
		height: 100px;
		background-color: rgba(255, 255, 255, 0.85);
	}
	.header .contents-inner {
		height: 100px;
		margin: 0 auto;
		justify-content: space-between;
	}
	.header #logo {
		width: 22%;
		max-width: 210px;
		margin-left: 2%;
	}

	/****************************************
  ナビ
  ***************************************/

  .NavMenu #gnav {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		margin: 0 auto;
	}
	.NavMenu #gnav .menu_single {
    position: relative;
    margin: 0 0.5em;
	}
	.NavMenu #gnav .menu_single a {
		display: block;
		font-size: 1.4rem;
		text-decoration: none;
	}
	.NavMenu #gnav .menu_single > a {
		color: #000;
    position: relative;
    padding: 30px 0;
	}
  .NavMenu #gnav .menu_single:last-of-type {
    margin: 0;
	}
  
	.NavMenu #gnav .menu_single ul.menu_second_list {
		position: fixed;
		top: 100px;
		left: 0;
		width: 100vw;
		background: rgba(0,154,222,1);
    padding: 10px calc(50% - 480px) ;
    display: flex;
    flex-wrap: wrap;
		transition: all 0.15s;
    box-shadow: 0px 3px 8px rgba(0,0,0,0.3);
	}
  .NavMenu #gnav .menu_single ul.menu_second_list a {
		color: #fff;
		text-decoration: none;
		position: relative;
    padding: 5px 10px;
  }
  .NavMenu #gnav .menu_single ul.menu_second_list .menu_second_title {
    width: 100%;
    color: #fff;
    font-weight: bold;
    font-size: 1.7rem;
    border-bottom: double 4px #fff;
    padding: 0.3em 0 0.5em;
  }
  
  .NavMenu #gnav .menu_single .dropdown {
    display: none;
    position: relative;
  }
  .NavMenu #gnav .menu_single .dropdown::before {
    position: absolute;
    border-style: solid;
    border-width: 20px;
    border-color: transparent transparent rgba(0,154,222,1) transparent;
    content: "";
    pointer-events: none;
    left: calc(50% - 20px);
    top: -30px;
    z-index: 99;
  }
  
  /*********** 第二階層　************/
	.NavMenu #gnav .menu_single ul.menu_second_list .menu_second {
    margin: 10px 50px 10px 0;
	}
	.NavMenu #gnav .menu_single:hover > ul.menu_second_list .menu_second {
	}
  
  
  /*********** 第二階層 書式　************/
	.NavMenu #gnav .menu_single ul.menu_second_list .menu_second > a {
    font-size: 1.6rem;
    line-height: 22px;
    font-weight: bold;
    padding-left: 1em;
    height: 32px;
/*    height: 0;*/
		transition: all 0.15s;
	}
	.NavMenu #gnav .menu_single ul.menu_second_list .menu_second > a::before {
		font-family: "FontAwesome";
		content: "\f0da";
		position: absolute;
		left: 0.25em;
		top: 5px;
	}
  
  /*********** 第三階層　************/
	.NavMenu #gnav .menu_single ul.menu_second_list .menu_second > ul .menu_third {
    height: 28px;
/*    height: 0;*/
		transition: all 0.15s;
	}
  /*********** 第三階層 書式　************/
	.NavMenu #gnav .menu_single ul.menu_second_list .menu_second > ul .menu_third > a {
		font-size: 1.4rem;
    line-height: 18px;
    padding-left: 2em;
	}
  .NavMenu #gnav .menu_single ul.menu_second_list .menu_second > ul .menu_third > a::before {
		font-family: "FontAwesome";
		content: "\f105";
		position: absolute;
		left: 1em;
		top: 5px;
	}
  
  /***********************/
	.NavMenu #gnav .menu_single .menu_second_list .menu_second a:hover {
    text-decoration: underline;
	}
  
  
  
  
  
  
  
  
  
  
	.Toggle {
		display: none;
	}
  
  .search-wrap-header {
    position: fixed !important;
    width: 100%;
    left: 0;
    top: 0;
		background: #009ade;
    z-index: 200;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
    border-bottom: 2px solid #000;
		transform: translateY(-100%); /*ナビを隠す*/
		transition: all 0.3s;
	}
	.search-wrap-header.active {
		transform: translateY(0%);
	}
  .search-wrap-header p {
    color: #fff;
    margin-right: 1.5em;
  }
  
  .search-contents {
    position: relative;
    justify-content: center;
  }
  .SearchInput {
    border-radius: 4px;
    border: none;
    width: 24em;
    height: 40px;
    padding-left: 15px;
    padding-right: 55px;
    background: #fff;
    color: #000;
    font-size: 1.6rem;
  }
  .Box-Btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 55px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    border: none;
    border-radius: 0 4px 4px 0;
    background: #e5e5e5;
  }
  .Box-Btn .search-icon::after {
    font-family: "FontAwesome";
    content: "\f002";
    font-size: 1.6rem;
  }
  .search-toggle {
    display: none;
  }
  .search-toggle-pc span {
	}
  .search-toggle-pc span::after {
    font-family: "FontAwesome";
    content: "\f002";
    font-size: 1.8rem;
    margin: 0.5em;
  }

	/**************************************
  本文　共通
  ***************************************/
	.contentsWrapper {
		padding-top: 100px !important;
	}

	/**************************************
  Hero
  ***************************************/
	.hero {
	}

	/*　《  index　》  */
	#index .hero {
		margin: 0 3% 70px;
	}
	#index .hero .sliderbox {
		margin: 0 auto;
	}
	#index .hero .slide-item {
		border-radius: 20px;
		border: solid 4px;
		overflow: hidden;
	}
	#index .hero .copy {
		position: absolute;
		left: 10%;
		bottom: 15%;
	}
	#slick_slider .slick-next {
		right: 50px;
	}
	#slick_slider .slick-prev::before,
	#slick_slider .slick-next::before {
		top: calc(50% - 50px);
		width: 50px;
		height: 100px;
	}
	#slick_slider .slick-prev:hover::before,
	#slick_slider .slick-next:hover::before {
		opacity: 1;
	}

	/*　《  動画／特注／耐震　》  */
	#works .hero,
	#custommade .hero,
	#quakeproof .hero,
	#movieinfo .hero,
	#about .hero,
	#privacy .hero,
	#sdgs .hero,
	#recruitment .hero,
	#sitemap .hero,
	#profile .hero,
	#news .hero,
	#form .hero,
	#search-result .hero,
	div[id^="blog"] .hero {
		min-height: 380px;
	}
  
	#works .hero .contents-inner h1,
	#custommade .hero .contents-inner h1,
	#quakeproof .hero .contents-inner h1,
	#movieinfo .hero .contents-inner h1,
	#about .hero .contents-inner h1,
	#privacy .hero .contents-inner h1,
	#sdgs .hero .contents-inner h1,
	#recruitment .hero .contents-inner h1,
	#sitemap .hero .contents-inner h1,
	#profile .hero .contents-inner h1,
	#news .hero .contents-inner h1,
	#form .hero .contents-inner h1,
	#search-result .hero .contents-inner h1,
	div[id^="blog"] .hero .contents-inner h1 {
		font-size: 4.6rem;
	}

	/*　《  購入ガイド　グリーン購入法　》  */
	#installguide .hero h1,
	#green .hero h1 {
		font-size: 4.6rem;
	}

	/*　《  product　》  */
	/*.hero #product-title .headring {
    font-size: 3.4rem;
  }
  .hero #product-title .category {
    font-size: 4.6rem;
    line-height: 1.4;
  }*/

	.category .hero .contents-inner,
	.post .hero .contents-inner {
		height: 380px;
		background-position: 95% center;
	}
	.category .hero h1,
	.post .hero h1 {
		padding-left: 0;
		font-size: 3.5rem;
	}
	.category .hero h1 span,
	.post .hero h1 span {
		font-size: 4.6rem;
	}
	.category .hero .product-header-cara,
	.post .hero .product-header-cara {
		height: 380px;
	}
	.category .contents-inner h2 {
		padding-top: 120px;
		margin-top: -100px;
	}
	.post .contents-inner h2 {
		padding-top: 100px;
		margin-top: -100px;
	}
  .category .contents-inner .archive-list {
    margin-bottom: 20px;
  }

	/**************************************
  パンくず
  ***************************************/
	.breadcrumb {
		background: #009ade;
		color: #fff;
		font-size: 1.5rem;
		padding: 0.4em 0.5em;
	}
	.breadcrumb a {
		color: #fff;
		font-size: 1.5rem;
	}
	.breadcrumb a::after {
		font-family: "FontAwesome";
		content: "\f105";
		padding: 0 0.6em;
	}
	.breadcrumb a:hover {
		color: inherit;
		text-decoration: underline;
	}

	/**************************************
  コンテンツ
  ***************************************/
	.col-L-2 {
		width: 48%;
	}
	.col-L-3 {
		width: 30.6%;
	}
	.contentsWrapper section {
		margin-bottom: 100px;
	}
	.contents-inner h2 {
		font-size: 2.8rem;
		padding: 0 0 10px;
		border-bottom: 4px solid #ddd;
		margin-bottom: 20px;
		margin-top: 1.85em;
	}
	.contents-inner h2::after {
		border-bottom: solid 4px #009ade;
		bottom: -4px;
	}
	.contents-inner h3 {
		font-size: 2.4rem;
		line-height: 1.6;
		margin-bottom: 0.2em;
	}
	.contents-inner h4 {
		font-size: 2rem;
		line-height: 1.6;
		margin-bottom: 0.2em;
	}

	.link-btn {
		display: inline-block;
		font-size: 1.8rem;
		font-weight: 700;
		letter-spacing: 0.1em;
		/*background: #ccc;*/
		padding: 0.4em 2.5em 0.5em;
		border-radius: 1.5em;
	}
	.heading-box {
		margin: 0 auto 20px;
	}
	p.ttl_heading {
		font-size: 3.4rem;
		line-height: 50px;
		margin-bottom: 30px;
	}
	p.ttl_heading + p {
		padding: 0 0.5em;
		font-size: 1.8rem;
	}
  
  .pager a.page {
    transition: all 0.2s;
  }
  .pager a.page:hover {
    background: #009ade;
  }
  

	/*　《  index　》  */
	/************************利用シーン別ここから*************************/
	#index_casestudy .contents-inner {
		display: block;
		background: url("../images/imagemap.svg") no-repeat center center;
		background-size: auto 100%;
	}
	#index_casestudy .contents-inner .inner-item {
		width: 100%;
		max-width: 980px;
		position: relative;
		margin: 0 auto;
	}

	#index_casestudy .contents-inner .inner-item div[class^="pin-"] {
		position: absolute;
		width: 5.3%;
	}
	#index_casestudy .contents-inner .inner-item div[class^="pin-pro"]::before {
		content: url("../images/map_pin.svg");
	}
	#index_casestudy .contents-inner .inner-item div[class^="pin-voice"]::before {
		content: url("../images/map_pin2.svg");
	}
	#index_casestudy .contents-inner .inner-item .new::after {
		content: "";
    position: absolute;
		width: 80px;
		height: 36px;
    background-image: url("../images/icon_new.png");
    background-size: contain;
    background-repeat: no-repeat;
	}
  
	#index_casestudy .contents-inner .inner-item .pin-pro01 {
		left: 31%;
		bottom: 67%;
	}
	#index_casestudy .contents-inner .inner-item .pin-pro02 {
		left: 19%;
		bottom: 45%;
	}
	#index_casestudy .contents-inner .inner-item .pin-pro03 {
		right: 25%;
		bottom: 56%;
	}
	#index_casestudy .contents-inner .inner-item .pin-pro04 {
		left: 39%;
		bottom: 40%;
	}
	#index_casestudy .contents-inner .inner-item .pin-voice01 {
		left: 24.4%;
		bottom: 22.6%;
	}
	#index_casestudy .contents-inner .inner-item .new {
    position: absolute;
		left: 23%;
		bottom: 45.5%;
	}
	#index_casestudy .contents-inner .inner-item .pin-voice02 {
		right: 29%;
		bottom: 20%;
	}
	#index_casestudy .contents-inner .inner-item .pin-voice03 {
		right: 19.8%;
		bottom: 75.7%;
	}
  

	/***********《吹き出しのツメに変更》*********/
	#index_casestudy .contents-inner .inner-item div[class^="pin-pro"]::before {
		content: "";
		position: absolute;
		bottom: 5px;
		left: 50%;
		margin-left: -15px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 60px 15px 0 15px;
		border-color: #009ade transparent transparent transparent;
	}
	#index_casestudy .contents-inner .inner-item div[class^="pin-voice"]::before {
		content: "";
		position: absolute;
		bottom: 35px;
		left: 50%;
		margin-left: -12px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 30px 12px 0 12px;
		border-color: #009ade transparent transparent transparent;
	}
	/***********《吹き出しのボックス》*********/
	#index_casestudy .contents-inner .inner-item div[class^="pin-pro"]::after {
		background: #fff;
		border: solid 4px #009ade;
		border-radius: 15px;
		padding: 0.75 1em;
		color: #009ade;
		font-weight: 700;
		font-size: 2.4rem;
		text-align: center;
		position: absolute;
		bottom: 55px;
		left: 50%;
	}
	#index_casestudy .contents-inner .inner-item div[class^="pin-voice"]::after {
		background: #009ade;
		border: solid 2px #fff;
		box-shadow: 0 0 0 2px #009ade;
		border-radius: 15px;
		padding: 0.25em 0.4em;
		color: #fff;
		font-weight: 500;
		font-size: 2.4rem;
		text-align: center;
		position: absolute;
		bottom: 55px;
		left: 50%;
		margin-left: -4em;
		width: 8em;
	}
	/***********《各吹き出し内容とサイズと位置》*********/
	#index_casestudy .contents-inner .inner-item .pin-pro01::after {
		content: "工場";
		margin-left: -2.5em;
		width: 5em;
	}
	#index_casestudy .contents-inner .inner-item .pin-pro02::after {
		content: "データセンター";
		margin-left: -4.7em;
		width: 9.4em;
	}
	#index_casestudy .contents-inner .inner-item .pin-pro03::after {
		content: "学校";
		margin-left: -2em;
		width: 4em;
	}
	#index_casestudy .contents-inner .inner-item .pin-pro04::after {
		content: "オフィス";
		margin-left: -3em;
		width: 6em;
	}
	#index_casestudy .contents-inner .inner-item .pin-voice01::after {
		content: "お客様の声01";
	}
	#index_casestudy .contents-inner .inner-item .pin-voice02::after {
		content: "お客様の声02";
	}
  /*
	#index_casestudy .contents-inner .inner-item .pin-voice03::after {
		content: "お客様の声03";
	}*/

	.md-contents {
		display: none;
		position: absolute;
		top: 12.5%;
		left: calc(50% - 400px);
		width: 81.632%;
		max-width: 800px;
		/*overflow: hidden;*/
		z-index: 10000;
	}
	.md-inner {
		background: #fff;
		display: flex;
		align-items: center;
		padding: 50px;
		box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
	}
	.md-inner .inner-photo {
		width: 354px;
		margin-right: 30px;
	}
	.md-inner .map-area {
		display: inline-block;
		font-size: 2rem;
		font-weight: 700;
		letter-spacing: 0.1em;
		line-height: 1.5;
		color: #fff;
		background: #ffbe00;
		padding: 0 1em;
	}
	.md-inner .map-product {
		font-size: 2.6rem;
		line-height: 1.3 !important;
		margin: 0.6em 0;
	}
	.md-inner .map-text {
		line-height: 1.5;
		margin-bottom: 1em;
	}
	.voice-box {
		background: #fff;
	}
	.voice-box .inner-photo {
		width: 240px;
	}
	.voice-box .map-area {
		background: #009ade;
	}
	.voice-box .map-product-sub {
		font-size: 2rem;
		border-bottom: solid thin #333;
		margin-top: 0.7em;
	}
	.md-inner .link-btn {
		display: block;
		text-align: center;
		background: #009ade;
		color: #fff;
	}
	.md-xmark {
		position: absolute;
		top: -20px;
		right: -20px;
		width: 80px;
		height: 80px;
		z-index: 9999;
		cursor: pointer;
		background: #ccc;
		border-radius: 50%;
	}
	.md-xmark span {
		position: absolute;
		left: 0;
		width: 40px;
		height: 2px;
		background-color: #fff;
	}
	.md-xmark span:nth-of-type(1) {
		top: 50%;
		left: 25%;
		transform: translateY(0px) rotate(45deg);
	}
	.md-xmark span:nth-of-type(2) {
		top: 50%;
		left: 25%;
		transform: translateY(-0px) rotate(-45deg);
	}
	/************************利用シーン別ここまで*************************/

	#index_information {
	}
	#index_information .contents-inner {
		padding: 50px 5%;
	}
	#index_information ul {
		max-width: 800px;
		margin: 0 auto;
		border: solid 4px #009ade;
		border-radius: 25px;
		padding: 25px;
	}
	#index_information ul li {
		padding: 0 10% 20px 0;
		margin-bottom: 20px;
	}
	#index_information ul li .yymmdd {
		font-size: 1.4rem;
		margin-bottom: 0.7em;
	}
	#index_information ul li a {
		font-size: 1.6rem;
	}
	#index_information ul li a::after {
		width: 24px;
		height: 24px;
		bottom: calc(50% - 12px);
	}

	#index_product {
	}
	#index_product .contents-inner {
		width: 100% !important;
		max-width: 980px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#index_product .contents-inner li {
		max-width: 300px;
		margin: 0 0 20px;
		padding-top: 100px;
	}

	#index_product .contents-inner li .inner-photo {
		border-radius: 15px;
		border: solid 4px;
		position: relative;
	}
	#index_product .contents-inner li .inner-photo div {
		border-radius: 13px;
	}
	#index_product .contents-inner li .inner-photo .hand {
		position: absolute;
		top: -10px;
		z-index: 999;
		opacity: 0;
	}
	#index_product .contents-inner li .inner-photo:hover .hand {
		opacity: 1;
	}
	#index_product .contents-inner li .inner-photo .cara {
		position: absolute;
		top: 0;
		z-index: -1;
		transition: ease-out 0.3s;
	}
	#index_product .contents-inner li .inner-photo:hover .cara {
		top: -75px;
	}
	#index_product .contents-inner li .inner-photo p {
		margin: 20px 0 10px;
	}
	#index_product .contents-inner .inner-list p {
		line-height: 1.6;
		padding-left: 18px;
	}
	#index_product .contents-inner .inner-list p::before {
		top: 0.35em;
		width: 14px;
		height: 14px;
	}
  
  /*：：：：：：上部へ移動：：：：：：*/

	#index_tri-item .contents-inner {
		width: 100% ;
		max-width: 980px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#index_tri-item .contents-inner li {
		max-width: 300px;
		margin: 0 0 20px;
	}
	#index_tri-item .index_product_intro {
		margin: 50px auto;
	}
	#index_tri-item .index_product_intro li {
		display: block;
		text-align: center;
	}
  #index_tri-item .index_product_intro li .figure {
    width: 100%;
  }
  #index_tri-item .index_product_intro li .text {
    width: 100%;
    display: block;
    padding: 10px 0;
    position: relative;
  }
  #index_tri-item .index_product_intro li .text::after {
    right: 8px;
    top: calc(50% - 12px);
  }
	#index_tri-item .index_product_intro li p {
		font-size: 2.0rem;
	}
  

	#index_greenguide {
		padding: 50px 5%;
	}
	#index_greenguide .contents-inner {
		max-width: 980px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#index_greenguide .contents-inner li {
		max-width: 470px;
		margin: 0;
		border-radius: 20px;
		padding: 30px 0;
	}
	#index_greenguide .contents-inner li .ttl {
		font-size: 2.8rem;
		margin: 10px 0;
	}
	#index_about .contents-inner {
		height: 420px;
		background: none;
		position: relative;
	}
	#index_about .inner-item {
		width: 100%;
		max-width: 980px;
		margin: 0 auto;
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}
	#index_about .contents-inner ul {
		padding: 35px 35px 15px;
		border: solid 4px #009ade;
		border-radius: 25px;
	}
	#index_about .contents-inner .link-btn {
		width: 17em;
		margin-bottom: 20px;
	}
	#index_about .contents-inner ul li.about_bg_wrapp {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: url("../images/index_bg_about01.jpg") no-repeat center center;
		z-index: -1;
		transition: all 0.3s;
	}
	#index_about .hover_bg2:hover ~ .about_bg_wrapp {
		background-image: url("../images/index_bg_about02.jpg");
	}
	#index_about .hover_bg3:hover ~ .about_bg_wrapp {
		background-image: url("../images/index_bg_about03.jpg");
	}
	#index_contact .contents-inner {
		border-radius: 30px;
		border: solid 4px #009ade;
		padding: 50px 2%;
	}
	#index_contact .contents-inner .txt {
		font-size: 3.4rem;
		letter-spacing: 0.1em;
		line-height: 1.2;
		margin-bottom: 30px;
	}
	#index_contact .contents-inner .txt span {
		font-size: 1.5rem;
		letter-spacing: 0.05em;
	}
	#index_other {
		padding: 60px 5%;
		margin-bottom: 0 !important;
	}
	#index_other .contents-inner {
		max-width: 980px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#index_other .contents-inner li {
		max-width: 470px;
		margin: 0;
		border-radius: 30px;
	}
	#index_other .contents-inner li p {
		font-size: 2.4rem;
	}

	/*　《  動画／特注／耐震　》  */
/*
	#movieinfo .contents-inner .movie-item {
		max-width: 600px;
	}
*/
  
	#custommade .contents-inner .graph01 {
		justify-content: space-between;
	}

	/*　《  購入ガイド　グリーン購入法　》  */
	#installguide .contents-inner dl dd {
		margin-bottom: 1.5em;
		padding-left: 2em;
	}
	#installguide .contents-inner dl dd div {
		width: 65%;
		max-width: 500px;
		margin: 10px auto;
	}
	#installguide .contents-inner dl dd ul {
		padding-left: 3em;
	}
	#installguide .contents-inner dl dd ul li {
		font-size: 1.8rem;
	}
	#installguide .graph01 {
		padding: 40px 50px;
		margin: 0 auto 50px;
	}
	#installguide .graph01 h6 {
		font-size: 2.4rem;
	}
	#installguide .graph01 .figure {
		margin: 30px auto 0;
	}
	#installguide .graph02 {
		padding: 30px;
		margin: 30px auto 40px;
	}
	#installguide .graph02 p {
		font-size: 2.4rem;
	}
	#installguide .graph03 {
		justify-content: space-between;
	}
	#installguide .graph03 p {
		font-size: 1.4rem;
	}

  #green section {
		padding-top: 60px;
	}
	#green .greenflow {
		max-width: 800px;
	}
	#green .greenflow li {
		font-size: 2.4rem;
		padding: 0.8em;
		margin-bottom: 62px;
	}
	#green .greenflow li:not(:last-child)::after {
		width: 30px;
		height: 66px;
		left: calc(50% - 15px);
	}
	#green .green-item table {
		font-size: 2.4rem;
		margin-bottom: 0;
	}
	#green .green-item table tr th {
		padding: 0.75em 0;
	}
	#green .green-item table tr td {
		padding: 0.75em 0;
	}
	#green .green-item table caption {
		text-align: left;
		color: #009ade;
		font-weight: 700;
		margin-top: 40px;
	}

	/*　《  ヤマトについて　》  */

	#profile .shoulder {
		font-size: 2.4rem;
		padding-left: 50px;
	}
	#profile .shoulder::before {
		border-bottom: solid 2px #009ade;
		width: 40px;
		left: 0;
		top: 15px;
	}
	#about_story .ttl,
  #about_potential .ttl, 
  #about_challenge .ttl  {
		font-size: 3.2rem;
		letter-spacing: 0.1em;
	}
	#profile .sub-ttl {
		font-size: 2.6rem;
	}
  /*
	#about .sub-ttl {
		font-size: 2.6rem;
	}
	#about .contents-inner {
		max-width: 980px;
		margin: 0 auto;
	}
  #about_story, #about_potential, #about_challenge {
    padding-top: 97px;
    margin-top: -97px;
  }
	#about #about_story .block01 {
		background: url("../images/about_bg01.jpg") no-repeat center center;
		background-size: cover;
		padding: 40px 0 150px;
	}
	#about #about_story .block02 {
		padding: 20px 0 0;
	}
	#about #about_story .block02 .contents-inner {
		display: flex;
		align-items: flex-end;
		justify-content: space-between;
	}
	#about #about_story .block02 ul {
		justify-content: flex-end;
		margin: 15px 0 50px;
	}
	#about #about_story .block02 ul li:first-of-type {
		margin-right: 1.5em;
	}
	#about #about_story .block02 ul p {
		border: solid thin #fff;
		padding: 0.1em 1em 0.3em;
	}
	#about #about_story .block02 .photo {
		width: 35%;
		max-width: 350px;
	}
	#about #about_potential .block01 {
		padding: 0 0 100px !important;
	}
	#about #about_potential .block01 .inner-item {
		position: relative;
	}
	#about #about_potential .block01 .photo {
		position: absolute;
		right: 0;
		bottom: 0;
		width: 45%;
		max-width: 450px;
		margin: 0;
		z-index: -10;
	}
	#about #about_potential .block02 {
		padding: 20px 0;
	}
	#about #about_potential .block02 .contents-inner {
		justify-content: space-between;
	}
	#about #about_potential .block02 .contents-inner .inner-item {
		border-radius: 30px;
		padding: 40px 40px 30px;
		position: relative;
		color: #000;
		margin: 20px 0 30px;
	}
	#about #about_potential .block02 .contents-inner .photo p {
		margin-top: 1em;
	}
	#about #about_challenge .block01 {
		background: url("../images/about_bg03.jpg") no-repeat;
		background-size: cover;
		background-position: 48.5% center;
	}
	#about #about_challenge .block01 .inner-item {
		position: relative;
		padding-bottom: 50px;
	}
	#about #about_challenge .block01 .photo {
		position: absolute;
		right: 0;
		bottom: 0;
		width: 47%;
		max-width: 500px;
	}
*/
  #profile-about, #about_story, #about_potential, #about_challenge {
    padding-top: 97px;
    margin-top: -97px;
  }
	#profile #about_story .block01 {
		background: url("../images/about_bg01.jpg") no-repeat center center;
		background-size: cover;
		padding: 40px 0 150px;
	}
	#profile #about_story .block02 {
		padding: 20px 0 0;
	}
	#profile #about_story .block02 .contents-inner {
		display: flex;
		align-items: flex-end;
		justify-content: space-between;
    margin-bottom: 60px;
	}
	#profile #about_story .block02 ul {
		justify-content: flex-end;
		margin: 15px 0 40px;
	}
	#profile #about_story .block02 ul li:first-of-type {
		margin-right: 1.5em;
	}
	#profile #about_story .block02 ul li p {
		padding: 0.1em 1em 0.3em;
	}
	#profile #about_story .block02 .photo {
		width: 35%;
		max-width: 350px;
	}
	#profile #about_potential .block01 {
		padding: 0 0 100px !important;
	}
	#profile #about_potential .block01 .inner-item {
		position: relative;
	}
	#profile #about_potential .block01 .photo {
		position: absolute;
		right: 0;
		bottom: 0;
		width: 45%;
		max-width: 450px;
		margin: 0;
		z-index: -10;
	}
	#profile #about_potential .block02 {
		padding: 20px 0;
	}
	#profile #about_potential .block02 .contents-inner {
		justify-content: space-between;
	}
	#profile #about_potential .block02 .contents-inner .inner-item {
		border-radius: 30px;
		padding: 40px 40px 30px;
		position: relative;
		color: #000;
		margin: 20px 0 30px;
	}
	#profile #about_potential .block02 .contents-inner .photo p {
		margin-top: 1em;
	}
  
	#profile #about_challenge .block01 {
		background: url("../images/about_bg03.jpg") no-repeat;
		background-size: cover;
		background-position: 48.5% center;
    margin-top: 80px;
	}
  #profile #about_challenge .block01 .inner-item {
		position: relative;
		padding-bottom: 50px;
	}
	#profile #about_challenge .block01 .inner-item .photo {
		position: absolute;
		right: 0;
		bottom: 0;
		width: 47%;
		max-width: 500px;
	}
  

	/*　《  会社概要　》  */
	#profile .profile-ttl {
	}
	#profile .profile-ttl .inner-item {
		max-width: 980px;
		margin: 0 auto 30px;
	}
	#profile .profile-ttl p {
		font-size: 4rem;
		letter-spacing: 0.1em;
	}
	#profile .profile-ttl p.description {
		font-size: 2rem;
	}
  #message, #company, #client {
    padding-top: 100px;
    margin-top: -100px;
  }
	#profile #message .contents-inner {
		padding: 50px 0;
	}
	#profile #message .contents-inner div {
		padding: 50px;
		border-radius: 30px;
	}
	#profile #message .contents-inner .ttl {
		font-size: 3.2rem;
		margin-bottom: 30px;
	}
	#profile #message .contents-inner .sign {
		margin-top: 30px;
		font-size: 1.6rem;
		line-height: 1.5;
	}
	#profile #message .contents-inner .sign span {
		font-size: 2.5rem;
	}
	#profile #company dl {
		border-top: none;
		font-size: 2rem;
		display: flex;
		flex-wrap: wrap;
	}
	#profile #company dl dt {
		width: 200px;
		padding: 1em 0 1em 0.2em;
		border-bottom: solid thin #999;
	}
	#profile #company dl dd {
		width: calc(100% - 200px);
		padding: 1em;
	}
	#profile #client .client-list {
		columns: 2 auto;
		padding: 1.5em 0;
		margin-bottom: 0.6em;
	}
	#profile #client .cap {
		font-size: 1.6rem;
	}

	/*　《  採用情報　》  */
	#recruitment section {
		padding-top: 60px;
	}
	#recruitment section dl {
		font-size: 1.8rem;
		display: flex;
		flex-wrap: wrap;
		border: solid thin;
		border-color: #999 transparent transparent #999;
	}
	#recruitment section dl dt {
		width: 250px;
		background: #d7ebff;
		padding: 0.3em 0.5em;
		border: solid thin;
		border-color: transparent transparent#999 transparent;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#recruitment section dl dd {
		width: calc(100% - 250px);
		background: #fff;
		min-height: 120px;
		padding: 0.3em 0.5em;
		border: solid thin;
		border-color: transparent #999 #999 transparent;
		display: flex;
		align-items: center;
	}

	/*　《  プライバシーポリシー　》  */
	#privacy section {
		padding-top: 60px;
	}
	#privacy .contents-inner .inner-item {
		border: solid thin;
		border-color: #999 transparent;
		margin-top: 50px;
		margin-bottom: 0;
		padding: 30px 0 50px;
	}
	#privacy .contents-inner h3 {
		margin-top: 0.5em;
	}
  
  /*　《  動画紹介　》  2024 0125修正 */
  #movieinfo .contents-inner {
    display: flex;
    flex-wrap: wrap;
  }
  #movieinfo .contents-inner h2 {
    width: 100%;
  }
  #movieinfo .contents-inner .movie-item {
/*    margin: 0 auto;*/
  }
  #movieinfo .contents-inner .illust {
    width: 42%;
    max-width: 420px;
    height: auto;
  }

	/*　《  サイトマップ　》  */
	#sitemap section {
		padding-top: 60px;
	}
	#sitemap .inner-item ul {
		margin-top: 80px;
	}
	#sitemap .inner-item ul.list01 {
		display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
	}
	#sitemap .inner-item ul li {
		max-width: 280px;
	}
	#sitemap .inner-item .list01 .ttl {
		padding-bottom: 0.5em;
		margin-bottom: 0.8em;
		font-size: 2rem;
	}
	#sitemap .inner-item .list01 .link-arrow {
		padding: 0.3em 0;
		position: relative;
	}
	#sitemap .inner-item .list01 .link-arrow::after {
		right: 0.7em;
		transition: all 0.15s;
	}
	#sitemap .inner-item .list01 .link-arrow:hover::after {
		right: 0.2em;
	}

	#sitemap .inner-item .list02 {
		border: none;
	}
	#sitemap .inner-item .list02 li {
		width: 29%;
		max-width: 380px;
		height: 70px;
		padding: 0;
		border-color: #009ade;
		margin-bottom: 20px;
		transition: all 0.15s;
	}
	#sitemap .inner-item .list02 li:hover {
		background: #009ade;
	}
	#sitemap .inner-item .list02 li:hover p {
		color: #fff;
		font-weight: 500;
	}
	#sitemap .inner-item .list02 li p {
		line-height: 1.5;
	}
	#sitemap .inner-item .list02 li:nth-of-type(even),
	#sitemap .inner-item .list02 li:last-of-type {
		border-color: #009ade;
	}
  

	/*　《  news タブ　》  ********************/
	#news section {
		padding-top: 60px;
	}
	#news .year-box {
		padding: 50px 0;
	}
	#news .year-box ul a {
		font-size: 2rem;
		margin-right: 1.2em;
	}

	.news-tabs ul {
		margin-bottom: 50px;
	}
	.news-tabs ul li a {
		font-size: 2.4rem;
		padding: 0.7em 0;
	}

	.news-list {
	}
	.news-tab-wrap {
	}
	.news-tab-wrap .tab-label {
		font-size: 2.4rem;
		padding: 0.7em 0;
	}
	.news-tab-wrap .tab-content {
		width: 100%;
		display: none;
	}

	/*　一覧部分  ********************/
	#news .inner-item {
		padding: 35px 0 20px;
		margin-top: 50px;
	}
	#news .news-contents li {
		padding: 0 30px 15px 0 !important;
		margin-bottom: 15px;
	}
	#news .news-contents li a::after {
		content: "";
		background: url("../images/icon_arrow02.svg") no-repeat center right;
		background-size: contain;
		width: 36px;
		height: 12px;
		position: absolute;
		right: 0;
		bottom: 27px;
	}
	#news .news-contents {
		width: 90%;
		margin: 0 auto;
	}
	/*　個別記事  ********************/
	.post-news {
		margin: 80px 0 15px;
	}
	.post-news-ttl {
		font-size: 3.2rem !important;
		font-weight: 700;
		border-left: solid 5px #009ade;
		padding: 0 0 0 0.5em;
	}
	.post-news-data {
		text-align: right;
		color: #009ade;
		padding: 0.4em;
		margin-bottom: 1em;
	}
  
  /*　検索結果  ********************/
  #search-result .search-wrap {
    border-bottom: solid thin #999;
    padding: 50px 0;
  }
  #search-result .search-wrap .search-contents {
    width: 720px;
    margin: 0 auto 20px;
  }
  #search-result .search-wrap .SearchInput {
    border: solid thin #ccc;
    font-size: 1.8rem;
    width: 720px;
    height: 50px;
  }
  #search-result .search-wrap .Box-Btn {
    background: #ccc;
    height: 50px;
    width: 70px;
  }
  #search-result .search-category {
    width: 600px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
  }
  #search-result .search-category p {
    font-size: 1.8rem;
    margin-right: 0;
  }
  .search-result-list .list-inner {
    display: flex;
    margin: 25px 0 0;
    padding-bottom: 25px;
    border-bottom: solid thin #ccc;
  }
  .search-result-list .list-inner .list-eyecatch {
    max-width: 200px;
    max-height: 200px;
    margin-right: 0;
  }
  .search-result-list .list-inner .list-eyecatch img {
    width: 200px;
    height: 135px;
    object-fit: cover;
  }
  .search-result-list .list-inner .list-text {
    max-width: calc(100% - 200px);
    padding-left: 40px;
  }
  .search-result-list .list-inner .list-text1 {
    font-size: 1.8rem;
    line-height: 1.6;
  }
  .search-result-list .list-inner .list-text2 {
    font-size: 1.4rem;
  }
  .search-result-list .list-inner .list-url {
    font-size: 1.8rem;
  }
  
  /*　ブログ／YAMATO通信  ********************/
  #blog-archive .blog-archive-list {
    max-width: 800;
    margin: 70px auto;
    display: block;
    justify-content: space-between;
  }
  #blog-archive .blog-archive-list .list-inner {
    width: 100%;
    display: flex;
    border-bottom: solid thin #ddd;
    padding: 30px 0 !important;
  }
  #blog-archive .blog-archive-list .list-inner:nth-of-type(odd) {
    border-right: none;
  }
  #blog-archive .blog-archive-list .list-inner:nth-of-type(even) {
  }
  #blog-archive .blog-archive-list .list-inner:first-of-type,
  #blog-archive .blog-archive-list .list-inner:nth-of-type(2) {
    padding-top: 0px;
  }
  #blog-archive .blog-archive-list .list-inner .list-eyecatch {
    width: 300px;
    margin-right: 30px;
  }
  #blog-archive .blog-archive-list .list-inner .list-text {
    width: calc(100% - 330px);
  }
  #blog-archive .blog-archive-list .list-inner .list-text1 {
    font-size: 2.2rem;
    margin: 0 0 0.4em;
  }
  #blog-archive .blog-archive-list .list-inner .list-yymmdd {
    font-size: 1.3rem;
    margin-bottom: 1em;
  }
  #blog-archive .blog-archive-list .list-inner .list-text2 {
    font-size: 1.6rem;
    line-height: 1.7;
  }
  #blog-archive .blog-archive-list .list-inner .moreread {
    text-align: right;
    font-size: 1.4rem;
  }
  
  #blog section .contents-inner {
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
  }
  #blog .blog-contents {
    width: 640px;
    margin-right: 2%;
    margin-bottom: 30px;
  }
  #blog .blog-contents .eyecatch {
    margin-bottom: 50px;
  }
  #blog .blog-contents .blog-body {
    padding: 0;
  }
  #blog .blog-contents .blog-body h1 {
    font-size: 2.8rem;
    padding-bottom: 0.5em;
    margin-bottom: 0.3em;
  }
  #blog .blog-contents .blog-body .yymmdd {
    font-weight: 500;
    margin-bottom: 30px;
  }
  #blog .blog-contents .blog-body h3 {
    font-size: 2.4rem;
  }
  #blog .blog-contents .blog-body h4 {
    font-size: 1.8rem;
  }
  #blog .blog-contents .blog-body img {
    width: auto;
  }
  #blog .blog-contents .paging {
    margin: 50px 0 0;
  }
  #blog .blog-contents .paging p {
    font-size: 1.6rem;
  }
  #blog .side-contents {
    width: 300px;
    border-top: none;
    padding-top: 0;
  }
  #blog .side-contents .side-menu-title p {
    font-size: 1.4rem;
    font-weight: 500;
    padding: 0.6em;
  }
  #blog .side-contents .side-menu-item ul {
    padding: 20px 0;
  }
  #blog .side-contents .side-menu-item ul .list-text1 {
    font-size: 1.4rem;
  }
  
  
	/*　《  アーカイブページ　》  */
	.category .contentsWrapper section {
		padding-top: 60px;
	}

	/**************************************
  アーカイブ
  ***************************************/
	/*[id^="cate-"] .contents-inner {
    max-width: 1012px;
    
  }*/
	.archive-list {
		margin-right: -32px;
		max-width: 1012px;
	}
	.archive-list li {
		margin-right: 33px;
	}
	.archive-list li:nth-of-type(odd) {
		margin-right: 33px;
	}
  
  /***************************************
  404　notfound
  ***************************************/
  #notfound section {
    padding: 80px;
  }
  #notfound section h1 {
    font-size: 4.0rem;
    font-weight: 500;
  }
  #notfound section h2 {
    font-size: 2.4rem;
    font-weight: 500;
    margin: 20px 0 50px;
  }

	/***************************************
  フッター
  ***************************************/
	.footer {
		border-top: solid 5px #009ade;
		width: 100%;
	}
	.footer #footer-content {
		max-width: 1080px;
		margin: 0 auto;
		padding: 50px 2%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.footer .logo-f {
		width: 260px;
		margin: 0 30px 0 0;
	}
	.footer .address-f {
		width: 360px;
		display: flex;
		flex-wrap: wrap;
		margin: 0 30px 0 0;
	}
	.footer .address-f dt {
		font-size: 1.4rem;
		line-height: 1.5;
		font-weight: bold;
		width: 80px;
	}
	.footer .address-f dd {
		font-size: 1.4rem;
		line-height: 1.5;
		width: 280px;
	}
	.footer .menu-f {
		width: 230px;
		justify-content: flex-start;
		margin: 0;
	}
	.footer .menu-f a {
		font-size: 1.4rem;
		line-height: 1.5 !important;
    margin-bottom: 0;
		color: #000;
	}
	.footer .menu-f a::after {
		display: none;
	}
	.footer .menu-f a:first-child::before,
	.footer .menu-f a::before {
		font-family: "FontAwesome";
		content: "\f105";
		margin-right: 0.5em;
		padding: 0;
	}

  
	.footer .copyright {
		width: 100%;
		background-color: #f1eee3;
		padding: 0.5em 0;
	}
}
