@charset "utf-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	margin:0;	
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

section {
	width: 100%;
	clear: both;
	display: block;
}

nav ul {
	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;
    text-decoration: none;
	color:#2d314d;
}

sup {
	vertical-align:top;
}

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

/* change colours to suit your needs */
mark {
	background-color:#ccc;
	color:#2d314d; 
	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;
	vertical-align: middle;
}

/* change border colour to suit your needs */
hr {
	display:block;
	height:1px;
	border:0;   
	border-top:1px solid #cccccc;
	margin:5rem auto;
	padding:0;
    max-width:1000px; 
}

input, select {
	vertical-align:middle;
}

li {
	list-style: none;
}

img {
	width: 100%;
	height:auto;
	line-height: 0;
	vertical-align: middle;
}



/******* cleafix ********/
.clearfix:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
}

.clearfix {
		display: inline-table;
		min-height: 1%;
}

/* Hides from IE-mac */
* html .clearfix {
		height: 1%;
}
.clearfix {
		display: block;
}


/******* setting ********/
html{
	font-size:17px;
}
body {
	 font-family:"Jost", "Noto Sans JP", serif;
	line-height: 2.0;
	color: #2d314d;
	-webkit-text-size-adjust: 100%;
	margin:0;
	padding: 0;
	text-align: justify;
	font-feature-settings: "palt";
	font-size: 16px;
	letter-spacing: 3px;
}

.pc_disp {display: block;}
.sp_disp {display: none;}
.tab_disp {display: block;}
.pc_img {display: inline-block;}
.sp_img {display: none;}
.tab_img {display: inline-block;}

a img:hover,
input[type=image]:hover {
	opacity: .6;
	-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;
}

a:hover {
	opacity: 0.8;
	-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;
	color: #1f518e;
}

#wrapper {
    width: 100%;
}

/************************

TXT SETTING

************************/


.txt_s { font-size: 0.8rem;}
.txt_m { font-size: 1.3rem; line-height: 1.5;}
.txt_l { font-size: 1.9rem; line-height: 1.8; margin-bottom: 15px;}

.txt_center { text-align: center;}
.txt_left { text-align: left;}
.txt_right { text-align: right;}

strong { font-weight: bold;}
small { font-size: 80%;}

p { margin-bottom: 1.5rem;}

h2 {
	font-family: "Jost";
	font-size: 2.5rem;
	letter-spacing: 5px;
	font-weight: 200;
}
h3 {
	font-size: 1.0rem;
	letter-spacing: 5px;
}
h4 {
	font-size: 1.3rem;
	letter-spacing: 5px;
	margin-bottom: 1.3rem;
}
h5 {
	font-size: 1.8rem;
	letter-spacing: 5px;
	margin-bottom: 0.5rem;
}

.txt_beige { color: #c7b7a2;}
.txt_green { color: #13b5b1;}
.txt_blue { color: #007bee;}


.txt_indent {
  text-indent: -2em;
  padding-left: 2em;
}
/************************

LAYOUT SETTING

************************/
section {
	width: 100%;
	margin: 200px auto 200px;
}

.contents_box {
	width: 1000px;
	margin: 0 auto 3.0rem;
}

.left { float: left;}
.right {float: right;}

.ttl_box {
	margin-bottom: 2rem;
	position: static;
}

.box_beige { background: linear-gradient(90deg, #FFF 0%, #FFF 40%, #eee9e3 40%, #eee9e3 100%); }
.box_green { background: linear-gradient(90deg, #FFF 0%, #FFF 40%, #d0f0ef 40%, #d0f0ef 100%); }
.box_blue { background: linear-gradient(90deg, #FFF 0%, #FFF 40%, #cce5fc 40%, #cce5fc 100%); }

.bg_box {
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 150px;
}
.bg_box img {
	width: 60%;
	position: relative;
	top: 80px;
	left: 0;
}

.topiclist {
	width: 100%;
	margin-bottom: 1.5rem;
}

.topiclist dt {
	font-size: 1.5rem;
	font-weight: 300;
	float: left;
	clear: left;
	width: 3%;
	margin-top: -5px;
	margin-bottom: 5px;
}
.topiclist dd {
	font-size: 1.2rem;
	float: left;
	width: 97%;
	margin-bottom: 5px;
}
.topiclist dd span {
	display: inline-block;
	padding: 0 10px
}


.bg_project {
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom:1.5rem;
	text-align: right;
}
.bg_project img {
	width: 60%;
	position: relative;
	top: -80px;
	right: 0%;
}

.bg_gradation_blue {
	background: linear-gradient(180deg, #e8eef6 0%, #FFF 100%);
}
.bg_gradation_gray {
	background: linear-gradient(180deg, #eeeeee 0%, #FFF 100%);
}
.bg_gradation_beige {
	background: linear-gradient(180deg, #eee9e3 0%, #FFF 100%);
}

.blue_box {
	background: rgba(229,241,253,1.00);
	width: 100%;
	padding: 5% 0;
	margin: 3.0rem auto;
	text-align: center;
}
.blue_box .btn_A,
.border_blue_box .btn_A,
.border_green_box .btn_A,
.border_beige_box .btn_A{
	width: 40%;
	margin: auto;
}

.border_blue_box {
	width: 100%;
	padding: 2.5% 0 5%;
	margin: 3.0rem auto;
	text-align: center;
	border-top: #007bee 3px solid;
	border-bottom: #007bee 3px solid;
}
.border_green_box {
	width: 100%;
	padding: 2.5% 0 5%;
	margin: 3.0rem auto;
	text-align: center;
	border-top: #13b5b1 3px solid;
	border-bottom: #13b5b1 3px solid;
}
.border_beige_box {
	width: 100%;
	padding: 2.5% 0 5%;
	margin: 3.0rem auto;
	text-align: center;
	border-top: #c7b7a2 3px solid;
	border-bottom: #c7b7a2 3px solid;
}
/************************

HEADER

************************/

header {
	width: 100%;
	position: fixed;
	z-index: 9998;
	top: 0;
	font-family: "Jost";

}
header h1 {
	position: relative;
	left: 5%;
	top: 30px;
	float: left;
	font-size: 1.2rem;
	line-height: 1.8;
	font-weight: 500;
	letter-spacing: 5px;
}

header h1 a:hover {
	color: #c7b7a2;
	opacity: 1.0
}

.gnavi {
	float: right;
	margin: 2.5% 5% 0 0;
	right: 0;
}

.gnavi_list li {
	float: left;
	margin: auto;
	margin-left: 40px;
	
}
.gnavi_list a {
	display: block;
	width: 100%;
} 

.gnavi_list a:hover {
	color: #c7b7a2;
}

.gnavi .contact a {
	border: 1px solid #1f518e;
	border-radius: 30px;
	padding: 1px 20px;
	text-align: center;
}
.gnavi .contact a:hover {
	background: #FFF;
	border: 1px solid #c7b7a2;
	opacity: 1.0;
}

/************************

Footer

************************/

footer {
	background:rgba(32,80,141,1.00);
	text-align: center;
	color: #FFF;
	height: 600px;
	width: 100%;
}

footer .left {
	width: 50%;
	background:url("../images/common/bg_ftimg.jpg") no-repeat bottom center;
	background-size: cover;
	height: 600px;
}

footer .right {
	width: 50%;
	height: 550px;
	padding-top: 50px;
	position: relative;
}

footer ul {
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
	max-width: 500px;
}
footer li img {
	width: 60%;
	margin-bottom: 2.0rem;
}
footer li {
	margin: auto auto 1.5rem;
	font-size: 0.8rem;
}
footer a { 
	color: #FFF;
	width: 100%;
	margin: auto;
}
footer a:hover { 
	color: #007bee;
	width: 100%;
	margin: auto;
}

footer .copy {
	font-size: 0.8rem;
	margin-top: 5rem;
}

footer .btn_A {
	width: 50%;
	margin: 1.5rem auto;
}
footer .btn_A a {
	border: #FFF 1px solid;
	background: none;
}

/************************

ERROR PAGE

************************/

.error {
	padding:10% 0;
}
.error .btn_B {
	width: 50%;
	margin: auto;
}
	
/************************

BTN SETTING

************************/

.btn_A {
	width: 30%;
	margin: 3rem 0;
}

.btn_A a {
	border: 1px solid #2d314d;
	border-radius: 30px;
	padding: 8px 0px;
	text-align: center;
	font-size: 0.8rem;
	display: block;
	background: #FFF;
}
.btn_A a:hover {
	 background: linear-gradient(90deg, #1f518e 0%,  #2d314d 100%);
	border: 1px solid #1f518e;
	opacity: 1.0;
	color: #FFF;
}

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

body {
	text-align:left;
}
	
img { width: 100%; }

.pc_disp {display: none;}
.sp_disp {display: block;}
.pc_img {display: none;}
.sp_img {display: inline-block;}
.pagetop img { display: none;}
	
/************************

LAYOUT SETTING

************************/
section {
	width: 100%;
	margin: 80px auto 120px;
}

.contents_box {
	width: 80%;
	margin: auto;
}

.left { float: none;}
.right {float: none;}

.bg_box {
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 80px;
}

.bg_box img {
	width: 90%;
	position: relative;
	top: 50px;
	left: 0;
}
	
.topiclist {
	line-height: 1.5;
}	
	
.topiclist dt {
	font-size: 1.5rem;
	font-weight: 300;
	float: left;
	clear: left;
	width: 10%;
	margin-top: -5px;
	margin-bottom: 1.5rem;
}
.topiclist dd {
	font-size: 1.0rem;
	float: left;
	width: 90%;
	margin-bottom: 1.5rem;
}
.topiclist dd span {
	display: inline-block;
	padding: 0 10px
}
	
.bg_project {
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom:0;
	text-align: right;
}
.bg_project img {
	width: 80%;
	position: relative;
	top: -40px;
	right: 0%;
}



.blue_box {
	font-size: 0.8rem;
}
.blue_box .btn_A,
.border_blue_box .btn_A,
.border_green_box .btn_A,
.border_beige_box .btn_A{
	width: 80%;
	margin: auto;
}


.border_blue_box {
	width: 100%;
	padding: 2.5% 0 8%;
	margin: 3.0rem auto;
	text-align: center;
	border-top: #007bee 3px solid;
	border-bottom: #007bee 3px solid;
	font-size: 0.8rem;
}

/************************

HEADER

************************/


header {
	width: 100%;
	position: fixed;
	z-index: 9999;
	top: 0;
	font-family: "Jost";

}
header h1 {
	position: relative;
	left: 5%;
	top: 10px;
	float: left;
	font-size: 1.0rem;
	line-height: 1.5;
	font-weight: 500;
	letter-spacing: 5px;
	
}


/************************

TXT SETTING

************************/
	
h2 {
	font-family: "Jost";
	font-size: 2.0rem;
	letter-spacing: 5px;
	font-weight: 200;
}
h3 {
	font-size: 1.0rem;
	letter-spacing: 2.5px;
}
h4 {
	font-size: 1.3rem;
	letter-spacing: 2.5px;
	margin-bottom: 1.3rem;
}
	
h5 {
	font-size: 1.5rem;
	letter-spacing: 2.5px;
	margin: 1.2rem auto;
	line-height: 1.6;
}	
	
/************************

BTN SETTING

************************/

.btn_A {
	width: 100%;
	margin: 3rem 0;
}


/************************

Footer

************************/
footer {
	background:rgba(32,80,141,1.00);
	text-align: center;
	color: #FFF;
	height: auto;
	width: 100%;
}

footer .left {
	width: 100%;
	float: none;
	display: none;
}

footer .right {
	width: 100%;
	height: 450px;
	padding-top: 20px;
	position: relative;
}

footer ul {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 90%;
	margin: auto;
	max-width: 100%;
}
footer li img {
	width: 70%;
	margin-bottom: 2.0rem;
}

footer .copy {
	font-size: 0.8rem;
	margin-top: 2rem;
}

footer .btn_A {
	width: 80%;
	margin: 1.5rem auto;
}
footer .btn_A a {
	border: #FFF 1px solid;
}
	
}
