@charset "utf-8";
/*-------------------------------------*/
/*	index	*/
/*-------------------------------------*/
/* メインビジュアル */
#main_wrap{
  width: 100%;
  background-color: #FFFFFF;
}
#main_img{
  width: 95%;
  /* height:calc( 100vh - 130px ); */
  position: relative;
  background-color: #FFFFFF;
  margin: 0 auto;
}
#main_img .movie{
  /* width: 95%;
  height:70%;
  margin: 0 auto;
  position: relative;
  display: block; */
  width: 100%;
  padding-top: 56.25%;
   margin: 0 auto;
   position: relative;
}
.bt_online{
  position: fixed;
  right: 5%;
  bottom: 10%;
  z-index: 1;
}
#picup_area{
  position: relative;
  background-color: #FFFFFF;

}
#picup_area a.pickup{
  position: absolute;
  left: 2.5%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  width: 80%;
  max-width: 400px;
  z-index: 1;
}
#picup_area a.pickup dl{
  display: flex;
  justify-content: space-between;
  background-color: #FFFFFF;
  padding: 20px 20px 20px 10px;
  border-radius: 5px;
  width: 100%;
  background-color: #FFFFFF;
  border: 1px solid #cccccc;
}
#picup_area a.pickup dl dt{
  width: 110px;
}
#picup_area a.pickup dl dt img{
  border-radius: 5px;
  overflow: hidden;
}
#picup_area a.pickup dl dd{
  width: calc( 100% - 110px );
  padding-left: 10px;
}
#picup_area a.pickup dl dd .date{
  color: #BF210D;
  display: inline-block;
  font-size: 1.1rem;
  margin-bottom: 5px;
}
#picup_area a.pickup dl dd p{
  font-size: 1.1rem;
}
.scroll_area{
  width: 100%;
  height:200px;
  position: relative;
  background-color: #FFFFFF;
}
/*ページスクロール*/
.scroll{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 50px;
}
.scroll a{ 
	width: 50px;
  max-width: 66px;
	height: 80px;
		z-index: 2;
	display: block;
  text-align: center;
}
@keyframes goDownAndUp {
  50% {
   bottom: 30px;
  }
  100% {
    bottom:0px;
  }
}
.scroll a span::after{
	content: "";
  width:  1px;
  height: 30px;
  position: absolute;
 bottom: 0;
  left: 50%;
	 transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.scroll a span::after {
  background-color: #000000;
}
.scroll a span::before{
	content: "";
  width:  6px;
  height: 6px;
  position: absolute;
 bottom: 0;
  left: 50%;
  transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  animation-name: goDownAndUp;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  background-color: #000000;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  #main_img{
  /* width: 100%;
  height:calc( 100vh - 80px );
  position: relative; */
  background-color: #FFFFFF;
    padding-top: 20px;
}
#picup_area{
padding-top: 40px;
}
#picup_area  a.pickup{
  position: relative;
  left: auto;
  top: auto;
  transform: none;
    -webkit-transform: none;
    -ms-transform: none;
  width: 95%;
  max-width: 400px;
  z-index: 1;
  margin: 0 auto;
  display: block;
}
}
@media screen and (max-width: 768px) {
  .bt_online{
display: none;
}

#picup_area a.pickup dl dt{
  width: 110px;
}
#picup_area a.pickup dl dt img{
  border-radius: 5px;
  overflow: hidden;
}
#picup_area a.pickup dl dd{
  width: calc( 100% - 110px );
  padding-left: 10px;
}
}
@media screen and (max-width: 550px) {
  #main_img{
  /* width: 100%;
  height:60vh;
  position: relative;
  background-color: #FFFFFF; */
}
  #main_img .movie{
  /* width: 95%;
  height:50%;
  margin: 0 auto;
  position: relative;
  display: block; */
}
.scroll_area {
    /* width: 100%;
    height: 50%;
    position: relative; */
    height: 150px;
}
}
/* policy */ 
#top #policy {
  background-image: url("../images/index/bg_paper.png");
}
#top #policy .inner{
  display: flex;
  flex-direction: row-reverse;
}
#top #policy .inner h2{
  max-width: 200px;
  width: 100%;
}
#top #policy .inner .txt_wrap{
  width: calc( 100% - 200px );
  padding-right: 40px;
}

#top #policy .inner .txt{
/* -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl; */
  width: 100%;
  text-align: center;
}
#top #policy .inner .txt p{
font-size: 1.6rem;
}
#top #policy .inner .txt .br{
  display: block;

}

.text-combine {
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  text-combine-upright: all;
}
@media screen and (max-width: 1200px) {
  #top #policy .inner{
  flex-direction: column;
  margin-bottom: 40px;
}
#top #policy .inner h2{
  max-width: 500px;
  width: 100%;
  text-align: center;
  margin: 0 auto 40px auto;
}
#top #policy .inner .txt_wrap{
  width: 100%;
  padding-right: 0;
}
}
@media screen and (max-width: 768px) {
/*===========
.scroll-box
===========*/
.scroll-box {
  overflow-x: auto;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
  direction: rtl;  
}
  
/*===========
scrollbar
===========*/
/*スクロールバー全体の高さ*/
.scroll-box::-webkit-scrollbar {
  height: 4px;
}
/*スクロールバー全体の背景*/
.scroll-box::-webkit-scrollbar-track {
  background: #eee;
}
/*スクロールバーの動く部分*/
.scroll-box::-webkit-scrollbar-thumb {
  background: #aaa;
  border: none;
}
/*スクロールバーの動く部分のホバー（マウスオーバー）*/
.scroll-box::-webkit-scrollbar-thumb:hover {
  background: #999;
}
  
.simplebar-track.simplebar-horizontal {
  height: 5px;
  background: #B5B5B5;
  border-radius: 5px;
  max-width: 372px;
  margin: 0 auto;
}
.simplebar-scrollbar {
  height: 5px;
  background: #BF210D;
  border-radius: 5px;
  top: 0;
}
.simplebar-scrollbar.simplebar-visible{
  background: #BF210D;
}
.simplebar-scrollbar.simplebar-visible.simplebar-hover{
  background: #BF210D;
}
.scroll-box .simplebar-scrollbar:before {
    background: #BF210D;
}
.scroll-box .txt {
  width: 100%;
  min-width: 900px;
  margin: 0;
}
}
@media screen and (max-width: 550px) {
  .scroll-box .txt {
  width: 100%;
  min-width: 700px;
  margin: 0;
}
}



/* 理由 */
#top #reason{
  position: relative;
  background: rgba(255, 255, 255, 0.70);
}
.blank{
    width: 100%;
  height: 100vh;
}
.bg_all{
  width: 100%;
  height: 100vh;
  background-image: url("../images/index/bg_all.jpg");
  background-position: center top;
  background-size: cover;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 768px) {
  .bg_all{
  background-image: url("../images/index/bg_all_sp.jpg");
}
}
@media screen and (max-width: 550px) {
}

/* お客様の声 */
#top #voice{
  background-color: #FFFFFF;
}
#top #voice .voice_wrap{
  /* display: flex;
  justify-content: space-between; */
  position: relative;
}
#top #voice .voice_wrap .title{
  width: 35%;
 transition-duration: .6s;
 position: absolute;
 left: 0;
 top: 0;
}
#top #voice .voice_wrap .title .inner{
  max-width: 450px;
  margin: 0 auto;
  padding: 0 20px;
}

#top #voice .voice_wrap .img{
  width: 65%;
  margin: 0 0 0 auto;
}
#top #voice .voice_wrap .img img{
  width: 100%;
}
#top #voice .voice_wrap .img .voice_box{
  position: relative;
  margin-bottom: 60px;
}
#top #voice .voice_wrap .img .voice_box:last-of-type{
  margin-bottom: 0;
}
#top #voice .voice_wrap .img .voice_box .txt{
  border-radius: 20px;
background: rgba(255, 255, 255, 0.5);
position: absolute;
left: 20px;
bottom: 20px;
padding: 40px 20px;
max-width: 480px;
width: 80%;
color: #FFFFFF;
}
#top #voice .voice_wrap .img .voice_box:first-of-type .txt{
color: #000000;
background: rgba(255, 255, 255, 0.6);
}
#top #voice .voice_wrap .img .voice_box .txt h4{
  font-size: 2.0rem;
  font-weight: 800;
  line-height: 1.5;
  margin-bottom: 20px;
}
#top #voice .voice_wrap .img .voice_box .txt p{
  font-size: 1.2rem;
}

/* 途中から固定　*/
#top #voice .voice_wrap .voice_ttl_pc.fixed {
    position: fixed;
    top: 140px;
    left: auto;
    z-index: +1;
    transition-duration: .6s;
}
#top #voice .voice_wrap .voice_ttl_pc.fixed.none {
    opacity: 0;
    z-index: -1;
    transition-duration: .6s;
}
.voice_ttl_sp{
  display: none;
}
.blank02{
  width: 100%;
  height: 400px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 1200px) {
  .voice_ttl_sp{
  display: block;
}
.voice_ttl_pc .inner{
  display: none;
}
  #top #voice .voice_wrap{
  flex-direction: column;
  padding: 0 20px;
}
#top #voice .voice_wrap .title{
  width: 100%;
   transition: 0.3s;
 position: relative;
 left: auto;
 top: auto;
}
#top #voice .voice_wrap .title .inner{
  max-width: 450px;
  margin: 0 auto 60px auto;
  padding: 0;
}
#top #voice .voice_wrap .img{
  width: 100%;
}
#top #voice .voice_wrap .img .voice_box{
  margin-bottom: 0;

}
#top #voice .voice_wrap .img .voice_box .txt{
  border-radius: 20px;
background: none;
position: relative;
left: auto;
bottom: auto;
padding: 40px 0;
max-width: 480px;
width: 100%;
color: #000000;
}
#top #voice .voice_wrap .img .voice_box:first-of-type .txt{
color: #000000;
background:noe;
}
.blank02{
  width: 100%;
  height: 0px;
}
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 550px) {
}
/* staff */
#top #staff{
  background-color: #FBF9F3;
}
#top #staff .caption{
  font-size: 2.0rem;
  margin-bottom: 40px;
}
.top_staff_wrap{
  max-width: 1600px;
  margin: 0 auto;
  padding-bottom: 120px;
}

.top_staff_wrap  .slick-dots {
    position: absolute;
    bottom: -80px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.top_staff_wrap .slick-dots li {
    position: relative;
    display: inline-block;
    width: 150px;
    height: 8px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.top_staff_wrap .slick-dots li button{
    /* font-size: 0; */
    line-height: 0;
    display: block;
    width: 150px;
    height: 8px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    transition: 0.3s;
}
.top_staff_wrap .slick-dots li button:before {
    font-family: none;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 8px;
    background-color: transparent;;
    border: 1px solid #BF210D;
    content: '';
    text-align: center;
    opacity: 1;
}
.slick-dots li.slick-active button:before{
     background-color: #BF210D;
}
.top_staff_wrap .slick-dots li button:hover:before,
.top_staff_wrap .slick-dots li button:focus:before{
     background-color: #BF210D;
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 768px) {
  .top_staff_wrap{
  padding-bottom: 60px;
}

.top_staff_wrap  .slick-dots {
    position: absolute;
    bottom: -40px;
}
  .top_staff_wrap .slick-dots li {
    width: 100px;
    height: 8px;
}
.top_staff_wrap .slick-dots li button{
    width: 100px;
    height: 8px;
}
.top_staff_wrap .slick-dots li button:before {
    width: 100px;
    height: 8px;
}
}
@media screen and (max-width: 550px) {
}

/* message */
#top #message{
  background-color: #FFFFFF;
}
#top #message .movie_box h3{
  text-align: center;
  font-size: 2.0rem;
  margin-bottom: 10px;
  line-height: 1.5;
}

/* message */
#instagram{
  background-color: #FBF9F3;
}

/* news */
#top #news{
    background-color: #FFFFFF;
}
#top #news .cat_list{
  justify-content: center;
}

/*-------------------------------------*/
/*	サブタイトル	*/
/*-------------------------------------*/
#subimg{
  width: 95%;
  margin: 0 auto;
  position: relative;
  height: 300px;
  background-image: url("../images/pages/bg_subimg.png");
  background-repeat: repeat;
  display: flex;
  align-items: center;
}
#subimg::before{
  content: "";
  width: 70%;
  height: 100%;
  background-image: url("../images/pages/subimg.jpg");
  background-position: center;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
}
#subimg h2{
  font-weight: 700;
  font-size: 3.2rem;
  color: #FFFFFF;
  background-color: #BF210D;
  text-align: center;
  width: 40%;
  display: inline-block;
  padding: 0.8em 20px;
  z-index: 1;
}
@media screen and (max-width:760px) {
#subimg{
  width: 100%;
  height: 250px;
  padding: 0 20px ;

}
#subimg::before{
  content: "";
  width: 90%;
  height: 140px;
  background-image: url("../images/pages/subimg.jpg");
  background-position: center;
  background-size: cover;
    position: absolute;
    top: 50px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
#subimg h2{
  font-weight: 700;
  font-size: 2.4rem;
  text-align: center;
  width: 80%;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
}
@media screen and (max-width:430px) {

}
/*-------------------------------------*/
/*	ページ共通	*/
/*-------------------------------------*/
.ttl {
  font-size: 2.0rem;
  line-height: 1.5;
  position: relative;
  margin-bottom: 70px;
  letter-spacing: 2px;
}
.ttl span{
  font-weight: 500;
}
.ttl span::before{
  content: url("../images/ico_point.svg");
  margin-right: 10px;
}
.ttl02{
  font-size: 3.2rem;
font-weight: 500;
letter-spacing: 7.68px;
margin-bottom: 30px;
}
.ttl02 span{
  font-size: 4.8rem;
  display: inline-block;
  margin: 5px 3px;
  background-color: #BF210D;
  line-height: 1;
  color: #FFFFFF;
  padding: 0.1em 0 0.2em 0.1em;
}
.page_ttl {
  font-size: 6.4rem;
  line-height: 1.5;
  position: relative;
  margin-bottom: 100px;
  font-weight: 400;
}
a .img_wrap {
  overflow: hidden;
  width: 100%;
}
a:hover .img_wrap img {
  transform: scale(1.1);
  transition-duration: 0.5s;
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .ttl {
     margin-bottom: 40px;
  }
}
@media screen and (max-width:760px) {
  a.bt_base_line {
    font-size: 2.0rem;
  }
 .page_ttl {
  font-size: 2.4rem;
  margin-bottom: 60px;
}
.ttl02{
  font-size: 2.4rem;
}
.ttl02 span{
  font-size: 4rem;
}
}
@media screen and (max-width:430px) {
 
}

/*-------------------------------------*/
/*		*/
/*-------------------------------------*/


/*-------------------------------------*/
/*	会社概要	*/
/*-------------------------------------*/
#company{
  background-color: #FBF9F3;
}
#company .insurance_list{
  display: flex;
  margin-bottom: 30px;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}
#company .insurance_list li{
  width: calc( 100% / 5 - 10px );
  text-align: center;
}
#company .map{
margin-top: 80px;
}
#company .map iframe{
  width: 100%;
  height: 300px;
}

/* 認定 */
#certification dl{
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
    border-bottom: 1px solid #000000;
    align-items: center;
}
#certification dl dt{
  max-width: 220px;
  width: 23%;
  padding: 30px 20px 30px 0;

}
#certification dl dd{
  width: 77%;
padding: 30px 0;
}
#certification dl dd h3{
  font-size: 2.0rem;
  margin-bottom: 20px;
  line-height: 1.5;
  font-weight: 700;
}
/* 沿革 */
#history dl{
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
}
#history dl dt{
  width: 22%;
  position: relative;
  font-weight: normal;
}
#history dl dd{
  width: 80%;
  padding-left: 20px;
}
#history dl dt p{
  background-color: #FFFFFF;
  padding: 0 0 10px 0;
  text-align: center;
  font-size: 6.4rem;
  color: #868686;
  line-height: 1;
  position: relative;
  z-index: 1;
}
#history dl dt p span{
  font-size: 2.4rem;
}
#history dl dt::before{
  content: "";
  width: 1px ;
  height: 100%;
  background-color: #868686;
      position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
#history dl dd h3{
font-size: 3.2rem;
color: #868686;
padding-top: 20px;
margin-bottom: 30px;
line-height: 1.5;
}
#history dl dd p{
  font-size: 1.6rem;
}
#history .caption{
  font-size: 2rem;
  line-height: 2;
  text-align: center;
}
/* 沿革2 */
#history02 dl{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 700px;
  margin: 0 auto;
}
#history02 dl dt{
  max-width: 125px;
  width: 20%;
  font-weight: normal;
   line-height: 1.5;
   position: relative;
   display: block;
     font-size: 1.6rem;
}
#history02 dl dd{
  width: 80%;
  padding-bottom: 30px;
  line-height: 1.5;
    font-size: 1.6rem;
}
#history02 dl dt::before{
   content: "";
   width: 1px;
   height: calc( 100% - 3px );
   background-color: #000000;
   position: absolute;
   left: 7px;
   bottom: -10px;
}
#history02 dl dt:last-of-type::before{
   content: none;
}
#history02 dl dt span{
   position: relative;
  padding-left: 30px;
}
#history02 dl dt span::before{
   content: "";
   width: 14px;
   height: 14px;
   border-radius: 50px;
   background-color: #BF210D;
       position: absolute;
    top: 0.4em;
    left: 0;
}
/*続きを読む*/
.accordion {
  position: relative;
}
/* ボタン */
.accordion-btn {
  bottom: 0;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  left: 0;
  margin: auto;
  padding: 5px 15px;
  position: absolute;
  right: 0;
  text-align: center;
  transition: all .2s;
  width: fit-content;
  z-index: 2;
}
/* 続きを読むボタンの表記 */
.accordion-btn::after {
  content: "続きをみる";
}
/* ボタンhover時のスタイル */
.accordion-btn:hover {

}
.accordion-text {
  overflow: hidden; /* テキストを隠す */
  position: relative;
}
/* 最初に見えてるテキストエリアの高さ */
.accordion-text.is-hide {
  height: 300px;
}
/* テキストをグラデーションで隠す */
.accordion-text::before {
  background: -webkit-linear-gradient(top, rgba(238, 243, 249,0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #ffffff 100%);
  background:         linear-gradient(top, rgba(238, 243, 249, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #ffffff 100%);
  bottom: 0;
  content: "";
  height: 150px; /* グラデーションで隠す高さ */
  position: absolute;
  width: 100%;
  z-index: 1;
}
/* 閉じるボタンの位置 */
.accordion-btn.is-show {
  bottom: -3em;
}
/* 閉じるボタンの表記 */
.accordion-btn.is-show::after {
  content: "閉じる";
}
/* 続きを見るボタンをクリックしたらテキストを隠しているグラデーションを消す */
.accordion-btn.is-show + .accordion-text::before {
  display: none;
}

/* 取扱(引受)保険会社 */
#kinds{
  background-color:#FBF9F3;
}
#kinds .kinds_box{
  background-color: #FFFFFF;
  border: 1px solid #000000;
  border-radius: 10px;
  padding: 30px 40px; 
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#kinds .kinds_box dt{
  width: 150px;
}
#kinds .kinds_box dd{
  width: 100%;
  padding-left: 40px;
}
#kinds .kinds_box dd h3{
  margin-bottom: 20px;
  line-height: 1.5;
  font-size: 2.0rem;
}
/* SDGs */
#sdgs .caption{
  font-size: 2.0rem;
  margin-bottom: 60px;
  text-align: center;
}
#sdgs dl{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
#sdgs dl dt{
  width: 167px;
  margin-bottom: 20px;
}
#sdgs dl dd{
  width: calc( 100% - 167px );
  padding-left: 20px;
  margin-bottom: 20px;
}
#sdgs dl dd .box{
  border-radius: 20px;
  margin-bottom: 0;
  padding: 1.5em 2em;
}
#sdgs dl dd h3{
  margin-bottom: 10px;
  line-height: 1.5;
  font-size: 2.4rem;
  font-weight: 700;
  padding-left: 1em;
}
@media screen and (max-width: 991px) {
  #history dl dt{
  width: 25%;
  position: relative;
  font-weight: normal;
}
#history dl dd{
  width: 75%;
  padding-left: 20px;
}
}
@media screen and (max-width: 768px) {
    #company .gaiyo{
      font-size: 1.2rem;
}
#company .map{
margin-top: 40px;
}
/* 沿革 */
#history dl{
  flex-direction: column;
}
#history dl dt{
  width: 100%;
}
#history dl dd{
  width: 100%;
  padding-left: 0;
}
#history dl dt p{
  padding: 0;
  text-align: left;
}
#history dl dt::before{
  content: none;
}
#history dl dd h3{
font-size: 2rem;
padding-top: 20px;
margin-bottom: 30px;
}
#history02 dl dt{
  max-width: 125px;
  width: 30%;
  font-weight: normal;
   line-height: 1.5;
   position: relative;
   display: block;
     font-size: 1.6rem;
}
#history02 dl dd{
  width: 70%;
  padding-bottom: 30px;
  font-size: 1.2rem;
}
/* 取扱(引受)保険会社 */
#kinds .kinds_box{
  padding: 20px 20px; 
}
#kinds .kinds_box dt{
  width: 150px;
}
#kinds .kinds_box dd{
  width: 100%;
  padding-left: 30px;
}
#kinds .kinds_box dd h3{
  margin-bottom: 20px;
  line-height: 1.5;
  font-size: 1.6rem;
}
#kinds .kinds_box dd a.bt_red02{
  font-size: 1.2rem;
}
#kinds .kinds_box dd a.bt_red02::after{
  font-size: 5px;
}
/* SDGs */
#sdgs dl{
  flex-direction: column;
}
#sdgs dl dt{
  width: 167px;
  margin: 0 auto 20px auto;
}
#sdgs dl dd{
  width: 100%;
  padding-left:0;
  margin-bottom: 40px;
}
#sdgs dl dd h3{
  margin-bottom: 10px;
  font-size: 2.4rem;
  text-align: center;
  padding-left: 0;
}
}
@media screen and (max-width: 550px) {
  #company .insurance_list li{
  width: calc( 100% / 2 - 10px );
}
#certification dl{
flex-direction: column;
}
#certification dl dt{
  max-width: 220px;
  width: 100%;
  padding: 30px 0 30px 0;
  text-align: center;
}
#certification dl dd{
  width: 100%;
padding: 0 0 30px 0;
}
}
/*-------------------------------------*/
/*	実績	*/
/*-------------------------------------*/
#features .inner{
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
#features .inner .txt{
  width: 70%;
}
#features .inner h3{
  width: 25%;
    font-size: 4.0rem;
   -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.2em;
  line-height: 2;
  margin-top: -80px;
}
#features .inner .txt p{
  font-size: 1.6rem;
  line-height: 40px;
}
/* 選ばれてきた理由 */
#reason .caption{
  font-size: 1.6rem;
  margin-bottom: 35px;
  font-weight: 700;
  letter-spacing: 3.84px;
  text-align: center;
}
.reason_box{
  border-radius: 20px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  padding: 25px;
  text-align: center;
  background-color: #FFFFFF;
}
.reason_box h3{
  font-weight: 500;
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.reason_box p.count{
  color: #BF210D;
  font-size: 5.5rem;
   font-weight: 800;
   letter-spacing: -2.75px;
   line-height: 1;
   margin-bottom: 20px;
}
.reason_box p.count span{
  vertical-align: baseline;
  font-size: 2rem;
}
/* お客さまの声 */
#page .voice_box{
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
#page .voice_box dt{
 max-width: 474px;
 width: 100%;
}
#page .voice_box dd{
 width: 100%;
 padding-left: 40px;
 position: relative;
}
#page .voice_box dd h3{
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 10px;
  position: relative;
  line-height: 1.5;
  padding-left: 1em;
}
#page .voice_box dd h3::before{
content: "";
width: 7px;
height: 7px;
background-color: #BF210D;
position: absolute;
left: 0;
top: 0.7em;
}
#page .voice_box dd h4{
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 1.5em;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #9F9F9F;
  position: relative;
  line-height: 1.5;
  padding-left: 1em;
}
#page .voice_box dd h4:first-of-type{
  margin-top: 0;
}
#page .voice_box dd h4::before{
content: "";
width: 7px;
height: 7px;
background-color: #525151;
position: absolute;
left: 0;
top: 0.7em;
}
#page .voice_box dd .inner{
  position: relative;
  padding: 40px 40px 40px 0;
}
#page .voice_box dd .inner::before{
  content: "";
  width: 900px;
  height: 100%;
  background-color: #FBF9F3;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 768px) {
  #features .inner{
  flex-direction: column;
}
#features .inner .txt{
  width: 100%;
}
#features .inner h3{
  width: 100%;
    font-size: 2.4rem;
   -ms-writing-mode:lr-tb;
  writing-mode:horizontal-tb;
  letter-spacing: 0.2em;
  line-height: 2;
  margin-top: 0;
  margin-bottom: 50px;
}
#page .voice_box{
  flex-direction: column;
  margin-bottom: 40px;
}
#page .voice_box dt{
 max-width: 474px;
 width: 100%;
margin: 0 auto;
}
#page .voice_box dd{
 width: 100%;
 padding-left: 0;
 position: relative;
}
#page .voice_box dd h3{
  font-size: 2.4rem;
  margin-top: 40px;
  margin-bottom: 30px;
}
#page .voice_box dd .inner{
  position: relative;
  padding: 20px;
  background-color: #FBF9F3;
}
#page .voice_box dd .inner::before{
  content: none;
}
#page .voice_box dd .inner p{
  font-size: 1.4rem;
}
.reason_box{
  border-radius: 10px;
  padding: 15px 10px;
}
.reason_box h3{
  font-weight: 500;
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.reason_box p.count{
  color: #BF210D;
  font-size: 3rem;
   margin-bottom: 10px;
}
.reason_box p.count span{
  vertical-align: baseline;
  font-size: 1.8rem;
  margin-left: 5px;
}
}
@media screen and (max-width: 550px) {
}

/*-------------------------------------*/
/*	G－ALLについて	*/
/*-------------------------------------*/
#page #about .caption{
  margin-bottom: 100px;
}
#page #about .caption p{
  line-height: 40px;
  font-size: 1.6rem;
}
.staff_sld .slick-slide {
    margin: 20px;
}
.staff_sld .slick-slide img{
  max-width: 474px;
   
}

/* スタッフ紹介 */
.staff_list{
  display: flex;
  flex-wrap: wrap;
  gap: 20px 20px;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
}
.staff_list::after {
  max-width: 220px;
  content: "";
  display: block;
  width: calc(100% / 4 - 20px);
}
.staff_list::before {
  max-width: 220px;
  content: "";
  display: block;
  width: calc(100% / 4 - 20px);
  order:1;
}
.staff_list li{
max-width: 220px;
width: calc(100% / 4 - 20px);
}
.staff_list li .inner{
  overflow: hidden;
  position: relative;
}
.staff_list li .hover{

}
.staff_list li .inner .hover{
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(246, 246, 246, 0) 0%, rgba(161, 0, 0, 0.80) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.6s;
  opacity: 0;
  display: flex;
  align-items: center;
  z-index: 1;
}
.staff_list li .inner .hover p{
  width: 100%;
  text-align: center;
  color: #FFFFFF;
}
.staff_list li:hover .inner .hover{
  opacity: 1;
}
.staff_list li .name{
  font-weight: 800;
  font-size: 1.6rem;
  letter-spacing: 3.84px;
  margin-top: 10px;
}
.staff_list li .name span{
  font-weight: 400;
  font-size: 1.0rem;
  letter-spacing: 0;
  color: #999;
  display: block;
}
#page #message dl{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#page #message dl dt{
  max-width: 364px;
  width: 100%;
  text-align: center;
}
#page #message dl dd{
  width: 100%;
    padding: 60px 60px 60px 60px;
  position: relative;
}
#page #message dl dd::before{
  content: "";
  width: 960px;
  height: 100%;
  background-image: url("../images/index/bg_paper.png");
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
#page #message dl dd p{
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 175%; /* 28px */
letter-spacing: 3.84px;
}
#page #message dl dd p.name span img{
  max-width: 177px;
}
@media screen and (max-width: 1141px) {
#page #message dl dd::before{
  width: 800px;
}
#page #message dl dd{
  width: 100%;
    padding: 60px 40px 60px 0;
  position: relative;
}
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 768px) {
  #policy .page_ttl{
font-size: 4.0rem;
}
  /* mission */
    .mission_box{
      margin-top: 60px;
  }
  .mission_box h3{
    color: #BE1D2C;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 20px;
  }
    .mission_box h4{
    color: #525151;
    font-size: 2.0rem;
    font-weight: 800;
    line-height: 1.5;
    margin-bottom: 20px;
  }
.mission_box p{
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 20px;
  }

  .staff_sld .slick-slide {
    margin: 10px;
}
  .staff_list{
  display: flex;
  flex-wrap: wrap;
  gap: 20px 10px;
  justify-content: space-between;
}
.staff_list::after {
  max-width: 220px;
  content: "";
  display: block;
  width: calc(100% / 2 - 10px);
}
.staff_list::before {
  max-width: 220px;
  content: "";
  display: block;
  width: calc(100% / 2 - 10px);
  order:1;
}
.staff_list li{
max-width: 220px;
width: calc(100% / 2 - 10px);
}
.staff_list li .inner .hover{
  content: "";
  width: 100%;
  height: 50%;
  opacity: 1;
}
.staff_list li .inner .hover p{
  font-size: 1.2rem;
}
.staff_list li:hover .inner .hover{
  opacity: 1;
}
#page #message dl{
  flex-direction: column;
  width: 100%;
  margin: 0 0 0 auto;
  position: relative;
  margin-right: -20px;
}
#page #message dl::before{
  content: "";
  width: 100%;
  height: 90%;
  background-color: #FBF9F3;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;

}
#page #message dl dt{
  max-width: 364px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}
#page #message dl dd{
  width: 100%;
    padding: 40px 20px 40px 20px;
}
#page #message dl dd::before{
  content: none;
}
#page #message dl dd p{
  font-size: 1.2rem;
  font-weight: 400;
}
#page #message dl dd p.name span img{
  max-width: 150px;
}
}
@media screen and (max-width: 550px) {
}
/*-------------------------------------*/
/*	サービス紹介	*/
/*-------------------------------------*/
#page #service .page_ttl{
  font-size: 4.0rem;
  margin-bottom: 0;
}
.service_wrap{

}
.service_wrap{
  width: 100%;
  margin: 0 auto;
  position: relative;
  --base-width: 2160;
  --base-height: 1394;
}
.service_wrap p{
  font-size: 2.0rem;
  line-height: 2;
}
.service_wrap p:first-of-type{
  position: absolute;
  top: calc((250 / var(--base-height))* 100%);
  right: calc((300 / var(--base-width))* 100%);
}
.service_wrap p:last-of-type{
  position: absolute;
  top: calc((850 / var(--base-height))* 100%);
  left: calc((200 / var(--base-width))* 100%);
}
.service_wrap img{
  width: 100%;
}
.service_wrap_sp{
  display: none;
}
#type{
  display: flex;
}
#type a{
  display: block;
  width: 50%;
    overflow: hidden;
    position: relative;
    transition: 0.3s;
}
#type a::before {
  background: rgba(0, 0, 0, .5); /* マスクの色(黒の50%) */
  bottom: 0;
  content: '';
  height: auto;
  left: 0;
  opacity: 0.7; /* 最初は透明（非表示） */
  position: absolute;
  right: 0;
  top: 0;
  transition:  opacity .6s ease; /* ゆっくりopacityのみへ変化させる */
  width: 100%;
  z-index: 1;
}
#type a:hover::before {
  opacity: 0.3;
}
#type a div{
  display: block;
  width: 100%;
  text-align: center;
  height: 800px;
  background-position: center;
  background-size: cover;
  transition: transform .6s ease;
  background-repeat: no-repeat;
}
#type a:first-of-type div{
  background-image: url("../images/type_img01.jpg");
}
#type a:last-of-type div{
  background-image: url("../images/type_img02.jpg");
}
#type a:hover div{
  transform: scale(1.1);
}
#type a span{
      position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 2;
    color: #FFFFFF;
    font-size: 2.4rem;
    padding: 1em 1em;
    border: 1px solid #FFFFFF;
    display: inline-block;
    width: 80%;
    max-width: 430px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.178);
}
#type a span::after {
   content: "\e900";
  border-radius: 50px;
	    position: absolute;
      transition: ease .2s;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	z-index: 1;
  font-size: 7px;
font-family: 'icomoon';
}
@media screen and (max-width: 1200px) {
  .service_wrap p{
  font-size: 1.6rem;
  line-height: 2;
}
.service_wrap p:first-of-type{
  position: absolute;
  top: calc((200 / var(--base-height))* 100%);
  right: calc((300 / var(--base-width))* 100%);
}
.service_wrap p:last-of-type{
  position: absolute;
  top: calc((800 / var(--base-height))* 100%);
  left: calc((200 / var(--base-width))* 100%);
}
}
@media screen and (max-width: 1000px) {
  .service_wrap {
  display: none;
}
#page #service .page_ttl{
  font-size: 4.0rem;
  margin-bottom: 60px;
}
.service_wrap_sp{
  display: block;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;

}
.service_wrap_sp::after{
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../images/pages/bg_service01_sp.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center top;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.service_wrap_sp::before{
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../images/pages/bg_service02_sp.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.service_wrap_sp .inner{
  max-width: 670px;
  margin: 0 auto;
}
.service_wrap_sp img{
  margin: 0 auto 20px auto;
  display: block;
}
.service_wrap_sp p{
  margin-bottom: 40px;
  font-size: 1.6rem;

}
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 768px) {
  #page #service .page_ttl{
  font-size: 2.4rem;
}
#type{
  flex-direction: column;
}
#type a{
  display: block;
  width: 100%;
}
#type a div{
  width: 100%;
  height: 400px;
}
#type a:first-of-type div{
  background-image: url("../images/type_img01_sp.jpg");
}
#type a:last-of-type div{
  background-image: url("../images/type_img02_sp.jpg");
}
#type a span{
      position: absolute;
    bottom: 60px;
    font-size: 2.4rem;
}
}
@media screen and (max-width: 550px) {
  #type a div{
  width: 100%;
  height: 285px;
}
}
/*-------------------------------------*/
/*	法人・個人のお客様（共通）	*/
/*-------------------------------------*/
.company_logo img{
  max-width: 170px;
}
 #in_kinds .bg{
  background-color: #FBF9F3;
  padding-left: 40px;
  padding-right: 40px;
}
 #in_kinds .bg hr{
border-top: 1px dashed #9F9F9F;
}
.in_kinds_wrap{
  display: flex;
  justify-content: space-between;
}
.in_kinds_wrap .in_kinds_ttl{
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 20px;
}
.in_kinds_wrap .in_kinds_list{
  width: calc( 100% - 120px );
}
.in_kinds_wrap .in_kinds_ttl h3{
  font-size: 4.0rem;
   -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.2em;
  text-align: center;
}
.in_kinds_wrap .in_kinds_list ul{
  display: flex;
  gap: 20px;
  justify-content: stretch;
  flex-wrap: wrap;
}
.in_kinds_wrap .in_kinds_list ul li{
  width: calc( 100% / 5 - 20px );
  background-color: #FFFFFF;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #BABABA;
  padding: 20px 5px 20px 5px ;
  cursor: pointer;
}
.in_kinds_wrap .in_kinds_list ul li img{
  margin-bottom: 5px;
}
.in_kinds_wrap .in_kinds_list ul li p{
  line-height: 1.2;
}

.in_kinds_wrap .in_kinds_list .netonly{
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.in_kinds_wrap .in_kinds_list .netonly a{
  width: calc( 100% /3 - 40px );
}

 /* モーダルを開くボタン */
  .modal__trigger{
    cursor: pointer;
  }
  
  /* モーダル本体 */
  .modal__wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    width: 100%;
    height: 100%;
    transition: all 1s ease-in-out;
    background-color: rgba(0, 0, 0, 0.719);
  }
  .modal__container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #FFFFFF;
    padding: 60px 40px 40px 40px;
    width: 90%;
    max-width: 1140px;
    border-radius: 20px;
    animation: modalopen 0.6s linear 0s;
    transition: 0.3s;
  }
@keyframes modalopen{
  from{
      opacity: 0;
  }
  to{
      opacity: 1;
  }
}
.modal__inner {
  position: relative;
  height: 100%;
}
.modal__content{
  /*overflow-y: scroll;*/
  height: 100%;
  text-align: left;
}
.modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  transition: opacity .6s;
  z-index: 1;
}
.modal__close:hover {
  opacity: .6;
}
.modal__content dl{
  background-color: #FBF9F3;
  padding: 40px 40px 40px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal__content dl dt{
  width: 180px;
  text-align: center;
}
.modal__content dl dd{
  width: calc( 100% - 180px );
  padding-left:20px;
}
.modal__content dl dd h3{
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20px;
}
.modal__content dl dd p{
  font-size: 1.6rem;
}
.modal__content dl dd p span{
color: #BF210D;
}
/* FAQ */
.qa_box dl {
  margin-bottom: 20px;
  background: rgba(190, 29, 45, 0.05);
  border: 2px solid #BF210D;
  border-radius: 10px;
  overflow: hidden;
}
.qa_box dl:last-of-type {
  margin-bottom: 0;
}
.qa_box dl dt {
  font-size: 2.0rem;
  padding: 1em 60px 1em 60px;
  font-weight: 600;
  cursor: pointer;
  line-height: 1.5;
  position: relative;
}
.qa_box dl dt::before {
  content: "Q.";
  position: absolute;
  font-weight: 600;
  left: 1.5em;
  top: 1em;
  font-size: 2.0rem;
}
.qa_box dl dt::after {
  content: "";
  width: 25px;
  height: 25px;
  background-image: url("../images/ico_plus.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.qa_box dl dt.on::after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("../images/ico_minus.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.qa_box dl dd {
  padding: 1.5em 1.5em 1.5em 60px;
  line-height: 1.5;
  position: relative;
  border-top: 2px solid #BF210D;
  background-color: #FFFFFF;
}
.qa_box dl dd::before {
  content: "A.";
  position: absolute;
  font-weight: 600;
  left: 1.5em;
  top: 1em;
  font-size: 2.0rem;
}
.qa_box dl dd p{
font-size: 2.0rem;
}
.qa_box dl dd p a{
text-decoration: underline;
}
.qa_box dl dd p span{
color: #BF210D;
}
.qa_box .submenu {
  display: none;
}

@media screen and (max-width: 1130px) {
  .in_kinds_wrap{
  flex-direction: column;
}
.in_kinds_wrap .in_kinds_ttl{
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.in_kinds_wrap .in_kinds_list{
  width: 100%;
}
.in_kinds_wrap .in_kinds_ttl h3{
  font-size: 4.0rem;
   -ms-writing-mode:lr-tb;
  writing-mode:horizontal-tb;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 60px;
}
}
@media screen and (max-width: 1000px) {
  .in_kinds_wrap .in_kinds_list ul{
  gap: 10px;
}
.in_kinds_wrap .in_kinds_list ul li{
  width: calc( 100% / 4 - 10px );
}
.in_kinds_wrap .in_kinds_list .netonly{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.in_kinds_wrap .in_kinds_list .netonly a{
  width: calc( 100% /3 - 20px );
}
}
@media screen and (max-width: 768px) {
  #in_kinds{
    background-color: #FBF9F3;
  }
 #in_kinds .bg{
  background-color: none;
  padding-left: 0;
  padding-right: 0;
}
.in_kinds_wrap .in_kinds_list .netonly a{
  width: calc( 100% /2 - 20px );
}
  .modal__container {
    padding: 50px 20px 20px 20px;
    width: 95%;
  }
}
@keyframes modalopen{
  from{
      opacity: 0;
  }
  to{
      opacity: 1;
  }
}
.modal__inner {
  position: relative;
  height: 100%;
}
.modal__content{
  /*overflow-y: scroll;*/
  height: 100%;
  /*padding: 0 20px;*/
  text-align: left;
}
.modal__close {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  transition: opacity .6s;
}
/* faq */
.qa_box dl {
  margin-bottom: 5px;
}
.qa_box dl dt {
  font-size: 1.6rem;
  padding: 1em 50px 1em 40px;
}
.qa_box dl dt::before {
  content: "Q.";
  position: absolute;
  font-weight: 600;
  left: 1em;
  top: 1em;
  font-size: 1.6rem;
}
.qa_box dl dt::after {
  content: "";
  width: 20px;
  height: 20px;
  right: 15px;
}
.qa_box dl dt.on::after {
  content: "";
  width: 20px;
  height: 20px;
  right: 15px;
  top: 50%;
}
.qa_box dl dd {
  padding: 1em 1em 1em 40px;
}
.qa_box dl dd::before {
  left: 1em;
  top: 1em;
  font-size: 1.6rem;
}
.qa_box dl dd p{
font-size: 1.6rem;
}
.qa_box .submenu {
  display: none;
}
@media screen and (max-width: 550px) {
  .in_kinds_wrap .in_kinds_ttl h3{
  font-size: 3.2rem;
}
  .in_kinds_wrap .in_kinds_list ul li{
  width: calc( 100% / 2 - 10px );
}
.in_kinds_wrap .in_kinds_list .netonly{
  flex-direction: column;
  text-align: center;
}
.in_kinds_wrap .in_kinds_list .netonly a{
  width: 100%;
}
  .modal__content dl{
  padding: 20px;
  flex-direction: column;
}
.modal__content dl dt{
  width: 180px;
  text-align: center;
}
.modal__content dl dd{
  width: 100%;
  padding-left:0;
}
.modal__content dl dd h3{
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
  text-align: center;
}
}
/*-------------------------------------*/
/*	個人のお客様	*/
/*-------------------------------------*/
.individuals_img01{
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
#individuals .ttl_wrap{
  display: flex;
  justify-content: space-between;
  align-items:end;
  margin-bottom: 100px;
}
#individuals .ttl_wrap .page_ttl{
  margin-bottom: 0;
}
#individuals .ttl_wrap p{
  font-size: 2.0rem;
}
#individuals .caption{
  font-size: 3.6rem;
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 1300px) {
  #individuals .ttl_wrap{
  flex-direction: column;
  align-items: baseline;
}
#individuals .ttl_wrap .page_ttl{
  margin-bottom: 100px;
}
#individuals .ttl_wrap p{
  font-size: 2.0rem;
}
}
@media screen and (max-width: 768px) {
  .individuals_img01{
  max-width: 200px;
  margin: 0 auto;
  text-align: center;
}
  #individuals .ttl_wrap{
  margin-bottom: 60px;
}
#individuals .ttl_wrap .page_ttl{
  margin-bottom: 60px;
}
#individuals .caption{
  font-size: 3.2rem;
}
}
@media screen and (max-width: 550px) {
}
/*-------------------------------------*/
/*	オンライン相談	*/
/*-------------------------------------*/
#online .caption{
  font-size: 2.2rem;
}
.col_box.online_box{
  border-radius: 10px;
  border: 1px solid #000000;
  padding: 40px 20px;
  margin-bottom: 0!important;
}
.online_box h3{
  text-align: center;
  font-size: 3.6rem;
}
.online_box h3 span{
  display: block;
  font-size: 1.4rem;
  padding-bottom: 20px;
  position: relative;
}
.online_box h3 span::before{
  content: "";
  width: 50px;
  height: 2px;
  background-color: #BF210D;
      position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.online_box img{
  margin: 0 auto 20px auto;
  display: block;
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 768px) {
  #online .caption{
  font-size: 2.0rem;
}
}
@media screen and (max-width: 550px) {
}
/*-------------------------------------*/
/*	sitemap	*/
/*-------------------------------------*/
.sitemap_wrap {
	display: flex;
	flex-wrap: wrap;
	 gap: 20px 20px;
	justify-content: space-between;
}
.sitemap_wrap::after{
  content:"";
  display: block;
	max-width: 310px;
   width: calc(100% / 3 - 20px);
}
.sitemap_wrap .sitemap_list{
	max-width: 310px;
	 width: calc(100% / 3 - 20px);
}
#sitemap h2{
  font-size: 2.0rem;
  margin-bottom: 10px;
  line-height: 1.5;
}
#sitemap h2 a{
  color: #666666;
  font-weight: 700;
}
#sitemap h2 a:hover{
  opacity: 0.7;
}
.sitemap_list > ul{
  margin-bottom: 30px;
}
.sitemap_list > ul li{
  margin-bottom: 15px;
  line-height: 1.5;
}
.sitemap_list > ul > li > a{
  display: block;
  border: 1px solid #000000;
  padding: 0.6em 30px 0.6em 0.6em;
  font-size: 2.0rem;
  position: relative;
  border-radius: 3px;
  font-weight: 700;
}
.sitemap_list > ul > li > a::before{
   content: "\e900";
  border-radius: 50px;
	    position: absolute;
      transition: ease .2s;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	z-index: 1;
  font-size: 7px;
font-family: 'icomoon';
}
.sitemap_list > ul > li > a{
  border-left: 4px solid #BF210D;
}
.sitemap_list > ul.bk_list > li > a{
  border-left: 4px solid #868686;
}
.sitemap_list > ul > li > ul{
  margin-top: 15px;
}
.sitemap_list > ul > li > ul li a{
  text-decoration: underline;
  padding-left: 1em;
  position: relative;
  display: inline-block;
}
.sitemap_list > ul > li > ul li a::before{
     content: "\f105";
    position:absolute;
    left: 5px;
    top: 0.1em;
    z-index:1;
    font-family: FontAwesome;
}
@media screen and (max-width: 991px) {
.sitemap_wrap {
max-width: 80%;
margin: 0 auto;
}
.sitemap_wrap::after{
  content:"";
  display: block;
	max-width: 310px;
   width: calc(100% / 2 - 20px);
}
.sitemap_wrap .sitemap_list{
	max-width: 310px;
	 width: calc(100% / 2 - 20px);
}
}
@media screen and (max-width: 768px) {
  .sitemap_wrap {
max-width: 100%;
}
}
@media screen and (max-width: 550px) {
  .sitemap_wrap {
    flex-direction: column;
    max-width: 310px;
}
.sitemap_wrap::after{
  content:"";
  display: block;
	max-width: 310px;
   width: 100%;
}
.sitemap_wrap .sitemap_list{
	max-width: 310px;
	 width: 100%;
}
}
/*-------------------------------------*/
/*	各種方針	*/
/*-------------------------------------*/
.legal_box dl {
  overflow: hidden;
}
.legal_box dl dt {
  font-size: 2.0rem;
  padding: 1.2em 60px 1.2em 35px;
  font-weight: 400;
  cursor: pointer;
  line-height: 1.5;
  position: relative;
  transition: 0.3s;
  background-color: #FBF9F3;
  margin-bottom: 30px;
}
.legal_box dl dt::before {
  content: "";
  width: 4px;
  height: 70%;
  background-color: #BF210D;
      position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);

}
.legal_box dl dt::after {
  content: "\f107";
font-family: FontAwesome;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: 0.3s;
  font-size: 2.8rem;
  font-weight: normal;
}
.legal_box dl dt.on::after {
  content: "\f106";
font-family: FontAwesome;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.legal_box dl dd {
  padding: 1em 2em;
}
.legal_box .submenu {
  display: none;
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 768px) {
  .legal_box dl dt {
  font-size: 1.6rem;
  padding: 1.2em 60px 1.2em 25px;
  font-weight: 400;
  cursor: pointer;
  line-height: 1.5;
  position: relative;
  transition: 0.3s;
  background-color: #FBF9F3;
  margin-bottom: 20px;
}
.legal_box dl dt::before {
  top: 50%;
    left: 10px;
}
.legal_box dl dd {
  padding: 0.5em 0;
}
}
@media screen and (max-width: 550px) {
}
/*-------------------------------------*/
/*	個人情報保護方針	*/
/*-------------------------------------*/
#privacy h3{
  background-color: #FBF9F3;
  font-size: 2.0rem;
  line-height: 1.5;
  padding: 1em 0.5em 1em 35px;
  position: relative;
}
#privacy h3::before {
  content: "";
  width: 4px;
  height: 70%;
  background-color: #BF210D;
      position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);

}
#privacy .main_wrap{
  padding: 1.5em;

}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 768px) {
  #privacy .main_wrap{
  padding: 1em 0;

}
}
@media screen and (max-width: 550px) {
}
/*-------------------------------------*/
/*	お知らせ詳細・一覧	*/
/*-------------------------------------*/
.cat{
display: inline-block;
font-size: 1.2rem;
}
.news_wrap{
display: flex;
justify-content: space-between;
margin-bottom: 100px;
}
.news_wrap #single{
max-width: 800px;
width: 100%;
}
.news_wrap #side{
max-width: 255px;
width: 100%;
padding-left: 20px;
}
.news_wrap #side h3{
font-size: 2.0rem;
padding-bottom: 20px;
margin-bottom: 10px;
line-height: 1.5;
border-bottom: 1px dashed #000000;
}
.news_wrap #side .archive_list li{
  font-size: 1.6rem;
  margin-bottom: 10px;
  line-height: 1.5;
}
.news_wrap #side .archive_list li a{
  display: block;
  padding: 0.5em;
}
@media screen and (max-width: 1000px) {
  .news_wrap{
    flex-direction: column;
margin-bottom: 60px;
}
.news_wrap #single{
max-width: 1000px;
width: 100%;
margin-bottom: 60px;
}
.news_wrap #side{
padding-left: 0;
}
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 550px) {
}

/* 詳細 */
.meta_entry{
  margin-bottom: 20px;
}
.meta_entry .date{
  color: #999999;
  margin-right: 20px;
  font-size: 1.6rem;
}
.single_ttl{
  font-size: 2.0rem;
  margin-bottom: 20px;
  line-height: 1.5;
}
.single_end{
  margin-top: 100px;
  line-height: 1.5;
  text-align: center;
}
.col_box.news_box{
  margin-bottom: 0!important;
}
.news_box img{
width: 100%;
}
.news_box span{
  position: relative;
  display: inline-block;
  overflow: hidden;
     margin-bottom: 10px;
     border-radius: 10px;
     width: 100%;
}
.news_box .noimg span::before{
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #000000;
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;  
}
@media screen and (max-width: 1000px) {
  .single_end{
  margin-top: 60px;
}
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 550px) {
}
/* 一覧 */
.cat_list{
  display: flex;
  gap: 10px;
  margin-bottom: 60px;
  flex-wrap: wrap;
}
.cat_list li{
  width: calc( 100% / 5 - 5px);
}
.cat_list li a{
  border: 1px solid #BF210D;
  border-radius: 50px;
  display: block;
  padding: 0.5em 1em;
  text-align: center;
  color: #BF210D;
  font-size: 1.2rem;
}
.cat_list li a:hover,.cat_list li.current a{
  border: 1px solid #BF210D;
  color: #FFFFFF;
  background-color: #BF210D;
}
.news_list {
  padding: 0;
	border-top: 1px dashed #707070;
}
.news_list li{
	padding-top: 20px;
	border-bottom: 1px dashed #707070;
}
.news_list .item {
  display: flex;
  flex-wrap: nowrap;
  text-decoration: none;
  align-items: baseline;
}
.news_list .item .date {
  margin: 0;
  min-width: 100px;
  color: #666;
  padding: 0 15px 0 0;
	line-height: 2;
	font-size: 1.4rem
}
.news_list .item .category {
  margin: 0;
  min-width: 120px;
  padding: 0 15px 0 0;
}
.news_list .item .category a.cat{
  width: 100%;
}
.news_list .item .title {
  margin: 0;
  width: 100%;
	line-height: 1.5;
  font-size: 2.0rem;
}
.news_list .item .title a{
   display: block;
	  padding: 0 0.5em 20px 0.5em;
	color: #000000;
}
.news_list .item .title a:hover {
  opacity: 0.7;
	color: #000;
}
/*ページネーション*/
.wp-pagenavi {
  clear: both;
  margin: 40px auto auto;
  text-align: center;
  font-size: 100%;
}
.wp-pagenavi a {
  text-decoration: none !important;
  padding: 1em 1em !important;
  margin: 3px;
  display: inline-block;
  color: #666 !important;
  background: none!important;
  border: none!important;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-size: 1.4rem;
  font-weight: 600;
}
.wp-pagenavi span {
  color: #666;
}
.wp-pagenavi span.current {
  text-decoration: none !important;
  padding: 1em 1em !important;
  margin: 3px;
  display: inline-block;
   border: none!important;
  color: #000000;
  background:none!important;
  font-size: 1.4rem;
  font-weight: 600;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
   border: none!important;
}
.wp-pagenavi a:hover {
  border: none!important;
  color: #000000 !important;
  text-decoration: none !important;
  background: none!important;
  padding: 1em 1.2em !important;
}
.wp-pagenavi a:hover span {
  color: #666666;
}
.wp-pagenavi span {
  border: none !important;
}
.extend {
  padding: 0 10px 0 10px;
}
@media screen and (max-width: 768px) {
    .cat_list{
 margin-bottom: 40px;
}
  .cat_list li{
  width: calc( 100% / 3 - 5px);
}
.news_list li {
    padding-top: 15px;
}
  .news_list .item {
    flex-wrap: wrap;
  }
  .news_list .item .date {
    min-width: 100px;
  }
.news_list .item .title a{
   display: block;
	  padding: 15px 0;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 550px) {
      .cat_list{
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}
    .cat_list li{
  width: calc( 100% / 2 - 5px);
}
}
/*-------------------------------------*/
/*	お問い合わせ	*/
/*-------------------------------------*/
/*thanks*/
#thanks{
  background-image: url("../images/pages/bg_contact.png");
  background-repeat: no-repeat;
  background-position: 90% 10%;
}
#thanks .caption{
  text-align: center;
  font-size: 3.2rem;
  margin-bottom: 35px;
  line-height: 1.5;
}
#thanks p{
  font-size: 1.6rem;
font-weight: 400;
line-height: 30px; /* 187.5% */
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 768px) {
  #thanks{
  background-image: none;

}
  #thanks .caption{
  font-size: 2.4rem;
}
}
@media screen and (max-width: 550px) {
}
/* form */
#accident .caption{
  padding-top: 180px;
 font-size: 4.8rem;
font-weight: 400;
line-height: 90px; /* 187.5% */
text-align: center;
margin-bottom: 60px;
background-image: url("../images/pages/contact_mark.png");
background-position: center bottom;
background-repeat: no-repeat;
background-size: auto;
}
#contact .form_area {
    background-color: #FBF9F3;
    padding: 100px 60px;
    border-radius: 20px;
}

.submit_btn_wrap {
  position: relative;
  max-width: 480px;
  width: 100%;
  margin: 60px auto 0 auto;
  text-align: center;
}
input.submit_btn,button.submit_btn {
  display: inline-block;
  color: #FFFFFF;
   border: 2px solid #BF210D;
  background-color: #BF210D;
  position: relative;
  padding: 0.7em 1em;
  font-size: 2.0rem;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  width: 100%;
  transition: 0.3s;
  cursor: pointer!important;
}
.submit_btn:hover {
  color: #BF210D;
  background-color: #FFFFFF;
   border: 2px solid #BF210D;
}

ul.submit2_btn_wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
   margin: 60px auto 0 auto;
}
ul.submit2_btn_wrap li {
  width: 49%;
  text-align: center;
}
ul.submit2_btn_wrap li p{
}
input.back_btn,button.back_btn {
  display: inline-block;
  color: #FFFFFF;
  border: 2px solid #848484;
  background-color: #6b6b6b;
  position: relative;
  padding: 0.7em 1em;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  width: 100%;
  transition: 0.3s;
    cursor: pointer!important;
}
.back_btn:hover {
  background: #252525;
}
/*-------------------------------------*/
/*	フォーム関連	*/
.consent_check_wrap{
	  margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
  font-size: 1.6rem;
}
.consent_check_wrap p a{
	text-decoration: underline;
  color: #4BB3D0;
}
input::-webkit-input-placeholder {
  color: #989898;
}
input:-ms-input-placeholder {
  color: #989898;
}
input::-ms-input-placeholder {
  color: #989898;
}
input::placeholder {
  color: #989898;
}
.form_area :focus {
  outline: solid 2px #3e4f69;
}
.form_area h3{
  margin-top: 20px;
  font-size: 2.2rem;
  margin-bottom: 10px;
  line-height: 1.5;
}
.form_area h3 span{
  font-size: 1.2rem; 
  margin-left: 5px;
}
.must{
	display:inline-block;
	font-size:1.2rem;
	font-weight: 400;
  margin-left: 5px;
}
.check_area,.form_area input[type="text"],
.form_area input[type="email"],
.form_area input[type="tel"],
.form_area textarea, .form_area radio, .form_area select {
	border: 1px solid #999999;
	font-family: inherit;
	font-size:1.8rem;
	padding: 1em .7em;
	margin:0;
	background-color: #FFFFFF;
	border-radius: 0;
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing : border-box ;
	max-width:100%;
}
.form_area input[type="text"],
.form_area input[type="email"],
.form_area input[type="tel"],
.form_area textarea, .form_area radio, .form_area select {
	margin-bottom: 0;
}

.form_area input[type="text"].text_fomr_01,.form_area input[type="email"].text_fomr_01,.form_area input[type="tel"].text_fomr_01 { width:70%; }
.form_area input[type="text"].text_fomr_02,.form_area input[type="email"].text_fomr_02,.form_area input[type="tel"].text_fomr_02{ width:50%; }
.form_area input[type="text"].text_fomr_03,.form_area input[type="email"].text_fomr_03,.form_area input[type="tel"].text_fomr_03{ width:40%; margin:0 }
.form_area input[type="text"].text_fomr_04,.form_area input[type="email"].text_fomr_04,.form_area input[type="tel"].text_fomr_04{ width:100%;}
.form_area textarea.form_txtarea_01{ width:100%;}

.form_area input[type="checkbox"] {
    height: 15px;
    width: 15px;
   margin: 5px;
    vertical-align: middle;
}
.form_area input[type="radio"] {
    vertical-align: middle;
	margin: 0 3px 0 0;
}
.form_area label {
	margin-right: 20px;
	font-weight: normal!important;
	font-size:1.6rem;
	font-weight: 500;
	 padding: 5px;
   display: inline-block;
}
span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 0.5em!important;
}
@media screen and (max-width: 767px){
  #accident .caption{
  padding-top: 150px;
 font-size: 3.6rem;
font-weight: 400;
line-height: 1.5; /* 187.5% */
text-align: center;
margin-bottom: 60px;
background-image: url("../images/pages/contact_mark.png");
background-position: center top;
background-repeat: no-repeat;
background-size: auto;
}
#contact .form_area {
    background-color: #FBF9F3;
    padding: 50px 20px;
}
	.submit_btn_wrap{
		width:100%;
		margin: 0 auto;
	}
	.submit_btn{
		width:100%;
	}
  ul.submit2_btn_wrap {
  flex-direction: column;
  width: 100%;
}
ul.submit2_btn_wrap li {
  width: 100%;
  text-align: center;
}
	ul.submit2_btn_wrap li{
		margin-bottom: 20px;
	}
  .check_area,.form_area input[type="text"],
.form_area input[type="email"],
.form_area input[type="tel"],
.form_area textarea, .form_area radio, .form_area select {
	border: 1px solid #999999;
	font-family: inherit;
	font-size:1.4rem;
  padding: 1em 0.7em;
}
	input[type="text"].text_fomr_01,input[type="email"].text_fomr_01,input[type="tel"].text_fomr_01{ width:100%!important; }
	input[type="text"].text_fomr_02,input[type="email"].text_fomr_02,input[type="tel"].text_fomr_02{ width:100%!important; }
		input[type="text"].text_fomr_03,input[type="email"].text_fomr_03,input[type="tel"].text_fomr_03{ width:100%!important; }
	ul.input_list li{
		margin-bottom: 20px;
	}
	ul.input_list li:last-child{
		margin-bottom: 0;
	}
	label {
	font-size: 1.6rem;
}
	}