@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
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,sub,sup,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,main,menu,nav.gnav,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.gnav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  フォントセット
 ================================================*/
@font-face {
    font-family: 'Denmark-Regular';
    src:url('../font/Denmark-Regular.ttf.woff') format('woff'),
        url('../font/Denmark-Regular.ttf.svg#Denmark-Regular') format('svg'),
        url('../font/Denmark-Regular.ttf.eot'),
        url('../font/Denmark-Regular.ttf.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}

/*================================================
 *  一般・共通設定
 ================================================*/
html {
 overflow-y: scroll;
}

body {
	font-size: 17px;
	font-family: "小塚ゴシック Pr6N","Verdana", "游ゴシック", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "sans-serif";
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;
        /*background: #ffffff; ここの色を変える*/
        background: #ffffff;
}
body,#wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#contents {
	width: 980px;
	margin: 0 auto;
}

header + #contents {
	padding-top: 100px;
}

@media screen and (max-width:1059px) {
header + #contents {
	padding-top: 20px;
}

}

.inner {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

a {
	color: #043771;
}
a:hover {
	color: #144d8d;
}

h1 {
	font-size: 50px;
}

h2 {
	margin-top: 50px;
	margin-bottom: 0.5em;
	font-size: 45px;
	color: #333;
	text-align: center;
	line-height: 1.0;
}

/*h2 span {
	position: relative;
	font-size: 12px;
}

h2 span:before {
	position: absolute;
	top: 50%;
	left: -20px;
	z-index: 1;
	content: '';
	display: block;
	width: 1em;
	margin-top: -1px;
	border-top: 1px solid #333;
}

h2 span:after {
	position: absolute;
	top: 50%;
	right: -20px;
	z-index: 1;
	content: '';
	display: block;
	width: 1em;
	margin-top: -1px;
	border-top: 1px solid #333;
}*/

h3 {
	margin-bottom: 0.25em;
	font-size: 18px;
}

h4 {
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	font-size: 16px;
	font-weight: bold;
}

h5 {
	margin-bottom: 0.25em;
	padding-left: 25px;
	font-size: 16px;
	background: url('../images/bg_arrow_black.png') 0 50% no-repeat;
}

h6 {
	margin-bottom: 0.25em;
	padding-left: 5px;
	font-size: 16px;
	font-weight: bold;
}

p {
	margin:0 0 1em 0;
}
@media screen and (max-width:767px) {
	p {
            margin:0 0 1em 0;
            text-align: left;
        }
}

img {
	max-width: 100%;
	vertical-align: bottom;
}

em {
	font-weight: bold;
}

strong {
	font-weight: bold;
	color: #ff0000;
}

pre {
	margin:1em 0;
	padding:1em;
}

blockquote {
	margin-bottom: 1em;
	padding: 1em;
	border: 1px dotted #ddd;
	border-left: 5px solid #ddd;
}

ul,ol,dl {
	margin: 0 0 1em 0;
}
ul li {
	list-style: disc;
}
ol li {
	list-style: decimal;
}
li {
	margin-left: 2em;
}

dt {
	margin-bottom: 0.5em;
	border-bottom: 1px dotted #ddd;
}
dd {
	margin-bottom: 1em;
}

table {
	width: 100%;
	margin-bottom: 2em;
	border-collapse: collapse;
	/*border: 1px solid #ddd;*/
}
th {
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	/*border: 1px solid #ddd;*/
	/*background: #eaf4fc;*/
}
td {
	padding: 20px;
	text-align: center;
	/*border: 1px solid #ddd;*/
}

/*================================================
 *  汎用クラス
 ================================================*/
/* 中央寄せ */
.center {
	text-align: center;
}

/* 左寄せ */
.left {
	text-align: left;
}

/* 右寄せ */
.right {
	text-align: right;
}

/* 写真中央寄せ */
.imgC {
	clear:both;
	overflow:hidden;
	margin: 0 auto 50px auto;
	margin-bottom:50px;
	text-align:center;
}
.imgC img {
	margin-bottom:10px;
}

/* 写真左寄せ */
.imgL {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
}
.imgL img {
	float:left;
	margin:0 10px 0 0;
}

@media screen and (max-width:767px) {
	.imgL {
		margin-bottom:20px;
	}
	.imgL img {
		float:none;
		margin:0 0 10px 0;
	}
}

/* 写真右寄せ */
.imgR {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
}
.imgR img {
	float:right;
	margin:0 0 0 10px;
}

@media screen and (max-width:767px) {
	.imgR {
		clear:both;
		overflow:hidden;
		margin-bottom:20px;
	}
	.imgR img {
		float:right;
		margin:0 0 10px 0;
	}
}

/* 写真ズーム */
.zoom {
	overflow: hidden;
}
.zoom img {
	display: block;
	-moz-transition: -moz-transform 0.8s linear;
	-webkit-transition: -webkit-transform 0.8s linear;
	-o-transition: -o-transform 0.8s linear;
	-ms-transition: -ms-transform 0.8s linear;
	transition: transform 0.8s linear;
}
.zoom img:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.zoom img {
	margin-bottom: 0;
}

/* オーバーレイ */
.overlay {
	position: relative;
}
.overlay::after{
	background: rgba(0,0,0,.5);
	content: "　";
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transition: all .3s ease-out;
	pointer-events: none;
}
.overlay:hover::after {
	background: rgba(0,0,0,.1);
	transition: all .3s ease-out;
}
.overlay img {
	margin-bottom: 0;
}

/* ボタン */
.btn a {
	position: relative;
	display: inline-block;
	padding: 8px 40px 8px 40px;
	color: #ffffff !important;
	text-align: center;
	text-decoration: none;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	z-index: 1;
	background: #036eb8;
}
.btn a:hover {
	color: #ffffff;
	background: #192f60;
}

/* 2カラム（スマートフォンでは1カラム) */
.twoCol {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: censpace-betweenter;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position:relative;
	overflow:hidden;
	margin-bottom:60px;
}
.twoCol .inner {
	position: relative;
	overflow:hidden;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: censpace-betweenter;
	justify-content: space-between;
	-ms-flex-direction: column-reverse;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	flex-direction: column;
	width: 48.98%;
	width: calc((480 / 980) *100%);
	height: auto;
	margin:0 0 20px 0;
}
.twoCol .inner div:nth-child(2n+1) {
	clear:both;
}
.twoCol .inner .image {
	width: 100%;
	min-height: 0%;
}
.twoCol .inner img {
	width:100%;
}

@media screen and (max-width:767px) {
	.twoCol {
		display: block;
		margin-bottom:20px;
	}
	.twoCol .inner {
		width :100%;
		margin:0 0 10px 0;
	}
}

/* 3カラム（スマートフォンでは1カラム) */
.threeCol {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: censpace-betweenter;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	overflow: hidden;
	margin-bottom:60px;
}
.threeCol .inner {
	position: relative;
	overflow: hidden;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: censpace-betweenter;
	justify-content: space-between;
	-ms-flex-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	width: 32.14%;
	width: calc((315 / 980) *100%);
	margin: 0 0 20px 0;
}
.threeCol .inner:nth-child(3n+1) {
	clear:both;
}
.threeCol .inner h4 {
	width: 100%;
	margin-top: 0.5em;
	text-align: left;
}
.threeCol .inner p {
	width: 100%;
	margin-bottom: 0;
	text-align: justify;
}
.threeCol .inner > a {
	width: 100%;
	height: 100%;
}
.threeCol .inner .image {
	width: 100%;
	min-height: 0%;
}
.threeCol .inner img {
	width: 100%;
}
.threeCol .inner .btn {
	margin-top: auto;
	padding-top: 20px;
}
.threeCol .inner .text {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	pointer-events: none;
}

@media screen and (max-width:767px) {
	.threeCol {
		display: block;
		margin-bottom: 20px;
	}
	.threeCol .inner {
		width : 100%;
		margin: 0 0 10px 0;
	}
}

/* 4カラム（スマートフォンでは2カラム) */
.fourCol {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: censpace-betweenter;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	overflow: hidden;
	margin-bottom: 60px;
}
.fourCol .inner {
	position: relative;
	overflow: hidden;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: censpace-betweenter;
	justify-content: space-between;
	-ms-flex-direction: column-reverse;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	flex-direction: column;
	width: 23.46%;
	width: calc((230 / 980) *100%);
	margin: 0 0 20px 0;
}
.fourCol .inner .image {
	width: 100%;
	min-height: 0%;
}
.fourCol .inner img {
	width: 100%;
}

@media screen and (max-width:767px) {
	.fourCol {
		display: block;
		margin-bottom: 20px;
	}
	.fourCol .inner {
		box-sizing: border-box;
		width: 50%;
		margin: 0;
	}
	.fourCol .inner:nth-child(odd) {
		clear: both;
		float: left;
		padding: 0 5px 10px 0;
                height: 300px;
	}
	.fourCol .inner:nth-child(even) {
		float: right;
		padding: 0 0 10px 5px;
                height: 300px;
	}
}

/* 5カラム（スマートフォンでは2カラム) */
.fiveCol {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: censpace-betweenter;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	overflow: hidden;
	margin-bottom: 60px;
}
.fiveCol .inner {
	position: relative;
	overflow: hidden;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: censpace-betweenter;
	justify-content: space-between;
	-ms-flex-direction: column-reverse;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	flex-direction: column;
	width: 19%;
	width: calc((186 / 980) *100%);
	margin: 0 0 20px 0;
}
.fiveCol .inner .image {
	width: 100%;
	min-height: 0%;
}
.fiveCol .inner img {
	width: 100%;
}

@media screen and (max-width:767px) {
	.fiveCol {
		display: block;
		margin-bottom: 20px;
	}
	.fiveCol .inner {
		box-sizing: border-box;
		width: 50%;
		margin: 0;
	}
	.fiveCol .inner:nth-child(odd) {
		clear: both;
		float: left;
		padding: 0 5px 10px 0;
	}
	.fiveCol .inner:nth-child(even) {
		float: right;
		padding: 0 0 10px 5px;
	}
}

/* お知らせ */
.information {
	margin-bottom: 80px;
}

.information dt {
	clear: both;
	float: left;
	margin: 0;
	padding: 10px 0;
	vertical-align: top;
	border-bottom: none;
}

.information dd {
	margin: 0;
	padding: 10px 0 10px 8em;
	vertical-align: top;
	border-bottom: 1px dotted #333;
}

@media screen and (max-width:767px) {
	.information {
		margin-bottom: 40px;
	}

	.information dt {
		float: none;
		margin: 0;
		padding: 10px 0 0 0;
		vertical-align: top;
		border-bottom: none;
	}

	.information dd {
		margin: 0;
		padding: 0 0 10px 0;
		vertical-align: top;
		border-bottom: 1px dotted #333;
	}
}

/*================================================
 *  ヘッダー
 ================================================*/
header {
	/*position: absolute;*/
	top: 0;
	left: 0;
	width: 100%;
	/*background: #ffffff; */
        /*background: linear-gradient(rgba(28,68,128,0.7),rgba(0,0,0,0.0));*/
        /*background: linear-gradient(143deg, rgba(111,218,231,1) 5%, rgba(48,111,209,1) 99%);*/
        background: #fff;
	z-index: 100;
        /*border-top: 5px solid #036eb8;*/
        /*border-bottom: 5px solid #036eb8;*/
        padding: 10px 0 13px;
        font-feature-settings: "palt";
        letter-spacing:0.1em;
}

header:after {
	content: ""; 
	display: block;
	clear: both;
}

header .inner{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

header .inner a:first-child {
    margin-right: auto;
}

header h1 {
	/*height: 70px;*/
	font-size: 20px;
	line-height: 50px;
	color: #2898de; /*ここの色を変える*/
        font-weight: bold;
}

header h1 img {
	vertical-align: top;
        margin-right: 3px;
        height: 70px;
}

header a{
    text-decoration: none; 
    font-weight: bold; 
    font-size: 20px;
    margin-left: 10px;
    margin-right: 10px;
    color: #ffffff; /*ここの色を変える*/
}

header a:last-child{
    text-decoration: none; 
    font-weight: bold; 
    font-size: 20px;
    margin-left: 0px;
    margin-right: 10px;
    color: #ffffff; /*ここの色を変える*/
}
header a:hover{
    color: #ffffff; /*ここの色を変える*/
}
@media screen and (max-width:768px) {
	header h1 {
		padding: 0 0 0 0px;
	}
}
@media screen and (max-width:1059px) {
    header a{
        font-weight: 500; 
        font-size: 15px;
    }
}
a#header{
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
}

/*================================================
 *  グローバルナビゲーション
 ================================================*/
/* PC用 */
@media print, screen and (min-width:1059px) {
	nav.gnav:after {
		content: '';
		display: block;
		clear: both;
	}
	nav.gnav {
            padding-right: 20px;
	}
	/* 共通 */
	nav.gnav ul {
		margin: 0;
		padding: 0;
	}
	nav.gnav ul li {
		position:  relative;
		line-height: 50px;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	nav.gnav ul li a {
		display: block;
		/*background: #ffffff;*/
		color: #404040;
		font-size: 15px;
		font-weight: bold;
		text-decoration: none;
                font-feature-settings: "palt";
                letter-spacing: 0.1em;
	}
	nav.gnav ul li:hover > a {

	}

	/* 1段目 */
	nav.gnav > ul > li {
		position: relative;
		width: 80px;
		float: left;
		margin: 0;
		padding: 0;
		text-align: center;
		list-style: none;
		line-height: 50px;
	}
	nav.gnav > ul > li:last-child {
		position: relative;
		width: 170px;
		float: left;
		margin: 0;
		padding: 0;
		text-align: center;
		list-style: none;
		line-height: 50px;
	}
	nav.gnav > ul > li.subnav a {
		padding-right: 20px;
	}
	nav.gnav > ul > li.subnav > a:after {
		position: absolute;
		content: "";
		top: 50%;
		width: 0;
		height: 0;
		margin-top:  -2.5px;
		margin-left: 10px;
		border: 5px solid transparent;
		border-top-color: #ffffff;
	}

	/* 2段目 */
	nav.gnav ul li ul {
		position: absolute;
		z-index: 3;
		top: 100%;
		left: 0;
		width: 180px;
		margin: 0;
		padding: 0;
	}
	nav.gnav ul li ul li {
		overflow: hidden;
		height: 0;
		color: #ffffff;
		transition: .2s;
	}
	nav.gnav ul li ul li a {
		padding: 0 15px;
		text-align: left;
		background: #000099;
		font-weight: normal;
	}
	nav.gnav ul li ul li a:hover {
		background: #000066;
	}
	nav.gnav ul li:hover > ul > li {
		overflow: visible;
		height: 40px;
		line-height:  40px;
		border-bottom: 1px solid #555;
	}
	nav.gnav ul li:hover ul li:last-child {
		border-bottom: none;
	}
	nav.gnav > ul > li:last-child > ul {
		left: -60px;
	}
	nav.gnav ul li ul li ul:before {
		position: absolute;
		content: "";
		top: 17.5px;
		left: -20px;
		width: 0;
		height: 0;
		border: 5px solid transparent;
		border-left-color: #ffffff;
	}
	nav.gnav > ul > li:last-child ul li ul:before {
		position: absolute;
		content: "";
		top: 17.5px;
		left: 200%;
		margin-left: -20px;
		border: 5px solid transparent;
		border-right-color: #ffffff;
	}

	/* 3段目 */
	nav.gnav ul li ul li ul {
		top: 0;
		left: 100%;
	}
	nav.gnav ul li ul li ul li {
		width: 100%;
	}
	nav.gnav ul li ul li:hover > ul > li {
		border-bottom: 1px solid #555;
	}
	nav.gnav > ul > li:last-child > ul li ul {
		left: -100%;
	}
	nav.gnav ul li ul li ul li a {
		background: #444;
	}
	nav.gnav ul li ul li ul li a:hover {
		background: #666;
	}

	/* 3段目 */
	nav.gnav > ul {
		display: block !important;
	}
	#spMenu {
		display: none;
	}
}

/* タブレット・スマートフォン用 */
@media screen and (max-width:1059px) {
	nav.gnav {
		display:  none;
	}
	nav.gnav ul {
		margin: 0;
		padding: 0;
	}
	nav.gnav > ul {
		z-index: 2;
		overflow: auto;
		position: fixed;
		top: 60px;
		right: 0;
		width: 100%;
		height: 88%;
		height: -webkit-calc(100% - 50px);
		height: calc(100% - 50px);
	}
	nav.gnav li {
		position: relative;
		width: 100%;
		float: none;
		margin: 0;
		text-align: left;
		list-style: none;

	}
	nav.gnav li:first-child {
		border-top: 0;
	}
	nav.gnav li:last-child {
		border-bottom: 0;
	}
	nav.gnav li a {
		display: block;
		padding: 10px 20px;
		color: #ffffff;
		text-decoration: none;
                background: rgb(48,111,209);
                background: linear-gradient(90deg, rgba(48,111,209,1) 5%, rgba(140,235,236,1) 99%);
                margin: 0;
	}
	nav.gnav li a:hover {
		color: #ffffff;

	}
	nav.gnav ul ul {
		display: none;
		position: relative;
	}
	nav.gnav li li a {
		box-sizing: border-box;
		width: 100%;
		padding: 10px 30px 10px 34px;
		text-align: left;
	}
	nav.gnav li li li a {
		padding: 10px 20px 10px 48px;
	}

	nav.gnav .subnav > a:before {
		display: block;
		content: "";
		position: absolute;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 20px;
		right: 20px;
		width: 10px;
		height: 10px;
		margin-top: -5px;
		background: #f1f1f1;
	}
	nav.gnav .subnav > a:after {
		display: block;
		content: "";
		position: absolute;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 20px;
		right: 20px;
		width: 10px;
		height: 10px;
		margin-top: -10px;
		background: #000;
	}
	nav.gnav .subnav a:hover:after {
		background: #222;
	}
	nav.gnav .subnav.active > a:before {
		margin-top: 0;
	}
	nav.gnav .subnav.active > a:after {
		margin-top: 5px;
	}

	.spMenuWrap {
		display: block;
		/*position: fixed;*/
		top: 0;
		right: 0;
		-webkit-transition:  all 1s;
		-moz-transition:  all 1s;
		-ms-transition:  all 1s;
		-o-transition:  all 1s;
		transition:  all 1s;
		background: transparent;
	}

	#spMenu {
		position: absolute;
		top: 6px;
		right: 10px;
	}

	#spMenu:hover {
		cursor: pointer;
	}

	#navBtn {
		display: inline-block;
		position: relative;
		width: 30px;
		height: 30px;
		border-radius: 5%;

	}
	#navBtnIcon {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 14px;
		height: 2px;
		margin: -1px 0 0 -7px;
		background: #2898de;
		transition: .2s;
	}
	#navBtnIcon:before,
	#navBtnIcon:after {
		display: block;
		content: '';
		position: absolute;
		top: 50%;
		left: 0;
		width: 14px;
		height: 2px;
		background: #2898de;
		transition: 0.3s;
	}
	#navBtnIcon:before {
		margin-top: -6px;
	}
	#navBtnIcon:after {
		margin-top: 4px;
	}
	#navBtn .close {
		background: transparent;
	}
	#navBtn .close:before,
	#navBtn .close:after {
		margin-top: 0;
	}
	#navBtn .close:before {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}
	#navBtn .close:after {
		transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
	}
}

/*================================================
 *  フッター
 ================================================*/
footer {
  margin-top: auto;
}

.fnav {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: censpace-betweenter;
	justify-content: space-between;
	margin: 0 50px;
	padding: 20px 0;
}

.fnav > ul {
	width: 33%;
	margin-bottom: 0;
	font-size: 12px;
}
.fnav > ul li {
	text-align: left;
}

.copyright {
	padding: 20px 0;
	color: #ffffff; /*ここの色を変える*/
	font-size: 11px;
	text-align: center;
	background: #036eb8; /*ここの色を変える*/
}

@media screen and (max-width:767px) {
	footer {
		margin-top: 40px;
	}

	.fnav {
		display: block;
		margin: 0;
	}
	.fnav > ul {
		width: 100%;
	}
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position:fixed;
	bottom:15px;
	right:15px;
	z-index:1;
}
.totop a {
	display:block;
	text-decoration:none;
}
.totop img {
	background:#164a84;
        opacity: 0.7;
}
.totop img:hover {
	background:#3e62ad;
}

/*================================================
 *  スライドショー
 ================================================*/
.slide {
	padding-top: 50px;
	overflow: hidden;
	position: relative;
}
.slideInner {
	list-style: none;
	margin: 0;
	padding: 0;
}
.slideInner li {
	position: absolute;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	background-position: 50% 0;
	background-repeat: no-repeat;
}

/*================================================
 *  タブレット・スマートフォン向けデザイン
 ================================================*/
/* テンプレートより小さくなった場合に適用 */
@media screen and (max-width:979px) {
	.inner {
		width: 100%;
	}

	#contents {
		box-sizing: border-box;
		width: 100%;
		padding: 0 10px;
	}

	footer {
		width: 100%;
                margin-top: auto;
	}

	.lock {
		overflow: hidden;
	}
}

/*================================================
 *  追加項目
 ================================================*/
/* textbox */
#box60 {
  width: 60px;
}
@media (max-width: 767px) {
  #box60 {
    width: 50px;
  }
} 
#box65 {
    width: 65px;
  }
#box80 {
  width: 80px;
}
#box100 {
  width: 100px;
}
#box115 {
  width: 115px;
}
#box120 {
  width: 95%;
}
@media (min-width: 768px) {
  #box120 {
    width: 120px;
  }
}
#box300 {
  width: 95%;
}
@media (min-width: 768px) {
  #box300 {
    width: 300px;
  }
}
#box380 {
  width: 95%;
}
@media (min-width: 768px) {
  #box380 {
    width: 380px;
  }
}

/* section */
section.color-1{
    background-color: #f5f5f5; /*ここの色を変える*/
}
section.color-2{
    background-color: #e0e0e0; /*ここの色を変える*/
}
section.color-3{
    background-color: #666666; /*ここの色を変える*/
}
section#section{
    border: solid 2px #666666;
}

/* トップ枠 */
.mybox{
 background: none;
 /* border: 1px solid #036eb8;	/* 線の太さ・種類・色 */
 margin: 10px; /* 外側の余白 */
 padding: 50px; /* 内側の余白 */
 position: relative;
 text-align: center;
}
.mybox:after{
 background: none;
 /* border: 1px solid #c4a446;	/* 線の太さ・種類・色 */
 content: '';
 position: absolute;
 top: 3px;
 left: 3px;
 width: 100%;
 height: 100%;
 z-index: -1;
}
span.title{
    font-weight: bold;
    margin-bottom: 0px;
}
.mybox span{
    display: inline-block; /*スマホ改行*/
}
@media screen and (max-width:767px) {
	span.title{
            font-weight: bold;
            margin-bottom: 0px;
            text-align: left;
        }
        
        .mybox{
            padding: 20px 10px;
        }
}


.mybox2{

}


.mybox2 span{
    display: inline-block; /*スマホ改行*/
}

@media screen and (max-width:767px) {
        .mybox2{

        }
}

div#inner{
    border: solid 0.5px #999999;
    border-radius: 20px;
    margin-left: 3px;
    margin-right: 3px;
}
@media screen and (max-width:767px) {
	div#inner {
		width :100%;
		margin:5px 0px 5px 0px;
	}
}
div.mybox p{
    margin-bottom: 0px;
    display: inline-block;
    text-align: left;

}
#policy{
    text-align: center;
}
#policy p{
    display: inline-block;
    text-align: left;
}
span.orner_name{
    float: right;
    margin-top: 20px;
}

/*================================================
 *  会社概要
 ================================================*/
.company-intro {
    padding: 0.2em 0.5em;
    margin: 2em 0;
    color: #565656; /*ここの色を変える*/
    background: #ffeff7; /*ここの色を変える*/
    box-shadow: 0px 0px 0px 10px #ffeff7; /*ここの色を変える*/
    border: dashed 2px #ffc3c3; /*ここの色を変える*/
    border-radius: 8px;
}
.company-intro p {
    margin: 0; 
    padding: 0;
    text-align: center;
}
p.company-big{
    font-size: 25px;
}

/*================================================
 *  お問い合わせ
 ================================================*/
p.privacy{
    text-align: center;
}
.contact{
    padding: 8px 19px;
    margin: 2em 0;
    color: #2c2c2f; /*ここの色を変える*/
    background: #cae6fc; /*ここの色を変える*/
    border-top: solid 5px #008bfc; /*ここの色を変える*/
    border-bottom: solid 5px #008bfc; /*ここの色を変える*/
}
.contact p {
    margin: 0; 
    padding: 0;
}
p.big{
    font-size: 35px;
}
p.small{
    font-size: 11px;
}
.contact p{
    text-align: center;
}
button {
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #fff; /*ここの色を変える*/
  border: none; /*ここの色を変える*/
  background: #63C1CE; /*ここの色を変える*/
  border-radius: 3px;
  transition: .4s;
  text-align: center;
}
button:hover {
  background: #63C1CE; /*ここの色を変える*/
  color: #fff; /*ここの色を変える*/
}
.contact-table {
    padding: 0.5em 1em;
    margin: 2em 0;
    /*border: double 5px #333330;*/ /*ここの色を変える*/
}

@media screen and (max-width:767px) {
    .contact-table {
        padding:0;
        margin: 2em 0;
        /*border: double 5px #333330;*/ /*ここの色を変える*/
    }
}

.contact-table p {
    margin: 0; 
    padding: 0;
}
p.button{
    text-align: center;
}
.back {
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #fff; /*ここの色を変える*/
  border: none; /*ここの色を変える*/
  background: #63C1CE; /*ここの色を変える*/
  border-radius: 3px;
  transition: .4s;
  text-align: center;
}
.back:hover {
  background: #63C1CE; /*ここの色を変える*/
  color: #fff; /*ここの色を変える*/
}
.attention{
    color: red;
}

/*================================================
 *  建築事業
 ================================================*/
.imgR-building {
	clear:both;
	overflow:hidden;
}
.imgR-building img {
	float:right;
	margin:0 10px 0 10px;
        width:450px;
}
.imgR-building h4{
    font-size: 25px;
    margin-top: 20px;
    margin-left: 10px;
    text-align: center;
}
.imgR-building p{
    margin-top: 30px;
    margin-left: 10px;
    text-align: center;
}
@media screen and (max-width:767px) {
	.imgR-building {
		clear:both;
		overflow:hidden;
	}
	.imgR-building img {
		float:right;
		margin:0 0 10px 0;
	}
}
#building {
    position: relative;
    padding: 1em 0;
}
#building::before,
#building::after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 5px;
    box-sizing: border-box;
}
#building::before {
    top: 0;
    border-top: 2px solid #ccc;
    border-bottom: 1px solid #ccc;
}
#building::after {
    bottom: 0;
    border-top: 1px solid #ccc;
    border-bottom: 2px solid #ccc;
}
/*================================================
 *  インテリア事業
 ================================================*/
.imgR-interior {
	clear:both;
	overflow:hidden;
}
.imgR-interior img {
	float:right;
	margin:0 10px 0 10px;
        width:450px;
}
.imgR-interior h4{
    font-size: 25px;
    margin-top: 20px;
    margin-left: 10px;
    text-align: center;
}
.imgR-interior p{
    margin-top: 30px;
    margin-left: 10px;
    text-align: center;
}
@media screen and (max-width:767px) {
	.imgR-interior {
		clear:both;
		overflow:hidden;
	}
	.imgR-interior img {
		float:right;
		margin:0 0 10px 0;
	}
}
#interior {
    position: relative;
    padding: 1em 0;
}
#interior::before,
#interior::after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 5px;
    box-sizing: border-box;
}
#interior::before {
    top: 0;
    border-top: 2px solid #ccc;
    border-bottom: 1px solid #ccc;
}
#interior::after {
    bottom: 0;
    border-top: 1px solid #ccc;
    border-bottom: 2px solid #ccc;
}
/*================================================
 *  デザイン事業
 ================================================*/
.imgR-design {
	clear:both;
	overflow:hidden;
}
.imgR-design img {
	float:right;
	margin:0 10px 0 10px;
        width:450px;
}
.imgR-design h4{
    font-size: 25px;
    margin-top: 20px;
    margin-left: 10px;
    text-align: center;
}
.imgR-design p{
    margin-top: 30px;
    margin-left: 10px;
    text-align: center;
}
@media screen and (max-width:767px) {
	.imgR-design {
		clear:both;
		overflow:hidden;
	}
	.imgR-design img {
		float:right;
		margin:0 0 10px 0;
	}
}
#design {
    position: relative;
    padding: 1em 0;
}
#design::before,
#design::after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 5px;
    box-sizing: border-box;
}
#design::before {
    top: 0;
    border-top: 2px solid #ccc;
    border-bottom: 1px solid #ccc;
}
#design::after {
    bottom: 0;
    border-top: 1px solid #ccc;
    border-bottom: 2px solid #ccc;
}
/*================================================
 *  物販事業
 ================================================*/
.imgR-goods {
	clear:both;
	overflow:hidden;
}
.imgR-goods img {
	float:right;
	margin:0 10px 0 10px;
        width:450px;
}
.imgR-goods h4{
    font-size: 25px;
    margin-top: 20px;
    margin-left: 10px;
    text-align: center;
}
.imgR-goods p{
    margin-top: 30px;
    margin-left: 10px;
    text-align: center;
}
@media screen and (max-width:767px) {
	.imgR-goods {
		clear:both;
		overflow:hidden;
	}
	.imgR-goods img {
		float:right;
		margin:0 0 10px 0;
	}
}
#goods {
    position: relative;
    padding: 1em 0;
}
#goods::before,
#goods::after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 5px;
    box-sizing: border-box;
}
#goods::before {
    top: 0;
    border-top: 2px solid #ccc;
    border-bottom: 1px solid #ccc;
}
#goods::after {
    bottom: 0;
    border-top: 1px solid #ccc;
    border-bottom: 2px solid #ccc;
}
img.business{
    width: 60%;
    margin: 20px;
}
@media screen and (max-width:767px) {
    img.business{
    width: 100%;
    margin: 0;
    }
}    
/*================================================
 *  こだわり
 ================================================*/
.imgR-policy {
	clear:both;
	overflow:hidden;
}
@media screen and (min-width:768px) {
    .imgR-policy img {
            float:right;
            margin:0 0 0 10px;
            width:300px;
            padding: 5px;
    }
}
.imgR-policy h4{
    font-size: 25px;
    margin-top: 20px;
    margin-left: 10px;
    text-align: center;
}
.imgR-policy p{
    margin-top: 30px;
    margin-left: 10px;
    text-align: left;
}
@media screen and (max-width:767px) {
	.imgR-policy {
		clear:both;
		overflow:hidden;
	}
	.imgR-policy img {
		margin:0 0 10px 0;
                max-width: 100%;
	}
}
#policy1 {
    position: relative;
    padding: 1em 0;
}
#policy1::before,
#policy1::after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 5px;
    box-sizing: border-box;
}
#policy1::before {
    top: 0;
    border-top: 2px solid #ccc;
    border-bottom: 1px solid #ccc;
}
#policy1::after {
    bottom: 0;
    border-top: 1px solid #ccc;
    border-bottom: 2px solid #ccc;
}
#policy2 {
    position: relative;
    padding: 1em 0;
}
#policy2::before,
#policy2::after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 5px;
    box-sizing: border-box;
}
#policy2::before {
    top: 0;
    border-top: 2px solid #ccc;
    border-bottom: 1px solid #ccc;
}
#policy2::after {
    bottom: 0;
    border-top: 1px solid #ccc;
    border-bottom: 2px solid #ccc;
}
#policy3 {
    position: relative;
    padding: 1em 0;
}
#policy3::before,
#policy3::after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 5px;
    box-sizing: border-box;
}
#policy3::before {
    top: 0;
    border-top: 2px solid #ccc;
    border-bottom: 1px solid #ccc;
}
#policy3::after {
    bottom: 0;
    border-top: 1px solid #ccc;
    border-bottom: 2px solid #ccc;
}
/*================================================
 *  施工実績
 ================================================*/
p#works{
    text-align: left;
    display: inline-block;
}

.selection {
                display: none;
            }
#page-1 {
    display: block;
}
div.work{
    
}
ul#itemContainer{
    padding: 0;
    margin: 0;
    width: 100%;
}  
ul#itemContainer li{
    list-style-type: none;
    display: block;
    float: left;
    margin-bottom: 2.87%;
    text-align: center;/* 見た目の調整 */
}   
.mybox-work{
 background: none;
 border: 1px solid #666666;	/* 線の太さ・種類・色 */
 margin: 10px; /* 外側の余白 */
 padding: 20px; /* 内側の余白 */
 position: relative;
}
.mybox-work:after{
 background: none;
 border: 1px solid #cccccc;	/* 線の太さ・種類・色 */
 content: '';
 position: absolute;
 top: 3px;
 left: 3px;
 width: 100%;
 height: 100%;
 z-index: -1;
}
div.mybox-work p{
    margin-bottom: 0px;
    text-align: left;
}


/*================================================
 *  プライバシーポリシー
 ================================================*/
.mybox_privacy{
 background: none;
 border: 1px solid #666666;	/* 線の太さ・種類・色 */
 margin: 10px; /* 外側の余白 */
 padding: 20px; /* 内側の余白 */
 position: relative;
 text-align: left;
}
.mybox_privacy:after{
 background: none;
 border: 1px solid #cccccc;	/* 線の太さ・種類・色 */
 content: '';
 position: absolute;
 top: 3px;
 left: 3px;
 width: 100%;
 height: 100%;
 z-index: -1;
}

.title-h2{
    font-weight: 500;
    border-bottom: 3px solid #036eb8;
    font-family: "Helvetica","Univers","avenir";
}
.title-p{
    font-size: 30px;
    font-weight: 500;
    border-bottom: 3px solid rgb(48,111,209);
    border-image: linear-gradient(143deg, rgba(48,111,209,1) 5%, rgba(140,235,236,1) 99%);
    border-image-slice: 1;
    background: linear-gradient(143deg, rgba(48,111,209,1) 5%, rgba(140,235,236,1) 99%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Denmark-Regular","Helvetica","Univers","avenir";
}
@media (max-width: 767px) {
    .title-p{
        font-size: 26px;
    }
}
.news-title{
    margin-bottom: 0;
}
.font-blue{
    color: #036eb8;
}
.font-red{
    color: red;
}

.table-item{
        text-align: left;
}

.imgL-const {
	clear:both;
	overflow:hidden;
}
.imgL-const img {
	float:left;
	margin:0 10px 0 10px;
}
td.recruit{
    border-bottom: 1px solid #ddd;
}


.resp_table th{
    width:20%;
    color: #036eb8;
}

.thtext-b{
    font-weight: bold;
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
}
.resp_table .list{
    margin-right: 2em;
    white-space: nowrap;
}

.sm-disp{
    display: none;
}
    
h2 span{
    display: inline-block;
}

.policy-area-font{
    /*font-family: "游明朝","Yu Mincho","YuMincho","Noto Serif";*/
    font-family: "小塚ゴシック Pr6N","Verdana", "游ゴシック", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "sans-serif";
        
}

.logo-font{
    font-family: "Denmark-Regular";
        
}

@media screen and (max-width:767px){
.sp-none{
    display: none;
}
}

/*テーブル*/
@media screen and (max-width:767px){
    .resp_table td span{
        display: inline-block;
    }
    
    .resp_table th,
    .resp_table td{
        display: block;
        width: 100%;
    }
    
    .resp_table td{
        padding: 10px 0 0;
    }
    
    .resp_table th{
        background-color: #036eb8;
        background: linear-gradient(143deg, rgba(48,111,209,1) 5%, rgba(140,235,236,1) 99%);
        color:white;
        margin-top: 1.2em;
        padding: 10px 0;
    }
    
    .resp_table .head{
        background-color: #036eb8;
        color:white;
        margin-top: 0.5em;
    }
    
    .resp_table .table-item{
        text-align: center;
    }
    
    .resp_table .list{
        margin-right:0;
        width:100%;
    }
    
    .resp_table_contact th{
        background-color: #63C1CE;
    }
    
    .resp_table_contact p{
        text-align: center;
    }
    
    .resp_table .db-mgb{
        display: block;
        margin-bottom: 1.5em;
        background-color: #F5F5F5;
    }
    
    .sm-inline-h{
        width: 25%!important;
        display: inline-block!important;
        margin-top: 0.2em!important;
    }
    
    .sm-inline-d{
        width: 70%!important;
        display: inline-block!important;
        margin-top: 0.2em;
        vertical-align: middle;
    }
    
    .sm-none{
        display: none!important;
    }
    
    .sm-disp{
        display: block;
    }
    
}



.bigtitleAD1{
    font-size: 2em;
}

/*切り替えアニメーション*/
.kirikae{
    margin-bottom: calc(50vw + 70px);
    /*margin-top: -90px;*/
}
.kirikae li{
    position: absolute;
    /*top: 70px;*/
    list-style: none;
    margin-left: 0;
}
.kirikae ul, ol, dl {
    margin: 0;
}

.kirikae img{
    width: 100vw;
    object-fit: cover;
    height: 50vw;
}
.kirikae li:nth-child(1) { 
	opacity:1;
    -webkit-animation: anime 15s linear -3s infinite;
    animation: anime 15s linear -3s infinite;
}
.kirikae li:nth-child(2) {
    opacity:0;
    -webkit-animation: anime 15s linear 0s infinite;
    animation: anime 15s linear 0s infinite;
}
.kirikae li:nth-child(3) {
    opacity:0;
    -webkit-animation: anime 15s linear 3s infinite;
    animation: anime 15s linear 3s infinite;
}
.kirikae li:nth-child(4) {
    opacity:0;
    -webkit-animation: anime 15s linear 6s infinite;
    animation: anime 15s linear 6s infinite;
}
.kirikae li:nth-child(5) {
    opacity:0;
    -webkit-animation: anime 15s linear 9s infinite;
    animation: anime 15s linear 9s infinite;
}

@media (max-width: 600px) {
    .kirikae img{
        width: 100vw;
        object-fit: cover;
        height: 300px;
    }
}

@-webkit-keyframes anime { 
    0% {
        opacity: 0;
    }
    20% {
        -webkit-animation-timing-function: ease-in;
        opacity: 0;
    }
    25% {
        opacity: 1;
    }
    50%{
    	opacity:1;
    }
    55% {
        opacity: 0;
    }
    75% {
        opacity: 0;
    }
    100% { opacity: 0 }
}
@keyframes anime { 
    0% {
        opacity: 0;
    }
    20% {
        animation-timing-function: ease-in;
        opacity: 0;
    }
    25% {
        opacity: 1;
    }
    50%{
    	opacity:1;
    }
    55% {
        opacity: 0;
    }
    75% {
        opacity: 0;
    }
    100% { opacity: 0 }
}

/*切り替えアニメーション*/


.year{
    font-family: "Helvetica","Univers","avenir";
    font-weight: 700;
    font-size: 1.5em;
    margin-top : 20px;
    margin-bottom: 0;
}

.news ul li{
    list-style: none;
}

.news li{
    margin-left: 0;
}

.news ul li .contentsbox{
    display: flex;
    text-decoration :none;
    padding: 15px 0 ;
    border-bottom: #ddd 1px solid;
    transition: .2s;
    color: #036eb8;
}

.news ul li .contentsbox:hover{
    background: rgb(48,111,209);
    background: linear-gradient(143deg, rgba(48,111,209,1) 5%, rgba(140,235,236,1) 99%);
    color : #fff;
}

.news ul li .contentsbox p{
    display: block;
    margin-bottom: 0;
    font-weight: 500;
}

.news ul li .contentsbox .ymd{
    margin: 0 4% 0 1%;
    letter-spacing: 0.05em;
}

.news ul li .contentsbox .name{
}

.news-detail .ymd{
    text-align: right;
    margin: 0.5em 0;
    letter-spacing: 0.05em;
}

@media screen and (max-width:767px) {
   .news ul li .contentsbox{
        display: block;
    } 
    .news ul li .contentsbox .ymd{
        margin: 0;
    }
}

.news_image_box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news_image_box .item{
    width: 32%;
    min-height: 150px;
    margin: 0%;
}

.news_image_box .item .imgbox{
    display: block;
    width: 100%;
    padding-bottom: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.news_image{
    text-align: center;
}

.news_image img{
    max-height: 800px;
    margin-bottom: 10px;
}


.indexnews{
    margin-bottom: 100px;
}

.indexnews .title{
    text-align: center;
    letter-spacing: 2px;
}

.indexnews .title span{
    font-family: "Denmark-Regular";
    font-size: 2em;
    background: linear-gradient(143deg, rgba(48,111,209,1) 5%, rgba(140,235,236,1) 99%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.indexnews ul li{
    list-style: none;
}

.indexnews li{
    margin-left: 0;
    padding: 0 2%;
}

.indexnews ul li .contentsbox{
    display: flex;
    text-decoration :none;
    padding: 15px 0 ;
    margin: 0 auto;
    max-width: 1200px;
    border-bottom: #ddd 1px solid;
    transition: .2s;
    color: #036eb8;
}

.indexnews ul li .contentsbox:hover {
    background: rgb(48,111,209);
    background: linear-gradient(143deg, rgba(48,111,209,1) 5%, rgba(140,235,236,1) 99%);
    color : #fff;
}

.indexnews ul li .contentsbox p{
    display: block;
    margin-bottom: 0;
    font-weight: 500;
}

.indexnews ul li .contentsbox .ymd{
    margin: 0 4% 0 1%;
    letter-spacing: 0.05em;
}

.indexnews ul li .contentsbox .name{
}

@media screen and (max-width:767px) {
    .indexnews ul li .contentsbox{
        display: block;
    } 
    .indexnews ul li .contentsbox .ymd{
        margin: 0;
    }
    
    .indexnews p{
        font-size: 0.8em;
    }
    
    .indexnews .indexnews-btn-area{
        width: 90%;
    }
}

footer{
    background: rgb(48,111,209);
    background: linear-gradient(143deg, rgba(48,111,209,1) 5%, rgba(140,235,236,1) 99%);
}

.footerarea .link{
    margin: 40px 0 0;
    text-align: center;
}

.footerarea .link a{
    margin: 0 10px;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    letter-spacing: 0.2em;
    font-size: 0.9em;
    word-break: keep-all;
}

.footerarea-flex{
    display: flex;
    max-width: 1000px;
    justify-content: center;
    margin: 40px auto 60px;
    align-items: center;
}

.footerarea_left{
    margin-right: 40px;
}
.footerarea_right{

}

.footerarea_left img{
    max-width: 200px;
}

.footerarea_right img{
    max-width:250px;
}

.footerarea_right a{
    display: block;
    margin: 1% 0;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    letter-spacing: 0.2em;
    font-size: 0.9em;
}

.footerarea_logo_sp{
    display: none;
}

@media (max-width: 500px) {
    .footerarea-flex{
        display: block;
        text-align: center;
    }
    
    .footerarea_left{
        display: none;
    }
    
    .footerarea_logo_sp{
        display: block;
    }
    
    .footerarea_logo_sp img{
        max-width: 150px;
        margin: 35px auto 40px;
    }
    
}


.indexnews-btn-area{
    margin: 30px auto 0;
    max-width: 400px;
}

.btn-area{
    display: block;
    width: 100%;
}

.btn-area .btn{
    background-color: rgba(89,146,235,1);
    border-radius: 30px;
    color: #fff;
    display: block;
    font-size: 1em;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    padding: 10px 0;
}

.btn-area .btn:hover{
    background: rgb(48,111,209);
    background: linear-gradient(143deg, rgba(48,111,209,1) 5%, rgba(140,235,236,1) 99%);
    color: #fff;
}

.btn-area .btn-w{
    background-color: #fff;
    color: #47A7DE;
}

.btn-area .btn-w:hover{
    background-color: #66c4fa;
    color: #fff;
}

.btn-area .btn-o{
    background-color: #FAB12A;
    color: #fff;
}

.btn-area .btn-o:hover{
    background-color: #ffcf5e;
    color: #fff;
}

.logoarea{
    display: flex;
    align-items: center;
}

.logoarea img{
    height: 70px;
    margin-right: 20px;
}


.notopheader{
    background: #fff;
}


.imagecontents1,
.imagecontents2{
    position: relative;
}

.imagecontents1 img,
.imagecontents2 img{
    width: 100vw;
}

.imagecontents2 p{
    position: absolute;
    color: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    font-feature-settings: "palt";
    letter-spacing: 0.15em;
    line-height: 2em;
    font-weight: bold;
    width: 90%;
}

@media (max-width: 599px) {
    .imagecontents2 p{
        font-size: 0.8em;
    }
}

.imagecontents2 p span{
    display: inline-block;
}


.imagecontents1 .titleimage{
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 500px;
    transform: translate(-50%,-50%);
    
}

.imagecontents2 .colorarea{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 56%;
    max-width: 1000px;
    background-color: #303C4A;
    opacity: 0.45;
    height: 72%;
    display: block;
    font-size: 0.9em;
}

@media (max-width: 1200px) {
    .imagecontents2 .colorarea{
        width: 70%;
        height: 80%;
    }   
}

@media (max-width: 1000px) {    
    .imagecontents2 img{
        width: 100%;
        object-fit: cover;
        height: 600px;
    }
    
    .imagecontents1 img{
        width: 100%;
        object-fit: cover;
        height: 200px;
    }
    
    .imagecontents1 .titleimage{
        object-fit: scale-down;
    }
    
    .imagecontents2 .colorarea{
        width: 90%;
        height: 90%;
    }   
}


@media (max-width: 600px) {
    .imagecontents2 img{
        width: 100%;
        object-fit: cover;
        height: 650px;
    }
    
    .imagecontents2 .colorarea{
        width: 100%;
        height: 100%;
    }   
}
/*
@media (max-width: 600px) {    
    .imagecontents .spnone{
        display: none;
    }

    .imagecontents .pcnone{
        display: block;
    }
}
*/

@media (max-width: 1059px) {
    .logoarea img {
    height: 40px;
    margin: 0;
    }
}

@media (max-width: 400px) {
    header h1{
        font-size: 16px;
    }
    
    .logoarea img {
    height: 40px;
    margin: 0;
    }
}

@media (max-width: 350px) {
    .logoarea img {
    height: 40px;
    }
    
    #spMenu {
        top: 12px;
    }
}

.news-detail-title{
    font-size: 30px;
    font-weight: 500;
    border-bottom: 3px solid rgb(48,111,209);
    border-image: linear-gradient(143deg, rgba(48,111,209,1) 5%, rgba(140,235,236,1) 99%);
    border-image-slice: 1;
    font-family:"Helvetica","Univers","avenir";
}


@media (max-width: 767px) {
    .news-detail-title{
    font-size: 26px;
    }
    #works_detail{
        font-size: 0.8em;
    }
    .ymd{
        font-size: 0.8em;
    }
}
@media (max-width: 500px) {
    .imagecontents1 .titleimage {
        max-width: 75%;
    }
    
    .imagecontents1{
        margin-top: 30px;
    }
}

@media (max-width: 430px) {
    .imagecontents1{
        margin-top: 50px;
    }
}


@media (max-width: 390px) {
    .imagecontents1{
        margin-top: 70px;
    }
}

@media (max-width: 340px) {
    .imagecontents1{
        margin-top: 90px;
    }
}

.sekou-head{
    color: #036eb8;
    font-weight: bold;
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
}

.g-recaptcha{
    margin: 0 auto;
}


@media (max-width: 767px) {
    .resp_table td,
    .contentsbox p,
    .guidance-text,
    .mybox_privacy p,
    .complete-text{
        font-size: 0.8em;
    }
    
    td.recruit {
        border-bottom: none;
    }
}

input[type="text"],
textarea{
    border: none;
    background: #eee;
    padding: 15px 5px;
    border-radius: 30px;
    margin-bottom: 5px;
    font-size: 16px;
}

.history_th{
    text-align: left;
    padding: 10px 0 10px 3%;
}

@media (max-width: 767px) {
    .history_th{
        text-align: center;
    }
}


.tgx_banner{
    display: flex;
    justify-content: center;
    background-color: #000;
}

.tgx_banner img{
	width: 100%;
    padding: 0 0.5em;
}

.tgx_banner .img_l{
	max-width: 196px;
}

.tgx_banner .img_c{
	max-width: 222px;
}

.tgx_banner .img_r{
	max-width: 280px;
}

.tgx_banner spnone{
	
}

@media (max-width: 767px) {
	.tgx_banner img{
		width: 100%;
	    padding: 0;
	}

    .tgx_banner .img_c{
		display:none;
	}
	
	.tgx_banner .img_l{
		max-width: 140px;
	}
	
	.tgx_banner .img_r{
		max-width: 200px;
	}
}

.under_tgx{
    margin: 0 auto 2em;
}

.under_tgx img{
	max-width: 600px;
	width: 100%;
}