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


/* main-img-top */

.main-img-top {
	width: 100%;
	text-align: center;
	overflow: hidden;
}

/*slider*/

div.slider-wrap {
	clear: both;
	width: 100%;
	height: auto;
}

.slider {
	width: 100%;
	height: auto;
	overflow:visible;
}

.slider .box {
	list-style-type: none;
	margin: 0px;
	height: auto;
	width: 100%;
}

.slider .box img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.ts001 {
	text-shadow: 1px 1px 2px #fff,-1px -1px 2px #fff, -1px 1px 2px #fff, 1px -1px 2px #fff !important;
}

/* contents-top */

.contents-top {
	width: 100%;
}

/* contents01 */

.contents01 {
	width: 1160px;
	padding: 60px 0px;
	display: flex;
  justify-content: space-between;
}

body.wcselect_400228858101 .contents01 .box01, body.wcselect_400228858101 .contents01 .box02 {
	display: inline-block;
vertical-align: top;
}

.contents01 .box01 {
	width: 260px;
	background-color: #f8f8f8;
	display: flex;
  justify-content: center;
	align-items: center;
	border-radius: 12px;
	text-align: center;
	flex-direction: column;
	padding-top: 30px;
}

.contents01 .box01 h6 a {
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
color: #13418c;
line-height: 1.2;
letter-spacing: 0.05em;
font-weight: 600;
	display: inline-block;
	margin-top: 80px;
}

.contents01 .box01 h6 a:hover {
	opacity: 1;
}

.contents01 .box01 h6 a::after {
	content: "";
	display: block;
	margin: 0px auto;
	width: 15px;
	height: 1px;
	padding-top: 10px;
	border-bottom-style : solid;
border-bottom-color : #13418c;
border-bottom-width : 1px;
	transition: .5s;
}

.contents01 .box01 h6 a:hover::after {
	width: 96px;
}

.contents01 .box02 {
	width: 840px;
}

.contents01 .news-box {
	overflow: auto;
}

.contents01 .news {
	height: 400px;
}

.contents01 .box {
	border-bottom-style : solid;
border-color : #e6e6e6;
border-width : 1px;
	display: flex;
  justify-content: space-between;
	align-items: flex-start;
	padding: 20px 20px;
	position: relative;
}

.contents01 .box::after {
	content: "";
	position: absolute;
right: 20px;
top: 0px;
	background-image: url("common/images/link-arrow01.svg");
background-position: right center;
background-repeat: no-repeat;
	background-size: auto 24px;
	width: 24px;
	height: 100%;
	transition: .5s;
}

.contents01 .box:hover::after {
right: 10px;
}

.contents01 .box:hover {
	cursor: pointer;
}
.contents01 .box:hover p a {
	cursor: pointer;
	letter-spacing: 0.08rem;
}
.contents01 .box:first-child {
	border-top-style : solid;
}

body.wcselect_400228858101 .contents01 .box .box001, body.wcselect_400228858101 .contents01 .box .box002 {
	display: inline-block;
vertical-align: top;
}

.contents01 .box001 {
	width: 90px;
}

.contents01 .box001 img {
	width: 100%;
height: auto;
	border-radius: 50%;
}

.contents01 .box002 {
	flex: 1;
	padding-left: 30px;
	padding-top: 20px;
	position: relative;
}

.contents01 .box002 p a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: transparent;
}
.wcedit_400228858101 .contents01 .box002 p a::after {
	display: none;}

.contents01 .box002 h5 {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
color: #999999;
line-height: 1.2;
font-weight: normal;
	margin-bottom: 5px;
}


/* contents02 */

.contents02 {
	width: 100%;
	height: 1118px;
	background-image: url("top/images/back01.jpg");
background-position: center bottom;
background-repeat: no-repeat;
background-size: cover;
	text-align: center;
	padding-top: 95px;
}

.contents02 h4 {
	font-size: 36px;
color: #13418c;
line-height: 1.2;
letter-spacing: 0.1em;
font-weight: 500;
	margin: 30px auto 70px;
}

.contents02 .box-in {
	width: 1050px;
	display: flex;
  justify-content: flex-start;
flex-wrap: wrap;
}

.contents02 .box {
	width: 270px;
	margin-right: 40px;
	margin-bottom: 30px;
}

body.wcselect_400228858101 .contents02 .box {
	display: inline-block;
vertical-align: top;
}

.contents02 .box:nth-child(4) {
	margin-left: 160px;
}

.contents02 .box:nth-child(6) {
	margin-right: 0px;
}

.contents02 .box-box {
	position: relative;
}

.contents02 .box-box::before {
	content: "";
	position: absolute;
left: 0px;
top: -10px;
	right: 0px;
	bottom: -10px;
	border-style : solid;
border-color : #13418c;
border-width : 1px;
	border-radius: 50%;
	width: 268px;
	height: 268px;
}

.contents02 .box-box::after {
	content: "";
	position: absolute;
left: 0px;
top: 0px;
background-position: left top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 115px;
	height: 108px;
	margin-left: -30px;
}

.contents02 .box:nth-child(1) .box-box::after {
	background-image: url("top/images/c01.svg");
}

.contents02 .box:nth-child(2) .box-box::after {
	background-image: url("top/images/c02.svg");
}

.contents02 .box:nth-child(3) .box-box::after {
	background-image: url("top/images/c03.svg");
}

.contents02 .box:nth-child(4) .box-box::after {
	background-image: url("top/images/c04.svg");
}

.contents02 .box:nth-child(5) .box-box::after {
	background-image: url("top/images/c05.svg");
}

.contents02 .box:nth-child(6) .box-box::after {
	background-image: url("top/images/c06.svg");
}

.contents02 .box-box img {
	border-radius: 50%;
}

.contents02 .box p {
color: #13418c;
line-height: 1.5;
letter-spacing: 0.05em;
	padding-top: 20px;
}


/* contents03 */

.contents03 {
	width: 100%;
	padding: 120px 0px;
	background-image: url("top/images/back02.png");
background-position: right top;
background-repeat: repeat-y;
	background-size: 80% auto;
}

.contents03 .box01 {
	width: 1280px;
	display: flex;
  justify-content: space-between;
	margin-bottom: 100px;
	position: relative;
}

.contents03 .box01::after {
	content: "";
	position: absolute;
right: 0px;
bottom: 0px;
	background-image: url("top/images/text02.svg");
background-position: right bottom;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 272px;
	height: 141px;
	margin-right: -30px;
	margin-bottom: -10px;
}

.contents03 .box01 .box001 {
	width: 700px;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
}

.contents03 .box01 .box002 {
	flex: 1;
	background-image: url("top/images/text-back01.svg");
background-position: right top 135px;
background-repeat: no-repeat;
	padding-left: 80px;
	padding-top: 148px;
}

body.wcselect_400228858101 .contents03 .box01 .box001, body.wcselect_400228858101 .contents03 .box01 .box002 {
	display: inline-block;
vertical-align: top;
}

.contents03 .box01 h3 {
color: #FFF;
line-height: 1.6;
letter-spacing: 0.05em;
font-weight: 500;
	margin-bottom: 35px;
	position: relative;
}

.contents03 .box01 h3::before {
	content: "";
	position: absolute;
left: 0px;
top: 0px;
	background-image: url("top/images/text01.svg");
background-position: left top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 476px;
	height: 161px;
	margin-top: -165px;
}

.contents03 .box01 .box-box {
	display: flex;
  justify-content: flex-start;
	align-items: center;
	margin-bottom: 10px;
}

.contents03 .box01 h4 {
	font-size: 18px;
color: #FFF;
line-height: 1.2;
letter-spacing: 0.2em;
font-weight: normal;
	display: inline-block;
	padding: 8px 30px;
	background-color: #13418c;
	margin-right: 20px;
}

.contents03 .box01 h5 {
	font-family: 'Poppins', sans-serif;
	font-size: 58px;
color: #13418c;
line-height: 1.2;
letter-spacing: 0.05em;
font-weight: 500;
	
}

.contents03 .box01 h6 {
	padding-top: 30px;
}

.contents03 .box02 {
	width: 1160px;
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
	border-style : solid;
border-color : #13418c;
border-width : 1px;
	padding: 80px 80px 60px;
	position: relative;
}

.contents03 .box02::after {
	content: "";
	position: absolute;
left: 0px;
top: 0px;
	background-image: url("top/images/midashi03.svg");
background-position: center top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 100%;
	height: 90px;
	margin-top: -40px;
}

.contents03 .box02 .box {
	width: 480px;
}

.contents03 .box02 .movie {
	position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.contents03 .box02 iframe {
	position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* contents04 */

.contents04 {
	width: 100%;
	padding-bottom: 60px;
	text-align: center;
	background-image: url("top/images/back03.png");
background-position: center bottom;
background-repeat: repeat-x;
}

.midashi-box {
	text-align: center;
}

.midashi-box h3, .midashi-box h4 {
line-height: 1.2;
	color: #13418c;
}

.midashi-box h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 50px;
letter-spacing: 0.05em;
font-weight: 500;
	font-style: italic;
	line-height: 1.1;
}

.midashi-box h4 {
letter-spacing: 0.2em;
	padding-top: 3px;
}

.contents04 .midashi-box {
	padding: 20px 0px 25px;
	background : -moz-linear-gradient(0% 50% 0deg,rgba(6, 25, 91, 1) 0%,rgba(7, 27, 94, 1) 13.72%,rgba(8, 32, 104, 1) 24.73%,rgba(11, 42, 121, 1) 34.81%,rgba(16, 55, 145, 1) 44.27%,rgba(19, 65, 163, 1) 50%,rgba(16, 55, 145, 1) 55.73%,rgba(11, 42, 121, 1) 65.19%,rgba(8, 32, 104, 1) 75.27%,rgba(7, 27, 94, 1) 86.28%,rgba(6, 25, 91, 1) 100%);
  background : -webkit-linear-gradient(0deg, rgba(6, 25, 91, 1) 0%, rgba(7, 27, 94, 1) 13.72%, rgba(8, 32, 104, 1) 24.73%, rgba(11, 42, 121, 1) 34.81%, rgba(16, 55, 145, 1) 44.27%, rgba(19, 65, 163, 1) 50%, rgba(16, 55, 145, 1) 55.73%, rgba(11, 42, 121, 1) 65.19%, rgba(8, 32, 104, 1) 75.27%, rgba(7, 27, 94, 1) 86.28%, rgba(6, 25, 91, 1) 100%);
  background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(6, 25, 91, 1) ),color-stop(0.1372,rgba(7, 27, 94, 1) ),color-stop(0.2473,rgba(8, 32, 104, 1) ),color-stop(0.3481,rgba(11, 42, 121, 1) ),color-stop(0.4427,rgba(16, 55, 145, 1) ),color-stop(0.5,rgba(19, 65, 163, 1) ),color-stop(0.5573,rgba(16, 55, 145, 1) ),color-stop(0.6519,rgba(11, 42, 121, 1) ),color-stop(0.7527,rgba(8, 32, 104, 1) ),color-stop(0.8628,rgba(7, 27, 94, 1) ),color-stop(1,rgba(6, 25, 91, 1) ));
  background : -o-linear-gradient(0deg, rgba(6, 25, 91, 1) 0%, rgba(7, 27, 94, 1) 13.72%, rgba(8, 32, 104, 1) 24.73%, rgba(11, 42, 121, 1) 34.81%, rgba(16, 55, 145, 1) 44.27%, rgba(19, 65, 163, 1) 50%, rgba(16, 55, 145, 1) 55.73%, rgba(11, 42, 121, 1) 65.19%, rgba(8, 32, 104, 1) 75.27%, rgba(7, 27, 94, 1) 86.28%, rgba(6, 25, 91, 1) 100%);
  background : -ms-linear-gradient(0deg, rgba(6, 25, 91, 1) 0%, rgba(7, 27, 94, 1) 13.72%, rgba(8, 32, 104, 1) 24.73%, rgba(11, 42, 121, 1) 34.81%, rgba(16, 55, 145, 1) 44.27%, rgba(19, 65, 163, 1) 50%, rgba(16, 55, 145, 1) 55.73%, rgba(11, 42, 121, 1) 65.19%, rgba(8, 32, 104, 1) 75.27%, rgba(7, 27, 94, 1) 86.28%, rgba(6, 25, 91, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#06195B', endColorstr='#06195B' ,GradientType=0)";
  background : linear-gradient(90deg, rgba(6, 25, 91, 1) 0%, rgba(7, 27, 94, 1) 13.72%, rgba(8, 32, 104, 1) 24.73%, rgba(11, 42, 121, 1) 34.81%, rgba(16, 55, 145, 1) 44.27%, rgba(19, 65, 163, 1) 50%, rgba(16, 55, 145, 1) 55.73%, rgba(11, 42, 121, 1) 65.19%, rgba(8, 32, 104, 1) 75.27%, rgba(7, 27, 94, 1) 86.28%, rgba(6, 25, 91, 1) 100%);
	margin-bottom: 70px;
}

.contents04 .midashi-box h3, .contents04 .midashi-box h4 {
	color: #FFF;
}

.contents04 .box-in {
	width: 1200px;
	display: flex;
  justify-content: flex-start;
flex-wrap: wrap;
	margin-bottom: 20px;
}

body.wcselect_400228858101 .contents04 .box {
	display: inline-block;
vertical-align: top;
}

.contents04 .box {
	width: 380px;
	margin-bottom: 20px;
	display: flex;
  justify-content: space-between;
	background-color: #FFF;
	padding: 5px 10px;
	margin-right: 28px;
	box-shadow: 0px 0px 7px rgba(0,0,0,0.1);
}

.contents04 .box:nth-child(3n) {
	margin-right: 0px;
}

body.wcselect_400228858101 .contents04 .box01, body.wcselect_400228858101 .contents04 .box02 {
	display: inline-block;
vertical-align: top;
}

.contents04 .box01 {
	width: 130px;
}

.contents04 .box02 {
	width: 210px;
	padding-top: 15px;
	padding-bottom: 10px;
	text-align: left;
	position: relative;
}

.contents04 img {
	width: 100%;
height: auto;
}

.contents04 .box02 h4 {
	font-size: 19px;
color: #13418c;
line-height: 1.2;
font-weight: 500;
	margin-bottom: 10px;
}

.contents04 .box02 h5 {
	font-family: 'Roboto', sans-serif;
	font-size: 27px;
color: #000;
line-height: 1.2;
font-weight: 500;
	text-align: right;
	margin: 15px 0px;
}

.contents04 .box02 h5::after {
	content: "円（税込）";
	font-size: 15px;
}

.contents04 .box02 h6 {
	/*position: absolute;*/
right: 0px;
bottom: 10px;
	width: 100%;
}
.contents04 .box02 h6:last-child {
	/*position: absolute;*/
margin-top:5px !important;
}
.contents04 .box02 h6 a {
	font-size: 14px;
color: #FFF;
line-height: 1.2;
letter-spacing: 0.05em;
font-weight: 500;
	display: block;
	padding: 8px 0px;
	padding-left: 30px;
	text-align: center;
	background-color: #13418c;
	background-image: url("common/images/icon-shopping.svg");
background-position: left 25px center;
background-repeat: no-repeat;
	transition: .5s;
	
}

.contents04 .box02 h6 a:hover {
	background-color: #00225E;
	opacity: 1;
	letter-spacing: 0;
	
}
.contents04 .box02 h6.products a {
	background-image: url("common/images/note.svg");
	background-size: 20px 20px;
	background-color: #004473;
}

.contents04 .box02 h6.products a:hover {
	background-color: #000E29;
	opacity: 1;
	letter-spacing: 0;
	
}


.contents04 .box02 p {
	font-size: 12px;
color: #333333;
line-height: 1.4;
}








/* contents05 */

.contents05 {
	width: 100%;
	background-image: url("top/images/back04.jpg");
background-position: center center;
background-repeat: no-repeat;
	background-size: cover;
	padding-top: 100px;
	padding-bottom: 80px;
}

.contents05 .box-in {
	width: 1220px;
	display: flex;
  justify-content: flex-start;
flex-wrap: wrap;
	margin-top: 40px;
}

body.wcselect_400228858101 .contents05 .box, body.wcselect_400228858101 .contents05 .box01, body.wcselect_400228858101 .contents05 .box02 {
	display: inline-block;
vertical-align: top;
}

.contents05 .box {
	width: 585px;
	display: flex;
  justify-content: flex-start;
	padding: 45px 0px;
	border-bottom-style : solid;
border-color : #e6e6e6;
border-width : 1px;
	margin-right: 48px;
}

.contents05 .box:nth-child(1), .contents05 .box:nth-child(2) {
	border-top-style : solid;
}

.contents05 .box:nth-child(2n) {
	margin-right: 0px;
}

.contents05 .box01 {
	width: 220px;
}

.contents05 .box01 img {
	width: 100%;
height: auto;
	border-radius: 10px;
}

.contents05 .box02 {
	flex: 1;
	padding-left: 30px;
}

.contents05 .box02 .box-box {
	display: flex;
  justify-content: flex-start;
	align-items: center;
	margin-bottom: 8px;
}

.contents05 .box02 .box-box h5 {
	font-family: 'Poppins', sans-serif;
	font-size: 55px;
font-weight: 600;
	font-style: italic;
	line-height: 1.1;
	color: #13418c;
	margin-right: 20px;
}

.contents05 .box02 .box-box h6 {
	font-size: 17px;
color: #333333;
line-height: 1.2;
letter-spacing: 0.05em;
font-weight: 500;
	position: relative;
	width: 100%;
	padding-top: 18px;
}

.contents05 .box02 .box-box h6::before {
	content: "Customer’s voice";
	position: absolute;
left: 0px;
top: 0px;
	display: block;
	width: 100%;
	font-size: 10px;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	color: #13418c;
}

.contents05 .box02 p {
	font-size: 15px;
line-height: 1.6;
letter-spacing: 0.05em;
}

/* contents06 */

.contents06 {
	width: 100%;
	background-image: url("top/images/back05.jpg");
background-position: center center;
background-repeat: no-repeat;
	background-size: cover;
	padding-top: 100px;
	padding-bottom: 70px;
}

.contents06 h6 {
	text-align: center;
}

.contents06 .midashi-box {
	width: 1160px;
	margin-bottom: 55px;
}

.contents06 .midashi-box h3 {
	display: flex;
    align-items: center;
}

.contents06 .midashi-box h3::before,
.contents06 .midashi-box h3::after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #13418c;
}
 
.contents06 .midashi-box h3::before {
    margin-right: 60px;
}
 
.contents06 .midashi-box h3::after {
    margin-left: 60px;
}

.contents06 .box-in {
	width: 1060px;
	margin-bottom: 50px;
}

.contents06 .box {
	border-radius: 12px;
	overflow: hidden;
	background-color: rgba(255,255,255,0.5);
	margin-bottom: 40px;
}

.contents06 .box:last-child {
	margin-bottom: 0px;
}

.contents06 h5 {
	font-size: 20px;
color: #13418c;
line-height: 1.4;
letter-spacing: 0.2em;
font-weight: 400;
	background-color: #FFF;
	padding: 20px;
	padding-left: 90px;
	position: relative;
}

.contents06 h5::before {
	content: "";
	position: absolute;
left: 20px;
top: 10px;
	background-image: url("common/images/question.svg");
background-position: left center;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 50px;
	height: 50px;
}

.contents06 p {
color: #4d4d4d;
line-height: 1.6;
letter-spacing: 0.05em;
	padding: 20px;
	padding-left: 90px;
	position: relative;
}

.contents06 p::before {
	content: "";
	position: absolute;
left: 20px;
top: 12px;
	background-image: url("common/images/answer.svg");
background-position: left center;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 40px;
	height: 40px;
}


/* contents07 */

.contents07 {
	text-align: center;
	width: 1000px;
	padding: 60px 0px;
}

.contents07 .sp-view {
	display: none;
}
@media screen and (min-width:768px){
.wcedit_400228858101 .contents07 .sp-view,
.wcarea_400228858101 .contents07 .sp-view {
	display: block !important
}
.wcedit_400228858101 .contents07 .sp-view::before,
.wcarea_400228858101 .contents07 .sp-view::before {
	display: block;
	content: "スマートフォン用のバナー";
	padding-top: 15px;
	font-size: 14px;
}	
}


/* contents08 */

.contents08 {
	text-align: center;
	width: 1280px;
	display: flex;
  justify-content: center;
flex-wrap: wrap;
}

.contents08 .box {
	margin: 0px 10px;
	margin-bottom: 15px;
	width: 330px;
}

body.wcselect_400228858101 .contents08 .box {
	display: inline-block;
vertical-align: top;
}


.sp-view {
    /*display: none;*/
}

html, body {
    height: 100%;
}


