/* CSS Document */
.wccolumnwrap{
  background-color: #fff;
}
/*ページタイトル*/
[wc-view-type*="tb"] #wcpageheader figure img{
  height: 230px;
}
[wc-view-type*="pc"] #wcpageheader figure img{
  width: 100%;
  max-height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
  height: 300px;
}
/*コンテンツ*/
section.insurance_top_text{
  width: 100vw;
  box-sizing: border-box;
}
[wc-view-type*="sp"] section.insurance_top_text{
  padding: var(--headerHeight) 1rem;
}
[wc-view-type*="tb"] section.insurance_top_text{
  padding: var(--headerHeight) 2rem;
}
[wc-view-type*="pc"] section.insurance_top_text{
  padding: var(--headerHeight) calc((100vw - 1100px) / 2);
}
section.insurance_top_text > h2{
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #000;
  border-bottom: 1px solid #44bdff;
}
section.insurance_top_text > p{
  line-height: 2rem;
}
[wc-view-type*="sp"] section.insurance_top_text > p{
  padding: 0 1rem;
  width: 100%;
  box-sizing: border-box;
}
[wc-view-type*="tb"] section.insurance_top_text > p{
  text-align: center;
  padding: 0 1rem;
  box-sizing: border-box;
}
[wc-view-type*="pc"] section.insurance_top_text > p{
  text-align: center;
  width: 800px;
  margin: 0 auto;
}
/*取り扱い保険*/
section.insurance_block{
  background-color: rgba(68,190,255,0.1);
  box-sizing: border-box;
  width: 100vw;
}
[wc-view-type*="sp"] section.insurance_block{
  padding: calc(var(--headerHeight) * 2) 1rem var(--headerHeight) 1rem;
}
[wc-view-type*="tb"] section.insurance_block{
  padding: calc(var(--headerHeight) * 2) 2rem var(--headerHeight) 2rem;
}
[wc-view-type*="pc"] section.insurance_block{
  padding: calc(var(--headerHeight) * 2) calc((100vw - 1100px) / 2) var(--headerHeight) calc((100vw - 1100px) / 2);
}
section.insurance_block > h2{
  color: #000;
  margin-bottom: 1rem;
  text-align: center;
  font-size: 1.5rem;
  border-bottom: 1px solid #44beff;
  position: relative;
  z-index: 1;
}
section.insurance_block > h2::before{
  content: "Insurance";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  left: 50%;
  transform: translateX(-50%);
  top: -3rem;
  background-size: cover;
  line-height: 1em;
  font-size: 3rem;
  color: #44beff;
}
[wc-view-type*="sp"] section.insurance_block > h2::before{
  font-size: 2.5rem;
  top: -2.5rem;
}
[wc-view-type*="tb"] section.insurance_block > h2::before{
  font-size: 3rem;
  top: -3rem;
}
section.insurance_block > p{
  line-height: 2rem;
}
[wc-view-type*="sp"] section.insurance_block > p{
  padding: 0 1rem;
  box-sizing: border-box;
  width: 100%;
}
[wc-view-type*="tb"] section.insurance_block > p,
[wc-view-type*="pc"] section.insurance_block > p{
  text-align: center;
}
section.insurance_block div.insurance_box{
  margin-top: 1rem;
}
[wc-view-type*="sp"] section.insurance_block div.insurance_box{
  padding: 0 1rem;
  width: 100%;
  box-sizing:border-box; 
}
[wc-view-type*="tb"] section.insurance_block div.insurance_box,
[wc-view-type*="pc"] section.insurance_block div.insurance_box{
  display: flex;
  flex-wrap: wrap;
}
[wc-view-type*="tb"] section.insurance_block div.insurance_box{
  padding: 0 0.5rem;
  box-sizing: border-box;
  width: 100%;
}
[wc-view-type*="pc"] section.insurance_block div.insurance_box{
  padding: 0 0.5rem;
  width: 100%;
  box-sizing: border-box;
}
section.insurance_block div.insurance_box article{
  position: relative;
  z-index: 1;
  background-color: #fff;
}
[wc-view-type*="sp"] section.insurance_block div.insurance_box article{
  padding-top: calc(55vw + 1rem);
  margin-bottom: 1rem;
}
[wc-view-type*="tb"] section.insurance_block div.insurance_box article{
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 2rem;
}
[wc-view-type*="tb"] section.insurance_block div.insurance_box article:last-child{
  margin-bottom: 0;
}
[wc-view-type*="pc"] section.insurance_block div.insurance_box article{
  width: calc((100% / 3) - 1rem);
  margin: 0 0.5rem 1rem 0.5rem;
  padding-top: calc(220px + 1rem);
}
[wc-view-type*="sp"] section.insurance_block div.insurance_box article figure,
[wc-view-type*="pc"] section.insurance_block div.insurance_box article figure{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
[wc-view-type*="tb"] section.insurance_block div.insurance_box article figure{
  width: 40%;
}
section.insurance_block div.insurance_box article figure img{
  width: 100%;
  object-fit: cover;
  height: 100%;
}
[wc-view-type*="sp"] section.insurance_block div.insurance_box article figure img{
  height: 55vw;
}
[wc-view-type*="tb"] section.insurance_block div.insurance_box article figure img{
}
[wc-view-type*="pc"] section.insurance_block div.insurance_box article figure img{
  height: 220px;
}
section.insurance_block div.insurance_box article div.insurance_text{
  width: 100%;
  padding: 0 1rem 1rem 1rem;
  box-sizing: border-box;
}
[wc-view-type*="tb"] section.insurance_block div.insurance_box article div.insurance_text{
  padding: 1rem;
  width: 60%;
}
section.insurance_block div.insurance_box article div.insurance_text > h2{
  font-size: 1.5rem;
  text-align: center;
  color: #000;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #44beff;
}
section.insurance_block div.insurance_box article div.insurance_text > p{
  line-height: 2rem;
  padding: 0 1rem;
}
/*バナー*/
div.bana{
  margin: 0 auto;
  margin-top: var(--headerHeight);
  position: relative;
  z-index: 1;
  display: flex;
  background-color: #44beff;
  padding: 0.2rem;
  box-sizing: border-box;
}
div.bana a{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 5;
}
div.bana a span{
  width: 0;
  height: 0;
  opacity: 0;
}
[wc-view-type*="sp"] div.bana{
  width: 292px;
  height: 120px;
}
[wc-view-type*="tb"] div.bana{
  width: 480px;
  height: 150px;
}
[wc-view-type*="pc"] div.bana{
  width: 480px;
  height: 150px;
}
div.bana > div.bana_inner{
  width: 100%;
  display: flex;
}
div.bana > div.bana_inner div{
  width: 50%;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
[wc-view-type*="sp"] div.bana > div.bana_inner div{
  width: 65%;
}
div.bana > div.bana_inner div > h3{
  font-size: 1.5rem;
  padding-top: 2.5rem;
  position: relative;
  z-index: 1;
  padding-left: 0.5rem;
}
div.bana > div.bana_inner div span{
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
  z-index: 2;
  padding-right: 1rem;
}
div.bana > div.bana_inner div span::after{
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-top: 1px solid #44beff;
  border-right: 1px solid #44beff;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
}
div.bana > div.bana_inner div > h3::before{
  content: "Partner company";
  position: absolute;
  top: 1rem;
  left: 0.5rem;
  z-index: 5;
  color: rgba(68,190,255,0.5);
  font-size: 1.5rem;
  line-height: 1em;
  white-space: nowrap;
}
div.bana > div.bana_inner figure{
  width: 50%;
}
[wc-view-type*="sp"] div.bana > div.bana_inner figure{
  width: 35%;
}
div.bana > div.bana_inner figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*一個の場合のbanner*/
div.hoken_banner_area01{
  padding: calc(var(--headerHeight) * 2) 0 0 0;
  width: 100vw;
  box-sizing: border-box;
}
[wc-view-type*="sp"] div.hoken_banner_area01{
  padding: calc(var(--headerHeight) * 2) 1rem 0 1rem;
}
[wc-view-type*="tb"] div.hoken_banner_area01{
  padding: calc(var(--headerHeight) * 2) 2rem 0 2rem;
}
h3.recommendation{
  color: #000;
  margin-bottom: 1rem;
  text-align: center;
  font-size: 1.5rem;
  border-bottom: 1px solid #44beff;
  position: relative;
  z-index: 1;
}
[wc-view-type*="pc"] h3.recommendation{
  width: 1100px;
  margin: 0 auto;
}
h3.recommendation::before{
  content: "Recommendation";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  left: 50%;
  transform: translateX(-50%);
  top: -3rem;
  background-size: cover;
  line-height: 1em;
  font-size: 3rem;
  color: #44beff;
}
[wc-view-type*="sp"] h3.recommendation::before{
  font-size: 2.5rem;
  top: -2.5rem;
}
[wc-view-type*="tb"] h3.recommendation::before{
  font-size: 3rem;
  top: -3rem;
}
p.recommendation_text{
  text-align: center;
  line-height: 2rem;
  margin: 1rem 0;
}
[wc-view-type*="sp"] p.recommendation_text{
  text-align: left;
  padding: 0 1rem;
  box-sizing: border-box;
}
div.hoken_banner_area01 div.banner{
  position: relative;
  z-index: 1;
}
[wc-view-type*="sp"] div.hoken_banner_area01 div.banner{
  width: calc(100% - 2rem);
  margin: 0 auto;
}
[wc-view-type*="tb"] div.hoken_banner_area01 div.banner{
  width:calc(100% - 2rem);
  margin: 0 auto;
}
[wc-view-type*="pc"] div.hoken_banner_area01 div.banner{
  width: 600px;
  margin: 0 auto;
}
div.hoken_banner_area01 a{
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom:0;
}
div.hoken_banner_area01 figure picture{
  width: 100%;
  height: 100%;
  display: block;
}
div.hoken_banner_area01 figure img{
  width: 100%;
  object-fit: cover;
  height: 100%;
}
/*サービスの流れ*/
section.flow{
  box-sizing: border-box;
}
[wc-view-type*="sp"] section.flow{
  padding: calc(var(--headerHeight) * 2) 1rem var(--headerHeight) 1rem;
}
[wc-view-type*="tb"] section.flow{
  padding: calc(var(--headerHeight) * 2) 2rem var(--headerHeight) 2rem;
}
[wc-view-type*="pc"] section.flow{
  padding: calc(var(--headerHeight) * 2) calc((100vw - 1100px) / 2) var(--headerHeight) calc((100vw - 1100px) / 2);
}
section.flow > h2{
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 1rem;
  color: #000;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #44beff;
}
section.flow > h2::before{
  content: "Flow";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  left: 50%;
  transform: translateX(-50%);
  top: -3rem;
  background-size: cover;
  line-height: 1em;
  font-size: 3rem;
  color: #44beff;
}
[wc-view-type*="sp"] section.flow > h2::before{
  font-size: 2.5rem;
  top: -2.5rem;
}
[wc-view-type*="tb"] section.flow > h2::before{
  font-size: 3rem;
  top: -3rem;
}
section.flow div.flow_block{
}
[wc-view-type*="sp"] section.flow div.flow_block{
  width: calc(100% - 2rem);
  margin: 0 auto;
}
[wc-view-type*="tb"] section.flow div.flow_block{
  width: calc(100% - 2rem);
  margin: 0 auto;
}
[wc-view-type*="pc"] section.flow div.flow_block{
  width: 800px;
  margin: 0 auto;
}
section.flow div.flow_block div.flow_box{
  background-color: #efefef;
  padding: 1rem;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  margin-bottom: 2rem;
}
section.flow div.flow_block:last-child div.flow_box{
  margin-bottom: 0;
}
section.flow div.flow_block div.flow_box::after{
  content: "";
  width: 2rem;
  height: 2rem;
  background-color: #efefef;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  bottom: -1rem;
}
section.flow div.flow_block:last-child div.flow_box::after{
  display: none;
}
section.flow div.flow_block div.flow_box div.left{
  position: absolute;
  top: 0;
  left: 0;
  background-color: #44beff;
  padding: 0.2rem 1rem;
  color: #fff;
  font-size: 1.2rem;
}
section.flow div.flow_block div.flow_box div.right{
  padding-top: 1.5rem;
}
section.flow div.flow_block div.flow_box div.right h3{
  color: #000;
  font-size: 1.2rem;
  border-bottom: 1px solid #44beff;
}
section.flow div.flow_block div.flow_box div.right p{
  line-height: 2rem;
  padding: 0.5rem;
}
/*お問い合わせ*/
section.contact{
  padding: calc(var(--headerHeight) * 2) 0;
  width: 100%;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  background-color: rgba(68,190,255,0.1);
}
[wc-view-type*="sp"] section.contact{
  padding: var(--headerHeight) 1rem;
  width: 100vw;
}
[wc-view-type*="tb"] section.contact{
  height: 80vw;
  padding: var(--headerHeight) 2rem;
  width: 100vw;
}
[wc-view-type*="pc"] section.contact{
  height: 650px;
  box-sizing: border-box;
}
section.contact::after{
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
[wc-view-type*="sp"] section.contact::after{
  content: "";
  background-image:url("../img/insurance/sp_contact02.webp");
  width: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
}
[wc-view-type*="tb"] section.contact::after{
  content: "";
  background-image: url("../img/insurance/tb_contact02.webp");
  width: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
}
[wc-view-type*="pc"] section.contact::after{
  content: "";
  background-image: url("../img/insurance/pc_contact02.webp");
  width: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
}
[wc-view-type*="sp"] body.safari section.contact::after{
  background-image:url("../img/insurance/sp_contact02.png");
}
[wc-view-type*="tb"] body.safari section.contact::after{
  background-image: url("../img/insurance/tb_contact02.png");
}
[wc-view-type*="pc"] body.safari section.contact::after{
  background-image: url("../img/insurance/pc_contact02.png");
}
section.contact > h2{
  top: var(--headerHeight);
  font-size: 1.5rem;
  color: #000;
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 1rem;
  border-bottom: 1px solid #44beff;
}
[wc-view-type*="pc"] section.contact > h2{
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
[wc-view-type*="pc"] section.contact > h2{
 top: initial;
}
section.contact > h2::before{
  content: "Contact us";
  position: absolute;
  top: -3rem;
  font-size: 3rem;
  color: #44beff;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1em;
  white-space: nowrap;
}
[wc-view-type*="sp"] section.contact > h2::before{
  font-size: 2.5rem;
  top: -2.5rem;
}
[wc-view-type*="tb"] section.contact > h2::before{
  font-size: 3rem;
  top: -3rem;
}
section.contact > p{
  text-align: center;
  line-height: 2rem;
}
[wc-view-type*="sp"] section.contact > p{
  margin-bottom: 1rem;
  padding: 3.5rem 1rem 0 1rem;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
}
[wc-view-type*="sp"] section.contact > p br{
  display: none;
}
[wc-view-type*="tb"] section.contact > p{
  margin-top: 5.5rem;
  margin-bottom: 1rem;
}
div.contact_box{
  position: relative;
  z-index: 2;
}
[wc-view-type*="sp"] div.contact_box{
  width: 100%;
  box-sizing: border-box;
  padding: 0 1rem;
}
[wc-view-type*="tb"] div.contact_box{
  display: flex;
  width: 100%;
  padding: 0 0.5rem;
  box-sizing: border-box;
}
[wc-view-type*="pc"] div.contact_box{
  display: flex;
  width: 800px;
  margin: 1rem auto 0 auto;
}
div.contact_box div.tel,
div.contact_box div.mail{
  background-color: #fff;
  border: solid 2px #44beff;
  border-radius: 1rem;
  padding: 1rem
}
[wc-view-type*="sp"] div.contact_box div.tel{
  margin-bottom: 1rem;
}
[wc-view-type*="tb"] div.contact_box div.tel,
[wc-view-type*="tb"] div.contact_box div.mail,
[wc-view-type*="pc"] div.contact_box div.tel,
[wc-view-type*="pc"] div.contact_box div.mail{
  width: calc(100% - 1rem);
  margin: 0 0.5rem;
  background-color: #fff;
  border: solid 2px #44beff;
  border-radius: 1rem;
  padding: 1rem;
  box-sizing: border-box;
}
div.contact_box div.tel,
div.contact_box div.mail{
  position: relative;
  z-index: 1;
}
div.contact_box div.tel::after,
div.contact_box div.mail::after{
  content: "";
  position: absolute;
  z-index: 2;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  opacity: 0.1;
}
[wc-view-type*="sp"] div.contact_box div.tel::after,
[wc-view-type*="sp"] div.contact_box div.mail::after{
  width: 100px;
  height: 130px;
  right: 0.5rem;
  bottom: 0.5rem;
}
[wc-view-type*="tb"] div.contact_box div.tel::after,
[wc-view-type*="tb"] div.contact_box div.mail::after{
  width: 150px;
  height: 130px;
  right: 0.5rem;
  bottom: 1rem;
}
[wc-view-type*="pc"] div.contact_box div.tel::after,
[wc-view-type*="pc"] div.contact_box div.mail::after{
  width: 196px;
  height: 150px;
  right: 0.5rem;
  bottom: 0.5rem;
}
[wc-view-type*="sp"] div.contact_box div.tel::after{
  background-image:url("../img/insurance/tb_contact_deco.webp");
}
body.safari [wc-view-type*="sp"] div.contact_box div.mail::after{
  background-image: url("../img/insurance/tb_contact_deco.png");
}
[wc-view-type*="sp"] div.contact_box div.mail::after{
  background-image: url("../img/insurance/tb_sp_mail_deco.webp");
}
body.safari [wc-view-type*="sp"] div.contact_box div.mail::after{
  background-image: url("../img/insurance/tb_sp_mail_deco.png");
}
[wc-view-type*="tb"] div.contact_box div.tel::after{
  background-image: url("../img/insurance/tb_contact_deco.webp");
}
body.safari [wc-view-type*="tb"] div.contact_box div.mail::after{
  background-image: url("../img/insurance/tb_contact_deco.png");
}
[wc-view-type*="tb"] div.contact_box div.mail::after{
  background-image: url("../img/insurance/tb_sp_mail_deco.webp");
}
body.safari [wc-view-type*="tb"] div.contact_box div.mail::after{
  background-image:url("../img/insurance/tb_sp_mail_deco.png")
}
[wc-view-type*="pc"] div.contact_box div.tel::after{
  background-image:url("../img/insurance/pc_contact_deco.webp");
}
body.safari [wc-view-type*="pc"] div.contact_box div.mail::after{
  background-image:url("../img/insurance/pc_contact_deco.png")
}
[wc-view-type*="pc"] div.contact_box div.mail::after{
  background-image: url("../img/insurance/pac_mail_deco.webp");
}
body.safari [wc-view-type*="pc"] div.contact_box div.mail::after{
  background-image:url("../img/insurance/pac_mail_deco.png")
}
div.contact_box div.tel > h3,
div.contact_box div.mail > h3{
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #000;
  border-bottom: 1px solid #44beff;
}
div.contact_box div.tel > p,
div.contact_box div.mail > p{
  line-height: 2rem;
}
[wc-view-type*="sp"] div.contact_box div.tel > p,
[wc-view-type*="sp"] div.contact_box div.mail > p{
  text-align: left;
  width: 100%;
  padding: 0 1rem;
  box-sizing: border-box;
}
[wc-view-type*="tb"] div.contact_box div.tel > p,
[wc-view-type*="tb"] div.contact_box div.mail > p{
  width: 100%;
  padding: 0 1rem;
  box-sizing: border-box;
}
[wc-view-type*="sp"] div.contact_box div.tel > p br,
[wc-view-type*="sp"] div.contact_box div.mail > p br{
  display: none;
}
div.contact_box div.tel > div.tel_btn,
div.contact_box div.mail > div.mail_btn{
  margin-top: 1rem;
}
div.contact_box div.tel > div.tel_btn a{
  padding-left: 3rem;
  position: relative;
  z-index: 1;
  display: table;
  font-size: 2rem;
  margin: 0 auto;
  text-decoration: none;
  color: #000;
}
[wc-view-type*="sp"] div.contact_box div.tel > div.tel_btn a{
  padding-left: 2.5rem;
}
[wc-view-type*="tb"] div.contact_box div.tel > div.tel_btn a,
[wc-view-type*="pc"] div.contact_box div.tel > div.tel_btn a{
  pointer-events: none;
}
div.contact_box div.tel > div.tel_btn a span{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 50px;
  height: 50px;
  display: table;
  background-color: var(--wcLogoSvg);
  background-color: #000;
  -webkit-mask-image: var(--wciconsrc);
  mask-image: var(--wciconsrc);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  right: 0.5em;
  transform: translateY(-50%);
}
[wc-view-type*="sp"] div.contact_box div.tel > div.tel_btn a span{
  width: 2.5rem;
}
div.contact_box div.mail > div.mail_btn a{
  border: solid 2px #000;
  padding: 0 2.5rem 0 1rem;
  border-radius: 5px;
  box-sizing: border-box;
  line-height: 3rem;
  display: table;
  margin: 0 auto;
  color: #000;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  z-index: 3;
}
div.contact_box div.mail > div.mail_btn a::after{
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: translateY(-50%) rotate(45deg);
  top: 50%;
  right: 1rem;
  z-index: -1;
}

