@charset "UTF-8";
/* css [home] */

@import url("home/reason.css");
@import url("home/service.css");
@import url("home/voice.css");
@import url("home/movie.css");
@import url("home/news.css");
@import url("home/blog.css");
@import url("home/tabs_info.css");
@import url("home/ask.css");

/*---------------------------------------------------- */
/* ページ読み込み時に一瞬表示が崩れるのを防ぐ方法 */
/*---------------------------------------------------- */
#page-wrap {
  display: none;
}

/*---------------------------------------------------- */
/* Main */
/*---------------------------------------------------- */
#maincontainer {
	background-color: #fff;
}
#maincontainer #contents {
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
}

/*---------------------------------------------------- */
/* h1 */
/*---------------------------------------------------- */
/*== Waku ==*/
#page-title {
	padding: 0;
	margin: 0 auto;
	height: auto;
	display: none;
}
#page-title h1 {
	padding: 0;
	margin: 0;
	color: #FFF;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 0;
	font-style: normal;
	font-weight: 800;
	text-align: center;
	line-height: 1.0;
}

/*---------------------------------------------------- */
/* Sitewise */
/*---------------------------------------------------- */
/*== Waku ==*/
#mainbanner {
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
	background-color: #fff;
	position: relative;
}
#mainbanner .slider {
	padding: 0;
	margin: 0;
	width: 100%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}
#mainbanner figure {
	padding: 0;
	margin: 0;
	width: 100%;
	position: relative;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}

/*== img ==*/
#mainbanner figure img {
	padding: 0;
	margin: 0 auto;
	height: 100%;
	max-height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	font-family: 'object-fit: cover; object-position: 50% 0';
	position: relative;
	overflow: hidden;
}

/*== Figcaption ==*/
#mainbanner figure figcaption {
	padding: 0;
	margin: 0;
	height: auto;
	position: absolute;
}
#mainbanner figure figcaption.slide__title {
    display: block;
    opacity: 0;
	transform: matrix(1, 0, 0, 1, 0, 5000);
	transition: 3.5s cubic-bezier(0.22, 1, 0.36, 1);
	position: absolute;
	color: #fff!important;
	text-align: center;
}
#mainbanner figure figcaption.slide__title.on {
    opacity: 1;
	transform: matrix(1, 0, 0, 1, 0, 0);
	position: absolute;
	color: #fff!important;
	display: block;
	text-align: center;
}

/*== h2 ==*/
#mainbanner figure figcaption.slide__title.on h2 {
	padding: 0;
	margin: 0;
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 800;
	line-height: 1.3;
}
#mainbanner figure figcaption.slide__title.on h2 em {
	padding: 0;
	margin: 0;
	font-size: 155%;
	font-weight: 900;
	font-style: normal;
}

/*== P ==*/
#mainbanner figure figcaption.slide__title.on p {
	padding: 0;
	margin: 0;
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	line-height: 1.4;
}

/*== Slider Custom ==*/
.slick-dots {
	bottom: -30px;
}
.slick-dots li {
	width: 12px;
	height: 12px;
	margin: 0;
}
.slick-dots li + li {
	margin-left: 20px;
}
.slick-dots li button {
	width: 12px;
	height: 12px;
	padding: 0;
}
.slick-dots li button:before {
	font-family: "";
	font-size: 0;
	line-height: 0;
	content: "";
	width: 12px;
	height: 12px;
	color: #b7bac6;
	/* background-color: #e6e6e6; */
	background-color: #fff;
	border: solid 1px #dcdcdc;
	opacity: 1;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}
.slick-dots li.slick-active button:before {
	color: #0092d6;
	background-color: #0092d6;
	border: solid 1px #0092d6;
	opacity: 1;
}

/*---------------------------------------------------- */
/* SubBanner */
/*---------------------------------------------------- */
/*== Waku ==*/
#subbanner {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	height: auto;
	background-color: #03448e;
	position: relative;
}
#subbanner ul {
	padding: 0;
	margin: 0 auto;
	display: -webkit-flex; 
	display: -ms-flexbox; 
	display: flex;
	-webkit-flex-direction: row; 
	-ms-flex-direction: row; 
	flex-direction: row;
	-webkit-flex-wrap: wrap; 
	-ms-flex-wrap: wrap; 
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

/*== li ==*/
#subbanner ul li { 
	padding: 0;
	margin: 0;
	display: -webkit-flex; 
	display: -ms-flexbox; 
	display: flex;
	background-color: #03448e;
	border-left: 1px solid #306bae;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease;
}
#subbanner ul li:first-child {
	border-left-style: none;
}
#subbanner ul li:hover {
	background-color: #0092d6;
}
#subbanner ul li a {
	padding: .6em 10px;
	margin: 0;
	width: 100%;
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	text-decoration: none;
	text-align: center;
	white-space: wrap;
	display: block;
	outline: none;
	line-height: 1.3em;
	display: -webkit-flex; 
	display: -ms-flexbox; 
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease;
	position: relative;
}
#subbanner ul li:hover a {
	color: #fff;
}
#subbanner ul li a i,
#subbanner ul li:hover a i {
	padding: 0;
	margin: 0;
	color: #fff;
	font-size: 108%;
	font-weight: 900;
	text-decoration: none;
	display: inline-block;
}
#subbanner ul li a:after,
#subbanner ul li:hover a:after { 
	padding: 0;
	margin: 2px 0 0 0;
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	color: rgba(255, 255, 255, .85);
	font-weight: 900;
	position: absolute;
	right: 1em;
	vertical-align: middle;
}

/*---------------------------------------------------- */
/* TelBanner */
/*---------------------------------------------------- */
/*== Waku ==*/
#telbanner {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	height: auto;
	background-color: #fff;
	position: relative;
	border-bottom: 1px solid #d1d1d1;
}
#telbanner ul {
	padding: 0;
	margin: 0 auto;
	display: -webkit-flex; 
	display: -ms-flexbox; 
	display: flex;
	-webkit-flex-direction: row; 
	-ms-flex-direction: row; 
	flex-direction: row;
	-webkit-flex-wrap: wrap; 
	-ms-flex-wrap: wrap; 
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

/*== li ==*/
#telbanner ul li { 
	padding: 0;
	margin: 0;
	display: -webkit-flex; 
	display: -ms-flexbox; 
	display: flex;
	background-color: #fff;
	border-left: 1px solid #d1d1d1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease;
}
#telbanner ul li:first-child {
	border-left-style: none;
}
#telbanner ul li:hover {
	background-color: #d2f0fe;
}
#telbanner ul li a {
	padding: .6em 10px;
	margin: 0;
	width: 100%;
	color: #3d3e3f;
	font-weight: 500;
	text-decoration: none;
	text-align: center;
	white-space: wrap;
	display: block;
	outline: none;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease;
	position: relative;
}
#telbanner ul li:hover a {
	color: #3d3e3f;
}
#telbanner ul li a em,
#telbanner ul li:hover a em {
	padding: 0;
	margin: 0;
	height: auto;
	background-color: #f6b20a;
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight: 700;
	text-decoration: none;
	text-align: center;
	display: inline-block;
}
#telbanner ul li a em i,
#telbanner ul li:hover a em i {
	padding: 0;
	margin: 0;
	color: #fff;
	font-size: 108%;
	font-weight: 900;
	text-decoration: none;
	display: inline-block;
}
#telbanner ul li a span,
#telbanner ul li:hover a span { 
	padding: 0;
	margin: 0;
	color: #3d3e3f;
	font-family: "Open Sans", "Lucida Grande", Arial, sans-serif;
	font-size: 100%;
	font-weight: 800;
	text-decoration: none;
	display: inline-block;
}

/*---------------------------------------------------- */
/* P */
/*---------------------------------------------------- */
.txt_intro {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.txt_intro p {
	padding: 0;
	margin: 0;
	color: #6d6e6f;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	text-align: center;
}



/*  PC  */
@media print, screen and (min-width: 960px) {
/*---------------------------------------------------- */
/* Base */
/*---------------------------------------------------- */
html {
	scroll-padding-top: 80px;
}

/*---------------------------------------------------- */
/* Sitewise */
/*---------------------------------------------------- */
/*== Waku ==*/
#mainbanner {
	margin-top: 0;
	width: 100%;
}
#mainbanner figure {
	height: 760px;
}

/*== img ==*/
#mainbanner figure img {
	width: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	font-family: 'object-fit: cover; object-position: 50% 50%';
}

/*== figcaption ==*/
#mainbanner figure figcaption {
	margin-left: 10%;
    width: 80%;
	top: 240px;
	text-align: center;
}
	
/*== h2 ==*/
#mainbanner figure figcaption.slide__title h2,
#mainbanner figure figcaption.slide__title.on h2 {
	margin-bottom: 35px;
	width: 100%;
	font-size: 34px;
	text-align: center;
}

/*== P ==*/
#mainbanner figure figcaption.slide__title p,
#mainbanner figure figcaption.slide__title.on p {
	width: 100%;
	font-size: 18px;
	text-align: center;
}

/*== Slider Custom ==*/
.slick-dots {
	bottom: 35px;
}
.slick-dots li {
	width: 20px;
	height: 20px;
}
.slick-dots li button {
	width: 20px;
	height: 20px;
}
.slick-dots li button:before {
	width: 20px;
	height: 20px;
}

/*---------------------------------------------------- */
/* SubBanner */
/*---------------------------------------------------- */
/*== Waku ==*/
#subbanner ul {
	width: 98%;
	max-width: 1280px;
	min-height: 90px;
}

/*== li ==*/
#subbanner ul li { 
	width: calc(100% / 4);
	min-height: 90px;
	font-size: 16px;
}
#subbanner ul li a i,
#subbanner ul li:hover a i {
	margin-top: 2px;
	margin-right: 8px;
}
#subbanner ul li a:after,
#subbanner ul li:hover a:after { 
	margin-top: 2px;
	font-size: 12px;
	right: 1em;
}

/*---------------------------------------------------- */
/* TelBanner */
/*---------------------------------------------------- */
/*== Waku ==*/
#telbanner ul {
	width: 98%;
	max-width: 1280px;
	min-height: 70px;
}

/*== li ==*/
#telbanner ul li { 
	width: calc(100% / 3);
	min-height: 70px;
}
#telbanner ul li a { 
	line-height: 1.3em;
	display: -webkit-flex; 
	display: -ms-flexbox; 
	display: flex;
}
#telbanner ul li a em,
#telbanner ul li:hover a em {
	padding: 6px 0;
	margin-right: 8px;
	width: 160px;
	font-size: 12px;
	border-radius: 12px;
}
#telbanner ul li a em i,
#telbanner ul li:hover a em i {
	margin-right: 4px;
}
#telbanner ul li a span,
#telbanner ul li:hover a span { 
	margin-top: 1px;
	font-size: 22px;
}

/*---------------------------------------------------- */
/* P */
/*---------------------------------------------------- */
.txt_intro {
	margin-bottom: 25px;
	width: 98%;
}
.txt_intro p {
	font-size: 18px;
	line-height: 1.8;
}



}


/* Minimum width 959px and Tablet */
@media all and (max-width: 959px) and (min-width: 600px) {
/*---------------------------------------------------- */
/* Base */
/*---------------------------------------------------- */
html {
	scroll-padding-top: 60px;
}

/*---------------------------------------------------- */
/* Sitewise */
/*---------------------------------------------------- */
/*== Waku ==*/
#mainbanner {
	margin-top: 0;
	width: 100%;
}
#mainbanner figure {
	width: 100%;
	height: 500px;
}

/*== img ==*/
#mainbanner figure img {
	width: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	font-family: 'object-fit: cover; object-position: 50% 50%';
}

/*== figcaption ==*/
#mainbanner figure figcaption {
	margin-left: 5%;
    width: 90%;
	top: 140px;
	text-align: center;
}

/*== h2 ==*/
#mainbanner figure figcaption.slide__title h2,
#mainbanner figure figcaption.slide__title.on h2 {
	margin-bottom: 25px;
	font-size: 26px;
	text-align: center;
}

/*== P ==*/
#mainbanner figure figcaption.slide__title p,
#mainbanner figure figcaption.slide__title.on p {
	font-size: 14px;
	text-align: center;
}

/*== Slider Custom ==*/
.slick-dots {
	bottom: 25px;
}
.slick-dots li {
	width: 18px;
	height: 18px;
}
.slick-dots li button {
	width: 18px;
	height: 18px;
}
.slick-dots li button:before {
	width: 18px;
	height: 18px;
}

/*---------------------------------------------------- */
/* SubBanner */
/*---------------------------------------------------- */
/*== Waku ==*/
#subbanner ul {
	width: 100%;
	min-height: 70px;
}

/*== li ==*/
#subbanner ul li { 
	width: calc(100% / 4);
	min-height: 70px;
	font-size: 14px;
}
#subbanner ul li a i,
#subbanner ul li:hover a i {
	margin-top: 2px;
	margin-right: 6px;
}
#subbanner ul li a:after,
#subbanner ul li:hover a:after { 
	margin-top: 2px;
	font-size: 10px;
	right: 1em;
}
	@media all and (max-width: 750px) and (min-width: 600px) {
		/*== Waku ==*/
		#subbanner ul {
			width: 100%;
			min-height: 60px;
		}
		
		/*== li ==*/
		#subbanner ul li { 
			width: calc(100% / 2);
			min-height: 60px;
			font-size: 14px;
		}
		#subbanner ul li:nth-child(3) { 
			border-left-style: none;
			border-top: 1px solid #306bae;
		}
		#subbanner ul li:nth-child(4) { 
			border-top: 1px solid #306bae;
		}
		
	}

/*---------------------------------------------------- */
/* TelBanner */
/*---------------------------------------------------- */
/*== Waku ==*/
#telbanner ul {
	width: 100%;
	min-height: 60px;
}

/*== li ==*/
#telbanner ul li { 
	width: calc(100% / 3);
	min-height: 60px;
}
#telbanner ul li a { 
	padding: .6em 15px;
	line-height: 1.3;
	width: 100%;
}
#telbanner ul li a em,
#telbanner ul li:hover a em {
	padding: 5px 0;
	margin-bottom: 6px;
	width: 100%;
	font-size: 12px;
	border-radius: 12px;
	display: inline-block;
}
#telbanner ul li a em i,
#telbanner ul li:hover a em i {
	margin-right: 3px;
}
#telbanner ul li a span,
#telbanner ul li:hover a span { 
	font-size: 20px;
}

/*---------------------------------------------------- */
/* P */
/*---------------------------------------------------- */
.txt_intro {
	margin-bottom: 20px;
	width: 98%;
}
.txt_intro p {
	font-size: 16px;
	line-height: 1.7;
}



}


/* Phone */
/* Portrait mode */
@media only screen and (max-width: 599px) {
/*---------------------------------------------------- */
/* Base */
/*---------------------------------------------------- */
html {
	scroll-padding-top: 60px;
}

/*---------------------------------------------------- */
/* Sitewise */
/*---------------------------------------------------- */
/*== Waku ==*/
#mainbanner {
	margin-top: 0;
	width: 100%;
}
#mainbanner figure {
	width: 100%;
	height: 350px;
}

/*== img ==*/
#mainbanner figure img {
	width: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	font-family: 'object-fit: cover; object-position: 50% 50%';
}

/*== figcaption ==*/
#mainbanner figure figcaption {
	width: 100%;
	top: 75px;
	left: 0;
}

/*== h2 ==*/
#mainbanner figure figcaption.slide__title h2,
#mainbanner figure figcaption.slide__title.on h2 {
	margin-bottom: 15px;
	width: 100%;
	font-size: 16px;
	text-align: center;
}

/*== P ==*/
#mainbanner figure figcaption.slide__title p,
#mainbanner figure figcaption.slide__title.on p {
	margin-left: 5%;
	width: 90%;
	font-size: 12px;
	text-align: center;
}

/*== Slider Custom ==*/
.slick-dots {
	bottom: 20px;
}
.slick-dots li {
	width: 16px;
	height: 16px;
}
.slick-dots li button {
	width: 16px;
	height: 16px;
}
.slick-dots li button:before {
	width: 16px;
	height: 16px;
}

/*---------------------------------------------------- */
/* SubBanner */
/*---------------------------------------------------- */
/*== Waku ==*/
#subbanner ul {
	width: 100%;
	min-height: 40px;
}

/*== li ==*/
#subbanner ul li { 
	width: calc(100% / 2);
	min-height: 40px;
	font-size: 12px;
}
#subbanner ul li:nth-child(3) { 
	border-left-style: none;
	border-top: 1px solid #306bae;
}
#subbanner ul li:nth-child(4) { 
	border-top: 1px solid #306bae;
}
#subbanner ul li a i,
#subbanner ul li:hover a i {
	margin-top: 2px;
	margin-right: 4px;
}
#subbanner ul li a:after,
#subbanner ul li:hover a:after { 
	margin-top: 2px;
	font-size: 8px;
	right: 1em;
}

/*---------------------------------------------------- */
/* TelBanner */
/*---------------------------------------------------- */
/*== Waku ==*/
#telbanner ul {
	width: 100%;
	min-height: 50px;
}

/*== li ==*/
#telbanner ul li { 
	width: calc(100% / 3);
	min-height: 50px;
}
#telbanner ul li a { 
	padding: .6em 8px;
	line-height: 1.3;
	width: 100%;
}
#telbanner ul li a em,
#telbanner ul li:hover a em {
	padding: 5px 0;
	margin-bottom: 4px;
	width: 100%;
	font-size: 10px;
	border-radius: 10px;
	display: inline-block;
}
#telbanner ul li a em i,
#telbanner ul li:hover a em i {
	margin-right: 3px;
}
#telbanner ul li a span,
#telbanner ul li:hover a span { 
	font-size: 18px;
}

/*---------------------------------------------------- */
/* P */
/*---------------------------------------------------- */
.txt_intro {
	margin-bottom: 15px;
	width: 98%;
}
.txt_intro p {
	font-size: 14px;
	line-height: 1.6;
}





}