
/* --- f view --- */

.f_view {
	margin-bottom:30px;
	height:920px;
	overflow:hidden;
}

.f_view_inner {
	width:100%;
	position:relative;
}


.f_view_inner h1 {
	position:absolute;
	top:2em;
	right:2.5em;
	font-size:1.4rem;
	z-index:5;
}

.f_view_inner h2 {
	font-size:3.6rem;
	line-height:2em;
	z-index:5;
	letter-spacing: 1.2rem;
	margin-bottom:3.2em;
}

.scrolledown {
	position:absolute;
	left:38px;
	bottom:160px;
	z-index:4;
	animation: sdl 1.5s ease infinite;
}

@keyframes sdl {
  0% {
	  opacity:0;
	  transform:translate(0,0);
  }
  50% {
	  opacity:1;
  }
  100% {
	  opacity:0;
	  transform:translate(0,20px);
  }
}

/* --- slider --- */

.slick-list,
.slick-track {
	height:100%;
}

.slider{
    margin:0;
    width: 100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
}
/*
.slider::before {
	content:"";
	display: block;
	width:100%;
	height:100%;
	background:rgba(170,170,170,0.3);
	position:absolute;
	left:0;
	top:0;
	z-index:1;
}
*/
.slider img {
	width:100%;
	height:100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	object-position:50% 100%;
  transform-origin: center top;
  transform: scale(1);
  transition: 5s ease-out;
}

.slider li:last-of-type img {
	object-position:50% 0%;
}
.slider .slick-active img {
  transform: scale(1.05);
}

/* --- slide1枚めをzoomさせるため --- */
.slider li.first-active.slick-active img {
  transform:scale(1);
}

/* --- greetings --- */

.greetings {
	margin-bottom:200px;
}

.greetings .inner {
	max-width:950px;
	position:relative;
	left:-1em;
}

.greetings h1 {
	font-size:3.4rem;
	margin-bottom:1.5em;
	line-height:1.85em;
	letter-spacing: 0.5rem;
	font-feature-settings: "palt";
	font-weight:bold;
	max-width:710px;
}

.gre_txt {
	width:56%;
	max-width:452px;
}

.gre_img {
	width:44%;
	max-width:384px;
	margin-top:-60px;
	min-width:356px;
}

.gre_img figure:first-of-type {
	text-align:right;
}

.gre_img figure:nth-of-type(2){
	margin-top:-1.5em;
}

/* --- about --- */

.ab_wrap {
	margin-top:8.75em;
}

.ab_block {
	width:31%;
	max-width:244px;
	min-width:190px;
	border-radius:20px;
	padding:0 3% 6%;
	margin-bottom:120px;
}

.ab_block figure {
	border-radius: 50%;
	overflow:hidden;
	padding:16%;
	width:10.4vw;
	height:10.4vw;
	max-width:150px;
	max-height:150px;
	min-width:100px;
	min-height:100px;
	margin:-60px auto 0;
}

.ab_block1 figure {
	padding:8%;
}

.ab_block h2 {
	margin:1.5em 0 0.2em;
	font-size:2rem;
	letter-spacing: 0.1em;
	line-height:1.5em;
	min-height:4.5em;
}
.ab_block p {
	font-size:1.3rem;
	letter-spacing: 0;
	line-height:2em;
}

.ab_block2 {
	margin-left:1.5%;
	margin-right:1.5%;
}

.ab_block4,
.ab_block5 {
	margin-left:3%;
	margin-right:3%;
}


/* --- insurance --- */

#insurance {
	padding-top:286px;
	position:relative;
	margin-bottom:200px;
}

#insurance::before {
	content:"";
	display: block;
	width:100%;
	height:286px;
	position:absolute;
	top:0;
	left:0;
	background:url(../images/bg_insur01.jpg) no-repeat center / cover;
}

.ins_wrap {
	margin-top:3.75em;
	margin-bottom:2.5em;
}

.ins_block {
	width:31%;
	max-width:240px;
	min-width:190px;
	border-radius:20px;
	padding:0 3% 6%;
	margin-bottom:40px;
}

.ins_block h2 {
	font-size:2rem;
	padding:2em 0 1.2em;
	line-height:1.75em;
	position:relative;
	margin-bottom:1em;
	letter-spacing: 0.1rem;
}

.ins_block h2::after {
	content:"";
	display: block;
	width:3.7em;
	height:1px;
	background:#008ba5;
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	margin:0 auto;
}

.ins_block3 h2 {
	padding:1em 0 0.5em;
}

.ins_block p {
	font-size:1.3rem;
	line-height:1.8em;
	letter-spacing: 0;
}

.ins_block p.blue {
	margin-top:1em;
}

/* --- consultant --- */

#consultant {
	margin-bottom:160px;
}

.cons_wrap {
	margin-top:5em;
}

.con_block {
	width:47%;
	padding:0 2.25em 3.25em;
	background: -moz-linear-gradient(180deg,#fff 0%,#fff 50%,#e6f2f5 50%,#e6f2f5 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(180deg,#fff 0%,#fff 50%,#e6f2f5 50%,#e6f2f5 100%); /* Chrome10-25,Safari5.1-6 */
	background:linear-gradient(180deg,#fff 0%,#fff 50%,#e6f2f5 50%,#e6f2f5 100%);
}

.con_child {
	width:61%;
	max-width:300px;
	min-width:300px;
}

.con_block1 .con_child {
	margin:0 0 0 auto;
}

.con_block2 .con_child {
	margin:0 auto 0 0;
}

.cons_txt {
	padding:3.125em 0 0 0;
}

.cons_txt dl {
	padding-bottom:1.5625em;
	margin-bottom:1.75em;
	border-bottom:1px solid #409baf;
}

.cons_txt dt {
	font-size:1.5rem;
	letter-spacing: 0.3em;
	margin-bottom:0.2em;
}

.cons_txt dd {
	font-size:2.3rem;
	letter-spacing: 0.4em;
}

.cons_txt dd span {
	font-size:1rem;
	display: block;
	margin-top:1em;
	letter-spacing: 0.2em;
	line-height: 1em;
}

.cons_txt ul li {
	font-size:1.4rem;
	letter-spacing: 0.1rem;
}
.cons_txt ul li:not(:last-of-type) {
	margin-bottom:1.5em;
}





/* --- news --- */

.more_btn {
	margin-top:1em;
}

/* --- link_block --- */

.link_block {
	margin:100px auto 0;
}

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

	.ab_block {
		margin:0 auto 120px;
	}

	.ins_block {
		min-width:240px;
	}

	.con_block {
		background: -moz-linear-gradient(180deg,#fff 0%,#fff 30%,#e6f2f5 30%,#e6f2f5 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(180deg,#fff 0%,#fff 30%,#e6f2f5 30%,#e6f2f5 100%); /* Chrome10-25,Safari5.1-6 */
		background:linear-gradient(180deg,#fff 0%,#fff 30%,#e6f2f5 30%,#e6f2f5 100%);
	}

	.con_child {
		min-width:200px;
	}

	.gre_img {
		min-width:auto;
	}

	.gre_img figure:nth-of-type(2) {
		margin-top:1.5em;
	}



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

	.ins_block {
		min-width:190px;
	}

	.con_block {
		padding:0 1em 3.25em;
	}

	.con_child {
		margin:0 auto!important;
	}
	


	}
}

/* --- ver sp --- */

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


	.gre_txt,
	.gre_img {
		width:100%;
		max-width:100%;
	}

	.f_view {
		height:147.5vw;
		min-height:130vw;
		margin-bottom:7.5vw;
	}
	.slider {
		height:100%;
	}
	.slick-dotted.slick-slider {
		margin-bottom:0;
	}

	.slick-dots {
		display: none!important;
	}

	.f_view_inner h1 {
		font-size:3vw;
		top:20vw;
		left:5vw;
	}

	.f_view_inner h2 {
		font-size:6vw;
		margin-bottom:0;
		letter-spacing:0.5rem;
	}

	.bg_warch::after {
	    min-height: 50vw;
    	border-top-right-radius: 250vw 25vw;
    	border-top-left-radius: 250vw 25vw;
    	margin-left: -25vw;
    	margin-right: -25vw;
    	padding-left: 25vw;
    	padding-right: 25vw;
	    top: 96%;
	}

.slider img {
	object-position:50% 50%;
}

.slider li:last-of-type img {
	object-position:70% 0%;
}

.greetings {
	margin-bottom:15vw;
}

.greetings .inner {
	max-width:100%;
	left:auto;
}

.greetings h1 {
	font-size:5vw;
	max-width:100%;
	letter-spacing:0.2rem;
}

.gre_img {
	margin-top:5vw;
	min-width:auto;
}

.gre_img figure:nth-of-type(1) img {
	width:50.75vw;
	height:50.75vw;
}

.gre_img figure:nth-of-type(2) img {
	width:38.5vw;
	height:38.5vw;
}

.gre_img figure:nth-of-type(2) {
	margin-top:-5.5em;
}

.ab_wrap {
	margin-top:25vw;
	-webkit-justify-content: space-between!important;
	justify-content: space-between!important;
}

.ab_block {
	margin:0 auto 20vw;
	width:100%;
	max-width:100%;
	min-width:auto;
	padding:0 5.5vw 8vw;
	border-radius:2.5vw;
}

.ab_block figure {
	max-width:100%;
	max-height:100%;
	min-width:auto;
	min-height:auto;
	margin:-15vw auto 0;
	width:25vw;
	height:25vw;
	padding:8%;
}
.ab_block:first-of-type figure {
	padding:10% 5% 6%;
}

.ab_block h2 {
	font-size:4.25vw;
	margin:1em 0 0.5em;
	min-height:auto;
}

.ab_block1 h2 br,
.ab_block2 h2 br,
.ab_block3 h2 br,
.ab_block4 h2 br {
	display: none;
}


.ab_block p,
.ins_block p {
	font-size:3.25vw;
	line-height:1.85em;
}

#insurance {
	padding-top:40vw;
	margin-bottom:20vw;
}	

#insurance::before {
	height:40vw;
}

.bg_barch {
	height:50vw;
	padding-bottom:1.5em;
	margin-bottom:1.5em;
}

.ins_block {
	margin:0 auto 10vw;
	width:100%;
	max-width:100%;
	min-width:auto;
	padding:0 5.5vw 8vw;
	border-radius:2.5vw;
}

.ins_block h2 {
	font-size:4.25vw;
	padding: 2em 0 1.2em;
}

.ins_block h2::after {
	width:12vw;
}

.ins_wrap {
	margin-bottom:0;
}

#consultant {
	margin-bottom:20vw;
}

.cons_wrap {
	margin-top:15vw;
}

.con_block {
	width:100%;
}

.con_child {
	width:60%;
	min-width:auto;
	max-width:100%;
}

.cons_img {
	width:100%;
}

.cons_img img {
	width:100%;
	height:100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.cons_txt dt {
	font-size:4vw;
}

.cons_txt dd {
	font-size:5.5vw;
}
.cons_txt dd span {
	font-size:2.5vw;
}

.cons_txt ul li {
	font-size:3.5vw;
}

.con_block2 {
	margin-top:10vw;
}


.link_block {
	margin:15vw auto 0;
}

.link_wrap img {
	width: 100%;
	height:100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.link_wrap {
	-webkit-justify-content: space-between!important;
	justify-content: space-between!important;
}

.link_wrap a {
	width:48%;
}


}