@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400&family=Noto+Serif+JP&display=swap');
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
body {
	font-family: 'Noto Sans JP', sans-serif;
	-webkit-text-size-adjust: 100%;
	font-weight: 400;
	transition: background-color 0.5s;
}
html {
  scroll-behavior: smooth;
}
img {
     width: 100%;
     height: auto;
}
a {
	text-decoration: none;
}
a.anchor{
    display: block;
	text-decoration: none;
}
a:hover{
	opacity: .5;
}
h1,h2,h3 {
	font-family: 'Noto Serif JP', serif;
}
li {
	list-style: none;
}
.clear {
	clear: both;
}
.morebtn_area{
    text-align: center;
    margin: 50px auto;
/*    color: #006598;
    font-weight: 500;
	width: 250px;
	padding: 10px 0;
	background-color: #fff;
	border: solid 1px #006598;
*/	
}
.morebtn_area a {
    display: block;
}
.morebtn_area a {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 300px;
	margin: auto;
	padding: 1rem 4rem;
	color: #fff;
	font-weight: bold;
	background: #006598;
	position: relative;
	transition: 0.3s ease-in-out;
	font-family: 'Noto Serif JP', serif;
	letter-spacing: 2px;
}
.morebtn_area a:hover {
    background: #fff;
    color: #006598;
}
.morebtn_area a:before, .morebtn_area a:after {
  box-sizing: inherit;
  content: "";
  position: absolute;
  border: 2px solid transparent;
  width: 0;
  height: 0;
}
.morebtn_area a:before {
  top: 0;
  left: 0;
}
.morebtn_area a:after {
  bottom: 0;
  right: 0;
}
.morebtn_area a:hover:before, .morebtn_area a:hover:after {
  width: 100%;
  height: 100%;
}
.morebtn_area a:hover:before {
  border-top-color: #006598;
  border-right-color: #006598;
  transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
}
.morebtn_area a:hover:after {
  border-bottom-color: #006598;
  border-left-color: #006598;
  transition: border-color 0s ease-out 0.2s, width 0.15s ease-out 0.2s, height 0.15s ease-out 0.3s;
}
.red{
	color: #e60044;
	font-weight: bold;
}
.rev{
	flex-direction: row-reverse;
}
.junbichu{
    margin: 80px auto;
    text-align: center;
	line-height: 2;
}
@media screen and (max-width:768px){
	.junbichu{
		margin: 50px auto; 
	}
}
/*-----------------------------------------------------------------
ヘッダー部分
-----------------------------------------------------------------*/
.front-page_header{
    height: 80px;
    padding: 10px;
    border-bottom: 1px solid rgb(2,143,186);
    width: 100%;
	background: rgba(255,255,255,0.7);
}
.front_header{
    height: 80px;
    padding: 10px;
    border-bottom: 1px solid rgb(2,143,186);
    width: 100%;
    position: fixed;
    top: -80px;
    left: 0;
	background: rgba(255,255,255,0.7);
	z-index: 2;
	transition: top 0.5s;
}
.front_header.sticky {
  top: 0;
}
.header_navigation{
    display: flex;
    align-items: center;
}
.header_logo{
	width: 180px;
}
.header_gunmachan{
    display: flex;
    align-items: end;
	margin-left: 10px;
	min-width: 137px;
}
.header_gunmachan img{
	height: 60px;
	width: auto;
}
.header_gunmachan p{
	font-size: 10px;
	color: #006598;
}
.header_navigation ul{
    display: flex;
    font-size: 12px;
    margin-left: auto;
	flex-basis: 70%;
	color: #006598;
}
.header_navigation li{
	margin-left: 4%;
}


.topic-path ul{
    display: flex;
    gap: 20px;
    margin: 20px auto;
}

@media screen and (max-width:768px){
	.header_logo{
		width: 180px;
	}
	.header_navigation ul{
		display: none;
	}
	.header_gunmachan{
    display: flex;
    align-items: end;
	margin-left: 20px;
	min-width: 137px;
}
	.header_gunmachan img{
		height: 50px;
		width: auto;
	}
	.drawer-nav li a{
		border-bottom: 1px solid #eee;
		padding: 1.2em 0 1.2em 1.5em;
		display: block;
		font-size: 14px;
	}
	.drawer-nav li:nth-child(even){
		background-color: #006598;
		color: #fff;
	}
	.drawer--right.drawer-open .drawer-hamburger{
		background: #fff;
	}
	.drawer_tel{
		display: flex;
		justify-content: space-around;
		margin-top: 10px;
	}
	.drawer_tel div{
		flex-basis: 47%;
	}
	.drawer_tel a{
		width: 100%;
		height: 100%;
		display: inline-block;
		text-align: center;
		border: 1px solid #005689;
		padding: 10px;
	}
	.drawer_tel img{
		width: 30px;
	}
	.drawer_snsbox{
		padding: 20px 15%;
	}
	.drawer_snslist{
		display: flex;
		justify-content: space-between;	
	}
	.drawer_snslist div{
		flex-basis: 27%;
	}	
}
/*-----------------------------------------------------------------
フッター部分
-----------------------------------------------------------------*/
.footer_about{
	padding: 100px 0;
}
.footer_about_inner{
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}
.footer_about_body{
    display: flex;
    justify-content: space-between;
}
.footer_about_link{
    width: 420px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    order: 2;
}
.footer_about_link ul{
    width: 200px;
    border-top: 1px solid rgb(2,143,186);
}
.footer_about_link li a{
    display: block;
    padding: 15px;
    color: #006598;
    border-bottom: 1px solid rgb(2,143,186);
    font-size: 0.875rem;
    position: relative;
}
.footer_about_link li a::after{
	font-family: 'Font Awesome 5 Free';
    content: "\f105";
    display: block;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    color: #006598;
	font-weight: 900;
}
.footer_about_sns{
    width: 240px;
    position: relative;
    order: 3;
}
.footer_about_snsbox{
    width: 120px;
    position: absolute;
    right: 0;
}
.footer_about_snslist{
    display: flex;
    justify-content: space-between;
}
.footer_about_snslist li{
	width: 30px;
}
.footer_about_snscp{
    text-align: center;
    font-size: 0.6875rem;
    color: #9c9c9c;
    margin-top: 5px;
}
.footer_about_img{
    position: absolute;
    bottom: 0;
    right: 0;
	display: flex;
}
.footer_about_img img{
    width: auto;
    height: 120px;
}
.footer_about_img p{
    font-size: 10px;
    color: #006598;
}
.footer_about_address{
    width: 250px;
    order: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.footer_about_copy{
    font-size: 0.875rem;
    color: #006598;
    line-height: 1.5;
}
.footer_about_logo{
	width: 230px;
}
address{
    font-size: 0.875rem;
    color: #006598;
    font-style: normal;
    line-height: 1.5;
}
.footer_about_maplink a{
    font-size: 0.875rem;
    color: #e60044;
    line-height: 1.5;
}
.copyrights{
    text-align: center;
    border-top: 1px solid;
    padding-top: 5px;
}

@media screen and (max-width:768px){
	.footer_about{
	padding: 50px 0;
	}
	.footer_about_body{
		display: block;
	}
	.footer_about_link{
		width: 100%;
		flex-wrap: wrap;
	}
	.footer_about_link ul{
    width: 100%;
		border-top: none;
	}
	.footer_about_link ul:last-child{
		margin-left: 0px;
	}
	.footer_about_sns{
		width: 50%;
		margin: 30px auto 20px;
	}
	.footer_about_snsbox{
    position: relative;
    margin: 0 auto;
	}
	.footer_about_img{
		position: relative;
		margin: 20px auto;
	}
	.footer_about_address{
    width: 90%;
    text-align: center;
    margin: 0 auto;
    display: block;	
	}
	.footer_about_copy{
		line-height: 2;
	}
	.footer_about_logo{
		margin: 30px auto 30px;
	}
	.copyrights{
	    margin-bottom: 10px;
    	font-size: 12px;
	}
}


/*-----------------------------------------------------------------
フロントページ
-----------------------------------------------------------------*/
.front_top_photo{
	height: 100vh;
}
@media screen and (max-width:1000px){
	.front_top_photo{
		height: 80vh;
	}
}
.front_top_photo img{
	height: 100%;
    object-fit: cover;
}

.front_page {
    max-width: 1200px;
    width: 90%;
    margin: 100px auto 0;
    color: #006598;
    font-size: 14px;
    line-height: 1.5;
}
.front_top{
    background-image: url("../img/title2.jpg");
    background-size: cover;
    background-position: center;
    background-color: rgba(255,255,255,0.5);
    background-blend-mode: lighten;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.front_top_in {
    max-width: 1100px;
    width: 90%;
    margin: auto;
    padding: 80px 50px;
}
.front_title_area {
    display: flex;
    margin-bottom: 80px;
    width: 100%;
    gap: 10%;
    justify-content: space-around;
}
.front_title_text1 {
    font-family: 'Noto Serif JP';
    font-size: 38px;
	font-weight: bold;
    line-height: 1.5;
}
.front_title_text_span {
    color: #e60044;
    font-size: 120%;
    margin-right: 10px;
	position: relative;
}
.front_title_text_span span{
	z-index: 2;
	position: relative;
}
.front_title_text_span::after{
    content: "";
    position: absolute;
    background: yellow;
    bottom: 0;
    left: -5%;
    height: 20px;
    width: 110%;
    z-index: 1;
}
.front_top_foot {
    display: flex;
    justify-content: space-around;
}

.front_title {
    font-size: 27px;
    display: flex;
    flex-direction: column;
    font-weight: bold;
    text-shadow: 2px 2px 2px rgba(255,255,255,1);
    align-items: center;
}
.front_title_wb {
    background: rgba(255,255,255,0.5);
    padding: 20px;
    text-align: center;
	
}
.front_title h3 span {
    font-size: 120%;
    color: #e60044;
    margin-top: 5px;
    display: inline-block;
}
.front_title h3 img {
    width: 70%;
    margin: 0 10px 10px 0;
    padding: 15px;
}
.front_title h4 {
    margin-top: auto;
	line-height: 1.7;
	font-family: 'Noto Serif JP', serif;
	position: relative;
}
.front_title h4 img{
    width: 130px;
    margin: 0 5px;
}
.front_title2_span{
	color: #E60044;
	position: relative;
}
.front_title2_span span{
	z-index: 2;
	position: relative;
	font-size: 30px;
}
.front_title2_span::after{
    content: "";
    height: 15px;
    width: 105%;
    background: yellow;
    bottom: 0px;
    left: -13px;
    position: absolute;
    z-index: 1;
}
.front_top_img {
    flex-basis: 40%;
}
.front_top_img img {
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 50%;
    border: 5px solid #006598;
    box-shadow: 4px 4px 2px rgba(0,0,0,0.6);
}

.front_slick_area{
    position: relative;
    margin: 100px auto 200px;
}
.slider-3 .slick-slide {
  margin: 0 60px;
  padding: 60px 0;
  position: relative;
}
.slider-3 .slick-slide .slide-img {
  width: 800px;
  height: 500px;
  transition: all 0.6s ease 0.4s;
  opacity: 0.8;
  box-shadow: 7px 7px 15px -5px #666;
  overflow: hidden;
}
.slider-3 .slick-slide.slick-current .slide-img {
  transform: scale(1.2);
  opacity: 1;
}
.slider-3 .slick-slide .slide-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider-3 .slick-arrow {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #006598;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
  position: absolute;
  top: auto;
  bottom: -130px;
  z-index: 1;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
.slider-3 .slick-arrow::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  border-width: 3px 3px 0 0;
  position: absolute;
  top: 24px;
  transform: rotate(45deg);
}
.slider-3 .slick-next {
  right: 35%;
}
.slider-3 .slick-prev {
  left: 35%;
}
.front_page main section{
	max-width: 1200px;
	width: 90%;
	margin: 0 auto 50px;
}
.front_sec_title {
    background-image: url("../img/guripika/mizu.jpg");
    background-size: cover;
    width: 100vw;
    margin: 0 calc(50% - 50vw) 30px;
    height: 130px;
    background-position: center;
}
.front_sec_title h3 {
    max-width: 1200px;
    width: 90%;
    margin: auto;
    font-size: 40px;
    height: 130px;
    display: flex;
    align-items: center;
}
.front_sec_text1 {
    font-size: 25px;
    font-weight: bold;
    line-height: 1.5;
}
.front_sec_text1 span,.front_sec_text2 span {
    font-size: 130%;
    color: #e60044;
    margin: 0 5px;
}

.front1_foot {
    border: 3px solid #e60044;
    padding: 20px;
    margin-bottom: 30px;
}
.front1_foot h3 {
    font-size: 25px;
    font-weight: bold;
    line-height: 2;
    color: #000;
}
.front1_foot p {
    color: #000;
    font-size: 20px;
    line-height: 1.5;
}
.front1_foot_text {
    font-size: 25px;
    color: #e60044;
}
.front1_foot_text2 {
    color: #e60044;
}
#front2{
	margin-bottom: 50px;
}
#front2 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#front2 li{
    flex-basis: 32%;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 20px;
    border: 1px solid;
}
#front2 li p{
	flex-basis: 60%;
	font-size: 16px;
	letter-spacing: 2px;
}
#front2 li div{
	flex-basis: 20%;
}
.sita_sankaku{
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 30px solid #006598;
    margin: 40px auto;
}
.front2_text{
    display: flex;
    align-items: center;
    font-size: 25px;
    justify-content: center;
    padding: 15px;
    font-weight: bold;
	border-bottom: 2px solid;
}
.front2_text img{
    width: 150px;
    margin: 0 10px;
}
.text_l {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 15px;
}
.front_w_bg {
    margin: 50px auto;
}
.front_sec_title2 {
    font-size: 24px;
    color: #333;
    margin-bottom: 50px;
    text-align: center;
    position: relative;
}
.front_sec_title2 h4 {
    display: inline-block;
    position: relative;
    font-weight: bold;
    letter-spacing: 2px;
}
.front_sec_title2 h4 span{
	position: relative;
	z-index: 2;
}
.front_sec_title2 h4::after {
    content: "";
    position: absolute;
    left: -3%;
    bottom: 0;
    height: 17px;
    width: 106%;
    background: #ffec00;
    z-index: 0;
}
.front3_items1 {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 30px auto;
}
.front3_item1_img {
    flex-basis: 35%;
}
.front3_item1_text {
    flex-basis: 50%;
    line-height: 2;
    font-size: 16px;
}
.front_graybg {
    background-color: #f5f5f5;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 50px 0;
    position: relative;
}
.front_graybg_in {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    position: relative;
}

.front3_items2 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.front3_items2 h4 {
    padding: 10px;
    margin-bottom: 10px;
    border: 2px solid;
    color: #000;
    font-weight: bold;
    font-size: 18px;
}
.front3_items2 h4 img {
    position: absolute;
    width: 80px;
    left: 20px;
    top: 12px;
}
.front3_items2 p {
    border: 1px solid;
    padding: 10px;
    margin-top: 10px;
    flex-grow: 1;
    line-height: 1.7;
    display: flex;
    align-items: center;
	font-size: 16px;
}
.front3_items2 div {
    flex-basis: 48%;
    position: relative;
    display: flex;
    flex-direction: column;
}
.front3_items3 {
    display: flex;
    justify-content: space-between;
    margin: 40px auto;
}
.front3_item3 {
    border: 4px solid;
    padding: 15px;
    flex-basis: 32%;
}
.front3_item3 p{
	font-size: 16px;
}
.front3_item3 h4 {
    color: #fff;
    padding: 5px 20px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1.5px;
}
.front3_item3_img {
    display: flex;
    padding: 20px 5px;
    justify-content: space-around;
}
.front3_item3_img p {
    flex-basis: 40%;
}
.front_tokkyo {
    margin: 20px auto;
    background: oldlace;
    border: 2px solid;
    padding: 20px;
}
.front_tokkyo h4 {
    text-align: center;
    font-size: 20px;
    color: #e60044;
}
.front_tokkyo1 {
    text-align: center;
    color: #000;
    margin-bottom: 15px;
}
.front_tokkyo2{
	font-size: 16px;
}
.front4_w_bg {
    width: 100vw;
    margin: 50px calc(50% - 50vw);
    line-height: 1.7;
}
.front4_title {
    background: linear-gradient(45deg, #006598, transparent);
    border: none;
    margin-bottom: 25px;
}
.front4_title h4 {
    max-width: 1500px;
    width: 90%;
    margin: auto;
    color: #fff;
    padding: 10px;
    font-size: 20px;
}
.front4_item_img {
    max-width: 1500px;
    margin: auto;
    display: flex;
    gap: 1%;
}
.front4_item_img > p {
    flex: 1;
}
.front4_item_img img {
    aspect-ratio: 4/3;
    object-fit: cover;
}
.front4_item_text {
    max-width: 1500px;
    width: 90%;
    margin: 10px auto;
    line-height: 1.7;
	font-size: 16px;
}
.front4_item2 {
    justify-content: space-between;
    background: oldlace;
    padding: 40px 0;
    width: 100vw;
    margin: 0 calc(50% - 50vw) 50px;
}
.front4_item2in {
    display: flex;
    max-width: 1200px;
    width: 90%;
    margin: auto;
    justify-content: space-around;
}
.front4_item2in div {
    flex-basis: 43%;
}
.front4_item2in h4 {
    font-size: 30px;
    font-weight: bold;
    margin-left: 1rem;
}
.front4_item2in img {
    aspect-ratio: 4/3;
    object-fit: cover;
}
.front4_item2_text {
    margin-top: 10px;
	font-size: 16px;
}
.front_yajirushi {
    align-self: center;
    font-weight: bold;
    font-size: 50px;
}
.front4_item2in img {
    aspect-ratio: 4/3;
    object-fit: cover;
}
.front5{
	margin-bottom: 50px;
}
.front_page table , .front_page td, .front_page th {
	border: 1px solid #595959;
	border-collapse: collapse;
}
.front_page table{
    width: 100%;
    margin-bottom: 30px;
    font-size: 120%;
}
.front_page td, .front_page th {
	padding: 15px;
	width: 33%;
	height: 25px;
}
.front_page th {
    background: #005689;
    color: #fff;
    border-bottom: 1px solid;
}
.front_page .even {
	background: #fbf8f0;
}
.front_page .odd {
	background: #fefcf9;
}

.front5_item {
    border: 1px solid #e60044;
    padding: 20px 20px 20px 35px;
    color: #e60044;
    line-height: 2;
	font-size: 16px;
}
.front5_item li {
    list-style: auto;
}
.qa-item{
	margin-bottom: 20px;
}
.qa-q{
    cursor: pointer;
    display: flex;
    align-items: center;
    background: #fff;
    height: 50px;
}
.qa-mark{
    background-color: #006598;
    color: #fff;
    min-width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
}
.question{
	color: #006598;
	padding-left: 20px;
}
.toggle-icon{
	margin: 0 20px 0 auto;
	font-size: 30px;
	color: #006598;
}
.qa_main{
	margin: 100px auto;
}
.qa_page_in{
    max-width: 900px;
    width: 90%;
    margin: auto;
    line-height: 1.5;
}
.qa-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
    background: #fff;
    border-top: 1px solid #cce7ff;
}
.qa-a.open {
    max-height: 150px;
}
.qa-a-in{
	padding: 20px 0;
	display: flex;
}
.qa-mark-a{
	color: #df0000;
	width: 50px;
	display: flex;
	justify-content: center;
	font-size: 22px;
	line-height: 1;
}
.answer{
    padding: 0 20px;
    max-width: 850px;
	color: #df0000;
}


@media screen and (max-width:1000px){
	.slider-3 .slick-next {
	  right: 30%;
	}
	.slider-3 .slick-prev {
	  left: 30%;
	}
}
.slider-3 .slick-next::before {
  left: 20px;
}
.slider-3 .slick-prev::before {
  border-width: 0 0 3px 3px;
  right: 22px;
}
.dots-3 .slick-dots {
  text-align: center;
}
.dots-3 .slick-dots li {
  display: inline-block;
}
.dots-3 .slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  margin: 6px;
  font-size: 0;
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  background: #bcbcbc;
  border-radius: 50%;
}
.dots-3 .slick-dots .slick-active button {
  background: #0a467d;
}
.w900d{
	display: none;
}

@media screen and (max-width:1200px){
	.front_title_area {
		margin-bottom: 60px;
	}
	.front_title_wb{
		margin-bottom: 30px;
	}
	.front_title{
		font-size: 24px;
	}
	.front_title_text1{
		font-size: 30px;
	}
	.front_title h3 span {
		font-size: 100%;
	}
	.front_title h3 img{
		width: 60%;
	}
	.front_title h4{
		font-size: 21px;
	}
	.front_title h4 img{
		width: 110px;
	}
	.front_title2_span span{
		font-size: 24px;
	}
	
}

@media screen and (max-width:1000px){
	.front_top_foot{
		flex-direction: column-reverse;
	}
	.front_top_in{
		padding: 30px 50px;
	}
	.front_title_text1 {
		text-align: center;
		position: relative;
		z-index: 1;
		background: rgba(255,255,255,0.7);
		padding-bottom: 10px;
	}
	.front_logo{
		max-width: 200px;
		margin: 0 auto 20px;
	}
	.front_top_img {
		max-width: 350px;
		padding: 20px 40px;
		margin: -90px auto -60px;
		position: relative;
		z-index: 0;
	}
	.front_title_area{
		display: block;
		margin-bottom: 0;
	}
	.front_title{
	    position: relative;
    	z-index: 2;
	}
	.slider-3 .slick-slide .slide-img {
		width: 100%;
		max-height: 250px;
		transition: all 0.6s ease 0.4s;
		box-shadow: none;
	}
}

@media screen and (max-width:900px){
	.front_title_text1{
		font-size: 24px;
	}
	.w900u{
		display: none;
	}
	.w900d{
		display: block;
	}
	.front_title h3 img{
		width: 50%;
		margin: 0;
	}
	.front_title_wb{
		font-size: 20px;
	}
}


@media screen and (max-width:768px){
	.front_top_photo {
		height: auto;
	}
	.front_top_in {
		width: 95%;
		padding: 10px;
	}
	.front_title_area,.grepika_top_foot {
		display: block;
	}
	.front_title_area {
		margin-bottom: 0;
	}
	.front_logo {
		width: 130px;
		margin: 10px auto;
	}
	.front_title_text1 {
		font-size: 20px;
	}
	.front_title_text_span {
		font-size: 150%;
	}
	.front_title {
    font-size: 20px;
	}
	.front_title h3 img {
		margin: 0;
		padding: 10px;
	}
	.front_title h4 {
		margin-top: 20px;
		font-size: 16px;
	}
	.front_title_wb{
		margin-bottom: 20px;
	}
	.front_title2_span span{
		font-size: 24px;
	}
	.front_slick_area {
		margin: 50px auto 100px;
	}
	.slider-3 .slick-slide {
		margin: 0 10px;
		padding: 30px 0;
	}
	.slider-3 .slick-slide .slide-img {
		width: 100%;
		max-height: 250px;
		transition: all 0.6s ease 0.4s;
		box-shadow: none;
	}
	.slider-3 .slick-slide .slide-img img{
		object-fit: contain;
	}
	.slider-3 .slick-arrow {
		width: 40px;
		height: 40px;
		bottom: -80px;
	}
	.slider-3 .slick-arrow::before {
		top: 14px;
	}
	.slider-3 .slick-next {
		right: 10%;
	}
	.slider-3 .slick-next::before{
		left: 12px;
	}
	.slider-3 .slick-prev {
		left: 10%;
	}
	.slider-3 .slick-prev::before{
		right: 12px;
	}
	.front_slick_area{
		width: 95%;
	}
	.front_sec_title {
		height: 60px;
	}
	.front_sec_title h3 {
		padding: 10px 0;
		font-size: 25px;
		height: auto;
		display: block;
	}
	.front_sec_text1 {
		font-size: 20px;
	}
	.front1_foot h3 {
		font-size: 20px;
	}
	.front1_foot p {
		font-size: 15px;
	}
	.front1_foot_text {
		font-size: 20px;
	}
	.front_sec_title2 {
		font-size: 18px;
		margin-bottom: 30px;
	}
	.front_sec_title2 h4::after{
		display: none;
	}
	.front_sec_title2 h4{
	    background: yellow;
		display: block;
		padding: 5px 0;
	}
	#front2 li{
		display: block;
		flex-basis: 48%;
		padding: 13px;
	}
	#front2 li p{
		font-size: 14px;
		letter-spacing: 1px;
	}
	#front2 li div{
		width: 60px;
		margin: 10px auto;
	}
	.sita_sankaku{
		margin: 15px auto;
	}
	.front2_text{
		display: block;
		font-size: 19px;
		line-height: 2;
	}
	.front2_text img{
		width: 110px;
		margin: 0 10px;
		transform: translateY(-8px);
	}
	.front2_items2 h4,.front3_items2 h4 {
		font-size: 16px;
	}
	.text_l{
		text-align: left;
		font-size: 14px;
		line-height: 1.7;
	}
	.front3_items1 {
		display: block;
	}
	
	.front3_item1_text {
		margin-top: 20px;
		font-size: 14px;
	}
	.front_graybg {
		padding: 10px 0;
	}
	.front3_items2 {
		display: block;
	}
	.front3_items2 p,.front3_item3 p,.front4_item_text,.front_tokkyo2,.front5_item{
		font-size: 14px;
	}
	.front3_items2 div {
		margin-bottom: 20px;
	}
	.front3_items3 {
		display: block;
	}
	.front3_item3 {
		margin-bottom: 20px;
	}
	.front4_item2in{
		display: block;
		width: 75%;
	}
	.front4_item2in h4{
		font-size: 24px;
	}
	.front_tokkyo h4,.front4_title h4{
		font-size: 18px;
	}
	.front_yajirushi {
		text-align: center;
		transform: rotate(90deg);
		font-size: 35px;
	}
	.front_graybg {
		padding: 10px 0;
	}
	.front5 .grepika_sec_title {
		height: 95px;
	}
	.front6 .front_sec_title h3{
		font-size: 20px;
		padding-top: 15px;
	}
	.question{
		padding-left: 10px;
	}
	.qa_main {
		margin: 30px auto 50px;
	}
	.qa-mark{
		min-width: 40px;
	}
	.qa-mark-a {
		min-width: 40px;
	}
	.answer {
		padding: 0 10px;
	}
	.w900d{
		display: none;
	}
}
/*-----------------------------------------------------------------
共通ページ
-----------------------------------------------------------------*/
.page_top{
    width: 100vw;
    height: 400px;
    background-position: center;
    background-size: cover;
    margin: 0 calc(50% - 50vw);
    position: relative;
}
.toumei{
    background-color: rgba(255,255,255,0.5);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.page_title h2{
    color: #000;
    font-size: 50px;
    letter-spacing: 7px;
	margin-bottom: 10px;
}
.page_title span{
    letter-spacing: 4px;
    font-weight: bold;
    color: #006598;
}
.page_sec_title{
	text-align: center;
}
.page_sec_title h3{
	display: inline-block;
	font-size: 25px;
	position: relative;
	letter-spacing: 2px;
}
.page_sec_title h3::after{
    content: "";
    height: 4px;
    width: 80px;
    background-color: #006598;
    bottom: -10px;
    left: calc(50% - 40px);
    position: absolute;
}
.contact_box{
    background-image: url(../img/AdobeStock_255036539_Preview.jpg);
    background-attachment: fixed;
    background-size: cover;
    text-align: center;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    font-size: 14px;
    line-height: 1.5;
}
.contact_box_in{
    padding: 5%;
    color: #005689;
    font-family: 'Noto Serif JP', serif;
    font-size: 130%;
}
.contact_box_in h2{
    font-size: 150%;
    margin-bottom: 10px;
    font-weight: bold;
    letter-spacing: 2px;
}
.contact_box_tel{
    font-weight: bold;
    margin: 20px auto 0;
    font-family: 'Open Sans', sans-serif;
}
.contact_box_tel span{
	font-size: 200%;
}
.contact_box_tel2{
	margin-bottom: 10px;
}
.contact_btn{
    border: 2px solid;
    border-radius: 20px;
    display: inline-block;
    padding: 1% 5%;
    margin-top: 3%;
    font-weight: bold;
    color: #005689;
	background-color: rgba(255,255,255,0.5);
}

@media screen and (max-width:768px){
	.page_top{
		height: 300px;
	}
	.contact_box{
	    background-image: url("../img/AdobeStock_255036539_sp.jpg");
		background-position: center;
		font-size: 78%;
		background-attachment: unset;
	}
	.contact_box_in {
		padding: 10%;
	}
}





/*-----------------------------------------------------------------
aboutページ
-----------------------------------------------------------------*/
.about_page{
	position: relative;
}
.about_top{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.about_top_in{
	position: relative;
	width: 100%;
	height: 100%;
}
.top1 {
    background-image: url("../img/frontpage_top1.jpg");
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 800px;
	position: relative;
}
.about_top_imgs{
    width: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	opacity: 0.9;
}
.about_top_in>span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 570px;
}
@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.rotating {
    animation: rotate 20s linear infinite;  /* 20秒間で360度回転します */
}

.about_top_in>div{
    position: absolute;
    top: 50px;
    right: 40px;
    background: rgba(255,255,255,0.6);
    padding: 20px;
    width: 20%;
    min-width: 200px;
}
.about_top_in h2{
    font-size: 70px;
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
    position: absolute;
    top: 10%;
    left: 10%;
    letter-spacing: 10px;
    line-height: 1.5;
}
.about_top_in p{
    position: absolute;
    bottom: 10%;
    left: 62%;
    color: #fff;
    line-height: 2;
    background: rgba(0,101,152,0.7);
    padding: 20px;
    letter-spacing: 3px;
    font-size: 120%;
}
section h2{
    text-align: center;
    font-size: 40px;
    color: #006598;
    margin: 30px;
	line-height: 1;
	font-weight: 500;
	letter-spacing: 0.1em;
}
section h2 span{
	font-size: 16px;
	letter-spacing: 0em;
}

.about_about{
	color: #006598;
	text-align: center;
}
.about_about h2{
	margin: 80px auto!important;
}
.about_about h3,.about_business h3{
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 50px;
	text-align: center;
	letter-spacing: 3px;
}
.about_about p,.about_business p{
    max-width: 1000px;
    width: 90%;
    margin: 0 auto 50px;
    line-height: 3;
}
.about_about h3,.about_about p{
	text-shadow: 2px 1px 2px #006598;
}
.about_about_img{
    width: 100%;
	background-image: url("../img/numata.jpg");
	padding: 220px 0;
	background-attachment: fixed;
	color: #fff;
}
.about_btn{
    display: inline-block;
    background: rgba(255,255,255,0.9);
    color: #006598;
    padding: 17px 15%;
    border-radius: 10px;
    font-size: 18px;
    letter-spacing: 2px;
}
.about_business{
	background-color: #f0f8ff;
	color: #006598;
	padding: 50px 0;
}
.about_business_items{
    display: flex;
    justify-content: space-between;
    max-width: 1900px;
    margin: 30px auto;
    width: 100%;
	flex-wrap: wrap;
}
.about_business_item{
	flex-basis: 50%;
}
.about_business_item a:hover{
	opacity: 1;
}
.about_business_img img{
    opacity: 0.8;
    display: block;
    height: auto;
    transition: all .4s ease;
    aspect-ratio: 5/3;
    object-fit: cover;
}
.about_business_img:hover img{
	transform: scale(1.2);
	opacity:1;
}
.about_business_img {
    overflow: hidden;
    width: 100%;
	position: relative;
}
.about_business_text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    background: rgba(0,0,0,0.3);
    padding: 20px;
	width: 50%;
}
.about_business_text h4{
    font-size: 160%;
    line-height: 2;
	display: flex;
    justify-content: flex-start;

}

.about_business_text h4:after {
    border-top: 1px solid #fff;
    content: "";
    margin: 25px 0 0 10px;
	flex-grow: 1;
}

@media screen and (max-width:768px){
	.top1{
		height: 600px;
	}
	.about_page_title{
    position: absolute;
    top: 50vh;
    z-index: 1;
	text-align: center;
		width: 90%;
		margin: auto;
	}
	.about_page_title h1{
		font-size: 28px;
	}
	.about_about h2{
		margin: 40px auto!important;
	}
	section h2{
		font-size: 24px;
	}
	section h2 span{
		font-size: 12px;
	}
	.about_about h3,.about_business h3{
    font-size: 24px;
    line-height: 1.7;
    margin-bottom: 30px;
	}
	.about_about p, .about_business p{
    font-size: 14px;
    line-height: 2;
    text-align: left;
    letter-spacing: 2px;
	}
	.about_about h3,.about_about p{
		text-shadow: 2px 2px 2px rgba(0,0,0,0.6);
		background: rgba(0,0,0,0.4);
	}
	.about_about h3{
		padding: 5px;
	}
	.about_about p{
		width: 100%;
		padding: 10px;
	}	
	.about_business_items{
		display: block;
		width: 90%;
		flex-wrap: wrap;
	}
	.about_business_item{
		flex-basis: 100%;
	}
	.about_business_text{
		width: 90%;
	}
	.about_business_text h4{
		font-size: 140%;
	}

	.about_business_text h4:after {
		border-top: 1px solid #fff;
		content: "";
		width: 30px;
		margin: 25px 0 0 10px;
	}
	.about_about_img{
		padding: 80px 15px;
	}
	.about_top_imgs{
		width: 80%;
		top: 45%;
	}
	.about_top_in>span{
		width: 90%;
		top: 45%;
	}
	.about_top_in h2{
		font-size: 22px;
		top: 10%;
		left: 5%;
	}
	.about_top_in p{
		left: 0;
		bottom: 30px;
		font-size: 100%;
		width: 100%;
		text-align: center;
	}
	.about_top_in>div{
		top: 10px;
		left: 10px;
		right: auto;
		min-width: 150px;
		padding: 10px;
	}
	.about_business_img{
		margin-bottom: 5px;
	}
}






/*-----------------------------------------------------------------
newsページ
-----------------------------------------------------------------*/
.front_news{
	background-color: #f0f8ff; 
}
.front_news_items{
    display: flex;
    max-width: 1500px;
    width: 90%;
    margin: auto;
    gap: 3%;
}
.front_news_items article{
	flex-basis: 23%;
}
.front_news_items img{
	aspect-ratio: 3/2;
	object-fit: cover;
}
.front_news_time{
    font-size: 13px;
    margin: 20px auto 15px;
    color: #555;
}
.front_news_time span{
    background: #006598;
    display: inline-block;
    line-height: 1.5;
    border-radius: 12px;
    color: #fff;
    text-align: center;
    padding: 2px 12px 3px;
    box-sizing: border-box;
    vertical-align: middle;
    transform: translateY(-0.2em);
    margin-left: 1em;
}
.front_news_items h3{
    font-size: 18px;
    color: #006598;
    font-weight: 400;
    margin-top: 10px;
}
.front_news_text{
	margin: 20px auto;
	letter-spacing: 0.08em;
	line-height: 1.4;
}










/*-----------------------------------------------------------------
グリピカページ
-----------------------------------------------------------------*/
.grepika_page{
    max-width: 1200px;
    width: 90%;
    margin: 100px auto 0;
	color: #006598;
	font-size: 14px;
	line-height: 1.5;
}
.grepika_page section{
    margin-bottom: 50px;
    padding: 0;
}
.grepika_page h5{
	font-size: 24px;
	margin: 50px 0 15px;
}
.grepika_top{
    background-image: url("../img/guripika/title.jpg");
    background-size: cover;
    background-position: center;
    background-color: rgba(255,255,255,0.5);
    background-blend-mode: lighten;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
}
.grepika_top_in{
	max-width: 1200px;
	width: 90%;
	margin: auto;
	padding: 50px;
}
.grepika_title_area{
    display: flex;
    margin-bottom: 30px;
	width: 100%;
	gap:10%;
	justify-content: space-around;
}
.grepika_logo{
	flex-basis: 25%;
}
.grepika_sec_text1{
    font-size: 25px;
    font-weight: bold;
    line-height: 1.5;
}
.grepika_sec_text1 span{
    color: #e60044;
    font-size: 120%;
    margin-right: 10px;
}
.grepika_title{
    font-size: 25px;
    display: flex;
    flex-direction: column;
	font-weight: bold;
	text-shadow: 2px 2px 2px rgba(255,255,255,1);
	align-items: center;
}
.grepika_title h3{
    background: rgba(255,255,255,0.5);
    padding: 20px;
	margin-top: auto;
	text-align: center;
}
.grepika_title h3 span{
    font-size: 120%;
    color: #e60044;
}
.grepika_title h3 img{
    width: 70%;
    margin: 0 10px 10px 0;
    padding: 15px;
}
.grepika_title h4{
	margin-top: auto;
}
.grepika_top_foot{
    display: flex;
	justify-content: space-around;
}
.grepika_top_img{
	flex-basis: 40%;
}
.grepika_top_img img{
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 50%;
}
.grepika_sec_title{
    background-image: url("../img/guripika/mizu.jpg");
    background-size: cover;
    width: 100vw;
    margin: 0 calc(50% - 50vw) 30px;
    height: 130px;
    background-position: center;
}
.grepika_sec_title h3{
    max-width: 1200px;
    width: 90%;
    margin: auto;
    font-size: 40px;
    height: 130px;
    display: flex;
    align-items: center;
}
.grepika_1 h4 span{
    font-size: 130%;
    color: #e60044;
    margin-right: 5px;
}
.grepika_1_foot{
    border: 3px solid #e60044;
    padding: 20px;
	margin-bottom: 30px;
}
.grepika_1_foot h3{
    font-size: 25px;
    font-weight: bold;
    line-height: 2;
	color: #000;
}
.grepika_1_foot p{
    color: #000;
    font-size: 20px;
	line-height: 1.5;
}

.grepika_graybg{
    background-color: #f5f5f5;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 50px 0;
	position: relative;
	z-index: -1;
}
.grepika_graybg_in{
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
	position: relative;
}
.grepika_w_bg{
	margin: 50px auto;
}

.grepika_sec_title2{
	font-size: 24px;
	color: #333;
	margin-bottom: 50px;
	text-align: center;
	position: relative;
}
.grepika_sec_title2 h4{
	display: inline-block;
	position: relative;
}
.grepika_sec_title2 h4::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 40%; /* 文字の高さの下半分に合わせて調整 */
    width: 100%;
    background: #ffec00; /* 色を自由に変えられます */
    z-index: -1; /* テキストの背後に配置 */
}

.grepika_sec_text2{
    background: linear-gradient(to bottom right, #02a7d9, #006598);
    color: #fff;
    padding: 12px 0 12px 20px;
    border: 5px double #006598;
    font-size: 20px;
    margin-bottom: 25px;
}
.grepika_1 ul{
	margin-bottom: 20px;
}
.grepika_1 li{
    margin: 0 0 10px 1.5rem;
    position: relative;
}
.grepika_1 li::before{
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #006598;
    position: absolute;
    left: -20px;
    top: 4px;
}
.grepika_1_foot_img{
	display: flex;
	gap: 1%;
	justify-content: space-between;
	margin-bottom: 10px;
}
.as2_3 img{
	aspect-ratio: 3/4;
	object-fit: cover;
}
.fade-in {
	opacity: 0;
	transform: translateY(20px); /* 下から上に20px移動させる */
	transition: opacity 1s, transform 1s; /* opacityとtransform両方にアニメーションを適用 */
}
.fade-out {
	opacity: 0 !important;
	transform: translateY(20px) !important; /* 下から上に20px移動させる */
}
.show {
	opacity: 1 !important;
	transform: translateY(0) !important; /* 元の位置に戻す */
}
.grepika_2_items1{
    display: flex;
    justify-content: space-around;
    align-items: center;
	margin: 30px auto;
}
.grepika_2_item1_img{
	flex-basis: 35%;
}
.grepika_2_item1_text{
    flex-basis: 50%;
    line-height: 2;
    font-size: 16px;
}
@media screen and (max-width:1000px){
.grepika_2_item1_text{
    line-height: 1.5;
    font-size: 14px;
}

}
.grepika_2_items2{
    display: flex;
    justify-content: space-between;
	margin-bottom: 30px;
}
.grepika_2_items2 div{
	flex-basis: 48%;
	position: relative;
	display: flex;
	flex-direction: column;
}
.grepika_2_items2 h4{
    padding: 10px;
    margin-bottom: 10px;
    border: 2px solid;
    color: #000;
    font-weight: bold;
	font-size: 18px;
}
.grepika_2_items2 h4 img{
    position: absolute;
    width: 80px;
    left: 20px;
    top: 12px;
}
.grepika_2_items2 p{
    border: 1px solid;
    padding: 10px;
    margin-top: 10px;
	flex-grow: 1;
	line-height: 1.7;
	display: flex;
	align-items: center;
}
.grepika_2_items3{
	display: flex;
	justify-content: space-between;
	margin: 40px auto;
}
.grepika_2_item3{
    border: 4px solid;
    padding: 15px;
	flex-basis: 32%;
}
.grepika_2_item3_img{
    display: flex;
	padding: 20px 5px;
    justify-content: space-around;
}
.grepika_2_item3_img p{
	flex-basis: 40%;
}
.grepika_2_item3_text{
	flex-basis: 65%;
}
.grepika_2_item3 h4{
    color: #fff;
    padding: 5px 20px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1.5px;
}
.grepika_tokkyo{
    margin: 20px auto;
    background: oldlace;
    border: 2px solid;
    padding: 20px;
}
.grepika_tokkyo h4{
    text-align: center;
    font-size: 20px;
    color: #e60044;
}
.grepika_tokkyo1{
    text-align: center;
    color: #000;
    margin-bottom: 15px;
}
.grepika_3_item_in{
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.grepika3_w_bg{
    width: 100vw;
    margin: 50px calc(50% - 50vw);
	line-height: 1.7;
}
.grepika_3_title{
    background: linear-gradient(45deg, #006598, transparent);
    border: none;
	margin-bottom: 25px;
}
.grepika_3_title h4{
    max-width: 1500px;
    width: 90%;
    margin: auto;
    color: #fff;
    padding: 10px;
    font-size: 20px;
}
.grepika_3_title h4 span{
    font-size: 16px;
    margin-left: 20px;
}
.grepika_3_item_img{
	max-width: 1500px;
	margin: auto;
	display: flex;
	gap: 1%;
}
.grepika_3_item_img > p{
	flex: 1;
}
.grepika_3_item_img img{
    aspect-ratio: 4/3;
    object-fit: cover;
}
.grepika_3_item_text{
	max-width: 1500px;
	width: 90%;
	margin: 10px auto;
	line-height: 1.7;
}



.grepika_sec_text3{
    padding: 5px 0 5px 20px;
    background: linear-gradient(45deg, #006598, transparent);
    border: none;
    font-size: 18px;
    margin-bottom: 15px;
	color: #fff;
}
.grepika_sec_text3 span{
	font-size: 80%;
	margin-left: 1rem;
}
.grepika_3_item_left{
	flex-basis: 35%;
}
.grepika_3_item_right{
	flex-basis: 63%;
}
.grepika_3_item_right_img{
	display: flex;
	gap: 1%;
}
.grepika_3_item_right_text{
	margin-top: 10px;
}
.grepika_3_item2{
    justify-content: space-between;
    background: oldlace;
    padding: 40px 0;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
}
.grepika_3_item2in{
    display: flex;
	max-width: 1200px;
	width: 90%;
	margin: auto;
	justify-content: space-around;
}
.grepika_3_item2in div{
	flex-basis: 43%;
}
.grepika_3_item2in h4{
    font-size: 30px;
    font-weight: bold;
    margin-left: 1rem;
}
.grepika_3_item2in img{
    aspect-ratio: 4/3;
    object-fit: cover;
}
.grepika_yajirushi{
	align-self: center;
	font-weight: bold;
	font-size: 50px;
}
.grepika_3_item2_text{
	margin-top: 10px;
}
.grepika_4_item{
    border: 1px solid #e60044;
    padding: 20px 20px 20px 35px;
    color: #e60044;
    line-height: 2;
}
.grepika_4_item li{
	list-style: auto;
}


.grepika_1_foot_text{
    font-size: 25px;
    color: #e60044;
}
.grepika_1_foot_text2{
	color: #e60044;
}

@media screen and (max-width:768px){
	.grepika_page{
		margin: 20px auto 0;
	}
	.grepika_top_in{
    width: 95%;
    padding: 10px;
	}
	.grepika_title_area{
		display: block;
	}
	.grepika_logo{
    width: 80%;
    margin: 0 auto 30px;
	}
	.grepika_sec_text1{
		font-size: 20px;
	}
	.grepika_top_foot{
		display: block;
	}
	.grepika_title{
		font-size: 20px;
	}
	.grepika_title h3 span{
		font-size: 110%;
	}
	.grepika_title h3 img{
    margin: 0;
    padding: 10px;
	}
	.grepika_title h4{
		margin-top: 20px;
	}
	.grepika_top_img{
		padding: 20px 40px;
	}
	.grepika_sec_title{
		height: 60px;
	}
	.grepika_sec_title h3{
		padding: 10px 0;
		font-size: 25px;
		height: auto;
		display: block;
	}
	.grepika_1_foot h3{
		font-size: 20px;
	}
	.grepika_1_foot p{
		font-size: 15px;
	}
	.grepika_1_foot_text{
		font-size: 20px;
	}	
	.grepika_sec_title2{
		font-size: 22px;
	}
	.grepika_sec_text2{
    font-size: 16px;
    padding: 8px 0 8px 16px;
	}
	.grepika_page h5{
		font-size: 20px;
	}
	.grepika_2_items1{
		display: block;
	}
	.grepika_2_item1_text{
		margin-top: 20px;
	}
	.grepika_2_items2{
		display: block;
	}
	.grepika_2_items2 div{
		margin-bottom: 20px;
	}
	.grepika_2_items2 h4{
		font-size: 16px;
		text-align: left;
	}
	.grepika_2_items3{
		display: block;
	}
	.grepika_2_item3{
		margin-bottom: 20px;
	}
	.grepika_3_item_in{
		display: block;
	}
	.grepika_3_item_left{
		margin-bottom: 5px;
	}
	.grepika_3_item2in{
		display: block;
	}
	.grepika_yajirushi{
    text-align: center;
    transform: rotate(90deg);
	font-size: 35px;
	}
	.grepika_3_item2 h4{
		font-size: 24px;
	}
	.grepika_4 .grepika_sec_title{
		height: 95px;
	}
	.grepika_page th{
		width: 44%;
	}
	.grepika_page td{
		width: 28%;
	}	
	
	
	
	
	
	
	
}

/*-----------------------------------------------------------------
パイプページ
-----------------------------------------------------------------*/
.pipe_top{
	width: 100%;
	height: 800px;
	margin-bottom: 50px;
}
.pipe_top img{
    object-fit: cover;
    height: 800px;
}
.pipe_page{
	color: #006598;
	font-size: 14px;
	line-height: 1.5;	
}
.pipe_in{
    max-width: 1200px;
    margin: auto;
    width: 90%;
}
.pipe_page section{
	margin: 50px auto;
}
.pipe1 li,.pipe4 li{
    list-style: disc;
    margin-left: 2rem;
    line-height: 2;
}
.pipe1_items{
    display: flex;
    gap: 2%;
	margin-bottom: 20px;
}
.pipe1_item{
    display: flex;
    justify-content: space-between;
}
.pipe1_item_before{
	flex-basis: 44%;
}
.pipe1_item_before h4{
    background: #000;
    color: #fff;
    padding: 10px 0 10px 20px;
    font-size: 120%;
    margin-bottom: 5px;
}
.pipe1_item_before div{
	position: relative;
}
.pipe1_item_before div p{
    position: absolute;
    background: blue;
    color: #fff;
    padding: 5px;
    top: 10px;
    right: 10px;
    border: 2px solid;
}
.pipe1_item_after{
    flex-basis: 54%;
    position: relative;
}
.pipe1_item_after p{
    position: absolute;
    background: #e60044;
    color: #fff;
    padding: 7px 10px;
    top: 10px;
    right: 10px;
    font-size: 120%;
    font-weight: bold;
    border: 2px solid;
}
.pipe2 p{
    margin-bottom: 20px;
	line-height: 1.7;
}
.pipe3{
    width: 90%;
    background: yellow;
    border: 10px double;
    padding: 20px 8%;
    margin: auto;
}
.pipe3_top{
	display: flex;
	align-items: center;
} 
.pipe3 h3{
    font-size: 30px;
    font-weight: bold;
    color: #000;
}
.pipe3_item{
    display: flex;
    font-size: 20px;
    color: #fff;
    gap: 10px;
    font-weight: bold;
    align-items: center;
    margin: 15px 0;
}
.pipe3_item_text{
    display: flex;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
    padding: 7px;
    align-items: center;
}
.pipe3_item_text h4,.pipe3_item_text p{
	padding: 10px;
}
.pipe3_item_text_pls{
    background: #000;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    font-size: 120%;
    font-weight: bold;
}
.pipe3_text_l{
    color: #fff;
    font-size: 60px;
    font-weight: bold;
    letter-spacing: 10px;
    background: #e60044;
    padding: 0px 20px;
    text-align: center;
}
.pipe3_text4{
    font-size: 25px;
    font-weight: bold;
	margin-left: auto;
	padding-left: 10px;
}

.page_contact{
    margin-top: 30px;
    background: #fff;
    text-align: center;
    padding: 30px;
	font-size: 16px;
}
.page_contact h4{
	font-size: 120%;
}
.page_contact_flex{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.page_contact_flex div{
	flex-basis: 50%;
}
.page_contact_tel{
	border-right: 2px dotted;
}
.page_contact_tel a{
    font-size: 50px;
    font-weight: bold;
}
.page_contact_mail a{
    width: 90%;
    display: inline-block;
    background: #006598;
    color: #fff;
    padding: 20px;
    margin-top: 20px;
    box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.4);
}
.pipe4 p{
	width: 95%;
	margin: 0 auto 20px;
	line-height: 2;
}
.pipe5_items{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
	flex-wrap: wrap;
}
.pipe5_items div{
	flex-basis: 48%;
	margin-bottom: 30px;
}
.pipe_sec_title{
background: linear-gradient(45deg, #3cb371, transparent);
}

@media screen and (max-width:768px){
	.pipe_top{
		height: auto;
	}
	.pipe_top img{
		height: 300px;
	}
	.grepika_graybg{
		padding: 10px 0;
	}
	.pipe1_item_after img{
		height: 100%;
		object-fit: cover;
	}
	.pipe2 .grepika_sec_title2 h4{
		font-size: 20px;
	}
	.pipe3{
		width: 100%;
		padding: 10px;
	}
	.pipe3_top{
		display: block;
	}
	.pipe3 h3{
		font-size: 24px;
		text-align: center;
	}
	.pipe3_item{
		display: block;
		text-align: center;
	}
	.pipe3_item_text h4{
		width: 30%;
	}
	.pipe3_item_text p{
		width: 70%;
	}
	.pipe3_item_text_pls{
		margin: 10px;
	}
	.pipe3_text_l{
    font-size: 24px;
    margin: 10px auto;
    line-height: 1.3;
    padding: 10px;
    letter-spacing: 5px;
	}
	.page_contact{
		margin-top: 10px;
	}
	.page_contact_flex{
		display: block;
	}
	.page_contact_flex div{
		border: none;
	}
	.page_contact_tel a{
		font-size: 40px;
		width: 100vh;
		display: block;
		margin: 0 calc(50% - 50vh);
	}
	.page_contact_mail a{
		width: 100%;
	}
	.pipe1_items{
		display: block;
	}
	.pipe1_item{
		margin-bottom: 20px;
	}
	.pipe5_items{
		display: block;
	}
	
}

/*-----------------------------------------------------------------
土木ページ
-----------------------------------------------------------------*/
.basis_page{
    max-width: 1000px;
    width: 90%;
    margin: auto;
    line-height: 1.5;
}
.basis_page .page_top{
	background-image: url("../img/basis/basis-top.jpg");
}
.basis1{
	margin: 80px auto;
}
.basis1 h3{
    color: #006598;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 20px;
}
.basis1 p{
	line-height: 2;
}
.basis2{
    width: 100vw;
    margin: 50px calc(50% - 50vw);
}
.basis2_item{
    display: flex;
    align-items: center;
}
.basis2_img{
	flex-basis: 50%;
}
.basis2_text{
    flex-basis: 50%;
    padding: 50px;
}
.basis2_text h3,.basis3 h3,.equip3 h3{
    color: #006598;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 20px;
}
.basis2_text h3 span{
    font-size: 16px;
    margin-left: 1rem;
    color: #dc143c;
}
.basis2_text p{
    line-height: 2;
}
.basis3{
	background-color: #f0f8ff;
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	padding: 50px 0;
}
.basis3_in{
	max-width: 1000px;
	width: 90%;
	margin: 0 auto;
}
.basis3_item{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.basis3_item div{
	flex-basis: 24%;
}

@media screen and (max-width:768px){
	.basis1 {
		margin: 50px auto;
	}
	.basis1 h3{
		font-size: 20px;
		line-height: 1.5;
	}
	.basis1 p,.basis2_text p{
		font-size: 14px;
	}
	.basis2{
		margin-bottom: 0;
	}
	.basis2_item{
		display: block;
	}
	.basis3_item div{
		flex-basis: 49%;
		margin-bottom: 10px;
	}
	.basis3 h3{
		text-align: center;
	}
	.basis2_text h3 span{
		margin: 8px 0 0;
		display: block;
		font-size: 14px;
	}
}

/*-----------------------------------------------------------------
解体産業廃棄物ページ
-----------------------------------------------------------------*/
.demo_page .page_top{
	background-image: url("../img/demo/demo-top.webp");
}
.demo1{
	text-align: center;
}
.demo1-in{
	display: inline-block;
	text-align: left;
}
.page-foot .line{
    width: 2px;
    height: 100px;
    margin: 0 auto 30px;
    background: #006598;
}
.page-foot p{
    text-align: center;
    font-size: 18px;
    line-height: 2;
    letter-spacing: 2px;
    margin-bottom: 60px;
}
@media screen and (max-width:768px){
	.demo_page .page_title h2 {
		font-size: 30px!important;
		letter-spacing: 2px!important;
	}
	.page-foot .line {
		height: 60px;
		margin: 0 auto 20px;
	}
	.page-foot p {
		font-size: 15px;
		margin-bottom: 40px;
	}
}

/*-----------------------------------------------------------------
管／給排水衛生設備ページ
-----------------------------------------------------------------*/
.equip_page .topic-path{
    max-width: 1000px;
    width: 90%;
    margin: auto;
}
.equip_page .page_top{
	background-image: url("../img/equip/equip-top.jpg");
}
.equip_page .basis3_item div{
	flex-basis: 48%;
}
.equip_page .basis1{
    max-width: 1000px;
    width: 90%;
}
.equip3{
    max-width: 1000px;
    width: 90%;
    margin: 100px auto;
}
.equip3 h3 span{
    font-size: 18px;
    margin-left: 1rem;
    color: #dc143c;
}
.equip3_items{
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}
.equip3_item{
	flex-basis: 23%;
	margin-bottom: 25px;
}
.equip3_item h4{
    font-weight: bold;
    letter-spacing: 2px;
    background: #006598;
    color: #fff;
    margin: 0;
    padding: 8px 10px;
    margin-bottom: 10px;
    font-size: 16px;
}
.equip3_item p{
    font-size: 14px;
    line-height: 1.7;
}
.equip_page .basis2_item{
	background-color: #f0f8ff;
}
.equip3_text{
    border: 1px solid;
    padding: 30px;
    letter-spacing: 2px;
    line-height: 2;
    margin: 50px auto;
}
@media screen and (max-width:768px){
	.equip3{
		margin: 50px auto;
	}
	.equip3 h3 span{
		margin: 8px 0 0;
		display: block;
		font-size: 14px;
	}
	.equip3_items{
		gap: 6%;
	}
	.equip3_item{
		flex-basis: 47%;
	}
	.equip3_text{
	    margin: 0 auto;
		font-size: 14px;
		padding: 20px;
		letter-spacing: 0.5px;
	}
	.equip_page .basis3_item{
	    width: 90%;
    	margin: 10px auto;
	}
	.equip_page .basis3_item div{
	    flex-basis: 100%;
    	margin-bottom: 20px;
	}
}

/*-----------------------------------------------------------------
会社概要ページ
-----------------------------------------------------------------*/
.company_page{
    max-width: 900px;
    width: 90%;
    margin: auto;
    line-height: 1.5;
}
.company_page .page_top{
	background-image: url("../img/page-top2.jpg");
}
.company1{
	margin: 70px auto;
}
.company1_item{
	display: flex;
	margin: 50px auto;
}
.company1_text1{
    flex-basis: 70%;
    background: #f4f4f4;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: bold;
	letter-spacing: 4px;
}
.company1_item div{
	flex-basis: 30%;
}
.company1_text2{
    text-align: right;
    margin-top: 20px;
}
.company1_text2 span{
    font-size: 150%;
	letter-spacing: 2px;
}
.company2{
	padding: 80px 30px;
    background: #f9f9f9;
    margin-bottom: 50px;
}
.company2 table{
    margin: 30px auto;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0px 10px;
    font-size: 14px;
}
.company2 th,.company2 td{
	padding: 10px;
}
.company2 th{
    background: #006598;
    vertical-align: middle;
    text-align: left;
    width: 20%;
    overflow: visible;
    position: relative;
    color: #fff;
    font-size: 14px;
}
.company2 th::after{
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    border-left-color: #006598;
    border-width: 10px;
    margin-top: -10px;
}
.company2 td{
    background: #fff;
    padding-left: 20px;
}
.company2 h4{
    color: #005689;
    padding: 10px 20px;
}
.company_map {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
}
.company_map iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}

@media screen and (max-width:768px){
	.company_top{
		height: 300px;
	}
	.page_title h2{
		font-size: 40px;
	}
	.company1_item{
		display: block;
		margin-bottom: 20px;
	}
	.company1_text1{
    font-size: 22px;
    padding: 20px;
    text-align: center;
	}
	.company1_text3{
	    font-size: 14px;
		line-height: 2;
		letter-spacing: 1.5px;
	}
	.company2{
		padding: 30px 20px;
	}
	.company_map{
		padding-bottom: 80%;
	}
}
/*-----------------------------------------------------------------
Aboutページ
-----------------------------------------------------------------*/
.about_page .page_top{
    background-image: url("../img/numata.jpg");
}
.about_page .topic-path{
	max-width: 1200px;
	width: 90%;
	margin: auto;
}
.about1{
	max-width: 1200px;
	width: 90%;
	margin: 0 auto 50px;
}
.about1 h3{
    font-size: 24px;
    text-align: center;
    letter-spacing: 2px;
    margin: 50px auto;
    font-weight: bold;
}





/*-----------------------------------------------------------------
採用情報ページ
-----------------------------------------------------------------*/
.recruit_page{
    max-width: 900px;
    width: 90%;
    margin: auto;
    line-height: 1.5;
}
.recruit_page .page_top{
    background-image: url("../img/page-top1.jpg");
}
.recruit_page .toumei{
	background-color: rgba(255,255,255,0.7);
}
.recruit1{
	margin: 50px auto;
}
.recruit1 table{
    margin: 50px auto;
    width: 100%;
}
.recruit1 table th{
	color: #005689;
    border-top: 2px solid;
    text-align: left;
    padding: 15px 18px;
    vertical-align: top;
	width: 25%;
}
.recruit1 table td{
	border-top: 1px solid #ccc;
    padding: 15px 18px;
    vertical-align: top;
}
.recruit1 li{
    list-style: disc;
    margin-left: 30px;
}



/*-----------------------------------------------------------------
Q&Aページ
-----------------------------------------------------------------*/
.qa_page{
	background-color: #cce7ff;
}
.qa_page_in .page_sec_title{
	margin-top: 50px;
}

/*-----------------------------------------------------------------
問い合わせページ
-----------------------------------------------------------------*/
.contact_page{
    max-width: 1000px;
    margin: auto;
    width: 90%;
}
.contact_page .page_top{
	background-image: url("../img/contact/top.jpg");
}
.contact1,.recruit1{
    padding: 80px;
    background: #f9f9f9;
    margin: 80px auto;
}
.form{
	margin: 50px 0;
	color: #333333;
}
.form_top{
	text-align: center;
	line-height: 2;
}
.form_top span{
	color: #005689;
	font-weight: bold;
}
#mailform{
	margin: 30px auto;
}
.form dl{
    display: flex;
    padding-bottom: 20px;
    padding-top: 23px;
    line-height: 1.5;
    border-bottom: 1px solid #eee;
    letter-spacing: 2px;
    align-items: center;
}
.form dt{
	flex-basis: 30%;
}
.form dd{
	flex-basis: 70%;
}
.textarea,.textarea2{
    background: #fff;
    width: 95%;
    border-radius: 2px;
    border: 1px solid #ddd;
    padding: 5px;
}
.form_yuubin{
    margin-bottom: 5px;
    background: #fff;
    border: 1px solid #ddd;
}
.hissu{
    color: #fff;
    background: #005689;
    padding: 1px 5px 2px 7px;
    margin-right: 5px;
    font-size: 11px;
    border-radius: 2px;
    position: relative;
    top: -2px;
}
.nini{
    background: #999;
}
.radio_text{
    cursor: pointer;
    position: relative;
    margin-right: 20px;
    overflow: hidden;
    padding-left: 20px;
    display: inline-block;
}
.radio_text::before{
    position: absolute;
    width: 15px;
    height: 15px;
    border: 1px solid #ccc;
    border-radius: 50%;
    left: 0px;
    top: 5px;
    content: '';
    z-index: 3;
}
.radio_text::after{
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 100%;
    left: 2px;
    top: 7px;
    background-color: #0d77ce;
    z-index: 1;
	display: none;
}
.radio_text.checked::after{
	display: block;
}
.form_button{
    padding: 5px;
    border-radius: 5px;
    text-align: center;
    margin: 10px 0;
}
#mailform button{
    font-family: "Zen Kaku Gothic New", sans-serif;
    cursor: pointer;
    display: block;
    margin: 0 auto 5px;
    padding: 10px 0 10px;
    color: #fff;
    text-align: center;
    width: 250px;
    border-radius: 5px;
    background: #005689;
    font-size: 16px;
    font-weight: bold;
    border: 2px solid #005689;
}
#mailform button:before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f0e0";
    margin-right: 6px;
}
.form_text{
    padding: 10px;
    font-size: 13px;
    line-height: 1.5;
    margin: 10px 0;
}

@media screen and (max-width:768px){
	.contact1, .recruit1{
    margin: 10px auto;
    padding: 20px;
	}
	.recruit1 table th{
		padding: 15px 0;
		text-align: center;
	}
	.form dl{
		display: block;
	}
	.form dt{
		margin-bottom: 10px;
	}
}
/*-----------------------------------------------------------------
アーカイブページ
-----------------------------------------------------------------*/
.archive-page{
	max-width: 1200px;
	width: 90%;
	margin: auto;
}
.archive-list{
    display: flex;
    flex-wrap: wrap;
    margin: 50px auto;
    gap: 3%;
}
.archive-list li{
    flex-basis: 31%;
    padding: 2%;
    border: 1px dotted;
	margin-bottom: 30px;
}
.archive-img img{
    aspect-ratio: 3/2;
    object-fit: cover;
}
.archive-list p{
    border-bottom: 1px solid #ccc;
    padding: 10px;
    font-size: 14px;
}
.archive-list h3{
    font-size: 18px;
    font-weight: bold;
    padding: 2%;
}

@media screen and (max-width:768px){
	.archive-list{
		gap: 4%;
		margin-bottom: 0;
	}
	.archive-list li{
		flex-basis: 48%;
	}
	.archive-list p{
	    font-size: 12px;
    	padding: 10px 5px;
	}
	.archive-list h3{
	    font-size: 14px;
	    padding: 5px 0;
	}
}


/*-----------------------------------------------------------------
ニュースページ
-----------------------------------------------------------------*/
.news-page .page_top,.s-news-page .page_top{
	background-image: url("../img/news/top-news2.jpg")
}
.news-page .toumei,.s-news-page .toumei{
	background-color: rgba(255,255,255,0.3);
}
.s-news-page .topic-path{
    max-width: 1000px;
    width: 90%;
    margin: auto;
}

/*-----------------------------------------------------------------
シングルページ
-----------------------------------------------------------------*/
.single_top{
    border-bottom: 1px solid #DDDDDD;
    border-top: 1px solid #dddddd;
    padding: 50px 0;
    margin: 30px 0;
}
.single_top_in{
	width: 90%;
	max-width: 1000px;
	margin: auto;
}
.single_top h3{
    letter-spacing: 2px;
    font-weight: bold;
    color: #006598;
    font-size: 30px;
    margin-bottom: 20px;
}
.single_date{
    text-align: right;
    font-size: 14px;
    color: #555555;
}
.single_in{
    max-width: 1000px;
	width: 90%;
    margin: 0 auto;
}
.single_topimg{
	margin-bottom: 20px;
}
.single_in p{
    line-height: 2;
    letter-spacing: 2px;
}

@media screen and (max-width:768px){
	.single_top{
		padding: 30px 0;
	}
	.single_top h3{
		font-size: 24px;
	}
	.single_in p{
		font-size: 14px;
	}
}

 /*pc・タブレットcss*/
  /*pc_defaultset*/
  .pc {
	display: block !important;
}
  /*pcのみ表示ブロック*/
  .pc2 { display: inline-block !important; }
  /*pcのみ表示ブロック*/
  .sp, .sp2 { display: none !important; }

@media screen and (max-width: 768px) {
.pc, .pc2 { display: none !important; }
  /*pcのみ表示ブロック*/
  .sp { display: block !important; }
}