/****************

master.cssは編集不可！！
LESSファイルを編集すること！

****************/
/*bootstrapの設定を読み込み*/
/*Font Awesome*/
@import url(//use.fontawesome.com/releases/v5.10.2/css/all.css);
/*明朝*/
.mincho {
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}
/*フォント設定*/
.font-corp {
  font-family: corporate-logo-ver2, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.fa-solid:before {
  font-family: "Font Awesome 5 Free";
  /*←ココ！！！！！！！*/
  font-weight: 900;
  content: "\f007";
}
h2.white {
  color: #FFFFFF;
}
.m-t-0 {
  margin-top: 0 !important;
}
/*ページナビ*/
.wp-pagenavi a,
.wp-pagenavi span {
  border-radius: 3em;
  display: inline-block;
}
.wp-pagenavi span.current {
  background: #F6AC50;
}
/*gridのgutter調整*/
.row-00 {
  margin-left: -15px;
  margin-right: -15px;
}
.row-00 > div {
  padding-right: 5px;
  padding-left: 5px;
}
.row-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.row-0 > div {
  padding-right: 0px;
  padding-left: 0px;
}
.row-1 {
  margin-left: -1px;
  margin-right: -1px;
}
.row-1 > div {
  padding-right: 1px;
  padding-left: 1px;
}
.row-1em {
  margin-left: -0.5em;
  margin-right: -0.5em;
}
.row-1em > div {
  padding-right: 0.5em;
  padding-left: 0.5em;
}
.row-10 {
  margin-left: -5px;
  margin-right: -5px;
}
.row-10 > div {
  padding-right: 5px;
  padding-left: 5px;
}
.row-20 {
  margin-left: -10px;
  margin-right: -10px;
}
.row-20 > div {
  padding-right: 10px;
  padding-left: 10px;
}
.row-30 {
  margin-left: -15px;
  margin-right: -15px;
}
.row-30 > div {
  padding-right: 15px;
  padding-left: 15px;
}
.row-40 {
  margin-left: -20px;
  margin-right: -20px;
}
.row-40 > div {
  padding-right: 20px;
  padding-left: 20px;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
/*----*/
#wpadminbar {
  position: fixed !important;
}
body {
  color: #272727;
  overflow-x: hidden;
  font-size: 0.9em;
}
html {
  height: 100%;
}
body {
  font-family: "M PLUS 1p", sans-serif;
  margin: 0;
}
.container {
  overflow: hidden;
}
h1,
h2,
h3,
h4 {
  padding: 0;
  margin: 0;
}
a {
  color: #000000;
  text-decoration: none !important;
}
a:hover {
  color: #666666;
  cursor: pointer;
}
a img {
  transition: 0.5s;
}
a img:hover {
  opacity: 0.8;
}
.login {
  top: 46px;
}
@media (min-width: 992px) {
  .login {
    top: 32px;
  }
}
/*
.login.scroll{
	top: 0;
	@media (min-width:@screen-lg){
		top: 32px;
	}
}
*/
/*
.fix-padding{
	padding-top: 60px;
	@media (min-width:@screen-lg){
		padding-top: 85px;
	}
}
*/
#content01 {
  margin-top: -46px;
  padding-top: 46px;
}
@media (min-width: 992px) {
  #content01 {
    margin-top: -10rem;
    padding-top: 10rem;
  }
}
#purchase01,
#purchase02,
#waste01,
#waste02 {
  margin-top: -46px;
  padding-top: 86px;
}
@media (min-width: 992px) {
  #purchase01,
  #purchase02,
  #waste01,
  #waste02 {
    margin-top: -1.25rem;
    padding-top: 5rem;
  }
}
#content01-login {
  margin-top: -60px;
  padding-top: 60px;
}
@media (min-width: 992px) {
  #content01-login {
    margin-top: -192px;
    padding-top: 192px;
  }
}
/*ヘッダー*/
header {
  width: 100%;
  /*position: absolute;*/
  top: 0;
  height: 60px;
  background-color: #ffffff;
  z-index: 999;
  /*
	.header_contact{
		display: none;
		@media (min-width:@screen-lg){
			display: block;
			position: absolute;
			top: 0;
			right: 0;
			width: 380px;
			height: 85px;
			background-color: #2a4e89;
		} 
	}
	*/
}
@media (min-width: 992px) {
  header {
    height: 85px;
  }
}
header .header_logo {
  display: inline-block;
  position: absolute;
  height: 30px;
  margin-top: 15px;
  left: 10px;
  z-index: 999;
}
@media (min-width: 992px) {
  header .header_logo {
    height: 40px;
    left: 20px;
    margin-top: 20px;
  }
}
header .header_sub_nav {
  height: 50px;
  margin-top: 17px;
  /*width : calc(1140px - 220px);*/
  position: absolute;
  right: 1em;
}
@media (max-width: 1140px) {
  header .header_sub_nav {
    display: none;
  }
}
header .header_sub_nav img {
  margin-right: 1em;
}
header .header_sub_nav .header_sub_nav_btn {
  padding: 1.2em;
  height: 100%;
  background: #369CD0;
  margin-right: 0.5em;
  width: 140px;
  text-align: center;
  color: #FFFFFF;
  font-size: 0.8em;
}
header .header_sub_nav .header_sub_nav_btn:hover {
  opacity: 0.8;
}
header .header_sub_nav .header_sub_nav_btn_contact {
  background: #F6AC50;
}
header .flex_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
header .flex_header > div {
  width: 50%;
  padding: 25px 10px;
}
header .flex_header > div img {
  display: block;
  height: 35px;
  margin: auto;
}
header.scroll {
  background-color: rgba(255, 255, 255, 0.8);
}
@media (min-width: 992px) {
  header.scroll {
    height: 60px;
  }
}
header.scroll .header_logo {
  height: 40px;
}
header.scroll .header_contact {
  height: 60px;
}
header.scroll .flex_header > div {
  padding: 12px 10px 13px 10px;
}
.header2 {
  background: #F2F2F2;
}
.header_main_nav {
  max-width: 1140px;
  margin: auto;
}
.header_main_nav ul {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
}
.header_main_nav ul li {
  line-height: 40px important;
  flex: auto;
  list-style: none;
  padding: 0;
  margin: 0;
}
.wrapper {
  position: relative;
  width: 100%;
  margin: auto;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
li.menu_single {
  z-index: 1!important;
  /*
	@media (min-width:@screen-lg){
		line-height: 40px !important;
	}
	*/
}
li.menu_single:after {
  background: initial !important;
}
@media (min-width: 992px) {
  ul#sub_navigation {
    position: absolute;
    top: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 180px;
    text-align: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    visibility: hidden;
    opacity: 0;
    padding-inline-start: 0;
    flex-direction: column;
  }
  ul#sub_navigation li {
    font-style: normal;
    width: 100%;
    height: 40px;
    font-size: 80%;
    line-height: 40px !important;
    margin: 0!important;
    z-index: 2!important;
  }
  ul#sub_navigation li a {
    width: 100%;
    height: 40px;
    line-height: 40px !important;
    background-color: #f2f2f2;
    transition: background 1s,color 0.2s!important;
  }
  ul#sub_navigation a:hover {
    color: #FFFFFF !important;
    background: #369CD0 !important;
  }
  ul#sub_navigation li:after {
    height: 0!important;
  }
  li.menu_single:hover ul#sub_navigation {
    top: 60px;
    visibility: visible;
    opacity: 1;
    width: 300px;
  }
}
/*見出し設定*/
/*
.top_page h2{
	margin-bottom:1em;
	.h2_en{
		display: block;
		text-align: center;
		font-size:1.2em;
	}
	.h2_ja{
		display: block;
		text-align: center;
		background-image:url("../images/top/top_page_h2_bg.png");
		background-size:contain;
		font-size:0.5em;
		width:80%;
		max-width:400px;
		margin:auto;

		span{
			background:#FFF;
			padding:0 1em;

		}
	}
}
*/
.top_page h2 {
  text-align: center;
  line-height: 1.8em;
  margin-bottom: 2em;
}
.top_page h2.white {
  color: #FFFFFF;
}
/*見出しflexbox活用ver*
.top_page h2{
	margin:auto;
	margin-bottom:1em;
	.h2_en{
		display: block;
		text-align: center;
		font-size:1.2em;
	}
	.h2_ja{
		display: block;
		text-align: center;
		//background-image:url("../images/top/top_page_h2_bg.png");
		//background-size:contain;
		font-size:0.5em;
		width:80%;
		max-width:400px;
		margin:auto;

		span.h2_ja_txt{
			padding:0 1em;
		}

		span.h2_ja_bg{
			background-image:url("../images/top/top_page_h2_bg.png");
			background-size:contain;
		}
	}
}
*/
/*
.top_page.wrapper_red h2{
	color:#FFFFFF;

	.h2_ja{
		background-image:url("../images/top/top_page_h2_bg_w.png");

		span{
			background:#C1272D;
		}
	}
}
*/
/*
.top_page.wrapper_red h2,
.top_page h2.white{
	color:#FFFFFF;

	.h2_ja{
		

		span.h2_ja_bg{
			background-image:url("../images/top/top_page_h2_bg_w.png");
			background-size:contain;
		}
	}
}
*/
.news_cat {
  font-weight: 400;
  color: #ffffff;
  background-color: #F6AC50;
  padding: .2rem 1rem;
  margin-top: -0.2rem;
  border-radius: 1em;
}
.news_date {
  padding: 0.2rem 0;
}
.news_options {
  margin-bottom: 0.5em;
  margin-top: 0.15em;
}
.btn_more {
  display: block;
  margin: 1em auto;
  width: 175px;
  text-align: center;
  padding: 0.5em;
  color: #FFFFFF;
  background: #369CD0;
  position: relative;
  transition: 1s;
  font-size: 1em;
  /*
    &::after{
    	content:"　";
    	display: block;
    	position: absolute;
    	right:-8px;
    	top:6px;
	    width: 175px;
	    border-right: 2px solid #C1272D;
	    border-bottom: 2px solid #C1272D;
	    text-align: center;
	    padding: 0.5em;
	    margin-bottom: 2em;
	    transition: 1s;
	    
    };

    &:hover{
    	opacity:0.8;
    	background:#c1272d30;
    	border-color:#C1272Daa;

    	&::after{
    		border-color:#c1272daa;

    	}
    };
    */
}
.btn_more::hover {
  opacity: 0.7;
}
.btn_more_white {
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
}
.btn_more_white::after {
  border-color: #FFFFFF;
}
.btn_more_white:hover {
  border-color: #FFFFFF70;
}
.btn_more_white:hover::after {
  border-color: #FFFFFF70;
}
/*トップページ*/
.wrapper_red {
  background: #C1272D;
}
.wrapper_brown {
  background: #F0ECE7;
}
.wrapper_company {
  background: center no-repeat;
  background-size: cover;
  background-image: url("../images/top/top_company_bg_sp.png");
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .wrapper_company {
    background-image: url("../images/top/top_company_bg.png");
  }
}
.top_wrapper {
  padding-top: 4em;
  padding-bottom: 4em;
}
/*緑色背景*/
.top_point_wrapper,
.top_case_wrapper {
  background: #134051;
  color: #FFFFFF;
}
.d_border_box {
  border: 3px solid #000000;
  position: relative;
  padding: 1em;
  z-index: 1;
}
.d_border_box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin: 0.2em;
  border: 1px solid #000000;
  width: calc( 100% - 0.4em );
  height: calc( 100% - 0.4em );
  z-index: -1;
}
/*メインビジュアル*/
.mainv2 {
  width: 100%;
  /*max-width:1440px;
	margin:auto;
	*/
  /*height: 50vh;*/
  background: url(../images/mainv/mainv_bg2.png);
  background-position: 60% center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  /*SP想定*/
}
@media (max-width: 840px) {
  .mainv2 {
    background: url(../images/mainv/mainv_bg2_sp.png);
    background-position: 64% center;
    background-size: auto 100%;
  }
}
.mainv2 .mainv_illust_box {
  position: absolute;
  height: 100%;
  width: 100%;
  /*スマホの背景設定*/
  background: url(../images/mainv/mainv_illust.png);
  background-position: 60% bottom;
  background-repeat: no-repeat;
  background-size: auto 150px;
}
@media (min-width: 678px) {
  .mainv2 .mainv_illust_box {
    /*タブレット以上の背景設定*/
    /**/
    height: 200px;
    background-position: 60% bottom;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
  }
}
.mainv {
  width: 100%;
  /*max-width:1440px;
	margin:auto;
	*/
  /*height: 50vh;*/
  background: url(../images/mainv/mainv_bg.png);
  background-position: 60% center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  /*SP想定*/
  /*PC想定*/
}
@media (max-width: 840px) {
  .mainv {
    background: url(../images/mainv/mainv_bg_sp.png);
    background-position: 64% center;
    background-size: auto 100%;
  }
}
@media (min-width: 992px) {
  .mainv {
    height: auto;
  }
}
.mainv .mainv_txt {
  padding-top: 12em;
  padding-bottom: 15em;
  z-index: 2;
  position: relative;
  max-width: 100%;
  margin: auto;
  display: block;
}
@media (min-width: 992px) {
  .mainv .mainv_txt {
    width: 50%;
    margin-right: 50%;
  }
}
.mainv .mainv_illust_box {
  position: absolute;
  height: 100%;
  width: 100%;
  /*スマホの背景設定*/
  background: url(../images/mainv/mainv_illust.png);
  background-position: 60% bottom;
  background-repeat: no-repeat;
  background-size: auto 150px;
}
@media (min-width: 678px) {
  .mainv .mainv_illust_box {
    /*タブレット以上の背景設定*/
    /**/
    height: 200px;
    background-position: 60% bottom;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
  }
}
/**トップページデザイン**/
.top_point_speech {
  text-align: center;
  font-size: 1.5em;
}
@media (max-width: 1000px) {
  .top_point_speech {
    font-size: calc(3.125) vw;
  }
}
.top_point_staff {
  max-width: 70%;
  margin: auto;
  display: block;
}
.top_point_box {
  max-width: 1000px;
  margin: auto;
  background: #F7F7F7;
  position: relative;
}
.top_point_fusen {
  position: absolute;
  top: -25px;
  margin: auto;
  left: 0;
  right: 0;
}
.top_point_white {
  background: #FFFFFF;
  position: relative;
  padding: 2em 2em 1em;
  margin-bottom: 2em;
  text-align: center;
}
.top_point_orange {
  background: #F6AC50;
  box-shadow: 0 3px 5px;
  padding: 0.5em 0;
  text-align: center;
  color: #FFFFFF;
  /*font-weight: bold;*/
  font-size: 0.8em;
  position: absolute;
  margin: auto;
  top: -1em;
  width: 80%;
  left: 0;
  right: 0;
}
.top_point_num {
  font-size: 2em;
}
/*口コミ*/
.review_title {
  background: #134051;
  color: #FFFFFF;
  padding: 0.5em 0;
  text-align: center;
}
.review_title h2 {
  padding: 0;
  margin: 0;
  font-size: 1.5em;
}
.review_content {
  border: 1px solid #134051;
  padding: 1em;
  height: 300px;
  overflow-y: scroll;
}
/*強み*/
.top_advantage_box {
  background: url("../images/top/top_advantage_bg.png");
  background-size: cover;
  padding: 3em 1em;
  color: #FFFFFF;
  text-align: center;
  background-position: center;
}
.top_advantage_box h2 {
  margin-bottom: 0.5em;
}
/*工事メニュー*/
.top_menu_wrapper {
  background: url("../images/top/top_menu_bg.jpg");
  background-repeat: repeat;
  background-size: cover;
  position: relative;
  margin-top: 4em;
  /*
	&::before{
		content:"";
		width:100;
		height:200px;
		position:absolute;
		background:url("../images/top/top_menu_bg_triangle.png");
	}*/
}
.top_menu_wrapper .top_menu_people {
  position: absolute;
  top: -8em;
  right: 0;
  width: 250px;
}
@media (max-width: 768px) {
  .top_menu_wrapper .top_menu_people {
    top: -3em;
    width: 150px;
  }
}
.top_menu_wrapper .top_menu_bg_triangle {
  position: absolute;
  width: 100%;
  height: 100px;
  top: 0;
}
.top_menu_wrapper .top_menu_hikari {
  background: url("../images/top/top_menu_hikari_bg.png");
  color: #FFFFFF;
  padding: 3em 0 2em;
  text-align: center;
  margin-bottom: 2em;
}
.top_menu_wrapper .top_menu_hikari h3 {
  font-size: 1.5em;
  margin-bottom: 2em;
}
.top_menu_wrapper .top_menu_kasai {
  background: url("../images/top/top_menu_kasai_bg.png");
  color: #FFFFFF;
  padding: 3em 0 2em;
  text-align: center;
  margin-bottom: 2em;
}
.top_menu_wrapper .top_menu_kasai h3 {
  font-size: 1.5em;
  margin-bottom: 2em;
}
.top_menu_wrapper .top_menu_illust {
  position: absolute;
  bottom: -7em;
  left: 0;
}
@media (max-width: 768px) {
  .top_menu_wrapper .top_menu_illust {
    width: 150px;
  }
}
/*施工実績 case*/
.top_case_wrapper {
  padding-bottom: 15em;
}
.slideCell {
  width: 300px;
  float: left;
  margin-right: 1em;
  white-space: no-wrap;
  color: #FFFFFF;
  overflow: hidden;
}
@media (max-width: 768px) {
  .slideCell {
    width: 300px;
  }
}
.slide_txt {
  white-space: nowrap;
  overflow: hidden;
  color: #FFFFFF;
  margin-top: 0.5em;
}
.caroufredsel_wrapper {
  margin-bottom: 3em !important;
  min-height: 254px ;
}
.top_case_inner {
  height: 254px !important;
}
.top_case_img {
  width: 100%;
}
/*お客様の声*/
.top_voice_wrapper {
  margin-top: -15em;
}
.top_voice_wrapper .top_voice_box {
  background: #F7F7F7;
  padding: 2em;
}
.top_voice_wrapper .top_voice_list {
  background: #FFFFFF;
  margin-bottom: 1em;
  padding: 1.5em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.top_voice_wrapper a:nth-child(4) .top_voice_list {
  margin-bottom: 0;
}
/*料金*/
.top_price_box {
  background: url("../images/top/top_price_bg.png");
  background-size: cover;
  padding: 3em 1em;
  color: #FFFFFF;
  text-align: center;
  background-position: center;
}
.top_price_box h2 {
  margin-bottom: 0.5em;
}
.top_price_box2 {
  background: #F7F7F7;
  padding: 2em;
}
/*現場日記*/
.top_diary_wrapper {
  background: url("../images/top/top_diary_bg.png");
  background-repeat: repeat;
  background-size: cover;
  position: relative;
  margin-bottom: 0em;
}
.top_news_list {
  margin-bottom: 1em;
}
/*会社案内*/
.top_company_wrapper {
  background: url("../images/top/top_company_bg.png");
  background-repeat: repeat;
  background-size: cover;
  position: relative;
  margin-top: 0em;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .top_company_wrapper {
    background-position: center;
  }
}
/***********************
	施工実績一覧ページ case
/***********************/
.cat_list {
  border: 1px solid #CCCCCC;
  padding: 0.2em 0.5em;
  font-size: 0.8em;
  line-height: 1.5em;
  display: inline-block;
  border-radius: 1em;
  margin-bottom: 0.5em;
}
.cat_list:hover {
  opacity: 0.6;
}
.cat_area {
  border-color: #F6AC50;
  color: #F6AC50;
}
.cat_place {
  border-color: #369CD0;
  color: #369CD0;
}
.cat_color {
  border-color: #7FC05E;
  color: #7FC05E;
}
/***********************
	施工実績ページ 個別 case
/***********************/
.case_before_after {
  position: relative;
}
.case_after_box {
  width: 85%;
  margin-left: 15%;
}
.case_before_box {
  width: 30%;
  position: absolute;
  left: 0;
  top: 3em;
}
@media (max-width: 768px) {
  .case_before_box {
    top: 1em;
  }
}
.case_before_box img {
  max-width: 100%;
}
.case_after_img {
  width: 100%;
}
.case_before_img {
  border: 5px solid #ECAE61;
}
/*施工情報*/
.case_single_cat_box {
  padding: 2.5em 1em 1.5em;
  background: #F7F7F7;
  position: relative;
  margin-top: 2em;
  text-align: center;
}
.case_single_cat_box .case_single_cat_title {
  background: #707070;
  color: #FFFFFF;
  padding: 0.5em;
  position: absolute;
  top: -1em;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  width: 150px;
}
.case_single_cat_box .case_single_cat {
  margin-left: 2em;
}
@media (max-width: 768px) {
  .case_single_cat_box .case_single_cat {
    display: block;
  }
}
/***********************
	お客様の声 一覧 voice
/***********************/
.voice_archive_img_box {
  position: relative;
}
.voice_archive_img_box .voice_archive_balloon {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.voice_img {
  width: 80%;
}
.voice_scan_box {
  position: absolute;
  width: 30%;
  aspect-ratio: 1;
  overflow: hidden;
  right: 0;
  bottom: 0;
}
.voice_scan_box .voice_balloon2 {
  width: 100%;
  pointer-events: none;
  position: absolute;
}
.voice_scan_box .voice_scan_img {
  width: 100%;
  -webkit-mask-image: url("../images/page/voice/voice_balloon2.png");
  mask-image: url("../images/page/voice/voice_balloon2.png");
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-positon: center bottom;
  mask-positon: center bottom;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  filter: brightness(0.5);
}
.voice_scan_box .voice_balloon2_txt {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
/***********************
	光触媒 protect
/***********************/
.wrapper_protect_main {
  background: url("../images/page/protect/protect_mainv_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-bottom: 0em;
  padding: 2em 1em;
}
.wrapper_protect_main .protect_mainv_img {
  max-width: 100%;
}
.wrapper_protect h2 {
  text-align: center;
  padding-top: 2em;
  padding-bottom: 1em;
}
.wrapper_protect_colored {
  background: #F6F6EF;
}
.q_box {
  padding: 1em;
  background: #FFFFFF;
  border: 2px solid #29ABE2;
  border-radius: 1em;
}
.a_box {
  padding: 1em;
  background: #29ABE2;
  border-radius: 1em;
  color: #FFFFFF;
}
.matome_box {
  background: #0071BC;
  padding: 1em;
  margin: 2em 0;
  color: #FFFFFF;
}
.feature_title {
  background: #29ABE2;
  color: #FFFFFF;
  font-size: 1.5em;
  text-align: center;
  padding: 0.5em;
}
.feature_txt {
  border: 2px solid #29ABE2;
  padding: 1em;
}
.green_border_box {
  border: 2px solid #8CC63F;
  padding: 1em;
  position: relative;
  background: #FFFFFF;
}
.green_border_box .green_border_box_title {
  background: #8CC63F;
  padding: 0.5em 1em;
  margin: auto;
  top: -2.5em;
  position: absolute;
  left: -2px;
  color: #FFFFFF;
}
.protect_balloon {
  border: 3px solid #FBB03B;
  padding: 1em;
  position: relative;
  width: 70%;
  border-radius: 1.5em;
  top: -18em;
}
@media (max-width: 768px) {
  .protect_balloon {
    margin-bottom: -12em;
  }
}
.protect_balloon:before {
  content: "";
  border: 15px solid transparent;
  border-left: 30px solid #FBB03B;
  right: -45px;
  bottom: 16px;
  position: absolute;
}
.protect_balloon:after {
  content: "";
  border: 15px solid transparent;
  border-left: 30px solid #FFFFFF;
  right: -38px;
  bottom: 16px;
  position: absolute;
}
@media (max-width: 768px) {
  .protect_bnr {
    margin-top: 12em !important;
  }
}
/***********************
	料金 price
/***********************/
.price_blue_menu {
  background: #369CD0;
  padding: 1em;
  width: 100%;
  color: #FFFFFF !important;
  text-align: center;
  margin-bottom: 2px;
}
.price_blue_menu:hover {
  opacity: 0.6;
  cursor: pointer;
}
.price_table_box {
  border: 1px solid #CCCCCC;
  text-align: center;
}
.price_table_box .price_table_title {
  border-bottom: 1px solid #CCCCCC;
  padding: 1em 0;
  font-size: 1.2em;
  color: #FFFFFF;
}
.price_table_box .price_table_title01 {
  background: #134051;
}
.price_table_box .price_table_title02 {
  background: #2A6852;
}
.price_table_box .price_table_title03 {
  background: #26996D;
}
.price_table_box .price_table_title04 {
  background: #7FC05E;
}
.price_table_box .price_table_txt {
  padding: 1em 0;
}
.price_table_price {
  color: #C62F36;
  font-size: 1.2em;
  display: block;
  padding-top: 0.5em;
}
.border_box {
  border: 2px solid #CCCCCC;
  padding: 1em;
  text-align: center;
}
.price_case_price {
  width: 100%;
  height: 100%;
  position: relative;
}
.price_case_price img {
  margin-top: 1em !important;
  bottom: 0;
}
/***********************
	
/***********************/
/***********************
	固定ページデザイン
/***********************/
.wrapper_page img,
.wrapper.page img {
  max-width: 100%;
}
.page h2 {
  font-size: 1.5em;
  text-align: center;
  margin-bottom: 1em;
  margin-top: 3em;
}
.page h3 {
  font-size: 1.2em;
  border-left: 8px solid #F6AC50;
  border-bottom: none;
  font-weight: normal;
  text-align: left;
  padding-left: 1em;
}
/***********************
	強み advantage
/***********************/
.wrapper_advantage_main {
  background: url(../images/page/advantage/advantage_main_bg.png);
  background-size: cover;
  background-position: center;
  padding: 6em 0 5em;
  color: #FFFFFF;
}
.wrapper_advantage_main h2 {
  font-size: 1.7em;
  padding-bottom: 1em;
}
.wrapper_advantage_bottom {
  background: url(../images/page/advantage/advantage_bottom_bg.png);
  background-size: cover;
  background-position: center;
  padding: 6em 0 5em;
  color: #FFFFFF;
  position: relative;
  margin-bottom: 7em;
}
.wrapper_advantage_bottom h2 {
  font-size: 1.7em;
  padding-bottom: 1em;
}
.wrapper_advantage_bottom .gray_box {
  color: #272727;
  max-width: 800px;
  margin: auto;
}
@media (min-width: 768px) {
  .wrapper_advantage_bottom .gray_box {
    position: absolute;
    bottom: -5em;
    left: 0;
    right: 0;
  }
}
.page_advantage_point {
  text-align: center;
  margin-bottom: 2em;
}
.page_advantage_point .page_advantage_point_no {
  color: #369CD0;
  font-size: 3em;
  font-weight: bold;
}
@media (max-width: 768px) {
  .page_advantage_point .page_advantage_point_no {
    display: block;
  }
}
.page_advantage_point .page_advantage_point_title {
  font-size: 1.5em;
}
.gray_box {
  background: #F7F7F7;
  padding: 1em;
  text-align: center;
  margin: 1em 0;
}
.orange_box {
  background: #FBB03B;
  padding: 1em;
  text-align: center;
  margin: 1em 0;
  color: #FFFFFF;
}
/***********************
	外壁塗装
/***********************/
.flow_box {
  border-left: 3px solid #ECAE61;
  /*
	.flow_inner.last{
		margin-left:-1em;
		padding-left:2em;
		
	}
	*/
}
.flow_box .flow_inner {
  padding-left: 1em;
  position: relative;
}
.flow_box .flow_inner .flow_title {
  font-size: 1.2em;
  margin-bottom: 1em;
  position: relative;
  display: block;
}
.flow_box .flow_inner .flow_title:after {
  position: absolute;
  content: "●";
  color: #F6AC50;
  left: -1.26em;
  font-size: 1.2em;
  top: -2px;
}
.flow_box .flow_inner img {
  margin-bottom: 0.5em;
}
.flow_box .flow_inner.first .flow_title:before {
  position: absolute;
  content: "";
  left: -1.5em;
  width: 1em;
  height: 0.5em;
  background: #FFFFFF;
}
.flow_box .flow_inner.last:before {
  position: absolute;
  content: "";
  left: -1.5em;
  top: 1em;
  width: 2em;
  height: 100%;
  background: #FFFFFF;
}
/***********************
	火災保険 kasai
/***********************/
ul.orange {
  list-style: none;
  position: relative;
}
ul.orange li:before {
  content: "・";
  color: #F6AC50;
  position: absolute;
  font-weight: bold;
  left: 0;
}
/***********************
	会社案内 company
/***********************/
.wrapper_company_yurai {
  background: #F7F7F7;
  padding: 2em 0;
}
.wrapper_company_yurai .container {
  max-width: 600px;
}
.wrapper_company_yurai .yurai_eng {
  padding: 0.5em;
  border: 2px dotted #CCCCCC;
  margin-right: 1em;
  width: 9em;
  text-align: center;
  border-radius: 1em;
}
.wrapper_company_yurai .yurai_eng,
.wrapper_company_yurai .yurai_txt {
  margin-bottom: 1em;
}
.table_company tr,
.table_company th,
.table_company td {
  border: 1px solid #CCCCCC;
}
.table_company th {
  background: #F7F7F7;
  white-space: nowrap;
  padding: 0.5em;
}
.table_company td {
  padding-left: 1em;
}
.company_staff_txt_box {
  background: #134051;
  width: 100%;
  padding: 1em 1em 0;
  color: #FFFFFF;
  text-align: center;
  position: absolute;
  bottom: 3em;
  right: 10em;
}
.company_staff_txt_box_l {
  background: #134051;
  width: 100%;
  padding: 1em 1em 0;
  color: #FFFFFF;
  text-align: center;
  position: absolute;
  bottom: 2em;
  left: 10em;
}
@media (max-width: 768px) {
  .company_staff_txt_box,
  .company_staff_txt_box_l {
    width: 80%;
    bottom: -1em;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media (max-width: 768px) {
  .company_staff_img {
    margin-bottom: 2em !important;
  }
}
/***********************
	お問い合わせ contact
/***********************/
.form_hissu {
  background: #F6AC50;
  font-size: 0.8em;
  padding: 0.2em;
  color: #FFFFFF;
}
.form_ninni {
  background: #979797;
  font-size: 0.8em;
  padding: 0.2em;
  color: #FFFFFF;
}
.form_title {
  width: 100%;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .form_title {
    text-align: right;
    margin-right: 1em;
  }
}
.contact_form_area input,
.contact_form_area textarea {
  margin-bottom: 1em;
}
/*********************/
/*********************/
.page h3 {
  line-height: 2em;
  margin: auto;
  margin-top: 2em;
  margin-bottom: 1em;
  display: block;
}
.page h4 {
  text-align: center;
  border-bottom: 2px solid #CCCCCC;
  line-height: 2em;
  margin: auto;
  margin-top: 1em;
  margin-bottom: 1em;
  max-width: 400px;
}
table {
  width: 100%;
  margin-bottom: 1em;
}
table tr,
table th,
table td {
  border-bottom: 1px solid #CCCCCC;
  padding: 1em 0.3em;
}
table tr {
  border-top: 1px solid #CCCCCC;
}
table th {
  text-align: center;
}
/*施工事例*/
.flex_works_archive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
}
.flex_works_archive > div {
  width: 100%;
  margin-bottom: 3rem;
  padding: .625rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .flex_works_archive > div {
    width: 32%;
    padding: 1.25rem;
    margin-right: 2%;
  }
}
.flex_works_archive > div .inner {
  padding: 0;
  position: relative;
}
.flex_works_archive > div h3 {
  font-size: 1rem;
  font-weight: 900;
  font-style: normal;
  margin-top: 1.5rem;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .flex_works_archive > div h3 {
    font-size: 1.125rem;
  }
}
.flex_works_archive > div ul.works_genre,
.flex_works_archive > div ul.works_area,
.flex_works_archive > div ul.works_content {
  display: inline-block;
  margin-bottom: 0;
  padding-left: 0;
}
.flex_works_archive > div ul.works_genre li,
.flex_works_archive > div ul.works_area li,
.flex_works_archive > div ul.works_content li {
  width: auto;
  padding: 3px;
  text-align: center;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 0;
  display: inline-block;
}
.flex_works_archive > div ul.works_genre a,
.flex_works_archive > div ul.works_area a,
.flex_works_archive > div ul.works_content a {
  position: relative;
  text-decoration: none;
  color: #FFFFFF;
  -webkit-transition: color 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: color 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.flex_works_archive > div ul.works_genre a:hover,
.flex_works_archive > div ul.works_area a:hover,
.flex_works_archive > div ul.works_content a:hover {
  color: #CCCCCC;
  -webkit-transition: color 0.45s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transition: color 0.45s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.flex_works_archive > div ul.works_genre li {
  background-color: #2d87af;
  margin-right: .625rem;
}
.flex_works_archive > div ul.works_area li {
  background-color: #46c7fc;
  margin-right: .625rem;
}
.flex_works_archive > div ul.works_content li {
  background-color: #154c63;
}
@media (min-width: 992px) {
  .flex_works_archive > div:nth-child(3n) {
    margin-right: 0;
  }
}
.works_detail {
  display: block;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .works_detail {
    display: inline-block;
    margin-right: 1.25rem;
  }
}
.works_detail span {
  color: #ffffff;
  padding: 0.3125rem 0.375rem;
  margin-right: 0.625rem;
  background-color: #2a4e89;
}
.works_detail a {
  color: #000000;
}
.flex_before_after {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: start;
  align-items: center;
}
.flex_before_after > div {
  width: 47%;
  position: relative;
  transition: 0.5s;
  padding: 0.625rem 0.3125rem;
  margin-bottom: 1.25rem;
}
.flex_before_after > div .before_sub,
.flex_before_after > div .after_sub {
  font-size: 1.25rem;
  font-weight: 600;
  color: #ffffff;
  font-style: normal;
  text-align: center;
}
@media (min-width: 992px) {
  .flex_before_after > div .before_sub,
  .flex_before_after > div .after_sub {
    font-size: 1.625rem;
  }
}
.flex_before_after > div .before_sub {
  background-color: #808080;
}
.flex_before_after > div .after_sub {
  background-color: #2a4e89;
}
.flex_before_after > div img {
  width: 100%;
  display: block;
  margin-bottom: .625rem;
}
@media (min-width: 992px) {
  .flex_before_after > div img {
    margin-bottom: 1.625rem;
  }
}
.flex_before_after > div:nth-child(2) {
  width: 6%;
  font-size: 3rem;
  color: #2a4e89;
  text-align: center;
  margin-top: 3rem;
}
.works_img_flex {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: start;
  align-items: stretch;
}
.works_img_flex > div {
  width: 100%;
  position: relative;
  transition: 0.5s;
  padding: 0.625rem 0.3125rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 992px) {
  .works_img_flex > div {
    width: 33%;
  }
}
.works_img_flex > div img {
  width: 100%;
  display: block;
  margin-bottom: 1.25rem;
}
/*業者の選び方施工の流れ*/
.select_flow_section {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  overflow: hidden;
}
@media (min-width: 992px) {
  .select_flow_section {
    padding-top: 8.125rem;
    padding-bottom: 9.375rem;
    padding-left: 2rem;
    padding-right: 2rem;
    z-index: 0;
  }
}
.select_flow_section .flex_select_flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .select_flow_section .flex_select_flow {
    max-width: 1740px;
  }
}
.select_flow_section .flex_select_flow > div {
  width: 100%;
  margin-bottom: 1rem;
  position: relative;
  padding: 0 .35rem;
}
@media (min-width: 992px) {
  .select_flow_section .flex_select_flow > div {
    width: 50%;
    margin-bottom: 2rem;
    padding: 0 2rem;
  }
}
.select_flow_section .flex_select_flow > div .inner {
  padding: 1.25rem 1.25rem 1.75rem 1.25rem;
  background-color: #2a4e89;
}
@media (min-width: 992px) {
  .select_flow_section .flex_select_flow > div .inner {
    padding: 3.75rem;
  }
}
.select_flow_section .flex_select_flow > div h2 {
  font-size: calc(60 * 100vw / 768);
  font-weight: 800;
  font-style: normal;
  text-align: center;
  margin-bottom: 1.25rem;
  color: #ffffff;
}
@media (min-width: 992px) {
  .select_flow_section .flex_select_flow > div h2 {
    font-size: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
.select_flow_section .flex_select_flow > div h2 span {
  font-size: 60%;
  display: inline-block;
}
.select_flow_section .flex_select_flow > div h2:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: .125rem;
  background-image: url(../images/top/icon_select_flow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
}
@media (min-width: 992px) {
  .select_flow_section .flex_select_flow > div h2:before {
    width: 25px;
    height: 37px;
    margin-right: 1.25rem;
  }
}
.select_flow_section .flex_select_flow > div p {
  width: 80%;
  color: #ffffff;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .select_flow_section .flex_select_flow > div p {
    max-width: 340px;
  }
}
.select_flow_section .flex_select_flow > div:last-child .inner {
  height: 100%;
  background-color: #00a89c;
}
/*お知らせ/会社案内*/
.news_company_section {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  background: url(../images/top/news_company_bg.jpg) top center no-repeat;
  background-size: cover;
  overflow: hidden;
}
@media (min-width: 992px) {
  .news_company_section {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.news_company_section .flex_news_company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .news_company_section .flex_news_company {
    max-width: 1740px;
    margin-left: auto;
    margin-right: auto;
  }
}
.news_company_section .flex_news_company > div {
  width: 100%;
  margin-bottom: 2rem;
  padding: 3rem .625rem;
  position: relative;
  padding: 0 .35rem;
}
@media (min-width: 992px) {
  .news_company_section .flex_news_company > div {
    width: 50%;
    margin-bottom: 0;
    padding: 6.25rem 0;
    padding: 0 2rem;
  }
}
.news_company_section .flex_news_company > div .inner {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 1.25rem;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.5);
}
@media (min-width: 992px) {
  .news_company_section .flex_news_company > div .inner {
    padding: 3.75rem;
  }
}
.news_company_section .flex_news_company > div h2 {
  font-size: calc(50 * 100vw / 768);
  font-weight: 800;
  font-style: normal;
  color: #2a4e89;
  text-align: center;
  margin-top: 0;
  margin-bottom: 1.25rem;
}
@media (min-width: 992px) {
  .news_company_section .flex_news_company > div h2 {
    font-size: 2.5rem;
    margin-top: 2.5rem;
  }
}
.news_company_section .flex_news_company > div p {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .news_company_section .flex_news_company > div p {
    max-width: 440px;
  }
}
.news_company_section .flex_news_company > div:first-child .news_ul {
  position: relative;
  width: 100%;
  list-style: none;
  margin: 0;
}
@media (min-width: 992px) {
  .news_company_section .flex_news_company > div:first-child .news_ul {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.news_company_section .flex_news_company > div:first-child .news_ul li {
  font-size: .8rem;
  font-weight: 600;
  display: block;
  position: relative;
  line-height: 200%;
  padding-bottom: .625rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid #CCCCCC;
}
@media (min-width: 992px) {
  .news_company_section .flex_news_company > div:first-child .news_ul li {
    font-size: 1rem;
  }
}
.news_company_section .flex_news_company > div:first-child .news_ul li #date {
  font-weight: 400;
  color: #666666;
  margin-right: 1rem;
}
.news_company_section .flex_news_company > div:first-child .news_ul li .news_cat {
  font-weight: 400;
  color: #ffffff;
  background-color: #F6AC50;
  padding: .2rem 1rem;
  border-radius: 50%;
}
.news_company_section .flex_news_company > div:first-child .news_ul li a {
  text-decoration: none;
}
.news_company_section .flex_news_company > div:first-child .news_ul li::after {
  position: absolute;
  right: 0;
  content: '≫';
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.news_company_section .flex_news_company > div:first-child .news_ul li:hover::after {
  right: 1rem;
  opacity: .8;
}
.news_company_section .flex_news_company > div:first-child .news_ul li:last-child {
  margin-bottom: 0;
}
/*CONTACT*/
.contact_section {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  overflow: hidden;
  background-color: #2a4e89;
}
@media (min-width: 992px) {
  .contact_section {
    padding-top: 6rem;
    padding-bottom: 6rem;
    padding-left: 0;
    padding-right: 0;
    z-index: 0;
  }
}
.contact_section h2 {
  font-size: calc(40 * 100vw / 768);
  font-weight: 800;
  font-style: normal;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 1.25rem;
}
@media (min-width: 992px) {
  .contact_section h2 {
    font-size: 2.5rem;
  }
}
.contact_section h2 span {
  font-size: 70%;
  font-weight: 400;
}
.contact_section .flex_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: 5px;
  margin-top: .625rem;
  padding: 1rem;
}
@media (min-width: 992px) {
  .contact_section .flex_contact {
    padding: 1.25rem;
  }
}
.contact_section .flex_contact > div {
  width: 100%;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .contact_section .flex_contact > div {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
    margin-bottom: 0;
  }
}
.contact_section .flex_contact > div .contact_sub {
  font-size: 1.25rem;
  font-weight: 800;
  font-style: normal;
  color: #4d4d4d;
  text-align: center;
  background-color: #f1f1f1;
  padding: .35rem;
  margin-bottom: 1.25rem;
}
.contact_section .flex_contact > div .contact_phone {
  font-size: 2.875rem;
  font-weight: 800;
  font-style: normal;
  line-height: 100%;
  text-align: center;
  margin-bottom: .25rem;
}
.contact_section .flex_contact > div .contact_time {
  font-size: 1.25rem;
  font-weight: 800;
  font-style: normal;
  line-height: 100%;
  text-align: center;
  margin-bottom: 0;
}
/*フッター*/
#page-top {
  position: fixed;
  bottom: 60px;
  right: 10px;
  font-size: 90%;
  display: table;
  z-index: 1010;
}
#page-top a {
  font-size: 36px;
  text-decoration: none;
  color: #ffffff;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  text-align: center;
  display: table-cell;
  background: #369CD0;
}
#page-top a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: rgba(42, 78, 137, 0.4);
}
.contact_flex {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 900;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .contact_flex {
    display: none;
  }
}
.contact_flex > div {
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 100%;
  text-align: center;
  padding: 20px 0 25px;
  position: relative;
}
.contact_flex > div a {
  color: #FFFFFF;
  display: block;
}
.contact_flex > div:first-child {
  background-color: #C1272D;
}
.contact_flex > div:first-child a {
  color: #ffffff;
}
.contact_flex > div:nth-child(2) {
  background-color: #07B53B;
}
.contact_flex > div:nth-child(2) a {
  color: #ffffff;
}
.contact_flex > div:last-child {
  background-color: #FBB03B;
}
.contact_flex > div:last-child a {
  color: #ffffff;
}
/*追従フッター*/
.sticker_footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #FFFFFF;
  text-align: center;
}
@media (min-width: 768px) {
  .sticker_footer {
    display: none;
  }
}
.sticker_footer .container {
  padding: 0;
}
.sticker_footer .sticker_footer_tel,
.sticker_footer .sticker_footer_contact,
.sticker_footer .sticker_footer_blog {
  padding: 1em 0;
}
.sticker_footer .sticker_footer_tel:hover,
.sticker_footer .sticker_footer_contact:hover,
.sticker_footer .sticker_footer_blog:hover {
  opacity: 0.7;
}
.sticker_footer .sticker_footer_tel,
.sticker_footer .sticker_footer_blog {
  background: #369CD0;
  color: #FFFFFF;
}
.sticker_footer .sticker_footer_tel a,
.sticker_footer .sticker_footer_blog a {
  color: #FFFFFF;
}
.sticker_footer_spacer {
  height: 5em;
}
@media (min-width: 768px) {
  .sticker_footer_spacer {
    display: none;
  }
}
/*フッター1*/
.footer_contact {
  width: 100%;
  background: url(../images/common/footer/footer_contact_bg.png);
  background-position: 60% center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  text-align: center;
  /*SP想定*
	@media(max-width:840px){
		background:url(../images/mainv/mainv_bg_sp.png);
		background-position: 64% center;
		background-size:auto 100%;
	}

	/*PC想定*
	@media(min-width:992px){
		height:auto;
	}

	*/
  padding-top: 4em;
  padding-bottom: 200px;
}
.footer_contact h2 {
  margin-bottom: 2em;
}
@media (max-width: 768px) {
  .footer_contact .footer_contact_row {
    margin-top: 8em;
  }
}
.footer_contact .footer_contact_box {
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  padding: 2em 0 1.5em;
  height: 100%;
  position: relative;
}
.footer_contact .footer_contact_box h3 {
  font-size: 1.2em;
  margin-bottom: 0.5em;
}
.footer_contact .footer_contact_img {
  position: absolute;
  z-index: 2;
}
.footer_contact .footer_contact_img01 {
  left: 0;
  top: -13em;
  width: 50%;
}
@media (max-width: 768px) {
  .footer_contact .footer_contact_img01 {
    top: -8em;
    width: 40%;
  }
}
.footer_contact .footer_contact_img02 {
  right: -5em;
  top: -5em;
  width: 50%;
}
.footer_contact .mainv_illust_box {
  position: absolute;
  height: 100%;
  width: 100%;
  /*スマホの背景設定*/
  background: url(../images/mainv/mainv_illust.png);
  background-position: 60% bottom;
  background-repeat: no-repeat;
  background-size: auto 150px;
}
@media (min-width: 678px) {
  .footer_contact .mainv_illust_box {
    /*タブレット以上の背景設定*/
    /**/
    height: 200px;
    background-position: 60% bottom;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
  }
}
/*フッターメイン*/
footer {
  background: #134051;
  position: relative;
  overflow: hidden;
  color: #FFFFFF;
}
footer .container {
  padding-top: 2em;
  padding-bottom: 2em;
}
footer .footer_logo {
  font-size: 10vw;
  text-align: center;
  margin-bottom: 0.5em;
}
@media (min-width: 768px) {
  footer .footer_logo {
    font-size: 3em;
    text-align: left;
  }
}
footer .footer_left_contact {
  text-align: center;
}
@media (min-width: 768px) {
  footer .footer_left_contact {
    text-align: left;
  }
}
footer .footer_company_box {
  border: 1px solid #FFFFFF;
  padding: 1em;
  margin-bottom: 1em;
}
footer .footer_company_box p {
  margin-bottom: 0;
  font-size: 0.9em;
}
footer .footer_company_box a {
  color: #FFFFFF;
}
footer .footer_menu {
  font-size: 0.9em;
  padding-left: 0.5em;
}
footer .footer_menu a {
  color: #FFFFFF;
}
footer .footer_sns_box {
  margin: 0.5em;
}
footer .footer_inner {
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: .625rem;
  padding-right: .625rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  footer .footer_inner {
    max-width: 1200px;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
footer .footer_logo {
  display: block;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  footer .footer_logo {
    margin-left: 0;
  }
}
footer address {
  font-weight: 400;
  font-style: normal;
  text-align: center;
  width: 100%;
  font-size: .8rem;
  margin-top: 1.5rem;
}
@media (min-width: 992px) {
  footer address {
    font-size: 1rem;
    text-align: left;
    margin-top: 2.5rem;
  }
}
footer .footer_nav {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
footer .footer_nav > div {
  width: 25%;
  position: relative;
  margin-right: 5rem;
}
footer ul {
  padding-left: 0;
  list-style: none;
  text-decoration: none;
  margin-top: .5em;
}
footer ul li {
  font-weight: 400;
  font-style: normal;
  padding-left: 1rem;
  line-height: 20px;
  text-transform: capitalize;
  margin-bottom: .5em;
}
footer ul a {
  position: relative;
  -webkit-transition: color 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: color 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
footer ul a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000000;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: 100% 50% 0;
  -ms-transform-origin: 100% 50% 0;
  transform-origin: 100% 50% 0;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
footer ul a:hover {
  color: #666666;
  text-decoration: none;
  -webkit-transition: color 0.45s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transition: color 0.45s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
footer ul a:hover::after {
  -webkit-transform-origin: 0 50% 0;
  -ms-transform-origin: 0 50% 0;
  transform-origin: 0 50% 0;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transition: transform 0.45s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transition: transform 0.45s cubic-bezier(0.23, 1, 0.32, 1) 0s, -webkit-transform 0.45s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
p.f_copyright {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  letter-spacing: .1em;
  text-align: center;
  margin-bottom: 0;
  padding: 12px 12px ;
  border-top: 1px solid #CCCCCC;
  color: #ffffff;
}
@media (min-width: 992px) {
  p.f_copyright {
    padding: 12px;
  }
}
p.f_copyright a {
  color: #ffffff;
  text-decoration: none;
}
p.f_copyright img.spot_logo {
  display: block;
  margin: 5px auto;
}
@media (min-width: 992px) {
  p.f_copyright img.spot_logo {
    display: inline-block;
  }
}
.img_center {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
/*ブログアーカイブ*/
.news_wrapper {
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .news_wrapper {
    z-index: 0;
  }
}
.archive_box {
  width: 100%;
  background-color: #ffffff;
  padding: 1.5rem;
}
@media (min-width: 992px) {
  .archive_box {
    padding: 2rem;
  }
}
.archive_box img {
  width: 100%;
  margin-bottom: 0;
}
.archive_box h3 {
  font-weight: 600;
}
.archive_box span.category {
  font-size: 0.875rem;
  line-height: 100%;
  min-width: 80px;
  text-align: center;
  padding: 5px;
  margin-left: 10px;
  background-color: #00a89c;
  display: inline-block;
}
.archive_box span.category a {
  color: #FFFFFF;
}
.archive_box span#date {
  font-size: 15px;
}
.archive_box div.excerpt_box {
  margin: 0 0 20px;
  padding: 10px;
}
.archive_box div.excerpt_box p {
  margin-bottom: 0;
}
.archive_box .more_btn_b {
  margin-right: 0;
}
.blog_image_archive {
  width: 100%;
  margin: 0 auto 20px auto;
  position: relative;
  z-index: 15;
  overflow: hidden;
}
.blog_image_archive a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  z-index: 10;
}
.blog_image_archive:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  z-index: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: rgba(0, 0, 0, 0);
}
.blog_image_archive:hover:after {
  background: rgba(0, 0, 0, 0.1);
}
.blog_image_archive img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.blog_image_archive:hover img {
  opacity: 0.8;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.blog_image_archive p {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 18px;
  font-weight: 600;
  color: #203B57;
  text-align: center;
  margin-bottom: 0;
  line-height: 140%;
}
.blog_image_archive:hover p {
  color: #FFFFFF;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/*ブログパーツ*/
.widget_box {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: start;
  align-items: stretch;
  justify-content: space-between;
}
.widget_box > li {
  list-style-type: none;
  width: 100%;
  padding: 0.625rem;
  position: relative;
  transition: 0.5s;
  margin-bottom: 10px;
  border: 1px solid #eeeeee;
  background-color: #ffffff;
  border-radius: 5px;
}
@media (min-width: 992px) {
  .widget_box > li {
    width: 32%;
    padding: 0.9375rem;
    margin-bottom: 0;
  }
}
.widget_box > li ul {
  padding-left: 0;
  height: 120px;
  list-style: none;
  overflow-x: hidden;
  overflow-y: auto;
}
.widget_box > li ul li {
  font-weight: 400;
  font-style: normal;
  padding-left: 1.625rem;
  line-height: 30px;
  background: url(../images/common/list_bullet.png) center left no-repeat;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: capitalize;
  margin-bottom: .5em;
}
.widget_box > li ul a {
  position: relative;
  text-decoration: none;
  -webkit-transition: color 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: color 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.widget_box > li ul a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #666666;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: 100% 50% 0;
  -ms-transform-origin: 100% 50% 0;
  transform-origin: 100% 50% 0;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.widget_box > li ul a:hover {
  color: #666666;
  -webkit-transition: color 0.45s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transition: color 0.45s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.widget_box > li ul a:hover::after {
  -webkit-transform-origin: 0 50% 0;
  -ms-transform-origin: 0 50% 0;
  transform-origin: 0 50% 0;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transition: transform 0.45s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transition: transform 0.45s cubic-bezier(0.23, 1, 0.32, 1) 0s, -webkit-transform 0.45s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.widget_box > li .widget_recent_entries,
.widget_box > li .widget_archive,
.widget_box > li .widget_categories {
  background-color: #FFFFFF;
  padding: 0.625rem;
  border: 1px solid #EEEEEE;
  border-radius: 10px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 10px;
  list-style: none;
}
@media (min-width: 768px) {
  .widget_box > li .widget_recent_entries,
  .widget_box > li .widget_archive,
  .widget_box > li .widget_categories {
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 0;
  }
}
.widget_box > li h2.widgettitle {
  font-size: 1.125rem;
  color: #ffffff;
  text-align: center;
  padding: 0.3125rem;
  margin-top: 0;
  margin-bottom: 10px;
  background-color: #2a4e89;
  border-bottom: none;
}
.widget_box > li h3.widget_title {
  font-size: 1.125rem;
  color: #ffffff;
  padding: 5px;
  margin-top: 0;
  margin-bottom: 10px;
  background-color: #2a4e89;
  border-bottom: none;
}
.page_link {
  width: 100%;
  margin: 40px 0;
}
.page_link_prev,
.page_link_next,
.page_link_archive {
  line-height: 40px;
  float: left;
}
.page_link_prev,
.page_link_next {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.page_link_prev a,
.page_link_next a {
  position: relative;
  text-decoration: none;
  -webkit-transition: color 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: color 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.page_link_prev a::after,
.page_link_next a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #666666;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: 100% 50% 0;
  -ms-transform-origin: 100% 50% 0;
  transform-origin: 100% 50% 0;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.page_link_prev a:hover,
.page_link_next a:hover {
  color: #666666;
  -webkit-transition: color 0.45s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transition: color 0.45s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.page_link_prev a:hover::after,
.page_link_next a:hover::after {
  -webkit-transform-origin: 0 50% 0;
  -ms-transform-origin: 0 50% 0;
  transform-origin: 0 50% 0;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transition: transform 0.45s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transition: transform 0.45s cubic-bezier(0.23, 1, 0.32, 1) 0s, -webkit-transform 0.45s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
ul.page_link_prev {
  width: 100%;
  padding-right: 2.25rem;
  list-style: none;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  ul.page_link_prev {
    text-align: right;
  }
}
ul.page_link_prev li {
  line-height: 40px;
  background: url(../images/common/prev.png) center left no-repeat;
  padding-left: 2.75rem;
  display: inline-block;
}
ul.page_link_next {
  width: 100%;
  padding-left: 1.25rem;
  list-style: none;
  text-align: right;
}
@media (min-width: 768px) {
  ul.page_link_next {
    text-align: left;
  }
}
ul.page_link_next li {
  background: url(../images/common/next.png) center right no-repeat;
  padding-right: 2.75rem;
  display: inline-block;
}
.page_link_archive {
  position: relative;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: .1em;
  line-height: 40px;
  text-align: center;
  width: 100%;
  height: 40px;
  margin-bottom: 1rem;
}
.page_link_archive a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  color: #ffffff;
  transition: 0.5s;
  background-color: #2a4e89;
  border: 1px solid #2a4e89;
}
@media (min-width: 768px) {
  .page_link_archive a {
    width: 100%;
  }
}
.page_link_archive a:hover {
  color: #2a4e89;
  background-color: #ffffff;
  border: 1px solid #2a4e89;
  text-decoration: none;
}
/*ブログ記事*/
.blog_contents {
  padding: 20px 0 3rem 0;
}
@media (min-width: 576px) {
  .blog_contents {
    padding: 0 0 5rem 0;
  }
}
.blog_contents h1 {
  font-size: 1.75rem;
  margin-top: 30px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .blog_contents h1 {
    font-size: 2.125rem;
  }
}
.blog_contents h2 {
  font-size: 1.5rem;
  margin-top: 30px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .blog_contents h2 {
    font-size: 1.875rem;
  }
}
.blog_contents h3.blog_title {
  font-weight: 500;
  color: #203B57;
  position: relative;
  font-size: 1.25rem;
  letter-spacing: .1em;
  padding: 15px 10px;
  background-color: #eeeeee;
  margin-top: 60px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .blog_contents h3.blog_title {
    font-size: 1.875rem;
    margin-top: 120px;
  }
}
.blog_contents h3 {
  font-size: 1.25rem;
  margin-top: 30px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .blog_contents h3 {
    font-size: 1.75rem;
  }
}
.blog_contents h4 {
  font-size: 1.125rem;
  margin-top: 30px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .blog_contents h4 {
    font-size: 1.5rem;
  }
}
.blog_contents h5 {
  font-size: 1rem;
  margin-top: 30px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .blog_contents h5 {
    font-size: 1.25rem;
  }
}
.blog_contents h6 {
  font-size: 0.875rem;
  margin-top: 30px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .blog_contents h6 {
    font-size: 1rem;
  }
}
.blog_single_section {
  position: relative;
  padding-bottom: 3.75rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  overflow: hidden;
}
@media (min-width: 992px) {
  .blog_single_section {
    padding-bottom: 5rem;
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
.blog_single_section h3 {
  font-weight: 600;
}
.blog_single_section span.category {
  font-size: 1rem;
  font-weight: 600;
  line-height: 100%;
  min-width: 80px;
  text-align: center;
  padding: 5px;
  background-color: #00a89c;
  display: inline-block;
}
.blog_single_section span.category a {
  color: #FFFFFF;
}
.blog_single_section span#date {
  font-size: 15px;
}
.blog_single_section .content-inner {
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .blog_single_section .content-inner {
    padding: 3.75rem;
  }
}
ul.news_title_day {
  position: relative;
  margin-bottom: 2rem;
  list-style: none;
}
ul.news_title_day li {
  margin-left: 1rem;
}
@media (min-width: 992px) {
  ul.news_title_day li {
    margin-left: 2rem;
  }
}
ul.news_title_day li h3 {
  font-weight: 600;
  padding-bottom: .5em;
  border-bottom: 1px dotted #666666;
}
ul.news_title_day::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: #FBBE02;
}
/*見出し*/
.title_left,
.title_center,
.title_jp,
.title_big,
.title_left_g {
  font-style: normal;
  line-height: 140%;
  margin-bottom: 1.25rem;
  font-size: 1.5em;
}
@media (min-width: 992px) {
  .title_left,
  .title_center,
  .title_jp,
  .title_big,
  .title_left_g {
    margin-top: 5rem;
  }
}
.title_left {
  text-align: left;
}
.title_center {
  text-align: center;
}
.title_left_g h3:before {
  background-color: #006837;
}
.title_big {
  font-size: calc(50 * 100vw / 768);
  text-align: center;
  color: #2a4e89;
}
@media (min-width: 992px) {
  .title_big {
    font-size: 3.125rem;
    margin-top: 5rem;
  }
}
h3.standard {
  font-weight: 600;
  font-style: normal;
  font-size: 1.375rem;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-left: 1rem;
  position: relative;
}
@media (min-width: 992px) {
  h3.standard {
    font-size: 1.875rem;
    margin-top: 60px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  h3.standard {
    font-size: 2.5rem;
  }
}
h3.standard span {
  margin-top: 15px;
  display: block;
}
h3.standard:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: #003F9D;
}
.center_line {
  font-size: 1.375rem;
  font-weight: 600;
  color: #2a4e89;
  text-align: center;
  background-color: #ffffff;
  margin-top: 40px;
  margin-bottom: 20px;
  position: relative;
}
@media (min-width: 992px) {
  .center_line {
    width: 540px;
    font-size: 2.5rem;
    margin-top: 60px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}
.center_line span {
  position: relative;
  padding: 0 1rem;
  background: #ffffff;
}
.center_line:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #2a4e89;
}
@media (min-width: 992px) {
  .center_line:before {
    height: 4px;
  }
}
h4.standard {
  font-weight: 600;
  font-style: normal;
  font-size: 1.125rem;
  margin-top: 40px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  h4.standard {
    font-size: 1.5rem;
    margin-top: 60px;
    margin-bottom: 30px;
  }
}
h4.standard:before {
  content: '';
  background-color: #2a4e89;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
h5.standard {
  font-weight: 600;
  font-style: normal;
  font-size: 1rem;
  margin-top: 40px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  h5.standard {
    font-size: 1.25rem;
  }
}
h6.standard {
  font-weight: 600;
  font-style: normal;
  font-size: 0.875rem;
  margin-top: 40px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  h6.standard {
    font-size: 1rem;
  }
}
/*ページ*/
@media (min-width: 992px) {
  .page_eyecatch_wrapper {
    height: 150px;
  }
}
.page_eyecatch_inner {
  position: relative;
  height: 140px;
  background-color: #F2F2F2;
  border-top: 1px solid #FFFFFF;
}
@media (min-width: 992px) {
  .page_eyecatch_inner {
    height: 150px;
  }
}
.page_eyecatch_inner h1 {
  width: 100%;
  font-weight: 600;
  display: inline-block;
  font-size: 2em;
  padding: 0 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: corporate-logo-ver2, sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media (min-width: 992px) {
  .page_eyecatch_inner h1 {
    font-size: 2em;
    padding: 0 5.625rem 0 3.75rem;
  }
}
.page_eyecatch_wrapper404 {
  position: relative;
  height: 70px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #eeeeee;
}
@media (min-width: 992px) {
  .page_eyecatch_wrapper404 {
    height: 80px;
  }
}
@media (min-width: 1200px) {
  .page_eyecatch_wrapper404 {
    height: 90px;
  }
}
.eyecatch_box {
  width: 100%;
  position: relative;
}
.eyecatch_box > div {
  position: relative;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 1.25rem;
}
@media (min-width: 1200px) {
  .eyecatch_box > div {
    width: 1120px;
    margin: -300px auto 0 auto;
    padding: 2.5rem 1.875rem;
  }
}
.eyecatch_box > div p.eyecatch_title,
.eyecatch_box > div p.eyecatch_message {
  font-weight: 600;
  font-style: normal;
  font-size: 1.375rem;
  text-align: center;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .eyecatch_box > div p.eyecatch_title,
  .eyecatch_box > div p.eyecatch_message {
    font-size: 1.875rem;
  }
}
@media (min-width: 1200px) {
  .eyecatch_box > div p.eyecatch_title,
  .eyecatch_box > div p.eyecatch_message {
    font-size: 2.5rem;
  }
}
.eyecatch_box > div p.eyecatch_title {
  color: #00a66c;
}
div.bread_crumb_wrapper {
  padding: 0.625rem;
}
p#breadcrumbs {
  font-size: 1rem;
  margin-bottom: 0;
}
p#breadcrumbs a {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  text-decoration: none;
  margin-right: 0.3125rem;
}
p#breadcrumbs a:hover {
  opacity: .6;
}
p#breadcrumbs .breadcrumb_last {
  margin-left: 0.3125rem;
}
.page_gray_bg {
  position: relative;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  overflow: hidden;
  background-color: #f4f4f4;
}
@media (min-width: 992px) {
  .page_gray_bg {
    padding-top: 5rem;
    padding-bottom: 5rem;
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
.contents {
  padding: 2.5rem 0;
}
@media (min-width: 992px) {
  .contents {
    padding: 3.75rem 0 5rem 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.contents img.alignleft {
  padding: 0.25rem;
  margin: 0 10px 0 0;
  display: inline;
}
.contents .alignleft {
  float: left;
}
.contents p.not_found {
  font-size: 2.5rem;
  color: #666666;
  font-weight: 100;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .contents p.not_found {
    font-size: 5rem;
  }
}
.works_contents {
  width: 100%;
  background-color: #ffffff;
  padding: 1.5rem;
}
@media (min-width: 992px) {
  .works_contents {
    padding: 2rem;
  }
}
.works_contents h3 {
  font-weight: 600;
}
.section_margin {
  position: relative;
  margin-top: 1rem;
  margin-bottom: 1rem;
  overflow: hidden;
}
@media (min-width: 992px) {
  .section_margin {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
}
.eyecatch_contents {
  padding: 2.5rem 0;
  font-size: 120%;
  line-height: 200%;
}
@media (min-width: 992px) {
  .eyecatch_contents {
    padding: 5rem 0;
  }
}
@media (min-width: 1200px) {
  .eyecatch_contents {
    padding: 7.5rem 0;
  }
}
.pagelink_follow {
  width: 100%;
  background-color: #f2f2f2;
  padding: 1.875rem 0.625rem;
  border-radius: 10px;
}
.pagelink_follow p {
  font-weight: 600;
  font-style: normal;
  font-size: 1.125rem;
  color: #1B224C;
  text-align: center;
}
@media (min-width: 992px) {
  .pagelink_follow p {
    font-size: 1.625rem;
  }
}
.pagelink_follow .green_ghost {
  margin-top: 20px;
}
.mb-contents {
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .mb-contents {
    margin-bottom: 80px;
  }
}
img.img_display {
  display: block;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 40px;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
@media (min-width: 992px) {
  .middlebox {
    width: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .middlebox {
    width: 580px;
  }
}
.borderbox {
  border: 1px dashed #2a4e89;
  margin-bottom: 2rem;
  padding: 1rem;
}
@media (min-width: 992px) {
  .borderbox {
    padding: 2rem 2.5rem;
    margin-bottom: 3rem;
  }
}
.grayback {
  background-color: #f1f1f1;
}
div.graybox {
  width: 100%;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  background-color: #f1f1f1;
  padding: .625rem 1.25rem;
}
@media (min-width: 992px) {
  div.graybox {
    margin-bottom: 2.5rem;
  }
}
.black_mid {
  font-size: 1.25rem;
}
@media (min-width: 992px) {
  .black_mid {
    font-size: 1.625rem;
  }
}
.black_mid_bold {
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
}
@media (min-width: 992px) {
  .black_mid_bold {
    font-size: 1.625rem;
  }
}
/*選ばれる理由*/
.reason_box,
.point_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: #f1f1f1;
  margin-top: .625rem;
  padding: 1rem;
}
@media (min-width: 992px) {
  .reason_box,
  .point_box {
    padding: 2rem;
  }
}
.reason_box > div,
.point_box > div {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 992px) {
  .reason_box > div,
  .point_box > div {
    width: -webkit-calc(70% - 80px);
    width: calc(70% - 80px);
    padding-left: 40px;
    padding-right: 40px;
  }
}
.reason_box > div h4,
.point_box > div h4 {
  font-size: calc(60 * 100vw / 768);
  font-weight: 800;
  font-style: normal;
  margin-bottom: 1.25rem;
}
@media (min-width: 992px) {
  .reason_box > div h4,
  .point_box > div h4 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
  }
}
.reason_box > div h4 span,
.point_box > div h4 span {
  font-size: 140%;
  font-weight: 900;
  color: #2a4e89;
  margin-right: 1.25rem;
}
.reason_box > div p,
.point_box > div p {
  line-height: 200%;
  margin-bottom: 0;
}
.reason_box > div:last-child,
.point_box > div:last-child {
  width: 100%;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .reason_box > div:last-child,
  .point_box > div:last-child {
    width: -webkit-calc(30% - 60px);
    width: calc(30% - 60px);
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 0;
  }
}
/*対応工事*/
.can_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}
@media (min-width: 992px) {
  .can_box {
    flex-direction: row-reverse;
    margin-bottom: 2rem;
  }
}
.can_box > div {
  width: 100%;
}
@media (min-width: 992px) {
  .can_box > div {
    width: -webkit-calc(100% - 370px);
    width: calc(100% - 370px);
  }
}
.can_box > div h4 {
  font-size: calc(32 * 100vw / 768);
  font-weight: 600;
  margin-bottom: 1.25rem;
}
@media (min-width: 992px) {
  .can_box > div h4 {
    font-size: 1.625rem;
    margin-bottom: 1.625rem;
  }
}
.can_box > div:last-child {
  width: 100%;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .can_box > div:last-child {
    width: 338px;
    margin-right: 2rem;
  }
}
.menu_slide {
  margin-bottom: 3rem;
}
.menu_slide h4 {
  text-align: center;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 992px) {
  .menu_slide h4 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.menu_slide img {
  width: 100%;
}
.menu_slide p {
  padding: .625rem;
  margin-bottom: 0;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .slide_left {
    padding-left: 0;
    padding-right: 1rem;
  }
  .slide_center {
    padding-left: .5rem;
    padding-right: .5rem;
  }
  .slide_right {
    padding-left: 1rem;
    padding-right: 0;
  }
}
h4.blue_block {
  width: 160px;
  height: 40px;
  font-size: 1.125rem;
  font-weight: 600;
  color: #ffffff;
  line-height: 40px;
  text-align: center;
  background-color: #2a4e89;
  display: block;
  margin-top: 2rem;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  h4.blue_block {
    width: 230px;
    height: 55px;
    font-size: 1.25rem;
    line-height: 55px;
    margin-top: 3.5rem;
    margin-bottom: 1.25rem;
  }
}
ul.green_block {
  list-style: none;
  padding-left: 0;
  color: #00a89c;
}
@media (min-width: 992px) {
  ul.green_block {
    text-align: center;
  }
}
ul.green_block li {
  padding: .325rem;
  color: #ffffff;
  display: inline-block;
  background-color: #00a89c;
  margin-right: .625rem;
}
@media (min-width: 992px) {
  ul.green_block li {
    font-size: 1.25rem;
    padding: .325rem .625rem;
  }
}
.flex_calc {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .flex_calc {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.flex_calc > div {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (min-width: 768px) {
  .flex_calc > div {
    font-size: 1.625rem;
    line-height: 70px;
  }
}
.flex_calc > div:nth-child(odd) {
  color: #ffffff;
  background-color: #00a89c;
  width: 70px;
  height: 40px;
}
@media (min-width: 992px) {
  .flex_calc > div:nth-child(odd) {
    width: 160px;
    height: 70px;
  }
}
.flex_calc > div:nth-child(even) {
  color: #00a89c;
  width: 30px;
  padding: 0;
}
@media (min-width: 992px) {
  .flex_calc > div:nth-child(even) {
    width: 80px;
  }
}
.price_sample {
  font-size: 1.5rem;
  font-weight: 600;
  color: #00a89c;
  text-align: right;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .price_sample {
    font-size: 2rem;
  }
}
.areabox_aichi,
.areabox_gifu,
.areabox_mie {
  background-color: #f1f1f1;
  margin: 3em 0;
  padding: 1rem 2rem 2rem 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .areabox_aichi,
  .areabox_gifu,
  .areabox_mie {
    margin: 4em 0;
    padding: 1rem 2rem 2rem 2rem;
  }
}
.areabox_aichi ul,
.areabox_gifu ul,
.areabox_mie ul {
  list-style: none;
  padding-left: 0;
  margin-top: 1rem;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .areabox_aichi ul,
  .areabox_gifu ul,
  .areabox_mie ul {
    margin-top: 2rem;
  }
}
.areabox_aichi ul li,
.areabox_gifu ul li,
.areabox_mie ul li {
  display: inline-block;
  margin-bottom: 0;
  font-size: 80%;
}
@media (min-width: 992px) {
  .areabox_aichi ul li,
  .areabox_gifu ul li,
  .areabox_mie ul li {
    font-size: 100%;
  }
}
.areabox_aichi ul li:first-child,
.areabox_gifu ul li:first-child,
.areabox_mie ul li:first-child {
  color: #2a4e89;
  border: 1px solid #2a4e89;
  padding-left: 1em;
  padding-right: 1em;
  display: table;
  margin-bottom: .5em;
  margin-right: .625rem;
}
.areabox_aichi ul li:last-child,
.areabox_gifu ul li:last-child,
.areabox_mie ul li:last-child {
  margin-right: 0;
}
.areabox_aichi::before,
.areabox_gifu::before,
.areabox_mie::before {
  background-color: #2a4e89;
  color: #ffffff;
  font-size: 120%;
  font-weight: 600;
  left: 1em;
  padding: 0 .5em;
  position: absolute;
  top: -1em;
}
.areabox_aichi::before {
  content: "愛知県";
}
.areabox_gifu::before {
  content: "岐阜県";
}
.areabox_mie::before {
  content: "三重県";
}
/*業者の選び方*/
ul.select_ul {
  width: 100%;
  background-color: #2a4e89;
  list-style: none;
  padding: 20px 10px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  ul.select_ul {
    width: -webkit-calc(100% + 60px);
    width: calc(100% + 60px);
    margin-top: 2.5rem;
    margin-left: -30px;
    margin-right: -30px;
    padding: 50px 30px;
  }
}
ul.select_ul li {
  font-size: calc(24 * 100vw / 768);
  font-weight: 800;
  font-style: normal;
  color: #ffffff;
  display: inline-block;
  margin-bottom: .625rem;
}
@media (min-width: 992px) {
  ul.select_ul li {
    font-size: calc(30 * 100vw / 1920);
    text-align: left;
    margin-bottom: 1.25rem;
  }
}
ul.select_ul li:last-child {
  margin-bottom: 0;
}
ul.select_ul li:before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 20px;
  margin-right: .625rem;
  background-image: url(../images/top/check_icon.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: sub;
}
@media (min-width: 992px) {
  ul.select_ul li:before {
    width: 43px;
    height: 41px;
    margin-right: 1.25rem;
  }
}
ul.select_ul span {
  padding-left: 2.125rem;
}
@media (min-width: 992px) {
  ul.select_ul span {
    padding-left: 0;
  }
}
.point_title {
  font-size: calc(40 * 100vw / 768);
  font-weight: 800;
  font-style: normal;
  margin-top: 2rem;
  margin-bottom: .625rem;
}
@media (min-width: 992px) {
  .point_title {
    font-size: 1.625rem;
    margin-top: 3rem;
    margin-bottom: 1rem;
  }
}
.point_title span {
  font-size: 140%;
  font-weight: 900;
  color: #2a4e89;
  margin-right: 1.25rem;
}
/*施工の流れ*/
.cp_timeline04 {
  position: relative;
}
.cp_timeline04:before {
  position: absolute;
  top: 30px;
  left: 42px;
  width: 10px;
  height: 100%;
  content: '';
  background: #f1f1f1;
}
.cp_timeline04 .timeline_item {
  margin: 0px 0px 80px 120px;
}
.cp_timeline04 .timeline_item .time_date .flag {
  font-size: 2.5rem;
  font-weight: 600;
  position: relative;
  margin: 0;
}
.cp_timeline04 .timeline_item .time_date .flag span {
  font-size: 160%;
  margin-right: 1rem;
}
.cp_timeline04 .timeline_item .time_date .flag:before {
  position: absolute;
  top: 38%;
  left: -88px;
  width: 30px;
  height: 30px;
  content: '';
}
.st01,
.st02 {
  color: #2a65a9;
}
.st01:before,
.st02:before {
  background: #2a65a9;
}
.st03,
.st04 {
  color: #2a4e89;
}
.st03:before,
.st04:before {
  background: #2a4e89;
}
.st05,
.st06 {
  color: #2a6a89;
}
.st05:before,
.st06:before {
  background: #2a6a89;
}
.st07,
.st08 {
  color: #00a89c;
}
.st07:before,
.st08:before {
  background: #00a89c;
}
.cp_timeline04 .timeline_item .desc {
  line-height: 140%;
  margin-top: .625rem;
}
@media only screen and (max-width: 767px) {
  .cp_timeline04:before {
    width: 4px;
    left: 6px;
  }
  .cp_timeline04 .timeline_item .time_date .flag {
    font-size: 1.25rem;
  }
  .cp_timeline04 .timeline_item .time_date .flag:before {
    top: 30%;
    left: -32px;
    width: 20px;
    height: 20px;
  }
  .cp_timeline04 .timeline_item {
    margin: 0px 0px 40px 30px;
  }
}
div.flow_graybox {
  background-color: #f1f1f1;
  padding: 1.25rem;
}
@media (min-width: 992px) {
  div.flow_graybox {
    width: 640px;
    margin-left: auto;
    margin-right: auto;
    padding: 2rem;
  }
}
.flow_phone {
  font-size: 1.5rem;
  font-weight: 600;
  font-style: normal;
  line-height: 100%;
  text-align: center;
  margin-bottom: .25rem;
}
@media (min-width: 992px) {
  .flow_phone {
    font-size: 2.875rem;
  }
}
.flow_time {
  font-size: 1rem;
  font-weight: 600;
  font-style: normal;
  line-height: 100%;
  text-align: center;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .flow_time {
    font-size: 1.25rem;
  }
}
/*会社案内*/
.ceo_name {
  width: 240px;
  display: block;
  margin-left: auto;
  margin-right: 0;
}
#no01,
#no02 {
  padding-top: 120px;
  margin-top: -120px;
}
.flex_recruit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5rem;
}
@media (min-width: 992px) {
  .flex_recruit {
    width: 640px;
    margin-top: 3.75rem;
  }
}
.flex_recruit > div {
  width: 32%;
  padding: .3125rem;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .flex_recruit > div {
    padding: 1rem;
  }
}
.flex_recruit > div img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.flex_recruit > div p {
  font-size: .625rem;
  margin-top: .35rem;
}
@media (min-width: 992px) {
  .flex_recruit > div p {
    font-size: 1rem;
    margin-top: .625rem;
  }
}
.flex_recruit > div:nth-child(3n) {
  margin-right: 0;
  margin-bottom: 1rem;
}
div.overview_tbl,
div.coop_tbl,
div.recruit_tbl {
  width: fit-content;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
}
@media (min-width: 992px) {
  div.overview_tbl,
  div.coop_tbl,
  div.recruit_tbl {
    width: 720px;
  }
}
div.overview_tbl dl,
div.coop_tbl dl,
div.recruit_tbl dl {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  div.overview_tbl dl,
  div.coop_tbl dl,
  div.recruit_tbl dl {
    margin-bottom: 2rem;
  }
}
div.overview_tbl dl:last-child,
div.coop_tbl dl:last-child,
div.recruit_tbl dl:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  div.overview_tbl dt,
  div.coop_tbl dt,
  div.recruit_tbl dt {
    float: left;
  }
}
@media (min-width: 992px) {
  div.overview_tbl dd,
  div.coop_tbl dd,
  div.recruit_tbl dd {
    margin-left: 100px;
  }
}
.recruit_btn {
  position: relative;
  font-size: calc(30 * 100vw / 768);
  font-weight: 600;
  font-style: normal;
  padding-left: 1.75rem;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 40px;
  margin: 1.5rem auto 0 auto;
  line-height: 40px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  border-radius: 3px;
  background-color: #00a89c;
  -webkit-box-shadow: 0px 7px 0px 0px #1b1464;
  -moz-box-shadow: 0px 7px 0px 0px #1b1464;
  box-shadow: 0px 7px 0px 0px #1b1464;
}
@media (min-width: 992px) {
  .recruit_btn {
    font-size: 1.25rem;
    line-height: 60px;
    max-width: 340px;
    height: 60px;
    margin: 2.5rem auto 0 auto;
  }
}
.recruit_btn span {
  color: #ffffff;
}
.recruit_btn span:after {
  content: '\f150';
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
  position: absolute;
  top: 0;
  right: 10px;
}
@media (min-width: 992px) {
  .recruit_btn span:after {
    right: 15px;
  }
}
.recruit_btn:hover {
  text-decoration: none;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 3px 0px 0px #00a89c;
  -moz-box-shadow: 0px 3px 0px 0px #00a89c;
  box-shadow: 0px 3px 0px 0px #00a89c;
}
.recruit_btn:hover span {
  color: #00a89c;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.recruit_btn:hover span:after {
  right: 12px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media (min-width: 992px) {
  .recruit_btn:hover span:after {
    right: 20px;
  }
}
.recruit_btn:hover:before {
  transform: translateX(0);
}
/*CONTACT*/
.flex_contact_select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: 5px;
  margin-top: .625rem;
  margin-bottom: 1.5rem;
  padding: 1rem;
}
@media (min-width: 992px) {
  .flex_contact_select {
    padding: 1.25rem;
    margin-bottom: 2rem;
  }
}
.flex_contact_select > div {
  width: 100%;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .flex_contact_select > div {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
    margin-bottom: 0;
    border-right: 1px solid #e6e6e6;
  }
}
.flex_contact_select > div .select_phone {
  font-size: 2.5rem;
  font-weight: 800;
  font-style: normal;
  line-height: 100%;
  text-align: center;
  margin-bottom: .25rem;
}
.flex_contact_select > div .select_time,
.flex_contact_select > div .select_mail {
  font-size: 1.75rem;
  font-weight: 800;
  font-style: normal;
  line-height: 100%;
  text-align: center;
  margin-bottom: 1rem;
}
.flex_contact_select > div:last-child {
  border-right: none;
}
@media (min-width: 992px) {
  .flex_contact_select > div:last-child {
    padding: 0 4rem;
  }
}
.flex_line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .flex_line {
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
  }
}
.flex_line > div {
  width: 100%;
  margin-bottom: 1.25rem;
}
@media (min-width: 992px) {
  .flex_line > div {
    width: 180px;
  }
}
@media (min-width: 992px) {
  .flex_line > div:last-child {
    width: -webkit-calc(100% - 180px);
    width: calc(100% - 180px);
  }
}
.flex_line > div:last-child .line_sub {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.h3_phone,
.h3_mail,
.h3_line {
  font-size: 2.5rem;
  font-weight: 800;
  font-style: normal;
  text-align: center;
  padding: .35rem;
  margin-bottom: 1.25rem;
}
.h3_phone {
  color: #2a4e89;
}
.h3_mail {
  color: #666666;
}
.h3_line {
  color: #00b900;
}
.h3_phone:before,
.h3_mail:before,
.h3_line:before {
  content: '';
  display: inline-block;
  width: 66px;
  height: 66px;
  margin-right: 1rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.h3_phone:before {
  background-image: url(../images/page/contact/icon_phone.png);
}
.h3_mail:before {
  background-image: url(../images/page/contact/icon_mail.png);
}
.h3_line:before {
  background-image: url(../images/page/contact/icon_line.png);
}
.form_box {
  width: 100%;
}
@media (min-width: 992px) {
  .form_box {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
  }
}
p.form_title {
  margin-bottom: 0.625rem;
}
@media (min-width: 992px) {
  p.form_title {
    margin-top: 0.3125rem;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  p.form_title {
    margin-top: 0;
    height: 50px;
    padding-left: 0.625rem;
    line-height: 52px;
  }
}
p.form_title span.req,
p.form_title span.any {
  font-size: 0.75rem;
  color: #ffffff;
  padding: 0.3125rem;
  margin-left: 0.625rem;
}
p.form_title span.req {
  background-color: #BF0008;
}
p.form_title span.any {
  background-color: #999999;
}
