@charset "UTF-8";

@import url(base.css);

img {
	display: inline-block;
	max-width:100%;
	max-height: 100%;
    vertical-align:top;}


html{ scroll-behavior: smooth;scroll-padding-top: 13vw;}

p {
	font-size: 3.8vw;}

.pc,.pc845 {
	display: none !important;}

.img100 {
	width: 100%;
	height: auto;}
.img90 {
	width: 90%;
	height: auto;}
.img50 {
	width: 50%;
	height: auto;}
.img45 {
	width: 45%;
	height: auto;}

/*-------------------------------------------------
	++ OUTER
-------------------------------------------------*/
#container {
	margin:0 auto;
	text-align: center;
	position:relative;
    width: 100%;
	min-width:100%;}

.cInner {
	display:block;
	clear:both;
	margin:0 auto;
	text-align: left;
	position:relative;
	padding:6vw 2vw;
    margin-inline: auto;}
.cInner2 {
	display:block;
	clear:both;
	margin:0 auto;
	text-align: left;
	position:relative;
	padding:6vw 2vw 3vw 2vw;}

/*-------------------------------------------------
	++ HEADER
-------------------------------------------------*/
#header {
	position:fixed;
	top:0;
	left:0;
	z-index:9998;
	width:100%;
    margin: 0;
    padding: 0;
	-webkit-overflow-scrolling : touch;
    background-color: #FFFFFF;}
#header .Inner {
    width: 100%;
	height: 13vw;
    padding: 2% 0 0 0;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;}

#header .logo {
    margin-left: 1%;
    width: 50%;}
#header .logo img {
    width: 100%;}
#header .nav-area {
    display: none;}

#menu {
	position:relative;}
#menu nav {
    display: flex;}
#menu nav ul {
    display: none;}
#menu nav ul.open {
    display: block;
    position: fixed;
    left: 0;
    top: 13vw;
    text-align: left;
    width: 100%;}
#menu nav li,
#menu nav li.contact,
#menu nav li.entry {
    background-color: #2196f3;
    border-bottom-color: #a1d5ff;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    margin-left: 0;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 4.5vw;
    line-height: 1;
    padding: 15px 10px;
	text-align: center;}
#menu nav li span {
	display:none;}
#menu nav li a {
	color: #FFFFFF;
    display: block;}
#nav_toggle {
	position:absolute;
	top:1.5vw;
	right:1vw;
	display: block;
	width: 35px;
	height: 30px;
	margin: 0px;
	z-index: 100;}
#nav_toggle i {
	display: block;
	height: 3px;
	background: #2196f3;
	position: absolute;
	width: 100%;
	left: 0;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;}
#nav_toggle i:nth-child(1) {
	top: 0;}
#nav_toggle i:nth-child(2) {
	top: 10px;}
#nav_toggle i:nth-child(3) {
	top: 20px;}
#nav_toggle.open i:nth-child(1) {
	top: 12px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	transform: rotate(135deg);}
#nav_toggle.open i:nth-child(2) {
	width: 0;
	left: 50%;}
#nav_toggle.open i:nth-child(3) {
	top: 12px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	transform: rotate(-135deg);}

/*-------------------------------------------------
	++ title
-------------------------------------------------*/
#title {
    position: relative;
    background-color: #2196f3;
    margin: 0;}
#title .dairiten {
    width: 25%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;}

.titleInner {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 95%;
    margin: 0 auto;}
.mainImg {
    order: 2;
    width: 100%;
    margin: 5% auto 0 auto;}
.mainTxt {
    order: 1;
    width: 100%;
    margin: 15% 0 0 0;
    text-align: left;}
.mainTxt2 {
    order: 3;
    width: 100%;
    margin: 0 0 3% 0;
    text-align: left;}
.catch {
    font-size: 9vw;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1.3em;
    margin: 0 auto 0 auto;
    text-align: center;}
.catch span {font-size: 5vw;display: block;line-height: 1.3em;}
.catchS {
    color: #ffec00;
    font-size: 5vw;
    font-weight: bold;
    text-align: center;}

.campaignBtn {
    float: left;
    width: 100%;
    margin: 10px 0;
    padding: 10px 0;
    background-color: #ff9601;
    border-radius: 30px;}
.campaignBtn a {
    display: block;
    color: #ffffff;
    font-weight: bold;
    font-size: 4.3vw;
    line-height: 1.5em;
    text-align: center;}
.campaignBtn a:link,.campaignBtn a:visited {color:#ffffff;text-decoration:none;}
.campaignBtn a:hover,.campaignBtn a:active {color:#ffffff;text-decoration:none;}

/*-------------------------------------------------
	++ BTN
-------------------------------------------------*/
.btnBox {
    width: 100%;
    margin: 30px auto 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;}
.btnContact,
.btnEntry {width: 100%;margin-bottom: 3%;}
.btnContact a,
.btnEntry a {
    display: block;
    border-radius: 50px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    font-size: 4.3vw;
    line-height: 2.8em;}
.btnContact a {background-color: #ff0000;}
.btnEntry a {background-color: #ff9000;}
.btnContact a:link,.btnContact a:visited,.btnContact a:hover,.btnContact a:active,
.btnEntry a:link,.btnEntry a:visited,.btnEntry a:hover,.btnEntry a:active {text-decoration:none;}







.btnOrange {
    margin: 5% auto;
    text-align: center;}
.btnOrange a {
    display: inline-block;
    color: #FFF;
    text-align: center;
    width: 100%;
    padding: 3vw 0;
    border-radius: 50px;
    font-size: 4.3vw;
    font-weight: bold;
    background-color: #ff9600;}
.btnOrange a:hover {
    text-decoration: none;}
.btnOrange a:link,.btnOrange a:visited {color:#FFF;text-decoration:none;}
.btnOrange a:hover,.btnOrange a:active {color:#FFF;text-decoration:none;}

/*-------------------------------------------------
	++ bg
-------------------------------------------------*/
.bgGray {background-color: #f6f6f6;}

/*-------------------------------------------------
	++ others
-------------------------------------------------*/
h3 {
    color: #2196f3;
    text-align: center;
    font-size: 6vw;
    font-weight: bold;
    line-height: 1.3em;
margin: 0 auto 0.5em auto;}
h3.orange {
font-size: 120%;
line-height: 1.5;
color:#ff9600;
text-align:center;
line-height:1.5em;
background-position:left bottom;
background-repeat: repeat-x;
margin-top:20px;
margin-bottom:20px;
}
h4 {
    color: #fff;
    text-align: center;
    font-size: 5vw;
    font-weight: bold;
    line-height: 1.5em;
    padding: 8px 0;
    margin: 0 auto 0.5em auto;
    background-color: #2196f3;}
h5 {
    font-size: 4.8vw;
    color: #ff9600;
    text-align: center;
    line-height: 1.5em;
    border-bottom: 1px #ff9600 solid;
    margin-top: 20px;
    margin-bottom: 15px;}
h6 {
    font-size: 4.3vw;
    color: #355088;
    line-height: 1.5;
    font-weight: bold;
    text-align: left;}

.banner {margin-bottom: 20px;}

.serviceBox {
    display: flex;
    flex-wrap: wrap;
    margin: 0px;}
.serviceItem {
    display: flex;
    flex-direction: column;
    width: 100%;
    border: 2px #2196f3 solid;
    border-radius: 10px;
    margin-bottom: 3vw;
    background-color: #fff;}
.serviceItem div {padding: 4%;}
.serviceItem h4 {
    padding: 10px 0;
    margin: 0;
    font-size: 4.3vw;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: #2196f3;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;}
.serviceItem .lnkbtn {
    display: block;
    width: 80%;
    margin: auto auto 15px;
    padding: 5px 0px;
    font-size: 4.3vw;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border-radius: 25px;
    background-color: #ff9600;}

.priceBox {
    display: flex;
    flex-wrap: wrap;}
.priceItem {
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 0;}
.priceItem h5 {
    color: #fff;
    background-color: #355088;
    text-align: center;
    font-size: 4.8vw;
    margin: 0;
    padding: 5px 0;
    font-weight: bold;
    border-bottom: none;}
.priceItem h5 span {
    display: inline-block;
    background-color: #ff9600;
    color: #FFFFFF;
    font-weight: normal;
    line-height: 1.5em;
    border-radius: 20px;
    padding: 2px 15px;
    margin-right: 0.5em;
    font-size: 4vw;
    border-bottom: none;}
.priceItem .Inner {padding:3%;}
.priceTxt {
    text-align: center;
    font-size: 4.5vw;
    font-weight: normal;}
.priceTxt span {
    color: #355088;
    font-weight: bold;
    display: block;}
.priceTxtRed {
    text-align: center;
    color: #f03748;
    font-size: 7vw;
    font-weight: bold;
    line-height: 1em;
    margin: 3% 0;}
.priceTxtRed span {
    display: block;
    color: #000000;
    font-weight: normal;
    font-size: 4vw;}
.detail_txt {
    font-size: 4vw;
    text-align: left;
    line-height: 1.3em;
    font-weight: normal;
    padding: 0px;}

.securityBox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;}
.securityItem {
    width: 49%;
    height: 23vw;
    margin: 0 0 1.5% 0;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2196f3;}
.securityItem.red {background-color: #ff0000;}
.securityItemL {
    width: 100%;
    background-color:transparent;}
.securityItem p {
    color: #fff;
    font-weight: bold;
    font-size: 4.3vw;
    line-height: 1.3em;
    text-align: center;}
.securityItem p span {
    display: block;
    font-size: 3.5vw;
    font-weight: normal;}

.securityItem2 {
    width: 90%;
    margin: 0 auto 2% auto;
    display: flex;
    flex-wrap: wrap;}
.securityImg {width: 100%;margin-bottom: 2%;}
.securityTxt {width: 100%;}

/* youtube/pdf */
.youtubeBox {
	width:100%;
	text-align:left;
	margin:0px auto 7vw auto;}
.youtube {
	position:relative;
	padding-top:56.25%;
	overflow: hidden;
	border:5px #DBDBDB solid;
	margin:5px 0px;}
.youtube iframe {
	position:absolute;
	top:0;
	right:0;
	left:0;
	width:100%;
	height:100%;}

.BtnPDF {
    width: 100%;
    margin: 20px auto;
    text-align: center;}

.listDisc {
	margin:0;}
.listDisc li {
	text-align: left;
    color: #000000;
    font-weight: normal;
	line-height: 1.4em;
    font-size: 3.6vw;
	list-style-type:none;
	padding: 0 0 0.2em 1.0em;
	text-indent: -1.0em;}
.listDisc li span {color: #005bff;}

.privacy {
    color: #000000;
    font-size: 3vw;
    text-align: center;
    margin: 5px auto 0 auto;}
.privacy a:link,.privacy a:visited {color: #000000;text-decoration:underline;}
.privacy a:hover,.privacy a:active {color: #000000;text-decoration:none;}

.W440 {
	width:96%;
	float:left;
	margin:0px 2%;
	display: inline-block;}
.W440_ph img {
	width:90%;
	text-align:center;
margin:0px auto;}

.txt_blue {
font-size: 110%;
color:#355088;
line-height: 1.5;
font-weight:bold;
	text-align:center;
	margin:20px 0;
}
.W100 {
	width:25%;
	float:left;
	margin:5px auto;
	display: block;}
.W100 img {
width:90%;}

.W100_ph {
	text-align:center;
	margin:5px auto;}

/*-------------------------------------------------
	++ SLIDER
-------------------------------------------------*/
#functionSlider {
    width: 100%;
    margin: 2% auto;}
.slider{
  	display: none;}
.slider.slick-initialized {
  	display: block;}
.slider li {
	position: relative;}
.slider li span {
    margin-top: 5px;}
.slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-bottom: 5px;}

.slick-loading .slick-list {
    background: #fff url(../img/ajax-loader.gif) center center no-repeat;}

.slick-prev,
.slick-next {
    position: absolute;
    top: 50%;
	left:50%;
    display: block;
    width: 34px;
    height: 58px;
	margin-top:-29px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
	z-index: 9;}
.slick-prev {
    background: url(../img/icon_arrowGL.svg) center center no-repeat;
    background-size: 65%;
	margin-left:-50vw;}
.slick-next {
    background: url(../img/icon_arrowGR.svg) center center no-repeat;
    background-size: 65%;
	margin-left:41vw;}

.slick-dots {
    display: block;
    width: 100%;
    padding: 5px 0 8px 0;
    margin: 0;
    list-style: none;
    text-align: center;}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
	background-color: #999999;
    border-radius: 10px;
    opacity:0.8;}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 15px;
    height: 15px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
	background-color: #e0e0e0;
    border-radius: 10px;}
.slick-dots li.slick-active {
	background-color:#999999;}
.slick-dots li.slick-active button {
	background-color:#999999;}

/*-------------------------------------------------
	++ FOOTER
-------------------------------------------------*/
#footer {
    background-color: #2196f3;
    color: #FFF;
    font-size: 3.5vw;
    padding: 3vw 0;}
#footer .copy {margin: 0px;font-size: 3.5vw;}
#footer .copy a {color: #FFF;}

#pageTop {
    position: fixed;
    bottom: 5vw;
    right: 5vw;
    width: 14vw;
    height: 14vw;}
#pageTop img {
	display:block;}




