@charset "UTF-8";


/* ----- 全体 ----- */

.animate { opacity: 0; }
.animate.animated,
.animate.animate__animated { opacity: 1; }
.no-js .animate { opacity: 1; }

.pcView {
	display: block;
}

.spView {
	display: none;
}

a[href^="tel:"] {
	pointer-events: none;
	text-decoration: none;
	color: #000;
}

.noteLi li {
	margin: 5px 0px;
	padding-left: 1em;
	text-indent: -1em;
	text-align: justify;
	text-justify: distribute;
}

.dotLi li {
	position: relative;
	text-align: justify;
	text-justify: distribute;
	margin-bottom: 5px;
	padding: 0px 0px 5px 18px;
}

.dotLi li:before {
	position: absolute;
	content: "・";
	top: 0px;
	left: 0px;
}

.dotLi.link li {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #ccc;
}

.numLi {
	padding-left: 20px;
}

.numLi li {
	padding-bottom: 5px;
}

.col2 > li,
div.cols2 {
	float: left;
	width: 47%;
	padding: 2% 6% 2% 0;
}

.col2 > li:nth-child(2n),
div.cols2:nth-child(2n) {
	padding-right: 0;
}

.col2 > li:nth-child(2n+1),
div.cols2:nth-child(2n+1) {
	clear: both;
}

.col3 > li,
div.cols3 {
	float: left;
	width: 30%;
	padding: 2% 5% 2% 0; 
}

.col3 > li:nth-child(3n),
div.col3:nth-child(3n) {
	padding-right: 0; 
}

.col3 > li:nth-child(3n+1),
div.col3:nth-child(3n+1) {
	clear: both;
}

.col2 > li img,
.col3 > li img,
div.col2 img,
div.col3 img {
	width: 100%;
	height: auto;
}

.sticked {
	top: 120px;
	position: sticky;
	position: -webkit-sticky;
}


/* ----- ページング -----*/

.pager{
	text-align: center;
	padding: 35px 0px;
}

a.page-numbers,
.pager .current{
	background: rgba(0,0,0,0.02);
	text-decoration: none;
	line-height: 240%;
	letter-spacing: 0px;
	color: #000;
	margin: 0 2px;
	padding: 5px 8px;
	border: solid 1px rgba(0,0,0,0.1);
}

.pager .current{
	background-color: #003c62;
	font-weight: bold;
	color: rgba(255,255,255,1);
}



/* ===== ----- ヘッダー ----- ===== */

.spHead {
	display: none;
}

.headAreabg {
	position: fixed;
	background-color: rgba(255,255,255,1.0);
	width: 100%;
	border: 1px solid #eee;
	z-index: 999;
	transition: all 0.4s;
}

.nar .headAreabg {
	background-color: rgba(255,255,255,0.9);
	box-shadow: 0px 1px 3px 0px rgba(150,150,150,0.1);
}

.headArea {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 50px;
	box-sizing: border-box;
}

.bx-wrapper {
	margin-bottom: 0px !important;
}

.headArea .logo {
	float: left;
	background: url(../img/logo.svg) no-repeat 0px 0px;
	background-size: 320px 39px;
	width: 320px;
	height: 39px;
	text-indent: -9999px;
	margin: 14px 0px 16px 0px;
	box-sizing: border-box;
	z-index: 200;
	transition: all 0.4s;
}

.nar .headArea .logo {
	background: url(../img/logo.svg) no-repeat 0px 0px;
	background-size: 260px 32px;
	width: 260px;
	height: 32px;
	margin: 10px 0px 10px 0px;
}

.headArea .logo a {
	display: block;
	width: 100%;
	height: 100%;
}

.headArea .headMenu {
	float: right;
	margin-top: 20px;
	box-sizing: border-box;
	transition: all 0.4s;
}

.nar .headArea .headMenu {
	margin-top: 12px;
}

.headArea .headMenu > li {
	position: relative;
	float: left;
	font-size: 100%;
	font-weight: 400;
	margin-left: 60px;
	transition: all 0.4s;
	box-sizing: border-box;
}

.headArea .headMenu > li a {
	text-decoration: none;
	color: #000;
}

.nar .headArea .headMenu > li {
	font-size: 90%;
}


/* ----- ドロップダウン ----- */
.dropmenu li {
	position: relative;
}

.dropmenu li ul {
	list-style: none;
	position: absolute;
	z-index: 100;
	top: 82%;
	left: 0;
	width: 100%;
	margin: 8px 0 0 0;
	padding: 0;
}

.nar .dropmenu li ul {
	top: 76%;
}

.dropmenu li ul li {
	width: 100%;
	height: 0;
	color: #fff;
	transition: .2s;
	overflow: hidden;
}

.dropmenu li ul li a {
	display: block;
	background: #fff url(../img/ico_arr_rt2.svg) no-repeat right 10px center;
	background-size: 4px auto;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	line-height: 140%;
	color: #000;
	padding: 11px 10px 10px 20px !important;
	border-bottom: 1px dotted #ddd;
}

.dropmenu > li:hover li:hover > a {
	background: #c9e4f6 url(../img/ico_arr_rt2.svg) no-repeat right 10px center;
	background-size: 4px auto;
	opacity: 1.0;
}

.dropmenu > li:hover > ul > li {
	overflow: visible;
	height: 39px;
}

.dropmenu > li:hover > ul > li.row2 {
	height: 56px;
}

.dropmenu > li:hover > ul > li.row3 {
	height: 73px;
}

.dropmenu li ul li ul {
	top: 0 !important;
	left: 100%;
}

.dropmenu li:last-child ul li ul {
	left: -100%;
	width: 100%;
}

.dropmenu li ul li ul:before {
	position: absolute;
	content: "";
	top: 4px;
	left: -20px;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left-color: #454e08;
}

.dropmenu li:last-child ul li ul:before {
	position: absolute;
	content: "";
	top: 13px;
	left: 200%;
	margin-left: -20px;
	border: 5px solid transparent;
	border-right-color: #454e08;
}

.dropmenu li ul li:hover > ul > li {
	overflow: visible;
	height: 39px;
}

.dropmenu li ul li:hover > ul > li.row2 {
	height: 56px;
}

.dropmenu li ul li:hover > ul > li.row3 {
	height: 73px;
}

.dropmenu li ul li ul li a {  background: #fff; }

.dropmenu li:hover ul li ul li a:hover {
	background: #f0f8e7;
	opacity: 1.0;
}

/* ハンバーガー */

.g-btn,
#g-nav {
	display: none;
}


/* ===== ----- メイン ----- ===== */

.container,
.containerS {
	max-width: 1280px;
	margin: 0px auto;
	padding-right: 50px;
	padding-left: 50px;
	box-sizing: border-box;
}

.containerS {
	max-width: 1000px;
}

.h2Ttl {
	font-family: "Shippori Mincho", "游明朝", "Yu Mincho", YuMincho, serif;
	font-size: 180%;
	font-weight: normal;
	margin: 50px 0 30px 0;
}

.h2Ttl span {
	display: block;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	font-size: 50%;
	color: #036eb8;
	letter-spacing: 0.2em;
}

.h3Ttl {
	position: relative;
	font-size: 120%;
	margin: 30px 0 30px 0;
	padding-left: 30px;
}

.h3Ttl::before {
	position: absolute;
	top: -5px;
	left: 0;
	content: "・";
	font-size: 140%;
	color: #e60012;
}

.mainArea {
	padding-top: 88px;
}

.mainLt {
	float: left;
	width: calc(100% - 350px);
}

.mainRt {
	float: right;
	width: 300px;
}

.mainCon {
	padding-top: 40px;
	padding-bottom: 30px;
}

.nobr br {
	display: none;
}

.mainphArea {
	background: url(../../img/main_ph.jpg) no-repeat 0 90px;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 682px;
	padding-top: 90px;
}

.mainph {
	position: relative;
	max-width: 1280px;
	height: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}

.mainph .txt {
	position: absolute;
	bottom: -60px;
	left: 50px;
	font-family: "Shippori Mincho", "游明朝", "Yu Mincho", YuMincho, serif;
	font-size: 300%;
	color: #fff;
}

.mainph .txt span {
	color: #036ebb;
}

.worksArea {
	padding: 100px 0 100px 100px;
}

.worksLi {
	padding-bottom: 50px;
}

.worksLi li {
	font-size: 110%;
	padding-left: 10px;
}

.worksLi li::before {
	content: "・";
	font-size: 120%;
	color: #e60012;
	padding-right: 15px;
}

.worksphLi li {
	float: left;
	width: 31%;
	padding-right: 3.5%;
}

.worksphLi li:last-child {
	padding-right: 0;
}

.worksphLi li img {
	width: 100%;
	height: auto;
}

.reasonArea {
	background: url(../../img/president_bg.jpg) no-repeat 0 0;
	background-size: cover;
	padding: 100px 0 100px 0;
}

.reasonLt {
	float: left;
	width: 38%;
}

.reasonRt {
	float: right;
	width: 55%;
}

.reasonLt img {
	width: 100%;
	height: auto;
}

.reasonRt .h2Ttl {
	margin-top: 0;
}

.reasonRt p {
	text-align: justify;
	text-justify: distribute;
	padding: 30px 0 20px 0;
}

.missionArea {
	padding: 60px 0 100px 0;
}

.missionLt {
	float: left;
	width: 44%;
	padding-left: 5%;
}

.missionRt {
	float: right;
	width: 45%;
	padding-top: 150px;
}

.missionLt p {
	text-align: justify;
	text-justify: distribute;
	padding: 0px 0 30px 0;
}

.missionRt img {
	width: 100%;
	height: auto;
}

.companyArea {
	background-color: #fff;
	padding: 60px 0 100px 0;
}

.companyLt {
	float: left;
	width: 38%;
	padding-top: 30px;
}

.companyRt {
	float: right;
	width: 52%;
	padding-top: 30px;
	padding-right: 5%;
}

.company2 {
	padding-top: 100px;
}

.company2Lt {
	float: left;
	width: 52%;
	padding-left: 5%;
}

.company2Rt {
	float: right;
	width: 38%;
	padding-top: 70px;
}

.companyLt img,
.company2Rt img {
	width: 100%;
	height: auto;
}

.detailTb {
	display: table;
	width: 100%;
	border-bottom: 1px solid #036eb8;
	border-collapse: separate;
	border-spacing: 0 1px;
}

.detailTb th,
.detailTb td {
	text-align: left;
	padding: 24px 30px;
	border-top: 1px solid #036eb8;
	box-sizing: border-box;
}

.detailTb th {
	background-color: #f5f8fa;
	width: 170px;
	padding-left: 30px;
	clear: both;
}

.detailTb td {
	width: calc(100% - 170px);
}

.detailTb tr:first-child th,
.detailTb tr:first-child td {
	border-top: none;
}


/* ===== ----- フッター ----- ===== */

.footBg {
	background-color: #f9fbfd;
}

.footArea {
	padding-top: 100px;
	padding-bottom: 10px;
}

.footArea .logo {
	float: left;
	background: url(../img/logo.svg) no-repeat 0px 0px;
	background-size: 420px 51px;
	width: 420px;
	height: 51px;
	text-indent: -9999px;
	margin: 14px 0px 16px 0px;
	box-sizing: border-box;
	z-index: 200;
	transition: all 0.4s;
}

.footArea .logo a {
	display: block;
	width: 100%;
	height: 100%;
}

.footArea .footMenu {
	float: right;
	margin-top: 20px;
	margin-bottom: 60px;
	box-sizing: border-box;
	transition: all 0.4s;
}

.footArea .footMenu > li {
	position: relative;
	float: left;
	font-size: 100%;
	font-weight: 400;
	margin-top: 15px;
	margin-left: 60px;
	transition: all 0.4s;
	box-sizing: border-box;
}

.footArea .footMenu > li a {
	text-decoration: none;
	color: #000;
}

.footBg .copyright {
	font-size: 90%;
	text-align: right;
	color: #333;
	padding-bottom: 20px;
}

.footBg .copyright br {
	display: none;
}


/* ========== ----- タブレット ----- ========== */
@media screen and (max-width: 1000px) {


/* ===== ----- ヘッダー ----- ===== */

.headArea .headMenu {
	display: none;
}

/* ハンバーガー */

#g-nav {
	display: block;
	position: fixed;
	z-index: 800;
	top: -220%;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(255,255,255,0.9);
	transition: all 0.4s;
}

#g-nav.panelactive {
	top: 0;
}

#g-nav.panelactive #g-nav-list {
	position: fixed;
	z-index: 800; 
	width: 100%;
	height: 100vh;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

#g-nav ul.main {
	padding: 90px 20px 20px 20px;
}

#g-nav ul.main > li {
	border-bottom: 1px solid #ddd;
}

#g-nav ul.main > li > a,
#g-nav ul.main > li > label {
	display: block;
	background: url(../img/ico_arr_rt.svg) no-repeat right 10px center;
	background-size: 7px auto;
	color: #000;
	text-decoration: none;
	padding: 12px 14px 12px 14px;
}

#g-nav ul.main > li label {
	background: url(../img/ico_plus.svg) no-repeat right 7px center;
	background-size: 14px auto;
	cursor :pointer;
}

#g-nav ul.main > li a.extLink {
	background: url(../img/ico_extlink.svg) no-repeat right 4px center;
	background-size: auto 30%;
}

#g-nav ul.sub {
	padding: 0px 20px 30px 20px;
}

#g-nav ul.sub li {
	border-bottom: 1px dotted #ccc;
}

#g-nav ul.sub li a {
	display: block;
	background: url(../img/ico_arr_rt2.svg) no-repeat right 10px center;
	background-size: 5px auto;
	font-size: 90%;
	color: #000;
	text-decoration: none;
	padding: 8px 14px 8px 14px;
}

#g-nav ul.sub li a.extLink {
	background: url(../img/ico_extlink.svg) no-repeat right 4px center;
	background-size: auto 30%;
}

#g-nav ul.sns {
	text-align: center;
}

#g-nav ul.sns li {
	display: inline-block;
	padding: 10px;
}

#g-nav input {
	display: none;
}

#g-nav .accMenu {
	height: 0;
	padding: 0;
	border-bottom: none;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow-y: hidden;
	transition: all 0.4s;
	transform: scale(1.0, 0);
	transform-origin: top;
}

#g-nav input:checked + * + ul {
	height: auto;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
	overflow: visible;
	opacity: 1;
	transform: scale(1.0, 1.0);
}

#g-nav input[type=checkbox]:checked + label {
	background: url(../img/ico_minus.svg) no-repeat right 7px center;
	background-size: 14px auto;
}

#g-nav ul.main .accMenu li a {
	display: block;
	background: url(../img/ico_arr_rt2.svg) no-repeat right 10px center;
	background-size: 5px auto;
	font-size: 90%;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	padding: 6px 24px 6px 28px;
	border-top: 1px dotted #ccc;
}

.g-btn {
	display: block;
	position: fixed;
	z-index: 9999;
	top: 5px;
	right: 10px;
	cursor: pointer;
	width: 50px;
	height: 50px;
	font-size: 85%;
	font-weight: bold;
	text-align: center;
	color: #1fa9e3;
	padding-top: 5px;
	transition: all 0.4s;
}

.nar .g-btn {
	top: -6px;
}

.g-btn span{
	display: inline-block;
	position: absolute;
	left: 8px;
	height: 4px;
	background-color: #0074bf;
	width: 70%;
	border-radius: 2px;
	transition: all .4s;
}

.g-btn span:nth-of-type(1) {
	top: 20px; 
}

.g-btn span:nth-of-type(2) {
	top: 31px;
}

.g-btn span:nth-of-type(3) {
	top: 42px;
}

.g-btn.active span:nth-of-type(1) {
	top: 25px;
	left: 8px;
	width: 70%;
	transform: translateY(6px) rotate(-25deg);
}

.g-btn.active span:nth-of-type(2) {
	opacity: 0;
}

.g-btn.active span:nth-of-type(3){
	top: 37px;
	left: 8px;
	transform: translateY(-6px) rotate(25deg);
	width: 70%;
}


/* ===== ----- メイン ----- ===== */

.mainphArea {
	height: 400px;
}

.mainph .txt {
	bottom: -40px;
	font-size: 200%;
}




/* ========== ----- スマホ ----- ========== */
@media screen and (max-width: 680px) {

body {
	font-size: 90%;
}

/* ----- 全体 ----- */

.pcView {
	display: none;
}

.spView {
	display: block;
}

a[href^="tel:"] {
	pointer-events: auto;
}

.detailTb.sp td,
.detailTb.sp th {
	display: block;
	width: 100% !important;
}

.detailTb.sp th {
	border-bottom: none;
}

.detailTb.sp td {
	margin-bottom: 5px;
}

.detailTb.sp.wd th {
	padding-top: 15px;
	padding-bottom: 0px;
}

.detailTb.sp.wd td {
	padding-top: 15px;
}

.wakuArea {
	padding: 4% 5% 5% 5%;
}

.scrlArea {
	margin-bottom: 20px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.col2.sp100 > li,
.col3.sp100 > li,
.sp100 > div.cols2,
.sp100 > div.cols3 {
	float: none;
	width: 100%;
	padding: 5% 0 5% 0; 
}

.nmlBtn,
.nmlBtnArea a {
	width: 80%;
	font-size: 110%;
}


/* ===== ----- ヘッダー ----- ===== */

.headArea .subMenu,
.headMenuArea,
.headArea p.resv {
	display: none;
}

.headArea {
	padding: 0 75px 0 20px;
}

.headArea .logo {
	background-size: 220px 27px;
	width: 220px;
	height: 27px;
	margin: 20px 0px 16px 0px;
}

.nar .headArea .logo {
	background-size: 182px 35px;
	width: 182px;
	height: 35px;
}

.g-btn {
	top: 0;
}


/* ===== ----- メイン ----- ===== */

.container,
.containerS {
	padding-right: 20px;
	padding-left: 20px;
}

.mainArea {
	padding-top: 70px;
}

.mainLt,
.mainRt {
	float: none;
	width: 100%;
	padding-top: 30px;
}

.mainCon {
	padding-top: 10px;
	padding-bottom: 30px;
}

.nobr br {
	display: block;
}

.mainphArea {
	background: url(../../img/main_ph_sp.jpg) no-repeat 0 90px;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 320px;
	padding-top: 90px;
}

.mainph .txt {
	bottom: -6vw;
	left: 5vw;
	font-family: "Shippori Mincho", "游明朝", "Yu Mincho", YuMincho, serif;
	font-size: 5vw;
	color: #fff;
}

.worksArea {
	padding: 20px 0 70px 0;
}

.worksLi {
	padding-bottom: 30px;
}

.worksphLi li {
	float: none;
	width: 82%;
	padding: 10px 9%;
}

.reasonArea {
	background: url(../../img/president_bg.jpg) no-repeat 0 0;
	background-size: cover;
	background-position: center;
	padding: 70px 0 70px 0;
}

.reasonLt,
.reasonRt {
	float: none;
	width: 100%;
}

.reasonLt {
	padding-top: 20px;
}

.reasonRt p {
	padding: 10px 0 20px 0;
}

.reasonRt .sign img {
	max-width: 80%;
	height: auto;
}

.missionArea {
	padding: 20px 0 70px 0;
}

.missionLt,
.missionRt {
	float: none;
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
}

.missionRt {
	padding: 30px 0 0 0;
}

.companyArea {
	padding: 30px 0 80px 0;
}

.company2 {
	padding-top: 50px;
}

.companyLt,
.companyRt,
.company2Lt,
.company2Rt {
	float: none;
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
}

.companyLt {
	padding: 50px 0 0 0;
}

.company2Rt {
	padding: 50px 0 0 0;
}

.detailTb th,
.detailTb td {
	display: block;
	width: 100%;
	padding: 24px 15px;
}

.detailTb td {
	padding-bottom: 35px;
}

.detailTb tr:first-child th,
.detailTb tr:first-child td {
	border-top: 1px solid #036eb8;
}


/* ===== ----- フッター ----- ===== */

.footArea .logo {
	float: none;
	background: url(../img/logo.svg) no-repeat 0px 0px;
	background-size: 320px 39px;
	width: 320px;
	height: 39px;
}

.footArea .footMenu > li {
	margin-left: 30px;
}

}


/* ========== ----- 調整 ----- ========== */
@media screen and (max-width: 380px) {

.footArea {
	padding-top: 60px;
}

.footArea .logo {
	background-size: 260px 32px;
	width: 260px;
	height: 32px;
}

.footArea .footMenu {
	margin-bottom: 20px;
}

.footBg .copyright br {
	display: block;
}

}