@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700&family=Noto+Sans+JP:wght@300;400;500;600;700&family=Oswald:wght@200;300;400;500;600;700&display=swap');

* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
  height: 100%;
}

body {
	color: #111;
	background-color: #F2F6F7;
	font-family: 'Lato', 'Oswald', 'Noto Sans JP', "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	word-wrap: break-word;
	height: 100%;
	line-height: 1.7;
}

.font_mincho {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

section,
article {
	display: block;
}

img {
	vertical-align: top;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

a:hover img {
	filter: brightness(120%);
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

li {
	list-style-type: none;
}

a {
	color: #0099CC;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
a:hover {
	color: #00CCCC;
	text-decoration: none;
}

a.col_w {
	color: #fff;
}

.col_red {
	color: #f35050;
}

table {
	border-collapse: collapse;
}
table td {
	border-collapse: collapse;
}

.clfix:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}

.a_point {
	margin-top: -89px;
	padding-top: 89px;
	display: block;
}

@media only screen and (max-width: 960px) {
.a_point {
	margin-top: -55px;
	padding-top: 55px;
}
}

/*
ヘッダー
-------------------------------------------*/
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(255,255,255,0.8);
}


header h1 a img {
	display: block;
	position: absolute;
}


header .h_tel a {
	display: block;
	text-align: center;
	position: absolute;
	text-decoration: none;
	color: #0fa3c0;
	font-size: 20px;
	width: auto;
	font-weight: 400;
	letter-spacing: 1px;
	font-family: 'Oswald', sans-serif;
}

header .h_tel a span {
	font-size: 130%;
}

header .h_tel a i {
	padding-left: 5px;
	padding-right: 5px;
}

header .h_tel a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #0fa3c0;
}


#g_navi ul li a.ac_menu {
	cursor: pointer;
	overflow: hidden;
}


/*
メインコンテンツ
-------------------------------------------*/
.content {
	width: 100%;
	background-color: #F2F6F7;
	color: #111;
	padding-top: 0;
	padding-bottom: 50px;
}
.cont_wrap {
	max-width: 1400px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

#sub_top {
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: top;
	background-attachment: fixed;
	height: 340px;
	line-height: 1;
	padding-top: 140px;
	width: 100%;
	background-size: 100%;
	text-align: center;
	font-weight: 700;
	color: #c04444;
	font-size: 80px;
	letter-spacing: 0.1em;
	-moz-text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.85);
	-webkit-text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.85);
	-ms-text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.85);
	text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.85);
	margin-bottom: 50px;
}

#index_top {
	height: 100%;
	width: 100%;
	position: relative;
	overflow: hidden;
}


#index_top #top_catch {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 10;
	width: 640px;
	height: 420px;
	margin-top: -210px;
	margin-left: 0px;
	color: #FFF;
	background-color: #0fa3c0;
	background-color: rgba(15,163,192,0.9);
	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;
	border-radius: 0px 10px 10px 0px;
	-webkit-border-radius: 0px 10px 10px 0px;
	-moz-border-radius: 0px 10px 10px 0px;
}

#index_top #top_catch h2 {
	font-size: 48px;
	letter-spacing: 0.03em;
	font-weight: 600;
	line-height: 1.5;
	margin: 0;
	text-align: center;
}

#index_top #top_catch h2 span {
	font-size: 200%;
	letter-spacing: 0.1em;
	font-weight: 700;
}

@media screen and (max-width:767px){
#index_top #top_catch {
	top: 32%;
	left: 15%;
	width: 70%;
	height: 36%;
	margin-top: 0px;
	margin-left: 0px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#index_top #top_catch h2 {
	font-size: 36px;
}
}


@media screen and (max-width:640px){
#index_top #top_catch {
	top: 30%;
	left: 8%;
	width: 84%;
	height: 40%;
	margin-top: 0px;
	margin-left: 0px;
}
#index_top #top_catch h2 {
	font-size: 28px;
}

#index_top #top_catch h2 span {
	font-weight: 600;
}
}

@media screen and (max-width:480px){
#index_top #top_catch h2 {
	font-size: 26px;
}
}

.content h2,.loop_wrap_base h2,.company-box h2 {
	font-size: 42px;
	line-height: 1.7;
	margin-bottom: 10px;
	font-weight: 700;
	letter-spacing: 3px;
	text-align: center;
	padding: 10px 0 20px 0;
	clear: both;
	color: #036;
}

.content h2 i {
	padding: 10px;
	color: #71F0BD;
}


@media screen and (max-width:640px){

.content h2,.loop_wrap_base h2,.company-box h2 {
	font-size: 32px;
	padding: 0 0 15px 0;
	font-weight: 500;
}

}



.content h3 {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 30px;
	position: relative;
	margin-top: 30px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 44px;
	font-weight: normal;
	color: #2E94AD;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
	clear: both;
	letter-spacing: 0.05em;
}

.content h3::after {
	display: block;
	width: 3px;
	height: 20px;
	position: absolute;
	top: 20px;
	left: 20px;
	background-color: #82CCD5;
	content: '';
}

.content h3 span {
	font-size: 15px;
	color: #555;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	padding-left: 15px;
}
.content h4 {
	font-size: 20px;
	color: #597E84;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ADC4C7;
	letter-spacing: 0.1em;
	padding: 10px;
	font-weight: bold;
	clear: both;
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 30px;
}

.content p {
	font-size: 16px;
	padding: 10px;
	margin-bottom: 30px;
	margin-top: 20px;
	margin-right: 30px;
	margin-left: 30px;
}



/*
帯
-------------------------------------------*/
.obi_001 {
	background-image: url(../img/obi_001.jpg);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 10%;
	padding-right: 20px;
	padding-bottom: 10%;
	padding-left: 20px;
	background-size: cover;
	background-attachment: fixed;
	background-position: center bottom;
	color: #0c2640;
	margin-top: 0;
	margin-bottom: 0;
	text-shadow: 1px 1px 2px #fff, -1px -1px 2px #fff,
  -1px 1px 2px #fff,  1px -1px 2px #fff,
  1px 0 2px #fff, -1px  0 2px #fff,
  0 1px 2px #fff,  0 -1px 2px #fff;
}

.content .obi_001 h2 {
	color: #16304a;
	font-size: 36px;
	line-height: 1.4;
	font-weight: 600;
	border-bottom: none;
	padding-bottom: 0px;
	letter-spacing: 0.05em;
	margin-bottom: 30px;
}

.content .obi_001 h2 span {
	font-size: 320%;
	letter-spacing: 0.15em;
	font-weight: 700;
}
.obi_001 p {
	font-size: 24px;
	line-height: 2.2;
	font-weight: 500;
	padding: 0;
	margin: 0 0 1em 0;
}

.content .obi_001 .tel {
	font-size: 24px;
	font-weight: 500;
	text-decoration: none;
	font-family: 'Oswald', sans-serif;
}
.content .obi_001 .tel strong {
	font-size: 340%;
	letter-spacing: 0.05em;
	color: #db3b3b;
	line-height: 1.5;
}
.content .obi_001 .tel span {
	border: 1px solid #ADC4C7;
}
.content .obi_001 .tel i {
	padding-right: 15px;
	font-size: 230%;
}


@media screen and (max-width:767px){
.obi_001 {
	padding-left: 15px;
	padding-right: 15px;
}

.content .obi_001 h2 {
	font-size: 30px;
}
.obi_001 p {
	font-size: 20px;
	line-height: 1.8;
}
.content .obi_001 .tel {
	font-size: 20px;
}
}

@media screen and (max-width:640px){
.obi_001 {
	background-image: url(../img/obi_001_sp.jpg);
	padding-left: 10px;
	padding-right: 10px;
}

.content .obi_001 h2 {
	font-size: 24px;
}

.obi_001 p {
	margin-left: 15px;
	margin-right: 15px;
	font-size: 16px;
}
.content .obi_001 .tel {
	font-size: 16px;
}
}

@media screen and (max-width:460px){
.content .obi_001 h2 {
	font-size: 18px;
}
.obi_001 p {
	font-size: 15px;
}
.content .obi_001 .tel {
	font-size: 14px;
}

.content .obi_001 .tel strong {
	font-size: 280%;
}

}


/*
お問い合わせ部分
-------------------------------------------*/

.box_contact {
	background-color: #24a7d3;
	padding: 0 20px;
	text-align: center;
	color: #fff;
}

.box_contact h3 {
	color: #fff;
	font-size: 28px;
	line-height: 1.6;
	font-weight: 500;
	margin: 15px 0;
}

.box_contact .tel {
	font-size: 24px;
	font-weight: 500;
	text-decoration: none;
	font-family: 'Oswald', sans-serif;
	padding: 0 0 80px 0;
}
.box_contact .tel strong {
	font-size: 300%;
	letter-spacing: 0.05em;
	color: #f0e80f;
	line-height: 1.5;
}
.box_contact .tel i {
	padding-right: 10px;
	font-size: 200%;
}

@media screen and (max-width:640px){
.box_contact h3 {
	font-size: 22px;
}
.box_contact .tel {
	font-size: 16px;
	padding: 0 0 60px 0;
}
}

@media screen and (max-width:480px){
.box_contact h3 {
	font-size: 20px;
}
.box_contact .tel {
	font-size: 14px;
	padding: 0 0 40px 0;
}
}



/*
トップへ戻るボタン
-------------------------------------------*/
.to_top {
	position: fixed;
	bottom: 0px;
	right: 0px;
	z-index: 800;
}
.to_top a {
	text-decoration: none;
	text-align: center;
	display: block;
	width: 60px;
	height: 60px;
	background-color: #1BD;
	color: #FFF;
	text-align: center;
	font-size: 32px;
	line-height: 60px
}
.to_top a:hover {
	background-color: #99ecfd;
	color: #FFF;
}

/*
フッター
-------------------------------------------*/

footer {
	background-color: #fff;
	color: #345;
	clear: both;
	width: 100%;
	display: block;
	padding-top: 0;
}

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;
	max-width: 1400px;
	padding: 0 20px 30px 20px;
}

footer .cont_wrap .f_box {
	width: 20%;
	padding: 0;
}

footer .cont_wrap .f_box.lg {
	width: 49%;
}

footer .cont_wrap p {
	font-size: 14px;
}

footer .cont_wrap ul {
	padding: 0;
	margin-top: 30px;
	border-top: 1px solid #c7d5dd;
}

footer .cont_wrap ul li {
	border-bottom: 1px solid #c7d5dd;
}

footer .cont_wrap ul li i {
	padding-right: 5px;
	color: #1BD;
}

footer .cont_wrap ul li a {
	display: block;
	text-decoration: none;
	font-size: 14px;
	color: #555;
	padding: 5px 0 5px 10px;
}

footer .cont_wrap ul li a:hover,footer .cont_wrap ul li a:hover i {
	color: #fff;
	background-color: #1BD;
}

address {
	clear: both;
	font-size: 12px;
	font-style: normal;
	padding: 20px;
	text-align: center;
	letter-spacing: 1px;
	color: #FFF;
	background-color: #1376bc;
}


/*
テーブル
-------------------------------------------*/
table.table_01 {
	width: 100%;
	margin-bottom: 0;
	font-size: 16px;
	line-height: 1.5;
	border-top: 1px solid #c7d5dd;
	border-bottom: 1px solid #c7d5dd;
}
table.table_01 th,
table.table_01 td {
	border-bottom: 1px dotted #c7d5dd;
	padding: 10px 15px;
}
table.table_01 th {
	white-space: nowrap;
	font-weight: normal;
	letter-spacing: 1px;
	width: 23%;
	text-align: left;
	font-weight: 500;
	background-color: #F2F6F7;
}

table.table_01 td {
	background-color: #FFF;
}

table.table_01 ul li{
padding-left: 1em;
text-indent: -1.2em;
margin-bottom: 10px;
}
table.table_01 ul li:first-line{
	font-weight: 500;
}
table.table_01 ul li:before {
    content: "・";
    padding-right: .2em;
}

@media screen and (max-width:480px){

table.table_01 {
	width: 100%;
	margin-bottom: 0;
	font-size: 16px;
	line-height: 1.5;
	border-top: 1px solid #c7d5dd;
	border-left: 1px solid #c7d5dd;
	border-right: 1px solid #c7d5dd;
	border-bottom: 1px solid #c7d5dd;
}

table.table_01 th,
table.table_01 td {
	width: 100% !important;
	display: block;
}

table.table_01 th {
	text-align: center;
}
table.table_01 th {
}

}


/*
コンテンツボックス
-------------------------------------------*/

.box_cont_top{
	width: 100%;
	max-width: 1400px;
	margin: auto;
}

.box_cont {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding-top: 0;
	padding-right: 30px;
	padding-left: 30px;
}

@media screen and (min-width:1400px){
.box_cont {
	padding-right: 0;
	padding-left: 0;
}
}

.content .box_cont .box_c_in h2 {
	padding-bottom: 10px;
	font-size: 24px;
	border-bottom-width: 1px;
	border-bottom-color: #CCC;
	padding-top: 10px;
}

.box_cont .box_c_in02 {
	width: 32%;
	min-height: 200px;
	padding: 15px;
	border: 1px solid #CFDEE0;
	margin-bottom: 30px;
	background-color: rgba(255,255,255,0.6);
}

.box_cont .box_c_in02:hover {
	background-color: rgba(255,255,255,1);
	border-top-color: #1BD;
	border-right-color: #1BD;
	border-bottom-color: #1BD;
	border-left-color: #1BD;
}

.box_cont .box_c_in02 img {
	max-width: 100%;
}

.content .box_cont .box_c_in02 h2 {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 24px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0085B2;
	margin: 0;
	color: #0F688B;
	letter-spacing: 1px;
	font-weight: 600;
}

.content .box_cont p {
	font-size: 16px;
	padding: 0;
	margin: 15px;
}

.box_cont .a_point02 {
	margin-top: -89px;
	padding-top: 89px;
}

@media only screen and (max-width: 960px) {
.box_cont .a_point02 {
	margin-top: -55px;
	padding-top: 55px;
}
}


.box-child{
  width:48%;
  height:auto;
  display:flex;
  flex-direction:column;
  box-sizing:border-box;
  margin-bottom: 50px;
  border-radius: 10px;
  box-shadow: 0px 0px 15px 1px rgba(113, 165, 200, 0.3);
  background: #fff;
}

.box-child-title{
  width:100%;
  text-align:center;
  font-weight:600;
  border-radius: 10px 10px 0 0;
  background: #d24c4c;
  padding:10px;
  font-size: 26px;
  color: #fff;
  letter-spacing: 2px;
  margin: 0;
}
.box-child-text{
  width:100%;
  flex-grow:1;
  padding:20px 30px 30px 30px;
  box-sizing:border-box;
  font-size: 18px;
  line-height: 1.8;
}

.box-child-text ul{
margin: 0 0 0 1em;
}

.box-child-text ul li{
padding-left: 1em;
text-indent: -0.7em;
margin-bottom: 5px;
}

.box-child-text ul li i {
padding-right: 0.2em;
color: #d24c4c;
}

@media only screen and (max-width: 768px) {
.box_cont .box_c_in02 {
	width: 48%;
}
}

@media only screen and (max-width: 640px) {
.box_cont {
	padding-right: 20px;
	padding-left: 20px;
}

.box_cont .box_c_in,.box_cont .box_c_in02 {
	width: 100%;
	margin-bottom: 40px;
}

.content .box_cont .box_c_in02 h2 {
	font-size: 20px;
}
.content .box_cont p {
	font-size: 14px;
}

.box-child{
  width:100%;
}

.box-child-title{
  font-size: 20px;
}
.box-child-text{
  font-size: 16px;
}
}

@media only screen and (max-width: 480px) {
.box-child-title{
  font-size: 18px;
}
.box-child-text{
  font-size: 14px;
}

.box-child-text ul{
margin: 0;
}
}




@media screen and (min-width:960px){
body {
	font-size: 16px;
}

/*
ヘッダー
-------------------------------------------*/
header {
	height: 90px;
}


header h1 a img {
	top: 23px;
	left: 10px;
	height: 44px;
}

header .h_tel a {
	top: 23px;
	right: 10px;
	line-height: 44px;
}

.menu_btn,
.btn_close {
	display: none;
}

/*
PCグローバルナビ
-------------------------------------------*/
#g_navi {
	position: absolute;
	right: 260px;
	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 15px;
	line-height: 30px;
	display: block;
	color: #111;
	text-decoration: none;
	text-align: center;
	position: relative;
	float: left;
	letter-spacing: 2px;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Oswald', 'Noto Sans JP', sans-serif;
}

#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(17,187,221, 1);
	top:0px;
	width: 80%;
	left: 10%;
}

#g_navi li a:hover {
	color: #1BD !important;
}

#g_navi.txt_w li a {
	color: #FFF;
}

header.fixed #g_navi.txt_w li a {
	color: #111;
}

#g_navi li.contact a {
	background-color: #1BD;
	color: #FFF !important;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: 10px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
#g_navi li.contact a:hover {
	background-color: #FFF;
	color: #1BD !important;
}
#g_navi li.contact a::before {
	display: none;
}


/*
ヘッダー
-------------------------------------------*/

#sub_top.item {
	background-image: url(../img/sub_top_item.jpg);
}

.no_pc {
	display: none !important;
}

}
/*-- /960px～ --*/


@media screen and (min-width:1200px){

header h1 a img {
	left: 50%;
	margin-left: -590px;
}

header .h_tel a {
	right: 50%;
	margin-right: -590px;
}

header #g_navi {
	right: 50%;
	margin-right: -350px;
}

}

@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 h4 {
	margin-right: 10px;
	margin-left: 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: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	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: #1BD;
}
.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: #7BC;
}

.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: #F2F6F7;
	background-color: rgba(242,246,247,0.88);
	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: 34px;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 1px;
}
#g_navi ul li a:hover {
	color: #1BD;
}

#g_navi ul li.contact a {
	text-align: center;
	background-color: #1BD;
	color: #FFF;
	width: 90%;
}

#g_navi ul li.contact a:hover {
	background-color: #FFF;
	color: #1BD;
}


/*
メニューシャドウ
-------------------------------------------*/
.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_tel a {
	top: 7px;
	right: 60px;
	line-height: 36px;
	font-size: 16px;
}

header .h_menu {
	display: none;
}

header #info {
	display: none;
}

#sub_top {
	margin-bottom: 30px;
}

#sub_top.item {
	background-image: url(../img/sub_top_item_sp.jpg);
}


/*
フッター
-------------------------------------------*/
footer {
}

footer .cont_wrap .f_box {
	width: 50%;
	text-align: center;
}
footer .cont_wrap .f_box.lg {
	width: 100%;
}

footer .cont_wrap .f_box ul  {
	text-align: left;
}

.no_sp {
	display: none;
}

}
/*-- /～960px --*/




/*
ピックアップ
-------------------------------------------*/
.pick_up {
	width: 100%;
}


.pick_up ul {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 1400px;
	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;
}

.pick_up ul::before{
  content:"";
  display: block;
  width:24%;
  order:1;
}
.pick_up ul::after{
  content:"";
  display: block;
  width:24%;
}

.pick_up ul li {
	width: 24%;
	position: relative;
	margin-bottom: 20px;
}
.pick_up ul li a {
	display: block;
	overflow: hidden;
	position: relative;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	cursor: pointer;
}
.pick_up ul li a img {
	width: auto;
	max-width: 100%;
	z-index: 0;
}
.pick_up ul li 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 )";
	cursor: pointer;
}

.pick_up ul li a::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(16,131,173,0.7);
	z-index: 5;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	cursor: pointer;
}

.pick_up ul li a:hover::before {
	background-color: rgba(54,185,175,0.85);
	cursor: pointer;
}


.pick_up ul li a div {
	color: #FFF;
	font-size: 26px;
	line-height: 1.3;
	text-decoration: none;
	text-align: center;
	display: block;
	width: 90%;
	margin-top: -20px;
	margin-left: -45%;
	position: absolute;
	left: 50%;
	top: 48%;
	font-weight: 500;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	z-index: 10;
	letter-spacing: 1px;
	text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.6), 0px 0px 7px rgba(0, 0, 0, 0.6);
}
.pick_up ul li a div span {
	font-size: 16px;
	letter-spacing: 1px;
}

.pick_up ul li a div span i {
	padding-left: 5px;
}

@media screen and (max-width:1200px){
.pick_up ul li a div {
	font-size: 20px;
}
.pick_up ul li a div span {
	font-size: 14px;
}
}

@media screen and (max-width:960px){

.pick_up ul li {
	width: 32%;
	margin-bottom: 15px;
}
}

@media screen and (max-width:640px){
.pick_up ul li {
	width: 44%;
	margin: 0 15px 15px 15px;
}
.pick_up ul li a div {
	font-size: 18px;
}
}

@media screen and (max-width:500px){
.pick_up ul li {
	width: 42%;
	margin: 0 15px 15px 15px;
}
.pick_up ul li a div {
	font-size: 15px;
}
.pick_up ul li a div span {
	font-size: 12px;
}
}


/*
無限ループ
-------------------------------------------*/
.loop_wrap_base {
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: #fff;
	padding-top: 40px;
	padding-bottom: 10px;
}

.loop_wrap_base_box  {
	max-width: 1400px;
	width: 100%;
	font-size: 22px;
	margin: 20px auto 40px auto;
	padding: 0 15px;
	text-align: center;
	font-weight: 500;
}

@media screen and (max-width:640px){
.loop_wrap_base_box  {
	font-size: 16px;
	margin: 10px auto 40px auto;
	padding: 0 20px;
}
}

.loop_wrap {
  display: flex;
  width: 300%;
  height: auto;
  margin: 40px 0 30px 0;
}

.loop_wrap ul {
  width: 100%;
  height: auto;
  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;
}

.loop_wrap ul li {
	width: 16.66%;
}

.loop_wrap ul li a {
	display: block;
	text-decoration: none;
	color: #555;
	text-align: center;
	line-height: 1.6;
	font-size: 16px;
	position: relative;
	cursor: pointer;
}

.loop_wrap ul li a:hover {
	color: #11BBDD;
	cursor: pointer;
}

.loop_wrap ul li a img {
	width: 100%;
	display: block;
	margin-bottom: 10px;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}

.loop_wrap ul:first-child {
  animation: loop 70s -35s linear infinite;
}

.loop_wrap ul:last-child {
  animation: loop2 70s linear infinite;
}

.loop_wrap:hover ul {
  animation-play-state: paused;
}



/*
会社概要
-------------------------------------------*/
.company-box {
	width: 100%;
	background-color: #fff;
	padding-top: 30px;
	padding:30px 20px 0 20px;
}

.company-box-in {
	max-width: 1400px;
	margin: 30px auto 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.company-box-in img {
	max-width: 100%;
}

.company-box-in01 {
	width: 42%;
	margin-bottom: 40px;
}

.company-box-in02 {
	width: 55%;
	margin-bottom: 40px;
}

@media screen and (max-width:767px){

.company-box-in01,.company-box-in02 {
	width: 100%;
}
}



/*
グーグルマップ
-------------------------------------------*/

.g_map_base {
   width: 100%;
   margin: 0;
}

.g_map {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}

.g_map iframe,
.g_map object,
.g_map embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

@media screen and (min-width:1400px){
.g_map {
padding-bottom : 45%;
}
}

@media screen and (max-width:640px){
.g_map {
padding-bottom : 75%;
}
}




/*
スライド
-------------------------------------------*/
.splide {
  width: 100%;
  margin: 0 auto;
}
.splide__track {
  margin-bottom: 30px;
}

.splide__slide {
  height: auto;
}
.splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.splide__pagination__page.is-active {
    background: #f35050 !important;
    opacity: .9 !important;
}

.splide__arrow {
    background: #fff !important;
    opacity: .9 !important;
}


@media screen and (max-width:640px){

header .h_tel a {
	width: 40px;
	line-height: 32zpx;
	font-size: 18px;
	right: 50px;
	color: #11BBDD;
}

header .h_tel a span {
	display: none !important;
}
header .h_tel a:hover {
	color: #FFF;
}

.box_contact p {
	font-size: 14px;
}
	

#sub_top {
	height: 200px;
	padding-top: 80px;
	font-size: 40px;
}

.content {
	padding-top: 0;
	padding-bottom: 0;
}

.content p {
	margin-bottom: 20px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}

.loop_wrap {
  width: 480%;
  margin: 20px 0 0 0;
}

.loop_wrap ul li a {
	font-size: 14px;
}

.content .cont_wrap .txt_box {
	margin-left: 0px;
	margin-right: 0px;
}
}

@media screen and (max-width:460px){

input,
textarea {
	max-width: 300px !important;
}

#sub_top {
	font-size: 36px;
}

}

/*
エフェクト
-------------------------------------------*/
.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);    
}

.arrow_tbm {
	text-align: center;
	margin-top: -1px;
	padding-bottom: 10px;
}

.headline {
  position: relative;
}

.headline:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -14px;
  width: 0%;
  height: 4px;
  background: #f35050;
  transition: all 0.5s;
}

.headline.isActive:after {
  width: 100%;
}

@media screen and (max-width:640px){

.headline:after {
  bottom: -10px;
  height: 3px;
}
}



/*
-------------------------------------------*/

.pc-look,.pc-look02 { display: block !important; }
.sp-look,.sp-look02 { display: none !important; }

@media only screen and (max-width: 991px) {
.pc-look { display: none !important; }
.sp-look { display: block !important; }
}

@media only screen and (max-width: 480px) {
.pc-look02 { display: none !important; }
.sp-look02 { display: block !important; }
}


/* ----------------------------------------------------------------------
 text-align
---------------------------------------------------------------------- */
.align1{text-align:center !important;}
.align2{text-align:right !important;}
.align3{text-align:left !important;}

/* ----------------------------------------------------------------------
 font-size
---------------------------------------------------------------------- */
.text70{font-size:70% !important;}
.text80{font-size:80% !important;}
.text90{font-size:90% !important;}
.text100{font-size:100% !important;}
.text110{font-size:110% !important;}
.text120{font-size:120% !important;}
.text130{font-size:130% !important;}
.text140{font-size:140% !important;}
.text150{font-size:150% !important;}


/* ----------------------------------------------------------------------
 margin
---------------------------------------------------------------------- */
.m0{margin:0 !important;} 
.mt0{margin-top:0 !important;}
.mr0{margin-right:0 !important;}
.mb0{margin-bottom:0 !important;}
.ml0{margin-left:0 !important;}

.m5{margin:5px !important;}
.mt5{margin-top:5px !important;}
.mr5{margin-right:5px !important;}
.mb5{margin-bottom:5px !important;}
.ml5{margin-left:5px !important;}

.m10{margin:10px !important;}
.mt10{margin-top:10px !important;}
.mr10{margin-right:10px !important;}
.mb10{margin-bottom:10px !important;}
.ml10{margin-left:10px !important;}

.m15{margin:15px !important;}
.mt15{margin-top:15px !important;}
.mr15{margin-right:15px !important;}
.mb15{margin-bottom:15px !important;}
.ml15{margin-left:15px !important;}

.m20{margin:20px !important;}
.mt20{margin-top:20px !important;}
.mr20{margin-right:20px !important;}
.mb20{margin-bottom:20px !important;}
.ml20{margin-left:20px !important;}

.m25{margin:25px !important;}
.mt25{margin-top:25px !important;}
.mr25{margin-right:25px !important;}
.mb25{margin-bottom:25px !important;}
.ml25{margin-left:25px !important;}

.m30{margin:30px !important;}
.mt30{margin-top:30px !important;}
.mr30{margin-right:30px !important;}
.mb30{margin-bottom:30px !important;}
.ml30{margin-left:30px !important;}

.m35{margin:35px !important;}
.mt35{margin-top:35px !important;}
.mr35{margin-right:35px !important;}
.mb35{margin-bottom:35px !important;}
.ml35{margin-left:35px !important;}

.m40{margin:40px !important;}
.mt40{margin-top:40px !important;}
.mr40{margin-right:40px !important;}
.mb40{margin-bottom:40px !important;}
.ml40{margin-left:40px !important;}

.m45{margin:45px !important;}
.mt45{margin-top:45px !important;}
.mr45{margin-right:45px !important;}
.mb45{margin-bottom:45px !important;}
.ml45{margin-left:45px !important;}

.m50{margin:50px !important;}
.mt50{margin-top:50px !important;}
.mr50{margin-right:50px !important;}
.mb50{margin-bottom:50px !important;}
.ml50{margin-left:50px !important;}

.m55{margin:55px !important;}
.mt55{margin-top:55px !important;}
.mr55{margin-right:55px !important;}
.mb55{margin-bottom:55px !important;}
.ml55{margin-left:55px !important;}

.m60{margin:60px !important;}
.mt60{margin-top:60px !important;}
.mr60{margin-right:60px !important;}
.mb60{margin-bottom:60px !important;}
.ml60{margin-left:60px !important;}

.m65{margin:65px !important;}
.mt65{margin-top:65px !important;}
.mr65{margin-right:65px !important;}
.mb65{margin-bottom:65px !important;}
.ml65{margin-left:65px !important;}

.m70{margin:70px !important;}
.mr70{margin-right:70px !important;}
.mb70{margin-bottom:70px !important;}
.ml70{margin-left:70px !important;}

.m75{margin:75px !important;}
.mt75{margin-top:75px !important;}
.mr75{margin-right:75px !important;}
.mb75{margin-bottom:75px !important;}
.ml75{margin-left:75px !important;}

.m80{margin:80px !important;}
.mt80{margin-top:80px !important;}
.mr80{margin-right:80px !important;}
.mb80{margin-bottom:80px !important;}
.ml80{margin-left:80px !important;}

