﻿@charset "utf-8";
/*=================================
1: reset-CSS
2: setting
3: header
4: gnav
5: contents
6: footer
=================================*/


/* 1: reset-CSS
================================== */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	font-weight: normal;
}
body {
	line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,main {
	display:block;
}
li {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

/* change colours to suit your needs */
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

/* change colours to suit your needs */
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}

/* change border colour to suit your needs */
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}
input, select {
	vertical-align:middle;
}

/* 2: setting
================================== */
*, *:before, *:after {
	box-sizing: border-box;
}

/* clearfix*/
.cf:after { content: ""; clear: both; display: block; }
.clear { clear: both;}

html {
	overflow: auto;
	font-size: 62.5%;
}
body {
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Yu Gothic', '游ゴシック', '游ゴシック体', YuGothic, Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-feature-settings : "palt";
	font-weight: 500;
	color: #383737;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.7;
	-webkit-print-color-adjust: exact;/* baskground_print */
	word-wrap: break-word;
	overflow-wrap: break-word;
	-webkit-font-smoothing: antialiased;/* safari_textBold*/
	-webkit-text-size-adjust: 100%;/* safari_textBold*/
}
@media all and (-ms-high-contrast:none){
	body {font-family: 'Hiragino Kaku Gothic Pro', Meiryo, 'ヒラギノ角ゴ Pro W3', メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;}
}
img {
	display: block;
	line-height: 0;
}
input[type="submit"],
input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
	outline-offset: -2px;
}

a {
	color: #0a75b8;
}

a img {
	-webkit-transition: all .2s;
	transition: all .2s;
}
a img:hover {
	opacity:.7;
}
.tel {
	color: #383737;
	text-decoration: none;
}

/* icon */
.blank {
	background: url(../img/icn_blank.svg) right center no-repeat;
	background-size: 14px;
	padding-right: 23px;
}
.pdf {
	background: url(../img/pdf.svg) left center no-repeat;
	background-size: 14px;
	padding-left: 23px;
}

/* flexbox */
.flexbox_wap {/* 折り返しのみ */
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
}
.flexbox_sbwap {/* 折り返し・水平方向端揃え */
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
}
.flexbox_sb {/* 折り返しなし・水平方向端揃え */
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
}
.flexbox_c {/* 折り返しなし・水平中央揃え */
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: center; /* Safari */
	justify-content: center;
}
.flexbox_cwap {/* 折り返し・水平中央揃え */
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: center; /* Safari */
	justify-content: center;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
}
.flexbox_atc {/* 垂直方向中央揃え */
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: center; /* Safari */
	align-items: center;
}
.flexreverse {
	flex-direction: row-reverse;
}

/* text-decoration */
.fB {font-weight: bold;}
.fS {font-size: 80%;}

/* media query -> pc
=======================*/
@media all and (min-width: 768px) {
	html {
		min-width: 930px;
	}
	body {
		font-size: 16px;
		font-size: 1.6rem;
	}
}

details summary.marker {
 display: block;
}
details summary.bg {
 background-color: #333;
 padding: 5px 10px;
 color: #fff;
}
details summary.pointer {
 cursor: pointer;
}
details summary.mark::after {
 content: "＋";
 float: right;
}
details[open] summary.mark::after {
 content: "−";
}

/* 3: header
================================== */
.logo {
	margin: 12px 0 12px 20px;
}
.logo img {
	max-width: 120px;
	height: auto;
}

/* media query -> pc
=======================*/
@media all and (min-width: 768px) {
	#header {
		-webkit-align-items: center; /* Safari */
		align-items: center;
		max-width: 1020px;
		margin: 0 auto;
		padding: 0 20px;
	}
	.logo {
		margin: 0;
	}
	.logo img {
		max-width: 160px;
		height: auto;
	}
}

/* 4: gnav
================================== */
.menu {
	display: none;
	position: absolute;
	top: 65px;
	right: 0;
	left: 0;
	width: 90%;
	margin: 0 auto;
	padding: 30px 0;
	background: url(../img/bg.png) rgba(192, 0, 0, 0.8);
	z-index: 999;
}
.menu a {
	display: block;
	padding: 20px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
.menu_trigger {
	position: absolute;
	top: 14px;
	right: 6px;
	height: 36px;
	background: none;
	border: none;
	text-indent: -900em;
	overflow: hidden;
	cursor: pointer;
	outline: none;
	z-index: 999;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}

.menu_trigger img {
	width: 24px;
	height: auto;
	margin: 10px auto 0;
}
.menu_trigger span {
	position: absolute;
	left: 0;
	right: 0;
	display: inline-block;
	width: 24px;
	height: 2px;
	margin: 0 auto;
	transition: all .4s;
	background-color: #c00000;
}
.menu_trigger span:nth-of-type(1) {
	top: 7px;
}
.menu_trigger span:nth-of-type(2) {
	top: 21px;
}
.menu_trigger span:nth-of-type(3) {
	bottom: 20px;
}
.menu_trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(7px) rotate(-45deg);
	transform: translateY(7px) rotate(-45deg);
}
.menu_trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.menu_trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(0px) rotate(45deg);
	transform: translateY(0px) rotate(45deg);
}
.layer {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #FFF;
	-ms-filter: "alpha(opacity=50)";/* ie 8 */
	opacity: 0.6;
	z-index: 200;
}

/* media query -> pc
=======================*/
@media all and (min-width: 768px) {
	.menu_trigger {
		display: none;
	}
	.menu {
		display: block;
		position: static;
		width: 100%;
		margin: 0 auto;
		padding: 30px 0;
		background: none;
		font-size: 0;
	}
	.menu a {
		position: relative;
		display: block;
		padding: 0;
		color: #000;
		font-weight: bold;
		text-align: center;
		text-decoration: none;
	}
	.menu a:hover {
		color: #c00000;
	}
	.menu a::after {
		position: absolute;
		bottom: 0;
		left: 0;
		content: '';
		width: 0;
		height: 3px;
		background-color: #c00000;
		transition: .3s;
	}
	.menu a:hover::after {
		width: 100%;
	}
	.menu li {
		display: inline-block;
		padding-left: 20px;
		font-size: 1.6rem;
	}
	.menu li:first-child {
		padding-left: 0;
	}
}

/* 5: contents
================================== */
/* main image */
.main_visual {
	position: relative;
	min-height: 310px;
}
.mainimg {
	position: absolute;
	top: 0;
	left: 0;
	width: 85%;
	height: 230px;
	background-size: cover;
	z-index: 33;
}
.mainimg_bg {
	position: absolute;
	top: 50px;
	left: 10%;
	width: 90%;
	height: 260px;
	padding: 190px 0 0 30px;
	background: #C00000;
	z-index: 0;
	color: #FFF;
	font-weight: bold;
}
.mainimg_bg h1 {
	font-size: 1.6rem;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
section {
	padding: 50px 20px;
}
section.bgG {
	background: #F6F9FC;
}
section h2 {
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 2.4rem;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
}
section h2 span:after {
	content: '';
	position: absolute;
	top: 3.2em;
	display: inline-block;
	width: 35px;
	height: 1px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #C00000;
}
section h2 span {
	display: block;
	padding-top: 5px;
	color: #BBB;
	font-size: 1.3rem;
}
.greeting_txt p {
	margin-bottom: 1em;
}
.greeting_txt p:last-chid {
	margin-bottom: 0;
}
.rinen {
	margin: 30px auto;
	padding: 20px;
	background: #F9F9F9;
}
.rinen h3,
.service_list_txt h4 {
	margin-bottom: 20px;
	padding-left: 8px;
	line-height: 1.2;
	font-weight: bold;
	border-left: 3px solid #C00000;
}
.rinen li {
	margin-bottom: 20px;
}
.rinen li:last-child {
	margin-bottom: 0;
}
.name {
	text-align: right;
	font-weight: bold;
	font-size: 1.6rem;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.service_list li {
	margin-bottom: 40px;
	background: #FFF;
	border-radius: 3px;
	box-shadow: 0 2px 2px rgba(0,0,0,0.25);
	-webkit-transition: .3s;
	transition: .3s;
	overflow: hidden;
}
.service_list li:last-child {
	margin-bottom: 0;
}
.pht img {
	width: 100%;
	height: auto;
}
.service_list_txt {
	padding: 20px;
}
.service_list_txt h3 {
	margin-bottom: 20px;
	font-size: 2.1rem;
	font-weight: bold;
	color: #C00000;
	text-align: center;
}
.outline_table {
	width: 100%;
}
.outline_table th,
.outline_table td {
	display: block;
	width: 100%;
	padding: 10px 20px;
	text-align: left;
	border-bottom: 1px solid #FFF;
}
.outline_table th {
	background: #E2E2E2;
}
.outline_table td {
	background: #F9F9F9;
}
.timeline {
	position: relative;
	overflow: hidden;
}
.year {
	position: relative;
}
.timeline:after {
	position: absolute;
	top: 10px;
	left: 122px;
	content: "";
	width: 3px;
	height: 100%;
	z-index: 1;
	background: #E6EBEE;
}
.timeline h3 {
	position: absolute;
	color: #292e31;
	margin: 0;
	text-align: right;
	width: 110px;
}
.timeline .txt {
	position: relative;
	padding-bottom: 40px;
	margin-bottom: 1em;
}
.timeline > .year:last-child .txt {
	padding-bottom: 0;
	margin-bottom: 0;
}
.timeline p {
	list-style-type: none;
	padding-left: 146px;
}
.timeline p:after {
	content: "";
	width: 23px;
	height: 23px;
	background: #919EA3;
	border: 4px solid #C9C9C9;
	border-radius: 50%;
	position: absolute;
	left: 112px;
	top: 2px;
	z-index: 2;
}
.telfax p {
	font-size: 2.1rem;
	font-weight: bold;
	text-align: center;
}
.telfax p span,
.telfax p a {
	display: inline-block;
	padding-left: 20px;
	font-weight: bold;
	text-decoration: none;
	color: #383737;
}
.contact_box li:first-child {
	margin-bottom: 50px;
}
.contact_btn a {
	display: block;
	max-width: 260px;
	margin: 0 auto;
	padding: 10px 20px;
	background: #C00000;
	border: 1px solid #C00000;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	font-size: 2.1rem;
	font-weight: bold;
}
.contact_btn span {
	padding-right: 20px;
	background: url(../img/icn_arw.svg) no-repeat right center;
}

/* media query -> pc
=======================*/
@media all and (min-width: 768px) {
section {
	padding: 50px 20px 80px;
}
.main_visual {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
}
.mainimg,
.mainimg_bg {
	position: static;
	width: 50%;
	height: 500px;
	padding: 0;
}
.mainimg_bg {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: center; /* Safari */
	align-items: center;
}
.mainimg_bg h1 {
	font-size: 3.6rem;
	margin-left: 50px;
}
.section_inr {
	max-width: 1020px;
	margin: 0 auto;
	padding: 0 20px;
}
.greeting_txt {
	max-width: 870px;
	margin: 0 auto;
}
.rinen {
	margin: 40px auto;
	padding: 40px;
}
.rinen_inr {
	max-width: 870px;
	margin: 0 auto;
}
.service_list li {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
}
.pht img {
	width: 100%;
	max-width: 247px;
	height: auto;
}
.service_list_txt {
	padding: 15px 25px;
	font-size: 1.5rem;
}
.service_list_txt h3 {
	margin-bottom: 15px;
	text-align: left;
	font-size: 2rem;
}
.service_list_txt h4 {
	margin-bottom: 10px;
}
.outline_table th,
.outline_table td {
	display: table-cell;
	width: auto;
	padding: 10px 30px;
}
.outline_table th {
	width: 220px;
	border-right: 1px solid #FFF;
}
.timeline {
	max-width: 640px;
	margin: 0 auto;
}
.timeline:after {
	left: 162px;
}
.timeline p {
	padding-left: 216px;
}
.timeline p:after {
	left: 152px;
}
.contact_box {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
	-webkit-align-items: center; /* Safari */
	align-items: center;
}
.contact_box li {
	width: 50%;
}
.contact_box li:first-child {
	margin-bottom: 0;
	padding: 20px 0;
	border-right: 1px solid #e2e2e2;
}
.contact_btn a {
	max-width: 350px;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.contact_btn a:hover {
	background: #FFF;
	color: #C00000;
}
.contact_btn a:hover span {
	padding-right: 20px;
	background: url(../img/icn_arw_act.svg) no-repeat right center;
}
}


/* 6: footer
================================== */
#footer {
	padding: 50px;
	background: #232729;
}
.copy {
	font-size: 1rem;
	color: rgba(255, 255, 255, 0.7);
	text-align: center;
}
/* go topボタン */
#page-top {
	position: fixed;
	bottom: 20px;
	right: 10px;
	font-weight: bold;
	font-size: 80%;
	z-index: 5;
	text-align: center;
}
#page-top a {
	position: relative;
	display: block;
	width: 40px;
	height: 40px;
	background: rgba(192, 0, 0, 0.8);
	color: #fff;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	opacity: 0.7;
}
#page-top a:hover {
	opacity: 0.7;
}
#page-top a:active {
	opacity: 1;
}
#page-top a:after {
	position: absolute;
	right: 15px;
	top: 40%;
	display: block;
	content:"";
	width:10px;
	height:10px;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* media query -> sp
=======================*/
@media all and (min-width: 768px) {
/* go topボタン */
#page-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
}
#page-top a {
	width: 60px;
	height: 60px;
}
#page-top a:after {
	position: absolute;
	right: 21px;
	width:17px;
	height:17px;
}
}

