html {/*font-size: 1.0vw;*/}
body {
	/*font-size: 1.128em;
	font-weight:300;*/
	color:#333;
  font-size: 16px;
	line-height:1.8em;
	letter-spacing:0.1em;
}
#wallpaper {
	width:100%;
	margin:0 auto;
	overflow:hidden;
}
@media screen and (min-width: 1501px) {
	html,
	#wrapper {
		/*background-size:cover;*/
	}
}
@media screen and (max-width: 1200px) {
	html,
	#wrapper {
		/*font-size: 13.5px;*/
	}
}


header {}
#header,
.header_inner {
	transition: all 0.5s ease;
}
#header {
	width: 100%;
	/*position: fixed;
	top: 0;
	left: 0;
	z-index:100;*/
}
#header .tagline {
  background-color:#224589; 
}
#header .tagline p {
  width:980px;
	margin: 0 auto;
  padding: 0;
  font-size: 0.7em;
  line-height: 1.8em;
  color: #fff;
}
#header .header_inner {
	width:980px;
	margin: 0 auto;
	padding:0.8em 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	/*align-items: flex-end;*/
}
.is-animation .header_inner {}
#header .header_inner #hnav {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
#header .header_inner #hnav .tel1 {
	width: 220px;
	margin-left: 45px;
	padding-top: 8px;
}
#header .header_inner #hnav .tel2 {
	width: 186px;
  /*margin-left: 15px;*/
	padding-top: 6px;
}

.logo {
	width: 18em;
	margin-right:auto;
	position:relative;
	z-index: 999;
	transition: all 0.5s ease;
}
#header.is-animation .logo {}
.header_inner .logo a {
	display: block;
}
#gnav {
	width: 100%;
  background-color: #0051a9;
}
#header.is-animation #gnav {}
#gnav ul {
	width:100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
#gnav ul li {
 padding: 0 1.5em;
}
#gnav ul li a {
	width:100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
	padding: 0;
	text-decoration: none;
  font-family: 'Noto Serif JP', serif;
	text-align:center;
	color:#fff;
  transition: all 0.1s;
  position: relative;
  cursor: pointer;
}
#gnav ul li:first-child a {
  font-family:'Noto Sans JP';
  font-weight: 300;
}
#gnav ul li a:hover,
#gnav ul li a.now {
	text-decoration: none;
	font-size: 1.1em;
  letter-spacing: 0.1em;
}
#gnav ul li a::after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0;
	height: 4px;
	background-color: #c2d2e5;
	opacity: 0;
	transition: all .3s;
}
.company #gnav ul li:nth-child(2) a,
.contact #gnav ul li:nth-child(7) a{
	font-size: 1.1em;
  letter-spacing: 0.15em;
}
#gnav ul li a:hover::after,
.company #gnav ul li:nth-child(2) a::after,
.contact #gnav ul li:nth-child(7) a::after{
	left: 0;
	width: 100%;
	opacity: 1;
}
#gnav ul li a span {
	display:block;
}
#gnav_btn {
	width:2.8em;
	transition: all 0.5s ease;
}
/*
#header.is-animation #gnav_btn {}
.header_inner .logo img,
#gnav_btn img {
	transition: all 0.5s ease;
}
#header.is-animation .logo img,
#header.is-animation #gnav_btn img {
	filter: invert(62%) sepia(13%) saturate(460%) hue-rotate(341deg) brightness(89%) contrast(84%) opacity(75%);
}
*/
h2 {
	padding-bottom:1.0em;
  font-family: 'Noto Serif JP', serif;
	font-size:1.8em;
	letter-spacing:0.15em;
  color: #222;
}
h3 {
	padding-bottom:0.8em;
  font-family: 'Noto Serif JP', serif;
	font-size:1.5em;
	letter-spacing:0.15em;
  color: #222;
}
h4 {
	padding-bottom:0.5em;
	font-size:1.3em;
	letter-spacing:0.15em;
  color: #222;
}
h5 {
	padding-bottom:0.4em;
	font-size:1.1em;
	letter-spacing:0.15em;
	color: #222;
}

#home_contents {}
#home_contents .main {
	width:100%;
	margin:0 auto;
}
#home_contents .block {
	width:960px;
	margin:0 auto;
	opacity: 1;
	transition: all .8s .0s ease;
}
#home_mv {
  height: 480px;
  text-align: center;
  position: relative;
}
#home_mv .mv_img .zoomslider {
  width: 100%;
  height: 480px;
  object-fit: cover;
}
#home_mv .mv_txt {
  position: absolute;
  top: 8.5em;
  left: 50%;
  margin-left:-250px;
  z-index: 10;
}
@media screen and (min-width: 1601px) {
	.cta {
		background-size:cover;
	}
}

#sc1 {
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 40%, rgba(239,240,245,1) 40%, rgba(239,240,245,1) 100%);
}
#sc1 .block {
	padding: 60px 0;
  margin-bottom: 60px;
}
#sc1 h2 {
  text-align: center;
}
#sc1 h3 {
  text-align: center;
  color: #fff;
}
#sc1 .pickup_block {
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
}
#sc1 .box {
  width: 307px;
  padding: 30px 30px;
  text-align: center;
  color: #fff;
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
}
#sc1 .box:nth-child(1) {
  background: url("../images/pc/sc1_bg1.jpg") no-repeat center center;
}
#sc1 .box:nth-child(2) {
  background: url("../images/pc/sc1_bg2.jpg") no-repeat center center;
}
#sc1 .box:nth-child(3) {
  background: url("../images/pc/sc1_bg3.jpg") no-repeat center center;
}
#sc1 ul.link_btn {
  padding: 0 0 10px;
}
#sc1 ul.link_btn li {
  padding: 5px 0;
}
#sc1 ul.link_btn li a {
  display: block;
  padding: 8px 0;
  font-weight: 400;
  color: #004ea2;
  border: 1px #fff solid;
  background-color: #fff;
  position: relative;
  transition: all .5s;
}
#sc1 ul.link_btn li a:hover {
  color: #fff;
  background-color: #0057b4;
}
#sc1 ul.link_btn li a::after {
  content: "";
  position: absolute;
  right: -6px;
  bottom: -6px;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-left: 8px solid #0057b4;
  transform: rotate(45deg);
  z-index: 2;
}
#sc1 ul.link_btn li a:hover::after {
  border-left: 8px solid #fff;
}
#sc1 .cta_btn {
  padding: 10px 10px 0;
}
#sc1 .cta_btn a {
  display: block;
  padding: 5px 0 5px 30px;
  color: #fff;
  border: 2px #fff solid;
  border-radius: 10px;
  background: url("../images/icon_contact.svg") no-repeat left 32px center;
  background-size: 24px;
  background-color: #0599d9;
  transition: all .5s;
}
#sc1 .cta_btn a:hover {
  color: #0599d9;
  border: 2px #0599d9 solid;
  background: url("../images/icon_contact_on.svg") no-repeat left 32px center;
  background-size: 24px;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0,0,0,0.3);
}
#sc1 .banner_slider {
  padding: 0 20px;
}
#sc1 .banner_slider ul {
  /*display: flex;
  justify-content: space-between;*/
}
#sc1 .banner_slider ul li {
  /*width: 32%;*/
  padding: 0 10px;
}
#sc1 .banner_slider ul li a img {
  opacity: 1;
  transition: all .5s;
}
#sc1 .banner_slider ul li a:hover img {
  opacity: 0.6;
}
#sc1 .banner_slider .slide-arrow {
  width: 38px;
  height: 38px;
  padding:16px 8px 0;
  position: absolute;
  top: 18px;
  z-index: 3;
  cursor: pointer;
  background-color: rgba(255,255,255,0.8);
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  transition: all .3s;
}
#sc1 .banner_slider .slide-arrow:hover {
  background-color: rgba(255,255,255,1);
}
.slide-arrow.prev-arrow {
  left: -20px;
}
.slide-arrow.next-arrow {
  right: -20px;
}
.slide-arrow img {
  vertical-align: top;
}

#sc2 .block {
	padding: 0 0 20px;
}
#sc2 .box {
	padding: 0 0 35px;
}
#sc2 h2 {
  display: flex;
  justify-content: space-between;
}
#sc2 .news_btn {
  padding-right: 35px;
  letter-spacing: 0;
	font-size: 0.6em;
  background: url("../images/arrow_next.svg") no-repeat right 5px center;
  background-size: 18px;
  transition: all .2s;
}
#sc2 .news_btn:hover {
  background-position: right center;
}
.banner_block {
  text-align: center;
}
.banner_block p {
  padding: 0 0 15px;
}
#sc2 .banner_block p:first-child {
  padding: 0 0 30px;
}
.banner_block p a {
  opacity: 1;
  transition: all .5s;
}
.banner_block p a:hover {
  opacity: 0.6;
}
.news .banner_block {
  padding-top: 30px;
}

#sc3 {
  background: linear-gradient(180deg, rgba(255,255,255,1) 50%, rgba(239,240,245,1) 100%);
}
#sc3 .block {
	padding: 0;
}
#sc3 .box {
	padding: 0 0 30px;
}
#sc3 h2 {
	text-align: center;
}
#sc3 .case_slider {
  display: block;
  width: 1040px;
  padding-bottom: 80px;
}

#sc3 .case_slider .slick-list {
  /*overflow:visible;*/
}
.slick-slide {
  opacity: 0.2;
  transition: all .2s;
}
.slick-active {
  opacity: 1.0;
}
.col_tb {
  width:100%;
  display: table;
}
.col_tb_in {
  display: table-row;
}
.col_tb_in::before,
.col_tb_in::after {
  content: "";
  position: relative;
  display: table-cell;
  width:auto;
  background: url("../images/blank.gif");
  /*background-color: rgba(255,255,255,0.8);*/
  z-index: 999;
}
.col_tb_main {
  width: 1040px;
  margin: 0;
  display: table-cell;
}


#sc3 .case_slider ul {
  /*display: flex;
  justify-content: space-between;*/
}
#sc3 .case_slider ul div li {
  padding: 10px 18px;
}
#sc3 .case_slider ul div li div {
  position: relative;
  font-size: 0.9em;
  line-height: 1.5em;
  color: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
#sc3 .case_slider ul div li div .year {
  display: block;
  width: 6em;
  padding: 5px 0 1px;
  text-align: center;
  background-color: #004ea2;
  position: absolute;
  top: 140px;
  left: 0px;
}
#sc3 .case_slider ul div li div .ttl {
  display: block;
  height: 3em;
  padding: 10px 12px;
  font-size: 0.9em;
  line-height: 1.5em;
  background-color: #004ea2;
}

#sc4 .block {
	padding: 40px 0 30px;
}
#sc4 .banner_set {
	display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}
#sc4 .banner_set li {
  width: 24%;
  padding-bottom: 10px;
}
#sc4 .banner_set li a {
  display: block;
  background-color: #f5f5f9;
  position: relative;
}
#sc4 .banner_set li a::after {
  content: "";
  position: absolute;
  right: -6px;
  bottom: -6px;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-left: 8px solid #0057b4;
  transform: rotate(45deg);
  z-index: 2;
}
#sc4 .banner_set li a img {
  opacity: 1;
  transition: all .5s;
}
#sc4 .banner_set li a:hover img {
  opacity: 0.6;
}

#contents {
	width:100%;
	margin:0;
	position:relative;
}
.pan {
  width:960px;
	margin:0 auto;
	padding:3px 0;
}
.pan ul {
  display: flex;
  align-items: center;
}
.pan ul li {
  font-size: 0.8em;
}
.pan ul li a {
  padding-right: 20px;
  position: relative;
  color: #1a4e8c;
}
.pan ul li a::before {
  content: "";
  position: absolute;
  top: 7px;
  right: 8px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #1a4e8c;
  border-right: 1px solid #1a4e8c;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.main_head {
	width:100%;
	margin:0;
  background: url("../images/pc/page_main_bg.jpg") no-repeat center center;
	background-color: #9db8d6;
}
.main_head .box {
  width:960px;
	margin:0 auto;
	padding:5em 0;
}
.main_head h1 {
  color: #999;
  font-weight: 300;
}
.main_head h1 span {
  display: block;
	padding-top:0.3em;
  font-family: 'Noto Serif JP', serif;
	font-size:2.2em;
  font-weight: 400;
  color: #333;
	letter-spacing:0.15em;
}
#contents .main {
	width:100%;
	margin:0 auto;
  padding-top: 60px;
}
#contents .block {
	width:960px;
	margin:0 auto;
	padding:1em 0 4em;
	opacity: 1;
	transition: all .8s .0s ease;
}
#contents .block.active {
	padding-top:0em;
	opacity: 1;
}
#contents .set_2col,
#contents .set_3col {
	display: flex;
  justify-content: space-between;
	flex-wrap: wrap;
}
#contents .set_1col .col {
	width: 100%;
}
#contents .set_2col .col {
	width: 48%;
}
#contents .set_3col .col {
	width: 32%;
}
#contents .set_3col .col2 {
	width: 66%;
}
#contents .set_1col .col,
#contents .set_2col .col,
#contents .set_3col .col,
#contents .set_3col .col2 {
	padding:0 0 3em;
}
.in_box {
	padding-bottom:1.8em;
}
.link_box {
	margin-bottom:2.5em;
	padding:2em 3em;
	text-align:center;
	background-color:rgba(249,249,249,0.9);/*#f9f9f9*/
}
.gr_box {
	margin:0;
	padding:15px 25px;
	background-color:#f5f6f8;
}

.in05 {
	padding-left:2em;
	padding-right:2em;
}
.in1 {
	padding-left:4em;
	padding-right:4em;
}
.in15 {
	padding-left:6em;
	padding-right:6em;
}
.in2 {
	padding-left:8em;
	padding-right:8em;
}
.in25 {
	padding-left:10em;
	padding-right:10em;
}
.in3 {
	padding-left:12em;
	padding-right:12em;
}
.in35 {
	padding-left:14em;
	padding-right:14em;
}
.in4 {
	padding-left:16em;
	padding-right:16em;
}

.btn_set {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top:1.5em;
}
.btn_set li {
	padding:0 1em;
}
.btn {
	padding-top:1.5em;
}
.btn_set a,
.btn a,
.btn span {
	display:inline-block;
	min-width:12em;
	padding:0.2em 1em;
	text-align:center;
	font-size:0.9em;
	border-radius:10px;
	background-color:#e8eef7;
	transition: all 0.5s ease;
}
.btn_set a:hover,
.btn a:hover {
	color:#fff;
  background-color: #6bb535;
	box-shadow:0 0 20px rgba(0,0,0,0.1);
}
.btn_set i img,
.btn i img {
	width:1em;
	padding-left:0.5em;
	display:inline-block;
	vertical-align:middle;
}
.button {
	padding-top:2em;
}
.button a {
	display:inline-block;
	min-width:12em;
	padding:0.2em 1em;
	text-align:center;
	font-size:0.9em;
  position: relative;
  z-index: 2;
  border-radius:10px;
	background-color:#e8eef7;
  overflow: hidden;
}
.button a::before,
.button a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button a,
.button a::before,
.button a::after {
  box-sizing: border-box;
  transition: all .3s;
}
.button a:hover {
  color: #fff;
	box-shadow:0 0 20px rgba(0,0,0,0.1);
}
.button a::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(.5);
}
.button a:hover::after {
	background-color: #6bb535;
	transform: scale(1);
}
.img {
	/*position:relative;
	z-index:-1;*/
}
.list_circle {
	padding:0.5em 0;
}
.list_circle li {
	position:relative;
	padding-left:1.5em;
}
.list_circle li:before {
	position:absolute;
	content:"●";
	left:0;
	top:0;
  color: #d3d3d1;
}
ol li {
  padding-top: 10px;
}
ol li:first-child {
  padding-top: 0px;
}

.news_list {}
.news_list ul,
.news_header ul {
	display: flex;
  align-items: center;
}
.news_list ul li.date,
.news_header ul li.date {
  width: 15%;
  font-size: 0.9em;
}
.news_list ul li.cat,
.news_header ul li.cat {
  width: 15%;
  font-size: 0.8em;
}
.news_list ul li.cat i,
.news_header ul li.cat i {
  display: block;
  width: 8em;
  text-align: center;
  font-style: normal;
  border: 1px #eee solid;
  background-color: #fff;
}
.news_list ul li.ttl {
  width: 65%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news_list .news_box a {
	display: block;
  padding: 12px 18px;
	transition: .3s;
  position: relative;
}
.news_list .news_box a:hover {
	background-color:#f5f5f8;
	box-shadow:0 0 20px rgba(0,0,0,0.05);
}
.news_list .news_box a::after {
  content: "●";
  position: absolute;
  top: 12px;
  right: 18px;
  font-size: 0.5em;
  color: #0599d9;
  transition: .3s;
}
.news_list .news_box a:hover::after {
  right: 16px;
  font-size: 0.8em;
  color: #004ea2;
}

.news_list ul li .cat,
.news_detail .cat {
	color:#535b6b;
}
.news_detail {
	padding-bottom: 20px;
}
.news_header {
  padding-bottom: 30px;
}
.news_header h2 {
  padding-bottom: 0.6em;
	text-align:left;
	line-height:1.5em;
}
.news_header .cat_date {
	text-align:center;
}
.news_header .cat_date span {
	padding:0 0.5em;
}
.news_detail .caption {
	display:block;
	font-size:0.8em;
	text-align:center;
}
.news_detail .bg_box h5 {
	padding-top:1.2em;
}
.news_detail .bg_box h5:first-of-type {
	padding-top:0;
}
.relation {
  margin-bottom: 30px;
  padding: 15px 20px;
  background-color: #f8f8f8;
}
.news_pdf {
  margin-bottom: 30px;
  padding: 15px 20px;
  background-color: #f8f8f8;
}
.news_pdf a {
	padding-right:1.3em;
	background:url(../images/icon_pdf.svg) no-repeat center right;
	background-size:0.9em;
}
.back_btn {
  text-align: center;
}
.back_btn a {
  display: inline-block;
  padding:10px 80px;
	font-size:17px;
	background-color:#7f99b4;
	color: #fff;
  border-radius: 5px;
}
.page_nav {
	padding-top:10px;
}
.page_nav a,
.page_nav span.now {
	display:inline-block;
	width:2.4em;
	padding:4px 0 4px;
	color:#444;
	text-align:center;
	text-decoration:none;
  background-color: #eff0f5;
}
.page_nav a:first-child {
	width:3.6em;
}
.page_nav a:last-child {
	width:3.6em;
}
.page_nav span.now,
.page_nav a:hover {
	color:#fff;
	background-color:#00336a;
}
.page_nav li.prev a {}
.page_nav li.next a {}
.page_nav li.prev a:hover {
	background-color:#00336a;
}
.page_nav li.next a:hover {
	background-color:#00336a;
}

.pdf_btn {
  width: 300px;
  padding: 10px 0;
}
.pdf_btn a {
  display: block;
  padding: 10px 0;
  text-align: center;
  background-color: #f5f5f9;
  position: relative;
}
.pdf_btn a::after {
  content: "";
  position: absolute;
  right: -5px;
  bottom: -5px;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-left: 8px solid #0057b4;
  transform: rotate(45deg);
  z-index: 2;
}

.company_adout {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}
.company_adout dt {
  width: 15%;
}
.company_adout dd {
  width: 85%;
}
.member_list {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}
.member_list dt {
  width: 24%;
}
.member_list dd {
  width: 26%;
}
.member_list dd:last-child {
  width: 75%;
}
.access_box {
  min-height: 225px;
  margin:0;
	padding:15px 25px;
	background-color:#f5f6f8;
}
.access_box ul {
	padding:0.5em 0;
}
.access_box ul li {
	position:relative;
	padding-left:1.0em;
}
.access_box ul li:before {
	position:absolute;
	content:"●";
	left:0;
	top:0;
  font-size: 4px;
  color: #d3d3d1;
}
.access_box .small {
  font-size: 0.8em !important;
  line-height: 1.3em;
  letter-spacing: 0.03em;
}

.privacy_list {
  margin-left: 35px;
}
.privacy_list li {
  padding-top: 15px;
  list-style: lower-alpha;
}
.privacy_list li:first-child {
  padding-top: 0;
}

.sitemap .block {}
.sitemap .block .ttl {
  margin-bottom: 10px;
  padding:8px 10px;
  background-color: #eee;
  font-weight: 400;
}
.sitemap  .blockul {
  width: 100%;
}
.sitemap .block ul.col50 {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}
.sitemap .block ul.col50 li {
  width: 50%;
}
.sitemap .block ul li {
  padding: 5px 0 5px 25px;
  background: url("../images/fnav_link.svg") no-repeat left center;
  background-size: 18px;
}
.sitemap .block ul li a {}
.sitemap .block ul li a[target="_blank"] {
  padding-right: 20px;
  background: url("../images/icon_newwin2.svg") no-repeat right center;
  background-size: 17px;
}

.number_list {}
.tb_box.number_list dt {
	text-align:left;
	padding-left:2em;
}
.number_list {
	counter-reset:number; /*数字をリセット*/
}
.number_list dl dt {
	position: relative;
}
.number_list dl dt:before{
  position: absolute;
  counter-increment: number;
  content: counter(number);
  display:inline-block;
	padding-left:2px;
  background: #3f4c65;
  color: #fff;
	font-size:0.9em;
  border-radius: 50%;
  left: 0.5em;
  width: 26px;
  height: 28px;
  line-height: 28px;
  text-align: center !important;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}


.route_info {
	margin-bottom:2em;
	padding:3em;
	background-color:#edf1f7;
}
.stepBar {
  display: flex;
  max-width: 930px;
  position: relative;
  margin: 0 auto;
	padding:0;
  text-align: center;
	padding-bottom:2em;
}
.stepBar li {
  list-style: none;
  position: relative;
  width: 33.333%;
	font-size:0.9em;
}
.stepBar li:after {
  background: #b7beca;
  content: "";
  width: calc(100% - 3.6em);
  height: 2px;
  position: absolute;
  left: calc(-50% + 1.8em);
  top: 1.7em;
}
.stepBar li:first-child:after {
  display: none;
}
.stepBar li span {
	font-size:1.2em;
  background: #fff;
	cursor:pointer;
  display: inline-block;
  width: 3em;
  height: 3em;
  margin-bottom: 5px;
  line-height: 3em;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
	box-shadow:0 0 1em rgba(0,0,0,0.1);
}
.stepBar .now:after {}
.stepBar li.slick-current span {
	color:#fff;
  background: #b9c0cc;
}
.step_pane {
	display:none;
}
.step_pane > div {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.step_pane .img {
	width:50%;
}
.step_pane .txt {
	width:45%;
	padding:1.5em;
	background-color:#fff;
	box-shadow:0 0 10px 5px rgba(230,232,233,0.9);
}
.route_box .slide-arrow {
	margin-top:-1.0em;
	width:2em;
	border-radius:2em;
}
.route_box .slide-arrow.prev-arrow {
	left:-1em;
}
.route_box .slide-arrow.next-arrow {
	right:-1em;
}

/* フォーム */
.form_box {
	padding-bottom: 20px;
}
.form_tb {
	width: 100%;
	margin:0 auto 10px;
	box-sizing:border-box;
}
.form_tb th {
  width: 25%;
	padding:15px 10px;
  vertical-align: top;
}
.form_tb td {
	padding:10px ;
	background: #fff;
}
input[type=text],
textarea {
	padding:0.5em 0.5em;
	font-size:1.0em;
	border:0;
	outline:none;
	border-radius:0;
	-webkit-appearance: none;
	background-color:#f6f7f9;
}
input[type=text].w10 {
	width:10%;
}
input[type=text].w20 {
	width:20%;
}
input[type=text].w30 {
	width:30%;
}
input[type=text].w50 {
	width:50%;
}
input[type=text].w70 {
	width:70%;
}
input[type=text].w90 {
	width:95%;
}
input[type=radio],
input[type=checkbox] {
	margin-right:5px;
}
textarea {
	width:95%;
	height:10em;
}
textarea.other {
	height:4em;
}
textarea:focus.other {
	/*background-color:#fff;*/
}
em {
  color:#CC0000;
  font-style:normal;
}
.form_tb em {
	float:right;
	color: #FFF;
	border-radius: 3px;
	font-size: 10px;
  line-height: 1.2em;
	margin-top: 3px;
	padding: 5px 5px;
	letter-spacing: 0.2em;
}
.form_tb em.must {
	background: #EF454A;
}
.form_tb em.free {
	background: #999;
}
.form_tb .sp_no { font-size:14px; color:#999; }
form .submit_btn { margin-top:15px; }
.submit_btn input {
	padding:10px 60px;
	font-size:17px;
	background-color:#7f99b4;
	color: #fff;
	border:0px;
  border-radius: 5px;
	text-align:center;
	cursor:pointer;
}
.submit_btn input:hover {
	background-color:#004ea2;
}
.zip {
  margin-bottom: 10px;
}
.req {
	margin-left:10px;
	padding:4px 8px 3px;
	display:inline-block;
	background-color:#CC0000;
	color:#FFFFFF;
	font-size:70%;
	line-height:110%;
	vertical-align:top;
}
input.error {
	background-color:#FCC;
}
.agree input[name="codechk"] {
	display: none;
	margin: 0;
}
.agree {
	padding-top:1em;
	text-align:center;
}
.g-recaptcha {
	display: flex;
	justify-content: center;
	padding:0.5em 0;
}

.tel_box {
  width: 90%;
  margin: 0 auto;
  padding: 25px;
  text-align: center;
  background-color: #f8f8f8;
}
.tel_box img {
  width: 70%;
  margin: 0 auto;
}

.cta {
	padding:2em 0;
	background:url(../images/cta_bg.jpg) no-repeat center top;
	position:relative;
	z-index:2;
}

.cta_box {
	display: flex;
	justify-content: center;
	align-items: center;
}
.cta_box .txt {
	padding-right:2em;
	color:#fff;
	font-size:1.3em;
	line-height:1.8em;
}
.cta_box .tel {
	padding-left:2em;
}
.cta_box .tel .tel_box {
	padding:1em 2em;
	text-align:center;
	color:#fff;
	background-color:rgba(106, 184, 54, 0.9);
}
.cta_box .tel .tel_box img {
	width:16em;
}

/* ------ Footer ------ */
footer {
	width: 100%;
	color:#FFF;
  background-color: #eff0f5;
}
.fnav {
	display: flex;
  justify-content: space-between;
  align-items: center;
  width: 960px;
  margin: 0 auto;
  padding: 20px 0;
}
.footer_logo img {
	width:22em;
}
.fnav ul {
	display: flex;
  font-size:0.8em;
	position: relative;
  top: 4px;
}
.fnav ul li {
	padding-left: 15px;
}
.fnav ul li a {
	padding-left: 20px;
  background: url("../images/fnav_link.svg") no-repeat left center;
  background-size: 14px;
}
.footer {
  background-color: #0051a9;
}
.footer_inner {
	width: 960px;
  margin: 0 auto;
	padding:20px 0;
	font-size:12px;
  letter-spacing: 0;
}
.footer_inner .f_link {
}
.footer_inner .f_link dl {
  display: flex;
}
.footer_inner .f_link dl dt {
  padding-right: 10px;
  font-weight: 400;
}
.footer_inner .f_link dl dd {
  padding-right: 10px;
}
.footer_inner .f_link dl a {
  padding-right: 15px;
  color: #fff;
  background: url("../images/icon_newwin.svg") no-repeat right center;
  background-size: 11px;
}
.footer_inner .f_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size:0.9em;
}


.copyright {
	color: #fff;
	font-size:0.8em;
}

#pageTop {
	position: fixed;
	right: 0px;
	bottom:100px;
	margin: 0;
	z-index:98;
}
#pageTop p {
	transition: all 0.3s;
	transform:rotate(45deg);
	transform-origin:right bottom;
}
#pageTop p.on {
	transform:rotate(0deg);
}
#pageTop img {
	width:0px;
}


.sp, .tb {
	display:none;
}
.pc {
	display:block;
}