@charset "utf-8";
/*----------------------------------------------------------------------------------------------------------
	スマホ用（～768px）
------------------------------------------------------------------------------------------------------------*/
* {
	margin:0;
	padding:0;
	box-sizing: border-box;
}
html,body { height:100%;}
body {
	margin:0;
	font-size: 0.94rem;
	line-height: 175%;
	color: #1a1a1a;
	-webkit-text-size-adjust: 100%;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

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

a			{color:#098BE2;	text-decoration: underline;}
a:hover		{color:#6DB2E3;	text-decoration: none;}
ol,ul,li	{list-style:none;	margin:0;	padding:0;}
img			{border:0;	width: 100%;	height: auto;	vertical-align:bottom;}
p			{margin-bottom: 1rem;	position: relative; z-index: 1;}
strong		{font-weight:700;}
small		{font-size:0.88em;}
table		{border:0;	border-collapse:collapse;	margin-bottom:1rem;	width:100%;}
table th,
table td	{font-weight:normal;	text-align:left;	vertical-align: top;	line-height: 175%;}
hr			{height: 3px;	padding: 0;	border:none;	margin:2rem 0;	clear:both;
			background: url(../image/common/bg_line_blue01.png) repeat-x 0 0;	background-size: 50px;}

.clearfix 		{zoom:1;/*for IE 5.5-7*/}
.clearfix:after {content:".";	display: block;	height:0px;	clear:both;	visibility:hidden;	font-size: 0.1em;	line-height:0;}
.clear 			{clear:both; margin:0;}
.sp_none		{display: none;}
.sp_none02		{display: none;}
.pc_none		{display: block;}

.center		{text-align: center;}
.right		{text-align: right;}
.left		{text-align: left;}
.inline		{padding: 0 0 0 1rem;}
.inline_pc	{padding: 0;}
.red		{color: #EA2635;}


/*font*/
/* <weight>: Use a value from 300 to 800
 <uniquifier>: Use a unique and descriptive class name*/
.open-sans-/*<uniquifier>*/ {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600/*semibold600,bold700,extrabold800*/;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
/*ヘッダー（スマホ）
*************************************************/
.header_common {
    border-top:4px solid #95b8e3;
    position: relative;
    width: 100%;
    height: 70px;
    margin: 0;
}

h1.h1_logo_common01{
	position: absolute;
	top: 18px;
	left: 16px;
	width: 32%;
    max-width: 120px;
}

nav#nav_global_common01 {display: none;}
#box-header-contact {display: none;}

/*ページタイトル周辺（スマホ）
*************************************************/

#pageTitle{background-color: #95b8e3;}/*ブルー背景*/
#pageTitle02{background-image: linear-gradient(180deg, #c9d1d9 5%, #eee7da 35%, #eee7da 45%, #BEC2C4 95%);}/*【その2】グラデーション背景*/
#pageTitle03{background-image: linear-gradient(180deg, #c9d1d9 5%, #eee7da 35%, #eee7da 45%, #BEC2C4 95%);}/*【その3】グラデーション背景*/

.pageTitle_in{
	position: relative;
	width: 100%;
	height: 190px;
}

.pageTitle_in03{
	position: relative;
	width: 100%;
	height: 90px;
    text-align: center;
}

#pageTitle .texture,
#pageTitle02 .texture{
    background-size: 300px;
    position: relative;
}

#pageTitle .texture:before,
#pageTitle02 .texture:before{
  display:block;
  content:'';
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  background: url("../image/common/bg_texture01.png") repeat 0 0;
  mix-blend-mode:color-burn;
  opacity: 3%;
}

#headerImg{
	position: absolute;
	z-index: 0;
	top:50px;
	right: 0;
	width: 79%;
	height: 140px;
    border-radius: 39px 0 0 0;
}
#headerImg03{
	position: absolute;
	z-index: 0;
	top:0;
	right: 0;
	width: 100%;
	height: 90px;
    mix-blend-mode: multiply;
}

.headImg_com01{
	background: url("../image/common/pageTitle_01.webp") no-repeat center center;
	background-size: cover;
}

.headImg_com02{
	background: url("../image/common/pageTitle_02.webp") no-repeat center center;
	background-size: cover;
}

.headImg_com03{
	background: url("../image/common/pageTitle_03.webp") no-repeat center center;
	background-size: cover;
}

.headImg_com04{
	background: url("../image/common/pageTitle_04.webp") no-repeat center center;
	background-size: cover;
}

#headerImg:before{
  display:block;
  content:'';
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  background-color:rgba(10,0,40,0.08);
  border-radius: 39px 0 0 0;
}

.decoimg_bird02,
.decoimg_bird03 {
    position: absolute;
    z-index:3;
    top:11px;
    right: 26px;
    width: 60px;
    background-image: url("../image/common/deco_bird02.png");
    background-size: 60px;
    background-repeat: no-repeat;
    min-height: 52px;
}

.decoimg_bird03 {
    top:28px;
    left:4%;
}
/*ページタイトル*/
h2.h2_pagetitle01,
h2.h2_pagetitle02 {
	position: absolute;
	z-index: 1;
	top: 28px;
	left: 0;
	width: 100%;
	padding: 0 0 0 6.5%;
	font-size: 2.3rem;
	font-family: "Open Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 800;
	color: #1a1a1a;
	text-shadow: 2px 2px 0 #fff;
    letter-spacing: 1px;
}
h2.h2_pagetitle02 {
    top: 25px;
    padding: 0;
}

h2.h2_pagetitle01 .sub,
h2.h2_pagetitle02 .sub{
	display: block;
	font-size: 0.97rem;
	font-weight: 700;
	color: #1a1a1a;
    text-shadow: 1px 1px 0 #fff;
	padding: 10px 0 0 0;
    letter-spacing: 2px;
}
h2.h2_pagetitle02 .sub {font-size: 0.875rem;padding: 5px 0 0 0;}

.sub_dropCap:first-letter{/*先頭文字をおおきく*/
	font-size: 1.2em;
	line-height: 125%;
	float: left;
	padding:  0 0;
}

h3.h3_com01 {
    border-bottom: solid 3px #CCC;
    position: relative;
	text-align: left;
	font-size: 1.25rem;
    font-weight: 600;
	padding: 0 0 10px 0;
	margin: 1rem 0 1rem 0;
    color: #1a1a1a;
}

h3.h3_com01:after {
  content: "";
  display: block;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 34%;
  border-bottom: 3px solid #7096cb;
}

h3.h3_com02 {
    position: relative;
	font-size: 1.25rem;
    font-weight: 700;
	padding: 10px 0 10px 0;
	margin: 1rem 0 1rem 0;
    color: #1a1a1a;
    text-align: center;
}

h3.h3_com02::after{
	content: '';
	width: 44px;
	height: 4px;
	display: block;
	background-color: #7096cb;
	position: absolute;
	bottom: 0;
	left: 50%;
    border-radius: 4px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
h4.h4_com01 {
    color: #055a8c;
    font-weight: 700;
    text-shadow: 2px 2px 1px rgba(0,0,0,0.15);
    position: relative;
    padding-left: 8px;
    margin: 1rem 0 1rem 12px;
}

h4.h4_com01:after{
  content:"";
  position: absolute;
  top: 8px;
  left: -12px;
  width: 11px;
  height:11px;
  background: #055a8c;}
  
h4.h4_com02 {
    color: #055a8c;
    font-weight: 700;
    text-shadow: 2px 2px 1px rgba(0,0,0,0.15);
    position: relative;
    margin: 1rem 0 1rem 0;
}

.bk_black {background-color: #1a1a1a; color: #FFF; padding: 0.3rem 0.75rem; border-radius: 3px; margin-right: 1rem; font-size: 0.90em}


/*パンくずナビ*/
#nav_topicPath01{
	/*display: none;*/
	width:100%;
	margin: 0 auto;
	padding: 1rem 20px 0 20px;
}
ol.ol_topicPath{
	font-size: 0.81rem;
	line-height: 100%;
	color: #1a1a1a;
	margin: 0;
	max-width: 600px;
	white-space: nowrap;/*文字省略*/
	overflow: hidden;/*文字省略*/
	text-overflow: ellipsis;/*文字省略*/
}
ol.ol_topicPath li		{display:inline;}
ol.ol_topicPath li a	{color:#1a1a1a;	text-decoration: none;}
ol.ol_topicPath li a:hover{text-decoration: underline;}
ol.ol_topicPath li:after{
	content: '＞';
	padding: 0 0 0 4px;
}
ol.ol_topicPath li:last-child:after{content: '';}


/*下層ナビ（スマホ）
*************************************************/
/*下層ナビ①*/
#nav_lower01{
	width:100%;
    text-align: center;
	margin: 1rem auto 1rem auto;
	padding: 0 1rem;
	font-size: 0.875rem;
}

#nav_lower01 ul{
	display:flex;
	flex-flow: row wrap;
	justify-content: center;
}
#nav_lower01 ul li{
	padding: 0 ;
    width: 30%;
	margin: 0 1% 0.5rem 1%;
    
    text-align: center;
}
#nav_lower01 ul li a{
    display: block;
	color: #1a1a1a;
	text-decoration: none;
    border: 1px solid #1a1a1a;
    background-color: #FFF;
    border-radius: 16px;
    
}
#nav_lower01 li a:hover{
	color: #FFF;
    background-color: #1a1a1a;
    /*border: none;*/
}

#nav_lower01 li a.here{
	color: #FFF;
    background-color: #1a1a1a;
    /*border: none;*/
}
#nav_lower01 li.all{;width: 30%; margin: 0 34% 0.5rem 34%;}/*スマホのみ*/



/*コンテンツ（スマホ）
*************************************************/
.inner01,.inner02,.inner03{
	width:100%;
	margin: 0 auto;
	padding: 0 1rem;
}

section{padding: 0 0 2rem 0;}
.inner01::after,
.inner02::after,
section::after{content:".";	display: block;	height:0px;	clear:both;	visibility:hidden;	font-size: 0.1em;	line-height:0;}

/*hタイトル*/


/*ボタン、リンク*/
/*a.link_pdf01{
	background: url("../image/common/icn_pdf01.png") no-repeat 0% 50%;
	background-size: 16px;
	padding: 0 0 0 22px;
}*/
a.link_arrow01{
	background: url("../image/common/icn_arrow01.svg") no-repeat 0 4px;
	background-size: 20px;
	padding: 0 0 0 30px;
}

a.btn_com01{
	display: inline-block;
	height: 36px;
	line-height: 36px;
	border-radius: 18px;
	color: #fff;
	text-decoration: none;
	transition: 0.3s;
	background: #055a8c url("../image/common/icn_arrow03.svg") no-repeat right 15px top 46%;
	background-size: 13px;
	padding: 0 35px 0 25px
}
a.btn_com02{
	display: block;
	/*width: 100%;
	max-width: 300px;*/
	height: 60px;
	line-height: 60px;
	border-radius: 30px;
	color: #fff;
    font-weight: 700;
    /*font-size: 1rem;*/
	text-decoration: none;
	text-align: center;
	transition: 0.3s;
	background: #055a8c url("../image/common/icn_arrow04.svg") no-repeat left 25px top 46%;
	background-size: 25px;
    box-shadow: 2px 5px 5px rgba(0,0,0,0.2);

}
a.btn_com02:hover,a.btn_com01:hover{
	opacity: 0.6;
	color: #fff;
}
a.btn_center{
	display: block;
	margin: 0 auto;
	width: 320px;
	text-align: center;
}

/*リスト*/
ol.ol_com01{margin: 0 0 1rem 1.25rem;}
ol.ol_com01 li{list-style: decimal;	padding: 0 0 0.25rem 0;}
ul.ul_com01,
ul.ul_com02 {margin: 0 0 1.5rem 0;}
ul.ul_com01 li{
	position: relative;
	padding: 0 0 0.25rem 1rem;
}
ul.ul_com01 li:before{
	position: absolute;
	content: '';
	top: 11px;
	left: 4px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #1a1a1a;
}
ul.ul_com02 li{
	position: relative;
	padding: 0 0 0.25rem 1.15rem;
}
ul.ul_com02 li:before{
	position: absolute;
	content: '';
	top: 7px;
	left: 1px;
	width: 12px;
	height: 12px;
	background: #1a1a1a;
}

/*横並びリスト■*/
ul.ul_com03 {margin: 0 0 1.5rem 0; }
ul.ul_com03 li{
    float: left;
	position: relative;
	padding: 0 1.15rem 0.15rem 1.0rem;
}
ul.ul_com03 li:before{
	position: absolute;
	content: '';
	top: 8px;
	left: 1px;
	width: 10px;
	height: 10px;
	background: #1a1a1a;
}

/*画像*/

img.img_right_w280,
img.img_right_w340,
img.img_right_w400{
	display: block;
	width: 80%;
	max-width: 500px;
	border-radius: 20px;
	margin: 0 auto 1rem auto;
}

img.img_left_w280,
img.img_left_w340,
img.img_left_w400{
	display: block;
	width: 80%;
	max-width: 500px;
	border-radius: 0;
	margin: 0 auto 1rem auto;
}

/*table*/
table.table_com01{
	margin-bottom: 2rem;
	width: 100%;
	line-height: 180%;
}
table.table_com01 th{
	min-width: 70px;
	max-width: 100px;
	color: #1a1a1a;
	padding:8px 1rem 8px 2px;
}
table.table_com01 td{padding:8px 2px;}
table.table_com01 th,
table.table_com01 td{border-bottom: 1px solid #cccccc;}


/*お問い合わせ共通（スマホ）
*************************************************/
#area_contact01 {
	max-width: 100%;
	margin: 5rem auto 0 auto;
    background: url("../image/common/bg_com_contact01.webp") no-repeat 50% 50%;
    background-size:cover;
    color: #FFF;
    text-align: center;
    /*padding: 0 0 1rem 0 ;*/
}
#area_contact01 a {text-decoration: none;}

#area_contact01 .filter {
    background-color:rgba(10,0,40,0.50);
    height: inherit;
    padding: 0 0 1rem 0 ;
}

h2.h2_home_contact01{
	font-family: "Open Sans", sans-serif;
	font-weight: 800;
	font-size:2.5rem;
	text-align: center;
	color: #FFF;
	padding: 2rem 0 2rem 0;
}

h2.h2_home_contact01 .sub {
    display: inline-block;
    font-size: 0.9rem;
    font-weight: normal;
    margin: 0 0 1rem 0;
    padding: 0 40px;
    position: relative;
}

h2.h2_home_contact01 .sub:before,
h2.h2_home_contact01 .sub:after{
	content: '';
  position: absolute;
  top: 46%;
  display: inline-block;
  width: 25px;
  height: 1px;
  background-color:#FFF;
}
h2.h2_home_contact01 .sub:before{left:0;}
h2.h2_home_contact01 .sub:after{right: 0;}


#area_contact01 .box_01{
	text-align: center;
	margin: 0 0 4rem 0;
}

a.btn_tel01,
a.btn_mail01{
	display: inline-block;
	width: 100%;
    background: rgba(255,255,255,1.0);
	max-width: 310px;
	height: 60px;
	line-height: 60px;
	color: #055a8c;
	font-weight: bold;
	border-radius: 30px;
	margin: 10px 10px 10px 10px;
}
a.btn_mail01 span{
	background: url("../image/common/icn_mail01.svg") no-repeat 0% 50%;
	background-size: 24px;
	padding: 0 0 0 34px;
    font-size: 1.125rem;
    font-weight: bold;
}

a.btn_tel01 span{
	background: url("../image/common/icn_tel01.svg") no-repeat 0% 50%;
	background-size: 24px;
	padding: 0 0 0 30px;
    font-family: "Open Sans", sans-serif;
      font-optical-sizing: auto;
      font-weight: 700;
      font-size: 1.5rem;
}
/*フッター（スマホ）
*************************************************/
footer{
	background-color:#6a8ec0;
	background-image: url("../image/common/bg_window01.png");
	background-size: 190px;
	background-repeat: no-repeat;
	background-position: right -20% top 242px;
	color: #FFF;
	font-size: 0.88rem;
	line-height: 175%;
	padding: 2rem 0 3rem 0;
    margin: 0;
}

.footer_in {
    width:100%;
	margin: 0 auto;
	padding: 0 5%;
    
}
.footer_in .logo_footer01{
	margin: 0 auto 2rem auto;
    text-align: center;
	transform: none;
    width: 156px;
}
.box_address{
	width: 100%;
	margin: 0 0 1.5rem 0;
    padding-bottom: 3rem;
	border-bottom: 3px double #FFFFFF;
}

.box_address .siteName_01{
	font-size: 1.1rem;
	margin-bottom:0.4rem;
}
.box_address .siteName_02{
	font-size: 1.28rem;
	margin-bottom:0.5rem;
}

.box_footerLink{
	padding: 0 0 0 0.5rem;
}
.box_footerLink a{color: #FFF;	text-decoration: none;}

ul.ul_footer01,
ul.ul_footer02{
	width: 100%;
}
ul.ul_footer01 {margin-bottom: 2rem; font-size: 1.03rem}

ul.ul_footer01 li {
    margin: 7px 0 7px 12px;
    padding-left: 8px;
    position: relative;
    width: 45%;
    /*float:left;*/
    display: inline-block;
}

ul.ul_footer01 li:after{
  content:"";
  position: absolute;
  top: 8px;
  left: -12px;
  width: 10px;
  height:10px;
  background: #FFF;
  /*color: #fff;*/
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);}


ul.ul_footer02 {margin: 0 0 1rem 0;}
ul.ul_footer02 li{
	position: relative;
	padding: 0 0 0.25rem 1rem;
}
ul.ul_footer02 li:before{
	position: absolute;
	content: '';
	top: 11px;
	left: 4px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #FFF;
}
/*コピーライト*/
.copyright{
	/*clear: both;*/
	width: 100%;
	padding: 1rem 0 0 0;
	font-size: 0.81rem;
	text-align: center;
}

/* ボタン_ページトップ */
.btn_pagetop{
	/*display: none;*/
	position: fixed;
	bottom: 0;
	right: 0;
	width:50px;
	height:50px;
	z-index: 5;
}


/*-------------------------------------------------------------------------------------------------------------------------------
	タブレット用（768px～）
---------------------------------------------------------------------------------------------------------------------------------*/
@media print, screen and (min-width:768px){

.sp_none	{display: block;}
.sp_none02	{display: inline-block;}
.pc_none	{display: none;}

/*ヘッダー（タブレット）
*************************************************/
.header_common {
    height: 80px;
    margin: 0;
}

h1.h1_logo_common01{
	top: 18px;
	left: 16px;
    max-width: 135px;
}

/*グローバルナビ*/
nav#nav_global_common01 {display: block;}

.ul_header02 {
    display: flex;
    width: 69%;
    position: absolute;
    top:18px;
    left: 30%;
}
.ul_header02 li {
    /*height: 46px;
	line-height: 46px;*/
    margin: 10px 0 10px 38px;
    padding-left: 8px;
    position:relative;
}

.ul_header02 li:after{
  content:"";
  position: absolute;
  top: 8px;
  left: -10px;
  width: 10px;
  height:10px;
  background: #1a1a1a;
  /*color: #fff;*/
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);}

.ul_header02 li a{ color: #1a1a1a; text-decoration: none; font-weight: bold; }


/*ページタイトル周辺（タブレット）
*************************************************/
#pageTitle02{background-image: linear-gradient(90deg, #c9d1d9 5%, #eee7da 35%, #eee7da 45%, #BEC2C4 95%);}/*【その2】グラデーション背景*/
#pageTitle03{background-image: linear-gradient(90deg, #c9d1d9 5%, #eee7da 35%, #eee7da 45%, #BEC2C4 95%);}/*【その3】グラデーション背景*/

.pageTitle_in{
	width: 100%;
	height: 290px;
}

.pageTitle_in03{
	height: 150px;
}
#headerImg{
	top:64px;
	right: 0;
    /*bottom: 0;*/
	width: 79%;
	height: 226px;
    border-radius: 39px 0 0 0;
}

#headerImg03{
	height: 150px;
}
.decoimg_bird03 {
    top:35px;
    left:24%;
}

/*パンくずナビ*/
/*ページタイトル*/
h2.h2_pagetitle01,
h2.h2_pagetitle02{
	top: 30px;
	left: 0;
	padding: 0 0 0 6.5%;
	font-size: 3.6rem;
    text-shadow: 4px 3px 0 #fff;
}

h2.h2_pagetitle02 {
    top: 45px;
    padding: 0;
}

h2.h2_pagetitle01 .sub,
h2.h2_pagetitle02 .sub{
	font-size: 0.98rem;
	padding: 20px 0 0 5px;
}

h2.h2_pagetitle02 .sub {font-size: 1.06rem;padding: 15px 0 0 0;}

.sub_dropCap:first-letter{/*先頭文字をおおきく*/
	font-size: 1.2em;}
/*下層ナビ（タブレット）
*************************************************/
#nav_lower01{width:64%;}
#nav_lower01 ul li{
    width: 23%;
	margin: 0 1% 0.5rem 1%;
}
#nav_lower01 li.all{;width: 22%; margin: 0 1% 0.5rem 1%;}/*タブレットサイズ以上解除*/

/*コンテンツ（タブレット）
*************************************************/
.inner01{/*pc:1000+32+32=1064px*/
	max-width: 1064px;
	padding: 0 2rem;
}
.inner02{/*pc:1100+32+32=1164px*/
	max-width: 1164px;
	padding: 0 2rem;
}
.inner03{/*pc:1200+32+32=1264px*/
	max-width: 1264px;
	padding: 0 2rem;
}

/*hタイトル*/

h3.h3_com01 {
    font-size: 1.625rem;
	padding: 10px 0;
	margin: 2rem 0 2rem 0;
}
h3.h3_com01:after {
  width: 11%;
}


h3.h3_com02 {
	font-size: 1.5rem;
	padding: 15px 0 15px 0;
	margin: 1rem 0 2rem 0;
}

/*ボタン*/

/*画像*/
img.img_right_w280,
img.img_right_w340,
img.img_right_w400{
	float: right;
	width: 40%;
	max-width: 340px;
	margin: 0 0 1rem 2rem;
}
img.img_right_w280 {max-width: 280px;}
img.img_right_w340 {max-width: 340px;}
img.img_right_w400 {max-width: 400px;}

img.img_left_w280,
img.img_left_w340,
img.img_left_w400{
	float: left;
	width: 40%;
	max-width: 340px;
	margin: 0 2rem 1rem 0;
}
img.img_left_w280 {max-width: 280px;}
img.img_left_w340 {max-width: 340px;}
img.img_left_w400 {max-width: 400px;}

/*お問い合わせ共通（タブレット）
*************************************************/
#area_contact01 {
    background: url("../image/common/bg_com_contact01.webp") no-repeat 50% 60%;
    background-size: 100%;
}

#area_contact01 .box_01{
	text-align: center;
	margin: 0 0 5rem 0;
}

/*スマホでタップした時だけ電話発信を有効にする*/
a[href^="tel:"]{
	pointer-events: none;
}

/*フッター（タブレット）
*************************************************/
footer{
	background-size: 160px;
	background-position: right -10% top 242px;
    padding: 3rem 0 3rem 0;
}

.box_address{
    float: left;
	width: 40%;
	margin: 0 ;
    padding-bottom: 0;
    border-right: 3px double #FFFFFF;
    border-bottom:none;
}

.box_footerLink{
    float: left;
    width: 55%;
	padding: 0 0 0 5%;
}


/********/
}

/*-------------------------------------------------------------------------------------------------------------------------------
	PC用（1100px～）
---------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 1100px){
body{
	font-size: 1.06rem;
	line-height: 175%;
}
hr	{margin: 3rem 0;}
.inline_pc	{padding: 0 0 0 1rem;}


/*ヘッダー（PC）
*************************************************/
.header_common {
    height: 115px;
    margin: 0;
}

h1.h1_logo_common01{
	top: 30px;
	left: 30px;
	/*width: 12%;*/
    width: 160px;
}
/*グローバルナビ*/
.ul_header02 {
    width: 56%;
    top: 30px;
    left: 28%;
}
.ul_header02 li {
    /*height: 46px;
	line-height: 46px;*/
    margin: 10px 0 10px 65px;
    padding-left: 8px;
    position:relative;
}
.ul_header02 li:after{top: 10px;}

#box-header-contact {
    display: block;
    position: absolute;
    top:33px;
    right: 0;
    width: 200px;
    height: 50px;
    text-align: center;
    background: #055a8c;
    border-radius: 25px 0 0 25px;
}
a.btn-header-contact01 {
    color: #FFF;
    line-height: 50px;
    height: 50px;
    width: 100%;
    text-decoration: none;
    font-weight: bold;
    display: block;
    /*background: #055a8c;
    border-radius: 25px 0 0 25px;*/

}
a.btn-header-contact01 span{
	background: url("../image/common/icn_mail02.svg") no-repeat 0% 50%;
	background-size: 24px;
	padding: 0 0 0 34px;
}

/*ページタイトル周辺（PC）
*************************************************/
.pageTitle_in{
	width: 100%;
	height: 490px;
}

#headerImg{
	top:106px;
	right: 0;
	width: 75%;
	height: 384px;
    border-radius: 65px 0 0 0;
}
#headerImg:before{
  border-radius: 65px 0 0 0;
}

/*ページタイトル*/
h2.h2_pagetitle01{
	top: 60px;
	left: 0;
	padding: 0 0 0 6.0%;
	font-size: 6.125rem;
    text-shadow: 4px 3px 0 #fff;
}
h2.h2_pagetitle01 .sub{
	font-size: 1.5rem;
	padding: 50px 0 0 5px;
}

.sub_dropCap:first-letter{/*先頭文字をおおきく*/
	font-size: 1.2em;
	line-height: 100%;
}


.decoimg_bird02,
.decoimg_bird03{
    top:334px;
    left: 4%;
    width: 102px;
    background-size: 102px;
    min-height: 88px;
}

.decoimg_bird03 {
    top:35px;
    left:24%;
}

/*パンくずナビ*/
#nav_topicPath01{
	max-width: 1200px;
	padding: 1rem 30px 0 30px;
}

/*下層ナビ（PC）
*************************************************/
/*下層ナビ①*/
#nav_lower01{
    width:39%;
	font-size: 0.93rem;
	margin-bottom: 1.5rem;
}
#nav_lower01 ul li{
    width: 23.3%;
	margin: 0 0.75% 0.5rem 0.75%;
}


/*コンテンツ（PC）
*************************************************/

/*タイトル、文章*/


/*ボタン*/
a.btn_com01{padding: 0 35px 0 25px;}
a.btn_com02{padding: 0 30px 0 30px;}
/*a.btn_com03 {
	font-size: 1.5rem;
	padding: 35px 55px 35px 35px;
	background: #EA2635 url("../image/common/icn_arrow02.png") no-repeat right 18px top 50%;
	background-size: 35px;
	border-radius: 30px;
}*/

/*リスト*/
ul.ul_com01 li:before{top: 13px;}
ul.ul_com02 li:before{top: 8px;}
/*画像*/
img.img_right_w280,
img.img_right_w340,
img.img_right_w400{
	border-radius: 30px;
	margin: 0 0 1rem 3rem;
}

/*お問い合わせ共通（PC）
*************************************************/
h2.h2_home_contact01{
	font-size:3.125rem;
}

/*フッタ―（PC）
*************************************************/
footer{
	background-size: 380px;
	background-position: right -5% bottom 55px;
    padding: 4rem 0 3rem 0;
}
.footer_in .logo_footer01{
	margin: 0 auto 4rem auto;
}
.box_address{
    float: left;
	width: 30%;
	margin: 0 ;
    padding-bottom: 0;
    border-right: 3px double #FFFFFF;
    border-bottom:none;
}

.box_footerLink{
    float: left;
    width: 65%;
	padding: 0 0 0 5%;
}

.box_footerLink a:hover{text-decoration: underline;}

ul.ul_footer01,
ul.ul_footer02 {float: left; width:50%; margin-bottom: 3rem;}


/*コピーライト*/
.copyright{
	text-align: left;
	padding: 1rem 0 0 0;
    font-size:0.94rem;
}

/********/
}