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

html {
    font-size: 62.5%;
	height: 100%;
}

body {
    font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    font-size: 62.5%;
    letter-spacing: 0.03rem;
    color: #666666;
	letter-spacing: 0.05em;
	height: 100%;
}


*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

img {
    display: block;
    width: 100%;
    height: auto;
}

a {
    display: block;
}

main{
	font-family: "M PLUS Rounded 1c"; 
}



.container{
	padding: 0 20px;
}

.video{
	text-align: center;
	margin: 20px 0;
	position: relative;
}

video{
	width: 90%;
}

.video:after{
	content: "";
	display: block;
	width: 60px;
	height: 60px;
	background-image: url("../img/start.png");
	background-size: contain;
	background-repeat: no-repeat;
	opacity: .7;
	position: absolute;
	left: 50%;
	transform: translate(-50%,-50%);
	top: 50%;
}

.video:hover{
	opacity: .7;
	transition: 0.3s ease-in-out;
}

/*=================================================

header

=================================================*/
header{
	height: 80px;
}

.header{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 80px;
	
}

.header img{
	width: 260px;
}

.header p{
	font-size: 2rem;
	font-weight: bold;
	color: #444;
}

.header p:before{
	display: inline-block;
	content: "";
	width: 20px;
	height: 20px;
	background-image: url("../img/tel.png");
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 4px;
}

.tel{
	font-size: 16px;
}

.fix_icon{
	color: #fff;
	border-radius: 50%;
	width: 120px;
	height: 120px;
	background-color: #E6737C;
	position: fixed;
	z-index: 10000000;
	bottom: 10px;
	right: 10px;
	box-shadow: 2px 2px 10px rgba(0,0,0,.3);
}

.fix_icon_inner{
	width: 120px;
	height: 120px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
.fix_icon_txt{
	text-align: center;
	padding-top: 8px;
}

.fix_bold{
	font-weight: bold;
	font-size: 1.6rem;
	padding: 6px 0;
}

.fix_sm{
	font-size: 1.2rem;
}

/*=================================================

firstview

=================================================*/
.container_40{
	padding: 0 40px;
}
.firstview{
	height:calc(100% - 80px);
	background-image: url("../img/main_image.jpg");
	background-size: cover;
	background-position: right 42% center;
	padding: 0 40px;
	text-align: center;
	position: relative;
	font-size: 1.4rem;
}


.fv_text{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	padding-top: 20px;
}
.baby_icon{
	width: 50px;
}
.baby_goods{
	width: 100px;
}
.baby_goods,.baby_icon{
	margin: 0 auto 10px;
}
.pop{
	background-color: #e5a1a7;
	border-radius: 30px;
	display: inline-block;
	color: #fff;
	padding: 3px 6px;
	font-size: 1rem;
	margin-bottom: 10px;
}
.fv_text h1{
	background-image: url("../img/main_title.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	height: 80px;
	width: 300px;
	margin: 0 auto 10px;
	max-width: 400px;
}
.fv_text_detail{
	line-height: 2.2rem;
	margin-bottom: 10px;
	max-width: 400px;
}
/*=================================================

素朴な質問

=================================================*/
.question{
	background-image: url("../img/stripe_pink.png");
	background-size: 16px 16px;
	background-color:rgba(255,255,255,0.4);
	background-blend-mode:lighten;
	padding: 40px 0;
	font-size: 1.4rem;
}

.question img{
	width: 60vw;
	max-width: 380px;
	margin: 0 0 0 auto;
}

.question_content{
	text-align: center;
	margin-top: -70px;
	z-index: 10;
	position: relative;
}

.question_content section{
	border: 3px solid #e5a1a7;
	border-radius: 10px;
	background-color: #fbf9f9;
	padding: 40px 20px;
}

.question_content section:nth-child(1),.question_content section:nth-child(2){
	margin-bottom: 20px;
}

iframe{
	background-color: #6f6f6f;
}
/*=================================================

座談会

=================================================*/
.consultation{
	font-size: 1.4rem;
}
.talk{
	background-color: #fdedf0;
	padding: 40px 0;
}

.talk_inner{
	border-radius: 10px;
	background-color: #fff;
	padding: 20px;
	line-height: 1.4em;
	box-shadow: 0 0 10px rgba(255,155,194,.3);
}

/*----------------------------
title
----------------------------*/

.talk_title{
	text-align: center;
	padding: 20px 0;
}

.talk_title h2{
	margin-bottom: 20px;
	font-size: 2.2rem;
}

.choice{
	width:40%;
	min-width: 160px;
}

.just{
	display: inline-block;
	width: 100px;
}

.talk_lead{
	padding: 20px 10px;
	margin-bottom: 20px;
}

.talk_lead p{
	font-size: 1.4rem;
	line-height: 2.8rem;
	max-width: 500px;
	margin: 0 auto;
}

.introduction{
	display: flex;
	flex-direction: column;
}

.profile{
	border-radius: 50%;
	width: 180px;
	height: 180px;
	margin: 0 auto;
}

.intro_text_container{
	padding: 10px;
	background-color: #fff4ee;
	font-size: 1.2rem;
	line-height: 1.5em;
}



.name{
	margin-bottom: 6px;
	font-size: 1.4rem;
	font-weight: bold;
}

.intro_text{
	text-align: left;
	max-width: 320px;
	margin: -40px auto 0;
}

.intro_text img{
	width: 50%;
	opacity: .7;
	margin-bottom: -24px;
	max-width: 180px;
}



/*----------------------------
interview
----------------------------*/

.talk h4{
	color: #d9959a;
	border: 1.5px solid #e5a1a7;
	border-radius: 2px;
	text-align: center;
	padding: 10px;
	margin-bottom: 20px;
	font-size: 1.6rem;
}

.interview{
	margin-bottom: 20px;
}

.interview_txtcontainer{
	display: flex;
	flex-direction: row;
	margin-bottom: 18px;
	align-items: flex-start;
}

.interview_txtcontainer p{
	margin-left: 10px;
	width: calc(100% - 60px);
}

.interview_txtcontainer img{
	width: 60px;
}

.interview_txtcontainer mark{
	background-color: #F9CDD5;
	color:#444;
}

.talk_pic3{
	margin-bottom: 40px;
}

.round{
	border-radius: 8px;
	padding: 40px;
	position: relative;
	font-size: 1.4rem;
}

.greeting{
	margin-bottom: 30px;
}
.bold{
	font-size: 2.2rem;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 1.5em;
}

.round img{
	width: 100%;
	max-width: 360px;
	margin: 0 -34px -40px auto;
}

.round:after{
	content: "";
	display: block;
	height: 1px;
	background-color: #d9959a;
	position: absolute;
	transform: rotate(-42deg);
	width: 100px;
	top: 20px;
	left: -20px;
}

/*=================================================

保険とわたし

=================================================*/
/*===== Vertical Timeline =====*/
.history{
	font-size: 1.4rem;
	background-image: url("../img/green.png");
	background-repeat: no-repeat;
	background-size: 80%;
	background-position: top -60px left -60px;
	background-color:rgba(255,255,255,0.6);
	background-blend-mode:lighten;
	padding: 40px 0;
}

.pink{
	color: #d9959a;
	font-weight: bold;
	font-size: 1.6rem;
	padding: 10px 0;
}

.history_title{
	text-align: center;
	padding: 20px 0;
}

.history_title h2{
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	background-image: url("../img/insurance_title.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
	width: 200px;
	height: 60px;
}

.whitepink{
	color: #fdedf0;
	font-weight: bold;
}

#conference-timeline {
  position: relative;
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
}
#conference-timeline .timeline-start,
#conference-timeline .timeline-end {
  display: table;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  background: #bfbfbf;
  padding: 15px 23px;
  color: #fff;
  max-width: 5%;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
#conference-timeline .conference-center-line {
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -2px;
  background: #bfbfbf;
  z-index: -1;
}

#conference-timeline .conference-timeline-content {
  padding-top: 67px;
  padding-bottom: 67px;
}

	
.timeline-article {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  margin: 20px 0;
}
.timeline-article .content-left-container,
.timeline-article .content-right-container {
  max-width: 44%;
  width: 100%;
}
.timeline-article .timeline-author {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #242424;
  text-align: right;
}
.timeline-article .content-left,
.timeline-article .content-right {
  position: relative;
  width: auto;
  border-top: 1px solid #ddd;
  padding: 27px 25px;
}
.timeline-article p {
  line-height: 22px;
  position: relative;
}
.timeline-article p span.article-number {
  position: absolute;
  font-weight: 300;
  font-size: 44px;
  top: 10px;
  left: -60px;
  color: #bfbfbf;
}
.timeline-article .content-left-container {
  float: left;
}
.timeline-article .content-right-container {
  float: right;
}
.timeline-article .content-left:before,
.timeline-article .content-right:before{
  position: absolute;
  top: 20px;
  font-size: 23px;
  font-family: "FontAwesome";
  color: #fff;
}
.timeline-article .content-left:before {
  content: "\f0da";
  right: -8px;
}
.timeline-article .content-right:before {
  content: "\f0d9";
  left: -8px;
}
.timeline-article .meta-date {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,0);
  width: 10px;
  height: 10px;
  color: #fff;
  border-radius: 100%;
  background: #bfbfbf;
}
.timeline-article .meta-date .date,
.timeline-article .meta-date .month {
  display: block;
  text-align: center;
  font-weight: 900;
}
.timeline-article .meta-date .date {
  font-size: 30px;
  line-height: 40px;
}
.timeline-article .meta-date .month {
  font-size: 18px;
  line-height: 10px;
}
.content-right-container{
	position: relative;
}
.marry:after{
	content: "";
	display: block;
	background-image: url("../img/marry.png");
	background-size: contain;
	background-repeat: no-repeat;
	width: 200px;
	height: 100px;
	margin: 0 0 20px auto;
	position: absolute;
	bottom: 0;
	left: 60%;
}
.baby:after{
	content: "";
	display: block;
	background-image: url("../img/baby.png");
	background-size: contain;
	background-repeat: no-repeat;
	width: 200px;
	height: 120px;
	margin: 10px 0 20px auto;
	position: absolute;
	bottom: 0;
	left: 0;
}
.content-left-container strong{
	font-size: 2.2rem;
}

/*===== // Vertical Timeline =====*/

/*===== Resonsive Vertical Timeline =====*/
@media only screen and (max-width: 830px) {
  #conference-timeline .timeline-start,
  #conference-timeline .timeline-end {
    margin: 0;
  }
  #conference-timeline .conference-center-line {
    margin-left: 0;
    left: 50px;
  }
  .timeline-article .meta-date {
    margin-left: 0;
    left: 51px;
  }
  .timeline-article .content-left-container,
  .timeline-article .content-right-container {
    max-width: 100%;
    width: auto;
    float: none;
    margin-left:60px;
    min-height: 53px;
  }
  .timeline-article .content-left-container {
    margin-bottom: 20px;
  }
  .timeline-article .content-left,
  .timeline-article .content-right {
    padding: 10px 25px;
    min-height: 65px;
  }
  .timeline-article .content-left:before {
    content: "\f0d9";
    right: auto;
    left: -8px;
  }
  .timeline-article .content-right:before {
    display: none;
  }
	.marry:after{
		margin-left: 20%;
		position: static;
	}
	.baby:after{
		margin-right: 10%;
		position: static;
	}
	

}
@media only screen and (max-width: 400px) {
  .timeline-article p {
    margin: 0;
  }
  .timeline-article p span.article-number {
    display: none;
  }
  
}


/*=================================================

フッター

=================================================*/
.footer-inner{
	padding: 20px 0;
	font-size: 1.4rem;
}

/*----------------------------
footer1
----------------------------*/

.footer1{
	background-color:#f7f7f1;
	padding: 40px;
	text-align: center;
	margin-bottom: 20px;
	border-radius: 2px;
}

.f_bold{
	font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5em;
}

.footer1 mark{
	background-color: #f8d9d4;
	color: #E6737C;
}


.red{
	color: #E6737C;
}

.footer_txt{
	line-height: 1.8em;
	max-width: 400px;
	margin: 0 auto;
	padding-top: 40px;
}

.frame{
	border: 4px solid #E6737C;
	font-family: serif;
	padding: 15px 20px;
	font-size: 1.4rem;
	display: inline-block;
	position: relative;
	margin-top: 40px;
	margin-bottom: 60px;
	margin-left: -20px;
	margin-right: -20px;
}
.footer1 .frame:after{
	display: block;
	content: url("../img/arrow.svg");
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	width: 40px;
	height: 40px;
	bottom: -35px;
}

.footer1 img{
	width: 100px;
	margin: 0 auto;
}

.button{
	color: #fff;
	background-color: #E6737C;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
}

.contact{
	font-size: 1.9rem;
	font-weight: bold;
	margin-bottom: 2px;
}

.small{
	font-size: 12px;
}

.number{
	font-size: 2.4rem;
	font-weight: bold;
	margin-left: 20px;
}

.center{
	text-align: center;
}
/*----------------------------
footer2
----------------------------*/
.footer2{
	margin-bottom: 20px;
}

.footer2_q{
	padding: 40px;
	border: 4px solid #E6737C;
	position: relative;
	margin-bottom: 60px;
}

.footer2 mark{
	color: #444;
	background-color: #f8d9d4;
}

.footer2 .f_bold{
	text-align: center;
}

.worry_container{
	padding: 40px 0;
	display: flex;
	align-items: center;
	flex-direction: column;

}

.worry_container ul{
	padding-left: 15px;
	min-width: 250px;
}

.worry_container ul li{
	font-size: 1.4rem;
	margin-bottom: 20px;
	text-decoration: underline;
}

.worry_container ul li:before{
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	background: url("../img/check_icon.svg")no-repeat;
	background-size: contain;

}

.footer2 img{
	width: 200px;
	margin: 0 auto;
}

.footer2_q:after{
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width:60px 115px 0 115px;
	border-color: #E6737C transparent transparent transparent;
	position: absolute;
	bottom: -60px;
	left: 50%;
	transform: translate(-50%);
}

.reason{
	text-align: center;
	padding: 40px 0;
}

.reason_txt{
	background-color: #f7f7f1;
	padding: 40px;
	border-bottom-left-radius: 10px;
	position: relative;
	margin-top: 30px;
	margin-bottom: 40px;
	border-radius: 2px;
}

.reason_txt img{
	width: 120px;
	padding: 10px 0;
}

.underline{
	text-decoration: underline;
}

.f_bold{
	text-align: center;
	font-weight: bold;
}

.reason_why{
	padding: 20px 0;
}

.reason_detail{
	padding: 20px 0;
	max-width: 320px;
	margin: 0 auto;
}

.reason_txt1:after{
	display: inline-block;
	content: "";
	width: 60px;
	height: 60px;
	background-size: contain;
	background-image: url("../img/number1.svg");
	background-repeat: no-repeat;
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	top: -30px;
}

.reason_txt2:after{
	display: inline-block;
	content: "";
	width: 60px;
	height: 60px;
	background-size: contain;
	background-image: url("../img/number2.svg");
	background-repeat: no-repeat;
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	top: -30px;
}

.reason_txt3:after{
	display: inline-block;
	content: "";
	width: 60px;
	height: 60px;
	background-size: contain;
	background-image: url("../img/number3.svg");
	background-repeat: no-repeat;
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	top: -30px;
}

.lisence{
	font-size: 10px;
	color: #DCDCDC;
	text-align: center;
}
/*----------------------------
footer3
----------------------------*/
.footer3{
	background-color: #fff;
    padding: 0px 10px;
    text-align: center;
    margin-bottom: 20px;
    border-radius: 2px;
}

.footer3 mark{
	background-color: #f8d9d4;
    color: #E6737C;
}

.footer3 .frame{
	font-family: san-serif;
	margin-left: -10px;
	margin-right: -10px;
	padding: 15px 10px;
	margin-top: 0;
}

.small_ft{
	font-weight: 100;
	display: block;
	padding-top: 10px;
	font-size: 12px;
}

.big{
	font-size: 2rem;
	display: inline-block;
	padding: 0 4px;
}

.footer3 .frame:after{
	display: block;
    content:url("../img/arrow2.svg");
	width: 70px;
	height: 70px;
    position: absolute;
    left: 80%;
    transform: translate(-80%);
    bottom: -64px;
}

.footer3 img{
	width: 200px;
	margin: 0 auto 20px;
}

.btn_blue{
	display: block;
	background-color: #2c6fdc;
	text-align: center;
}

.btn_blue p{
	font-size: 1.6rem;
}

.footer_btn{
	margin: 20px 0;
}

.footer_logo{
	margin: 0 auto;
	width: 140px;
	padding: 10px 0;
}

/*=================================================

coming soon

=================================================*/

.next{
	padding: 100px 20px;
	text-align: center;
}

.next img{
	opacity: .7;
	padding: 40px 0;
	margin: 0 auto;
	max-width: 400px;
}

.next p{
	font-size: 1.6rem;
	color: #d9959a;
	line-height: 2em;
	opacity: .9;
}
/*=================================================

~600px メディアクエリ

=================================================*/
@media screen and (max-width:600px){
	.header img{
		width: 140px;
	}
	
	.tel{
		font-size: 12px;
	}
	
	.header p{
		font-size: 1.4rem;
	}
	.header p:before{
		width: 16px;
		height: 16px;
	}
	
	.talk_inner{
		font-size: 1.3rem;
		line-height: 1.3em;
	}
	
	.interview_txtcontainer{
		margin-bottom: 20px;
	}
	
	.round{
		padding: 30px;
	}
	
	.round img {
    margin: 0 -34px -29px auto;
	}
	
	.contact{
		font-size: 1.4rem;
	}
	
	.number{
		margin-left: 10px;
	}
	
	.firstview {
    background-position: right 39% center;
	}
	.content-left-container strong{
	font-size: 1.6rem;
}
}
/*==================================
===============

~1000px メディアクエリ

=================================================*/
@media screen and (min-width:835px){
	.container{
		padding: 0 120px;
	}
	
	.fv_text_detail span{
		display: block;
	}
	
	.introduction{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	}
	
	.profile{
		margin: 0;
	}
	
	.intro_text{
	text-align: left;
	width: 40%;
	margin: 0 0 0 -20px;
	}

	.interview{
		display: flex;
		flex-direction: row;
		align-items: flex-start;
	}
	
	.worry_img{
		width: 40%;
	}
	
	.interview_text{
		width: 60%;
	}
	
	.talk_pic1,.talk_pic2{
		width: 100%;
		padding-left: 2%;
	}
	
	.talk_pic3{
		align-self: flex-start;
		width: 100%;
		padding-right: 2%;
	}
	
	.right{
		order: 2;
	}
	
	.img_ie{
	width: 40%;
		align-self: flex-end;
}

	
	.round{
		display: flex;
		align-items: flex-start;
	}
	
	.round img{
		width: 100%;
		margin-bottom: -40px;
	}
	
	.greeting{
		width: 60%;
	}
	
	.worry_container{
	display: flex;
	flex-direction: row;
	justify-content: center;
}
	.reason_txt_container{
		display: flex;
		flex-direction: row;
	}
	
	.reason_txt2{
		margin-left: 10px;
		margin-right: 10px;
	}
	.history{
		background-size: 60%;
	}
	
	
}
/*=================================================

1000px~ メディアクエリ

=================================================*/
@media screen and (min-width:1000px){
	
	.talk_title h2 {
    margin-bottom: 20px;
    font-size: 2.4rem;
	}
	
	.talk_lead p {
    font-size: 1.6rem;
	}
	
	.talk_inner {
    font-size: 1.6rem;
    line-height: 1.6em;
	}
	
	.footer-inner {
    font-size: 1.6rem;
	}
	
	.small_ft {
    font-size: 14px;
	}
	
	.frame{
		font-size: 2rem;
	}
	
	.footer3 .frame {
    padding: 20px 40px;
	}
	
	.f_bold {
    font-size: 2rem;
	}
	
	.reason_why {
    padding: 60px 0;
	}
	
	.min{
		min-height: 60px;
		margin-top: 30px;
	}
	
	.greeting{
		max-width: none;
	}
}






















