﻿@charset "utf-8";
/* CSS Document */

/*--------------------------------------
    main-content
--------------------------------------*/

.main-content.top{
	overflow: hidden;
}
.main-content.top h2.style001{
	font-size:70px;
	font-size:7.0rem;
	font-family: "eb-garamond", serif;
	font-weight: 400;
	font-style: normal;
	color:#2457B3;
	text-align: center;
	line-height: 70px;
}
@media (max-width: 760px) {
.main-content.top h2.style001{
	font-size:32px;
	font-size:3.2rem;
	line-height: 32px;
}
}

/*--------------------------------------
    keyvisual
--------------------------------------*/

.keyvisual{
	width:100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
.keyvisual .slick-list{
    overflow: visible;
}
.keyvisual .box{
	max-width: 1200px;
	width:100%;
	height:100%;
	position: relative;
	opacity: 0.5;
	transition: 0.3s;
}
.keyvisual .box.slick-active{
	opacity: 1;
}
.keyvisual .box .pic{
	width:100%;
	max-height:  550px;
	position: relative;
	z-index: 40;
}
.keyvisual .box .pic a{
	display: block;
    width:100%;
    height:100%;
    max-height:  550px;
    position: relative;
}
.keyvisual .box .pic img{
	width:100%;
	height:100%;
    max-height:  550px;
	object-fit: cover;
}
.keyvisual .box .inner{
	position: absolute;
	top:50%;
	left:0;
	right:0;
	transform: translate(0,-50%);
	z-index: 60;
	margin: auto;
}
.keyvisual .box.style001 .inner{
	width:85%;
	padding-bottom: 40px;
}
.keyvisual .box.style002 .inner{
	width:76%;
}
.keyvisual .box .inner h2{
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:36px;
	font-size:3.6rem;
	margin-bottom: 20px;
}
.keyvisual .box.style001 .inner h2{
	font-size:44px;
	font-size:4.4rem;
}
.keyvisual .box .inner .text{
	font-size:20px;
	font-size:2.0rem;
	margin-bottom: 15px;
	line-height: 1.8;
}
.keyvisual .box.bg-b .inner h2{
	color:#FFFFFF;
}
.keyvisual .box.bg-b .inner .text{
	color:#FFFFFF;
}
.keyvisual .box.bg-w .inner h2{
	color:#080808;
}
.keyvisual .box.bg-w .inner .text{
	color:#080808;
}
.keyvisual .box .inner .btn{
	width:260px;
	height:58px;
}
.keyvisual .box .inner .btn a{
	position: relative;
	text-align: center;
	line-height: 56px;
	color:#2457B3;
	font-size:12px;
	font-size:1.2rem;
	display: block;
	border-radius:29px;
	transition: 0.3s;
	border:1px solid #2457B3;
}
.keyvisual .box .inner .btn a:after{
	content: "";
	width:34px;
	height:6px;
	background-size:contain;
	position: absolute;
	right:25px;
	bottom:50%;
	transition: 0.3s;
}
.keyvisual .box.bg-b .inner .btn a{
	background:#2457B3;
	color:#FFFFFF;
}
.keyvisual .box.bg-b .inner .btn a:after{
	background: url("../common/images/icon_arrow_001.png") no-repeat center center;
	background-size:contain;
}
.keyvisual .box.bg-b .inner .btn:hover a{
	color:#2457B3;
	background:#FFFFFF;
}
.keyvisual .box.bg-b .inner .btn:hover a:after{
	background: url("../common/images/icon_arrow_002.png") no-repeat center center;
	background-size:contain;
}
.keyvisual .box.bg-w .inner .btn a{
	color:#2457B3;
	background:#FFFFFF;
}
.keyvisual .box.bg-w .inner .btn a:after{
	background: url("../common/images/icon_arrow_002.png") no-repeat center center;
	background-size:contain;
}
.keyvisual .box.bg-w .inner .btn:hover a{
	color:#FFFFFF;
	background:#2457B3;
}
.keyvisual .box.bg-w .inner .btn:hover a:after{
	background: url("../common/images/icon_arrow_001.png") no-repeat center center;
	background-size:contain;
}
.keyvisual .prev-arrow{
	position: absolute;
	top:50%;
	left:15px;
	transform: translate(0,-50%);
	background: url("../common/images/icon_prev.png") no-repeat center center;
	background-size:contain;
	width:52px;
	height:52px;
	z-index: 100;
	transition: 0.3s;
}
.keyvisual .next-arrow{
	position: absolute;
	top:50%;
	right:15px;
	transform: translate(0,-50%);
	background: url("../common/images/icon_next.png") no-repeat center center;
	background-size:contain;
	width:52px;
	height:52px;
	z-index: 100;
	transition: 0.3s;
}
.keyvisual .prev-arrow:hover,
.keyvisual .next-arrow:hover{
	opacity: 0.5;
}
.keyvisual .slick-dots{
    position: absolute;
	right:30px;
	bottom:20px;
	z-index: 100;
}
.keyvisual .slick-dots li{
    display: inline-block;
	margin-left: 25px;
}
.keyvisual .slick-dots button{
	width:35px;
	height:6px;
	transform:skewX(-30deg);
    text-indent: -9999px;
	background: #E1E8F4;
	border:none;
	transition: 0.3s;
}
.keyvisual .slick-dots button:hover,
.keyvisual .slick-dots li.slick-active button{
	background: #2457B3;
}
@media (max-width: 760px) {
.keyvisual{
	width:auto;
	/*height:360px;*/
}
.keyvisual .box{
	max-width:none;
	width:auto;
	height:auto;
}
/*.keyvisual .box .pic{
	height:360px;
}*/
.keyvisual .box.style001 .inner{
	width:96%;
	padding-bottom: 0px;
}
.keyvisual .box.style002 .inner{
	width:96%;
}
.keyvisual .box .inner h2{
	font-size:20px;
	font-size:2.0rem;
}
.keyvisual .box.style001 .inner h2{
	font-size:20px;
	font-size:2.0rem;
}
.keyvisual .box .inner .text{
	font-size:14px;
	font-size:1.4rem;
}
.keyvisual .box .inner .btn{
	width:60%;
	height:40px;
}
.keyvisual .box .inner .btn a{
	line-height: 38px;
	border-radius:20px;
}
.keyvisual .prev-arrow{
	display: none !important;
}
.keyvisual .next-arrow{
	display: none !important;
}
}

/*--------------------------------------
    products
--------------------------------------*/

.products{
	padding: 110px 0;
}
.products h3{
	margin: 60px 0;
	font-size:45px;
	font-size:4.5rem;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	font-style: normal;
}
.products .inner{
	width:1200px;
	margin: 0 auto;
	overflow:visible !important;
}
.products .inner .box{
	width:360px;
	margin-top: 35px;
	margin-left: 60px;
	float: left;
	border-radius: 20px;
	background: #FFFFFF;
	box-shadow: 0px 0px 15px #CCCCCC;
	overflow: hidden;
}
.products .inner .box:nth-child(3n+1){
	margin-left: 0px;
}
.products .inner .box a{
	display: block;
	transition: 0.3s;
	position: relative;
	height:100%;
    padding-top: 1px;
}
.products .inner .box a:after{
	content: "";
	position: absolute;
	bottom:0;
	right:0;
	background: url("../images/top/icon_products.png") no-repeat center center;
	background-size:contain;
	width:52px;
	height:52px;
}
.products .inner .box a:hover{
	opacity: 0.5;
}
.products .inner .box a:hover img{
	opacity: 1 !important;
}
.products .inner .box a h4{
    text-align: center;
    word-wrap: break-word;
    width:calc(100% - 40px);
    height:66px;
    margin: 20px auto;
    position: relative;
}
.products .inner .box a h4 span{
    position: absolute;
    top:50%;
    left:0;
    transform: translate(0,-50%);
    width:100%;
    text-align: center;
	font-size:22px;
	font-size:2.2rem;
    font-weight: bold;
    line-height: 1.5;
    color:#0046A0;
    word-wrap: break-word;
}
.products .inner .box a .thumb{
	text-align: center;
	width:100%;
    height:150px;
    position: relative;
    margin-bottom: 10px;
}
.products .inner .box a .text{
	font-size:15px;
	font-size:1.5rem;
	padding:0 45px 45px;
	line-height: 2;
    word-wrap: break-word;
}
.products .chatbot_btn{
    width:96%;
    max-width: 1200px;
    height:350px;
    margin: 110px auto 0;
}
.products .chatbot_btn a{
    display: block;
    width:100%;
    height:100%;
    position: relative;
    background: url("../images/top/bg_chatbot.jpg") no-repeat center center;
    background-size:cover;
    transition: 0.3s;
}
.products .chatbot_btn a:hover{
    opacity: 0.5;
}
.products .chatbot_btn a span{
    font-size:40px;
    color:#FFFFFF;
    width:100%;
    position: absolute;
    top:50%;
    left:0;
    padding:0 60px;
    transform: translate(0,-50%);
    box-sizing: border-box;
}
@media (max-width: 1500px) {
.products .inner{
	width:980px;
}
.products .inner .box{
	width:300px;
	margin-top: 20px;
	margin-left: 40px;
	box-shadow: 0px 0px 10px #CCCCCC;
}
.products .inner .box a:after{
	width:43px;
	height:43px;
}
.products .inner .box a .text{
	font-size:14px;
	font-size:1.4rem;
	padding:0 30px 35px;
}
.products .chatbot_btn{
    max-width: 980px;
    height:300px;
    margin: 80px auto 0;
}
.products .chatbot_btn a span{
    font-size:30px;
    padding:0 30px;
}
}
@media (max-width: 1010px) {
.products{
	padding: 50px 0;
}
.products h3{
	margin: 25px 0;
	font-size:22px;
	font-size:2.2rem;
}
.products .inner{
	width:96%;
}
.products .inner .box{
	width:49%;
	margin-left: 2%;
}
.products .inner .box:nth-child(3n+1){
	margin-left: 2%;
}
.products .inner .box:nth-child(2n+1){
	margin-left: 0px;
}
.products .inner .box a h4{
    height: 48px;
}
.products .inner .box a h4 span{
    font-size: 18px;
    font-size: 1.8rem;
}
.products .inner .box a .text{
	font-size:12px;
	font-size:1.2rem;
	padding:0 10% 35px;
	line-height: 1.5;
}
.products .chatbot_btn{
    height:200px;
    margin: 50px auto 0;
}
.products .chatbot_btn a span{
    font-size:20px;
    padding:0 20px;
}
}

body .modalArea{
    display: none;
}
body .modaal-overlay {
    z-index: 9990;
}
body .modaal-container {
    width: 96%;
    max-width: 1200px;
}
body .modaal-container h3{
	font-size:32px;
	font-size:3.2rem;
	font-weight: bold;
	font-style: normal;
	position: relative;
	line-height: 75px;
	padding-left:56px;
	margin-bottom:20px;
}
body .modaal-container h3:before{
	content: "";
	position: absolute;
	top:0;
	left:0;
	border-top:50px solid #2457B3;
	border-right:20px solid transparent;
	z-index: 10;
}
body .modaal-container .flexBox{
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
}
body .modaal-container .flexBox .textBox{
    width:560px;
    margin-right: 15px;
    line-height: 2;
}
body .modaal-container .flexBox .textBox span{
    display: block;
    font-weight: bold;
}
body .modaal-container .flexBox .picBox{
    width:45%;
}
@media (max-width: 1010px) {
body .modaal-container h3{
	font-size:20px;
	font-size:2.0rem;
	line-height: 40px;
	padding-left:40px;
}
body .modaal-container h3:before{
	border-top:30px solid #2457B3;
	border-right:15px solid transparent;
}
body .modaal-container .flexBox{
    display:block;
}
body .modaal-container .flexBox .textBox{
    width:100%;
    margin-right: 0px;
    margin-bottom: 20px;
}
body .modaal-container .flexBox .picBox{
    width:100%;
    text-align: center;
}
}
