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

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* KV　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#kv {
	background-image: url(../images/about_kv.jpg);
}
#kv h2::after {
	content: "about us";
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* メッセージ　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#area_message {

}
#msg_data {
	display: table;
	width: 100%;
}

/* -- 文章 ----------------------------------------------- */
#msg_text {
	width: 50%;
	display: table-cell;
	vertical-align: top;
}
#msg_text_box {
	width: 550px;
	margin-left: auto;
}
#daihyou_info {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 50px;
}

/* 代表名前など */
#daihyou_set {
	width: 190px;
}
#name_yakushoku {
	font-size: 20px;
	margin-bottom: 10px;
}
#name_sign {
	font-size: 30px;
	font-weight: 800;
	line-height: 1.2em;
}
#name_kana {
	font-size: 14px;
}

/* 資格・役職 */
#shikaku {
	border-left: 2px solid #CCCCCC;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#shikaku li {
	font-size: 15px;
	line-height: 1.6em;
	list-style-type: disc;
	margin-left: 1.2em;
	width: 320px;
}

/* -- 本文章スクロールエリア ----------------------------------------------- */
#text_wrap {
	height: 400px;
	overflow-y: scroll;
	margin-bottom: 50px;
	padding-right: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* スクロールバー */
#text_wrap::-webkit-scrollbar {
    width: 10px;
}

#text_wrap::-webkit-scrollbar-thumb {
    background: #fff;
  border: none;
  border-radius: 10px;
  box-shadow: inset 0 0 2px #777; 
}

#text_wrap::-webkit-scrollbar-track {
    background: #ccc;
  border-radius: 10px;
  box-shadow: none;
}
#text_wrap p {
	margin-bottom: 8px;
}

/* -- 代表写真 ----------------------------------------------- */
#msg_pic {
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: table-cell;
	vertical-align: bottom;
	text-align: center;
	padding-right: 100px;
}
#msg_pic img {
	width: 90%;
	height: auto;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 企業理念　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#rinen {
	background-image: radial-gradient(circle, rgba(0, 178, 252, 1), rgba(143, 215, 253, 1) 90%), radial-gradient(circle, rgba(58, 99, 255, 1), rgba(42, 179, 252, 1) 90%);
	color: #FFFFFF;
	padding-top: 150px;
	padding-bottom: 400px;
	border-top-left-radius: 100px;
	border-top-right-radius: 100px;
	position: relative;
	background-color: #00B2FC;
}
#rinen .title_set {
	color: #FFFFFF;
}
#rinen_wrap {
	position: relative;
	display: flex;
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

/* -- 縦文字 ----------------------------------------------- */
#rinen_lead {
	order: 2;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 20%;
}
#rinen_lead h4 {
	font-size: 50px;
	line-height: 1em;
	font-weight: 800;
	writing-mode: vertical-rl;
	display: inline-block;
	margin-right: auto;
}

/* -- 文章 ----------------------------------------------- */
#rinen_text {
	order: 3;
	margin-top: 150px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
}
#rinen_text h5 {
	font-size: 36px;
	line-height: 1.2em;
	display: flex;
	align-items: center;
	font-weight: 900;
	margin-bottom: 15px;
}
#rinen_text h5:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #FFFFFF;
}
#rinen_text h5:after {
    margin-left: 1rem;
}
#rinen_text ul + h5 {
	margin-top: 50px;
}
#rinen_text p {
	margin-bottom: 8px;
}

/* -- 写真 ----------------------------------------------- */
#rinen_pic_box {
	order: 1;
	width: 30%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#rinen_pic_box li {
	margin-bottom: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#rinen_pic_box li img {
	width: 100%;
	height: auto;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 会社概要　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#gaiyou {
	padding-top: 150px;
	padding-bottom: 150px;
	border-top-left-radius: 100px;
	border-top-right-radius: 100px;
	position: relative;
	z-index: 2;
	margin-top: -300px;
	background-color: #FFFFFF;
}

/* -- テーブル ----------------------------------------------- */
#prof_tbl table {
	border-top: 1px solid #AFAFAF;
}
#prof_tbl table tr {
	border-bottom: 1px solid #AFAFAF;
}
#prof_tbl th {
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: left;
	width: 200px;
	padding-left: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#prof_tbl td {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
}

/* -- 所在地 DL ----------------------------------------------- */
.shozaichi {
}
.shozaichi dt {
	background-color: #989898;
	color: #FFFFFF;
	font-size: 15px;
	border-radius: 3px;
	font-weight: 600;
	line-height: 1.4em;
	float: left;
	text-align: center;
	width: 80px;
	padding-bottom: 3px;
	padding-top: 1px;
	margin-top: 3px;
}
.shozaichi dd {
	font-weight: 600;
	float: right;
	width: 760px;

}

/* -- アクセスマップ ----------------------------------------------- */
#map_box {
	margin-top: 50px;
	margin-left: 20px;
	margin-right: 20px;
}
#map_box iframe {
	width: 100%;
	height: 700px;
}

/* ボタン */
.bt_map {
	width: 360px;
	height: 60px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
.bt_map a {
	height: 60px;
	color: #ffffff;
	text-decoration: none;
	background-color: #6a6a6a;
	border-radius: 30px;
	padding-left: 35px;
	font-weight: 800;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
.bt_map a:hover {
	background-color: #3E3E3E;
}
.bt_map a span {
	background-color: #ffffff;
	width: 60px;
	height: 30px;
	text-align: center;
	border-radius: 15px;
	position: absolute;
	top: 15px;
	right: 20px;
	transition: all 0.3s;
}
.bt_map a:hover span {
	transform: translate(5px,0px);
}
.bt_map a span img {
	width: 30px;
	position: absolute;
	top: 10px;
	right: 13px;
	height: auto;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 沿革　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#history {
	padding-top: 150px;
	padding-bottom: 150px;
	background-color: rgba(255,253,229,1.00);
	background-image: linear-gradient(150deg, rgba(255, 250, 193, 1) 10%, rgba(255, 253, 229, 1) 40%, rgba(255, 250, 193, 1) 88%);
	color: #846e34;
	border-top-left-radius: 100px;
	border-top-right-radius: 100px;
}
#history .title_set {
	color: #846e34;
}
.history_list {
	display: flex;
	padding-bottom: 50px;
	background-image: url(../images/about_history_line.jpg);
	background-position: 299px top;
	background-repeat: no-repeat;
}
.history_list:first-child {
	background-position: 299px 30px !important;
}
.history_list:last-child {
	background-position: left 299px bottom 70px !important;
}

/* -- 年・月 ----------------------------------------------- */
.year {
	width: 250px;
}
.year ul {
	width: 100%;
	display: flex;
    justify-content: space-between;
    align-items:center
}

/* 西暦 */
.year li:first-child {
	font-size: 40px;
	font-family: "Roboto", sans-serif;
	line-height: 1em;
	font-weight: 400;
}

/* 和暦 */
.year li:last-child {
}

/* 丸チョボ */
.year_mark {
	font-size: 20px;
	width: 100px;
	text-align: center;
	padding-top: 5px;
}

/* 内容 */
.enkaku_text {
	width: 750px;
	padding-top: 5px;
}














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


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

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* メッセージ　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#area_message {

}
#msg_data {
	display: inherit;
}

/* -- 文章 ----------------------------------------------- */
#msg_text {
	width: 100%;
	display: inherit;
	margin-bottom: 10px;
}
#msg_text_box {
	width: 100%;
	display: inherit;
}
#daihyou_info {
	display: inherit;
	margin-bottom: 35px;
}

/* 代表名前など */
#daihyou_set {
	width: 100%;
	margin-bottom: 10px;
}
#name_yakushoku {
	font-size: 16px;
	margin-bottom: 8px;
}
#name_sign {
	font-size: 24px;
	line-height: 1.2em;
}
#name_kana {
	font-size: 12px;
}

/* 資格・役職 */
#shikaku {
	padding-left: 10px;
	border-left-width: 5px;
}
#shikaku li {
	font-size: 14px;
	line-height: 1.6em;
	width: 100%;
}
	
/* -- 本文章スクロールエリア ----------------------------------------------- */
#text_wrap {
	height: 100%;
	overflow-y: visible;
	margin-bottom: 0px;
	padding-right: 0px;
}

/* -- 代表写真 ----------------------------------------------- */
#msg_pic {
	width: 100%;
	display: inherit;
	padding-right: 0px;
}
#msg_pic img {
	width: 80%;
}
	
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 企業理念　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#rinen {
	padding-top: 80px;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	background-image: linear-gradient(150deg, rgba(0, 178, 252, 1) 26%, rgba(77, 203, 255, 1) 50%);
}
#rinen_wrap {
	display: inherit;
	width: 100%;
}

/* -- 縦文字 ----------------------------------------------- */
#rinen_lead {
	text-align: left;
	width: auto;
}
#rinen_lead h4 {
	font-size: 40px;
	font-feature-settings: "palt";
	line-height: 1.3em;
	writing-mode: horizontal-tb;
	display: inherit;
	margin-bottom: 30px;
}

/* -- 文章 ----------------------------------------------- */
#rinen_text {
	margin-top: 0px;
	width: 100%;
	margin-bottom: 30px;
}
	
#rinen_text h5 {
	font-size: 30px;
	line-height: 1.2em;
}
#rinen_text ul + h5 {
	margin-top: 30px;
}

/* -- 写真 ----------------------------------------------- */
#rinen_pic_box {
	width: 100%;
}
#rinen_pic_box li {
	margin-bottom: 5px;
}
	
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 会社概要　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#gaiyou {
	padding-top: 80px;
	padding-bottom: 60px;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
}

/* -- テーブル ----------------------------------------------- */
#prof_tbl table {
	border-top: 1px solid #AFAFAF;
}
#prof_tbl table tr {
	border-bottom: 1px solid #AFAFAF;
}
#prof_tbl th {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #AFAFAF;
	padding-right: 10px;
	display: block;
	background-color: #EBEBEB;
}
#prof_tbl td {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	display: block;
}

/* -- 所在地 DL ----------------------------------------------- */
.shozaichi {
	margin-bottom: 8px;
}
.shozaichi dt {
	font-size: 13px;
	border-radius: 3px;
	line-height: 1.4em;
	width: 70px;
	margin-top: 2px;
	float: none;
}
.shozaichi dd {
	width: 100%;

}

/* -- アクセスマップ ----------------------------------------------- */
#map_box {
	margin-top: 30px;
	margin-left: 0px;
	margin-right: 0px;
}
#map_box iframe {
	height: 500px;
}

/* ボタン */
.bt_map {
	width: 100%;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 沿革　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#history {
	padding-top: 80px;
	padding-bottom: 60px;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
}
.history_list {
	display: flex;
	padding-bottom: 40px;
	background-position: 99px top;
}
.history_list:first-child {
	background-position: 99px 10px !important;
}
.history_list:last-child {
	background-position: left 99px bottom 80px !important;
}

/* -- 年・月 ----------------------------------------------- */
.year {
	width: 80px;
}
.year ul {
	width: 100%;
	display: inherit;
}

/* 西暦 */
.year li:first-child {
	font-size: 30px;
	line-height: 1em;
}

/* 和暦 */
.year li:last-child {
	font-size: 12px;
}

/* 丸チョボ */
.year_mark {
	font-size: 14px;
	width: 40px;
	padding-top: 0px;
}

/* 内容 */
.enkaku_text {
	width: calc(100% - 160px);
	padding-top: 0px;
}
}
