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

/*---------------------------------------------------------------------------------
初期設定
--------------------------------------------------------------------------------- */

body {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro W7", "Meiryo", "メイリオ", "Osaka", "MS PGothic", "Noto sans JP", arial, helvetica, "sans-serif";
	font-feature-settings:"palt";
	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;
}

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;
}
.position-rel{
	position:relative;
}
.bg-light{
	background-color: #fff;
}
/*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: #f07216;
	border:#f07216 solid 3px;
}
#header-wrapper .btn01 a:hover  {
	color: #fff;
	opacity: 1;
	background:#f07216;
}
#header-wrapper .btn02 a {
	color: #dc4416;
	border:#dc4416 solid 3px;
}
#header-wrapper .btn02 a:hover  {
	color: #fff;
	opacity: 1;
	background:#dc4416;
}

/*==============================================================================
main visual
===============================================================================*/
.main{
	padding:80px 0 0 0;
}
#main-visual{
  background:url(../images/mv_nwv.jpg) center;
  background-size:cover;
  height:480px;
  box-sizing:border-box;
  padding:0;
  min-width: 1100px;
  position: relative;
}
#main-visual .text-box {
	background:url(../images/mv_nwv_1.png) center;
	background-size:cover;
	min-width:1100px;
	height:480px;
	margin:auto;
	position: relative;
}

/*==============================================================================
section01
===============================================================================*/
#section01 {
	background:#c0c0c0;
	padding:0 0 700px 0;
}

#section01-bg{
	background:url(../images/section01-bg.jpg) center;
	background-size:cover;
	margin-top:-20px;
	height:700px;
	padding:0;
	min-width: 1100px;
	position:relative;
}

#section01-img{
	background:url(../images/section01-img.png) center;
	background-size:cover;
	height:700px;
	padding:0;
	min-width: 1100px;
	position:relative;
}

/*==============================================================================
section02
===============================================================================*/
#section02 {
	background:#fff;
	padding:0 0 650px 0
}
#section02-bg{
	background:url(../images/section02-bg.jpg) center;
	background-size:cover;
	height:700px;
	padding:0;
	min-width: 1100px;
	position: relative;
}
#section02-text{
	background:url(../images/section02-text.png) center;
	background-size:cover;
	height:650px;
	padding:0;
	min-width: 1100px;
	position: relative;
}

/*==============================================================================
section03
===============================================================================*/

#section03{
	background:#fcffe0;
	padding:36px 0 800px 0
}

.merit-container{
	max-width: 1100px;
	margin: 8px auto 0 auto;
	display:flex;
	flex-direction:column;
	position: relative;
	margin-bottom:20px;
	border: solid 6px #eb1a5c;/*線*/
	border-radius: 10px;/*角の丸み*/
	color: #000000;/*文字色*/
	box-shadow: 7px 2px 10px rgba(0,0,0,.2);
	-webkit-box-shadow: 7px 2px 10px rgba(0,0,0,.2);
}
.merit-container .item:not(:last-child){
	width:95%;
}
.merit-container .item:first-child{
	z-index:5;
	padding:20px 0 25px;
}
.merit-container .item{
	overflow:hidden;
	position:relative;
	background-color: #fff;
}
.merit-container .item:first-child .item-content{
	margin-top:10px;
}
.merit-container .item:first-child .item-content, .merit-container .item:first-child .item-img, .merit-container .item:nth-child(3) .item-content, .merit-container .item:nth-child(3) .item-img {
	padding-left:8px;
}

.merit-container .item-content{
	max-width:60%;
	z-index:1;
	position:relative;
	margin-left:4.94%;
}
.primary-color{
	color:#eb1a5c;
}
.item-title{
	font-size:50px;
	line-height:1.37;
	font-weight:bold;
	margin-bottom:10px;
	margin-top:10px;
}
.color-light{
	color:#fff;
}
.primary-light{
	color:#fff;
}
.primary-bg{
	background:#eb1a5c;
}
::before,::after{
	box-sizing:border-box;
}
.merit-container .item-sub-title{
	margin:1px 0 3px;
	font-size:28px;
	font-weight:bold;
}
.merit-container .item-img{
	position:absolute;
	width:60.6%;
	height:100%;
	top:0;
	right:0;
}
.item-desc{
	line-height:1.77;
	font-size:18px;
}
.merit-container .item:first-child .item-content, .merit-container .item:first-child .item-img, .merit-container .item:nth-child(3) .item-content, .merit-container .item:nth-child(3) .item-img {
  padding-left: 8px;
}
.merit-container .item-img {
  position: absolute;
  width: 45%;
  height: 100%;
  top: 0;
  right: 0;
}


/*==============================================================================
offer
===============================================================================*/
.offer{
	background: url(../images/offer_bg.jpg) center no-repeat;
  background-size: auto auto;
	background-size: cover;
	box-sizing: border-box;
	padding: 0;
}
.offer .box {
  position: relative;
  padding: 60px 0 70px;
}
.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: #eb1a5c;
  text-align: center;
  background: #fff;
  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: #fff transparent transparent transparent;
  z-index: 0;
}
.offer .btn {
  display: flex;
  justify-content: space-between;
  width: 1000px;
  margin: auto;
	}
.btn li {
	position: relative;
	z-index: 0;
}
.btn .btn01 a {
  color: #4a3a13;
  border: #ffb908 solid 6px;
}
.btn .btn01 a:hover {
	opacity: 1;
	color: #fff;
	background: #ffb908;
	border:#ffb908 solid 4px;
}
.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::before {
  display: block;
  content: "";
  position: absolute;
  background: url(../images/btn_arrow01.png) center;
	background-size: auto auto;
  background-size: 100% auto;
  width: 28px;
  height: 21px;
  right: 20px;
  top: 50%;
  margin-top: -10px;
}
.btn01 .border {
  display: block;
  content: "";
  position: absolute;
  width: 480px;
  height: 100px;
  box-sizing: border-box;
  border: #ffb908 solid 6px;
  border-radius: 6px;
  top: 10px;
  left: 12px;
  z-index: -1;
}
.btn .btn02 a {
  color: #4d2c12;
  border: #ff822e solid 6px;
}
.btn .btn02 a:hover {
	opacity: 1;
	color: #fff;
	background: #ff822e;
}
.btn .btn02 a::before {
	display: block;
  content: "";
  position: absolute;
  background: url(../images/btn_arrow02.png) center;
	background-size: auto auto;
  background-size: 100% auto;
  width: 28px;
  height: 21px;
  right: 20px;
  top: 50%;
  margin-top: -10px;
}
.btn .btn02 a::after {
display:none;
}
.btn02 .border {
  display: block;
  content: "";
  position: absolute;
  width: 480px;
  height: 100px;
  box-sizing: border-box;
  border: #ff822e solid 6px;
  border-radius: 6px;
  top: 10px;
  left: 12px;
  z-index: -1;
}
/*==============================================================================
section04
===============================================================================*/
#section04{
	background-color:#fcffe0;
	height:880px;
}
#section04 h3 {
	position:relative;
	}
#section04 h3:after{
	content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: -webkit-repeating-linear-gradient(-45deg, #80bfff, #80bfff 4px, #fff 4px, #fff 8px);
  background: repeating-linear-gradient(-45deg, #80bfff, #80bfff 4px, #fff 4px, #fff 8px);
}
.flex-box{
	display:flex;
	justify-content:center;
	margin-top:20px;
}

.flex-box .flex-item{
	display: inline-block;      /* インラインブロック要素にする */
	background-color:  #FFF;
	width:300px;
	padding:  20px 20px;
	margin:0 10px;
	background-color:;
}
.flex-box .flex-item h4{
	font-size:30px;
	font-weight:bold;
	text-align:center;
	background: #a3d1ff;
}

.flex-box .flex-item h5{
	font-size:23px;
	font-weight:bold;
	text-align:center;
}
.flex-box .flex-item p{
	font-size:18px;
}
#section04 h5{
	padding-bottom:10px;
}

/*==============================================================================
共通
===============================================================================*/
.title2{
	font-size: 35px;
	color: white;
	font-weight: bold;
	text-align:center;
	background-size: auto 100%;
	padding:45px 40px 10px 50px;
	position: relative;
	margin:0 auto 60px;
	box-sizing: border-box;
}

.title1{
	font-size: 35px;
	color: white;
	font-weight: bold;
	text-align:center;
	background-size: auto 100%;
	padding:75px 40px 13px 60px;
	position: relative;
	margin:0 auto 60px;
	box-sizing: border-box;
}
.title3{
	font-size: 46px;
	color: black;
	font-weight: bold;
	text-align:center;
	background-size: auto 100%;
	padding:60px 40px 8px 60px;
	position: relative;
	margin:0 auto 60px;
	box-sizing: border-box;
}


.balloon{
  position: relative;
  background: #f23071;
	width:auto;
	height:200px;
}
.balloon:after{
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #f23071 transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}

.balloon_g{
  position: relative;
  background: #696969;
	width:auto;
	height:200px;
}
.balloon_g:after{
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #696969 transparent transparent transparent;
  border-width: 20px 20px 0px 20px;
}

/*==============================================================================
footer
===============================================================================*/
footer {
	background:#f23071;
	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;
}
=*/
