@charset "UTF-8";
/* コンテンツ */

.int_sec {
    margin: 0 auto;
    padding: 40px 0;
}
.int_sec img {
    width: 100%;
}
.int_sec h2 {
    width: 80%;
    margin: 0 auto 40px;
}
.int_sec h3 {
    margin: 0 auto 30px;
}
.int_sec h4 {
    width: 90%;
    margin: 0 auto 30px;
}
.int_sec ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
}
.int_sec ul li:first-child {
    width: 48%;
}
.int_sec ul li:last-child {
    width: 48%;
}

@media screen and (max-width: 499px) {
.int_sec {
    margin: 0 auto;
    padding: 30px 0;
}
.int_sec img {
    width: 100%;
}
.int_sec h2 {
    width: 80%;
    margin: 0 auto 20px;
}
.int_sec h3 {
    margin: 0 auto 20px;
}
.int_sec h4 {
    width: 100%;
    margin: 0 auto 20px;
}
.int_sec ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
}
.int_sec ul li:first-child {
    width: 100%;
    margin-bottom: 20px;
}
.int_sec ul li:last-child {
    width: 100%;
}
}

.banner5000 {
    width: 1200px;
    margin: 50px auto;
}
@media screen and (max-width: 499px) {
.banner5000 {
    width: auto;
    margin: 0 auto 0;
}
}

.loan {
    width: 1200px;
    margin: 50px auto 50px;
}
@media screen and (max-width: 499px) {
.loan {
    width: auto;
    margin: 10px 10px;
}
}

.spbanner {
    position: relative;
    background-image: url("../img/lpw_bg.webp");
    background-position: center center;
    background-size: cover;
    padding: 100px 0;
}
.spbanner span {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.3);
}
.spbanner ul {
    position: relative;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 1200px;
    margin: 0 auto -30px;
}
.spbanner ul li {
    box-sizing: border-box;
    padding: 5px;
    border: 1px solid rgba(255,255,255,0.6);
    width: 500px;
    margin: 0 15px 30px;
}

@media screen and (max-width: 499px) {
.spbanner {
    padding: 60px 0;
    margin-bottom: 0;
}
.spbanner ul {
    width: auto;
    margin-bottom: -30px;
}
.spbanner ul li {
    width: 80%;
    margin: 0 auto 30px;
}
}


#loader {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2000;
}
.loaddoc {
    width: 50%;
}
#bar {
	width: 100%;
	height: 5px;
	font-size: 1px;
    line-height: 0;
}
#bar span {
	display: block;
	width: 0;
	height: 5px;
	background: #eee;
}

.bg_madori {
     background-color: #d5e0ea;
}
.bg_madori img {
    box-shadow: 2px 2px 5px #999;
}

.main_box2 {
    position: relative;
    width: 100%;
    margin: 0 auto;
}
.main_box2 img {
    width: 100%;
}
.main_img2 {
    position: relative;
    width: 100%;
    margin-left: -20%;
    margin-top: 50px;
    animation-delay: 1s;
}
.main_box2 h2 {
    position: absolute;
    left: 35%;
    top: 3%;
    width: 50%;
    animation-delay: 1.5s;
}
.main_box2 h3 {
    position: absolute;
    right: 5%;
    top: 18%;
    width: 45%;
    animation-delay: 2s;
}
.main_box2 h4 {
    position: absolute;
    left: 40%;
    bottom: 5%;
    width: 60%;
    animation-delay: 2.5s;
}
.copy1 {
    padding: 35px 0 55px;
}
.copy2 {
    background: linear-gradient(to right, #888, #aaa, #888);
    padding: 20px 0 60px;
}
.copy2 h3 {
    margin-top: 3em;
}
.copy2 h3 span {
    box-sizing: border-box;
    width: 800px;
    padding: 15px 30px;
    display: inline-block;
    background-color: #1d405f;
}
.copy2 h3 img {
    width: 100%;
}

.copy3 {
    background-image: url("../img/bg04.webp");
    background-position: center center;
    background-size: cover;
    color: #fff;
    padding-bottom: 50px;
}
.speedy_tx {
    background-color: rgba(0,0,0,0.3);
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,serif;
    font-weight: 500;
    font-size: 1.4em;
    line-height: 1.5;
    padding: 10px 0;
}
.acc_tx {
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
}
.copy3 h3 {
    margin-top: 3em;
}
.copy3 h3 span {
    box-sizing: border-box;
    width: 800px;
    display: inline-block;
}
.copy3 h3 img {
    width: 100%;
}

@media screen and (max-width: 499px) {
.speedy_tx {
    font-size: 0.84em;
}
.acc_tx {
    padding-bottom: 20px;
}
.copy3 {
    padding-bottom: 40px;
}
.copy3 h3 span {
    width: 80%;
}
}

.newnormal {
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
}
.p_obi {
    background: linear-gradient(to right, #c6b345, #fff9b0, #c6b345);
    padding: 30px 0;
}

.kakaku {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.kakaku ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}
.kakaku ul li img {
    width: 100%;
}
.kakaku ul li {
    width: 55%;
}
.kakaku ul li:last-child {
    width: 40%;
}

.merit h3 {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.merit h3 img {
    width: 400px;
}
.merit h3 img:first-child {
    margin: 0 20px 5px 0;
}
.merit ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: -20px;
}
.merit ul li {
    background-color: #c30d23;
    color: #fff;
    font-size: 1.24em;
    font-weight: bold;
    line-height: 1.5;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    width: 49%;
    height: 100px;
    padding-left: 20px;
    margin-bottom: 20px;
    box-shadow: 2px 2px 5px #999;
}
.merit ul li img {
    width: 40px;
    margin-right: 10px;
}
.merit ul li span {
    color: #ffe57a;
}

@media screen and (max-width: 499px) {
.main_img2 {
    margin-left: -20%;
    margin-top: 30px;
}
.copy1 {
    padding: 25px 0 35px;
}
.copy2 {
    padding: 20px 0 30px;
}
.copy2 h3 span {
    width: 80%;
    padding: 10px 20px;
}
.newnormal {
    padding-bottom: 20px;
}

.kakaku {
    width: auto;
    margin-left: 30px;
    margin-right: 30px;
}
.kakaku ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}
.kakaku ul li img {
    width: 100%;
}
.kakaku ul li {
    width: 100%;
    margin-bottom: 20px;
}
.kakaku ul li:last-child {
    width: 80%;
    margin-bottom: 0;
}

.merit h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.merit h3 img {
    width: 70%;
}
.merit h3 img:first-child {
    margin: 0 0 10px 0;
}
.merit ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: -15px;
}
.merit ul li {
    font-size: 1.08em;
    width: 100%;
    height: 80px;
    padding: 0 15px;
    margin-bottom: 15px;
}
.merit ul li img {
    width: 40px;
}
}

.bg_loc {
    background-color: #dff1ff;
}
.view {
    background-image: url("../view/img/14.jpg");
    background-position: center center;
    background-size: cover;
    padding: 20px 0;
}
.view p {
    width: 1200px !important;
    margin: 0 auto;
}
.view p img {
    width: 100%;
}
#movie1,#movie2 {
	width:800px;
	margin:0 auto;
}
#movie1 video,#movie2 video {
	width:100%;
	margin:0 auto;
}

.ytube iframe {
    width: 800px;
    height: 450px;
}

.copy {
    position: relative;
    margin-top: 60px;
    line-height: 1.3;
}
.copy p {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.c_obi1 {
    background-color: #f3d8e1;
    padding: 20px 0;
}
.c_obi2 {
    background-color: #c13c68;
    padding: 30px 0;
}
.c_img {
    position: absolute;
    width: 1280px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: right;
}
.c_img img {
    position: relative;
    width: 680px;
    margin-right: -80px;
}

.ew {
    background-color: #3f3a39;
    padding: 80px 0;
}
.ew ul {
    width: 1200px;
    margin: 0 auto;
}
.ew ul li {
    float: left;
    width: calc((100% / 3) - (40px / 3));
    margin: 0 20px 20px 0;
}
@media screen and (min-width: 500px) {
.ew ul li:nth-child(3n) {
    margin-right: 0;
}
}
.ew ul li img {
    width: 100%;
    border-radius: 10px;
    /*filter: drop-shadow(0 0 5px #59b1ce);*/
}
.ewadj {
    padding-top: 20px;
}

.covid {
	text-align:center;
    line-height: 1.7;
}
.covid p {
	display:inline-block;
	margin:0 auto;
}
.covid p a {
	color:#c00;
	display:block;
	border:1px solid #c00;
	padding:20px 40px;
	transition:all 0.5s;
}
.covid p a:hover {
	background-color:#fee;
	transition:all 0.5s;
}

.news {
	float:left;
	width:500px;
	margin-left:50px;
	line-height:1.7;
}
.news dt {
	font-size:0.84em;
	float:left;
	color:#666;
	font-family:"Courier New", Courier, monospace;
}
.news dd {
	padding:0 0 20px 120px;
	border-bottom:1px dotted #ccc;
	margin-bottom:20px;
}

.flyer {
	float:right;
	width:500px;
	margin-right:50px;
	line-height:1.7;
}
.fdate {
	font-size:0.84em;
	color:#666;
	font-family:"Courier New", Courier, monospace;
}
	
.flyer img {
	max-width:200px;
	max-height:200px;
	width: expression(this.width >= this.height ? "200px" : "auto");
	height: expression(this.width <= this.height ? "200px" : "auto");
}

#pdf li {
	border-bottom:1px dotted #ccc;
	padding-bottom:30px;
	margin-bottom:30px;
}
#pdf li:last-child {
	border:0;
	padding-bottom:0;
	margin-bottom:0;
}

.tsub {
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,serif;
	font-size:1.8em;
	line-height:1.4;
	letter-spacing:0.1em;
	color:#666;
	border-bottom:1px solid #999;
	text-align:center;
	padding-bottom:5px;
	margin-bottom:40px;
}

.imglink {
	position:relative;
    min-width:1280px;
    margin: auto;
    border-bottom: 1px solid #fff;
}
.imglink a {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-color:#fff;
	opacity:0;
	z-index:1100;
	transition:opacity 0.5s;
}
.imglink a:hover {
	opacity:0.4;
}
.imgarr {
	position:absolute;
	right:5%;
	bottom:8%;
	z-index:1000
}
.imgarr img {
	height:60px;
}
.img1 h3 {
	position:absolute;
	left:6%;
	top:10%;
	z-index:1000;
	text-align:left;
	color:#fff;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,serif;
	font-size:2.5em;
	text-shadow: 0 0 5px #000,0 0 5px #000,0 0 5px #000;
    line-height: 1.5;
    font-weight: normal;
}
.img1 p {
	position:absolute;
	right: 12%;
	bottom:10%;
	z-index:1000;
	text-align:right;
	color:#fff;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,serif;
	font-size:1.8em;
	text-shadow: 0 0 5px #000,0 0 5px #000,0 0 5px #000;
    line-height: 1.5;
}
.img3 h3 {
	position:absolute;
	left:6%;
	top:10%;
	z-index:1000;
	text-align:left;
	color:#fff;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,serif;
	font-size:2.5em;
	text-shadow: 0 0 5px #000,0 0 5px #000,0 0 5px #000;
    line-height: 1.5;
    font-weight: normal;
}
.img3 p {
	position:absolute;
    right: 12%;
	bottom:10%;
	z-index:1000;
	text-align:right;
	color:#fff;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,serif;
	font-size:1.8em;
	text-shadow: 0 0 5px #000,0 0 5px #000,0 0 5px #000;
    line-height: 1.5;
}
.img4 h3 {
	position:absolute;
	left:19%;
	top:10%;
	z-index:1000;
	text-align:left;
	color:#fff;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,serif;
	font-size:3em;
	text-shadow: 0 0 5px #000,0 0 5px #000,0 0 5px #000;
    line-height: 1.5;
    font-weight: normal;
}
.img4 p {
	position:absolute;
    right: 12%;
	bottom:10%;
	z-index:1000;
	text-align:right;
	color:#fff;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,serif;
	font-size:1.8em;
	text-shadow: 0 0 5px #000,0 0 5px #000,0 0 5px #000;
    line-height: 1.5;
}

.img5 h3 {
	position:absolute;
	left:7%;
	top:10%;
	z-index:1000;
	text-align:left;
	color:#fff;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,serif;
	font-size:3.5em;
	text-shadow: 0 0 5px #000,0 0 5px #000,0 0 5px #000;
    line-height: 1.5;
    font-weight: normal;
}
.img5 p {
	position:absolute;
    left:7%;
	top:25%;
	z-index:1000;
	text-align:left;
	color:#fff;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,serif;
	font-size:2.5em;
	text-shadow: 0 0 5px #000,0 0 5px #000,0 0 5px #000;
    line-height: 1.5;
}
.img9 h3 {
	position:absolute;
	left:0;
    right: 0;
    margin: auto;
	top:10%;
	z-index:1000;
	text-align:center;
	color:#fff;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,serif;
	font-size:2.4em;
	text-shadow: 0 0 5px #000,0 0 5px #000,0 0 5px #000;
    line-height: 1.5;
    font-weight: normal;
}
.img9 p {
	position:absolute;
    left:0;
    right: 0;
    margin: auto;
	bottom:10%;
	z-index:1000;
	text-align:center;
	color:#fff;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,serif;
	font-size:1.8em;
	text-shadow: 0 0 5px #000,0 0 5px #000,0 0 5px #000;
    line-height: 1.5;
}

.iot_bg {
	background-image:url(../img/iot_bg.jpg);
	background-repeat:no-repeat;
	background-position:left center;
	background-size:contain;
}
.iot_bg a {
	display:block;
	position:relative;
}
.iot_bg a span {
	position:absolute;
    display: block;
	right:0;
	bottom:0;
}
.iot_bg a span img {
	width:60px;
}

.iottx {
	letter-spacing:0.1em;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,serif;
	font-size:1.4em;
}

@media screen and (min-width: 500px) {

}

@media screen and (max-width: 499px) {
.ytube iframe {
    width: 320px;
    height: 180px;
}

.view p {
    width: 90% !important;
    margin: 0 auto;
}

#movie1,#movie2 {
	width:100%;
}

.copy {
    margin-top: 30px;
}
.copy p {
    width: 100%;
}
.c_obi1 {
    padding: 15px 0;
}
.c_obi2 {
    padding: 20px 0;
}
.c_img {
    width: 100%;
}
.c_img img {
    position: relative;
    width: 130px;
    margin-right: -10px;
}

.ew {
    padding: 30px 0;
}
.ew ul {
    width: auto;
    margin: 0 40px;
}
.ew ul li {
    float: none;
    width: 100%;
    margin: 0 0 15px 0;
}
.ewadj {
    padding-top: 15px;
}

.covid {
	font-size:0.92em;
}
.covid p {
	display:block;
	margin:0 20px;
}
.covid p a {
	padding:10px 20px;
	transition:all 0.5s;
}

.tsub {
	font-size:1.6em;
	margin-bottom:30px;
}

.news {
	float:none;
	width:auto;
	margin:0 20px 50px;
}
.news dt {
	float:none;
}
.news dd {
	padding:0 0 20px 0;
	border-bottom:1px dotted #ccc;
	margin-bottom:20px;
}
.flyer {
	float:none;
	width:auto;
	margin:0 20px;
}
.flyer img {
	max-width:120px;
	max-height:120px;
	width: expression(this.width >= this.height ? "200px" : "auto");
	height: expression(this.width <= this.height ? "200px" : "auto");
}

.imglink {
    min-width: 100%;
    max-width: 100%;
}
.imgarr {
	right:10px;
	bottom:10px;
}
.imgarr img {
	height:50px;
}

.img1 h3 {
	left:20px;
	top:20px;
	text-align:left;
	font-size:1.24em;
}
.img1 p {
	right: 70px;
	bottom:20px;
	text-align:right;
	font-size:0.84em;
}
.img3 h3 {
	left:20px;
	top:20px;
	text-align:left;
	font-size:1.24em;
}
.img3 p {
    right: 70px;
	bottom:20px;
	text-align:right;
	font-size:0.84em;
}
.img4 h3 {
	left:110px;
	top:20px;
	text-align:left;
	font-size:1.24em;
}
.img4 p {
    right: 70px;
	bottom:20px;
	text-align:right;
	font-size:0.84em;
}
.img5 h3 {
	left:20px;
	top:20px;
	font-size:1.24em;
}
.img5 p {
    left: 20px;
	top:55px;
	z-index:1000;
	font-size:1em;
	text-align:left;
    line-height:1.5;
}
.img9 h3 {
	top:70px;
	font-size:1.24em;
}
.img9 p {
	bottom:20px;
	font-size:0.84em;
}

.iot_bg {
	background-image:none;
}
.iot_bg .box0 {
	margin-left:20px !important;
	margin-right:20px !important;
}
.iottx {
	font-size:1.24em;
}
.iotadj {
    padding-bottom: 0;
}

}