@charset "utf-8";
#home {}

/*---------------------------------------------------------------------------------
初期設定
--------------------------------------------------------------------------------- */
body {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "Osaka", "MS PGothic", arial, helvetica, sans-serif;
	font-size: 14px;
	color: #222222;
	line-height: 1.6;
	margin: 0px !important;
	padding: 0px !important;
	overflow-x:auto;
	width:100%;
	min-width:1100px;
}
h1,h2,h3,h4,h5,h6,
ul,ol,dl,
p,li,dt,dd,th,td {
	margin: 0px;
	padding: 0px;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	font-weight: normal;
}
ol, ul,li {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th,td {
	text-align: left;
	vertical-align: top;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
	display: block;
	margin: 0px;
	padding: 0px;
}
img {
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}
img:not([width]) {
	width:100%;
	height:auto;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:link,
a:visited,
a:hover,
a:active {
	color: #000;
	text-decoration: none;
}
a:hover {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  opacity: 0.5;	
}
ul {
	list-style-type: none;
}
.clear {
	clear: both;
	display:none;
}
.clearfix:after {
	content: ""; 
	display: block;
	clear: both;
	height: 0;
}
.hide {
  display:block;
  overflow:hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.box {
	width:1100px;
	margin:0 auto;
	position:relative;
}
.kome {
	font-size:12px;
}
.sub {
	font-size:11px;
	margin:10px 0;
}
.sub dt {
	float:left;
}
.sub dd {
	padding-left:40px;
}
.bold {
	font-weight:bold;
}
.t_center {
	text-align:center;
}
.left {
	float:left;
}
.right {
	float:right;
}
.for-pc {
  display: block;
}
.for-sp {
  display: none!important;
}
.t_yellow {
	color:#fdfb2a;
}
.t_orange {
	color:#f58e0b;
}
.t_aqua { 
	color:#0facd1;
}
.t_red {
	color:#f13c04;
}
.t_wine {
	color:#c71451;
}
/*SP ---------------------------------------------------------------------------- */
@media only screen and (max-width: 736px) {
  .for-pc {
    display: none !important;
  }
  .for-sp {
    display: block !important;
  }
}

/*==============================================================================
header
===============================================================================*/
header {
	position:fixed;
	background:#FFFFFF;
	z-index:999;
	width:100%;
	box-sizing:border-box;
	height:80px;
}
#header-wrapper {
	box-sizing:border-box;
}
header .box {
	max-width:1100px;
}
#header-wrapper .header_logo {
	height:42px;
	width:174px;
	float:left;
	padding:18px 0 0 0;
}
#header-wrapper .right {
	display: flex;
	justify-content: space-between;
}
#header-wrapper .right ul {
	display: flex;
	justify-content: space-between;
	padding:12px 0 0 0;
}
#header-wrapper .navi li {
	height:54px;
	display: table;
}
#header-wrapper .navi a {
	display:table-cell;
	text-align: center;
	padding:0 16px;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: bold;
	vertical-align: middle;
	position: relative;
}
#header-wrapper .navi a::after {
	content: "";
	display: block;
	width:1px;
	height:22px;
	background:#cbcbcb;
	position: absolute;
	right:0;
	top:50%;
	margin-top:-11px;
}
#header-wrapper .navi li:last-child a::after {
	display:none;
}
#header-wrapper .h_btn {
	border-collapse: separate;  /* セルの間隔を空ける */
 border-spacing: 5px 0;  /* 左右 上下で記述 */
}
#header-wrapper .h_btn a {
	display:table-cell;
	text-align: center;
	padding:4px 0;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: bold;
	vertical-align: middle;
	line-height: 1.2;
	width:134px;
	border-radius: 6px;
}
#header-wrapper .btn01 a {
	color: #3b9cb3;
	border:#3b9cb3 solid 3px;
}
#header-wrapper .btn01 a:hover  {
	color: #fff;
	opacity: 1;
	background:#3b9cb3;
}
#header-wrapper .btn02 a {
	color: #3bb3a7;
	border:#3bb3a7 solid 3px;
}
#header-wrapper .btn02 a:hover  {
	color: #fff;
	opacity: 1;
	background:#3bb3a7;
}

/*==============================================================================
mv
===============================================================================*/
.fv {
	padding:80px 0 0 0;
}
#mv {
	background:url(../images/mv.jpg) center top 10% no-repeat;
	background-size:cover;
	height:550px;
	box-sizing:border-box;
	padding:0;
	min-width: 1100px;
	position: relative;
}
#mv .text-box {
	background:url(../images/mv.png) center top 70px no-repeat;
	background-size: 1100px auto;
	width:1100px;
	height:550px;
	margin:auto;
	position: relative;
}
#mv .btn {
	display: flex;
	justify-content: space-between;
	z-index: 0;
	position: absolute;
	bottom:50px;
	width:1000px;
	left:0;
	right:0;
	margin:auto;
}

/*==============================================================================
共通
===============================================================================*/
.ttl {
	font-size: 30px;
	display: table;
	background:url(../images/ttl_bg.png) ;
	background-size: auto 100%;
	padding:8px 40px 8px 60px;
	font-weight: bold;
	position: relative;
	margin:0 auto 60px;
	box-sizing: border-box;
}
.ttl:before {
	position: absolute;
	content:"";
	width:100px;
	height:100px;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	top:-50px;
	left:-60px;
}
#section01 .ttl:before {
	background-image:url(../images/ttl_icon01.png) ;
}
#section02_02 .ttl:before {
	background-image:url(../images/ttl_icon01_02.png) ;
}
#section03 .ttl:before {
	background-image:url(../images/ttl_icon02.png) ;
}
#section04 .ttl:before {
	background-image:url(../images/ttl_icon03.png) ;
}
#section05 .ttl:before {
	background-image:url(../images/ttl_icon04.png) ;
}
#section06 .ttl:before {
	background-image:url(../images/ttl_icon05.png) ;
}
#section07 .ttl:before {
	background-image:url(../images/ttl_icon06.png) ;
}
.sub-ttl {
	font-size: 24px;
	font-weight: bold;
	color: #f07216;
	display: flex;
	align-items: center;
	margin-bottom:40px;
	text-align: center;
}
.sub-ttl:before,.sub-ttl:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #f07216;
	display: block;
}
.sub-ttl:before {
	margin-right:1em;
}
.sub-ttl:after {
	margin-left:1em;
}
.btn li {
	position: relative;
	z-index: 0;
}
.btn01 .border {
	display: block;
	content:"";
	position: absolute;
	width:480px;
	height:100px;
	box-sizing: border-box;
	border:#3b9cb3 solid 6px;
	border-radius: 6px;
	top:10px;
	left:12px;
	z-index: -1;
}
.btn a {
	display:block;
	width:480px;
	background:#fff;
	text-align: center;
	padding:26px 0;
	box-sizing: border-box;
	font-size: 28px;
	font-weight: bold;
	vertical-align: middle;
	line-height: 1.2;
	border-radius: 6px;
	position: relative;
}
.btn .btn01 a {
	color: #3b9cb3;
	border:#3b9cb3 solid 6px;
}
.btn .btn01 a:hover {
	opacity: 1;
	color: #fff;
	background: #3b9cb3;
	border:#3b9cb3 solid 6px;
}
.btn .btn01 a::before{
	display: block;
	content:"";
	position: absolute;
	background:url(../images/btn_arrow01.png) center;
	background-size:100% auto;
	width: 28px;
	height: 21px;
	right:20px;
	top:50%;
	margin-top:-10px
}
.btn .btn02 a {
	color: #3bb3a7;
	border:#3bb3a7 solid 6px;
}
.btn .btn02 a:hover {
	opacity: 1;
	color: #fff;
	background: #3bb3a7;
}
.btn .btn02 a::before{
	display: block;
	content:"";
	position: absolute;
	background:url(../images/btn_arrow02.png) center;
	background-size:100% auto;
	width: 28px;
	height: 21px;
	right:20px;
	top:50%;
	margin-top:-10px
}
.btn  .btn02 a::after{
	display: block;
	content:"";
	position: absolute;
	width:480px;
	height:100px;
	box-sizing: border-box;
	border:#3bb3a7 solid 6px;
	z-index:-1;
	border-radius: 6px;
	top:6px;
	left:6px;
}

/*==============================================================================
section01
===============================================================================*/
#section01 {
	background:#f6f5ef;
	padding:80px 0 60px 0
}
#section01 ul {
	display: flex;
	justify-content: space-between;
}
#section01 ul li a {
	width:340px;
	display: block;
	position: relative;
}
#section01 ul li a:after {
	position: absolute;
	content:"";
	background:url(../images/arrow_01.png) ;
	background-size: 100% auto;
	width:80px;
	height:80px;
	left:0;
	right:0;
	bottom:-40px;
	margin: auto;
}
#section01 ul li h4 {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	background:#f1802d;
	text-align: center;
	line-height: 50px;
}
#section01 ul li h4 span {
	font-size: 26px;
}
#section01 ul li .text01 {
	font-size: 20px;
	color: #f07216;
	font-weight: bold;
	margin-bottom: 15px;
}
#section01 ul li .inner {
	min-height: 295px;
	background:#fff;
	padding:30px 20px;
	text-align: center;
	box-sizing: border-box;
}

/*==============================================================================
section02
===============================================================================*/
#section02 {
	background:#f6f5ef;
	padding:0 0 100px 0;
	z-index: auto;
}
#section02 li {
	display: flex;
	justify-content: space-between;
	padding-top:100px;
}
#section02 .before {
	width:470px;
	text-align: center;
	position:relative;
	z-index: 2;
}
#section02 .before:after  {
	display: block;
	content:"";
	background:url(../images/arrow_02.png) ;
	background-size: 100% auto;
	width:125px;
	height:142px;
	position: absolute;
	top:34%;
	right:-80px;
}
#section02 .before h4 {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	background:#f1802d;
	text-align: center;
	line-height: 50px;
	z-index: 10;
}
#section02  li {
	position: relative;
}
#section02 .b1 {
	position: absolute;
	display: block;
	content: "";
	width:470px;
	height:50px;
	left:-15px;
	top:85px;
	background:#f2a062;
	z-index: 1;
}
#section02 .b2 {
	position: absolute;
	display: block;
	content: "";
	width:470px;
	height:50px;
	left:-30px;
	top:70px;
	background:#f4cdad;
	z-index: 0;
}
#section02 .before h4 span {
	font-size: 26px;
}
#section02 .before .inner {
	box-sizing: border-box;
	padding:30px 30px 60px 30px;
	background: #fff;
}
#section02 .before .text01 {
	font-size: 22px;
	color: #f07216;
	font-weight: bold;
	margin-bottom: 14px;
}
#section02 .before .img {
	width:340px;
	display: block;
	margin:30px auto 0;
	position: relative;
}
#section02 .before .img:after  {
	position: absolute;
	display: block;
	content: "BEFORE";
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	background:#222;
	padding:0 20px;
	border-radius: 20px;
	line-height: 30px;
	right:-40px;
	bottom: 20px;
}
#section02 .after  {
	color: #fff;
	text-align: center;
	width:600px;
	padding:0 40px 60px 40px;
	box-sizing: border-box;
	background: #f1802d; /* Old browsers */
	background: -moz-linear-gradient(top, #f0781f 0%, #f1802d 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f0781f 0%,#f1802d 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f0781f 0%,#f1802d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#section02 .after h4 {
	width:336px;
	margin:-60px auto 20px;
}
#section02 .after .text02 {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 20px;
}
#section02 .after .img {
	width:410px;
	height:290px;
	margin:20px auto 0;
	position: relative;
}
#section02 .after .img:after  {
	position: absolute;
	display: block;
	content: "AFTER";
	font-size: 20px;
	font-weight: bold;
	color: #db620a;
	background:#f0e248;
	padding:0 20px;
	border-radius: 20px;
	line-height: 36px;
	right:-40px;
	top: 90px;
}

/*==============================================================================
section02_02
===============================================================================*/
#section02_02 {
	padding:80px 0 70px 0;
	box-sizing: border-box;
}
#section02_02 li {
	width: 960px;
	margin: 0px auto;
}

/*==============================================================================
offer
===============================================================================*/
.offer {
	background:url(../images/offer_bg.jpg) center no-repeat;
	background-size: cover;
	box-sizing: border-box;
	padding:0;
}
.offer h3 {
	position: relative;
	font-size: 24px;
	font-weight: bold;
	display: table;
	padding: 0 80px;
	box-sizing: border-box;
	border-radius: 30px;
	width: auto;
	line-height: 46px;
	color: #fff;
	text-align: center;
	background: #f6973c;
	z-index: 0;
	margin:0 auto 40px;
}
.offer h3:before {
	content: "";
	position: absolute;
	bottom: -12px; left: 50%;
	margin-left: -9px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width:12px 9px 0 9px;
	border-color: #f6973c transparent transparent transparent;
	z-index: 0;
}
.offer .btn {
	display: flex;
	justify-content: space-between;
	width:1000px;
	margin:auto;
}
.offer .box {
	position: relative;
	padding:60px 0 70px;
}
.f_offer .box {
	position: relative;
	padding:60px 0 80px;
}
.offer .sub {
	position:absolute;
	color: #FFFFFF;
	bottom:10px;
	left:0;
}

/*==============================================================================
section03
===============================================================================*/
#section03 {
	padding:80px 0 140px 0;
	box-sizing: border-box;
}
#section03 ul {
	display: flex;
	justify-content: space-between;
}
#section03 ul li {
	width:33.333%;
	color: #FFFFFF;
	padding-bottom: 40px;
}
#section03 ul .bg01 {
	background:url(../images/sec03_bg01.jpg) ;
	background-size: cover;
}
#section03 ul .bg02 {
	position: relative;
	top:40px;
	background:url(../images/sec03_bg02.jpg) ;
	background-size: cover;
}
#section03 ul .bg03 {
	background:url(../images/sec03_bg03.jpg) ;
	background-size: cover;
}
#section03 ul .inner {
	box-sizing: border-box;
	padding:0 40px;
}
#section03 ul .text01 {
	font-size:22px ;
	font-weight: bold;
	margin:15px 0;
	text-align: center;
}

/*==============================================================================
section04
===============================================================================*/
#section04 {
	background:#f6f5ef;
	padding:80px 0 40px 0;
	box-sizing: border-box;
}
#section04 .inner01 ul li {
	width: 1070px;
	min-height: 360px;
	margin: 0px auto 60px;
	background: #FFFFFF;
	position: relative;
	box-sizing: border-box;
	padding: 115px 50px 0;
}
#section04 .inner01 ul li .item {
	width: 480px;
	position: absolute;
	top: -30px;
	right: 0;
}
#section04 .inner01 ul li:nth-child(2n) .item {
	right: inherit;
	left: 0;
}
#section04 .inner01 ul li .text01 {
	width: 240px;
	color: #da620a;
	font-size: 22px;
	font-weight: bold;
	line-height: 47px;
	background: #f0e248;
	margin: 0 0 20px 0;
	padding-left: 65px;
	position: absolute;
	left: -15px;
	top: 40px;
	box-sizing: border-box;
}
#section04 .inner01 ul li:nth-child(2n) .text01 {
	padding-left: 30px;
	left: inherit;
	right: -15px;
}
#section04 .inner01 ul li .text01::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -20px;
	border-top: 10px solid #a29719;
	border-right: 8px solid #a29719;
	border-bottom: 10px solid transparent;
	border-left: 7px solid transparent;
}
#section04 .inner01 ul li:nth-child(2n) .text01::after {
	left: inherit;
	right: 0;
	border-right: 7px solid transparent;
	border-left: 8px solid #a29719;
}
#section04 .inner01 ul li .wrap {
	padding-right: 300px;
}
#section04 .inner01 ul li:nth-child(2n) .wrap {
	padding-right: 0;
	padding-left: 300px;
}
#section04 .inner01 ul li h4 {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 15px;
}
#section04 .inner02 {
	background:#fff;
	padding:40px 60px 20px;
	box-sizing: border-box;
	margin-top:50px;
}
#section04 .inner02 ul  {
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#section04 .inner02 ul li {
	width:15%;
	margin:0 0 40px 0;
}

/*==============================================================================
section05
===============================================================================*/
#section05 {
	background:#f6f5ef;
	padding:80px 0 100px 0;
	box-sizing: border-box;
}
#section05 ul {
	display: flex;
	justify-content: space-between;
}
#section05  ul li {
	width:340px;
	background: #fff;
	padding:40px 0;
	box-sizing: border-box;
	text-align: center;
}
#section05  ul li img {
	width:230px;
}
#section05  ul li .text01 {
	color:#f07216;
	font-size: 22px;
	font-weight: bold;
	margin:16px 0;
}
#section05  .ul02  {
	width:720px;
	margin:40px auto 0;
}

/*==============================================================================
section06
===============================================================================*/
#section06 {
	padding:80px 0 100px 0;
	box-sizing: border-box;
}
#section06 li {
	padding-top: 70px;
	position: relative;
}
#section06 li:first-child {
	padding-top: 0;
}
#section06 li:nth-child(2n)::before {
	content: "";
	width: 100%;
	height: 440px;
	position: absolute;
	background: #f6f5ef;
	top: -35px;
	left: 0;
	z-index: -1;
}
#section06 li .wrap {
	width: 440px;
	float: left;
	padding: 20px 0 20px 20px;
}
#section06 li .item {
	width: 600px;
	float: right;
}
#section06 li:nth-child(2n) .wrap {
	float: right;
	padding: 20px 20px 20px 0;
}
#section06 li:nth-child(2n) .item {
	float: left;
}
#section06 h4 {
	width: 100%;
	line-height: 55px;
	padding: 0 30px;
	margin-bottom: 30px;
	background: url(../images/sec06_ttl_bg.png) left top no-repeat #f1802d;
	background-size: contain;
	color: #FFFFFF;
	font-size: 22px;
	font-weight: bold;
	box-sizing: border-box;
	position: relative;
}
#section06 h4::after,
#section06 h4::before {
	content: "";
	position: absolute;
}
#section06 h4::after {
	width: 104px;
	height: 86px;
	background: url(../images/sec06_ttl_item.png) left top no-repeat;
	background-size: contain;
	top: -20px;
	right: -25px;
}
#section06 h4::before {
	width: 110px;
	height: 1px;
	top: 27px;
	right: -110px;
	background: #f1802d;
}
#section06 li:nth-child(2n) h4::before {
	right: inherit;
	left: -110px;
}
#section06 .text01 {
	font-size: 30px;
	font-weight: bold;
}

/*==============================================================================
section07
===============================================================================*/
#section07 {
	background:#f6f5ef;
	padding:80px 0 100px 0;
	box-sizing: border-box;
}
#section07 ul {
	display: flex;
	justify-content: space-between;
	margin-top: 85px;
}
#section07 ul li {
	width:340px;
	padding: 27px 17px 17px;
	box-sizing: border-box;
	text-align: center;
	color: #fff;
	background: #f1802d; /* Old browsers */
	background: -moz-linear-gradient(top, #f0781f 0%, #f1802d 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f0781f 0%,#f1802d 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f0781f 0%,#f1802d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#section07 ul li .inner {
	border: 3px solid #f3c5a2;
	padding: 10px;
	position: relative;
}
#section07 ul li .inner .ttl01 {
	position: absolute;
	top: -75px;
	left: 5px;
}
#section07 ul li .inner .ttl01 img {
	width: 295px;
	height: auto;
}
#section07 ul li .inner h4 {
	width: 295px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
	height: 72px;
	margin: 35px 0 20px;
}
#section07 ul li:first-child .inner h4 {
	line-height: 72px;
}

/*==============================================================================
footer
===============================================================================*/
footer {
	background:#f1802d;
	color: #FFFFFF;
}
footer .logo {
	width:220px;
	float: left;
	margin-right:40px;
}
footer .left {
	display: flex;
	justify-content: space-between;
}
footer .right  {
	padding:13px 0 0 0;
}
footer .right li {
	display: inline-block;
	padding:0 0 0 0;
	line-height: 1;
}
footer .right li:first-child {
	padding-right:20px;
	margin-right:20px;
	border-right:1px solid #fff;
}
footer .right a {
	color: #FFFFFF;
}
footer .upper {
	padding:30px 0;
	box-sizing: border-box;
	border-bottom: 1px solid #fff;
}
footer .copy {
	padding:20px 0;
	text-align: center;
}

/*=================ページ内リンク高さ調整=========================
#section03 {
  margin-top:-80px;
  padding-top:80px;
  box-sizing:border-box;
}
=*/