@charset "utf-8";
/* company.css */

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* KV　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#kv {
	background-image: url(../images/company_kv.jpg);
	background-position: 0% bottom;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* ごあいさつ　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#area_greeting {
	padding-bottom: 500px;
	padding-top: 160px;
	background-image: url(../images/company_greeting_bg.jpg);
	background-position: center bottom;
	background-size: cover;
	background-repeat: no-repeat;
}

/* -- タイトル ----------------------------------------------- */
#greeting_tt {
}
#greeting_tt h3 {
	font-size: 65px;
	line-height: 1.2em;
	font-weight: 900;
	color: #FFFFFF;
}
#greeting_tt h3 span {
	display: block;
	font-size: 24px;
	line-height: 2em;
	font-weight: 600;
}

/* -- 文章 ----------------------------------------------- */
#greeting_text {
	width: 660px;
}
#greeting_text p {
	color: #FFFFFF;
	font-weight: 400;
	font-size: 20px;
	line-height: 2em;
	font-feature-settings: "palt";
	margin-bottom: 10px;
}

/* 社長 */
#boss {
	text-align: right;
	line-height: 1.4em !important;
	margin-top: 60px;
	font-size: 16px !important;
}

/* -- スマホ用社屋 ----------------------------------------------- */
#greeting_sp_pic  {
	display: none;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 会社概要　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#area_gaiyou {
	background-color: #FFFFFF;
	border-top-left-radius: 100px;
	border-top-right-radius: 100px;
	margin-top: -100px;
	padding-top: 140px;
	padding-bottom: 120px;
}
#area_gaiyou h3 {
	font-size: 65px;
	font-weight: 900;
	line-height: 1.2em;
	margin-bottom: 30px;
}
#area_gaiyou h3 span {
	font-size: 24px;
	line-height: 2em;
	display: block;
	font-weight: 600;
}
#gaiyou_tbl {
	border-top: 1px solid #CCCCCC;
}
#gaiyou_tbl tr {
	border-bottom: 1px solid #CCCCCC;
}
#gaiyou_tbl th {
	width: 280px;
	background-color: #f1e8d5;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: 500;
}
#gaiyou_tbl td {
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-weight: 500;
}
#gaiyou_tbl td li {
	font-weight: 500;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* アクセス　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#area_access {
	padding-bottom: 120px;
}

/* -- h3 ----------------------------------------------- */
#area_access h3 {
	font-size: 48px;
	line-height: 1.2em;
	font-weight: 900;
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}
#area_access h3:before,
#area_access h3:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #222;
}
 #area_access h3:before {
    margin-right: 1rem;
}
#area_access h3:after {
    margin-left: 1rem;
}

/* -- 地図 ----------------------------------------------- */
#map_box {
	margin-bottom: 20px;
}
#map_box iframe {
	border-radius: 20px;
	width: 100%;
	height: 600px;
}

/* -- インフォ ----------------------------------------------- */
#access_info {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	border: 5px solid #7fae21;
	border-radius: 20px;
	position: relative;
}
#access_info li {
	font-weight: 500;
	font-feature-settings: "palt";
}
#access_info li:nth-child(2) {
	margin-bottom: 12px;
}

/* きざみちゃん */
#map_kizami {
	width: 160px;
	position: absolute;
	z-index: 3;
	right: 30px;
	top: -50px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 沿革　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#area_history {
	padding-top: 100px;
	background-image: url(../images/company_history_bg.jpg);
	background-size: 100% 100%;
	padding-bottom: 100px;
}
#area_history h3 {
	font-size: 65px;
	font-weight: 900;
	line-height: 1.2em;
	margin-bottom: 50px;
	text-align: center;
}
#area_history h3 span {
	font-size: 24px;
	line-height: 2em;
	display: block;
	font-weight: 600;
}
.history_list {
	padding-bottom: 50px;
	background-image: url(../images/company_history_mark_02.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#first_box {
	background-image: url(../images/company_history_mark_01.png);
}
.history_list.row:last-child {
	background-image: url(../images/company_history_mark_03.png);
}

/* -- 日付 ----------------------------------------------- */
.hst_date {
	float: left;
	width: 450px;
	text-align: right;
}
.hst_date ul {
	font-size: 0px;
}
.hst_date li {
	display: inline-block;
	vertical-align: bottom;
}

/* 西暦・和暦 */
.seireki {
	font-size: 35px;
	color: #878787;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
}
.wareki {
	font-size: 18px;
	font-weight: 500;
	width: 130px;
}

/* -- 内容 ----------------------------------------------- */
.hst_text {
	float: right;
	font-weight: 500;
	width: 450px;
}

























/* ↓↓↓↓↓↓↓↓↓↓ ---以下スマホ--- ↓↓↓↓↓↓↓↓↓↓ */


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

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* KV　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#area_greeting {
	padding-bottom: 0px;
	padding-top: 60px;
	background-image: url(transparent);
}
	
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* ごあいさつ　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/* -- タイトル ----------------------------------------------- */
#greeting_tt {
	margin-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
#greeting_tt h3 {
	font-size: 45px;
	line-height: 1.2em;
	color: #222222;
}
#greeting_tt h3 span {
	font-size: 16px;
	line-height: 2em;
}

/* -- 文章 ----------------------------------------------- */
#greeting_text {
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#greeting_text p {
	font-size: 16px;
	line-height: 1.8em;
	margin-bottom: 8px;
	color: #222222;
}
	
/* 社長 */
#boss {
	line-height: 1.4em !important;
	margin-top: 40px;
	font-size: 14px !important;
}

/* -- スマホ用社屋 ----------------------------------------------- */
#greeting_sp_pic  {
	display: inherit;
	margin-top: 20px;
}
#greeting_sp_pic img  {
	width: 100%;
	height: auto;
}
	
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 会社概要　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#area_gaiyou {
	background-color: #FFFFFF;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	margin-top: -50px;
	padding-top: 50px;
	padding-bottom: 60px;
	position: relative;
	z-index: 3;
}
#area_gaiyou h3 {
	font-size: 45px;
	line-height: 1.2em;
	margin-bottom: 30px;
}
#area_gaiyou h3 span {
	font-size: 18px;
	line-height: 2em;
}
#gaiyou_tbl {
	border-top-style: none;
}
#gaiyou_tbl tr {
	border-bottom-style: none;
}
#gaiyou_tbl th {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	display: block;
	text-align: left;
}
#gaiyou_tbl td {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 20px;
	width: 100%;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
	
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* アクセス　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#area_access {
	padding-bottom: 60px;
}

/* -- h3 ----------------------------------------------- */
#area_access h3 {
	font-size: 35px;
	line-height: 1.2em;
	margin-bottom: 30px;
}

/* -- 地図 ----------------------------------------------- */
#map_box {
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
}
#map_box iframe {
	border-radius: 20px;
	width: 100%;
	height: 600px;
}

/* -- インフォ ----------------------------------------------- */
#access_info {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	border: 5px solid #7fae21;
	border-radius: 20px;
	position: relative;
	margin-left: 20px;
	margin-right: 20px;
}

/* きざみちゃん */
#map_kizami {
	display: none;
}
	
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 沿革　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#area_history {
	padding-top: 60px;
	padding-bottom: 60px;
}
#area_history h3 {
	font-size: 45px;
	line-height: 1.2em;
	margin-bottom: 30px;
}
#area_history h3 span {
	font-size: 18px;
	line-height: 2em;
}
.history_list {
	padding-bottom: 30px;
	background-position: left top;
	padding-left: 35px;
}

/* -- 日付 ----------------------------------------------- */
.hst_date {
	float: none;
	width: 100%;
	text-align: left;
	padding-top: 3px;
}
.hst_date li {
	display: inherit;
}

/* 西暦・和暦 */
.seireki {
	font-size: 28px;
}
.wareki {
	font-size: 16px;
	width: auto;
	font-weight: 800;
}

/* -- 内容 ----------------------------------------------- */
.hst_text {
	float: none;
	width: 100%;
}
}
