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

.img-frame{
   position: relative;
   width: 100%;
    height: 100%;
   overflow: hidden;
   margin: 0 auto;
}
.img-01, .img-02, .img-03{
   position: absolute;
   top:0;
   left:0;
   width: 100%;
   height: 100%;
   background-size: cover;
   background-repeat: no-repeat;
}
.img-01{
	background-image: url('../img/hoken/kh-top01.jpg');
	animation: slide-animation-01 24s infinite;
	background-repeat: no-repeat;
	background-position: center 20%;
}
.img-02{
   background-image: url('../img/hoken/kh-top2.jpg');
   animation: slide-animation-02 24s infinite;
    background-repeat: no-repeat;
	background-position: center center;
}
.img-03{
   background-image: url('../img/hoken/kh-top3.jpg');
   animation: slide-animation-03 24s infinite;
    background-repeat: no-repeat;
	background-position: center center;
}
@keyframes slide-animation-01 {
    0% {opacity: 1; transform: scale(1.0);}
  30% {opacity: 1;}
  40% {opacity: 0; transform: scale(1.1);}
  90% {opacity: 0}
100% {opacity: 1; transform: scale(1.0);}
}
@keyframes slide-animation-02 {
    0% {opacity: 0;}
  30% {opacity: 0; transform: scale(1.1);}
  40% {opacity: 1;}
  60% {opacity: 1;}
  70% {opacity: 0; transform: scale(1.0);}
100% {opacity: 0;}
}
@keyframes slide-animation-03 {
    0% {opacity: 0;}
  60% {opacity: 0;  transform: scale(1.0);}
  70% {opacity: 1;}
  90% {opacity: 1;}
100% {opacity: 0; transform: scale(1.1);}
}

section {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 50px 0;
    position: relative;
}
section2 {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    padding: 0;
    background-color: #F8C7D8;
}
section3 {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    padding: 50px 0;
    background-color: #F8C7D8;
}
.contents {
	width: 100%;
	box-sizing: border-box;
	position: relative;
    display: block;
    margin: 70px 0;
    padding: 40px 50% 40px 10%;
    background:linear-gradient(90deg,#3CC0C2 0%,#3CC0C2 75%,#fff 75%,#fff 100%);
}
.contents2 {
	width: 75%;
	box-sizing: border-box;
	position: relative;
	display: block;
	margin: 100px auto;
	padding: 50px 3%;
	border-radius: 30px;
	background-color: #E87099;
}


h1 {
    font-family: "FOT-ロダン ProN B";
	font-size: 3vw;
	text-align: left;
	line-height: 1.8em;
	margin: 20px 0 30px;
    color: #fff;
}
h2 {
	font-family: "FOT-ロダン ProN M";
	font-size: 27px;
	padding: 40px 0 0 140px;
    margin: 0 auto 15px;
	line-height: 1.4em;
	display: block;
    width: 75%;
    box-sizing: border-box;
	background-image: url("../img/hoken/kh_risk.png");
	background-repeat: no-repeat;
	background-size: auto 98%;
	background-position: left top;
}
h2 strong {
    font-family: "FOT-ロダン ProN B";
    font-size: 1.2em;
    color: #E87099;
}
h3 {
	font-family: "FOT-ロダン ProN M";
	font-size: 25px;
    color: #fff;
	line-height: 1.5em;
    padding: 0;
    margin: 10px 0 20px;
    display: inline-block;
}
h3 strong {
    font-family: "FOT-ロダン ProN DB";
	font-size: 1.3em;
    line-height: 1.5em;
}
h4 {
	font-family: "FOT-ロダン ProN M";
	font-size: 25px;
	line-height: 1.3em;
    padding: 0;
    margin: 0 0 10px 120px;
    display: block;
}
h4 small {
    font-size: 0.65em;
    line-height: 1em;
}
h5 {
	font-family: "FOT-ロダン ProN DB";
	font-size: 22px;
	line-height: 1.3em;
    display: block;
    margin: 0 0 15px;
    padding-left: 8px;
    color: #E87099;
    border-left: 10px solid #E87099;
}
h5 small {
    font-size: 0.6em;
    line-height: 1em;
}
.container {
	width: 100%;
    height: 80vh;
    min-height: 500px;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	position: relative;
	background-image: url("../img/hoken/k-top6.jpg?1");
	background-repeat: no-repeat;
	background-size: auto 110%;
	background-position: right top;
}
.container2 {
	width: 100%;
	box-sizing: border-box;
	padding: 100px 3% 70px;
	margin: 0 0 70px;
    display: inline-block;
	position: relative;
    background:linear-gradient(90deg,#F8C7D8 0%,#F8C7D8 80%,#fff 80%,#fff 100%);
}
.lead2 {
    display: block;
    width: 75%;
    box-sizing: border-box;
    padding: 0 0 0 140px;
    margin: 0 auto 50px;
    font-family: "FOT-ロダン ProN DB";
    font-size: 16px;
    text-align: left;
    line-height: 1.5em;
    color: #E87099;
}
.hukidashi {
    width: 25%;
    max-width: 350px;
    position: absolute;
    top: 250px;
    right: 8vw;
}
.top6 {
    font-family: "FOT-ロダン ProN L";
	font-size: 6vw;
    font-weight: 100;
	text-align: left;
	line-height: 1.2em;
    padding: 20px 30px 0;
    color: #E87099;
    position: absolute;
    bottom: 0;
    left: 3%;
    display: inline-block;
    background-color: #fff;
}
.top6 small {
    font-size: 0.35em;
    line-height: 1em;
    display:inline-block;
    margin: 0;
    padding: 0;
}

.aisatsu-title {
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-size: 28px;
    font-weight: 800;
    color: #fff;
    width: 100%;
    margin: 15px 0;
    line-height: 1.8em;
    letter-spacing: 0.1em;
    display: block;
}
.message {
    padding: 0 2em;
    margin: 0;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-size: 16px;
    color: #fff;
    line-height: 1.8em;
    text-align: justify;
    display: block;
}
.message strong {
    font-size: 1.5em;
    margin: 0px 0 15px -1em;
    display: inline-block;
}
.contents2 ul {
    padding: 0;
    margin: 0 0 0 4em;
    list-style: none;
}
.contents2 ul li {
    color: #fff;
    line-height: 1.3em;
    font-family: "FOT-ロダン ProN DB";
    font-size: 18px;
    box-sizing: border-box;
    padding: 0 0 0 5.5em;
    display: inline-block;
    margin: 10px 0;
}
.power {
    font-family: "FOT-ロダン ProN DB";
    font-size: 1.3em;
    padding: 10px 15px;
    margin: 0px 20px 0px -5.3em;
    letter-spacing: 1px;
    background-color: #fff;
    color: #E87099;
    border-radius: 5px;
    display: inline-block;
}
.p-link {
    width: 90%;
    display: table;
    text-align: left;
    margin: 30px auto;
    padding: 0;
}
.p-link li {
    width: calc(100% / 3);
    padding: 0 1%;
    margin: 0 0 15px;
    list-style: none;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
}
.p-link li a, .p-link li:last-child a {
    font-family: "FOT-ロダン ProN DB";
    font-size: 14px;
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 8px 12px;
    text-decoration: none;
    background-color: #E87099;
    color: #fff;
    transition: 0.4s;
}
.p-link li a {
    background-color: #E87099;
    color: #fff;
}
.p-link li a:hover {
    background-color: #F8C7D8;
    transition: 0.4s;
}
/*
.p-link li:last-child a {
    background-color: #E42E6D;
    color: #fff;
}
.p-link li:last-child a:hover {
    background-color: #F8C7D8;
    transition: 0.4s;
}*/
.no {
    font-family: "FOT-ロダン ProN EB";
    font-size:150px;
    line-height: 1em;
    color: #E87099;
    position: absolute;
    top: 30px;
    left: 3%;
}
.hoken-lead {
    font-size: 14px;
    line-height: 1.8em;
    margin: 20px 0 30px 120px;
    text-align: left;
}
.s-list {
    width: 100%;
    box-sizing: border-box;
    padding: 0 0 0 9%;
    margin: 0;
    list-style: none;
    
}
.s-list li {
    width: 47%;
    display: inline-block;
    box-sizing: border-box;
    padding: 30px 25px;
    margin: 0 1% 30px;
    background-color: #fff;
    font-size: 13px;
    line-height: 1.8em;
    vertical-align: top;
}
.risk-box1, .risk-box2, .risk-box3 {
    width: 75%;
    display: block;
    box-sizing: border-box;
    margin: 0 auto 50px;
}
.risk-box2 {
    padding: 0 0 0 10%;
}
.risk-box3 {
    padding: 0 0 0 20%;
}
.risk-box1 .risk,.risk-box2 .risk,.risk-box3 .risk {
    display: inline-block;
    list-style-type:none;
    padding: 0;
    margin: 10px 0 0 1.5em;
}
.risk-box1 .risk li,.risk-box2 .risk li,.risk-box3 .risk li {
    font-family: "FOT-ロダン ProN M";
    font-size: 13px;
    line-height: 1.5em;
    font-weight:lighter;
    position:relative;
    color: #000;
    padding: 0 20px 0 5px;
    margin: 0px 0 12px;
  border-bottom: dashed 1px #ccc;
}
.risk-box1 .risk li strong,.risk-box2 .risk li strong,.risk-box3 .risk li strong {
    color: #C2007b;
    font-weight:lighter;
}

.image {
    width: 200px;
    position: absolute;
    bottom: -20%;
    right: 10%;
}
.left-i {
	width: 40%;
	float: left;
	border-radius: 30px;
    position: absolute;
    left: -17%;
    top: 15%;
}
.midashi {
    font-family: "FOT-ロダン ProN B";
    font-size: 3vw;
    text-align: center;
    line-height: 1.2em;
    display: block;
    margin: 30px auto 100px;
    padding: 0;
}
.midashi strong {
    color: #984286;
    font-size: 1.4em;
}
section p {
    font-family: "FOT-ロダン ProN M";
    font-size: 14px;
    text-align: left;
    line-height: 2em;
}
section2 .r-img {
	width: 35%;
	height: 85vh;
    margin: 0;
    padding: 0;
	background-image: url("../img/t-image1.jpg");
	background-repeat: no-repeat;
	background-size: auto 110%;
	background-position: center center;
    border-right: 20px solid #383684;
    position: absolute;
    top: 0;
    right: 0;
}
.sodan-list {
    width: 48%;
    margin: 30px 6%;
    padding: 0;
    list-style: none;
    float: left;
}
.sodan-list li {
	width: 100%;
	box-sizing: border-box;
    margin: 0;
	padding: 0 10px 0 35px;
    margin-bottom: 30px;
	font-family: "FOT-ロダン ProN M";
	font-size: 18px;
	line-height: 2em;
    background-image: url("../img/list-line.jpg");
	background-repeat: no-repeat;
	background-size: 20px auto;
	background-position: left 0.85em;
}
.sodan-list li strong {
    font-family: "FOT-ロダン ProN B";
    color: #984286;
    font-size: 1.4em;
}
.insta {
    width: 80px;
    margin: -50px auto 30px;
    display: block;
}

.activity-image {
    width: 180px;
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.activity {
    width: 29%;
    box-sizing: border-box;
    display: inline-block;
    margin: 20px 1.9% 20px 2%;
    padding: 0;
    text-align: center;
}
.activity a {
    text-decoration: none;
    color: #000;
    transition: 0.3s;
}
.activity img {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 30px;
}
.activity .name {
    font-family: "FOT-筑紫ANB丸ゴS Std B";
    font-size: 22px;
    letter-spacing: 1px;
    line-height: 1.4em;
    margin-bottom: 15px;
}
.icon {
    width: 170px;
    float: left;
    margin: -80px 0 10px 5%;
}
.icon2 {
	width: 170px;
	z-index: 2;
    position: absolute;
    right: 5%;
    top: 130px;
}
.contens {
    width: 90%;
    box-sizing: border-box;
    display: block;
    margin: 30px auto;
    padding: 50px 5%;
    background-color: #fff;
}
.contact-btn {
	display: table;
	padding: 20px 200px 18px;
	margin: 20px auto 0;
	background-color: #EEC600;
	font-family: "FOT-UD丸ゴ_スモール Pr6N B";
	font-size: 23px;
	color: #000;
	letter-spacing: 0.2em;
	line-height: 1.2em;
	border-radius: 30px;
	text-decoration: none;
    transition: 0.4s;
}
.contact-btn:hover {
    transition: 0.4s;
	background-color: #5FC499;
	color: #000; 
}
.tell_btn {
	width: 70px;
	height: 90px;
	background-color: #C4BB9C;
	position:fixed;
	top: 100px;
	right: 0;
    display: flex;
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
    /*普段は隠しておく*/
	opacity: 0;
	visibility: hidden;
    transition: .4s;
}
.tell_btn.active, .mail_btn.active, .sns_btn.active {
    /*activeが付いたら表示*/
    opacity: 1;
	visibility: visible;
    transition: .4s;
}
.tell_btn a, .mail_btn a, .sns_btn a {
    display: block;
    width: 100%;
    padding: 80% 0 0 0;
    font-family: "FOT-ロダン ProN B";
	font-size: 11px;
	line-height: 1.2em;
    text-align: center;
    color: #000;
    text-decoration: none;
}
.tell_btn img, .mail_btn img, .sns_btn img {
    width: 50%;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
}

@media only screen and (max-width: 899px) {
section {
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 50px;
    padding: 50px 0 30px;    
}
#loop_slider, #loop_slider_l {
    width: 75%;
    height: 390px;
}
.top-visual .consept {
    font-size: 13vw;
    line-height: 1.3em;
    position: absolute;
    bottom:0;
    left: 5%;
    z-index: 5;
}
.top-visual .consept br {
    display: inherit;
}
.contents {
	width: 80%;
    margin-bottom: 50px;
	padding: 40px 3% 50px 22%;
	border-top-left-radius: 40px;
	border-bottom-left-radius: 40px;
	border-top-right-radius: 130px;
}
.contents2 {
	width: 85%;
	box-sizing: border-box;
	position: relative;
	display: block;
	margin: 80px auto;
	padding: 30px 4%;
	border-radius: 30px;
}
h1 {
    font-size: 17px;
    text-align: left;
    letter-spacing:normal;
    line-height: 1.8em;
    margin: 0 0 10px;
}
h2 {
	font-family: "FOT-ロダン ProN M";
	font-size: 23px;
	padding: 27% 0 0 6%;
    margin: 0 auto 15px;
	line-height: 1.6em;
	display: block;
    width: 96%;
    box-sizing: border-box;
	background-image: url("../img/hoken/risk.png");
	background-repeat: no-repeat;
	background-size: 27% auto;
	background-position: left top;
}
h2 strong {
    font-family: "FOT-ロダン ProN B";
    font-size: 1.2em;
    color: #3CC0C2;
}
h3 {
	font-size: 5vw;
	text-align:left;
    line-height: 1.3em;
    font-family: "FOT-ロダン ProN DB";
}
h3 strong {
    font-family: "FOT-ロダン ProN B";
    font-size: 1.5em;
    display: block;
}
h3 br {
    display: none;
}
h4 {
    font-family: "FOT-ロダン ProN DB";
	font-size: 27px;
	line-height: 1.3em;
    padding: 0;
    margin: 35px 0 10px 10%;
    z-index: 10;
    position: relative;
}
h4 small {
    font-family: "FOT-ロダン ProN M";
    font-size: 0.65em;
    line-height: 1em;
    display: inline-block;
    padding: 0;
    margin: 0;
}
h5 {
    
	font-size: 22px;
    margin: 0 0 10px;
}
h5 small {
    display: inline-block;
}

.message {
    font-family: "FOT-ロダン ProN DB";
    padding: 0;
    margin: 10px 0;
    font-size: 14px;
    line-height: 1.5em;
    letter-spacing: 0;
    display: block;
    text-align: left;
}
.message strong {
    font-size: 1.5em;
    line-height: 1.5em;
    margin: 0px 0 15px -0.5em;
}
.contents2 ul {
    padding: 0;
    margin: 0 auto;
    list-style: none;
}
.contents2 ul li {
    color: #fff;
    line-height: 1.6em;
    font-size: 16px;
    box-sizing: border-box;
    padding: 60px 0 0;
    display: inline-block;
    margin: 0px 0 30px;
}
.contents2 ul li:last-child {
    margin: 0;
}
.power {
    font-size: 1.5em;
    padding: 10px 15px;
    margin: -60px 0 10px;
    letter-spacing: 1px;
    background-color: #fff;
    border-radius: 5px;
    display:table;
}
.container {
	width: 100%;
    height: 50vh;
    min-height:380px;
	background-size: cover;
	background-position: 40% top;
}
.hukidashi {
    width: 32%;
    max-width:inherit;
    position: absolute;
    top: 22%;
    right: 3%;
    z-index: 10;
}
.lead2 {
    width: 84%;
    padding: 0;
    margin: 0px auto 50px;
    font-size: 16px;
    line-height: 1.6em;
}
.risk-box1, .risk-box2, .risk-box3 {
    width: 94%;
    margin: 0px auto 40px;
}
.risk-box1 .risk li,.risk-box2 .risk li,.risk-box3 .risk li {
    font-size: 13px;
    line-height: 1.6em;
    padding: 0 10px 0 0;
    margin: 0px 0 12px;
    border-bottom: dashed 1px #ccc;
}
.top6 {
	font-size: 9vw;
    font-weight: 100;
	text-align: left;
	line-height: 1.1em;
    padding: 0px 20px 0;
    position: absolute;
    bottom: -30px;
    left: 0;
    display: inline-block;
    background-color: #fff;
}
.top6 small {
    font-size: 0.35em;
    line-height: 1em;
    display:inline-block;
    margin: 0;
    padding: 0;
}
.p-link {
    width: 94%;
    display: table;
    text-align: left;
    margin: 10px auto 0;
    padding: 0;
}
.p-link li {
    width: 50%;
    padding: 0 2%;
    margin: 0 0 13px;
    vertical-align: top;
}
.p-link li a, .p-link li:last-child a {
    font-size: 13px;
    padding: 8px 10px;
    line-height: 1.2em;
}
.container2 {
	width: 100%;
	padding: 100px 3% 70px;
	margin: -70px 0 120px;
}
.no {
    font-size:150px;
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 0;
    display: inline-block;
}
.hoken-lead {
    font-size: 13px;
    line-height: 1.8em;
    margin: 20px 5% 30px 10%;
}
.s-list {
    width: 100%;
    padding: 0 0 0 9%;
}
.s-list li {
    width: 100%;
    padding: 30px 25px;
    margin: 0 0 30px;
    font-size: 13px;
}
}
