@charset "UTF-8";
/* CSS Document */


/*　reset
----------------------------------------------- */

html {
	font-size: 62.5%;/*ベースを10px*/
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0px;
	padding: 0px;
	word-break: break-all;
	color: #242424;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	-webkit-text-size-adjust: 100%;
	background-color: #ffffff;
	min-width: 1280px;
}

/*インライン要素をブロック要素へ変更*/
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display: block;
}

form,input,p,ul,li,dl,tr,th,table,select,
dd,dt,h1,h2,h3,h4,h5,h6 {
	margin: 0px;
	padding: 0px;
}

h3,h4,h5,h6,strong {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

a img,img {
	margin: 0px;
	padding: 0px;
	border: 0;
	vertical-align: bottom;
}

ul,ol,dl {
	margin: 0;
	padding: 0;
}

dt,dd,li {
	list-style-type: none;
}

table{
	border-collapse:collapse;
	border:none;
	border-spacing:0;
}

table th {
	font-weight: normal;
}

a {
	cursor: pointer;
	color: #000000;
	transition: .2s linear;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -o-transition: .2s linear;
    -ms-transition: .2s linear;
}

a:link{
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a img {
	transition: .2s linear;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -o-transition: .2s linear;
    -ms-transition: .2s linear;
}

a:hover img {
	opacity: 0.6;
}
a[href^="tel:"] {
    pointer-events: none;
}

button {
	width: auto;
    padding: 0;
    margin: 0;
    background: none;
    border: 0;
    font-size: 0;
    line-height: 0;
    overflow: visible;
    cursor: pointer;
}

select::-ms-expand {
	display: none;/* IEでselectの矢印を削除 */
}

.allclear {
	clear: both;
	height: 0;
	font-size: 0;
}

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

#container {
	overflow: hidden;
	min-width: 1000px;
}

svg {
	fill: currentColor;
}


/*　clearfix
----------------------------------------------- */

.cf {
	zoom: 1;
}

.cf:before,
.cf:after {
	content: "";
	display: table;
}

.cf:after {
	 clear: both;
}


/*　カーテン効果
----------------------------------------------- */
div.colorbox{
    position: relative;
    width: 100%;
}
div.colorbox div.color{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #e50020;
}
div.colorbox img{
    display: block;
    width: 100%;
}



/*　ボタン
----------------------------------------------- */



/*　スペース
----------------------------------------------- */



/*　ヘッダー
----------------------------------------------- */

#container #header {
	height: 85px;
	width: 100%;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
    -webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0px;
	z-index: 1000;	
	min-width: 1280px;
	letter-spacing: 0.1em;
}

#container #header .inner {
	
}

#container #header h1#logo {
	margin-left: 50px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#container #header nav.gnav {
	margin: 0 auto;
	height: 100%;
}

#container #header .gnav ul {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#container #header .gnav ul li {
	margin: 0 17px;
}

#container #header .gnav ul li a {
	font-family: kozuka-gothic-pr6n,sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 12px;
	margin: 0 17px;
}

#container #header .gnav ul li a:hover {
	color: #e50020;
}

#container #header .btn_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	width: 276px;
	font-size: 12px;
	position: absolute;
	top: 0;
	right: 0;
}

#container #header .btn_box .box_l {
	
}

#container #header .btn_box .box_l a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	width: 97px;
	font-size: 12px;
	font-weight: bold;
	background-color: #ffffff;
	position: absolute;
	top: 0;
	right: 180px;
	border-left: 3px solid #f3f3f3;
}

#container #header .btn_box .box_l a:hover {
	background-color: #e50020;
	color: #ffffff;
}

#container #header .btn_box .box_l .icon {
	height: 24px;
	width: 24px;
	display: inline-block;
}

#container #header .btn_box .box_r {
	
}

#container #header .btn_box .box_r a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	width: 180px;
	background-color: #f3f3f3;
	position: absolute;
	top: 0;
	right: 0;
	color: #242424;
}

#container #header .btn_box .box_r a:hover {
	background-color: #e50020;
	color: #ffffff;
}

#container #header .btn_box .box_r .icon {
	height: 24px;
	width: 24px;
	margin-right: 10px;
	display: inline-block;
}

#container #header .btn_box .box_r .icon:hover {
	height: 24px;
	width: 24px;
	margin-right: 10px;
	display: inline-block;
}

#container #header .btn_box .box_r a span {
	font-size: 12px;
	font-weight: bold;
}


/*　フッター
----------------------------------------------- */

#container #footer {
	background-color: #e50020;
	color: #ffffff;
	letter-spacing: 0.1em;
	position: relative;
}

#container #footer .page_top_btn {
	position: absolute;
	bottom: 60px;
	right: 60px;
	z-index: 999;
}

#container #footer .inner {
	width: 1030px;
	margin: 0 auto;
}

#container #footer .box_t {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 60px 0 50px 0;
	 border-bottom: 1px solid #ffffff;
}

#container #footer .box_t .box_l {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#container #footer .box_t .box_l h2.logo {
	margin-right: 30px;
}

#container #footer .box_t .box_l .txt {
	font-family: kozuka-gothic-pr6n,sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 12px;
	line-height: 1.8em;
}

#container #footer .box_t .box_r {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#container #footer .box_t .box_r .tel_btn {
	margin-right: 16px;
}

#container #footer .box_t .box_r .tel_btn a {
	
}

#container #footer .box_t .box_r .tel_btn a:hover {
	background-color: #2ad1bb;
}

#container #footer .box_t .box_r .tel_btn .icon {
	height: 17px;
	width: 13px;
	display: inline-block;
	margin-right: 10px;
}

#container #footer .box_t .box_r .tel_btn .btn {
	width: 190px;
	height: 26px;
}

#container #footer .box_t .box_r .contact_btn {
	
}

#container #footer .box_t .box_r .contact_btn a {
	
}

#container #footer .box_t .box_r .contact_btn a:hover {
	background-color: #2ad1bb;
}

#container #footer .box_t .box_r .contact_btn .icon {
	height: 15px;
	width: 15px;
	display: inline-block;
	margin-right: 10px;
}

#container #footer .box_t .box_r .contact_btn .btn {
	width: 190px;
	height: 26px;
}

#container #footer .box_b {
	padding: 20px 0 60px 0;
}

#container #footer .box_b nav.gnav {
	margin-bottom: 26px;
}

#container #footer .box_b nav.gnav ul {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#container #footer .box_b nav.gnav ul li {
	
}

#container #footer .box_b nav.gnav ul li a {
	color: #ffffff;
	font-family: kozuka-gothic-pr6n,sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 12px;
	margin: 0 15px;
}

#container #footer .box_b nav.gnav ul li a:nth-child(1) {
	margin: 0 15px 0 0;
}

#container #footer .box_b nav.gnav ul li a:nth-child(6) {
	margin: 0 0 0 15px;
}

#container #footer .box_b p.copy {
	color: #ffffff;
	font-family: kozuka-gothic-pr6n,sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 10px;
}


/*　見出し
----------------------------------------------- */

#container .under_maru_midashi {
	text-align: center;
	position: relative;
	font-family: 'Hiragino Sans W6';
	font-size: 29px;
	font-weight: bold;
	letter-spacing: 0.05em;
}

#container .under_maru_midashi::after {
	content: "";
	display: inline-block;
	width: 150px;
	height: 8px;
	background: url(../../img/common_img/midashi_deco001.png) no-repeat;
	background-size: contain;
	position: absolute;
	bottom: -35px;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
}

#container .under_maru_midashi_s {
	text-align: center;
	position: relative;
	font-family: 'Hiragino Sans W6';
	font-size: 29px;
	font-weight: bold;
	letter-spacing: 0.05em;
}

#container .under_maru_midashi_s::after {
	content: "";
	display: inline-block;
	width: 150px;
	height: 8px;
	background: url(../../img/common_img/midashi_deco001.png) no-repeat;
	background-size: contain;
	position: absolute;
	bottom: -30px;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
}

#container .under_maru_midashi_s span {
	display: block;
	text-align: center;
	font-size: 14px;
	margin-top: 18px;
}



/*　ボタン
----------------------------------------------- */

.red_r_btn {
	background-color: #e50020;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 0.1em;
	cursor: pointer;
	border-radius: 100px;
	color: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.black_r_btn {
	background-color: #242424;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 0.1em;
	cursor: pointer;
	border-radius: 100px;
	color: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}


/*　アイコン
----------------------------------------------- */

.arrow_r_w_icon {
	display: inline-block;
	background-image: url(../../img/common_img/arrow_r_w.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 14px;
	height: 6px;
	position: absolute;
	right: 10px;
	top: 11px;
}


/*　下層ページ共通 / MV
----------------------------------------------- */

.contents_mv_area {
	margin-top: 85px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.contents_mv_area .midashi_box {
	width: 260px;
	height: 120px;
	padding: 33px 0 0 0;
	border-radius: 20px;
	background-color: rgba(255, 255, 255, 0.85);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

.contents_mv_area .midashi_box .midashi {
	text-align: center;
	position: relative;
	font-family: 'Hiragino Sans W6';
	font-size: 29px;
	font-weight: bold;
	letter-spacing: 0.08em;
}

.contents_mv_area .midashi_box .midashi::after {
	content: "";
	display: inline-block;
	width: 68px;
	height: 7px;
	background: url(../../img/common_img/midashi_deco002.png) no-repeat;
	background-size: contain;
	position: absolute;
	bottom: -25px;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
}


/*　アニメーション
----------------------------------------------- */

@-webkit-keyframes zoomUp {
  0% {
      -webkit-transform: scale(1);
      transform: scale(1);
  }
  100% {
      -webkit-transform: scale(1.15);
      transform: scale(1.15);
  }
}

@keyframes zoomUp { /* 1.15倍させる指定 */
  0% {
      -webkit-transform: scale(1);
      transform: scale(1);
  }
  100% {
      -webkit-transform: scale(1.15);
      transform: scale(1.15);
  }
}

@-webkit-keyframes zoomOut {
    0% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes zoomOut {
    0% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes mv_midashi {
    0% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
        opacity: 0;
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes mv_midashi {
    0% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
        opacity: 0;
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}









