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

body{
	font-family: "Jost", "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
	color: #534741;
}

img{
	width: 100%;
}

/* 共通クラス ここから*/
.section-inner{
  width: 90%;
	padding: 80px 0;
  margin: 0 auto;
}
.section-heading-main{
	font-size: 2.2rem;
	text-align: center;
  text-transform: uppercase;
	color: #ff8027;
  margin-bottom: 10px;
}
.section-heading-sub{
	font-size: 1.2rem;
	text-align: center;
  margin-bottom: 5vh;
}
.back-color{
	background-color: #efefdb;
}
.nontel{
	pointer-events: none;
}
.wsnw{
	white-space: nowrap;
}

.sp_only{
    display: block;
}

/* PC */
@media screen and (min-width: 768px) {
	.section-inner{
    max-width: 1080px;
    margin: 0 auto;
  }
  .section-heading-main{
    font-size: 3.5rem;
  }
  .section-heading-sub{
    font-size: 2rem;
  }
  .sp_only{
		display: none;
  }
}
/* 共通クラス ここまで*/


/* ヘッダー ここから */

header{
	width: 100%;
	height: 60px;
	background-color: #ff8027;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	display: flex;
	align-items: center;
}

main{
	margin-top: 60px;
}

header h1{
	width: 55%;
	max-width: 240px;
}

header a:hover{
	opacity: 0.5;
}

.header_inner{
	width: 90%;
	max-width: 1080px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header_jikotaiou{
	display: none;
	color: #fff;
	font-size: 12px;
}
.header_jikotaiou::first-line{
	color: #ffff54;
}

.header_jikotaiou__tel{
	display: inline-block;
	font-size: 24px;
	padding-left: 18px;
	position: relative;
	padding: 2px 18px;
}
.header_jikotaiou__tel::before{
	content: url("/images/tel_header.svg");
	display: block;
	width: 16px;
	position: absolute;
	top: 2px;
	left: 0;
}
/* ヘッダー内のボタン */
.hd_icons{
	display: flex;
}
.headerBtn{
	cursor: pointer;
	text-align: center;
	font-size: 10px;
	line-height: 1;
	color: #ffffcf;
}
.headerBtn:hover{
	opacity: 0.6;
}
.headerBtn:active{
	opacity: 0.2;
}
.headerBtn img{
	width: 36px;
	padding-bottom: 4px;
}
.headerBtn.humBtn_open{
	margin-left: 12px;
}
.headerBtn.humBtn_close{
	position: fixed;
	top: 8px;
	right: 8px;
	color: #ff8027;
}
/* ナビゲーション */
#gNavWrap{
	display: none;
}
#gNavWrap.ready{
	display: block;
}
#gNav{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 640px;
	background-color: #ffffcf;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: translateY(-100%);
	transition: 500ms transform ease-in-out;
	text-align: center;
}
#gNav.panelactive{
	transform: none;
}
.gNav_overlay{
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.6);
	opacity: 0;
	visibility: hidden;
	transition: 500ms all ease-in-out;
}
.gNav_overlay.active{
opacity: 1;
visibility: visible;
}
.gNav_flexbox{
	font-size: 14px;
}
.gNav_nav{
	text-align: center;
	font-size: 12px;
}
.gNav_nav li + li{
	margin-top: 16px;
}
.gNav_nav span{
	color: #ff8027;
	font-size: 2.2em;
	line-height: 1.3;
}
.gNav_subnav{
	margin-top: 40px;
}
.gNav_subnav li + li{
	margin-top: 16px;
}
.gNav_company{
	margin-top: 40px;
	line-height: 24px;
}
.gNav_company__name{
	font-size: 1.6em;
}
.gNav_company__tel{
	font-size: 2em;
}
@media screen and (min-width: 768px){
	header{
		height: 84px;
	}
	main{
		margin-top: 84px;
	}
	.header_jikotaiou{
		display: block;
	}
	/* ヘッダー内のボタン */
	.headerBtn{
		font-size: 12px;
	}
	.headerBtn img{
		width: 50px;
	}
	#gNav{
		text-align: left;
	}
	.gNav_flexbox{
		font-size: 16px;
		width: 100%;
		max-width: 520px;
		display: flex;
		justify-content: space-between;
	}
	.gNav_nav{
		font-size: 16px;
	}
	.gNav_subnav{
		margin-top: 8px;
	}
	.gNav_subnav li + li{
		margin-top: 24px;
	}
	.gNav_company{
		margin-top: 80px;
		line-height: 36px;
	}
}
/* ヘッダー ここまで */

/*--------------------
　　　　TOPページ
--------------------*/
/* NEWS お知らせ ここから*/
.news-list{
	max-width: 1080px;
}
.news-list__item a{
	display: block;
  padding: 3vh 0;
  border-bottom: 1px solid #cbc3b1;
  transition: 0.2s;
}
.news-list__item a:hover{
  color: #ff8027;
}
.news-list__item a:hover .news-list__arrow{
	fill: #ff8027;
}
.news-list__body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.news-list__title{
  font-size: 1.2rem;
	margin-top: 0.5em;
	margin-right: 1em;
}
.news-list__arrow{
  width: 40px;
	height: 40px;
	fill: #534741;
}
.link-btn{
	display: flex;
	justify-content: space-around;
	align-items: center;
  margin:40px auto 0;
	padding: 20px;
	width: 220px;
	color: #fff;
	font-size: 18px;
	font-family: "Zen Maru Gothic", serif;
	text-decoration: none;
	background-color: #ff8027;
	border-radius: 40px;
  transition: 0.2s;
}
.link-btn::after {
	content: "";
	width: 12px;
	height: 12px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(45deg);
}
.link-btn:hover{
  background-color: #534741;
}
.news_title{
	position: relative;
}
.news_title::after{
	content: "";
	display: block;
	width: 173px;
  height: 3px;
	background: url(/images/beige-border.svg) no-repeat left top;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 173px / 2);
}
/*ページネーション*/
.pagination{
	margin-bottom: 8vh;
	text-align: center;
	font-size: 1.3em;
	font-weight: 400;
}
.nav-links{
	display: inline-block;
}
.nav-links > *{
	padding: 0 0.25em;
}
.nav-links > * + *{
	margin-left: 0.5em;
}
a.page-numbers:hover,
a.page-numbers:active,
.page-numbers.current{
	color: #ff8027;
}
/*個別ページ*/
.news_article_wrap{
	max-width: 790px;
	margin-inline: auto;
}
.news_article{
	background-color: #fff;
	border: 2px solid #534741;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 40px;
}
.news_article_title{
	font-size: 1.5em;
}
.news_article_header p{
	padding: 1em 0;
}
.news_article_header::after{
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background: url(/images/beige-border.svg) no-repeat center bottom/auto 2px;
}
.news_article_body{
	margin-top: 2em;
	line-height: 1.75;
}
.news_article_body > * + *{
	margin-top: 0.75em;
}
.post-link{
	display: flex;
	justify-content: space-between;
	margin-bottom: 8vh;
}
.post-link a{
	text-decoration: underline;
}
.post-link a:hover,
.post-link a:active{
	color: #ff8027;
}
@media screen and (min-width: 768px) {
	.news_article{
		padding: 40px;
	}
	.news_article_title{
		font-size: 2em;
	}
	.post-link{
		margin-bottom: 10vh;
	}
}
/* NEWS お知らせ ここまで*/

/* SERVICE　サービス ここから*/
.service-contents{
  width: 80%;
  margin: 0 auto
}
.service-list__item + .service-list__item{
  margin-top: 3.5vh;
}
.service-list__item{
  transition: 0.2s;
}
.service-list__item:hover{
  filter: brightness(0.8)
}
.service-contents p{
    text-align: right;
    padding-top: 1rem;
}

.service_wapper p{
    color: #a98a75;
    line-height: 1;
    font-weight: 400;
}
.car-service{
  padding: 3.5vh 0;
}
.car-service__img + .car-service__img{
  margin-top: 3.5vh;
}
/* PC */
@media screen and (min-width: 768px) {
  .service-contents {
    width: 100%;
}
  .service-list{
    display: flex;
	justify-content: space-between;
    gap: 20px;
  }
  .service-list__item + .service-list__item{
    margin-top: 0;
  }
  .car-service{
    display: flex;
    justify-content: center;
    gap: 10px;
	  max-width: 80%;
	  margin: 0 auto;
  }
}
/* SERVICE サービス ここまで*/

/* リスク ここから*/
.risk-heading-sub{
  font-size: 1.1rem;
  line-height: 1.5;
  padding-top: 18px;
}
.risk-contents{
  background-image: url(../images/sp/risk-back-sp.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 100px;
}
.risk-inner{
  padding:80px 0 0;
}

.risk-heading-img{
  width: 80%;
  margin: 0 auto;
}

.risk-contents p{
  width: 90%;
  margin: 0 auto;
  padding: 10px;
  max-width: 1080px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7;
  background-color: rgba(239, 239, 219, 0.7);;
}

/* PC */
@media screen and (min-width: 768px) {
  .risk-contents{
    background-image: url(../images/risk-back-pc.svg);
  }
  .risk-heading-img{
    width: 600px;
  }
  .risk-heading-sub{
    font-size: 1.4rem;
  }
}
/* リスク ここまで*/

/* FLOW ご提案の流れ ここから*/
.flow-inner{
  background-color: #fff;
  border: 2px solid #534741;
  border-radius: 2rem;
  padding: 40px 3vw;
}
.flow-list{
  text-align: center;
}

.flow-list li{
margin-bottom: 5vh;
}

.flow-list__img{
  width: 75%;
  margin-bottom: 20px;
}
.flow-list__item{
  padding: 0 5%;
  line-height: 1.5;
}
.flow-list__step{
  font-size: 1.5rem;
  color: #ff8027;
}

.flow-list__title{
  font-size: 1.125rem;
  margin: 8px 0 ;
}

.flow-list__txt{
  text-align: justify;
  font-size: 1rem;
  font-weight: 400;
}

/* PC */
@media screen and (min-width: 768px) {
  .flow-inner{
    border-radius: 3rem;
    padding: 80px 5vw 40px;
  }
  .flow-list{
    text-align: left;
  }
  .flow-list li{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    position: relative;
    padding-bottom: 50px;
    margin-bottom: 0;
  }
  .flow-list li::before{
    content: '';
    display: block;
    width: 3px;
    height: 100%;
    background: url(../images/flow-border.svg) left top;
    background-size: 10px 20px;
    position: absolute;
    left: 18%;
    top: 0;
  }
  .flow-list li:last-child:before {
    content: none;
    }
  .flow-list__img{
    position: relative;
    z-index: 10;
    width: 35%;
  }

  .flow-list__item{
    width: 65%;
    padding: 2% 8%;
  }

  .flow-list__title{
    font-size: 1.3rem;
  }
  .flow-list__txt{
    font-size: 1.2rem;
  }
}
/* FLOW ご提案の流れ ここまで*/

/* STAFF スタッフ ここから*/
.staff-voice{
    padding: 24px 0;
    margin: 0 auto;
}

.staff-list{
  margin-bottom: 5vh;
}
.staff-img img{
  display: block;
  /*max-width: 75%;
  margin: 2vh auto;*/
}
.staff-img p{
  text-align: center;
  font-size: 1.2rem;
  padding: 10px 0;
}
.staff-img span{
  font-size: 0.9rem
}
.staff-img__item + .staff-img__item{
  margin-top: 3.5vh;
}
.staff-img__item:nth-child(3){
  margin-bottom: 3.5vh;
}

/* PC */
@media screen and (min-width: 768px) {
  .staff-voice{
    width: 500px;
    display: block;
    margin: 0 auto 20px;
    padding: 0;
  }
  .staff-list{
    display: flex;
    justify-content: center;
    gap: 20px;
  }
  .staff-img__item + .staff-img__item{
  margin-top: 0;
  }
  
  .office-staff{
    width: 60%;
    margin: 0 auto;
  }
}
/* STAFF スタッフ ここまで*/

/* ABOUT 箕輪保険事務所について ここから*/
#about{
  text-align: center;
}

#about p{
  font-size: 0.9rem;
  font-weight: 400;
  margin: 2vh 0 5vh;
}

/*PC*/
@media screen and (min-width: 768px){
  #about img{
    width: 60%;
    display: block;
    margin: 0 auto;
  }
  
  #about p{
    font-size: 1.3rem;
  }
}
/* ABOUT 箕輪保険事務所について ここまで*/

/*お問い合わせ　ここから*/
#contact{
  background-color: #ff8027;
}

.contact-inner{
  width: 90%;
  max-width: 1080px;
  padding: 64px 0;
  margin: 0 auto;
}
.contact-inner>h4{
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.1rem;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
.contact-contents{
	max-width: 360px;
  background-color: #fff;
  margin: 0 auto 3vh;
  border-radius: 24px;
  padding: 3vh 1vw;
  text-align: center;
}
.contact-contents__title{
  font-size: 1.5rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-contents img{
  width: 45px;
  height: 45px;
}

.contact-contents__item span + span{
	white-space: nowrap;
	line-height: 2;
}


.tel{
  font-size: 2.3rem;
  margin-bottom: 8px;
}
/*PC*/
@media screen and (min-width: 768px){
  .tel{
    pointer-events: none;
  }
  .contact-contents{
    width: 450px;
		max-width: none;
  }

	.contact-contents__item{   
		display: flex;
		justify-content: center;
		gap: 0.8vw;
	}
	.contact-contents__item p + p{
		margin-top: 0;
	}

}
.contact-contents__item p{
  font-size: 18px;
}
.tag{
  background-color: #534741;
  color: #fff;
  font-size: 12px;
  border-radius: 3px;
  padding: 0 5px;
}
.contact-contents__btn{
    width: 230px;
    background-color: #998075;
    border-radius: 5px;
    margin: 10px auto;
    padding: 24px 0;
    color: #fff;
    transition: 0.2s;
}
.contact-contents__btn:hover{
  background-color: #534741;
}

/*PC*/
@media screen and (min-width: 768px){
  .contact-inner>h4{
    font-size: 1.4rem;
  }
  .contanct-wrap{
    display: flex;
    justify-content: center;
    gap: 30px;
  }
  .contact-contents{
    margin: 0;
  }
}
/*お問い合わせ　ここまで*/

/*取扱保険会社　ここから*/
.insurance-company__contents{
  background: url(/images/beige-border.svg) no-repeat center bottom;
  margin-bottom: 8vh;
  padding-bottom: 2vh;
}
.insurance-company__contents:last-child{
  margin-bottom: 0;
  }

.insurance-company__contents>h4{
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 1vh;
}

.insurance-company__contents p{
  text-align: center;
  color: #998075;
  font-weight: 400;
  line-height: 1.5;
  padding: 3vh 0;
  background: url("/images/beige-border.svg") no-repeat center top;
}

.insurance-company__list{
  padding: 0 10%;
}

.insurance-company__item{
  padding: 10%;
}

/*PC*/
@media screen and (min-width: 768px){
  .insurance-company__list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0% 5%;
  }
  .insurance-company__item{
    width: 40%;
    margin: 1%;
    padding: 2% 3%;
}
}
/*取扱保険会社　ここまで*/
/*アクセス　ここから*/
.access-inner{
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 80px 0 50px;
}
table{
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin: 0 auto 40px;
  border-collapse: collapse;
  border-spacing: 0;
}

th{
  text-align: left;
  width: 7em;
  padding: 0.5em;
  vertical-align: top;
  font-weight: 500;
}

td{
  padding: 0.5em;
  vertical-align: top;
  font-weight: 400;
}
.map iframe{
  width: 100%;
}

/*PC*/
@media screen and (min-width: 768px){
  table{
    font-size: 1.125rem;
  }
  th{
    padding: 0.7em;
  }
  td{
    padding: 0.7em;
  }
}

/*アクセス　ここまで*/

/* フッターここから */
footer{
  text-align: center;
  padding: 2vh 0;
  background-color: #998075;
  color: #fff;
  font-weight: 400;
	margin-bottom: 65px;/*緊急連絡先のバナーサイズ*/
}

footer p{
  padding: 5px 0;
  line-height: 2;
}

footer a:hover{
	opacity: 0.5;
}

small{
    display: inline-block;
    padding-bottom: 5px;
}

footer p.copyright{
  line-height: 1;
}

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

	footer{
		margin-bottom: 0;
	}

}
/* フッターここまで */

/* SP 緊急連絡先 ここから */
#emergency{
	width: 100%;
	position: fixed;
	z-index: 999;
	bottom: 0;
	left: 0;
	background-color: #e95f45;
	text-align: center;
	-webkit-user-select: none;
	user-select: none;
}
.emg_title{
	cursor: pointer;
	padding: 10px 0;
	color: #ffff54;
	font-size: 16px;
	line-height: 1.5;
}
.emg_title span{
	position: relative;
	color: #fff;
	font-size: 1.5em;
}
.emg_title span::before{
	content: url("/images/tel_header.svg");
	display: block;
	width: 20px;
	position: absolute;
	top: 4px;
	left: -24px;
}
.emg_contents{
	display: none;
	background-color: #fff;
	padding: 10px;
	font-size: 15px;
}
.emg_contents_inner{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
}
.emg_contents_inner li{
	color: #fff;
	line-height: 1.5;
	flex-basis: calc(50% - 10px / 2);
}

.emg_contents_inner li a{
	display: block;
	padding: 10px 4px;
	border-radius: 4px;
}
.emg_contents_inner li:first-child{
	flex-basis: 100%;
	line-height: 1;
}
.emg_contents_inner li:first-child a{
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}
.emg_contents_inner li:nth-child(n+2){
	font-weight: 700;
}
.emg_contents_inner li:nth-child(n+2)::first-line{
	font-size: 10px;
	font-weight: 500;
}
.emg_contents_inner li .emg_tel{
	font-size: 2em;
}
.emg_contents_inner li .emg_yellow{
	color: #ffff54;
}
.emg_contents_inner li .emg_sm{
	font-size: 10px;
}

.emg_contents_inner li .emg_md{
	font-size: 13px;
}

.emg_emg a{
	background-color: #ec8740;
}
.emg_m_jiko a,
.emg_m_road a{
	background-color: #439282;/*#2d645a*/
}
.emg_t_jiko a,
.emg_t_road a{
	background-color: #285CCC;/*2048a3*/
}


@media screen and (min-width: 768px) {
	#emergency{
		display: none;
	}
}
/* SP 緊急連絡先 ここまで */