@charset "utf-8";

/* ========== PC 非表示 ========== */
.pc_none,.sp,#sp_header {
	display: none !important;
}

/* ========== ページの基本設定 ========== */
*{ line-height: 166%; }
body{
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 14.7px;
	background:none;
	overflow: hidden !important;
	text-justify: inter-ideograph;/*IEのみ有効*/
	position: relative; /*IE 読込時に一瞬fixed要素が見えるのを回避 */
	font-feature-settings: "palt";
}
p {
	font-size: 14.7px;
	line-height: 2.2em;
	letter-spacing: 0.07em;
	text-align: justify;
}
.mt30 {
	margin-top: 30px !important;
}
	/* subContainer */
.sub section#subContainer {
	width: 100%;
	background: #ffffff;
	padding: 230px 0 0 ;
	margin: 0 auto;
	position:relative;
}
.sub section#subContainer p strong {
	font-size: 105%;
	font-weight: bold;
	margin-right: 0.3em;
	color: #7b1b1b;
}
	/* subTitleBox */
.sub .subTitleBox {
	max-width: 100%;
	margin: 0 auto;
}
.sub .subTitleBox .title_box {
	margin: 0 auto 50px;
	position: relative;
}
.sub section#subContainer h2 {
	color: #000;
	font-size: 23px;
	text-align: center;
	font-weight: 700;
	position: relative;
	margin: 0 auto;
	line-height: 2em;
}
.sub section#subContainer h2 span {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	display: block;
	letter-spacing: 1px;
}
.sub section#subContainer h3 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 16px;
	letter-spacing: 0.2em;
	text-align: center;
	font-weight: 700;
	padding: 0 0 5px 0;
}
.sub section#subContainer div.main_box h3 {
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	position: relative;
	color: #000;
	font-size: 25px;
	line-height: 1.5em;
	letter-spacing: 1px;
	text-align: center;
	display: table;
	margin: 100px auto 70px;
	box-sizing: border-box;
	font-weight: bold;
	clear:both;
}
.sub section#subContainer div.main_box h4 {
	font-weight:bold;
	font-size: 130%;
	padding: 0 0 5px 0;
	margin: 20px 0 10px;
	position: inherit;
	border-bottom: 1px solid #aaa;
}
.main_box,
.sub_main {
	max-width: 1200px;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
	/* パンくず */
ul.pannav {
	max-width: 1200px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
	margin: 0 auto 40px;
}
@media screen and (max-width: 1040px) {
	ul.pannav {
		position: relative;
		z-index: 2;
	}
}
ul.pannav li {
	font-size: 92%;
	color: #000;
	float: left;
}
ul.pannav li a {
	color: #777;
	background: url('/img/common/pannavDivider.gif') no-repeat 100% 45% !important;
	padding: 0 16px 0 0;
	margin: 0 11px 0 0;
}
.sub .img_center {
	text-align: center;
	margin: 0 auto;
	padding:20px 0;
	background:#f5f5f5;
	box-sizing:border-box;
}
.sub .img_center .img80{
	width:80%;
	margin:50px 0;
}
.sub .kome {
	font-size: 12px;
}
.sub .center {
	text-align: center;
}
/* ========== header ========== */
header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(255,255,255,0.9);
	-moz-transition: height 0.3s;
	-o-transition: height 0.3s;
	-webkit-transition: height 0.3s;
	transition: height 0.3s;
	z-index: 100;
	height: 100px;
}
header .header_logo {
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 138px;
	height: auto;
	position: fixed;
	z-index: 999;
	transform: translate3d(0, 0, 0);
	will-change: transform;
	backface-visibility: hidden;
	overflow: hidden;
}
header h1 {
	font-size: 11px;
	margin-top: 20px;
	line-height: 1em;
	padding: 0 30px 0 185px;
	transition: all 0.3s;
}
header .float_box {
	float: left;
}
	/* PC ヘッダー 右のcontactボタン */
.header_inq {
	right: 0;
	top: 0;
	position: fixed;
	top: 0;
	right: 0;
}
.header_inq li {
	list-style: none;
	float: left;
	height: 100px;
	text-align: center;
	position: relative;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.header_inq li:nth-child(1) {
	width: 110px;
	background: #000000;
}
.header_inq li:nth-child(2) {
	width: 110px;
	background: #28335d;
}
.header_inq li:nth-child(3) {
	width: 110px;
	background: #700;
}
.header_inq li:nth-child(1) img,
.header_inq li:nth-child(2) img,
.header_inq li:nth-child(3) img{
	width: 25px;
	margin: 30px auto 5px auto;
	display: block;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.header_inq li:nth-child(1) a,
.header_inq li:nth-child(2) a,
.header_inq li:nth-child(3) a{
	font-size: 10px;
	color: #fff;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
}
.header_inq li:nth-child(1):hover{
	background: #c53434 !important;
	cursor: pointer;
}
.header_inq li:nth-child(2):hover{
	background: #c53434 !important;
	cursor: pointer;
}
.header_inq li:nth-child(3):hover{
	background: #c53434 !important;
	cursor: pointer;
}
/* ========== Footer ========== */
#footer_contact {
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	Z-index:99;
	color: #fff;
}
#pageTop {
	position: absolute;
	right: 10px;
	z-index: 100;
}
#pageTop a {
	display: block;
	padding: 2px;
	width: 30px;
	height: 30px;
	background-color: #000;
	opacity: 0.8;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	font-size: 25px;
	margin-top: 0px;
}
#pageTop i {
}
.contactBar {
	display: none !important;
}
footer {
	min-width:1380px;
	width: 100%;
	background: #f3f3f3;
	position: relative;
	z-index: 3;
	clear: both;
	margin-top: 0;
}
footer h5 {
	font-weight: bold;
}
footer .footer_box {
	width: 1200px;
	margin: 0 auto;
	padding: 50px 0;
}
/* footer snsbox */
.footer_box .sns_box{
	padding: 20px 0;
}
.footer_box .sns_box ul{
	width:600px;
	height:60px;
	padding:30px 0;
	margin:auto;
	display:flex;
	justify-content:space-between;
}
.footer_box .sns_box ul li {
	width: 60px;
	list-style: none;
}
.footer_box .sns_box ul li a:hover {
	opacity: 1;
}
.footer_box .sns_box ul li dl {
	width: 100%;
	position: relative;
}
.footer_box .sns_box ul li dl img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.footer_box .sns_box ul li dl:before {
	content: '';
	display: block;
	width: 0;
	height: 100%;
	background-color: rgba(255,255,255,0.6);
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
}
.footer_box .sns_box ul li dl:hover:before {
	animation:
		wipeSNS_01 0.1s ease-in 0s,
		wipeSNS_02 0.1s ease-out 0.1s;
}
@media screen and (max-width:1380px) {
	footer {
		min-width: 100%;
	}
	footer .footer_box {
		max-width: 96%;
	}
}
footer .footer_box .concept {
	font-size: 12px;
	line-height: 170%;
}
footer .footer_box .concept h4 {
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 15px;
}
footer .footer_box .concept p {
	font-size: 13px;
}
footer .footer_box .menu {
	font-size: 0.8rem;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
footer .footer_box .menu::after{
	content:"";
	display: block;
	width:23%;
}
footer .footer_box .menu ul {
	width:23%;
	margin-bottom:30px;
}
footer .area_company .company .area {

}
footer .footer_box .menu ul h5,
footer .area_company .company .area h4{
	font-size: 0.8rem;
	padding: 5px 0;
	border-bottom: 1px dotted #999;
	font-weight:bold;
}
footer .footer_box .menu ul h5:before,
footer .area_company .company .area h4:before{
	content:"❒";
	margin-right:0.3em;
}
footer .footer_box .menu ul li,
footer .area_company .company .area ul li{
	list-style: none;
	margin: 5px 0;
}
footer .footer_box .menu ul li:before{
	content:"├";
	margin-right:0.8em;
}
footer .footer_box .menu ul h6{
	margin-top:1em;
	border-bottom:1px dotted #ccc;
	font-weight:bold;
}
footer .menu input,
footer .area_company .company .area input{
  display: none;
}
footer .menu label,
footer .area_company .company .area label{
  display: block;
  font-weight: bold;
  position: relative;
  cursor: pointer;
}
footer .menu .icon,
footer .area_company .company .area .icon{
  display: block;
  position: absolute;
  right: 5px;
  top: 50%;
  width: 12px;
  margin-left: 6px;
  flex-shrink: 0;
  transform-origin: center 43%;
  transition: transform 0.5s;
}
footer .menu .icon::before,
footer .menu .icon::after,
footer .area_company .company .area .icon::before,
footer .area_company .company .area .icon::after{
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 1px;
  background-color: #000;
}
footer .menu .icon::before,
footer .area_company .company .area .icon::before{
  left: 0;
  transform: rotate(45deg);
}
footer .menu .icon::after,
footer .area_company .company .area .icon::after{
  right: 0;
  transform: rotate(-45deg);
}

footer .menu .footer_menu_accontent,
footer .area_company .company .area .footer_menu_accontent{
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  overflow: hidden;
}
footer .menu input:checked ~ .footer_menu_accontent,
footer .area_company .company .area input:checked ~ .footer_menu_accontent{
  max-height: 1000px;
  opacity: 1;
  visibility: visible;
}
footer .menu input:checked ~ label .icon,
footer .area_company .company .area input:checked ~ label .icon{
  transform: rotate(180deg);
}

footer .footer_box .area_company {
	margin-top: 50px;
	clear: both;
	display:flex;
}
footer .footer_box .area_company .area {
	width: 550px;
}

footer .footer_box .area_company .area h3 {
	display: flex;
	align-items: center;
	font-weight:bold;
	margin-bottom:10px;
	font-size:100% !important;
}
footer .footer_box .area_company .area > h3 span{
	width:7em;
	display:block;
}
footer .footer_box .area_company .area > h3:after {
	border-top: 1px solid #666;
	content: "";
	width: 100%;
	margin-left:1em;
}

footer .footer_box .area_company .area .footer_menu_accontent{
	display:flex;
	flex-wrap:wrap;
	margin-bottom:10px;
}
footer .footer_box .area_company .area .footer_menu_accontent li{
	width:20%;
	font-size:0.8rem;
}

footer .footer_box .area_company .company {
/*	width: 600px;*/
	width: 100%;
	display: flex;
    justify-content: space-between;
}
footer .footer_box .area_company .company .company_box {
/*	width: 100%;*/
	width: 45%;
	display:flex;
}
footer .footer_box .inq > li {
	width: 250px;
}
footer .footer_box .inq > li img{
	transition: 0.3s;
}
footer .footer_box .inq > li img:hover {
	-webkit-transform: translate(-5px, -5px);
	-moz-transform: translate(-5px, -5px);
	-ms-transform: translate(-5px, -5px);
	-o-transform: translate(-5px, -5px);
	transform: translate(-5px, -5px);
	-webkit-box-shadow: 5px 5px 0px 0px #ccc;
	-moz-box-shadow: 5px 5px 0px 0px #ccc;
	box-shadow: 5px 5px 0px 0px #ccc;
}
footer .footer_box .area_company .company .company_box li h2 {
	font-size: 17px;
	font-weight:bold;
}
footer .footer_box .area_company .company .company_box li dl {
	margin-top: 10px;
}
footer .footer_box .area_company .company .company_box li dl dt {
	font-size: 12px;
	font-weight:bold;
}
footer .footer_box .area_company .company .company_box li dl dd {
	font-size: 12px;
}
footer .footer_box .inq {
	/* width: 600px; */
	width: 50%;
	margin-top: 100px;
	display:flex;
	justify-content: space-between;
}
footer .footer_box .inq ul{
	width: 65%;
}
footer .footer_box .inq li {
	/* width: 49%; */
	/* margin-right:2%; */
	list-style: none;
}
footer .footer_box .inq > li {
	list-style: none;
    width: 25%;
}
footer .footer_box .inq li:nth-of-type(2){
	margin-top: 30px;
}
footer .footer_box .inq .tel_box {
	font-size: 40px;
	text-align: center;
}
footer .footer_box .inq .tel_box dt {
	font-size: 15px;
	font-weight:bold;
	margin: 0 auto;
}
footer .footer_box .inq .tel_box dl {
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	height: 70px;
	margin: 0 auto;
	font-weight:bold;
}
footer .footer_box .inq .tel_box a {
	text-decoration:none;
}
footer .footer_box .inq .tel_box dl img{
	width: 10%;
}
footer .footer_box .inq .tel_box span {
	display: block;
	font-size: 45%;
	line-height: 90%;
	background: #fff;
}
footer .footer_box .inq .tel_box span span {
	display: initial;
	font-size: 80%;
	margin-right: 10px;
}
footer .footer_box .area_company .company inq .form_box {
	font-size: 100%;
	text-align: center;
}
footer .footer_box .inq .form_box dt {
	font-size: 15px;
	font-weight:bold;
	margin: 0 auto 10px auto;
	text-align: center;
}
footer .footer_box .inq .form_box dl {
	font-size:16px;
	font-weight:
	bold;
	width: 100%;
	height: 60px;
	color: #fff;
	line-height: 70px;
	background: #820000;
	margin: 0 auto;
	text-align: center;
	position:
	relative;
	transition: 0.3s;
}
footer .footer_box .inq .form_box dl img{
	width: 9%;
	margin-right:10px;
	vertical-align:middle;
}
footer .footer_box .inq .form_box dl a{
	color: #fff;
	line-height: 60px;
	display:
	block;
	width:100%;
	height:100%;
	position:
	absolute;
	text-decoration:
	none;
}
footer .footer_box .inq .form_box dl:hover{
	opacity:0.7;
}
footer .copy {
	color: #fff;
	background: #000;
	width: 100%;
	padding: 30px 0;
	text-align: center;
}
footer .copy ul.footer_link {
	font-size: 10px;
	margin: 0 auto;
	padding-bottom: 10px;
}
footer .copy ul.footer_link li {
	display: inline-block;
	color: #fff;
	padding-right: 5px;
}
footer .copy ul.footer_link li a {
	color: #fff;
}
footer .copy > p {
	font-size: 10px;
	text-align:center;
}
@media screen and (min-width:960px) and (max-width:1119px) {
	footer .footer_box .area_company .area ol ul li {
		width: 20%;
	}
	footer .footer_box .area_company .company {
/*		width: 50%;*/
		width: 100%;
	}
	footer .footer_box .area_company .company .company_box li {
		/* width: 60%; */
		margin-right:5%;
	}
	/* footer .footer_box .inq > li {
		width: 35%;
		margin:0;
	}
	footer .footer_box .inq {
		width: 100%;
		margin-top: 0px !important;
		display:initial;
		clear:both;
	} */
	footer .footer_box .inq .tel_box {
		width:100%;
		display:inline-block;
		margin-top:30px;
	}
	footer .footer_box .inq .tel_box dl {
		height:auto;
		margin: 0 auto;
		font-weight:bold;
	}
	footer .footer_box .inq li.form_box{
		width:100%;
		display:inline-block;
		margin-top:50px;
	}
}

/* ========== titleアニメーション ========== */
	/* タイトルアニメーション　共通 */
.homeHead_mainText {
	font-weight: bold
}
.homeHead {
	height: auto;
	background-size: cover;
}
	/* タイトルアニメーション　右表示 */
.homeHead_right{
	position: absolute;
	right: 10%;
	z-index: 1;
}
	/* タイトルアニメーション　左表示 */
.homeHead_left{
	position: absolute;
	left: 10%;
	text-align: left;
}
	/* タイトルアニメーション　真ん中表示 */
.homeHead_center{
	position: static;
	z-index: 1;
	text-align: center;
	top: 0;
	right: 0;
	left: 0;
}
	/* container */
.homeHead .container,
.sub #subContainer .container {
	position: relative;
}
.homeHead.homeHead_center .container {
	text-align: center;
	margin: auto;
}
.homeHead_mainText_wrapper,
.homeHead_subText_wrapper {
	width: auto;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: inherit;
	letter-spacing: inherit;
	box-sizing: border-box;
	display: table;
	padding: 0 15px 0 0;
	position: relative;
	float: unset;
}
.homeHead_center .homeHead_mainText_wrapper,
.homeHead_center .homeHead_subText_wrapper {
	margin: auto;
}
.homeHead_mainText_wrapper .homeHead_mainText,
.homeHead_subText_wrapper .homeHead_subText {
	text-align: inherit;
	white-space: nowrap;
	opacity: 0;
	overflow: hidden;
	margin: 0 !important;
}
.active .homeHead_subText_wrapper .homeHead_subText span{
	font-size:14px;
	color:#000;
	font-weight:100;
	letter-spacing:0;
}
.active .homeHead_subText_wrapper .homeHead_subText span#english{
	font-family: 'Jost', sans-serif;
}
.sub #subContainer .subTitleBox .homeHead_subText.maintitle_sub span {
    font-size: 16px;
    color: #000;
    letter-spacing: 0.1em;
}
		/* wipe_animation */
.homeHead_mainText_wrapper:before,
.homeHead_subText_wrapper:before {
	content: "";
	display: block;
	width: 0;
	height: 100%;
	z-index: 1;
	background: rgba(0,0,0,0.8);
	position: absolute;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
}
.active.white .homeHead_mainText_wrapper:before,
.active.white .homeHead_subText_wrapper:before {
	background: rgba(255,255,255,0.8);
}
.active .homeHead_mainText_wrapper:before {
	animation:
		mainText01 0.2s ease-in 0s,
		mainText02 0.2s ease-out 0.2s;
}
@keyframes mainText01 {
	0% {
		width: 0;
		right: auto;
		left: 0;
	}
	100% {
		width: 100%;
		right: auto;
		left: 0;
	}
}
@keyframes mainText02 {
	0% {
		width: 100%;
		right: 0;
		left: auto;
	}
	100% {
		width: 0;
		right: 0;
		left: auto;
	}
}
.active .homeHead_subText_wrapper:before {
	animation:
		subText01 0.2s ease-in 0.05s,
		subText02 0.2s ease-out 0.25s;
}
@keyframes subText01 {
	0% {
		width: 0;
		right: auto;
		left: 0;
	}
	100% {
		width: 100%;
		right: auto;
		left: 0;
	}
}
@keyframes subText02 {
	0% {
		width: 100%;
		right: 0;
		left: auto;
	}
	100% {
		width: 0;
		right: 0;
		left: auto;
	}
}
		/* wipe_vertical */
.vertical .homeHead_mainText_wrapper,
.vertical .homeHead_subText_wrapper {
	display: table;
	padding: 10px 0;
}
.vertical .homeHead_mainText_wrapper:before,
.vertical .homeHead_subText_wrapper:before {
	content: "";
	display: block;
	width: 90%;
	height: 0%;
	z-index: 1;
	background: rgba(0,0,0,0.8);
	position: absolute;
	top: auto;
	right: 5%;
	bottom: 0;
	left: 5%;
}
.vertical.active .homeHead_mainText_wrapper:before {
	animation:
		mainTextV01 0.2s ease-in 0s,
		mainTextV02 0.2s ease-out 0.2s;
}
@keyframes mainTextV01 {
	0% {
		height: 0%;
		top: 0;
		bottom: auto;
	}
	100% {
		height: 100%;
		top: 0;
		bottom: auto;
	}
}
@keyframes mainTextV02 {
	0% {
		width: 90%;
		height: 100%;
		top: auto;
		right: 5%;
		bottom: 0;
		left: 5%;
	}
	100% {
		width: 90%;
		height: 0%;
		top: auto;
		right: 5%;
		bottom: 0;
		left: 5%;
	}
}
.vertical.active .homeHead_subText_wrapper:before {
	animation:
		subTextV01 3.2s ease-in 3.05s,
		subTextV02 3.2s ease-out 3.25s;
}
@keyframes subTextV01 {
	0% {
		height: 0;
		top: 0;
		bottom: auto;
	}
	100% {
		height: 100%;
		top: 0;
		bottom: auto;
	}
}
@keyframes subTextV02 {
	0% {
		height: 100%;
		top: auto;
		bottom: 0;
	}
	100% {
		height: 0;
		top: auto;
		bottom: 0;
	}
}
		/* /wipe_vertical */
.active .homeHead_mainText_wrapper .homeHead_mainText,
.active .homeHead_subText_wrapper .homeHead_subText {
	text-align: center!important;
	opacity: 0;
	margin: 0 !important;
	animation: fadeinText 0.2s ease-in 0.2s forwards;
}
@keyframes fadeinText {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
	/* titleアニメーション ここまで */

/* ========== btnアニメーション ========== */
a.animated-button:link, a.animated-button:visited {
    position: relative;
    display: block;
    margin: 30px auto 0;
    padding: 12px 15px;
    color: #fff;
    font-size:13px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    letter-spacing: .08em;
    border-radius: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
	/* Thar Buttons */
a.animated-button.thar-three {
    color: #000;
    border: 2px solid #000;
    z-index:1;
}
a.animated-button.thar-three:hover {
    color: #fff !important;
    background-color: transparent;
}
a.animated-button.thar-three:hover:before {
    left: 0%;
    width: 100%;
}
a.animated-button.thar-three:before {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 0px;
    content: '';
    z-index:-1;
    color: #000 !important;
    background: #000;
    transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
}
a.animated-button.thar-three_white {
    color: #fff;
    border: 2px solid #fff;
    z-index:1;
}
a.animated-button.thar-three_white:hover {
    color: #000 !important;
    background-color: transparent;
}
a.animated-button.thar-three_white:hover:before {
    left: 0%;
    width: 100%;
}
a.animated-button.thar-three_white:before {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 0px;
    content: '';
    z-index:-1;
    color: #fff !important;
    background: #fff;
    transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
}

/* ========== offer_bottom ========== */
.offer_bottom_btn {
	position: relative;
	margin: 0;
	padding: 70px 0;
	clear:both;
	background:#253360;
}
.offer_bottom_btn_inner {
	color:#fff;
	box-sizing: border-box;
	width: 100%;
	max-width: 1200px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	position:relative;
}
.offer_bottom_btn .offer_bottom_btn_inner ul {
	width: 100%;
	margin: 0 auto;
	position:relative;
	overflow: hidden;
}
.offer_bottom_btn .offer_bottom_btn_inner ul li{
	width: 48%;
	padding:0 20px;
	margin-right:4%;
	float:left;
	box-sizing:border-box;
}
.offer_bottom_btn .offer_bottom_btn_inner ul li:nth-child(2){
	margin-right:0;
	width:48%;
	height:330px;
	padding: 0;
}
.offer_bottom_btn .offer_bottom_btn_inner ul.design li:nth-child(2){
	height:360px;
}
.offer_bottom_btn .offer_bottom_btn_inner ul li:nth-child(2) img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
.offer_bottom_btn .offer_bottom_btn_inner ul li:nth-child(3){
	width:48%;
	margin-right:0;
	position:absolute;
	bottom:0;
}
.offer_bottom_btn .offer_bottom_btn_inner ul li:nth-child(3) div {
	min-width: 70%;
	margin:0 auto;
	display: inline-block;
}
.offer_bottom_btn .offer_bottom_btn_inner ul img {
	width: 100%;
}
.offer_bottom_btn .offer_bottom_btn_inner .o_title {
	font-size: 200%;
	text-align: center;
	padding: 0px 0;
	margin-bottom: 0px;
}
.offer_bottom_btn .offer_bottom_btn_inner .o_title span {
	font-family: 'Jost', sans-serif;
	font-size: 100%;
	letter-spacing:0.1em;
	font-weight: 700;
	text-align: center;
	padding: 10px 0;
}
.offer_bottom_btn .offer_bottom_btn_inner .o_title2 {
	font-size: 120%;
	font-weight: 700;
	padding: 5px 0;
	text-align: center;
	margin-bottom: 20px;
}
.offer_bottom_btn .offer_bottom_btn_inner p {
	text-align:initial;
}
@media screen and (max-width:1200px) {
	.offer_bottom_btn_inner {
		max-width: 100%;
	}
}
	/* offer_bottom内 btnアニメーション */
.offer_bottom_btn .offer_bottom_btn_inner ul li div a.animated-button.thar-three {
    color: #fff;
    border: 2px solid #fff;
	padding: 12px 40px;
    z-index:1;
}
.offer_bottom_btn .offer_bottom_btn_inner ul li div a.animated-button.thar-three:hover {
    color: #fff !important;
    background-color: transparent;
    border: 2px solid #d03c25;
}
.offer_bottom_btn .offer_bottom_btn_inner ul li div a.animated-button.thar-three:hover:before {
    left: 0%;
    width: 100%;
}
.offer_bottom_btn .offer_bottom_btn_inner ul li div a.animated-button.thar-three:before {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 0px;
    content: '';
    z-index:-1;
    color: #000 !important;
    background: #d03c25;
    transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
}
.offer_bottom_btn .offer_bottom_btn_inner ul li div a.animated-button.thar-three i{
	position:absolute;
	top: 50%;
	right:15px;
	transform: translateY(-50%);
}

/* ========= 下層ボタン ========= */
/*通常リンク*/
.sub .btn a {
	height: auto;
	margin: 0 auto;
	color: #000;
	text-decoration: none;
	display: block;
	border: 2px solid #000;
	padding: 15px 20px;
	transition: all .3s;
	background: #fff;
	font-size: 13px;
}
.sub .btn a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #000;
	border-color: #000;
}
.sub .btn a i {
	font-size: 120%;
	color: #8e451c;
	text-decoration: none;
	line-height: 1.3;
	float: right;
}
.sub .btn a:hover i {
	color: #fff;
}

.sub .btn a i.white{
	font-size: 120%;
	color: #fff;
	text-decoration: none;
	line-height: 1.3;
	float: right;
}
.sub .btn a:hover i.white{
	color: #8e451c;
}

/*テキストリンク*/
.sub .textlink {
	text-align: right;
}
.sub .textlink a {
	height: 1.5em;
	padding: 0px 3px 2px 3px;
	font-size: 83%;
	color: #333333;
	border-bottom: 1px dotted #036;
}
.sub .indetail span {
	font-size: 15px;
	font-weight: 700;
	text-align: center;
}
.sub .indetail span a i {
	font-size: 120%;
	color: #fff;
	text-decoration: none;
	line-height: 1.3;
	float: right;
}
.sub .indetail span a:hover {
	color: #000;
	text-decoration: none;
	background-color: #fff;
	border-color: #fff;
}
.sub .indetail span a:hover i {
	color: #8e451c;
}
.sub .indetail span a i {
	font-size: 120%;
	color: #8e451c;
	text-decoration: none;
	line-height: 1.3;
	float: right;
}
.sub .indetail span a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #000;
	border-color: #000;
}
.sub .indetail span a:hover i {
	color: #fff;
}
.sub .indetail span a, .sub .indetail span a::before, .sub .indetail span a::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
/*外部リンク*/
.sub div.btn_blank {
	font-size: 12px;
	color: #036;
	position: absolute;
	bottom: 20px;
	right: 20px;
	border: 1px dotted #036;
	background: #fff;
}
.sub div.btn_blank a {
	display: block;
	padding: 10px;
}
.sub div.btn_blank a:link, .sub div.btn_blank a:hover, .sub div.btn_blank a:visited {
	color: #036;
	text-decoration: none;
}
.sub div.btn_blank i {
	color: #036;
	font-size: 12px;
}
/* ページ内リンク */
.sub ul.pagelink {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 30px;
}
.sub ul.pagelink li a {
	border: 1px solid #036;
	color: #036;
	display: block;
	padding: 5px 20px;
	font-size: 14px;
	width: 150px;
	text-align: center;
}
/* ページ内リンクに飛んだ時、タイトルの上に余白を開ける */

.sub section#subContainer div.main_box h3 span#mokuji {
	margin-top: -100px;
	padding-top: 100px;
	display: inline-block;
}
.sub section#subContainer div.main_box h3 span#optimization01, .sub section#subContainer div.main_box h3 span#optimization02, .sub section#subContainer div.main_box h3 span#optimization03, .sub section#subContainer div.main_box h3 span#optimization04, .sub section#subContainer div.main_box h3 span#optimization05, .sub section#subContainer div.main_box h3 span#optimization06 {
	margin-top: -70px;
	padding-top: 70px;
}
/* 先頭へもどる */

.sub div.gototop a {
	font-size: 12px;
	color: #036;
	border-bottom: 1px dotted #036;
}
.sub div.gototop {
	margin: 30px 0px;
	text-align: right;
}


/*　side sub menu */
#sub-menu{
	width:270px;
	position:fixed;
	right:-225px;
	bottom:70px;
	z-index:2;
}
#sub-menu .inner{
	transition: all 0.85s 0s ease;
	background:#f9f9f9;
	position:relative;
	
	border-radius:10px 0 0 10px;
	overflow:hidden;
}
#sub-menu .inner .sub-menu-titile_box{
	background:#000000;
	color:#fff;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	position:absolute;
	width:45px;
	height:100%;
	align-items:center;
	display:flex;
}
#sub-menu .inner .sub-menu-titile_box p{
	font-size:0.8rem;
	height:fit-content;
	margin:auto;
	font-family: 'Jost', sans-serif;
	letter-spacing:0.2em;
}
#sub-menu .inner .sub-menu-titile_box p span{
	margin:0;
}
#sub-menu .inner:hover{
	transform: translate(-225px, 0px);
}
#sub-menu .inner ul{
	margin:0 0 0 55px;
}
#sub-menu ul li{
	width:95%;
	list-style:none;
	padding:10px 10px 10px 0;
	border-bottom:1px dotted #ccc;
}
#sub-menu ul li:last-child{
	border-bottom:none;
}
#sub-menu ul li p.sub-menu-titile{
	font-size:85%;
	font-weight:100;
	font-family: 'Barlow', sans-serif;
	color:#fff;
}
#sub-menu ul li a{
}
#sub-menu ul li.menu-other a dt{
	width:100%;
	margin:0;
	overflow:hidden;
}
#sub-menu ul li.menu-other a dt img{
	width:100%;
	object-fit:cover;
	margin:0 0 5px 0;
}
#sub-menu ul li.menu-contact a,
#sub-menu ul li.menu-modelhouse a{
	display:flex;
	align-items:center;
	justify-content:space-between;
}
#sub-menu ul li.menu-contact a dt,
#sub-menu ul li.menu-modelhouse a dt{
	width:50px;
}
#sub-menu ul li a dd{
	font-weight:bold;
	font-size:0.75rem;
	line-height:1.5em;
}
#sub-menu ul li.menu-other a dd{
	font-size:80%;
}
#sub-menu ul li.menu-other a dd span{
	display:block;
	margin-bottom:0.3em;
}
#sub-menu ul li.menu-other a dd p{
	font-size:90%;
	line-height:1.5em;
	font-weight:normal;
}
#sub-menu ul li.menu-contact a dd,
#sub-menu ul li.menu-modelhouse a dd{
	width:calc(100% - 50px);
	padding:0 0 0 0.5em;
}
#sub-menu ul li.menu-contact a dd span,
#sub-menu ul li.menu-modelhouse a span{
	display:block;
}
#sub-menu ul li.menu-contact a dd span .fa-angle-right,
#sub-menu ul li.menu-modelhouse a span .fa-angle-right{
	float:right;
	margin-top:0.3em;
}

/*　side sub menu end*/



/*　side_info */
.side_info_cont{
    z-index:10;
}
.side_info_cont {
    width: 200px;
    height:fit-content;
    position: fixed;
    bottom: 0;
    right: 228px; /* メニューが閉じているときは画面外に出す */
	transition: all 0.7s ease-in-out;
}

.side_info_cont.open {
    right: 0px;
    transition: all 0.7s ease-in-out;
	height:fit-content;
}
button.side_info-toggle {
    border: none;  /* 枠線を消す */
    outline: none; /* クリックしたときに表示される枠線を消す */
    width:43px;
    height:100%;
    background-color: #000000;
    cursor: pointer;
    /* メニューボタンの配置 */
    position: absolute;
    top: 0;
    left: 0;
	align-items:center;
	display:flex;
	padding:0;
	border-radius:7px 0 0 7px;	
}
button.side_info-toggle .toggle_inner{
	display:block;
	width:100%;
	height:100%;
	position:relative;
}
button.side_info-toggle .toggle_inner span{
	font-family: 'Jost', sans-serif;
	font-size:0.7rem;
	font-weight:100;
	color:#fff;
	transform: rotate(90deg);
	transform-origin: top left;
	height:fit-content;
	width:fit-content;
	letter-spacing:0.1em;
	left:2.7em;
	top:50px;
	position:absolute;
	display:flex;
}
button.side_info-toggle .toggle_inner > img{
	width:18px;
	height:18px;
	display:inline-block;
	margin:20px 0 0 0;
	transition: 0.8s;
}
button.side_info-toggle .toggle_inner:hover > img{
	transform: rotate(720deg);
}
button.side_info-toggle:after {
	font-size:0.8rem;
	content: url('https://www.muku.co.jp/jq/img/sride_next_pn.svg');
	height:7px;
	width:7px;
	display:block;
	position:absolute;
	bottom:20px;
	left:-3px;
	right:0;
	margin:auto;
	transition: 0.8s;
	line-height:1;
	height:fit-content;
}

button.side_info-toggle.open:after {
   content: url('https://www.muku.co.jp/jq/img/sride_next_pn.svg');
	transform: rotate(180deg);
	display:block;
}


/*　side sub menu */
.side_info_cont{
	width:270px;
	position:fixed;
	right:-228px;
	bottom:70px;
	z-index:2;
}
.side_info_cont .inner{
	transition: all 0.85s 0s ease;
	background:#f9f9f9;
	position:relative;
	overflow:hidden;
	
	border-radius:10px 0 0 10px; 
}
#.side_info_cont .inner .sub-menu-titile_box{
	background:#000000;
	color:#fff;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	position:absolute;
	width:45px;
	height:100%;
	align-items:center;
	display:flex;
}
.side_info_cont .inner .sub-menu-titile_box p{
	font-size:0.8rem;
	height:fit-content;
	margin:auto;
	font-family: 'Jost', sans-serif;
	letter-spacing:0.2em;
}
.side_info_cont .inner .sub-menu-titile_box p span{
	margin:0;
}
.side_info_cont .inner ul{
	margin:0 0 0 50px;
}
.side_info_cont ul li{
	width:95%;
	list-style:none;
	padding:7px 7px 7px 0;
	border-bottom:1px dotted #ccc;
}
.side_info_cont ul li:last-child{
	border-bottom:none;
}
.side_info_cont ul li p.sub-menu-titile{
	font-size:85%;
	font-weight:100;
	font-family: 'Barlow', sans-serif;
	color:#fff;
}
.side_info_cont ul li a{
}
.side_info_cont ul li.menu-other a dt{
	width:100%;
	margin:0;
	overflow:hidden;
}
.side_info_cont ul li.menu-other a dt img{
	width:100%;
	object-fit:cover;
	margin:0 0 5px 0;
}
.side_info_cont ul li.menu-contact a,
.side_info_cont ul li.menu-modelhouse a{
	display:flex;
	align-items:center;
	justify-content:space-between;
}
.side_info_cont ul li.menu-contact a dt,
.side_info_cont ul li.menu-modelhouse a dt{
	width:50px;
}
.side_info_cont ul li a dd{
	font-weight:bold;
	font-size:0.75rem;
	line-height:1.5em;
}
.side_info_cont ul li.menu-other a dd{
	font-size:80%;
}
.side_info_cont ul li.menu-other a dd span{
	display:block;
	margin-bottom:0.3em;
}
.side_info_cont ul li.menu-other a dd p{
	font-size:90%;
	line-height:1.5em;
	font-weight:normal;
}
.side_info_cont ul li.menu-contact a dd,
.side_info_cont ul li.menu-modelhouse a dd{
	width:calc(100% - 50px);
	padding:0 0 0 0.5em;
}
.side_info_cont ul li.menu-contact a dd span,
.side_info_cont ul li.menu-modelhouse a span{
	display:block;
}
.side_info_cont ul li.menu-contact a dd span .fa-angle-right,
.side_info_cont ul li.menu-modelhouse a span .fa-angle-right{
	float:right;
	margin-top:0.3em;
}