@charset "UTF-8";
/* ================================================================

	pages.css

================================================================ */



/* body
---------------------------------------------------------- */

body#second {
	min-width: 1024px;
	position: relative;
	height: auto;
}

@media only screen and (max-width: 736px) {
	body#second {
		min-width: 100%;
	}
}


/* header
---------------------------------------------------------- */

@media only screen and (max-width: 736px) {
	#logo {
		display: block;
		left: 20px;
	}
}


/* contents
---------------------------------------------------------- */

#article .inner {
	background-color: #fff;
}

.second_main {
	background: url('img/common/second_bg.png') no-repeat center top;
	background-size: cover;
	width: 100%;
	padding: 0;
}
.second_main .block_ttl {
	position: relative;
	height: 42vh;
}
.second_main .block_ttl h1 {
	position: absolute;
	inset: 0;
	top: 50%;
	font-size: 5.6rem;
	width: 100%;
    text-align: center;
	color: #fff;
}
.block_ttl {
	margin-top: 0;
}
.block_ttl h2 {
	position: relative;
	padding-left: 25px;
	font-size: 2.4rem;
	font-weight: bold;
  }
  
.block_ttl h2:before {
	position: absolute;
	content: '';
	bottom: -3px;
	left: 0;
	width: 0;
	height: 0;
	border: none;
	border-left: solid 15px transparent;
	border-bottom: solid 15px rgb(119, 195, 223);
  }
.block_ttl h2:after {
	position: absolute;
	content: '';
	bottom: -3px;
	left: 10px;
	width: 100%;
	border-bottom: solid 3px rgb(119, 195, 223);
  }


@media only screen and (max-width: 736px) {

	.second_main {
		/* padding: 90px 0 60px; */
	}
	.second_main .txt {
		font-size: 1rem;
	}
	.second_main .block_ttl {
		height: auto;
		padding: 80px 0;
	}
	.second_main .block_ttl h1 {
		font-size: 3.2rem;
		width: 100%;
	}
		
	
}


/* #company
---------------------------------------------------------- */

.about {
	font-size: 1rem;
}
.about dl {
	width: 100%;
    margin: 0;
    padding: 20px 0 15px;
	border-bottom: solid 1px #E8E5E5;
}
.about dt {
    display: block;
    width: 10vw;
    float: left;
    clear: both;
	padding: 1.5% 0;
	font-weight: 500;
}
.about dd {
    display: block;
    padding: 1.5% 0 1.5% 7%;
	margin-left: 10vw;
	font-weight: 300;
	word-break: break-all;
}

.gmap {
	margin-bottom: 60px;
}

@media only screen and (max-width: 736px) {
	.about dt {
		width: 20vw;
	}
	.about dd {
		margin-left: 20vw;
	}
}


/* #service
---------------------------------------------------------- */

#service .block .inner .service_box:first-of-type {
	padding-top: 0;
}
#service .block .inner .service_box:last-of-type {
	padding-bottom: 0;
	border: none;
}

.service_box {
	padding: 60px 0;
	border-bottom: solid 2px #f4c940;
}

.service_box h3 {
	color: #15a84c;
	font-size: 1.5rem;
	font-weight: 400;
	margin-bottom: 20px;
}
.service_box h3 .s_ttl {
	color: #808080;
	font-size: 0.8rem;
	font-weight: 500;
}

.service_box img {
	max-width: 100%;
}

.service_box .float_l {
	margin-right: 10%;
}
.service_box .txt_area  {
	width: 50%;
	font-weight: 300;
}
.service_box .img_area  {
	width: 40%;
}

@media only screen and (max-width: 736px) {
	.service_box .float_l, .service_box .float_r {
		float:none;
	}
	.service_box .float_l {
		margin-right: 0;
	}
	.service_box .img_area {
		margin-bottom: 20px;
	}
	.service_box .txt_area, .service_box .img_area {
		width: 100%;
	}
}


/* #news
---------------------------------------------------------- */

.news_list {
    margin-bottom: 80px;
    border-top: 1px solid #DADBDC;
}
.news_list li {
    border-bottom: 1px solid #DADBDC;
}
.news_list li a {
    text-decoration: none;
    padding: 32px 0;
    display: -webkit-box;
    display: flex;
    -webkit-transition: opacity 750ms cubic-bezier(.215,.61,.355,1);
    transition: opacity 750ms cubic-bezier(.215,.61,.355,1);
}
.news_list li a .date {
    color: #AAABAC;
    font-size: 0.8rem;
    letter-spacing: .01em;
    line-height: 1;
    width: 92px;
}
.news_list li a .category_notice, .news_list li a .category_event {
    font-size: 0.8rem;
    text-align: center;
    letter-spacing: .05em;
    line-height: 15px;
    width: 88px;
    height: 18px;
    border-radius: 3px;
    box-sizing: border-box;
    margin-top: -2px;
}
.news_list li a .category_notice {
	color: #f4c940;
    border: 1px solid #f4c940;
}
.news_list li a .category_event {
    color: #15a84c;
    border: 1px solid #15a84c;
}
.news_list li a .txt {
    width: calc(100% - 92px - 88px);
    color: #4A4B4C;
    letter-spacing: .025em;
    line-height: 1.5;
    margin-top: -4px;
    padding-left: 24px;
}

.news_view .category_notice, .news_view .category_event {
    color: #f4c940;
    font-size: 1rem;
    text-align: center;
    letter-spacing: .05em;
    line-height: 23px;
    width: 96px;
    height: 24px;
    border: 1px solid #f4c940;
    border-radius: 3px;
	box-sizing: border-box;
	margin-bottom: 5px;
}
.news_view .category_event {
    color: #15a84c;
    border: 1px solid #15a84c;
}
.news_view .title {
    font-size: 1.8rem;
    line-height: 1.5;
    margin-bottom: 33px;
    font-weight: 700;
    font-feature-settings: palt;
    letter-spacing: .05em;
}
.news_view .date, .news_view .name {
    color: #AAABAC;
    text-align: right;
	letter-spacing: .05em;
}
.news_view .txt {
	font-size: 1.2rem;
	line-height: 2;
}
.news_view .pict {
	text-align: center;
	margin-bottom: 10px;
}

@media only screen and (max-width: 736px) {
	.news_list li a {
		flex-wrap: wrap;
	}
	.news_list li a .txt {
		width: 100%;
		margin-top: 10px;
		padding-left: 0;
	}	
}


/* #contact
---------------------------------------------------------- */

#contact .block_ttl {
	background: url(img/contact/ttl_bg01.jpg) no-repeat center 30%;
}
#contact .block_ttl .bg_filter {
    background-color: rgba(0,0,0,0.3);
}

#contact #mailform .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
	background-color: transparent;
	display: table;
	text-align: left;
}
#contact #mailform .table td, .table th {
    padding: .75rem;
    vertical-align: top;
	border-top: 1px solid #dee2e6;
	display: table-cell;
}

/* 必須マーク */
.hissu {
	color: #fff;
	margin-right: 10px;
	padding: 2px 5px;
	background: #e72a2e;
	border-radius: 4px;
}
/* 任意マーク */
.ninni {
	color: #fff;
	margin-right: 10px;
	padding: 2px 5px;
	background: #424242;
	border-radius: 4px;
}

/* 項目名を太字にする */
#contact #mailform p {
    font-weight: 400;
    text-align: center;
}

/* 入力項目を見やすくする */
#contact #mailform input[type="text"],
#contact #mailform input[type="email"],
#contact #mailform textarea {
	width: 100%;
	padding: 8px 15px;
	margin-right: 10px;
	margin-top: 10px;
	border: 1px solid #d0d5d8;
	border-radius: 3px;
	box-sizing: border-box;
}
#contact #mailform textarea {
	height: 200px;
}

/* 必須項目の入力欄を黄色にする */
#contact #mailform input:required,
#contact #mailform textarea:required {
	background: rgba(255, 255, 142, 0.46);
}

/* 送信ボタンを見やすくする */
#contact #mailform input.btn-primary {
	min-width: 240px;
    background: #15a84c;
	border: #15a84c;
	border-radius: .25rem;
    padding: 10px;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	display: block;
	margin: 0 auto;
}

#contact #mailform input.btn-primary:hover {
    background-color: rgba(119, 119, 119, 0.1);
}

/* エラーメッセージを見やすくする */
#contact #mailform .error {
    color: red;
}

.your-zip1, .your-zip2, .your-tel1, .your-tel2, .your-tel3 {
    display: inline-block;
}

@media only screen and (max-width: 736px) {
	#contact #mailform .table td, #contact #mailform .table th {
		display: block;
	}
}


/* footer
---------------------------------------------------------- */



/* Word Press */

.breadcrumbs {
    font-size: 1.6rem;
    margin-top: 20px;
}

.page-header {
	display: none;
}