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


/* ---------------------------------------------------------------------------------------------

   Main スライダー

--------------------------------------------------------------------------------------------- */
#main{
	width: 100%;
	/*padding-top: 80px;*/
	padding-top: 0;
	position: relative;
}

.centerBox {
  position: absolute;
  bottom: 2.5%;
  left: 0;
  right: 0;
  z-index: 5;
  margin: auto;
  width: 100%;
}


/* ---------------------------------------------------------------------------------------------

   Consult-wrap ナビ

--------------------------------------------------------------------------------------------- */
#consult-wrap{
	width: 1200px;
	margin: 0 auto;
	padding: 15px 0;
}

.flex-nav{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: auto;
}

.flex-nav a.consult-item{
	display: flex;
	flex-direction: column; /*float-none*/
	justify-content: center; /*text-align*/
	align-items: center; /*virtical-align*/
	width: 25%;
	height: 125px;
	line-height: 1;
	border: 2px solid #fff;
	color: #fff;
	font-weight: bold;
    border-radius: 7.5px;
}
.flex-nav a:hover.consult-item{
	opacity: 0.75;
}

.flex-nav a.consult-item .fa-hand-holding-heart,
.flex-nav a.consult-item .fa-wallet,
.flex-nav a.consult-item .fa-people-arrows,
.flex-nav a.consult-item .fa-home{
	color: #fff;
	line-height: 1;
	font-size: clamp(24px, 3vw, 36px);
}

@media screen and (max-width:1200px) {

#consult-wrap{
	width: 94%;
}
}

@media screen and (max-width:700px) {
	
.flex-nav a.consult-item{
	width: 50%;
	height: 100px;
}
}




/* ---------------------------------------------------------------------------------------------

   NEWS

--------------------------------------------------------------------------------------------- */
#info ul li{
	width: 100%;
	border-bottom: 1px solid #ccc;
}
#info ul li a{
	display: block;
	padding: 25px;
}
#info ul li a:hover{
	background: #fff;
}

#info ul li a .day{
	float: left;
	line-height: 1.5;
	margin-right: 15px;
	font-size: clamp(12px, 3vw, 16px);
	background: #f66;
	color: #fff;
	padding: 1px 15px 2.5px 15px;
	border-radius: 10em;
}

#info ul li a .event{
	float: left;
	line-height: 1.75;
	font-size: clamp(14px, 3vw, 16px);
}

#info ul li a .fa-chevron-circle-right{
	float: right;
	font-size: clamp(24px, 3vw, 30px);
	line-height: 1.75;
	color: #f66;
}

@media screen and (max-width:1000px) {

#info ul li a .day{
    margin-bottom: 10px;
}
}

@media screen and (max-width:700px) {

#info ul li a .event{
    width: 85%;
}
    
#info ul li a .fa-chevron-circle-right{
    width: 10%;
	margin-left: 5%;
}
}


/* ---------------------------------------------------------------------------------------------

   VARIOUS（いろいろな保険）

--------------------------------------------------------------------------------------------- */
.various-nav{
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
	width: 100%;
    border-bottom: 2px dotted #999;
}

.various-nav .various-link{
	width: 49%;
	height: auto;
    margin-bottom: 2%;
}

.various-nav .various-link a img{
	display: block;
	width: 100%;
}
.various-nav .various-link a:hover img{
	opacity: 0.75;
}


/* ---------------------------------------------------------------------------------------------

   VARIOUS2（いろいろな保険2）

--------------------------------------------------------------------------------------------- */
.various-nav2{
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
	width: 100%;
    margin-top: 2%;
}

.various-nav2 .various-link2{
	width: 23.5%;
	height: auto;
    margin-bottom: 2%;
}

.various-nav2 .various-link2 a img{
	display: block;
	width: 100%;
}
.various-nav2 .various-link2 a:hover img{
	opacity: 0.75;
}

@media screen and (max-width:1000px) {
    
.various-nav2 .various-link2{
	width: 32%;
}
}

@media screen and (max-width:700px) {
    
.various-nav2 .various-link2{
	width: 49%;
}
}




/* ---------------------------------------------------------------------------------------------

   ABOUT

--------------------------------------------------------------------------------------------- */
#about{
    width: 100%;
    height: 100%;
    background-image: url("../images/top-about.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#about .re-h2,#about .re-h2 span{
    color: #fff;
	filter:drop-shadow(2px 2px 3px rgba(0,0,0,0.3));/*画像上でも透過するbox-shadowに代わるもの*/
}

.about-wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
}

.about-item{
    width: 30%;
    border: 3px solid #fff;
    padding: 25px;
    border-radius: 15px;
    margin-bottom: 3.33%;
    text-align: center;
}

.about-item .fas{
    color: #fff;
	font-size: clamp(72px, 2vw, 96px);
    margin-bottom: 50px;
}

.about-item h3{
    text-align: center;
    color: #fff;
	font-size: clamp(20px, 2vw, 24px);
	filter:drop-shadow(2px 2px 2px rgba(0,0,0,0.5));/*画像上でも透過するbox-shadowに代わるもの*/
}

#about .text-16{
    color: #fff;
    text-align: left;
	filter:drop-shadow(2px 2px 2px rgba(0,0,0,0.5));/*画像上でも透過するbox-shadowに代わるもの*/
    line-height: 1.75;
}

@media screen and (max-width:900px) {

.about-item{
    width: 45%;
}
    
.about-item{
    margin-bottom: 5%;
}
}

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

.about-item{
    width: 80%;
}
}

#about .text-16{
    color: #fff;
}



/* ---------------------------------------------------------------------------------------------

   INSTAGRAM スライダー ※swiper.cssに記述

--------------------------------------------------------------------------------------------- */



/* ---------------------------------------------------------------------------------------------

   SNS link4

--------------------------------------------------------------------------------------------- */
.sns-wrap{
	width: 100%;
	padding: 50px 0;
    background: url("../images/email-pattern.png") repeat 0 0;
}

.sns-nav{
	display: flex;
	flex-wrap: wrap;
	width: 900px;
	height: auto;
	margin: 0 auto;
}

.sns-nav a.sns-item{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 25%;
	height: 100px;
	line-height: 1.5;
	border: 2px solid #eee;
	border-radius: 7.5px;
	color: #fff;
}
.sns-nav a:hover.sns-item{
	opacity: 0.75;
}

.sns-nav a.insta{
	background: #E1306C;
}
.sns-nav a.facebook{
	background: #4267b2;
}
.sns-nav a.youtube{
	background: #DA1725;
}
.sns-nav a.line{
	background: #06c755;
}

.sns-nav a.sns-item .fa-instagram,
.sns-nav a.sns-item .fa-facebook,
.sns-nav a.sns-item .fa-youtube-square,
.sns-nav a.sns-item .fa-line{
	color: #fff;
	line-height: 1;
	/*font-size: clamp(48px, 3vw, 60px);*/
	font-size: clamp(36px, 3vw, 48px);
}

@media screen and (max-width:900px) {

.sns-nav{
	width: 94%;
}
}

@media screen and (max-width:700px) {

.sns-nav a.sns-item{
	width: 50%;
	height: 75px;
}
}



/* ---------------------------------------------------------------------------------------------

   ACHIVEMENTS

--------------------------------------------------------------------------------------------- */
.achievements-table{
	border: 3px solid #333;
}

th.number-title{
	width: 100%;
	color: #fff;
	text-align: center;
	background: #333;
	padding: 15px;
	line-height: 1;
}

.life-th{
	width: 30%;
    background: url("../images/old_map.png") repeat 0 0;
	vertical-align: middle;
	padding: 15px;
	line-height: 1;
	font-weight: bold;
}
.damage-th{
	width: 30%;
    background: url("../images/old_map.png") repeat 0 0;
	vertical-align: middle;
	padding: 15px;
	line-height: 1;
	font-weight: bold;
	border-top: 3px solid #333;
}

.achievements-table td{
	padding: 15px;
	background: #fff;
}
.achievements-table td span{
	float: right;
	color: #f03;
}

.damage-td{
	border-top: 3px solid #333;
}

.total-td{
	border-top: 1px solid #333;
}



/* ---------------------------------------------------------------------------------------------

   SDGS

--------------------------------------------------------------------------------------------- */
#sdgs{
    background: url("../images/21.gif") repeat 0 0;
}

.global-goals{
    width: 100%;
    height: auto;
	filter:drop-shadow(2px 2px 3px rgba(0,0,0,0.3));/*画像上でも透過するbox-shadowに代わるもの*/
}
a:hover .global-goals{
    opacity: 0.75;
}

#sdgs .text-16{
    text-align: center;
    margin-top: 15px;
}

@media screen and (max-width:700px) {
    
.global-goals{
    width: 80%;
    margin: 0 auto;
}














































