@charset "UTF-8";

html{
	width:100%;
}
body{
	/* font-size:small; */
	/* font:x-small; */
	font-size:13px;
	color:#333333;
	line-height:1.2;
  font-family:"Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:left;
	width:100%;
	margin:0px;
	padding:0px;
	-webkit-text-size-adjust:100%;
}
@font-face{
  font-family:"Yu Gothic";
  src:local("Yu Gothic Medium");
  font-weight:100;
}
@font-face{
  font-family:"Yu Gothic";
  src:local("Yu Gothic Medium");
  font-weight:200;
}
@font-face{
  font-family:"Yu Gothic";
  src:local("Yu Gothic Medium");
  font-weight:300;
}
@font-face{
  font-family:"Yu Gothic";
  src:local("Yu Gothic Medium");
  font-weight:400;
}
@font-face{
  font-family:"Yu Gothic";
  src:local("Yu Gothic Bold");
  font-weight:bold;
}
#wrap{
	text-align:left;
	overflow:hidden;
	background-color: #fff;
}
h1,h2,h3,h4,h5,p,ul,ol,li,img,table,th,td,dl,dt,dd,figure{
	margin:0px;
	padding:0px;
	font-size:14px;
}
li{
	list-style-type:none;
}
table{
	border-collapse:collapse;
}
a{
	cursor:pointer;
	color:#333;
	text-decoration:none;
}
a:hover{
	text-decoration:none;
}
a{
	-webkit-tap-highlight-color:transparent;
}
img{
	vertical-align:top;
	max-width:100%;
	height:auto;
	-webkit-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	backface-visibility:hidden;
}
a img{
	vertical-align:bottom;
	-webkit-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	backface-visibility:hidden;
}
input, 
textarea, 
select,
button,
label{
  outline:none;
	-webkit-tap-highlight-color:transparent;
}
:focus {
	outline: 0;
  border-color: orange;
}


/* header
-----------------------------------------------*/
header{
	position: fixed !important;
}

#main {
	position: relative;
}
#main h1 {
	position: relative;
	top: 200px;
	left: 50%;
	z-index: 2;
	transform: translate(-50%, 0);
}
@media screen and (max-width: 750px) {
	#main h1 {
		top: 120px;
	}
}

/* footstepBox
-----------------------------------------------*/
.footstepBox{
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -451px;
	z-index: 100;
	margin-top: 0px;
	margin-bottom: 40px;
	width: 902px;
	font-size: 12px;
}
.footstepBox,
.footstepBox a{
	color: #fff !important;
}
@media screen and (max-width: 960px) {
	.footstepBox {
		left: 20px;
		margin-left: 0;
		width: auto;
	}
}
@media screen and (max-width: 767px) {
	.footstepBox {
		left: 10px;
		padding-top: 0;
		font-size: 10px;
	}
}

/* slider
-----------------------------------------------*/
.slider {
	position:relative;
	height: 560px;
	margin-top: -24px;
}
.slider-item01 {
    background:url(../images/img_main_01.jpg);
}
.slider-item02 {
    background:url(../images/img_main_02.jpg);
}
.slider-item03 {
    background:url(../images/img_main_03.jpg);
}

.slider-item {
	width: 100%;
	height:360px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	text-align: center;
	padding-top: 200px;
}
.slick-next,
.slick-prev{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 48px;
	height: 48px;
	font-size: 0;
	z-index: 1;
	background: rgba(0,26,44,0.5);
	padding: 0;
	border: none;
	cursor: pointer;
	transition: background .3s cubic-bezier(.210, .60, .350, 1), opacity .8s cubic-bezier(.210, .60, .350, 1);
}
.slick-next:hover,
.slick-prev:hover{
	background: #00afdd;
}
.slick-next{
	right: 0;
}
.slick-prev{
	left: 0;
}
.slick-arrow::before{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	width: 7px;
	height: 7px;
	margin-top: -4px;
	box-sizing: border-box;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
}
.slick-next::before{
	right: 20px;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.slick-prev::before{
	left: 20px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.slick-dots {
	position: relative;
	z-index: 3;
  text-align:center;
	margin: 12px 0 0 0;
}
.slick-dots li {
	display:inline-block;
	margin:0 5px;
}
.slick-dots button {
	color: transparent;
	outline: none;
	width:56px;
	height:4px;
	display:block;
	background:#001a2c;
	border: none;
	cursor : pointer;
}
.slick-dots .slick-active button{
  background:#00afdd;
}
#main .title {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	/* margin-bottom: 20px; */
}
#main .title:before,
#main .title:after {
	border-top: 1px solid;
	content: "";
	width: 3em;
}
#main .title:before {
	margin-right: 1rem;
}
#main .title:after {
	margin-left: 1rem;
}
.slider-item p {
	margin-top: 44px;
	font-size: 36px;
	color: #fff;
	line-height: 1.4;
}
.slider-item p br {
	display: none;
}
@media screen and (max-width: 750px){
	.slider {
		height: 340px;
	}
	.slider-item {
		height: 340px;
		padding-top: 120px;
	}
	.slider-item p br {
		display: block;
	}
	#main .title {
		font-size: 16px;
		margin-bottom: 0.5em;
	}
	#main .title:before,
	#main .title:after {
		width:3em;
	}
	.slider-item p {
		margin-top: 24px;
		font-size: 24px;
	}
	}


/* section
-----------------------------------------------*/
section{
	margin-bottom: 70px;
}
section .ttlArea{
	position: relative;
	margin-bottom: 50px;
}
section .ttlArea h2{
	font-size: 26px;
	line-height: 1.5;
	letter-spacing: 0.05em;
	text-align: center;
}
section .ttlArea h2 span{
	font-family: 'Oswald', sans-serif;
	font-size: 64px;
	font-style: italic;
	line-height: 0.9;
	font-weight: 300;
	color: #003459;
	letter-spacing: 0.1em;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 20px;
}
section .ttlArea h2 br{
	display: none;
}
section .ttlArea h2 strong{
	margin-bottom: -3px;
	display: block;
}
section .inner{
	max-width: 1200px;
	box-sizing: border-box;
	margin: 0 auto;
}
section .more{
	width: 99px;
	height: 36px;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 13px;
	line-height: 36px;
	font-weight: bold;
	text-align: center;
}
section .more a{
	display: block;
	height: 100%;
	background: #e3e9f1;
	border-radius: 4px;
	color: #003459;
	transition: background .2s cubic-bezier(.210, .60, .350, 1);
}
section .more a:hover{
	background: #c0c5cb;
}
section .more a::after{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 7px;
	height: 7px;
	box-sizing: border-box;
	border-top: solid 2px #003459;
	border-right: solid 2px #003459;
	margin-left: 6px;
	margin-bottom: 3px;
	transform: rotate(45deg);
}
section p{
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 20px;
	text-align: left;
}
section p.note{
	font-size: 90%;
}
section .thum{
	margin-bottom: 1em;
}
section .flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
section .btn{
	vertical-align: middle;
	text-align: center;
}
section .btn a{
	display: block;
	font-weight: bold;
	background: #00afdd;
	color: #fff;
	position: relative;
	border-radius: 4px;
}
section .btn a::after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #333;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 4px;
	opacity: 0;
	transition: opacity 0.2s ease-out;
}
section .btn a:hover::after{
	opacity: 0.2;
}
section .btn a span::after{
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	box-sizing: border-box;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg);
	margin-left: 8px;
	margin-bottom: 1px;
}
figcaption{
	text-align: left;
	margin-top: 0.5em;
	line-height: 1.6;
}
@media screen and (max-width: 1024px){
section .inner{
	padding-left: 16px!important;
	padding-right: 16px!important;
	padding-bottom: 20px!important;
}
}
@media screen and (max-width: 750px) {
	section{
		margin-bottom: 30px;
	}
	section .ttlArea{
		margin-bottom: 25px;
	}
	section .ttlArea h2{
		font-size: 18px;
	}
	section .ttlArea h2 span{
		font-size: 40px;
	}
	section .ttlArea h2 br{
		display: block;
	}
	section .more{
		position: relative;
		margin: 18px 0 0 auto;
	}
	section .more a{
		border-radius: 2px;
	}
	section .flex{
		display: block;
	}
	section p{
		font-size: 13px;
		margin-bottom: 20px;
	}
	figcaption{
		font-size: 13px;
	}
}

/* intro
-----------------------------------------------*/
#intro{
	margin: 70px auto 50px;
}
#intro h2{
	margin-bottom: 30px;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}
#intro p{
	text-align: center;
}
#intro ul{
	padding-top: 10px;
	margin-left: 1.66%;
	margin-right: 1.66%;
	margin-bottom: 40px;
}
#intro li{
	width: 13.33%;
}
#intro li figcaption{
	text-align: center;
	font-weight: bold;
}
@media screen and (max-width: 750px) {
	#intro h2{
		font-size: 18px;
		margin-bottom: 15px;
	}
	#intro ul{
		margin-left: -16px;
		margin-right: -16px;
		margin-bottom: 20px;
		display: flex;
	}
	#intro li{
		width: 32%;
		margin-bottom: 1.0em;
	}
	#intro li figcaption{
		font-size: 80%;
		margin-top: 0.4em;
	}
}

/* reason 
-----------------------------------------------*/
#reason{
	margin-top: 80px;
}
#reason .inner{
	background-color: #f0f0f0;
	position: relative;
	padding: 0 80px 70px;
}
#reason .ttlArea h2 span{
	top: 0;
	left: 0;
  right: 0;
  margin: auto;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
#reason .ttlArea h2 strong{
	margin-top: -10px;
}
#reason .box{
	margin-top: 60px;
}
#reason .box h3{
	font-size: 24px;
	border-left: 5px solid #003459;
	padding-left: 15px;
	margin-bottom: 20px;
}
#reason .box .btn a{
	width: 256px;
	line-height: 36px;
}
#reason .box01 ul,
#reason .box05 ul{
	text-align: center;
}
#reason .box01 ul li{
	width: 29.32%;
}
#reason .box01 ul li .icon{
	margin-bottom: 25px;
}
#reason .box01 ul li span{
	font-size: 20px;
	font-weight: bold;
	color: #003459;
}
#reason .box01 ul li p{
	text-align: left;
	margin-top: 30px;
}
#reason .box02 .left{
	width: calc(50% - 40px);
}
#reason .box02 .right{
	width: 50%;
}
#reason .box02 .right .movie{
	margin-bottom: 10px;
}
#reason .box02 .right .movie video{
	max-width: 100%;
}
#reason .box04 .left{
	width: 34.61%;
}
#reason .box04 .right{
	width: 61.53%;
}
/*#reason .box04 .right p{
	font-size: 11px;
	text-align: right;
	margin-top: 5px;
}*/
#reason .box04 .right ul li {
    font-size: 11px;
    margin-top: 5px;
}
#reason .box05 ul li{
	width: 30.77%;
}

@media screen and (max-width: 750px) {
	#reason .ttlArea h2 strong {
		margin-top: 10px;
	}
	#reason .box{
		margin-top: 40px;
	}
	#reason .box01{
		margin-top: 20px;
	}
	#reason .box h3{
		font-size: 18px;
		padding-left: 12px;
		margin-bottom: 20px;
	}
	#reason .box .btn{
		text-align: center;
		max-width: 310px;
		margin: 0 auto 40px;
	}
	#reason .box .btn a{
		width: 100%;
	}
	#reason .box01 ul,
	#reason .box05 ul{
		display: block;
	}
	#reason .box01 ul li,
	#reason .box05 ul li,
	#reason .left,
	#reason .right{
		width: auto!important;
		margin-bottom: 1.5em;
	}
	#reason .box01 ul{
		border-top: 1px solid #b4c4ce;
		padding-top: 1.5em;
	}
	#reason .box01 ul li{
		display: flex;
		justify-content: space-between;
		align-items: center;
		border-bottom: 1px solid #b4c4ce;
	}
	#reason .box01 ul li .icon{
		width: 25.36%;
		padding: 0 10px;
		box-sizing: border-box;
	}
	#reason .box01 ul li .sp-right{
		width: 72.30%;
		text-align: left;
	}
	#reason .box01 ul li span{
		font-size: 16px;
	}
	#reason .box01 ul li p {
		margin-top: 15px;
	}
	}
#reason .tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  width: 100%;
  margin: 0 auto;
}
#reason .tab_item {
  width: 32.69%;
  height: 50px;
  background-color: #acbace;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
	margin-right: 0.965%;
	cursor:pointer;
	margin-bottom: -1px;
}
#reason .tab_item.last {
	margin-right: 0;
}
#reason .tab_item:hover {
  opacity: 0.75;
}
#reason input[name="tab_item"] {
  display: none;
}
#reason .tab_content {
  display: none;
  padding: 40px;
  clear: both;
  overflow: hidden;
	background: #fff;
	border-bottom: 1px solid #d5d5d5;
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	border-top: 1px solid #d5d5d5;
}
#reason .tab_content .intro {
  border-bottom: 1px solid #f0f0f0;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
#reason .tab_content .intro .illust {
  width: 15.62%;
}
#reason .tab_content .intro .company {
  width: 80.20%;
}
#reason .tab_content dl dt {
  width: 66.80%;
}
#reason .tab_content dl dd {
  width: 29.16%;
	margin-top: 20px;
}
#reason .tab_content dl dd span.type {
	background: #003459;
	color: #fff;
	font-size: 16px;
	text-align: center;
	padding: 3px 10px;
}
#reason .tab_content dl dd h4 {
  font-size: 26px;
	margin-top: 20px;
	margin-bottom: 15px;
	font-weight: normal;
}
#reason .tab_content dl dd .size {
  border-top: 1px solid #b2c2cd;
  border-bottom: 1px solid #b2c2cd;
	padding: 15px 10px 10px;
	margin-top: 50px;
	margin-bottom: 20px;
}
#reason .tab_content dl dd .tab_link span {
  width: 100px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #003459;
	background: #e3e9f1;
	display: block;
	text-align: center;
	border-radius: 3px;
	cursor:pointer;
}
#reason .tab_content dl dd .tab_link.left {
	float: left;
}
#reason .tab_content dl dd .tab_link.right {
	float: right;
}
#reason .tab_content dl dd .tab_link.left span::before{
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	box-sizing: border-box;
	border-top: solid 2px #003459;
	border-left: solid 2px #003459;
	transform: rotate(-45deg);
	margin-right: 6px;
	margin-bottom: 1px;
}
#reason .tab_content dl dd .tab_link.right span::after{
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	box-sizing: border-box;
	border-top: solid 2px #003459;
	border-right: solid 2px #003459;
	transform: rotate(45deg);
	margin-left: 6px;
	margin-bottom: 1px;
}
#reason .tab_content dl dd table th,
#reason .tab_content dl dd table td{
  padding-bottom: 10px;
}
#all:checked ~ #all_content,
#five-years:checked ~ #five-years_content,
#ten-years:checked ~ #ten-years_content {
  display: block;
}
#reason .tabs input:checked + .tab_item {
  background-color: #fff;
  color: #333;
	border-top: 5px solid #003459;
	box-sizing: border-box;
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	cursor:auto;
}
@media screen and (min-width: 751px) {
	#reason .tab_content dl dt a {
		pointer-events: none;
		cursor: default;
	}
	}
@media screen and (max-width: 750px) {
	#reason .tabs {
		padding-bottom: 0;
	}
	#reason .tab_content {
		padding: 20px;
	}
	#reason .tab_content .flex.intro {
		display: flex;
		align-items: center;
	}
	#reason .tab_content .intro .illust {
		width: 26.07%;
	}
	#reason .tab_content .intro .company {
		width: 70.62%;
	}
	#reason .tab_content .intro .company p {
		margin-bottom: 0;
	}
	#reason .tab_content dl dt,#reason .tab_content dl dd {
		width: auto;
	}
	#reason .tab_content dl dt a{
		position: relative;
	}
	#reason .tab_content dl dt a:after{
		position: absolute;
		content: url(../images/loupe_sp.png);
		bottom: 0;
		right: 0;
	}
	#reason .tab_content dl dd {
		text-align: center;
	}
	#reason .tab_content dl dd span.type {
		font-size: 14px;
		padding: 3px 7px;
	}
	#reason .tab_content dl dd h4 {
		font-size: 20px;
		margin-bottom: 15px;
	}
	#reason .tab_content dl dd .size {
		margin-top: 0;
		padding: 10px 10px 0px;
	}
	#reason .tab_content dl dd table th,
	#reason .tab_content dl dd table td{
  font-size: 12px;
	}
	#reason .box04 .right p{
		text-align: left;
	}
}

/* voice 
-----------------------------------------------*/
#voice .box{
	margin-bottom: 50px;
}
#voice .box .left{
	width: 40%;
}
#voice .box .right{
	width: 56.66%;
	padding-top: 50px;
}
#voice .box .right .copy h3{
	font-size: 26px;
	margin-bottom: 10px;
}
#voice .box .right .copy h3 br{
	display: none;
}
#voice .box .right .copy p{
	font-size: 12px;
}
#voice .box .right img{
	width: 26.17%;
	float: right;
	margin-left: 18px;
}
#voice .box .btn a{
	width: 256px;
	line-height: 36px;
	margin-top: 30px;
}
#voice .box02>.flex{
	flex-flow: row-reverse
}
@media screen and (max-width: 750px) {
	#voice .copy h3{
		font-size: 18px;
	}
	#voice .box .left,
	#voice .box .right,
	#voice .box .right ul li{
		width: auto!important;
		margin-bottom: 1.5em;
	}
	#voice .box .right{
		padding-top: 10px;
	}
	#voice .box .right .copy h3{
		font-size: 18px;
		text-align: center;
	}
	#voice .box .right .copy h3 br{
		display: block;
	}
	#voice .box .right .copy p{
		text-align: center;
	}
	#voice .box .right img{
		width: 44.18%;
		margin-bottom: 18px;
	}
	#voice .box .btn a{
		margin: 15px auto 0;
	}
}

/* result
-----------------------------------------------*/
#result p.copy{
	text-align: center;
	margin-bottom: 30px;
}
#result ul li{
	width: 22.75%;
	font-weight: bold;
	margin-bottom: 30px;
}
#result ul li figure a{
	position: relative;	
	width: 100%;
	height: 100%;
	display: block;
	background: #000;
}
#result ul li figure a:hover img.thumb{
	opacity: 0.8;
}
#result ul li figure a:hover:after{
	position: absolute;
	content: url(../images/loupe.png);
	color: #fff;
	top: calc(50% - 12px);
	left:  calc(50% - 12px);
}
#result ul li .new {
	width: 100%;
	height: 100%;
	position: relative;
}
#result ul li .new::before {
	content: "";
	top: 0;
	left: 0;
	border-bottom: 50px solid transparent;
	border-left: 50px solid #00afdd;
	position: absolute;
	z-index: 1;
}
#result ul li .new::after {
	content: "NEW";
	display: block;
	top: 10px;
	transform: rotate(-45deg);
	color: #fff; /* 文字色はここで変更 */
	left: 3px;
	position: absolute;
	z-index: 2;
	font-size: 12px;
	font-family: 'Oswald', sans-serif;;
}
#result a .btn{
	font-weight: bold;
	background: #00afdd;
	color: #fff;
	position: relative;
	border-radius: 4px;
	width: 750px;
	height: 85px;
	margin: 30px auto 0;
	font-weight: normal;
	padding-top: 35px;
}
#result a:hover .btn{
	opacity: 0.8;
}
#result .btn span{
	display: block;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 15px;
}
#result .btn span::after{
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	box-sizing: border-box;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg);
	margin-left: 8px;
	margin-bottom: 1px;
}
#result .btn img{
	position: absolute;
	top: -20px;
	right: 60px;
}

@media screen and (max-width: 750px) {
	#result ul{
		display: flex;
		flex-wrap: wrap;
	}
	#result ul li{
		width: 46.80%;
		margin-bottom: 15px;
	}
	#result ul li figure a:after{
		position: absolute;
			content: url(../images/loupe_sp.png);
			color: #fff;
			bottom: 0;
			right: 0;
	}
	#result a .btn{
		width: auto;
		height: auto;
		padding-top: 25px;
		padding-bottom: 25px;
		padding-left: 20px;
		text-align: left;
		font-size: 10px;
	}
	#result .btn span{
		font-size: 13px;
		margin-bottom: 10px;
	}
	#result .btn img{
		right: 2%;
		top: -10%;
		width: 27%;
	}
}

#result .result-more {
  text-align: center;
  margin-top: 5px;
}

#result .result-more a {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  text-decoration: underline;
}

/* proposal
-----------------------------------------------*/
#proposal p {
	text-align: center;
}
#proposal .copy {
	font-weight: bold;
}
#proposal .stepbar {
	display: flex;
	width: 100%;
	margin: 0 auto 20px;
	padding: 0;
	list-style: none;
}
#proposal .stepbar__item {
	box-sizing: border-box;
	position: relative;
	width: calc(100% / 6);
	height: 200px;
	margin: 0px;
	padding: 1px;
	background: #299100;
}
#proposal .stepbar__item:nth-child(1) {
	z-index: 6;
	background-color: #e3e9f1;
}
#proposal .stepbar__item:nth-child(2) {
	background-color: #003459;
	color: #fff;
	z-index: 5
}
#proposal .stepbar__item:nth-child(3) {
	background-color: #cad5e4;
	z-index: 4
}
#proposal .stepbar__item:nth-child(4) {
	background-color: #e3e9f1;
	z-index: 3
}
#proposal .stepbar__item:nth-child(5) {
	background-color: #cad5e4;
	z-index: 2
}
#proposal .stepbar__item:nth-child(6) {
	background-color: #003459;
	z-index: 1;
	color: #fff;
}
#proposal .stepbar__item:first-child {
	margin-left: 0;
}
#proposal .stepbar__item:last-child {
	margin-right: 0;
}
#proposal .stepbar__item-inner {
	display: flex;
	justify-content: center;
	width: 100%;
	height: 100%;
}
#proposal .stepbar__item-inner dl {
	text-align: center;
	padding-top: 28px;
}
#proposal .stepbar__item-inner dt {
	margin-bottom: 25px;
	font-size: 24px;
	font-family: 'Oswald', sans-serif;
	font-style: italic;
	font-weight: normal;
}
#proposal .stepbar__item-inner dd span {
	font-size: 26px;
	display: block;
	margin-bottom: 5px;
}
#proposal .stepbar__item:nth-child(1) dd span,
#proposal .stepbar__item:nth-child(2) dd span,
#proposal .stepbar__item:nth-child(4) dd span,
#proposal .stepbar__item:nth-child(6) dd span {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
#proposal .stepbar__item .stepbar__item-inner::after {
	position: absolute;
	content: "";
	top: 0;
	left: calc(100% - 1px);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 100px 0 100px 20px;
}
#proposal .stepbar__item:nth-child(1) .stepbar__item-inner::after,
#proposal .stepbar__item:nth-child(4) .stepbar__item-inner::after {
	border-color: transparent transparent transparent #e3e9f1;
}
#proposal .stepbar__item:nth-child(2) .stepbar__item-inner::after {
	border-color: transparent transparent transparent #003459;
}
#proposal .stepbar__item:nth-child(3) .stepbar__item-inner::after,
#proposal .stepbar__item:nth-child(5) .stepbar__item-inner::after {
	border-color: transparent transparent transparent #cad5e4;
}
#proposal .stepbar__item:last-child .stepbar__item-inner::after {
	content: none;
}
@media screen and (max-width: 750px) {
	#proposal .stepbar {
		display: block;
	}
	#proposal 	.stepbar__item {
		width: auto;
		height: 60px;
		margin: 0px;
	}
	#proposal .stepbar__item .stepbar__item-inner::after {
		position: absolute;
		content: "";
		left: calc(50% - 10px);
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 10px 10px 0 10px;
	}
	#proposal .stepbar__item:nth-child(1) .stepbar__item-inner::after,
	.stepbar__item:nth-child(4) .stepbar__item-inner::after {
		border-color: #e3e9f1 transparent transparent transparent ;
	}
	#proposal .stepbar__item:nth-child(2) .stepbar__item-inner::after {
	border-color: #e3e9f1 transparent transparent transparent;
	}
	#proposal .stepbar__item:nth-child(5) .stepbar__item-inner::after {
		border-color: transparent transparent transparent #cad5e4;
	}
	#proposal .stepbar__item:last-child .stepbar__item-inner::after {
		content: none;
	}
	#proposal .stepbar__item:nth-child(2) .stepbar__item-inner::after,
	#proposal .stepbar__item:nth-child(5) .stepbar__item-inner::after {
		border-color: #e3e9f1 transparent transparent transparent;
	}
	#proposal .stepbar__item:nth-child(3) .stepbar__item-inner::after {
		border-color: #003459 transparent transparent transparent;
	}
	#proposal .stepbar__item:nth-child(4) .stepbar__item-inner::after,
	#proposal .stepbar__item:nth-child(6) .stepbar__item-inner::after {
		content: "";
		border-color: #cad5e4 transparent transparent transparent;
	}
	#proposal .stepbar__item-inner{
		display: block;
	}
	#proposal .stepbar__item-inner dl {
		text-align: left;
		display: flex;
		padding: 1.2em 1.0em;
	}
	#proposal .stepbar__item-inner dt {
		margin-bottom: 0;
		font-size: 18px;
		font-style: normal;
	}
	#proposal .stepbar__item-inner dd {
		width: 90%;
		text-align: center;
	}
	#proposal .stepbar__item-inner dd span {
		font-size: 18px;
		display: inline-block;
		margin-right: 10px;
		margin-bottom: 0;
	}
	#proposal .stepbar__item:nth-child(1) dd span,
	#proposal .stepbar__item:nth-child(2) dd span,
	#proposal .stepbar__item:nth-child(4) dd span,
	#proposal .stepbar__item:nth-child(6) dd span {
		padding-top: 0;
		padding-bottom: 0;
	}
	#proposal .stepbar__item-inner dd span br {
		display: none;
	}
}


/* lineup
-----------------------------------------------*/
#lineup{
	border-top: 1px solid #e3e9f1;
	padding-top: 70px;
	margin-top: 50px;
}
#lineup h2 {
	font-size: 24px;
	border-left: 5px solid #003459;
	padding-left: 15px;
	margin-bottom: 20px;
}
#lineup h3{
	margin-bottom: 20px;
	color: #003459;
	font-size: 16px;
}
#lineup .item{
	border-bottom: 1px solid #e3e9f1;
	padding-bottom: 50px;
	margin-bottom: 50px;
}
#lineup .thumb{
	width: 39.16%;
}
#lineup .right{
	width: 57.75%;
}
#lineup .right h4{
	color: #003459;
	font-size: 24px;
	margin-bottom: 20px;
}
#lineup .right h4 img{
	height: 24px;
}
#lineup .right h4 span{
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}
#lineup .right p{
	font-size: 14px;
}
#lineup .right p.size{
	font-size: 90%;
}
#lineup .flex.btnArea{
	justify-content: flex-start;
}
#lineup .btn a{
	width: 200px;
	line-height: 48px;
	margin-right: 25px;
	margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
	#lineup .btn a{
		margin-right: 10px;
	}
}
@media screen and (max-width: 750px) {
	#lineup{
		padding-top: 50px;
		margin-top: -30px;
	}
	#lineup h2 {
		font-size: 18px;
	}
	#lineup .item{
		padding-bottom: 10px;
		margin-bottom: 20px;
	}
	#lineup .thumb,#lineup .right{
		width: auto;
	}
	#lineup .right h4{
		text-align: center;
		margin-top: 1.0em;
	}
	#lineup .right h4 span{
		margin-bottom: 10px;
		font-size: 14px;
	}
	#lineup .flex.btnArea{
		display: flex;
		justify-content: space-between;
	}
	#lineup .btn{
		width: 48%;
	}
	#lineup .btn a{
		width: 100%;
	}
}


/* bnrArea
-----------------------------------------------*/
#bnrArea{
	text-align: center;
	margin-bottom: 80px;
}
#bnrArea p{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
	#bnrArea{
		margin-bottom: 40px;
	}
	#bnrArea p{
		font-size: 14px;
		margin-bottom: 15px;
	}
}

.bnr {
	padding: 40px 0;
	margin: 0 20px;
}
.bnr a {
	display: block;
	width: fit-content;
	margin: auto;
	transition: all .15s ease-in-out;
}
.bnr a:hover {
	opacity: .7;
}
@media screen and (max-width: 960px) {
	.bnr {
		padding: 0;
		margin: -30px 16px 60px;
	}
}

.catalog-bnr a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	background: #00afdd;
	padding: 24px 56px;
	color: #fff;
	font-weight: bold;
	transition: .3s cubic-bezier(.4, .4, 0, 1);
}
.catalog-bnr a .left h2 {
	margin-bottom: 12px;
	font-size: 24px;
	line-height: 1.2;
}
.catalog-bnr a .left p {
	margin: 0;
	font-size: 16px;
	line-height: 1.5;
}
.catalog-bnr a .left p.note {
	font-size: 12px;
	font-weight: normal;
}
.catalog-bnr a .left .catalog_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: fit-content;
	padding: 12px 24px;
	margin: 12px 0 4px;
	background: #003459;
	border-radius: 4px;
	font-size: 16px;
	line-height: 1.2;
}
.catalog-bnr a .left .catalog_btn span {
	position: relative;
	width: 7px;
	height: 7px;
	transition: .3s cubic-bezier(.4, .4, 0, 1);
}
.catalog-bnr a .left .catalog_btn span::after {
	content: '';
	position: absolute;
	width: 7px;
	height: 7px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	rotate: 45deg;
}
.catalog-bnr a .right img {
	width: 500px;
}
.catalog-bnr a:hover {
	filter: brightness(.8);
}
.catalog-bnr a:hover .left .catalog_btn span {
	translate: 3px 0;
}
@media screen and (max-width: 960px) {
	.catalog-bnr a {
		flex-direction: column;
		gap: 16px;
		padding: 24px;
	}
}
@media screen and (max-width: 767px) {
	.catalog-bnr a {
		padding: 16px;
	}
	.catalog-bnr a .left h2 {
		font-size: 18px;
	}
	.catalog-bnr a .left p {
		font-size: 14px;
		line-height: 1.3;
	}
	.catalog-bnr a .left .catalog_btn {
		justify-content: space-between;
		width: 100%;
		padding: 12px 16px;
	}
}