
@charset "utf-8";

* {
	padding: 0;
	margin: 0;
}

html {
  height: 100%;
}

body {
	color: #111;
	background-color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	word-wrap: break-word;
	height: 100%;
}

.font-zen {
  font-family: "Zen Antique", serif;
}

.font_mincho {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
}


section,
article {
	display: block;
}

img {
	vertical-align: top;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

li {
	list-style-type: none;
}

a {
	color: #0066CC;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.1s linear;
}
a:hover {
	color: #0099CC;
	text-decoration: none;
}

table {
	border-collapse: collapse;
}
table td {
	border-collapse: collapse;
}

.clfix:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}


/*
ローダー------------------*/
.loader-wrap {
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	z-index: 10000;
	background-color: #000;
}


.loader {
	color: #888;
	font-size: 40px;
	text-indent: -9999em;
	overflow: hidden;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	margin: 72px auto;
	position: relative;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
	animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}

@-webkit-keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


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


/*
ヘッダー
-------------------------------------------*/
header {
	width: 100%;
	background-color: #fff;
	position: fixed;
	z-index: 300;
	color: #000;
}

header h1 a img {
	display: block;
	position: absolute;
        pointer-events: all;
	width: auto;
	height: 80px;
}

header .h_btn a {
	display: block;
	text-align: center;
	position: absolute;
	text-decoration: none;
	color: #fff;
	letter-spacing: 1px;
	background-color: #0085B2;
}
header .h_btn a:hover {
	color: #fff;
	background-color: #ff9100;
}
header .h_tel a {
	display: block;
	text-align: center;
	position: absolute;
	text-decoration: none;
	color: #000;
	font-size: 20px;
	width: auto;
	font-weight: bold;
	letter-spacing: 1px;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

header .h_tel a strong {
	font-size: 130%;
}

header .h_btn a i,
header .h_tel a i {
	padding-left: 5px;
	padding-right: 5px;
}


#g_navi ul li a.ac_menu {
	cursor: pointer;
	overflow: hidden;
}

.pankuzu {
	background-color: #0085B2;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 30px;
	color: #555;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.pankuzu ul {
	width: 96%;
	max-width: 1100px;
	margin-right: auto;
	margin-left: auto;
	color: #fff;
}
.pankuzu li {
	display: inline-block;
}
.pankuzu li a {
	text-decoration: none;
	color: #fff;
}
.pankuzu li::after {
	content: ">";
	padding-left: 10px;
	padding-right: 10px;
}
.pankuzu li a:hover {
	color: #111;
}
.pankuzu li i {
	padding-right: 5px;
}
.pankuzu li:last-child::after {
	display: none;
}

@media screen and (max-width: 960px) {
	.pankuzu {
		font-size: 12px;
		padding-top: 8px;
		padding-bottom: 8px;
	}
}


/*
メインコンテンツ
-------------------------------------------*/
.content {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
}
.cont_wrap {
	max-width: 1200px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
}

.cont_wrap_left {
  max-width: 1200px;
  width: 100%;
  margin-left: max(0px, calc((100% - 1200px) / 2));
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
.content .cont_wrap_left h2,
.content .cont_wrap_left .dept_lead {
  text-align: left;
  padding-left: 0;
}

#top_slide {
	background-color: #14749C;
}

#sub_top {
	background-color: #EEE;
	background-repeat: no-repeat;
	background-position: center center;
  background-size: cover;
  width: 100%;
	height: auto;
	line-height: 30px;
	padding-top: 350px;
	width: 100%;
	text-align: left;
	color: #FFF;
	font-size: 40px;
  font-weight: bold;
	letter-spacing: nomal;
	-moz-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	-webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	-ms-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	position: relative;
	overflow: hidden;
  padding-left: calc((100% - 1200px) / 2 + 20px);
  padding-bottom: 30px;
}

#sub_top span {
	position: relative;
	z-index: 150;
	font-weight: 600;
}

.content h2 {
	font-size: 30px;
	line-height: 1.2;
	margin-bottom: 30px;
	letter-spacing: normal;
	color: #1f1f1f;
	text-align: center;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	clear: both;
        border-bottom: 1px solid #CBC8BE;
}

.content h2 span {
	font-size: 40%;
	font-weight: normal;
}

.content h3 {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 30px;
	background-color: #166887;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	position: relative;
	margin-top: 30px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 44px;
	color: #FFF;
	clear: both;
	background-image: url(../img/bg_03.png);
}

.content h3::after {
	display: block;
	width: 3px;
	height: 20px;
	position: absolute;
	top: 20px;
	left: 20px;
	background-color: #169CC9;
	content: '';
}

.content h3 span {
	font-size: 16px;
	color: #888;
	padding-left: 15px;
}
.content h4 {
	font-size: 20px;
	color: #0085B2;
	letter-spacing: 0.1em;
	padding: 10px;
	font-weight: bold;
	clear: both;
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 30px;
}

.content p {
	font-size: 16px;
	line-height: 1.8;
	padding: 10px;
	margin-bottom: 30px;
	margin-top: 20px;
	margin-right: 30px;
	margin-left: 30px;
}

.content .ul_news li {
	line-height: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	font-size: 16px;
	padding-right: 10px;
	padding-left: 10px;
}
.content .ul_news li span.news_date {
	color: #999;
	padding-right: 20px;
}

.news_wrap .ul_news li span.news_icon {
  display: inline-block;
  background-color: #fff;
  color: #0085B2;
  font-weight: bold;
  font-size: 14px;
  padding: 2px 10px;
  margin-right: 10px;
  border-radius: 3px;
}

.news_wrap .ul_news li span.news_icon.cl_02 {
  background-color: #ff1100;
  color: #fff;
}

.img_center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
}

.img_left {
	float: left;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 20px;
}
.img_right {
	float: right;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 20px;
}

.content .img_left p {
	font-size: 12px;
	margin: 0px;
}





/*背景入り帯
-------------------------------------------*/

.obi_001 {
	background-image: url(../img/obi_001.jpg);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 15%;
	padding-right: 20px;
	padding-bottom: 15%;
	padding-left: 20px;
	background-size: cover;
	background-attachment: fixed;
	background-position: center bottom;
	color: #FFF;
	margin-top: 50px;
	margin-bottom: 50px;
}

.content .obi_001 h2 {
	color: #FFF;
	border-bottom: none;
	padding-bottom: 0px;
}
.obi_001 p {
	line-height: 2.4;
}


.obi_002 {
	width: 100%;
	height: auto;
	background-image: url(../img/obi_002.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0 0 40%;
	position: relative;
}

.obi_002 .box_in {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-flow: column;
	flex-flow: column;
	position: absolute;
	color: #FFF;
	background-color: rgba(0,0,0,0.5);
}

.obi_002 h2 {
	font-size: 36px;
}
.obi_002 p {
	line-height: 2;
	font-weight: bold;
}

.obi_002 .btn_cnt a {
  background-color: #ff892e;
  display: inline-block;
  border: 2px solid #ff892e;
  color: #fff;
  padding: 12px 40px;
  font-weight: bold;
  text-decoration: none;
  font-size: 16px;
  border-radius: 4px;
}

.obi_002 .btn_cnt a:hover {
  background-color: #fff;
  color: #ff892e;
}

.obi_002 a.tel {
  color: #fff;
  text-decoration: none;
  font-size: 36px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.obi_002 a.tel strong {
  font-size: 36px;
  color: #fff;
}

.obi_002 a.tel i {
  font-size: 30px;
  color: #fff;
}


@media screen and (max-width: 1080px) {
  .obi_002 {
    padding: 0 0 80%;
  }
  .obi_002 h2 {
    font-size: 28px;
  }
  .obi_002 .btn_cnt a {
    display: inline-block;
    border: 2px solid #f0a500;
    color: #f0a500;
    padding: 12px 40px;
    font-size: 14px;
    font-weight: bold;
    background-color: transparent;
    text-decoration: none;
  }
  .obi_002 .tel strong {
    font-size: 28px;
    color: #fff;
  }
  .obi_002 .tel i {
    color: #fff;
  }
}

@media screen and (min-width:960px){
body {
	font-size: 16px;
 }
}

/*
無限ループ　施工事例
-------------------------------------------*/
.loop_wrap_base {
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: #F3F3F3;
	padding-top: 80px;
	padding-bottom: 100px;
}


.loop_wrap_base h2 {
  font-weight: bold;
  color: #111;
  text-align: left;
  line-height: 1.2;
  padding: 0;
  font-size: 30px;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, sans-serif;
  margin-bottom: 20px;
  letter-spacing: normal;
}

.loop_wrap_base h2 span {
	letter-spacing: 0.2em;
	font-size: 14px;
	color: #555;
}

.loop_wrap {
  display: flex;
  width: 220%;
  height: auto;
}

.loop_wrap ul {
  width: 100%;
  height: auto;
  display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.loop_wrap ul li {
	width: 20%;
}

.loop_wrap ul li a {
	display: block;
	text-decoration: none;
	color: #555;
	text-align: center;
	line-height: 1.6;
	font-size: 14px;
	position: relative;
}
.loop_wrap ul li a img {
	width: 100%;
         height: auto;
	display: block;
	margin-bottom: 5px;
}

.loop_wrap ul li a span {
	display: inline-block;
	background-color: #FFFFFF;
	color: #000;
	font-size: 12px;
	position: absolute;
	top: 0;
	left: 0;
	padding: 5px;
	letter-spacing: 1px;
	z-index: 10;
}

.loop_wrap ul li a span.cl_2 {
	background-color: #333;
	color: #FFF;
}

.loop_wrap ul li a span.cl_3 {
	background-color: #FFBF00;
	color: #000;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}

.loop_wrap ul:first-child {
  animation: loop 50s -25s linear infinite;
}

.loop_wrap ul:last-child {
  animation: loop2 50s linear infinite;
}

.loop_wrap:hover ul {
  animation-play-state: paused;
}

@media screen and (max-width: 1080px) {
  .loop_wrap ul {
    flex-wrap: nowrap;
  }
  .loop_wrap ul li {
    width: 33.333%;
    flex-shrink: 0;
  }
}


/* 施工実績タイトル横ボタン
-------------------------------------------*/
.gallery_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.gallery_btn {
  display: inline-block;
  background-color: #ff892e;
  color: #fff;
  text-decoration: none;
  padding: 8px 24px;
  font-size: 16px;
  border-radius: 4px;
}
.gallery_btn:hover {
  background-color: #0085B2;
  color: #fff;
}

/* 施工事例グリッド
-------------------------------------------*/
.works_section {
  padding: 30px 0;
}

.works_section h2 {
  font-size: 24px;
  font-weight: bold;
  color: #1f1f1f;
  text-align: left;
  border-bottom: 1px solid #CBC8BE;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #CBC8BE;
}

.works_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 40px;
}

.works_item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  display: block;
  margin-bottom: 12px;
}

.works_item_title {
  font-size: 16px;
  font-weight: 600;
  color: #1f1f1f;
}

.works_tags {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.works_tag {
  font-size: 14px;
  padding: 3px 10px;
  border-radius: 4px;
  background-color: #303030;
  color: #fff;
}

.works_tag.year {
  background-color: #ff892e;
  color: #fff;
}

.works_btn_wrap {
  text-align: center;
}

.works_btn {
  display: inline-block;
  background-color: #ff892e;
  color: #fff;
  text-decoration: none;
  padding: 14px 50px;
  border-radius: 30px;
  font-size: 15px;
  letter-spacing: 1px;
}

.works_btn:hover {
  background-color: #0085B2;
  color: #fff;
}

@media screen and (max-width: 1080px) {
  .works_grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}


/*
お問い合わせ部分
-------------------------------------------*/

.box_contact {
	background-color: #CCDBDD;
	padding-bottom: 50px;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B4CACD;
}

.box_contact.only_tel {
	background-image: none;
}

.box_contact h3 {
	color: #006384;
}

.box_contact p {
	margin-top: 10px;
	margin-bottom: 20px;
}

.box_contact .btn a {
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	border: 5px solid #0085B2;
	text-decoration: none;
	display: block;
	width: 90%;
	background-color: #0085B2;
	margin-right: auto;
	margin-left: auto;
	line-height: 30px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	position: relative;
	max-width: 500px;
}
.box_contact .btn a i {
	padding-right: 10px;
	font-size: 120%;
}
.box_contact .btn a:hover {
	color: #0085B2;
	background-color: #FFF;
	border-top-color: #0085B2;
	border-right-color: #0085B2;
	border-bottom-color: #0085B2;
	border-left-color: #0085B2;
}

.box_contact .tel a {
	font-size: 30px;
	font-weight: bold;
	color: #0085B2;
	text-decoration: none;
}
.box_contact .tel a strong {
	font-size: 150%;
}
.box_contact .tel a i {
	padding-right: 10px;
	font-size: 120%;
}

@media screen and (min-width:960px){
	
.box_contact .box_in {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
.box_contact .btn {
	float: left;
	width: 50%;
}

.box_contact .tel {
	float: right;
	width: 50%;
}

.box_contact.only_tel .tel {
	float: none;
	width: 100%;
}

}

@media screen and (max-width:480px){
.box_contact .btn a {
	font-size: 18px;
}
.box_contact .tel a {
	font-size: 24px;
}

}

/*-----トップへ戻るボタン------*/

.to_top {
	position: fixed;
	right: 0px;
	bottom: 0px;
	z-index: 200;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
.to_top a {
	text-decoration: none;
	color: #FFF;
	text-align: center;
	display: block;
	font-size: 10px;
	background-color: #0F6689;
	padding: 15px;
	width: 26px;
	font-size: 26px;
	line-height: 30px;
}
.to_top a:hover {
	background-color: #0085B2;
}

/*
フッター
-------------------------------------------*/

footer, footer * {
	box-sizing: border-box;
}

footer {
	background-color: #e6e6e6;
	color: #1a1a1a;
	clear: both;
	width: 100%;
	display: block;
	padding: 40px 20px 0;border-bottom: 20px solid #0085B2;
}

footer .cont_wrap {
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

footer .cont_wrap .f_box {
	width: 25%;
	padding: 10px;
}

footer .cont_wrap .f_box.lg {
	width: 45%;
}

footer .cont_wrap .f_box img {
	max-width: 280px;
	height: auto;
}

footer .cont_wrap p {
	font-size: 15px;
	color: #1a1a1a;
	line-height: 1.6;
	font-weight: 400;
	margin-top: 10px;
}

footer .cont_wrap ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

footer .cont_wrap ul li {
	margin-top: 20px;
	margin-bottom: 8px;
}

footer .cont_wrap ul li a {
	display: block;
	text-decoration: none;
	font-size: 13px;
	color: #1a1a1a;
	transition: background-color 0.2s, color 0.2s;
}

footer .cont_wrap ul li.contact a {
	text-align: center;
	color: #fff;
	background-color: #0085B2;
	font-size: 14px;
	padding: 8px 10px;
	margin-top: 10px;
	border-radius: 4px;
	font-weight: bold;
}

footer .cont_wrap ul li.contact a::before {
	display: none;
}

footer .cont_wrap ul li a::before {
	content: "・ ";
	color: #0085B2;
}

footer .cont_wrap ul li a:hover {
	color: #ff892e;
	background-color: rgba(255, 255, 255, 0.1);
}

footer .cont_wrap ul li.contact a:hover {
	background-color: #ff892e;
	color: #fff;
}

address {
	clear: both;
	font-size: 12px;
	font-style: normal;
	padding: 30px 10px 20px;
	text-align: center;
	letter-spacing: 1px;
	color: #a0aec0;
}

/*
各種テーブル
-------------------------------------------*/
.content table.table_01 {
	width: 96%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
.content table.table_01 th,
.content table.table_01 td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #987;
	padding: 20px;
}
.content table.table_01 th {
	font-size: 16px;
	white-space: nowrap;
	letter-spacing: 1px;
	width: 33%;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.content table.table_01 td {
	font-size: 14px;
	line-height: 30px;
	background-color: #F3F2F1;
}

.content table.table_02 {
	width: 96%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	max-width: 820px;
}
.content table.table_02 th,
.content table.table_02 td {
	padding: 20px;
	border: 1px dotted #BAB4A9;
}
.content table.table_02 th {
	font-size: 18px;
	white-space: nowrap;
	letter-spacing: 1px;
	color: #222;
}
.content table.table_02 td {
	font-size: 16px;
	line-height: 30px;
	background-color: #F4F3F2;
}


.content table.table_02 .tr_gr th {
	background-color: #E0DDD8;
}
.content table.table_02 .tr_gr td {
	background-color: #EBE9E6;
}

.content table.table_02 td .price {
	font-size: 150%;
	white-space: nowrap;
	color: #006384;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
}


.small {
	font-size: 80%;
	color: #666;
}
.chui {
	color: #F00036;
}


.table_01 th span {
	font-size: 12px;
	color: #CCC;
}


/*
FAQ
-------------------------------------------*/

.content dl.faq {
	margin-bottom: 30px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.content dl.faq dt {
	font-size: 22px;
	line-height: 30px;
	position: relative;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 50px;
	background-color: #1E4262;
	color: #FFF;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-image: url(../img/bg_03.png);
}
.content dl.faq dt span {
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	background-color: #169CC9;
	text-align: center;
	display: block;
	width: 50px;
	padding-top: 10px;
	height: 40px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	position: absolute;
	top: -20px;
	left: -10px;
	z-index: 10;
}
.content dl.faq dt span::before{
	content: "";
	position: absolute;
	bottom: -5px;
	right: -3px;
 	margin-left: -12px;
  border-right: 12px solid transparent;
  border-top: 20px solid #169CC9;
  border-left: 12px solid transparent;
 	z-index: 0;
	transform: rotate(-40deg);
}
.content dl.faq dd {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	line-height: 1.6;
}

/*
グーグルマップ
-------------------------------------------*/

.g_map_base {
	background-color: #E2E0DC;
	padding: 20px;
}

.g_map {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.g_map iframe,
.g_map object,
.g_map embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/*
実績一覧
-------------------------------------------*/
ul.works_list {
	display: block;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	max-width: 1400px;
	padding: 30px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

ul.works_list li {
	width: 23%;
	position: relative;
	text-align: center;
	margin-bottom: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

ul.works_list li .works_icon {
	position: absolute;
	top: 5px;
	left: 5px;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	color: #FFF;
	background-color: #D11444;
	z-index: 50;
}

ul.works_list li a {
	display: block;
	padding: 20px;
	background-color: #F4F3F0;
	text-decoration: none;
	color: #333;
	border: 1px solid #DDDAD5;
}
ul.works_list li a img {
	width: auto;
	width: 100%;
	height: 150px;
	object-fit: cover;
}

ul.works_list li a:hover img {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	-webkit-filter:brightness(1.3);
    -moz-filter:brightness(1.3);
    -ms-filter:brightness(1.3);
    filter:brightness(1.3);
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

ul.works_list li a span {
	display: block;
	padding-top: 10px;
	font-size: 14px;
	letter-spacing: 1px;
}

ul.works_list li a span.mask {
	display: block;
	width: auto;
	width: 100%;
	height: 150px;
	overflow: hidden;
	padding-top: 0px;
}

ul.works_list li a:hover {
	color: #000;
	background-color: #FFF;
}


/*
スライダー
-------------------------------------------*/

.swiper {
	width: 100%;
	height: 700px;
	aspect-ratio: 1.9;
}

.swiper-slide img {
	width: 100%;
	height: 700px;
	display: block;
	object-fit: cover;
}

.sp-thumbnail-container img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	object-fit: cover;
}

.sp-thumbnail-container img {
	height: 100% !important;
}

.sp-thumbnail-container:hover img,
.sp-thumbnail-container.sp-selected-thumbnail img {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	cursor: pointer;
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}

.top_base {
	position: absolute;
	z-index: 100;
	mix-blend-mode: multiply;
	width: 500px;
	height: 500px;
	top: 50%;
	left: 50%;
	margin-left: -250px;
	margin-top: -250px;
}

/*キャッチ背景　赤系*/
.top_base.cl_01 {
 background: rgb(217,0,72);
background: -moz-radial-gradient(circle, rgba(217,0,72,0.65) 10%, rgba(255,18,80,0) 60%);
background: -webkit-radial-gradient(circle, rgba(217,0,72,0.65) 10%, rgba(255,18,80,0) 60%);
background: radial-gradient(circle, rgba(217,0,72,0.65) 10%, rgba(255,18,80,0) 60%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d90048",endColorstr="#ff1250",GradientType=1); 
}

/*キャッチ背景　緑系*/
.top_base.cl_02 {
 background: rgb(102,204,0);
background: -moz-radial-gradient(circle, rgba(102,204,0,0.65) 10%, rgba(148,207,0,0) 60%);
background: -webkit-radial-gradient(circle, rgba(102,204,0,0.65) 10%, rgba(148,207,0,0) 60%);
background: radial-gradient(circle, rgba(102,204,0,0.65) 10%, rgba(148,207,0,0) 60%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#66cc00",endColorstr="#94cf00",GradientType=1); 
}

/*キャッチ背景　青系*/
.top_base.cl_03 {
 background: rgb(0,162,221);
background: -moz-radial-gradient(circle, rgba(0,162,221,0.65) 10%, rgba(0,207,244,0) 60%);
background: -webkit-radial-gradient(circle, rgba(0,162,221,0.65) 10%, rgba(0,207,244,0) 60%);
background: radial-gradient(circle, rgba(0,162,221,0.65) 10%, rgba(0,207,244,0) 60%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00a2dd",endColorstr="#00cff4",GradientType=1); 
}

/*キャッチ背景　黒系*/
.top_base.cl_04 {
 background: rgb(0,0,0);
background: -moz-radial-gradient(circle, rgba(100,100,100,0.65) 10%, rgba(150,150,150,0) 60%);
background: -webkit-radial-gradient(circle, rgba(100,100,100,0.65) 10%, rgba(150,150,150,0) 60%);
background: radial-gradient(circle, rgba(100,100,100,0.65) 10%, rgba(150,150,150,0) 60%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00a2dd",endColorstr="#00cff4",GradientType=1); 
}

#top_slide .top_catch {
	z-index: 200;
	font-size: 50px;
	line-height: 1.4;
	width: 100%;
	max-width: 1000px;
	font-weight: 800;
	color: #1a1a1a;
	text-align: left;
	position: absolute;
	top: 55%;
	left: 10%;
	letter-spacing: 0.05em;
	text-shadow: 0px 0px 14px rgba(255, 255, 255, 1), 0px 0px 14px rgba(255, 255, 255, 1);
}
#top_slide .top_catch span {
	display: block;
	font-size: 25px;
	font-weight: 600;
	margin-top: 20px;
	letter-spacing: 0.05em;
}

@media screen and (min-width: 1600px) {
	.swiper {
		height: 100vh;
		aspect-ratio: unset;
	}
  .swiper-slide img {
    height: 100vh;
  }
}

@media screen and (min-width: 641px) and (max-width: 1080px) {
  .swiper {
    height: 400px;
  }
  .swiper-slide img {
    height: 400px;
  }
}

@media screen and (max-width: 640px) {
	.swiper {
		height: auto;
		aspect-ratio: 1.6;
	}
	.swiper-slide img {
		height: 100%;
	}
}


/*
トップピックアップバナー
-------------------------------------------*/

.pickup {
	background-color: #DEDCD6;
	padding-top: 20px;5
	padding-bottom: 30px;
}

.pickup ul {
	display: block;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	max-width: 1400px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.pickup ul li {
	width: 24%;
	position: relative;
}
.pickup ul li a {
	text-decoration: none;
	display: block;
}

.pickup ul li a:hover {
	background-color: #FFF;
}

.pickup ul li a .pu_icon {
	position: absolute;
	top: -5px;
	left: -5px;
	background-color: #0085B2;
	color: #FFF;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
}

.pickup ul li a .pu_icon.cl_02 {
	background-color: #D11444;
}

.pickup ul li a .pu_title {
	display: block;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
	color: #111;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #DEDCD6;
	padding-top: 10px;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A49F8E;
	padding-bottom: 10px;
}

.pickup ul li a:hover .pu_title {
	border-top-color: #543D98;
}

.pickup ul li a p {
	color: #111;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.pickup ul li a img {
	-webkit-filter: brightness(0.8);
	-moz-filter: brightness(0.8);
	-ms-filter: brightness(0.8);
    filter:brightness(0.8);
  -webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	width: 100%;
	height: 50%;
	object-fit: cover;
}

.pickup ul li a:hover img {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	-webkit-filter:brightness(1.2);
    -moz-filter:brightness(1.2);
    -ms-filter:brightness(1.2);
    filter:brightness(1.2);
}

@media screen and (min-width:960px){
body {
	font-size: 16px;
}
.sm-slider, .sm-slider::after {
	top: 100px !important;
}


/*
フェードアップ
-------------------------------------------*/
.fadeup {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.8s ease, transform 0.8s ease;
}

.fadeup.show {
	opacity: 1;
	transform: translateY(0);
}


/*


-------------------------------------------*/
header {
	height: 100px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 0px;
	position: fixed;
	transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
background-color: rgba(255,255,255,0.7);
}


header h1 a img {
	top: 10px;
	left: 5px;
}

header .h_btn a {
	width: 160px;
	top: 7px;
	right: 10px;
	line-height: 38px;
	padding-top: 2px;
	font-size: 14px;
	font-weight: bold;
}
header .h_tel a {
	top: 10px;
	right: 190px;
	line-height: 38px;
	padding-top: 4px;
}

header.fixed {
	height: 100px;
}

header.fixed h1 a img {
	height: 70px;
	top:5px;
}
header.fixed .h_btn a,
header.fixed .h_tel a {
	top: 5px;
	line-height: 30px;
}


.menu_btn,
.btn_close {
	display: none;
}

/*
PCグローバルナビ
-------------------------------------------*/
#g_navi {
	width: 70%;
	padding-left: 30%;
	display: block !important;
	height: 50px;
	position: absolute;
	z-index: 1000;
	left: 0px !important;
	bottom: 0px;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: bold;
	pointer-events: none;
}

#g_navi ul.navi_base {
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#g_navi ul.navi_base,
#g_navi ul li a,
#g_navi ul li div {
	pointer-events: auto; 
}

#g_navi ul li{
	display: inline;
}

#g_navi li a {
	width: 16%;
	padding-top: 15px;
	height: 35px;
	display: block;
	color: #000;
	text-decoration: none;
	text-align: center;
	line-height: 20px;
	position: relative;
	float: left;
}

#g_navi li a::before {
	display: block;
	height: 2px;
	position: absolute;
	top: 2px;
	width: 50%;
	left: 25%;
	background-color: #147299;
	content: '';
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

#g_navi li a:hover::before {
	background-color: #3366cc;
	top:0px;
	width: 70%;
	left: 15%;
}

#g_navi li a:hover,
#g_navi li a.active,
#g_navi ul li:hover > a {
	color: #3366cc;
}

#g_navi ul li:hover > a.ac_menu,
#g_navi li a.ac_menu:hover {
	position: relative;
}

#g_navi li a.ac_menu::after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
 	margin-left: -15px;
  border-right: 15px solid transparent;
  border-bottom: 20px solid #ccc;
  border-left: 15px solid transparent;
 	z-index: 300;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

#g_navi ul li:hover > a.ac_menu::after,
#g_navi li a.ac_menu:hover::after {
  border-bottom: 20px solid #3366cc;
}

#g_navi ul li div {
	position: absolute;
	z-index: 2000;
	top: 50px;
	left: 0px;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	width: 100%;
	height: auto;
	background-color: #0085B2;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 0px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#g_navi ul li ul{
  width: 96%;
  padding-left: 2%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

#g_navi li ul li a {
	width: 21%;
	padding-left: 3%;
	padding-top: 14px;
	padding-bottom: 12px;
	line-height: 22px;
	height: auto;
	color: #fff;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 1%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#g_navi li ul li a::after {
	content: "+";
	color: #DDD;
	position: absolute;
	display: block;
	left: 15px;
	top: 14px;
	font-size: 9px;
}
#g_navi li ul li a:hover::after {
	color: #FFF;
}
#g_navi ul li ul li a:hover{
	color: #FFF;
	background-color: #ff892e;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
}
#g_navi li li a::before {
	display: none;
}

#g_navi ul li:hover div{
  visibility: visible;
  opacity: 1;
}

#g_navi div.ac_list {
	display: block !important;
}


header.fixed #g_navi {
	height: 40px;
}

header.fixed #g_navi ul li div {
	top: 40px;
}

header.fixed #g_navi li a {
	padding-top: 10px;
	height: 30px;
}

header.fixed #g_navi li ul li a::after {
	top: 9px;
}

header.fixed #g_navi li ul li a {
	padding-top: 9px;
	height: 22px;
}

/*
サブトップ
-------------------------------------------*/
#sub_top.faq {
	background-image: url(../img/sub_top_faq.jpg);
}
#sub_top.works {
	background-image: url(../img/sub_top_works.jpg);
}
#sub_top.contact {
	background-image: url(../img/sub_top_contact.jpg);
}
#sub_top.history {
	background-image: url(../img/aboutus.jpg);
}
#sub_top.company {
	background-image: url(../img/aboutus.png);
}
#sub_top.about {
	background-image: url(../img/ogawazentoha.png);
}
#sub_top.study {
	background-image: url(../img/study_top.png);
}
#sub_top .top_base {
	display: none;
}
.no_pc {
	display: none;
}
}
/*(/960～)*/


/*
ヘッダー（1200px以上）
-------------------------------------------*/
@media screen and (min-width:1200px) {
	header .h_btn a {
		right: 50%;
		margin-right: -600px;
	}
	header .h_tel a {
		right: 50%;
		margin-right: -400px;
	}
	header h1 a img {
		left: 50%;
		margin-left: -600px;
	}
}
/*(/1200～)*/


/*
スライダー矢印（1600px以上）
-------------------------------------------*/
@media screen and (min-width:1600px) {
	.sp-horizontal .sp-previous-arrow {
		left: 50% !important;
		margin-left: -750px;
	}
	.sp-horizontal .sp-next-arrow {
		right: 50% !important;
		margin-right: -750px;
	}
}
/*(/1600～)*/


/*
タブレット・スマホ共通（960px以下）
-------------------------------------------*/
@media screen and (max-width:960px) {

	body {
		font-size: 16px;
	}
	img {
		max-width: 100% !important;
		height: auto;
		width /***/:auto;
		margin-left: auto;
		margin-right: auto;
	}
	.content h4 {
		margin-right: 10px;
		margin-left: 10px;
	}
	ul.works_list li {
		width: 32%;
	}
	#top_slide {
		padding-top: 50px;
	}

	#sub_top {
		max-width: 100%;
		height: 160px;
		display: flex;
		align-items: flex-end;
		padding-top: 0;
		padding-bottom: 24px;
		padding-left: 20px;
		letter-spacing: 0.5em;
		font-size: 20px;
	}

/*
メニューボタン
-------------------------------------------*/

.menu_btn {
	display: block;
	height: 30px;
	width: 40px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	position: fixed;
	z-index: 5000;
	top: 5px;
	right: 5px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.menu_btn:hover {
	cursor: pointer;
}

.menu_btn span {
	width: 28px;
	height: 2px;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -14px;
	background-color: #CCC;
}
.menu_btn span {
    transition: all 0.3s;
    transform: rotate(0deg);
	-webkit-transform: rotate(0deg);  
    -moz-transform: rotate(0deg);    
  }
.menu_btn span.top {
    transform: translateY(-8px);
	-webkit-transform: translateY(-8px);  
    -moz-transform: translateY(-8px);    
  }
.menu_btn span.bottom {
    transform: translateY(8px);
	-webkit-transform: translateY(8px);  
    -moz-transform: translateY(8px);    
}

.menu_btn:hover span.top {
    transform: translateY(-10px);
	-webkit-transform: translateY(-10px);  
    -moz-transform: translateY(-10px);    
}
.menu_btn:hover span.bottom {
    transform: translateY(10px);
	-webkit-transform: translateY(10px);  
    -moz-transform: translateY(10px);    
}

.menu_btn.opened span {
	background-color: #FFF;
}

.menu_btn.opened  span.middle {
    background: rgba(255, 255, 255, 0);
	 transform: translateX(30px);
	 -webkit-transform: translateX(30px);  
    -moz-transform: translateX(30px);    
}
.menu_btn.opened  span.top {
    transform: rotate(-45deg) translateY(0px);
	-webkit-transform: rotate(-45deg) translateY(0px);  
    -moz-transform: rotate(-45deg) translateY(0px);    
}
.menu_btn.opened  span.bottom {
    transform: rotate(45deg) translateY(0px);
	-webkit-transform: rotate(45deg) translateY(0px);  
    -moz-transform: rotate(45deg) translateY(0px);    
}

/*
グローバルナビ
-------------------------------------------*/
#g_navi {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	display: none;
	padding-top: 50px;
	overflow: auto;
	z-index: 3000;
	background-color: #0085B2;
	font-size: 14px;
	letter-spacing: 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#g_navi ul {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
}

#g_navi ul li {
	margin-bottom: 1px;
}

#g_navi ul li a {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding-top: 16px;
	padding-right: 30px;
	padding-bottom: 14px;
	padding-left: 20px;
	line-height: 22px;
	vertical-align : middle;
	background-color: rgba(0, 0, 0, 0.1);
}
#g_navi ul li a:hover {
	background-color: rgba(0, 0, 0, 0);
}

body.fixed {
	overflow: hidden;
}

/*
アコーディオン
--------------------------------------------------*/


#g_navi ul li a.ac_menu {
	position: relative;
	background-image: none;
	background-color: none;
}
#g_navi ul li a.ac_menu::after {
	font-size: 11px;
	display: block;
	height: 20px;
	width: 20px;
	content: "▼";
	text-align: center;
	line-height: 20px;
	position: absolute;
	top: 16px;
	right: 10px;
	color: #FFF;
}
#g_navi ul li a.ac_menu.active {
	color: #DEF;
}
#g_navi ul li a.ac_menu.active::after {
	content: "▲";
}
#g_navi div.ac_list {
	display: none;
}

#g_navi ul li ul li a::before {
	content: "・";
	padding-right: 5px;
	color: #DEF;
}

/*
メニューシャドウ
-------------------------------------------*/
.bg_bl {
	background-color: #000;
	height: 100%;
	width: 100%;
	opacity: 0.80;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	display: block;
	position: fixed;
	z-index: 2000;
}


/*
ヘッダー
-------------------------------------------*/
.sm-slider, .sm-slider::after {
	top: 50px !important;
}

header {
	height: 52px;
}

header h1 a img {
	top: 5px;
	left:5px;
	height: 40px;
}

header .h_btn a {
	width: 120px;
	top: 5px;
	right: 55px;
	line-height: 29px;
	padding-top: 1px;
	font-size: 12px;
}
header .h_tel a {
	top: 10px;
	right: 200px;
	line-height: 29px;
	padding-top: 1px;
	font-size: 12px;
}
header .h_menu {
	display: none;
}

header #info {
	display: none;
}

/*
サブトップ
-------------------------------------------*/

#sub_top.faq {
	background-image: url(../img/aboutus.png);
}
#sub_top.works {
	background-image: url(../img/aboutus.png);
}
#sub_top.contact {
	background-image: url(../img/aboutus.png);
}
#sub_top.company {
	background-image: url(../img/aboutus.png);
}
#sub_top.sample {
	background-image: url(../img/aboutus.png);
}

#top_slide .top_catch {
	font-size: 40px;
}

.content h3 {
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}

.no_sp {
	display: none;
}

}



/*(/～960)*/

@media screen and (max-width: 1080px) {
  #top_slide .top_catch {
    font-size: 32px;
    left: 24px;
    width: calc(100% - 48px);
  }
}

@media screen and (max-width:640px){
	
.top_base {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	margin-left: 0px;
	margin-top: 0px;
}

#top_slide .top_catch {
	font-size: 24px;
	top: 40%;
	left: 24px;
	width: calc(100% - 48px);
}

#top_slide .top_catch span {
	display: none;
}


#top_slide .slide_btn a {
	font-size: 14px;
	bottom: 20%;
	line-height: 30px;
	width: 220px;
	margin-left: -110px;
}
.pickup ul li {
	width: 100%;
	margin-bottom: 20px;
}
.pickup ul li a img {
	max-height: 100px;
	-webkit-filter: brightness(1.0);
	-moz-filter: brightness(1.0);
	-ms-filter: brightness(1.0);
    filter:brightness(1.0);
}
	

header h1 a img {
	top:5px;
	height: 30px;
}

header .h_btn a {
	width: 50px;
	top: 10px;
	right: 50px;
	font-size: 18px;
	border-top-style: none !important;
	border-bottom-style: none !important;
	border-right-style: none !important;
	border-left-style: none !important;
}
header .h_tel a {
	width: 50px;
	font-size: 18px;
	right: 95px;
}
header .h_tel a span,
header .h_btn a span {
	display: none;
}


.content {
	padding-top: 5px;
	padding-bottom: 5px;
}

.content p {
	margin-bottom: 20px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}

ul.works_list {
	padding: 10px;
}

ul.works_list li {
	width: 48%;
}

ul.works_list li a {
	padding: 10px;
}

.img_left,
.img_right {
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
}

.box_contact p {
	font-size: 14px;
}

ul.f_bn li a span {
	display: none;
}

footer .f_bn li a i {
	padding-right: 0px;
}

footer .cont_wrap {
	display: none;
}
}
/*(/～640)*/

@media screen and (max-width:460px){
textarea {
	max-width: 300px !important;
}

.content table.table_01 th,
.content table.table_01 td {
	width: 100% !important;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.content table.table_01 th {
	background-color: #F6F6F6;
}


#sub_top {
	height: 60px;
	padding-top: 140px;
	font-size: 16px;
}

.content h2 {
	font-size: 30px;
}

}
/*(/～460)*/


/*
エフェクト
-------------------------------------------*/
.effect {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	transform: none;
	-webkit-transform: none;
    -moz-transform: none;
}
.effect.d_02 {
transition-delay:0.2s;
-webkit-transition-delay:0.2s;
}
.effect.d_04 {
transition-delay:0.4s;
-webkit-transition-delay:0.4s;
}
.effect.d_06 {
transition-delay:0.6s;
-webkit-transition-delay:0.6s;
}
.effect.d_08 {
transition-delay:0.8s;
-webkit-transition-delay:0.8s;
}
.effect.start {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	transform: translateY(0px);
	-webkit-transform: translateY(0px);  
    -moz-transform: translateY(0px);    
}



.content p.check {
	color: #F00036;
}
.content p.p_st {
	font-size: 20px;
	color: #CA28B1;
}

.arrow_tbm {
	text-align: center;
	margin-top: -1px;
	padding-bottom: 10px;
}


.h_sns {
	padding: 5px;
	position: fixed;
	top: 130px;
	right: 0px;
	background-color: rgba(0,61,87,0.8);
	border-radius: 8px 0px 0px 8px;
	-webkit-border-radius: 8px 0px 0px 8px;
	-moz-border-radius: 8px 0px 0px 8px;
}
.h_sns li a {
	display: block;
	padding: 10px;
	color: #FFF;
	line-height: 30px;
	width: 30px;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.h_sns li a:hover {
	background-color: #000;
}


@media screen and (max-width:640px){
.h_sns {
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	top: auto;
	bottom: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

.h_sns li {
	width: 25%;
}
.h_sns li a {
	width: 100%;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.to_top {
	bottom: 60px;
}

footer {
	padding-bottom: 60px;
}

}

.content .box_att {
	margin-top: 30px;
}

.content .box_att h2 {
	font-weight: normal;
	font-size: 24px;
	color: #0F688B;
}
.content .box_att p {
	font-size: 14px;
	margin: 0px;
	color: #0F688B;
}


/* セクション共通タイトル
-------------------------------------------*/
.section_title {
  font-size: 30px;
  font-weight: bold;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, sans-serif;
  color: #111;
  text-align: left;
  border: none;
  padding: 0;
  margin-bottom: 20px;
  letter-spacing: normal;
}

/* 経営理念 見出し・リード文
-------------------------------------------*/
.content .rinen_title {
  text-align: center;
  color: #0085B2;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.2em;
  margin: 30px 0 24px 0;
  padding: 0;
  border-bottom: none;
}
.content .rinen_lead {
  text-align: center;
  color: #1a1a1a;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .content .rinen_title {
    font-size: 20px;
  }
  .content .rinen_lead {
    font-size: 14px;
    line-height: 1.9;
  }
}


/* 小川善の強み
-------------------------------------------*/

.tsuyomi_wrap {
  background-image: url(../img/top_tsuyomi.png);
  background-size: cover;
  background-position: center;
  padding: 60px 0 100px;
}

.tsuyomi_wrap .cont_wrap {
  max-width: 1200px;
}

.tsuyomi_wrap p {
  font-size: 16px;
  line-height: 2.0;
  color: #111;
  margin: 0 0 10px;
  padding: 0;
}

.tsuyomi_grid {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 10px;
}

.content .tsuyomi_grid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.tsuyomi_grid li {
  flex: 1;
}

.tsuyomi_grid.row_3 li {
  width: calc(25% - 15px);
  flex: none;
}

.tsuyomi_grid.row_4 li {
  width: calc(25% - 15px);
  flex: none;
}

.tsuyomi_grid li a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0085B2;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  width: 100%;
  line-height: 1.6;
  aspect-ratio: 1;
  padding: 0;
  border-radius: 8px;
}

.tsuyomi_grid li a:hover {
  background-color: #ff892e;
  color: #fff;
}

@media screen and (max-width: 960px) {
  .tsuyomi_grid {
    flex-wrap: wrap;
    gap: 10px;
  }
  .tsuyomi_grid.row_3 li,
  .tsuyomi_grid.row_4 li {
    width: calc(50% - 5px);
    flex: none;
  }
.tsuyomi_wrap p {
  font-size: 14px;
  line-height: 1.8;
  color: #1a1a1a;
  margin: 0 0 10px;
  padding: 0;
}
  .tsuyomi_grid li a {
    font-size: 14px;
    line-height: 1.4;
    padding: 10px;
    box-sizing: border-box;
  }
}


/* 間接副資材販売 詳細ブロック（紺背景＋はみ出し画像）
-------------------------------------------*/
.tsuyomi_detail {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px 20px 20px 260px;
  box-sizing: border-box;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}


.tsuyomi_detail_head,
.tsuyomi_detail_body,
.tsuyomi_jisseki,
.tsuyomi_jisseki_btn_wrap {
  background: #fff;
  padding-left: 40px;
  padding-right: 40px;
  box-sizing: border-box;
}
.tsuyomi_detail_head {
  padding-top: 32px;
  padding-bottom: 16px;
  border-radius: 16px 16px 0 0;
  border-bottom: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
.tsuyomi_detail_title {
  font-size: 20px;
  font-weight: 600;
  color: #0C3B6E;
  margin: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.tsuyomi_jisseki {
  padding-top: 8px;
  padding-bottom: 16px;
  border-top: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.tsuyomi_detail_btn {
  font-size: 14px;
  background: #ff892e;
  color: #fff;
  padding: 7px 18px;
  border-radius: 20px;
  text-decoration: none;
  flex-shrink: 0;
}

.tsuyomi_detail_btn:hover {
  background: #0085B2;
  color: #fff;
}

.tsuyomi_detail_body {
  padding-top: 0;
  padding-bottom: 10px;
}
.tsuyomi_detail_left p {
  font-size: 16px;
  color: #1a1a1a;
  line-height: 1.9;
  margin: 0;
  padding: 0;
}
.tsuyomi_detail_right {
  position: absolute;
  left: -50px;
  top: -20px;
  bottom: 20px;
  width: 280px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
  z-index: 3;
}
.tsuyomi_detail_right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tsuyomi_jisseki_label {
  font-size: 16px;
  font-weight: bold;
  color: #0C3B6E;
  flex-shrink: 0;
}
.tsuyomi_jisseki_items {
  font-size: 16px;
  color: #555;
}
.tsuyomi_jisseki_btn_wrap {
  padding-top: 0;
  padding-bottom: 20px;
  border-radius: 0 0 16px 16px;
  text-align: right;
}
.tsuyomi_jisseki_btn {
  font-size: 14px;
  color: #0085B2;
  text-decoration: underline;
}
@media screen and (max-width: 900px) {
  .tsuyomi_detail {
    padding-left: 20px;
  }
  .tsuyomi_detail_right {
    position: static;
    width: 100%;
    height: 200px;
    margin-bottom: 16px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  }
  .tsuyomi_detail_head {
    border-radius: 16px 16px 0 0;
    padding-top: 20px;
  }
}


/* 小川善について
-------------------------------------------*/
.about_wrap {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.about_inner {
  display: flex;
  gap: 40px;
  align-items: center;
}

.about_inner > div {
  flex: 1;
}

.about_text p {
	font-size: 16px;
	line-height: 2.0;
	color: #1a1a1a;
	margin-bottom: 20px;
}

.about_img {
  position: relative;
}

.about_img::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  width: 100%;
  height: 100%;
  background-color: #0085B2;
  z-index: 0;
}

.about_img img {
  position: relative;
  z-index: 1;
  width: 100%;
  display: block;
}

@media screen and (max-width: 1080px) {
   .about_inner {
    flex-direction: column;
  }
  .about_text p {
    font-size: 15px;
    line-height: 1.8;
  }
}

@media screen and (max-width: 480px) {
  .about_text p {
    font-size: 14px;
    line-height: 1.7;
  }
}


/* NEWS
-------------------------------------------*/
.news_wrap {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #0085B2;
}

.news_wrap .section_title {
  border-bottom: 2px solid #fff;
  padding-bottom: 10px;
  color: #fff;
}

.news_wrap .ul_news li {
  list-style: none;
  padding: 15px 0;
  color: #fff;
  transition: background-color 0.2s;
}

.news_wrap .ul_news li {
  list-style: none;
  padding: 20px 0;
  color: #fff;
  transition: background-color 0.2s;
  position: relative;
  border-bottom: none;
}

.news_wrap .ul_news li:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255,255,255,0.6);
  border-radius: 0;
}

.news_wrap .ul_news li:hover {
  background-color: rgba(255,255,255,0.1);
}

.news_wrap .ul_news li a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  margin-top: 6px;
}

.news_wrap .ul_news li span.news_date {
  color: rgba(255,255,255,0.7);
  padding-right: 20px;
}

.news_wrap .ul_news li span.news_icon {
  display: inline-block;
  background-color: #fff;
  color: #0085B2;
  font-weight: bold;
  font-size: 14px;
  padding: 2px 10px;
  margin-right: 10px;
  border-radius: 3px;
}

@media screen and (max-width: 1080px) {
  .news_wrap .ul_news li {
    font-size: 13px;
    line-height: 1.1;
  }
}

/* もっと見るボタン
-------------------------------------------*/
.news_wrap .btn_cnt {
  margin-top: 30px;
}

.news_wrap .btn_cnt a {
  display: inline-block;
  background-color: #ff892e;
  color: #fff;
  border: 2px solid #ff892e;
  text-decoration: none;
  padding: 12px 40px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 4px;
}

.news_wrap .btn_cnt a:hover {
  background-color: #fff;
  color: #ff892e;
}



/* ボタン
-------------------------------------------*/
.btn_more {
  display: inline-block;
  background-color: #0085B2;
  color: #fff;
  text-decoration: none;
  padding: 10px 30px;
  font-size: 14px;
  margin-top: 16px;
  border-radius: 4px;
}

.btn_more:hover {
  background-color: #006a8e;
  color: #fff;
}


body {
  overflow-x: hidden;
}

/* 事業所
-------------------------------------------*/
.jigyosho_wrap {
  padding: 60px 0;
  background-color: #f5f5f5;
}

.jigyosho_wrap .section_title {
  text-align: center;
  border-bottom: 1px solid #CBC8BE;
  padding-bottom: 15px;
}

.jigyosho_overview_map {
  margin-bottom: 40px;
}

.jigyosho_overview_map img {
  width: 100%;
  display: block;
}

.jigyosho_item {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  border-top: 2px solid #0085B2;
  padding: 40px 0;
}

.jigyosho_left {
  flex: 1;
}

.jigyosho_right {
  flex: 1;
}

.jigyosho_right iframe {
  width: 100%;
  height: 250px;
  max-height: 40vw;
  border: none;
}

.jigyosho_name {
  font-size: 24px;
  font-weight: 600;
  color: #111;
  margin-bottom: 20px;
  padding-left: 10px;
  border-left: 4px solid #0085B2;
}

.jigyosho_label {
  font-size: 20px;
  font-weight: 600;
  color: #0085B2;
  margin-top: 16px;
  margin-bottom: 4px;
}

.jigyosho_left p {
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
  padding: 0;
}

.jigyosho_map_link {
  display: inline-block;
  font-size: 13px;
  color: #0085B2;
  text-decoration: none;
  margin-top: 16px;
}

.jigyosho_map_link:hover {
  text-decoration: underline;
}

.jigyosho_photos {
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}

.jigyosho_photos div {
  flex: 1;
  text-align: center;
}

.jigyosho_photos img {
  width: 100%;
  display: block;
  margin-bottom: 8px;
}

.jigyosho_photos p {
  font-size: 13px;
  color: #555;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 1080px) {
  .jigyosho_item {
    flex-direction: column;
  }
  .jigyosho_photos {
    flex-direction: column;
  }

.jigyosho_right iframe {
  width: 100%;
  height: 250px;
  border: none;
}
}

/* 事業詳細ページ（部署セクション）
-------------------------------------------*/
.dept_lead {
  margin-bottom: 20px;
  line-height: 1.9;
  font-size: 16px;
  text-align: center;
}

.dept_section {
  display: flex;
  gap: 60px;
  align-items: flex-start;
  margin-bottom: 20px;
  margin-top: 60px;
}

.dept_section_text {
  flex: 1;
}

.dept_section_text h3 {
  font-size: 18px;
  font-weight: bold;
  border-left: 4px solid #ff6f00;
  padding-left: 12px;
  margin-bottom: 20px;
  line-height: 1.4;
  background-color: transparent;
  background-image: none;
  border-radius: 0;
  color: #111;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  margin-top: 0;
  font-family: inherit;
}

.dept_section_text h3::after {
  display: none;
}

.dept_section_text p {
  line-height: 1.9;
  font-size: 14px;
}

.dept_section_img {
  flex: 0 0 340px;
  width: 340px;
}

.dept_section_img img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
}

@media screen and (max-width: 1080px) {
  .dept_section {
    flex-direction: column;
    gap: 20px;
    padding: 10px 20px;
    margin-bottom: 30px;
  }

  .dept_section_img {
    flex: none;
    width: 100%;
  }
}


/* 強み5項目（階段状カードグリッド）
-------------------------------------------*/
.feature_stagger_bg {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-top: 70px;
  background: #E0F4FA;
  padding: 40px 5%;
  box-sizing: border-box;
}

.feature_stagger_grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: start;
  gap: 24px;
  box-sizing: border-box;
}

.feature_stagger_card {
  height: 450px;
  background: #fff;
  border-radius: 12px;
  padding: 16px 16px 16px 30px;
  position: relative;
  box-sizing: border-box;
}

.feature_stagger_grid .feature_stagger_card:nth-child(1) { margin-top: 72px; }
.feature_stagger_grid .feature_stagger_card:nth-child(2) { margin-top: 36px; }
.feature_stagger_grid .feature_stagger_card:nth-child(3) { margin-top: 0; }
.feature_stagger_grid .feature_stagger_card:nth-child(4) { margin-top: 72px; }
.feature_stagger_grid .feature_stagger_card:nth-child(5) { margin-top: 36px; }

.feature_stagger_label {
  position: absolute;
  left: 8px;
  top: 24px;
  writing-mode: vertical-rl;
  font-size: 9px;
  letter-spacing: 0.1em;
  color: #7FBFD4;
  font-weight: bold;
}

.feature_stagger_card .feature_stagger_num {
  font-size: 60px;
  font-weight: bold;
  color: #0085B2;
  margin: 0 0 2px;
  line-height: 1;
  opacity: 0.85;
  padding: 0;
}

.feature_stagger_img {
  width: 100%;
  height: 150px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 8px;
}

.feature_stagger_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.feature_stagger_card .feature_stagger_title {
  font-size: 20px;
  font-weight: bold;
  color: #1a1a1a;
  margin: 0 0 15px;
  padding: 0;
}

.feature_stagger_card .feature_stagger_desc {
  font-size: 14px;
  color: #1a1a1a;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 900px) {
  .feature_stagger_grid {
    grid-template-columns: 1fr;
  }
  .feature_stagger_bg {
    padding: 30px 20px;
  }
  .feature_stagger_grid .feature_stagger_card:nth-child(n) {
    margin-top: 0;
    margin-bottom: 20px;
  }
}

/* 背景グレー版
-------------------------------------------*/
.gray_section h2 {
  text-align: left;
  border-bottom: none;
  padding: 0px 0  20px 0;
  font-size: 24px;
  margin-bottom: 16px;
  border-bottom: 1px solid #CBC8BE;
}

.content.gray_section {
  background-color: #23254d;
  padding-top: 30px;
}

.gray_section .dept_lead {
  text-align: left;
  margin-bottom: 20px 0;
}


.dept_section.gray {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin: 0;
}

.dept_section.gray .dept_grid_item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  margin-bottom: 30px;
  border-radius: 12px;
}

.dept_section.gray .dept_grid_item p {
  font-size: 20px;
  line-height: 1.8;
  text-align: center;
}

@media screen and (max-width: 1080px) {
  .dept_section.gray {
    grid-template-columns: 1fr;
    padding: 25px 20px;
  }
  .dept_section.gray .dept_grid_item img {
    border-radius: 12px;
  }
}

/* 背景白版
-------------------------------------------*/
.dept_section.white {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin: 0;
}

.dept_section.white .dept_grid_item img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 30px;
  border-radius: 12px;
}

.dept_section.white .dept_grid_item p {
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
}

@media screen and (max-width: 1080px) {
  .dept_section.white {
    grid-template-columns: 1fr;
    padding: 25px 20px;
  }
  .dept_section.white .dept_grid_item img {
    border-radius: 12px;
  }
}

/* contentセクション グレー版
-------------------------------------------*/
.content.gray_section {
  background-color: #fff;
}

/* 金属加工ページ専用：見出しのデザインを壊さないグレー背景設定
-------------------------------------------*/
.content.metal_page_section {
  background-color: #e8e8e8;
}

.content.metal_page_section h2 {
  text-align: left;
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 30px 0;
  padding: 60px 10px 15px 10px;
  border-bottom: 1px solid #CBC8BE;
}

.content.metal_page_section .dept_lead {
  text-align: left;
  margin-bottom: 40px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
}

.content.metal_page_section 
.dept_section.gray 
.dept_grid_item p {
  text-align: center;
  font-size: 20px;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .content.metal_page_section h2 {
    font-size: 15px;
    margin-bottom: 20px;
  }
}

/* カテゴリータグ
-------------------------------------------*/

.content h2.h2_category {
  text-align: left;
  border-bottom: none;
  padding: 50px  0 20px;
  font-size: 24px;
  font-weight:600;
  border-bottom: 1px solid #CBC8BE;
}

.category_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  background-color: #0085B2;
  padding: 30px;
  box-sizing: border-box;
  margin: 20px 0 50px 0;
}

.category_tag {
  background-color: #fff;
  padding: 6px 16px;
  font-size: 14px;
  line-height: 1.6;
}


/* カテゴリータグ
-------------------------------------------*/
.heading .free-badge {
  display: inline-block;
  background: #E6F1FB;
  color: #185FA5;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 14px;
  border-radius: 20px;
  margin-bottom: 12px;
  border: 1px solid #B5D4F4;
}
.steps_section {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  padding: 80px 0;
  box-sizing: border-box;
  background-image: url(../img/shape.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.steps-row {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 16px;
  box-sizing: border-box;
}
.step {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #0085B2;
  border-radius: 10px;
  padding: 14px 0px 30px;
  box-sizing: border-box;
  box-shadow: 0 4px 16px rgba(0,95,128,0.25);
}

.arrow-wrap {
  display: none;
}
.num {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 10px;
}
.icon-wrap {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 10px;
}
.icon-wrap i {
  font-size: 40px;
  color: #1a1a1a;
}
.step-title {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin: 0 0 8px;
  line-height: 1.3;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.divider {
  display: block;
  width: 32px;
  height: 2px;
  background: rgba(255,255,255,0.6);
  border-radius: 2px;
  margin: 4px 0 0px;
}

.step-desc {
  font-size: clamp(10px, 0.9vw, 15px);
  color: #fff;
  text-align: center;
  line-height: 1.6;
  margin: 0 0 14px;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.step-tag {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  color: #1a1a1a;
  background: #F5A623;
  padding: 6px 18px;
  border-radius: 20px;
}
.br-pc {
display: block;
}
@media (max-width: 768px) {
  .br-pc { 
display: none; 
}
  .steps-row { 
flex-direction: column; align-items: center; 
gap: 24px; 
}
  .step { width: 100%; max-width: 320px; 
}
  .steps_section {
    background-image: none;
    background-color: #CFE7EF;
    padding: 40px 20px;
    box-sizing: border-box;
  }
}


/* 5つのカラム　(金属加工で使用)
-------------------------------------------*/
.wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.section-title {
  font-size: 22px;
  font-weight: bold;
  color: #005F80;
  text-align: center;
  margin-bottom: 30px;
}
.card-grid-2 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 16px;
}
.card-grid-2 .card {
  width: 100%;
  flex-shrink: 0;
}
.card-grid-3 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.card {
  background: #fff;
  border: 0.5px solid #B3DDE8;
  border-top: 3px solid #0085B2;
  border-radius: 12px;
  padding: 5px 20px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 20px;
  transition: box-shadow 0.2s;
  box-sizing: border-box;
}
.card:hover {
  box-shadow: 0 4px 16px rgba(24, 95, 165, 0.10);
}
.card .icon-wrap {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #E0F4FA;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.card .icon-wrap i {
  font-size: 20px;
  color: #0085B2;
}
.card .card-title {
  font-size: 20px;
  font-weight: bold;
  color: #005F80;
  line-height: 1.4;
  width: 200px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

.card .card-desc {
  width: auto;
  flex: 1;
  font-size: 16px;
  color: #555;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}


@media screen and (max-width: 768px) {
  .card .card-title {
    width: auto;
    font-size: 14px;
  }
  .card .card-desc {
    width: 100%;
    flex: none;
  }
}


/* 事業内容7つ 左寄せ専用
-------------------------------------------*/
.cont_wrap_left {
  max-width: 1200px;
  width: 100%;
  margin-left: max(0px, calc((100% - 1200px) / 2));
  margin-right: auto;
  padding-left: 0px;
  padding-right: 0px;
  box-sizing: border-box;
}

.h2_left {
  font-size: 35px;
  line-height: 1.2;
  color: #171717;
  text-align: left;
  margin: 0 0 0px 30px;
  padding: 0;
}

.dept_lead_left {
  text-align: left;
  font-size: 16px;
  line-height: 1.9;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .cont_wrap_left {
    padding-left: 20px;
    padding-right: 20px;
  }
  .h2_left {
  max-width: 1000px;
  width: 100%;
  font-size: 20px;
  margin-left: 0;
  }
  .dept_lead {
  width: 100%;
  font-size: 13px;
  margin-left: 0;
  }
}


/* ボタン　汎用可能
-------------------------------------------*/

.btn-align-r1200 {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.btn-align-r1200 .btn_more {
  display: block;
  width: fit-content;
  margin: 0 0 0 auto;
}

.btn-align-r1200 .btn_more a {
  border-radius: 12px;
}

@media screen and (max-width: 768px) {
  .btn-align-r1200 {
    padding: 0 15px;
  }
  .btn-align-r1200 .btn_more {
    margin: 0 auto;
  }
}

/* 熱中症予防対策 見出し
-------------------------------------------*/
.prevention_wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.prevention_wrap h2.prevention_title {
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 30px;
  color: #1f1f1f;
  border-bottom: 1px solid #CBC8BE;
  padding: 0 0 20px;
 }

/* プロセス4項目（斜めカット写真カード）
-------------------------------------------*/
.process_section {
  position: relative;
  margin-top: 120px;
}
.process_bg_circle {
  position: absolute;
  bottom: -50px;
  right: 50px;
  width: 1920px;
  height: 750px;
  border-radius: 110px;
  background: #AEE0EE;
  opacity: 0.6;
  z-index: 0;
}
.process_grid {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  box-sizing: border-box;
}
.process_card {
  position: relative;
  display: flex;
  background: #fff;
  border: 2px solid #0085B2;
  border-radius: 12px;
  overflow: hidden;
  min-height: 240px;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 6px 16px rgba(0, 95, 128, 0.15);
}

.process_body {
  flex: 0 0 58%;
  padding: 20px 22px;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
}
.process_head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 14px;
}
.process_num {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0085B2;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  width: 56px;
  height: 56px;
  border-radius: 8px;
  flex-shrink: 0;
}
.process_body .process_title {
  font-size: 24px;
  font-weight: bold;
  color: #0085B2;
  margin: 0;
  padding: 0;
}
.process_list {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 85%;
}
.process_list li {
  background: #0085B2;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  padding: 8px 14px;
  border-radius: 4px;
}

.process_img {
  position: absolute;
  top: 0;
  right: 0;
  width: 48%;
  height: 100%;
  clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
}
.process_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 768px) {
  .process_grid {
    grid-template-columns: 1fr;
  }
  .process_card {
    flex-direction: column;
    min-height: auto;
  }
  .process_body {
    flex: none;
  }
  .process_img {
    position: static;
    width: 100%;
    height: 160px;
    clip-path: none;
  }
}

/* 3カラム特徴カード
-------------------------------------------*/
.feature3_grid {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.feature3_card {
  width: 260px;
  height: 260px;
  flex-shrink: 0;
  border-radius: 50%;
  background: #1090BC;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px 20px 30px;
  box-sizing: border-box;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(0, 95, 128, 0.25);
}

.feature3_icon {
  font-size: 28px;
  color: #fff;
  margin-bottom: 20px;
}
.feature3_card .feature3_title {
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  margin: 0 0 4px;
  padding: 0;
}
.feature3_card .feature3_sub {
  font-size: 16px;
  color: #fff;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .feature3_grid {
    grid-template-columns: 1fr;
  }
}

/* トップメッセージ
-------------------------------------------*/
.top_msg {
  max-width: 1200px;
  margin: 0 auto;
}
.content .top_msg_heading {
  text-align: left;
  font-size: 30px;
  font-weight: bold;
  color: #0085B2;
  letter-spacing: 0.1em;
  margin: 50px 0 30px;
  padding: 0;
  border-bottom: none;
}
.top_msg_hero {
  position: relative;
  height: 460px;
  margin: 0 0 60px;
}
.top_msg_circle_01 {
  position: absolute;
  top: -80px;
  right: -60px;
  width: 800px;
  height: 400px;
  border-radius: 120px;
  background: #AEE0EE;
  opacity: 0.7;
  z-index: 1;
}
.top_msg_circle_02 {
  position: absolute;
  top: 140px;
  left: -70px;
  width: 500px;
  height: 350px;
  border-radius: 120px;
  background: #AEE0EE;
  opacity: 0.7;
  z-index: 1;
}
.top_msg_photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 440px;
  z-index: 1;
  overflow: hidden;
}
.top_msg_photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.top_msg_quote {
  position: absolute;
  top: -20px;
  right: 60px;
  width: 320px;
  height: 600px;
  writing-mode: vertical-rl;
  z-index: 3;
  overflow: visible;
  display: block;
}
.top_msg_quote .top_msg_quote_01,
.top_msg_quote .top_msg_quote_02 {
  font-size: 24px;
  font-weight: bold;
  color: #000000;
  line-height: 2;
  letter-spacing: 0.2em;
  margin: 0 20px 0 0;
  padding: 0;
  text-shadow: 0 0 8px rgba(255,255,255,0.6), 0 0 8px rgba(255,255,255,0.6);
}
.top_msg_body {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.top_msg_body .top_msg_block {
  position: relative;
  margin: 30px 0 10px;
  padding-left: 0;
  border-left: none;
}
.top_msg_body .top_msg_block_title {
  font-size: 20px;
  font-weight: 600;
  color: #0085B2;
  margin: 0px 0 10px;
  padding: 0;
}
.top_msg_body .top_msg_block_text {
  font-size: 16px;
  color: #1f1f1f;
  line-height: 1.9;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 900px) {
  .top_msg_hero {
    height: auto;
  }
  .top_msg_circle_01,
  .top_msg_circle_02 {
    width: 200px;
    height: 200px;
  }
  .top_msg_photo {
    position: relative;
    width: 100%;
    height: 240px;
  }
  .top_msg_quote {
    position: static;
    width: 100%;
    height: auto;
    justify-content: center;
    padding: 20px 0 0;
  }
  .top_msg_quote .top_msg_quote_01,
  .top_msg_quote .top_msg_quote_02 {
    font-size: 14px;
  }
  .top_msg_body {
    gap: 28px;
  }

  .top_msg_body .top_msg_block_text {
  font-size: 13px;
  color: #1f1f1f;
  line-height: 1.9;
  margin: 0;
  padding: 0;
}
}

/* セクション全体（1920px幅の背景エリア） */
.st-section {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

/* 左側の大きな水色の真円背景 */
.st-section::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -250px;
  transform: translateY(-50%);
  width: 900px;
  height: 900px;
  background-color:#aee0ee;
  border-radius: 50%;
  z-index: 1;
}

/* カードを収めるコンテナ（1200px） */
.st-container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
}

.st-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* カード全体のスタイル */
.st-card {
  display: flex;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  box-sizing: border-box;
}

/* 左側：アイコンとタイトル */
.st-card-left {
  flex: 0 0 45%;
  padding: 35px 40px;
  display: flex;
  align-items: center;
  gap: 25px;
  z-index: 1;
  box-sizing: border-box;
}

.st-icon-wrap {
  width: 60px;
  height: 60px;
  background-color: #e6f4fa;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1a6d96;
  font-size: 24px;
  flex-shrink: 0;
}

.st-card-title {
  font-size: 22px;
  font-weight: bold;
  color: #333333;
  margin: 0;
}

/* 右側：説明文（青背景と斜めの切り込み） */
.st-card-right {
  flex: 1;
  position: relative;
  background-color: #1a6d96;
  padding: 30px 40px 30px 60px;
  color: #ffffff;
  display: flex;
  align-items: center;
  z-index: 2;
  box-sizing: border-box;
}

.st-card-right::before {
  content: "";
  position: absolute;
  top: 0;
  left: -25px;
  width: 50px;
  height: 100%;
  background-color: #1a6d96;
  z-index: -1;
  transform: skewX(-16deg);
}

.st-card-desc {
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
  z-index: 1;
 
}

/* レスポンシブ対応 
-------------------------------------------*/

@media (max-width: 992px) {
  .st-card-left {
    flex: 0 0 50%;
    padding: 25px;
  }
  .st-card-right {
    padding: 25px 25px 25px 40px;
  }
  .st-card-title {
    font-size: 18px;
  }
}

@media (max-width: 640px) {
  .st-card {
    flex-direction: column;
  }
  .st-card-left {
    width: 100%;
    padding: 20px;
  }
  .st-card-right {
    width: 100%;
    padding: 20px;
  }
  .st-card-right::before {
    display: none;
  }
}

/* 小川善の学び 専用TOPバナー
-------------------------------------------*/
#sub_top_study {
  position: relative;
  height: 600px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.sub_top_study_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.sub_top_study_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sub_top_study_bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
  height: 100%;
  background: linear-gradient(120deg, rgba(0, 84, 110, 0.8), rgba(0, 108, 144, 0.6));
  clip-path: polygon(0 0, 100% 0, 78% 100%, 0 100%);
}
.sub_top_study_text {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  width: 100%;
  margin: 0 0 0 120px;
  padding: 0 40px;
  box-sizing: border-box;
}
.sub_top_study_logo {
  color: #fff;
  font-size: 40px;
  font-weight: 800;
  margin: 0 0 2px;
}
.sub_top_study_title {
  margin: 12px 0 20px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: flex-start;
}
.sub_top_study_title span {
  display: inline-block;
  background: rgba(255, 255, 255, 0.85);
  color: #1a1a1a;
  font-size: 50px;
  font-weight: 800;
  margin: 0 0 10px;
  padding: 10px 14px;
  line-height: 1.4;
}
.sub_top_study_catch {
  color: #fff;
  font-size: 15px;
  font-style: italic;
  margin: 0;
}
@media screen and (max-width: 900px) {
  #sub_top_study {
    height: 320px;
  }
  .sub_top_study_title span {
    font-size: 16px;
  }
}

/* 小川善の学び コンテンツ
-------------------------------------------*/
.study_content_wrap {
  background: #fff;
  padding: 60px 0 0;
}
.study_main_title {
  font-size: 50px;
  font-weight: bold;
  color: #1a1a1a;
  line-height: 1.5;
  margin: 0 0 20px;
  padding: 0;
  border-bottom: none;
  text-align: left;
}
.study_main_title .accent {
  color: #e00b00;
}
.study_main_lead {
  font-size: 20px;
  color: #1a1a1a;
  line-height: 1.9;
  margin: 0 0 100px;
  padding: 0;
  text-align: left;
}

.study_section .study_section_lead {
  font-size: 16px;
  color: rgba(255,255,255,0.9);
  line-height: 1.9;
  margin: 0 0 30px;
  padding: 0;
  text-align: left;
}
.study_section--light .study_section_lead {
  color: #1a1a1a;
}

.study_section {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  padding: 90px 0;
  overflow: hidden;
  box-sizing: border-box;
}
.study_section--dark {
  z-index: 1;
}

.study_section--light {
  margin-top: -70px;
  padding-top: 140px;
  z-index: 2;
}

.study_section_bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 84%;
  height: 100%;
  z-index: 0;
}
.study_section--dark .study_section_bar {
  background: #0085B2;
}
.study_section--light .study_section_bar {
  left: auto;
  right: 0;
  background: rgba(202, 233, 243, 0.7);
}

.study_watermark_group {
  position: relative;
}

.study_watermark_group .study_section_watermark {
  position: absolute;
  top: 0;
  right: 130px;
  writing-mode: vertical-rl;
  font-size: 150px;
  font-weight: 800;
  color: #636363;
  opacity: 0.15;
  letter-spacing: 0.05em;
  z-index: 3;
  line-height: 1;
  pointer-events: none;
  height: 1200px;
}

.study_section_watermark {
  position: absolute;
  top: -50px;
  right: 2%;
  writing-mode: vertical-rl;
  font-size: 150px;
  font-weight: 800;
  color: #0085B2;
  opacity: 0.15;
  letter-spacing: 0.05em;
  z-index: 0;
  line-height: 1;
  pointer-events: none;
}
.study_section--light .study_section_watermark {
  right: auto;
  left: 2%;
}
.study_section .cont_wrap {
  position: relative;
  z-index: 1;
}
.study_section .study_section_subtitle {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 30px;
  padding: 0;
  border-bottom: none;
  text-align: left;
}
.study_section--light .study_section_subtitle {
  color: #1a1a1a;
}
.study_items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.study_item {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  min-height: 160px;
  margin: 30px 0 ;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
.study_item_text {
  flex: 0 0 62%;
  position: relative;
  padding: 28px 32px;
  box-sizing: border-box;
}

.study_item.no-img .study_item_text {
	flex: 1 1 100%;
}

.study_tag {
  position: relative;
  display: inline-block;
  color: #0085B2;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin:30px 0 10px;
  z-index: 1;
}
.study_tag::before {
  content: attr(data-text);
  position: absolute;
  left: -6px;
  top: -80px;
  font-size: 150px;
  font-weight: 800;
  color: #0085B2;
  opacity: 0.08;
  letter-spacing: 0.05em;
  white-space: nowrap;
  z-index: 0;
}
.study_item .study_item_title {
  font-size: 28px;
  font-weight: bold;
  color: #1a1a1a;
  line-height: 1.5;
  margin: 0 0 10px;
  padding: 0;
}
.study_item .study_item_desc {
  font-size: 16px;
  color: #1a1a1a;
  line-height: 1.8;
  margin: 0 0 30px;
  padding: 0;
}
.study_item_img {
  flex: 0 0 40%;
  position: relative;
  clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
}
.study_item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 900px) {
  .study_main_title {
    font-size: 20px;
  }
  .study_section_watermark {
    font-size: 60px;
  }
  .study_item {
    flex-direction: column;
  }
  .study_item_text {
    flex: none;
    width: 100%;
  }
  .study_item_img {
    flex: none;
    width: 100%;
    height: 180px;
    clip-path: none;
  }
}

  /* ふわっと表示用のCSS */
.fadeInUp {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  will-change: opacity, transform;
}

/* 2. JSで画面に入った時に動く設定（is-show / show 両対応） */
.fadeInUp.is-show,
.fadeInUp.show {
  opacity: 1;
  transform: translateY(0);
}

/* 3. 表示を遅らせる設定 */
.anmdly_2s {
  transition-delay: 0.2s;
}

.anmdly_4s {
  transition-delay: 0.4s;
}