@charset "utf-8";

* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	height: 100%;
}

body {
	font-family: 'Noto Sans SC', 'Roboto', 'PingFang SC', 'Microsoft YaHei', sans-serif, 'Noto Serif SC', 'Kaiti SC', 'SimSun', serif;
	word-wrap: break-word;
	height: 100%;
	line-height: 2.5;
}

section,
article {
	display: block;
}

img {
	max-width:100%;
	height: auto;
	margin-bottom: auto;
}

a img {
	border-style: none;
	border-style: none;
	border-style: none;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

a:hover img {
	filter: brightness(120%);
}

li {
	list-style-type: none;
}

a {
    color: #000;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

a:hover {
	color: #005eae;
	text-decoration: none;
}

.red {
	color: #f00;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.small {
	font-size: 15px;
	margin: 5px auto 20px auto;
	padding: 0;
}

.x-small {
	font-size: 12px;
	font: normal;
	margin: 5px auto 20px auto;
	padding: 0 10px;
}

.clfix:after{
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility: hidden;
}

h2#info,
h2#menu1,
h2#menu2,
h2#menu3,
h2#menu4 {
	padding-top: 100px;
	margin-top: -100px;
}

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

header {
	width: 100%;
	position: fixed;
	z-index: 300;
	transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

header.fixed {
	background-color: #111;
	background-color: rgba(242,246,247,0.9);
}

header h1 a img {
	display: block;
	position: absolute;
}

#g_navi ul li a.ac_menu {
	cursor: pointer;
	overflow: hidden;
}

.contact a i {
	padding-right: 5px;
}


/*
メインコンテンツ
-------------------------------------------*/

.content {
	width: 100%;
	color: #111;
	padding: 50px 0;
}

.cont_wrap {
	max-width: 1200px;
	width: 100%;
	margin: auto;
}

section {
	padding: 50px 0 60px 0;
}


#sub_top {
	background-color: #555;
	background-repeat: no-repeat;
	background-position: top;
	background-attachment: fixed;
	height: 400px;
	line-height: 80px;
	padding: 150px 0 100px 0;
	width: 100%;
	background-size: 100%;
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 54px;
	color: #fff;
	letter-spacing: 0.1em;
	-moz-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	-webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	-ms-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

#sub_top span {
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	line-height: 1.0;
	letter-spacing: 0.05em;	
	padding-left: 20px;
	padding-right: 20px;
}

.content h2 {
	font-size: 38px;
	border-bottom: 1px dotted #111;
	font-weight: normal;
	letter-spacing: 0.02em;
	color: #111;
	text-align: center;
	font-family: 'Noto Serif SC', 'Kaiti SC', 'SimSun', serif;
	margin: 20px auto 50px auto;
	padding: 30px 10px 20px 10px;
	clear: both;
}

.content h2 span {
	font-size: 30px;
	color: #005eae;
	font-weight: bold;
	letter-spacing: 0.05em;
}

.content h2 span.small {
	font-size: 18px;
	font-weight: normal;
	color: #555;
}

.content h3 {
	font-size: 28px;
	font-weight: 600;
	color: #e65305;	
	line-height: 32px;
	letter-spacing: 0.02em;
	margin: 30px auto 10px 30px;
}

.content h4 {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.05em;
	line-height: 1.5;	
	clear: both;
	margin: 20px auto 10px auto;
	padding: 10px;
}

.content h5 {
	font-size: 18px;
	letter-spacing: 0.1em;
	margin: 0 10px 0 20px;
}

.content h6 {
	font-size: 20px;
	letter-spacing: 0.02em;
	line-height: 1.5;	
	text-align: center;
	margin: 10px auto;
	padding: 10px 0;
}

.content h6 span.small {
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0;
	text-align: center;
	margin: 0 auto;
	padding: 5px 0;	
}

.content p {
	font-size: 20px;
	line-height: 2.0;	
	margin: 10px 20px 30px 20px;
	padding: 10px 10px 5px 10px;
}

.content p.small {
	font-size: 17px;
	text-align: center;
	margin: auto auto 20px auto;
	padding: 5px 0;
}


/*
イメージ
-------------------------------------------*/

.img_center {
	display: block;
	position: relative;
	max-width: 80%;
	margin: 5px auto;
}

.img_center span {
	position: absolute;
	background-color: #333;
	background-color: rgba(0,0,0,0.8);
	color: #fff;
	letter-spacing: 0.1em;
	padding: 10px;
	left: 0;
	top: 0;
}

.img_center div {
	position: absolute;
	background-color: #333;
	background-color: rgba(0,0,0,0.8);
	color: #fff;
	letter-spacing: 0.1em;
	right: 0;
	bottom: 0;
}

.img_left {
	float: left;
	max-width: 50%;
	padding: 20px 50px 20px 30px;
}

.img_right {
	float: right;
	max-width: 50%;
	padding: 20px 30px 20px 50px;
}

.img_left img,
.img_right img,
.img_center img {
	width: 100%;
}


/* テーブル
-------------------------------------------*/

#wrapper{
    width: 100%;
    overflow-x: auto;
}

table.open {
    width: 100%;
	border-collapse: collapse;
	margin: 10px auto;
}

table.open th {
	padding: 15px 0;
	font-size: 20px;
	letter-spacing: 0.05em;
	text-align: center;
	border-bottom: 2px solid #666;
}

table.open td {
	padding: 15px 0;
	font-size: 18px;
	text-align: center;
	border-bottom: 1px solid #666;
}

p.table01 {
	padding: 15px 0;
	text-align: center;
}

p.table_s {
	font-size: 80%;
	line-height: 1.6;
	margin: 0 10px 20px 10px; 
	padding: 5px 10px;
}

table.fixed{
	table-layout: fixed;
	width: 96%;
	border-spacing: 0px;
	margin: 10px 20px;	
}

table.fixed th{
	border: 1px solid #c9c9c9;
	border-top: 0px;
	vertical-align: middle;
	letter-spacing: 0.05em;	
	padding: 10px;
}

table.fixed td{
	border: 1px solid #c9c9c9;
	border-left: 0px;
	border-top: 0px;
	vertical-align: middle;
	text-align: center;
	padding: 10px;
}

.fixed01,
.fixed02{
	position: sticky;
	top: 0;
	left: 0;
	background: #eef3fa;
	text-align: center;	

&:before{
  	content: "";
	position: absolute;
	top: -1px;
	left: -1px;
	width: 100%;
	height: 100%;
	border: 1px solid #c9c9c9;
}
}

.fixed01 a,
.fixed02 a{
	position: relative;
}

.fixed01{
	z-index: 2;
}

.fixed02{
	z-index: 1;
}


/*
トップへ戻るボタン
-------------------------------------------*/

.to_top {
	position: fixed;
	right: 10px;
	bottom: 10px;
	line-height: 40px;
	z-index: 200;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

.to_top a {
	display: block;
	background-color: #000;
	height: 60px;
	width: 60px;
	text-decoration: none;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	padding: 20px;
}

.to_top a::before {
	position: absolute;
	width: 25px;
	height: 25px;
	top: -15px;
	bottom: 0;
	right: 0;
	left: 0;
	font-family: 'Font Awesome 6 Free';
	content: '\f102';
	font-weight: 800;
	font-size: 22px;
	color: #fff;
	text-align: center;
	margin: auto;
}

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


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

footer {
	background-color: #eee;
	color: #333;
	clear: both;
	width: 100%;
	display: block;
	line-height: 2.0;	
	padding-top: 20px;
}

footer .cont_wrap {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

footer .cont_wrap .f_box {
	width: 22%;
	padding: 10px;
}

footer .cont_wrap .f_box.lg {
	width: 50%;
}

footer .cont_wrap img {
	padding-left: 5px;
}

footer .cont_wrap a:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

footer .cont_wrap h5 {
	font-size: 18px;
	letter-spacing: 0.02em;
	margin-top: -0.5rem;
	padding-left: 5px;
}

footer .cont_wrap p {
	font-size: 16px;
	margin: 0;
	padding: 5px 0 10px 5px;
}

footer .cont_wrap ul {
	padding: 20px 0;
}

footer .cont_wrap ul li a {
	display: block;
	text-decoration: none;
	letter-spacing: 0.05em;
	padding-right: 15px;	
}

footer .cont_wrap ul li a::before {
	font-family: 'Font Awesome 6 Free';
	content: "\f105";
	font-weight: 800;
	margin-left: 10px;
	padding-right: 5px;
}

footer .cont_wrap ul li a:hover {
	color: #fff;
	background-color: #e65305;
}

address {
	clear: both;
	font-size: 12px;
	font-style: normal;
	text-align: center;
	padding: 20px;
}


/*
お問い合わせボックス
-------------------------------------------*/

.box_contact {
	width: 100%;
	height: auto;
	background-image: url(../images/box_contact.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0 0 50%;
	position: relative;
}

.box_contact .box_in {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-flow: column;
	flex-flow: column;
	position: absolute;
	color: #fff;
	background-color: rgba(0,46,99,0.5);
}

.box_contact h2 {
	font-size: 38px;
	letter-spacing: 0.05em;
}

.box_contact p {
	font-size: 20px;
	line-height: 2;
	margin: 20px;
	padding: 0 20px;
}

.btn_contact a {
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.05em;
	text-decoration: none;
	background-color: #e65305;
	border: 1px solid #e65305;
	line-height: 22px;
	display: block;
	clear: both;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	width: 320px;
	margin: 20px auto;
	padding: 20px;
}

.btn_contact a:hover {
	color: #e65305;
	background-color: #fff;
}


@media screen and (min-width:960px){

body {
	font-size: 16px;
}

/*
ヘッダー
-------------------------------------------*/
header {
	height: 90px;
}


header h1 a img {
	top: 23px;
	left: 10px;
	height: 44px;
}

#sub_top.develop {
	background-image: url(../images/sub_top_develop.jpg);
}

#sub_top.develop .text {
	display: inline-block;
}

#sub_top span {
	font-size: 50px;
}

.menu_btn,
.btn_close {
	display: none;
}


/*
PCグローバルナビ
-------------------------------------------*/
#g_navi {
	position: absolute;
	right: 10px;
	top: 20px;
	width: auto;
	margin-left: 200px;
	display: block !important;
	z-index: 1000;
}

#g_navi ul li{
	display: inline;
}

#g_navi li a {
	width: auto;
	padding: 10px;
	line-height: 30px;
	display: block;
	color: #111;
	text-decoration: none;
	text-align: center;
	position: relative;
	float: left;
	letter-spacing: 1px;
	font-size: 16px;
	font-weight: bold;
}

#g_navi li a::before {
	display: block;
	height: 2px;
	position: absolute;
	top: 2px;
	width: 70%;
	left: 15%;
	background-color: rgba(17,187,221,0);
	content: '';
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

#g_navi li a:hover::before {
	background-color: rgba(230, 83, 5, 1);
	top: 0px;
	width: 80%;
	left: 10%;
}

#g_navi li a:hover {
	color: #e65305 !important;
}

#g_navi.txt_w li a {
	color: #fff;
}

header.fixed #g_navi.txt_w li a {
	color: #111;
}

#g_navi li.contact a {
	color: #fff !important;
	font-size: 20px;
	letter-spacing: 1px;
	background-color: #e65305;
	border: 1px solid #e65305;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	margin-left: 10px;	
	padding-left: 15px;
	padding-right: 15px;
}

#g_navi li.contact a:hover {
	color: #e65305 !important;
	background-color: #fff;
}

#g_navi li.contact a::before {
	display: none;
}

.no_pc {
	display: none !important;
}
}
/*-- /960px～ --*/


@media screen and (min-width:1200px){
	
header h1 a img {
	left: 50%;
	margin-left: -590px;
}

header #g_navi {
	right: 50%;
	margin-right: -590px;
}
}


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

body {
	font-size: 16px;
}

body.fixed {
	overflow: hidden;
}

img {
	max-width: 100% !important;
	height: auto;
	width /***/: auto;
	margin-left: auto;
	margin-right: auto;
}

.content p {
	margin: 0 20px 10px 20px;
	padding: 10px;
}


/*
メニューボタン
-------------------------------------------*/
.menu_btn {
	display: block;
	height: 40px;
	width: 40px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	position: fixed;
	z-index: 5000;
	top: 5px;
	right: 5px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	cursor: pointer;
}

.menu_btn:hover {
	cursor: pointer;
}

.menu_btn span {
	width: 28px;
	height: 2px;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -14px;
	background-color: #e65305;
}

.menu_btn span {
    transition: all 0.3s;
    transform: rotate(0deg);
	-webkit-transform: rotate(0deg);  
    -moz-transform: rotate(0deg);    
}

.menu_btn span.top {
    transform: translateY(-8px);
	-webkit-transform: translateY(-8px);  
    -moz-transform: translateY(-8px);    
}

.menu_btn span.bottom {
    transform: translateY(8px);
	-webkit-transform: translateY(8px);  
    -moz-transform: translateY(8px);    
}

.menu_btn:hover span.top {
    transform: translateY(-10px);
	-webkit-transform: translateY(-10px);  
    -moz-transform: translateY(-10px);    
}

.menu_btn:hover span.bottom {
    transform: translateY(10px);
	-webkit-transform: translateY(10px);  
    -moz-transform: translateY(10px);    
}

.menu_btn.opened span {
	background-color: #e65305;
}

.menu_btn.opened span.middle {
    background: rgba(255, 255, 255, 0);
	 transform: translateX(30px);
	 -webkit-transform: translateX(30px);  
    -moz-transform: translateX(30px);    
}

.menu_btn.opened span.top {
    transform: rotate(-45deg) translateY(0px);
	-webkit-transform: rotate(-45deg) translateY(0px);  
    -moz-transform: rotate(-45deg) translateY(0px);    
}

.menu_btn.opened span.bottom {
    transform: rotate(45deg) translateY(0px);
	-webkit-transform: rotate(45deg) translateY(0px);  
    -moz-transform: rotate(45deg) translateY(0px);    
}


/*
グローバルナビ
-------------------------------------------*/
#g_navi {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	overflow: auto;
	z-index: 3000;
	background-color: #f6f6f6;
	background-color: rgba(246,246,246,0.85);
	display: none;
	padding-left: 10%;
}

#g_navi ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column;
    flex-flow: column;
    -webkit-justify-content: center;
    justify-content: center;
    min-height: 100%;
}

#g_navi ul li a {
	color: #111;
	text-decoration: none;
	display: block;
	padding: 10px;
	line-height: 18px;
	font-weight: bold;
	letter-spacing: 1px;
}

#g_navi ul li a:hover {
	color: #e65305;
}

#g_navi ul li.contact a {
	text-align: center;
	background-color: #e65305;
	color: #fff;
	width: 90%;
	margin-top: 24px;
}

#g_navi ul li.contact a:hover {
	background-color: #fff;
	color: #e65305;
}


/*
メニューシャドウ
-------------------------------------------*/
.bg_bl {
	background-color: #fff;
	height: 100%;
	width: 100%;
	opacity: 0.80;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	display: block;
	position: fixed;
	z-index: 2000;
}


/*
ヘッダー
-------------------------------------------*/
header {
	height: 52px;
}

header h1 a img {
	top: 10px;
	left: 10px;
	height: 36px;
}

header .h_menu {
	display: none;
}

header #info {
	display: none;
}

#sub_top.develop {
	line-height: 60px;
	padding: 140px 0 50px 0;
	background-image: url(../images/sub_top_develop_sp.jpg);
}

#sub_top span {
	font-size: 40px;
}


/* テーブル
-------------------------------------------*/

table.fixed{
	table-layout: fixed;
	width: 200%;	
}


/*
お問い合わせボックス
-------------------------------------------*/
.box_contact h2 {
	font-size: 32px;
}

.box_contact p {
	font-size: 18px;
	line-height: 1.4;
	margin: 10px 20px;
}


/*
フッター
-------------------------------------------*/
footer {
	border-bottom-width: 60px;
}

footer .cont_wrap .f_box {
	width: auto;
	text-align: center;
	margin: 10px auto;
}

footer .cont_wrap .f_box ul {
	width: auto;
	text-align: left;
	margin: auto;
}

footer .cont_wrap .f_box.lg {
	width: 100%;
}

.no_sp {
	display: none;
}
}
/*-- /～960px --*/


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

.img_center {
	max-width: 100%;
	margin: 5px 20px;
	padding: 0 10px;
}

.box_contact p {
	font-size: 16px;
}
}


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

#sub_top {
	height: 200px;
	padding-top: 80px;
}

#sub_top.develop {
	font-size: 40px;
	line-height: 40px;
	letter-spacing: 0.02em;
	padding: 50px 0 20px 0;
}

#sub_top.develop span {
	font-size: 24px;
}

.content {
	padding-top: 20px;
	padding-bottom: 20px;
}

section {
	padding: 30px 0 40px 0;
}

.content h2 {
	font-size: 30px;
	margin-bottom: 30px;
	padding: 20px 10px 10px 10px;
}

.content h2 span {
	font-size: 26px;
}

.content h3 {
	font-size: 24px;
	margin: 50px 20px 10px 20px;
}

.content h4 {
	font-size: 20px;
	letter-spacing: 0;	
	margin: 20px 10px auto 10px;
	padding: 20px 5px 5px 5px;	
}

.content h6 {
	font-size: 19px;
	letter-spacing: 0;
	margin: 20px auto 10px auto;
	padding: 10px 0 5px 0;	
}

.content p {
	margin: 10px 10px 20px 10px;
	padding: 5px 10px;
}

.content p.small {
	font-size: 12px;
}

.content .small {
	margin: 5px auto 40px auto;
	padding: 0;
}

.img_left,
.img_right {
	float: none;
	display: block;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	max-width: 100%;
}


/* テーブル
-------------------------------------------*/

table.open th {
	font-size: 18px;
}

table.open td {
	font-size: 16px;
	line-height: 1.5;	
	padding: 5px 3px;
}

p.table01 {
	font-size: 16px;
	padding: 5px 3px;	
}

table.fixed{
	width: 240%;	
}


/*
お問い合わせボックス
-------------------------------------------*/

.box_contact {
	background-image: url(../images/box_contact_sp.jpg);
	padding: 0 0 100%;
}

.box_contact h2 {
	font-size: 30px;
}

.box_contact p {
	line-height: 1.6;
	margin: 10px 20px;
}

.content .cont_wrap .txt_box {
	margin-left: 0px;
	margin-right: 0px;
}


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

footer .cont_wrap .f_box ul {
	width: auto;
	margin: auto;
}
}


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

.img_center {
	padding: 0;
}


/*
お問い合わせボックス
-------------------------------------------*/

.box_contact p {
	font-size: 14px;
}


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

footer .cont_wrap ul li a {
	letter-spacing: 0;
}
}


/*
エフェクト
-------------------------------------------*/
.effect {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha( opacity=0 )";
	transform: translateY(20px);
	-webkit-transform: translateY(20px);  
    -moz-transform: translateY(20px); 
	-webkit-transition: 1.0s ease-out;
	-moz-transition: 1.0s ease-out;
	transition: 1.0s ease-out;
}
.effect.d_02 {
	transition-delay:0.2s;
	-webkit-transition-delay:0.2s;
}

.effect.d_04 {
	transition-delay:0.4s;
	-webkit-transition-delay:0.4s;
}

.effect.d_06 {
	transition-delay:0.6s;
	-webkit-transition-delay:0.6s;
}

.effect.d_08 {
	transition-delay:0.8s;
	-webkit-transition-delay:0.8s;
}

.effect.start {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	transform: translateY(0px);
	-webkit-transform: translateY(0px);  
    -moz-transform: translateY(0px);    
}
