@charset "utf-8";

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■２．初期設定
タグに値を設定

タグ自体に設定
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

body {
	-webkit-text-size-adjust: 100%;
	background: #fff;
	margin: 0;
  position: relative;
}
body, textarea {
  font-size: 14px;
  line-height: 1.6;
  font-family: "Noto Serif JP", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, serif;
  font-weight: 400; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

html,body {
  height:100%;
  /*overflow-x: hidden;*/
}
h1 {
	font-size:10px;
	font-weight:normal;
	line-height:100%;
}
a, a:link, a:visited {
	text-decoration: none;
	color: #111;
}
a:hover, a:active {
	text-decoration:underline;
	color: #6d95cb;
}
a img {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
a:hover img{
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

.mb_0 {
	margin-bottom: 0 !important;
}

.mincho {
	font-family :"ヒラギノ明朝 ProN W3", "HiraMinProN-W3", YuMincho, '游明朝', serif;
	font-weight:bold;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■３．共通仕様

　※ここでの設定は、ＩＤ・ＣＬＡＳＳは固定名
　※設定する値は任意

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●３-１．フレーム
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●３-１．ラッパー
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.site-wrapper {
  padding-top: 90px;
  position: relative;
  background-size: 100% 225px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-image: url(../images/fv_sub.png);
}
@supports (background-image: url(../images/fv_sub.webp)) {
  .site-wrapper {
    background-image: url(../images/fv_sub.webp);
  }
}

.bg-company {
  background-image: url(../images/fv_company.png);
}
@supports (background-image: url(../images/fv_company.webp)) {
  .bg-company {
    background-image: url(../images/fv_company.webp);
  }
}

.bg-assessment {
  background-image: url(../images/fv_assessment.png);
}
@supports (background-image: url(../images/fv_assessment.webp)) {
  .bg-assessment {
    background-image: url(../images/fv_assessment.webp);
  }
}

.bg-rent {
  background-image: url(../images/fv_rent.png);
}
@supports (background-image: url(../images/fv_rent.webp)) {
  .bg-rent {
    background-image: url(../images/fv_rent.webp);
  }
}

.bg-sale {
  background-image: url(../images/fv_sale2.png);
}
@supports (background-image: url(../images/fv_sale2.webp)) {
  .bg-sale {
    background-image: url(../images/fv_sale2.webp);
  }
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●３-２．ヘッダー
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#header {
	color: #333;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 10000;
}

#seo h1 {
	width:1150px;
	margin:0 auto;
	padding:5px;
	font-size:10px;
}
#header .header{
	position:relative;
	line-height:1.5;
  display: flex;
}
#header #logo {
  position: absolute;
  left: 0;
}
#header #logo img {
  max-width: 180px;
  height: auto;
  background-color: #fff;
  padding: 20px;
}

#header.change-color {
  background-color: #fff;
}
#header.change-color #logo img {
  max-width: 100px;
  padding: 0 0 0 15%;
}
#header.change-color #h_navi ul li {
  max-width: 110px;
  padding: 0.47em 0;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●３-３．ナビゲーション（横型）
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#h_navi {
	display: flex;
}
#h_navi ul li{
	float: left;
  text-align: center;
  padding: 1rem 0;
	line-height: 1.4em;
}
#h_navi ul li a{
  text-decoration: none;
  font-size: 16px;
  padding: 5px 20px;
  color: #111;
  display: block;
  min-width: 120px;
}
#h_navi ul li a.menu-small {
	font-size: 15px;
    padding: 5px 5px;
}

#header .h_contact {
  background-color: #614d40;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 0 20px;
  position: relative;
  right: -7px;
}

#header .h_tel {
  background-color: #f8f8f8;
  display: flex;
  align-items: center;
  padding: 0 20px;
  position: relative;
  right: -7px;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
#header .h_tel a {
  font-size: 16px;
  text-decoration: none;
  display: flex;
}
#header .time {
  font-size: 10px;
}

#h_navi ul li a:hover{
	color: #6d95cb;
}

.svg-white {filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(102deg) brightness(109%) contrast(103%);}
.svg-red {filter: invert(20%) sepia(48%) saturate(5943%) hue-rotate(331deg) brightness(83%) contrast(97%);}
#h_navi .svg-icon {
	width: 18px;
  display: inline-block;
}

.head_right {
	width: 100%;
}


.mt_40 {
	margin-top: 20px;
}

.pd_0 {
	padding: 0 !important;
}

.tel {
	float: right;
	font-size: 24px;
	letter-spacing: 0.1em;
	color: #21a32f;
	font-weight: bold;

}

.tel span{
	font-size: 12px;
}


.txt_sub {
	font-size: 18px;
}



.nav2 {
	margin: 30px auto;
	width: 1150px;
	overflow: hidden;
	text-align: center;
	display: flex;
	justify-content:space-around;

	
}

.nav2 li{
	margin:0 20px;
}

.nav2 li a{
	text-decoration: none;

}

.nav2 li a:before{
	content: "▶︎";
	font-size: 10px;
	color: #21a32f;
	padding-right: 10px;
	
}


hr {
	background: #eee;
	border: none !important;
}


.box3 {
	margin: 30px auto;
	width: 1150px;
	overflow: hidden;
	text-align: center;
	display: flex;
	justify-content:space-around;
	
}

.box3 li{
    box-shadow: 0 0 3px #eee;	
	border: 1px solid #eee;
	padding: 20px;
	margin: 0 10px;
	text-align: center;
	
}

.box3 li img{
	margin-bottom: 10px;

}
.box3 li p{
	text-align: left;
}

.title02 {
  font-size: 50px;
  margin: 0 auto;
  font-family: 'Outfit', sans-serif;
  font-weight: 500;
  letter-spacing: 2px;
}
.box01 {
  padding: 3rem 0;
  background: #175a86;
}
.box01.title02 {
  color: #fff;
  text-align: center;
  position: relative;
}
.box01.title02::after {
  content: "";
  position: absolute;
  bottom: -43px;
  left: 50%;
  transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  border: 15px solid transparent;
  border-top: 16px solid #175a86;
}

.title03 {
  font-size: 42px;
  margin: 0 auto 3rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
color: #175a86;
}
.title03 .small {
  font-size: 46%;
}


.tit_box {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 16px;
	text-align: center !important;
	color: #21a32f;
}

.fl_l li{
	float:left;
	margin-right: 20px;
}

.fv_wrap {
  width: 100%;
  /*margin-top: 85px;*/
	position: relative;
}

.fv_wrap  img {
  min-height: 670px;
  width: 100%;
  object-fit: cover;
}

.copy {
  position: absolute;
  top: 25%;
  right: 2%;
  font-size: 82px;
  /* color: #fff; */
  font-family: 'Noto Serif JP', serif;
  z-index: 100;
  line-height: 1.3;
  font-weight: 500;
  text-shadow: -2px 1px 2px #fff;
}
.copy .small {
  font-size: 50% !important;
}

.banner_wrap {
  position: absolute;
  bottom: 35%;
  right: 5%;
  z-index: 100;
}
.banner_float-nav {
  display: flex;
  align-items: center;
}
.banner_float-nav li {
  margin: 0 5px;
}
.banner_float-nav li a {
  font-size: 35px;
  padding: 3px 13px;
  background-image: linear-gradient(90deg, rgba(13, 56, 107, 1), rgba(37, 128, 164, 1));
  border-radius: 50%;
  color: #fff;
}
.banner_float-nav li a.btn-tiktok, .banner_float-nav li a.btn-contact, .banner_float-nav li a.btn-tell {
  font-size: 28px;
  padding: 7px 15px;
}
.banner_float-nav li a.btn-insta{
  background-image: linear-gradient(45deg, rgb(255, 221, 131, 1), rgb(242, 105, 57, 1), rgb(207, 46, 146, 1), rgb(76, 100, 211, 1) );
}
.banner_float-nav li a.btn-line{
  background-color: #06C775;
  background-image: none;
}
.banner_float-nav li a.btn-tiktok{
  background-color: #000;
  background-image: none;
}

.video_wrap video {
  width: 100%;
}

.txt_inner {
  font-size: 38px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  z-index: 100;
  text-shadow: 1px 1px 3px #555;
  font-family: 'Outfit', sans-serif;
  color: #fff;
  text-align: center;
}
.txt_inner h1 {
  font-size: 50px;
  margin-top: 40px;
}

.c-float-nav {
  max-width: 432px;
  /*width: 100%;
  height: 60px;*/
  position: fixed;
  top: 50%;
  right: 0;
  transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  background: #175a86;
  z-index: 100;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  border-radius: 15px 0 0 15px;
}

.c-float-nav__item {
  background: #175a86;
  border-bottom: 2px solid #fff;
  border-radius: 15px 0 0 0;
}
.c-float-nav__item:last-child {
  border-bottom: none;
  border-radius: 0 0 0 15px;
}
a.c-float-nav__link {
  width: 50px;
  height: 175px;
  display: flex;
  color: #fff;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.25rem;
}
a.c-float-nav__link svg {
  margin-bottom: 0.5rem;
}

.back_img_wrap {
	background: #000;
	overflow: hidden;

}
.back_img_wrap a{
	color:#fff;
	font-size: 24px;
	display: block;
	padding: 70px 0;
	width: 100%;
	text-decoration: none;
	text-shadow: 0 0 5px #333;
	
}

.back_img_wrap a span{
	font-size: 14px;
}

.back_img_wrap a:hover{
	background: #21a32f;
	opacity: 0.9;
}



.back_01 {
	text-align: center;
	background: url("../images/main_2_01.jpg") no-repeat;
	background-attachment:fixed;
	background-blend-mode:hard-light;
}
.back_02 {
	text-align: center;

	background: url("../images/main_2_02.jpg") no-repeat;
	background-attachment:fixed;
}

.back_03 {
	text-align: center;
	background: url("../images/main_2_03.jpg") no-repeat;
	background-attachment:fixed;
}

.back_04 {
	text-align: center;
	background: url("../images/main_2_04.jpg") no-repeat;
	background-attachment:fixed;
}

.back_06 {
	text-align: center;
	background: url("../images/main_2_05.jpg") no-repeat;
	background-attachment:fixed;
}

.back_05 {
	padding: 100px 0;
	text-align: center;
	background: url("../images/main_02_1500.jpg") no-repeat;
	background-attachment:fixed;
	background-size: auto 1500px;
	font-size: 36px;
	text-shadow: 0 0 5px #ccc;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.back_tit {
font-size: 60px;
    font-weight: bold;
    text-align: center;
}

.marker {
	border-bottom: 1px dashed #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.marker span{
	margin-left: 20px;
	
}


.dropdwn_menu{
    width: 151px;
    display: none;
    position: absolute;
    padding: 0;
    background: #21a32f;
	z-index: 110;
	margin-top: 0 !important;
	border-right: none  !important;
	
}
.dropdwn_menu.company-menu {
  width: 136px;
}
.dropdwn_menu li{
    width: 100%;
	border-bottom: 1px solid #840000 !important;
}

.dropdwn_menu li a{
    padding: 10px 0 !important;
	text-align: center;
    display: block;
    color: #fff;
	border-left: none  !important;
}

.dropdwn_menu li a:hover{
	opacity: 0.9;
    color: #fff !important;
	border-bottom: none !important;
}

.label-optional {
	font-size: 12px;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●３-４．コンテンツ・ラッパー
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#main {
	width:1150px;
	margin:0 auto 50px;
}
.container {
	width: 1150px;
	margin: 0 auto;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●３-５．コンテンツ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

#content {
	display:inline;
	width:1150px;
	padding:0 0 60px;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●３-６．ナビゲーション（縦型）
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#side {
	display:inline;
	float:right;
	width:230px;
}

#side .side_bloc {
	margin:0 auto 20px;
}
#side .side_bloc p{
	padding:0 5px;
}
#side .head {
	margin: 0 0 15px;
	padding: 0 0 10px;
	border-bottom: 1px solid #333;
}
.btn a, .contact-btn .btn a{
	position:relative;
	display:block;
	color:#fff;
	text-align:center;
	text-decoration:none;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	line-height:36px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.contact-btn .btn a {
	background-color: #614d40;
    padding: 0 60px;
    border-radius: 0;
    display: inline-block;
}
.btn a:hover, .contact-btn .btn a:hover{
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
.contact-btn .btn a::after {
    position: absolute;
    content: '';
    display: block;
    top: 50%;
    right: 15px;
    width: 0;
    height: 0;
    margin-top: -3px;
    border-style: solid;
    border-width: 3px 0 3px 6px;
    border-color: transparent transparent transparent #fff;
}
.btn-box {
	left: 50%;
    bottom: 25%;
	-webkit-transform : translateX(-50%);
	transform : translateX(-50%);
}

#side .btn_login a {
	margin:0 20px 5px;
	background:#1c3c6f;
}
#side .btn_regist a {
	margin:0 20px;
	background: #D88B00;
}
#side .btn_contact a {
	margin:0 0 5px;
	background:#68a98b;
	font-size: 14px;
}
#side .btn_contact a:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
#side .bnr {
	margin:0 auto 35px;
}
#side .bnr ul li {
	margin:0 0 20px;
}
#side .bnr ul li:last-child {
	margin:0;
}
#side .bnr ul li img{
	vertical-align:top;
}
#side .side_content {
	margin:0 auto 20px;
}
#side .side_content ul  {
	padding:0 0 5px 0;
}
#side .side_content ul li {
	margin:0 5px 5px;
}
#side .side_content ul li a{
	position: relative;
	display:block;
	padding:7px 0 7px 15px;
	text-decoration:none;
	color:#212121; 
	border: 1px dotted #ccc;
}
#side .side_content ul li a::before{
	position: absolute;
	content: '';
	display: block;
	top: 15px;
	left: 5px;
	width: 5px;
	height: 5px;
	background: #1c3c6f;
}
#side .side_content ul li a:hover{
	background: #f4f4f4;
	color: #1c3c6f;
}

#side .side_bnr {
	margin:0 auto 30px;
}

#side .side_bnr ul li {
	margin:0 0 5px;
}

#side .smenu {
	margin-bottom: 20px;
}
#side .smenu dl  {
	padding:10px;
	line-height: 1.5;
}
#side .smenu dl dt {
	position: relative;
	font-size: 12px;
	color: #1c3c6f;
	padding-left: 15px;
}
#side .smenu dl dt::before {
	position: absolute;
	content: '';
	display: block;
	top: 50%;
	left: 5px;
	margin-top: -3px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 0 3px 4px;
	border-color: transparent transparent transparent #1c3c6f;
}
#side .smenu dl dd {
	margin:0 5px 5px;
	border-bottom:1px dotted #ccc;
}
#side .smenu dl dd a{
	display:block;
	text-decoration:none;
}



/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■２-５．会員登録
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

#side .side_regist {
	background:#e6f9ff;
	padding:20px 0;
}
#side .side_regist .head {
    border: none;
    text-align: center;
    font-size: 18px;
}
#side .side_regist .head_ttl{
	border:none;
	font-size:18px;
}
#side .side_regist .sub_ttl{
	padding: 10px;
	background:#f39800;
	margin:0 0 10px;
	text-align: center;
}
#side .side_regist .item_num {
	margin-bottom: 10px;
	padding: 0 20px;
	font-size: 12px;
}
#side .side_regist .item_num li {
	border-bottom: 1px solid #ccc;
}
#side .side_regist .item_num span {
	font-size: 15px;
	font-weight: bold;
	padding: 0 5px;
}
#side .side_regist .head::before {
	display:none;
}
#side .side_regist a:hover img{
	filter: alpha(opacity=100);
	-moz-opacity:1.00;
	opacity:1.00;
}


#side .side_blog {
	margin-bottom: 20px;
}
#side .side_blog dl  {
	padding:10px;
	line-height: 1.5;
}
#side .side_blog dl dt {
	position: relative;
	font-size: 12px;
	color: #1c3c6f;
	padding-left: 15px;
}
#side .side_blog dl dt::before {
	position: absolute;
	content: '';
	display: block;
	top: 50%;
	left: 5px;
	margin-top: -3px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 0 3px 4px;
	border-color: transparent transparent transparent #1c3c6f;
}
#side .side_blog dl dd {
	margin:0 5px 5px;
	border-bottom:1px dotted #ccc;
}
#side .side_blog dl dd a{
	display:block;
	text-decoration:none;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■２-５．リンク
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

#side .link {
	margin:0 auto 10px;
}

#side .link a:hover img{
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

#side .link .head{
	font-size: 16px;
	font-weight: bold;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	margin:0 auto 5px;
}
#side .link ul{
	padding:0 0 0 0;
}
#side .link ul li{
	margin:0;
	border-bottom:1px dotted #ccc;
	text-align: center;
}
#side .link ul li.marker a{
	position: relative;
	display:block;
	padding:2px 0 2px 15px;
	text-decoration:none;
	text-align: left;
}
#side .link ul li.marker a::before{
	position: absolute;
	content: '';
	display: block;
	top: 50%;
	left: 0;
	width: 0;
	height: 0;
	margin-top: -3px;
	border-style: solid;
	border-width: 3px 0 3px 6px;
	border-color: transparent transparent transparent #de7a10;
	
}

#side .link ul li img{
	max-width:280px;
	vertical-align:top;
	padding:2px 0 2px 0;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■２-５．会社情報
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#company_info {
	margin:0 auto 30px;
	line-height:150%;
	padding: 10px;
	border: 1px solid #333;
}
#company_info .photo {
	margin:10px 0 10px;
	text-align:center;
}
#company_info .bottom {
	padding: 0 10px;
}
#company_info h3 {
	font-size:16px;
	margin:0 0 5px;
	border-bottom:1px solid #ccc;
}
#company_info .addr {
	margin:0 0 5px;
}
#company_info .side_tel {
	border: 1px solid #ddd;
	background: #fbfbfb;
	margin:0 0 10px;
	padding: 10px;
	color: #377f8e;	
}
#company_info .side_tel .tel_num {
	font-size: 21px;
	font-family:'Century Gothic', sans-serif;
	font-weight: bold;
}
#company_info .side_tel .fax_num {
	font-size: 16px;
	font-family:'Century Gothic', sans-serif;
	font-weight: bold;
}
#company_info .side_tel .tel_num span {
	font-size: 14px;
	color: #333;
}
#company_info .side_tel .fax_num span {
	font-size: 12px;
	color: #333;
}
#company_info .side_tel .acceptance {
	font-size: 13px;
	color: #333;
}
#company_info .btn {
	margin:0 0 5px;
	text-align:center;
}
#company_info .licence {
	font-size:11px;
	padding:0 0 0 10px;
}
 .facebook {
	 width:280px;
	margin:0 auto 10px;
}
 .facebook a:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■２-６．お問い合わせ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

#side_contact .tel{
	font-size: 26px;
	padding: 0  0 0 60px;
	font-family:"Times New Roman", serif;
	background:url(../images/free_number.png) no-repeat 20px center;
	background-size: 38px auto;
}

#side_contact .acceptance {
	font-size:14px;
	padding: 10px 0 0 55px;
	margin: 0 0 10px;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●３-７．パン屑
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

#crumb {
	margin-bottom: 10px;
}
#crumb ul {
	margin: 0 auto;
}
#crumb ul li {
	float: left;
	font-size: 12px;
}
#crumb ul li a {
	position: relative;
	margin-right: 2.5em;
	color: #dd3c4e;
}
#crumb ul li a::after {
	position: absolute;
	content: '';
	top: .5em;
	right: -1.5em;
	width: 6px;
	height: 6px;
	border-right: 1px solid #4c4b49;
	border-bottom: 1px solid #4c4b49;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●３-７．ページトップ（クラス）
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
div.page-up {
	padding:10px;
	text-align:right;
}
p.page-up {
	padding:10px 0;
	text-align:right;
}
.page-up a {
	font-size:12px;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●３-８．フッター
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#footer {
  padding-top: 35px;
  padding-bottom: 80px;
  width: 100%;
  position: relative;
  background-image: url(../images/bg_footer.png);
  background-repeat: no-repeat;
  background-size: 100% 370px;
  background-position: 50% 0;
}
@supports (background-image: url(../images/bg_footer.webp)) {
  #footer {
    background-image: url(../images/bg_footer.webp);
  }
}
#footer.company-footer {background-image: url(../images/bg_company-footer.png);}
@supports (background-image: url(../images/bg_company-footer.webp)) {
  #footer.company-footer {
    background-image: url(../images/bg_company-footer.webp);
  }
}
#footer .footer {
	width: 1140px;
	margin: 0 auto;
}
#footer ul li a {
	text-decoration: none;
}
#footer ul li a:hover {
	text-decoration: underline;
}

#footer .f_company_info {
	width: 1140px;
	margin: 0 0 15px;
}

#footer .f_company_info .left {
  font-weight: bold;
}

#footer .f_company_info ul li a{
text-decoration: none;
}
#footer .f_company_info ul li a:hover{
text-decoration:underline;
}



#footer .f_company_info .right_side {
	float: right;
  font-size: 14px;
  font-weight: bold;
	line-height: 30px;
  margin-top: 40px;
}

#footer .f_company_info .right_side .company_name{
	font-size: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #fff;
	margin-bottom: 13px;
}

#footer .f_company_info .right_side .addr{
	font-size: 13px;
	line-height: 24px;
}
#footer address {
	display:inline;
	float:right;
	text-align:right;
}
#footer2 address {
	display:inline;
	float:right;
	text-align:right;
}
#footer address a {
	color:#614d40;
}
#footer address a:hover {
	color:#000;
}
#footer ul#ico li {
	display:inline;
	float:right;
	margin:0 0 0 5px;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■４．対複数設定
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*赤字*/
.red {
	color:#d1174f;
}
.blue {
	color:#36c;
}
.white {color: #fff;}
.brown {color: #614d40;}

.bg-gray {background-color: #eee;}
.bg-white {background-color: #fff;}

/*太字*/
.bold {
	font-weight:bold;
}

.d-flex {
  display: flex;
  flex-wrap: nowrap;
}
.flex-wrap{flex-wrap: wrap !important;}
.justify-content-around{justify-content: space-around;}
.text-center {text-align: center!important;}

.h-auto {height: auto;}

.lh-120 {line-height: 120%;}

.title-big {
  font-family: "Helvetica Neue", Arial;
  font-size: 1.4em;
}
.title-small {
  font-family: "Helvetica Neue", Arial;
  font-size: 16px;
}

.bg-black {background-color: #000;}

.flow-box, .faq-box {
  padding: 1rem;
  border: #000 1px solid;
  width: 20%;
}
.faq-box {
  width: 100%;
  padding: 2rem;
  background-color: #fff;
}
.faq-container {
  margin: auto;
  max-width: 1000px;
}
.faq-box dt span, .faq-box dd span {
  padding: 5px 10px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.faq-box dd .bg-white {
  border: #000 1px solid;
}
.faq-box-innere {
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
}
.faq-box-innere:last-of-type {
    border-bottom: none;
    margin-bottom: 0px;
}
.position-relative.flow-box::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -45px;
  -webkit-transform : translateY(-50%);
  transform : translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 30px solid #ccc;
  border-right: 0;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■５．その他の設定
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*フロート・クリアーボックス*/
.clear {
	clear:both;
	display:block;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */


.left {
	float:left;
	display:inline
}
.right {
	float:right;
	display:inline
}
.text_r {
	text-align:right;
}
.center {
	text-align:center;
}
.img_l {
	float:left;
	margin-right:10px;
}
.img_r {
	float:right;
	margin-left:20px;
}
.btn_r {
	text-align:right;
}



.fa{
	margin-right:5px;
}

.row {display: flex;}
.box.row {
  align-items: center;
}

/*====================================================================================
■03.MARGIN DEFAULT
====================================================================================*/
/*--------------------------------------------------
	margin 
-------------------------------------------------- */ 
.m00 {
	margin: 0px !important;
}
.m05 {
	margin: 5px !important;
}
.m10 {
	margin: 10px !important;
}
.m15 {
	margin: 15px !important;
}
.m20 {
	margin: 20px !important;
}
.m25 {
	margin: 25px !important;
}
.m30 {
	margin: 30px !important;
}
.m35 {
	margin: 35px !important;
}
.m40 {
	margin: 40px !important;
}
.m45 {
	margin: 45px !important;
}
.mt00 {
	margin-top: 0px !important;
}
.mt05 {
	margin-top: 5px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt25 {
	margin-top: 25px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt33 {
	margin-top: 33px !important;
}
.mt35 {
	margin-top: 35px !important;
}
.mt40 {
	margin-top: 30px !important;
}
.mt45 {
	margin-top: 35px !important;
}
.mr00 {
	margin-right: 0px !important;
}
.mr05 {
	margin-right: 5px !important;
}
.mr10 {
	margin-right: 10px !important;
}
.mr15 {
	margin-right: 15px !important;
}
.mr20 {
	margin-right: 20px !important;
}
.mr25 {
	margin-right: 25px !important;
}
.mr30 {
	margin-right: 30px !important;
}
.mr35 {
	margin-right: 35px !important;
}
.mr40 {
	margin-right: 40px !important;
}
.mr45 {
	margin-right: 45px !important;
}
.mb00 {
	margin-bottom: 0px !important;
}
.mb05 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb25 {
	margin-bottom: 25px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb35 {
	margin-bottom: 35px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb45 {
	margin-bottom: 45px !important;
}
.mb55 {
	margin-bottom: 55px !important;
}
.ml00 {
	margin-left: 0px !important;
}
.ml05 {
	margin-left: 5px !important;
}
.ml10 {
	margin-left: 10px !important;
}
.ml15 {
	margin-left: 15px !important;
}
.ml20 {
	margin-left: 20px !important;
}
.ml25 {
	margin-left: 25px !important;
}
.ml30 {
	margin-left: 30px !important;
}
.ml35 {
	margin-left: 35px !important;
}
.ml40 {
	margin-left: 40px !important;
}
.ml45 {
	margin-left: 45px !important;
}
/* 
--------------------------------------------------
	padding
-------------------------------------------------- */
.p00 {
	padding-top: 0px !important;
}
.p05 {
	padding-top: 5px !important;
}
.p10 {
	padding-top: 10px !important;
}
.p15 {
	padding-top: 15px !important;
}
.p20 {
	padding-top: 20px !important;
}
.p25 {
	padding-top: 25px !important;
}
.p30 {
	padding-top: 30px !important;
}
.p35 {
	padding-top: 35px !important;
}
.p40 {
	padding-top: 40px !important;
}
.p45 {
	padding-top: 45px !important;
}
.pt00 {
	padding-top: 0px !important;
}
.pt05 {
	padding-top: 5px !important;
}
.pt10 {
	padding-top: 10px !important;
}
.pt15 {
	padding-top: 15px !important;
}
.pt20 {
	padding-top: 20px !important;
}
.pt25 {
	padding-top: 25px !important;
}
.pt30 {
	padding-top: 30px !important;
}
.pt35 {
	padding-top: 35px !important;
}
.pt40 {
	padding-top: 40px !important;
}
.pt45 {
	padding-top: 45px !important;
}
.pr00 {
	padding-right: 0px !important;
}
.pr05 {
	padding-right: 5px !important;
}
.pr10 {
	padding-right: 10px !important;
}
.pr15 {
	padding-right: 15px !important;
}
.pr20 {
	padding-right: 20px !important;
}
.pr25 {
	padding-right: 25px !important;
}
.pr30 {
	padding-right: 30px !important;
}
.pr35 {
	padding-right: 35px !important;
}
.pr40 {
	padding-right: 40px !important;
}
.pr45 {
	padding-right: 45px !important;
}
.pb00 {
	padding-bottom: 0px !important;
}
.pb05 {
	padding-bottom: 5px !important;
}
.pb10 {
	padding-bottom: 10px !important;
}
.pb15 {
	padding-bottom: 15px !important;
}
.pb20 {
	padding-bottom: 20px !important;
}
.pb25 {
	padding-bottom: 25px !important;
}
.pb30 {
	padding-bottom: 30px !important;
}
.pb35 {
	padding-bottom: 35px !important;
}
.pb40 {
	padding-bottom: 40px !important;
}
.pb45 {
	padding-bottom: 45px !important;
}
.pl00 {
	padding-left: 0px !important;
}
.pl05 {
	padding-left: 5px !important;
}
.pl10 {
	padding-left: 10px !important;
}
.pl15 {
	padding-left: 15px !important;
}
.pl20 {
	padding-left: 20px !important;
}
.pl25 {
	padding-left: 25px !important;
}
.pl30 {
	padding-left: 30px !important;
}
.pl35 {
	padding-left: 35px !important;
}
.pl40 {
	padding-left: 40px !important;
}
.pl45 {
	padding-left: 45px !important;
}

/*--------------------------------------------------
	width
-------------------------------------------------- */
.w14 {
	width:14px !important;
}
.w21 {
	width:21px !important;
}
.w28 {
	width:28px !important;
}
.w42 {
	width:42px !important;
}
.w49 {
	width:49px !important;
}
.w56 {
	width:56px !important;
}
.w63 {
	width:63px !important;
}
.w70 {
	width:70px !important;
}
.w77 {
	width:77px !important;
}
.w84 {
	width:84px !important;
}
.w91 {
	width:91px !important;
}
.w98 {
	width:98px !important;
}
.w105 {
	width:105px !important;
}
.w20per {
	width: 20% !important;
}
.w40per {
  width: 40% !important;
}
.w45per {
  width: 45% !important;
  display: inline-block;
}
.w80per {
	width: 80% !important;
}
.w100per {
	width: 100% !important;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●３-７．パン屑
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.c-crumb {
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 30px;
}
.c-crumb li {
  position: relative;
  margin-left: 2em;
  float: left;
}
.c-crumb li ::after {
  position: absolute;
  content: '';
  top: .5em;
  right: -1em;
  width: 6px;
  height: 6px;
  border-right: 1px solid #4c4b49;
  border-bottom: 1px solid #4c4b49;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.c-crumb li:first-child {
  font-weight: bold;
  margin-left: 0;
}
.c-crumb li:last-child::before {
  display: none;
}
.c-crumb li > a {
  text-decoration: none;
}
.c-crumb li > a:hover {
  text-decoration: underline;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
コンポーネント　ページトップ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.c-pagetop {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 70px;
  height: 70px;
}
.c-pagetop a {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  background-color: #ebbf73;
  color: #ffffff;
  border: 2px solid #fff;
  font-weight: bold;
}
.c-pagetop a::before {
  position: absolute;
  content: '';
  display: block;
  top: 10px;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
コンポーネント　ボタン
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
[class*="c-btn"] {
  text-align: center;
  width: 100%;
  border: none;
  font-size: 1.4rem;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: normal;
}
[class*="c-btn"]:hover {
  opacity: 0.75;
}
.c-btn, .c-btn--arrow, .c-btn--arrow--before, .c-btn--arrow--after {
  position: relative;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  justify-content: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-align: center;
  cursor: pointer;
}
.c-btn--arrow--before::before {
  -webkit-transform: rotate(135deg);
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  transform: rotate(135deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: '';
}
.c-btn--arrow--after::after {
  -webkit-transform: rotate(-45deg);
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 8px;
  margin-top: -5px;
  transform: rotate(-45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: '';
}
.c-btn--general {
  display: inline-block;
  padding: 2px 10px;
  background: #175a86;
  color: #fff;
  border: 1px solid #175a86;
}
.c-btn--login {
  width: 100%;
  height: 30px;
  background: #175a86;
  color: #fff;
  margin-right: 10px;
  border: 2px solid #175a86;
  line-height: 26px;
}
.c-btn--regist {
  width: 100%;
  height: 30px;
  background: #FD0909;
  color: #fff;
  margin-right: 10px;
  border: 2px solid #FD0909;
  line-height: 26px;
}
#font-en .c-btn--regist {
  font-size: 1.3rem;
}
.c-btn--submit {
  width: 200px;
  height: 40px;
  background: #175a86;
  color: #fff;
  margin-right: 10px;
  border: 2px solid #175a86;
}
.c-btn--reset {
  width: 200px;
  height: 40px;
  background: #fff;
  color: #175a86;
  margin-left: 10px;
  border: 2px solid #175a86;
}
.c-btn--reset:hover {
  background: #85bcf0;
  color: #175a86;
}
#mfp_button_send,
.c-btn--submit {
  width: 200px;
  background: #175a86;
  color: #fff;
  margin-right: 10px;
  border: 2px solid #175a86;
}
#mfp_button_send:hover,
.c-btn--submit:hover {
  background: #85bcf0;
}
#mfp_button_cancel,
.c-btn--reset {
  width: 200px;
  background: #fff;
  color: #175a86;
  margin-left: 10px;
}
#mfp_button_cancel:hover,
.c-btn--reset:hover {
  background:#85bcf0;
  color: #175a86;
}
.c-btn--reset:hover {
  background: #85bcf0;
  color: #175a86;
}
.c-btn--open {
  background-color: #F0CA86;
  font-size: 13px;
  padding: 0 5px;
  height: 24px;
  line-height: 24px;
  border-radius: 5px;
}
.c-btn--search {
  width: 100%;
  height: 40px;
  background: #175a86;
  color: #fff;
  margin-right: 10px;
  border-radius: 50px;
}
.c-btn--detail {
  position: relative;
  display: block;
  text-align: center;
  margin: 0 auto;
  color: #fff !important;
  background-color: #614d40;
  text-decoration: none !important;
  font-size: 1rem;
  padding: 5px 0;
  font-weight: 600;
}
.c-btn--detail::after {
  position: absolute;
  content: '';
  display: block;
  top: 50%;
  right: 15px;
  width: 0;
  height: 0;
  margin-top: -3px;
  border-style: solid;
  border-width: 3px 0 3px 6px;
  border-color: transparent transparent transparent #fff;
}
.btn, .c-btn--search {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none!important;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
.btn {padding: 1rem 4rem;}
.c-btn--search {font-family: "Noto Serif JP", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, serif;}
.btn-gradient, .c-btn--search {
  font-weight: normal !important;
  color: #fff !important;
  border-radius: 0 !important;
  background-color: #614d40;
}

.btn-gradient span {
  position: relative !important;
  z-index: 1 !important;
}

.btn-gradient:hover, .c-btn--search:hover {
  opacity: 1;
  color: #fff !important;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(40%, #6d95ce),
    to(#d268bf)
  ) !important;
  background-image: -webkit-linear-gradient(left, #6d95ce 40%, #d268bf 100%) !important;
  background-image: linear-gradient(90deg, #6d95ce 40%, #d268bf 100%) !important;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
コンポーネント　ページネーション
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.c-pager {
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
コンポーネント　モーダル
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.c-modal {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
}
.c-modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.c-modal__content {
  background: #fff;
  left: 50%;
  padding: 30px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.c-modal--close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  border: 1px solid #ddd;
  cursor: pointer;
}
.c-modal--close::before, .c-modal--close::after {
  position: absolute;
  content: '';
  display: block;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 2px;
  background-color: #333;
  transform: translate(-50%, -50%) rotate(45deg);
}
.c-modal--close::after {
  width: 2px;
  height: 24px;
}
.c-modal__lead {
  margin-bottom: 15px;
}
.c-modal__heading {
  position: relative;
  margin-bottom: 10px;
  padding-left: 10px !important;
  border-left: 4px solid #21a32f;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
コンポーネント　ラジオボタン・チェックボックス
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.c-checkbox, .c-radio {
  display: none;
}
.c-checkbox + label, .c-radio + label {
  position: relative;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #E8F1FD;
  padding: 5px 10px;
  border: 1px solid #1162d8;
  border-radius: 3px;
  cursor: pointer;
}
.c-checkbox + label::after, .c-radio + label::after {
  position: relative;
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #1162d8;
  border-right: 2px solid #1162d8;
  transform: rotate(45deg);
  margin-left: 5px;
}
.c-checkbox:checked + label, .c-radio:checked + label {
  background-color: #1162d8;
  color: #ffffff;
}
.c-checkbox:checked + label::after, .c-radio:checked + label::after {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
コンポーネント　その他
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.c-jsng {
  margin: 0 0 10px;
  text-align: center;
  border: 5px solid #ffaaaa;
  padding: 10px;
}
.c-label {
  display: inline-block;
  text-align: center;
  font-size: 10px;
  padding: 2px 5px;
  border-radius: 3px;
	margin-left: 10px;
}

.label-must {
	color: #21a32f;
}

.bg_gray {
  background-color: #f8f8f8;
}

.mx-auto {
  margin: 0 auto;
}

.tit-message, .tit-normal {
  font-size: 26px;
  color: #000;
  letter-spacing: 3px;
}
.small {font-size: 60%!important;}
.fs-30px {font-size: 30px !important;}
.position-relative {position: relative!important;}
.position-absolute {position: absolute!important;}

.f-white {color: #fff !important;}

.border-top-white {border-top: 1px solid #fff;}
.border-bottom-white {border-bottom: 1px solid #fff;}

.bg_img01 {
  background: url("../images/bg_img01.png") no-repeat 50% 100% / cover;
}
.bg_img02 {
  background: url("../images/bg_img02.png") no-repeat 50% 17% / cover;
}
.bg_img03 {
  background: url("../images/bg_img03.png") no-repeat 50% 0% / cover;
}

.btn_gr {
	display: block;
	background:#21a32f;
	border-radius: 5px;
	color: #fff !important;
	text-decoration: none !important;
	padding: 10px;
	text-align: center;
	width: 200px;
	margin: 6% auto;
}

.label-contracted {
  position: absolute;
  z-index: 2;
  bottom: 5%;
  right: -30%;
  width: 120%;
  background-color: rgba(145, 20, 22, 0.85);
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15%;
  color: #ffffff;
  font-weight: bold;
  transform: rotate(-30deg);
  text-align: center;
  font-size: 1.2rem;
}

.label-contracted-sp-top {display: none;}

