@charset "utf-8";

/* RESET */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th{margin:0;padding:0;}/*table{border-collapse:collapse;border-spacing:0;}*/
fieldset,img{border:0;vertical-align: bottom;}address,caption,cite,code,dfn,em,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}
/* RESET HTML5 */
article,aside,canvas,details,figcaption,figure,footer,header.grand-menu,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;font:inherit;vertical-align:baseline;}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header.grand-menu,hgroup,menu,nav,section{display:block;}



/* GENERAL */

html {
    overflow-y:scroll;
    }

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;;
  font-style: normal;
	font-size:16px;
	font-weight: 500;
	line-height:1.5;
	color: #000;
	text-align: center;
	background: linear-gradient(to right, #a1cfe7 , #bcd9e7);
	overflow: hidden;
}
img{
	width: 100%;
	height: auto;
	z-index: 1;
	position: relative;
}
a{
	text-decoration: none;
}
[data-whatinput="mouse"] :focus,
[data-whatinput="touch"] :focus {
  outline: none;
}
h1,h2,h3,h4{	
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",'小塚ゴシック Pro','Kozuka Gothic Pro', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
.wrapper{
	width: 100%;
	position: relative;
}
/* ヘッダー領域 */
header{
	width: 100%;
	height: 8vh;
	padding: 0 0 0 5%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	text-align: left;
	box-sizing: border-box;
	background: none;
	position: relative;
	z-index: 10;
}
.head-logo{
	width: 25%;
}
.head-logo img{
	max-width: 100px;
}
header nav{
	width: 70%;
	padding:  15px 0;
	background: #00008b;
	border-radius: 10px 0 0 10px;
}
header nav ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	line-height: 1;
}
header nav ul li a{
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}


/* メイン領域 */
main{	
	background-color: #ebedf1;
}
/*トップ*/
.top-wrap{
	width: 100%;
	margin-top: -90px;
	position: relative;
	/* z-index: -1; */
	background: linear-gradient(to right, #a1cfe7 , #bcd9e7);
}
.top-header{
	width: 100%;
	max-width: 1280px;
	padding-top: 90px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/mylock/top-bg-pc.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center top;
}
.top-header h1{
	width: 100%;
	padding: 55px 0 80px;
}
.top-header h1 img{
	width: 90px;
	margin: 0 auto;
}
.top-cont{
	width: 90%;
	max-width: 1074px;
	margin: -130px auto 90px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: end;
}
.top-cont img.top-img-01{
	width: 30%;
}
.top-cont .top-img-02{
	width: 16%;
}
.top-cont div{
	width: 40%;
	padding-top: 150px;
}
.top-cont div h2{
	margin-bottom: 20px;
	/* font-family: YuMincho, '游明朝', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif; */
	font-size: 28px;
	font-weight: bold;
	text-align: left;
}
.top-cont div p{
	margin-bottom: 30px;
	font-size: 20px;
	text-align: left;
}
.top-cont div p.bold{
	font-size: 21px;
	font-weight: bold;
}
.blue-wrap {
	width: 90%;
	max-width: 1074px;
	margin-right: auto;
	margin-left: auto;
}
.blue-wrap h2{
	width: 75%;
	padding: 25px 0 0 35px;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	text-align: left;
	line-height: 1;
	background: #52b8c7;
	border-radius: 10px 10px 0 0;
	position: relative;
}
.blue-wrap h2 span{
	display: block;
	margin-top: 15px;
	font-size: 13px;
}
.blue-wrap h2:after{
	position: absolute;
	top: 55px;
	right: -99px;
	display: block;
	content:"";
	width: 100px;
	height: 100px;
	background: #52b8c7;
	transform: skewY(45deg);
	z-index: 0;
}
.blue-cont{
	width: 100%;
	padding: 60px 35px 200px;
	margin-top: -20px;
	background: #52b8c7;
	border-radius: 10px;
	box-sizing: border-box;
}
.about-cont{
	width: 100%;
	min-height: 500px;
	padding: 25px 45px 10px;
	margin-top: 10px;
	background-image: url(../images/mylock/about+-bg.jpg);
	background-position: center center;
	background-size: cover;
	background-position: centertop;
	background-repeat: no-repeat;
	border-radius: 10px;
	box-sizing: border-box;
	z-index: 1;
	position: relative;
}
.about-cont h3{
	/* padding-top: 60px; */
	font-size: 24px;
	font-weight:  bold;
	: #002c7a;
	color:  #002c7a;
	text-align: left;
}
.about-cont div{
	width: 32%;
	margin: 30px 0 0 27%;
	text-align: left;
}
.about-cont div p{
	margin-bottom: 40px;
	font-size: 16px;
	color: #002c7a;
	/* line-height: 1.7; */
}
.gray-wrap {
	width: 100%;
	max-width: 1074px;
	margin-top: -100px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 1;
}
.gray-wrap h2{
	width: 75%;
	padding: 25px 0 0 35px;
	font-size: 30px;
	font-weight: bold;
	color: #1e3050;
	line-height: 1;
	text-align: left;
	background: #ebedf1;
	border-radius: 10px 10px 0 0;
	position: relative;
}
.gray-wrap h2 span{
	display: block;
	margin-top: 15px;
	font-size: 13px;
}
.gray-wrap h2:after{
	position: absolute;
	top: 55px;
	right: -99px;
	display: block;
	content:"";
	width: 100px;
	height: 100px;
	background: #ebedf1;
	transform: skewY(45deg);
	z-index: 0;
}
.gray-cont{
	width: 100%;
	padding: 60px 35px 100px;
	margin-top: -20px;
	background: #ebedf1;
	border-radius: 10px;
	box-sizing: border-box;
}
.use .gray-cont,.howto .gray-cont{
	padding-right: 0;
	padding-left: 0;
}
.cont-list{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
	align-items: start;
	position: relative;
}
.cont-list img{
	width: 31%;
	margin-bottom: 3%;
}

.product-list{
	width: 100%;
	padding: 25px 130px 30px;
	margin-top: 10px;
	background-color: #fff;
	border-radius: 10px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
	align-items: start;
	position: relative;
}
.product-list > div{
	width: 17%;
	text-align: left;
}
.product-list > div.yoko{
	width: 25%;
}
.product-list div h4{
	font-size: 20px;
	font-weight: bold;
	color: #0f367a;
	text-align: center;
}
.product-list div h4 span{
	display: block;
	font-size: 19px;
	color: #000;
}
.product-list div .product-img{
	width: 100%;
	min-height: 268px;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
}
.product-list div .product-img img{
	width: 100%;
}
.product-list div p{
	font-size: 14px;
}
/*よくある質問*/

dl{
	width: 100%;
	max-width: 1000px;
	padding: 80px 65px 110px 80px;
	text-align: left;
	background: #fff;
	border-radius: 10px;
	box-sizing: border-box;
	position: relative;
}
dt{
	padding: 20px 0 5px;
	font-size: 20px;
	font-weight: bold;
	color: #0f367a;
}
dd{
	padding: 20px 0;
	border-bottom: 1px solid #666;
}
/*お問い合わせ*/
#contact.cont-wrap{
	padding: 80px 0 8px;
	margin-bottom: 50px;
	color: #fff;
	background: #52b8c7;
}
#contact.cont-wrap > p{
	width: 90%;
	max-width: 800px;
	margin: 0 auto 50px;
	text-align: left;
}
.contact{
	width: 90%;
	max-width: 800px;
	margin: 0 auto 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: start;
}
.contact .tel{
	width: 35%;
	padding: 45px 20px;
	color: #fff;
	border: 1px solid #fff;
	box-sizing: border-box;
}
.contact h4{
	display: inline-block;
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 20px;
}
.contact h4 i{
	padding-right: .5em;
}
.contact .tel span{
	display: block;
	margin-bottom: 10px;
	font-size: 22px;
	border-bottom: 1px solid #fff;
}
.contact .tel span a{
	color: #fff;
}
.contact .link{
	width: 60%;
}
.contact .link a{
	padding: 15px 10%;
	margin-bottom: 5px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	box-sizing: border-box;
	color: #52b8c7;
	background: #fff;
	border-radius: 5px;
}
.contact .link a span{
	display: inline-block;
	width: 80%;
}
.contact div i{
	font-size: 20px;
}
.contact .link p{
	margin-bottom: 40px;
	text-align: left;
}
.contact a{
	transition: .3s;
}
.contact a:hover{
	opacity: 0.8;
  transform: translate3d(0, 5px, 0);
}
/* フッター領域 */
footer{
	width: 90%;
	max-width: 1100px;
	padding: 25px 5%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	text-align: left;
	box-sizing: border-box;
}
.foot-logo{
	width: 20%;
}
.foot-logo img{
	max-width: 100px;
}
footer nav{
	width: 80%;
}
footer nav ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
footer nav ul li{
	border-left: 1px solid #666;
}
footer nav ul li a{
	padding: 0 10px;
	font-size: 13px;
	color: #000;
}
footer nav ul li:first-child{
	border-left : none;
}

.for-sp,.wrapper .drawer-hamburger{ display: none; }


@media (min-width: 821px) and (max-width: 1180px) {
.wrapper{
	overflow:hidden;
}
.head-logo{
	width: 15%;
}
header nav{
	width: 85%;
	border-radius: 15px 0 0 15px;
}
header nav li.no-tab{
	display: none;
}
.top-wrap{
	margin-top: -110px;
}
.top-header{
	background-size: cover;
}
.top-cont {
	margin-top: -200px;
}
.top-cont > div{
	padding-top: 250px;
}
.top-cont div p{
	margin-top: 50px;
	font-size: 18px;
}
.top-cont div p.bold{
	font-size: 19px;
}
.gray-wrap{
	width: 90%;
}
}
@media screen and (max-width: 820px) {
.for-pc,.contact-tel i.for-pc{ display: none; }
.for-sp,.contact-tel i.for-sp,.wrapper .drawer-hamburger{ display: inherit; }
/* ヘッダー領域 */
header{
	position: absolute;
	top: 80px;
	left: 0;
	width: 100%;
	height: 10vh;
	padding: 25px 5%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-item: center;
	text-align: left;
	box-sizing: border-box;
	z-index: 1;
	background: none;
}
.head-logo{
    width: 100%;
    text-align: right;
}
nav{
	width: 100%;
}
nav ul.drawer-menu{
	display: block;
	width: 100%;
	height: 100vh;
	padding: 20% 15%;
	box-sizing: border-box;
	justify-content: space-between;
}
nav img{
	width: 60%;
	margin-top: 50px;
}
nav ul li{
	margin-bottom: 30px;
}
nav ul li a{
	color: #000;
}
.wrapper .drawer-hamburger-icon,.wrapper .drawer-hamburger-icon:after,.wrapper .drawer-hamburger-icon:before{
	height: 3px;
	background: #0f367a;
}
.wrapper .drawer-nav{
	background: #e1f2f4;
}
.drawer-overlay{ z-index: 0!important; }
/* メイン領域 */
/*トップ*/
.top-wrap{
	padding-top: 70px;
	margin-top: -70px;
}
.top-header{
	background-image: url(../images/mylock/top-bg-sp.jpg);
	background-size: cover;
	background-position: center top;
}
.top-header h1{
	width: 100%;
	padding: 80px 0 80px;
	text-align: left;
}
.top-header h1 img{
	width: 60px;
	margin: 0 0 0 33%;
}
.top-cont{
	width: 90%;
	max-width: 1074px;
    margin-top: -100px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: baseline;
	flex-direction: column-reverse;
}
.top-cont img.top-img-01{
	width: 60%;
	margin-right: auto;
	margin-left: auto;
}
.top-cont .top-img-02{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center
}
.top-cont .top-img-02 h2{
	width: 50%;
	font-size: 30px;
	padding-left: 20px;
	margin: 110px 0 20px;
	font-family: YuMincho, '游明朝', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;
	box-sizing: border-box;
}
.top-cont .top-img-02 img{
	width: 50%;
}
.top-cont div{
	width: 100%;
	padding-top: 50px;
}
.top-cont div p{
	margin-bottom: 30px;
	font-size: 16px;
	text-align: left;
}
.top-cont div p.bold{
	font-size: 16px;
	font-weight: bold;
}
.blue-wrap {
	width: 90%;
	max-width: 1074px;
	margin-right: auto;
	margin-left: auto;
}
.blue-wrap h2{
	width: 75%;
	padding: 15px 0 0 15px;
	font-size: 20px;
	line-height: 1.2;
	color: #fff;
	text-align: left;
	background: #52b8c7;
	border-radius: 10px 10px 0 0;
	position: relative;
}
.blue-wrap h2 span{
	display: block;
	font-size: 14px;
}
.blue-wrap h2:after{
	position: absolute;
	top: 50px;
	right: -45px;
	display: block;
	content:"";
	width: 50px;
	height: 180px;
	background: #52b8c7;
	transform: skewY(65deg);
	border-radius: 10px;
}
.blue-cont{
	width: 100%;
	padding: 105px 15px 200px;
	margin-top: -40px;
	background: #52b8c7;
	border-radius: 10px;
	box-sizing: border-box;
}
.about .blue-cont{
	margin-top: -90px;
}
.about-cont{
	width: 100%;
	min-height: 500px;
	padding: 25px 15px 10px;
	margin-top: 10px;
	background-image: none;
	background-color: #fff;
	box-sizing: border-box;
}
.about-cont h3{
	font-size: 18px;
	font-weight:  bold;
	: #002c7a;
	color:  #002c7a;
	text-align: left;
}
.about-cont div{
	width: 100%;
	margin: 0;
}
.about-cont div p{
	margin-bottom: 30px;
	font-size: 16px;
	color: #002c7a;
	/* line-height: 1.7; */
}
.about-cont div img.for-sp{
	margin-bottom: 20px;
	}
.gray-wrap {
	width: 90%;
	max-width: 1074px;
	margin-top: -100px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 1;
}
.gray-wrap h2{
	width: 75%;
	padding: 15px 0 0 15px;
	font-size: 20px;
	line-height: 1.2;
}
.gray-wrap h2 span{
	display: block;
	font-size: 14px;
}
.gray-wrap h2:after{
	top: 60px;
	right: -50px;
	width: 50px;
	height: 180px;
	background: #ebedf1;
	transform: skewY(65deg);
}
.gray-cont{
	width: 100%;
	padding: 60px 15px 120px;
	margin-top: -40px;
	background: #ebedf1;
	border-radius: 10px;
	z-index: 1;
}
.use .gray-cont,.howto .gray-cont{
	padding-right: 0;
	padding-left: 0;
}
.cont-list{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
	align-items: start;
	position: relative;
}
.cont-list img{
	width: 90%;
	margin: 0 auto 30px;
}
.howto .for-sp{
	padding: 30px 15px 10px;
	background: #f6f6f6;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
.howto .for-sp:after{
	position: absolute;
	top: 55%;
	left: -50%;
	right: 50%;
	/* display: block; */
	content: "";
	width: 200%;
	height: 500px;
	border-radius: 50%;
	background: #fff;
	z-index: 0;
}
.howto .for-sp img{
	margin-bottom: 30px;
}
.howto .for-sp h3{
	margin-bottom 10px;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
	position: relative;
	z-index: 2;
}
.product-list{
	width: 100%;
	padding: 25px 30px 30px;
	margin-top: 10px;
	background-color: #fff;
	border-radius: 10px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
	align-items: start;
	position: relative;
}
.product-list > div{
	width: 60%;
	margin: 0 auto 50px;
}
.product-list > div.yoko{
	width: 80%;
}
.product-list > div.yoko img{
	margin: -20px 0 -70px;
}
.product-list div h4{
	font-size: 20px;
	font-weight: bold;
	color: #0f367a;
	text-align: center;
}
.product-list div h4 span{
	display: block;
	font-size: 19px;
	color: #000;
}
.product-list div .product-img{
	width: 100%;
	min-height: inherit;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
}
.product-list div .product-img img{
	width: 100%;
}
.product-list div p{
	font-size: 14px;
}
/*よくある質問*/

dl{
	width: 100%;
	padding: 15px;
	margin: 0 auto 150px;
	text-align: left;
}
dt{
	padding: 20px 0 0;
	font-size: 18px;
	font-weight: bold;
	color: #0f367a;
}
dd{
	padding: 0 0 20px;
	font-size: 16px;
}
/*お問い合わせ*/
#contact.cont-wrap{
	padding: 50px 0;
	margin-bottom: 50px;
}
#contact.cont-wrap > p br{
	display: none;
}
.contact{
	display: block;
}
.contact .tel{
	width: 100%;
	padding: 25px 0 25px 5%;
	margin-bottom: 50px;
	text-align: left;
}
.contact h4{
	display: inline-block;
	margin-bottom: 8px;
	font-size: 18px;
}
.contact h4 i{
	padding-right: .5em;
}
.contact .tel p{
	font-size: 12px;
}
.contact .tel span{
	width: 90%;
}
.contact .link{
	width: 100%;
}
.contact .link a{
	padding: 15px 2%;
	margin-bottom: 5px;
}
.contact .link a span{
	width: 80%;
}
.contact .link p{
	margin-bottom: 20px;
	font-size: 12px;
	
}
/* フッター領域 */
footer{
	width: 90%;
	max-width: 1100px;
	padding: 25px 5%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-item: center;
	text-align: left;
	box-sizing: border-box;
}
.foot-logo{
	width: 100%;
	margin-bottom: 20px;
	text-align: right;
}
.foot-logo img{
	max-width: 100px;
}
footer nav{
	width: 90%;
	margin-top: 10px;
}
footer nav ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
footer nav ul li{
	border-left: 1px solid #666;
	margin-bottom: 5px;
}
footer nav ul li a{
	padding: 0 10px;
	font-size: 11px;
	color: #000;
}
footer nav ul li:first-child{
	border-left: 1px solid #666;
}
}

@media (min-width: 720px) and (max-width: 820px) {
.top-header{
	background-position: center center;
}
.top-header h1{
	padding: 150px 0;
}
.top-cont .top-img-02 h2{
	padding-left: 0;
}
.top-cont .top-img-02 h2 br{
	display: none;
}
.top-cont div p{
	text-align: center;
}
}
@media (min-width: 751px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}
@media screen and (max-width: 334px) {
.top-cont .top-img-02 h2{
	padding-left: 0;
}
.product-list > div{
	width: 100%;
}
	
}

.video-container {
    position: relative;
    width: 560px; /* デフォルトのYouTube動画サイズの最大幅 */
    max-width: 100%;
    height: 315px; /* デフォルトのYouTube動画サイズの高さ */
    margin: 0 auto 150px; /* PCでの余白 */
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* スマートフォン用 */
@media (max-width: 768px) {
    .video-container {
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9; /* 16:9のアスペクト比を維持 */
        margin: 0 auto 120px; /* SPでの余白 */
    }
}