@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);


html {
	overflow-y: scroll;

}

body,
div,
dl,
dt,
dd,
ul,
ul li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
section,
nav,
article,
aside,
hgroup,
header,
address,
figure,
figcaption {
	margin: 0;
	padding: 0;

}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,
th {
	text-align: left;
}

q:before,
q:after {
	content: '';
}

object,
embed {
	vertical-align: top;
}

legend {
	display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

img,
abbr,
acronym,
fieldset {
	border: 0;
}

img {
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic;
}

ul li {
	list-style-type: none;
}


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

body {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	*font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	background-color: #FFF;
	color: #444;
	font-size: 16px;
	line-height: 1.65;
	text-align: left;
	-webkit-text-size-adjust: 100%;
	background: url(../images/common/logo_mark_large.png) no-repeat;
	background-attachment: fixed;
}

/*---------------------------------------------
	Anchor
  ---------------------------------------------*/

a {
	outline: none;
}

a:link {
	text-decoration: none;
	color: #0070C6;
}

a:visited {
	text-decoration: none;
	color: #0070C6;
}

a:hover {
	text-decoration: underline;
	color: #000;
}

a:active {
	text-decoration: underline;
	color: #0070C6;
}

a.opwindow {
	background: url(../images/common/icon_opwindow.gif) no-repeat 100% 50%;
	padding-right: 15px;
}


/*---------------------------------------------
 ** リンクボタン
---------------------------------------------*/

.btn01 {
	display: inline-block;
	padding: 15px 40px;
	border: solid 1px #0151A1;
	background: #FFF;
	color: #0151A1 !important;
	text-decoration: none;
	font-weight: bold;
	transition: 0.5s;
	border-radius: 8px;
	margin: 15px 0 5px 0;
}

.btn01:hover {
	color: #FFF !important;
	background: #0151A1;
	text-decoration: none !important;
}

.button {
	min-width: 50%;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	padding: 5px 15px;
}

.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button {
	background-color: #35A63A;
	color: #fff !important;
	text-decoration: none;
}

.button:hover {
	background-color: #59b1eb;
	text-decoration: none;
}

.button i {
	font-size: 120%;
}

div.linkbtn {
	text-align: center;
	margin: 25px auto;
}

a img:hover {
	opacity: .7;
	transition: all .3s;
}

/*---------------------------------------------
 ** common
---------------------------------------------*/
.over_zoom {
	_zoom: 1;
	overflow: hidden;
}

.m_top_6px {
	margin-top: 6px;
}

.m_top_20px {
	margin-top: 20px;
}

.m_top_30px {
	margin-top: 30px;
}

.m_top_35px {
	margin-top: 35px;
}

.m_top_40px {
	margin-top: 40px;
}

.m_bottom_10px {
	margin-bottom: 10px;
}

.m_bottom_20 {
	margin-bottom: 20px;
}

.m_bottom_25 {
	margin-bottom: 25px;
}

.m_bottom_30 {
	margin-bottom: 30px;
}

.m_bottom_35 {
	margin-bottom: 35px;
}

.m_bottom_40 {
	margin-bottom: 58px;
}

.m_bottom_50 {
	margin-bottom: 50px;
}

.m_bottom_55 {
	margin-bottom: 55px;
}

.m_bottom_60 {
	margin-bottom: 60px;
}

.float_L {
	float: left;
}

.float_R {
	float: right;
}

.read {
	padding: 10px 20px;
}

/* a hover */
.hover {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.hover:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}

.over_zoom {
	_zoom: 1;
	overflow: hidden;
}

.tcenter {
	text-align: center;
}

.tright {
	text-align: right;
}

/*---------------------------------------------
 ** 画像のcss
---------------------------------------------*/
.img_R {
	float: right;
	margin: 0 0 0 30px;
}

.img_L {
	float: left;
	margin: 0 30px 0 0;
}

.img_C {
	float: left;
	margin: 0 0 20px 0;
}


/*---------------------------------------------
 **  会社概要
---------------------------------------------*/
.company-access {
	display: flex;
	gap: 30px;
	margin-bottom: 50px;
}

.company-access>.left {
	width: 376px !important;
}

.company-access>.right {
	width: 100% !important;
	flex: 1;
}

.company-access img {
	max-height: 560px;
	width: auto;
	margin: 0 auto;
	display: block;
}

.company__aceess-address {
	padding: 1.5em 1em .5em;
	font-size: 20px;
	text-align: center;
}

/* タブレット */
@media screen and (min-width: 641px) and (max-width: 979px) {
	.company-access {
		gap: 10px;
	}

	.company-access>.left {
		max-width: 276px !important;
	}

	.company-access img {
		max-height: auto;
		width: 100%;
	}
}


/* スマホ */
@media screen and (max-width: 640px) and (min-width: 0px) {
	.company-access {
		gap: 10px;
	}

	.company-access {
		flex-direction: column;
	}

	.company-access .right iframe {
		height: 350px;
	}
}