@charset "utf-8";

*, *:before, *:after {
  box-sizing: border-box;
}
html{
  font-size: 62.5%;
  font-weight: 400;
  line-height: 1.7;
  color:#5a5a5a;
}
body{
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', sans-serif;
}
.wrapper{
  overflow:hidden;
}
.inner{
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
}
.blue{
  color: #004098;
}
.flex{
  display: flex;
}

.sp_br{
  display: none;
}

.alpha{
  font-family: 'Source Code Pro', monospace;
}


/* -----------  background img  ----------- */
.b_img01{
  background-image: url(/img/background_01.jpg);
}
.b_img02{
  background-image: url(/img/background_02.jpg);
}
.b_img03{
  background-image: url(/img/background_03.jpg);
}

/* -----------  border-radius  ----------- */

.round_bottom{
  border-radius: 0 0 85px 85px;
  overflow: hidden;
}

.round_r_l{
  border-radius: 0 180px 180px 0;
  overflow: hidden;
}
.round_l_l{
  border-radius: 180px 0 0 180px;
  overflow: hidden;
}

/* -----------  align-items  ----------- */

.is_al_center{
  align-items: center;
}

/* -----------  margin  ----------- */

.ma_b_ss{
  margin-bottom: 20px;
}

.ma_b_s{
  margin-bottom: 50px;
}

/* -----------  side  ----------- */

.side_l_l{
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0 200px 200px 0;
  z-index: 5;
}

.side_r_l{
  position: absolute;
  right: 0;
  top: 0;
  width: 43vw;
  border-radius: 200px 0 0 200px;
  overflow: hidden;
}



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

.title{
  font-size: 6rem;
  font-weight: 100;
  letter-spacing: 0.07em;
}


.top_circle{
  position: relative;
  background-image: url(/img/background_01.jpg);
  height: 300px;
}

.top_circle::after{
  content: "";
  position: absolute;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 120vw;
  height: 300px;
  border-top-left-radius: 50% 100%;
  border-top-right-radius: 50% 100%;
  overflow: hidden;
}

/* ---------------------- TOP page ---------------------- */
/* ----------------------- header ----------------------- */
.top_header{
  height:100vh; 
  padding-top: 30px;
}

.logo img{
  height: 2.5vw;
  width: auto;
  margin-bottom: 40px;
}
.top_gnav {
  margin-bottom: 70px;
  position: relative;
  z-index: 100;

}
.top_gnav li{
  font-size: 1vw;
  font-weight: 300;
  margin-bottom: 15px;
  transition: all 0.5s;
  position: relative;
  width: 200px;
}
.top_gnav li:hover{
  color: #004098;
}
.top_gnav li::before{
  content: "";
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 0px;
	height: 1px;
	background: #004098;
	transition: 0.5s;
}
.top_gnav li:hover::before{
  width: 150px;
}
.sp_gnav{
  display: none;
}
.toggle_btn{
  display: none;
}
#mask{
  display: none;
}

/* ------------------------------------- */
.top_mv{
  border-radius: 50%;
  position: relative;
  bottom:58vw;
  width: 85vw;
  height:85vw;
  margin-left:12vw; 
  overflow: hidden;
}





/* ---------------------------------------------------- */
.slide-image{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width:100%;
  height:100%;
  opacity: 0;
  animation: slider-1 24s linear infinite;
}
/* ---------------------------------------------------- */
.slide-image:nth-child(1) {
  background-image: url(/img/top_mv_01.jpg);
  animation-delay: -2s; 
}
.slide-image:nth-child(2) {
  background-image: url(/img/top_mv_02.jpg);
  animation-delay: 4s; 
}
.slide-image:nth-child(3) {
  background-image: url(/img/top_mv_03.jpg);
  animation-delay: 10s; 
}
.slide-image:nth-child(4) {
  background-image: url(/img/top_mv_04.jpg);
  animation-delay: 16s; 
}
/* ---------------------------------------------------- */
@keyframes slider-1 {
  /* 非表示状態からフェードインを開始する */
  0% {
    opacity: 0;
    transform: scale(1); /* ズームのための指定 */
  }
  /* フェードインを完了し完全表示する */
  4.16% {
    opacity: 1;
  }
  /* ここまで完全表示を維持したらフェードアウトを開始する */
  25% {
    opacity: 1;
  }
  /* フェードアウトを完了し非表示にする */
  33.33% {
    opacity: 0;
    transform: scale(1.2); /* ズームのための指定 */
  }
  100% {
    opacity: 0;
  }
}







.top_header_title{
  font-size: 1.8vw;
  font-weight: 300;
  letter-spacing: 0.05em;
	line-height: 2;
  position: absolute;
  top: 45%;
}

.top_header_title span{
  background-color: #fff;
  padding: .001em 1em .017em .4em;
  border-radius: 0 45px 45px 0 ;
}






.top_lowpart_wrapper{
height: 100vh;
}
.top_lowpart_item{
  display: flex;
  position: absolute;
  z-index: 2;
  bottom: 50px;
  width: 87vw;
  justify-content:space-between;
  align-items:flex-end
}
.top_contact{
  order: 1;
}
.top_contact p{
  font-size: 1.15vw;
  font-weight: 500;
  color: #656565;
  margin-bottom: 15px;
}
.top_contact a{
  width: 10.5vw;
  height: 2.1vw;
  font-size: 1.15vw;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius:1.05vw;
  transition: all 0.3s;
  color: #004098;
}
.top_contact a:hover{
  background-color:#004098;
  color: #fff;
}






.top_online_sns{
  order: 3;
  right: 0;
}

.online p{
  background-color: #004098;
  height: 2.1vw;
  border-radius: 1.05vw;
  color: #fff;
  text-align: center;
  line-height: 2.1vw;
  transition: all 0.3s;
  font-size: 1vw;
  padding-left: 20px;
  padding-right: 20px;
}


.small{
  font-size: 0.7vw;
  font-weight: 100;
  vertical-align: 5%;
  margin-right: 10px;
}


.top_sns p{
  background-color: #004098;
  border-radius: 50%;
  height: 2.1vw;
  width: 2.1vw;
  margin-left: 20px;
  transition: all 0.3s;
}

.top_online_sns p:hover{
  opacity: 0.3;
}

.top_sns img{
  width: 2.1vw;
  height: 2.1vw;
}



.scroll{
  background-color: #004098;
  width: 4.4vw;
  height: 4.4vw;
  border-radius: 50%;
  order: 2;
}
.scroll p{
  font-size: 0.78vw;
  font-weight: 300;
  color: #fff;
  text-align: center;
  padding-top: 1vw;
}
.scroll_arrow{
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  border-radius: 1px;
  width: 1.45vw;
  height: 1.45vw;
  transform: rotate(45deg);
  position: relative;
  left: 33.5%;
  bottom: 7px;
}







/* ----------------- TOP page ----------------- */
/* ------------------------ main ------------------------ */

.secton_subtitle{
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 2.4rem;
  color: #FF3100;
  text-align: center;
  margin-top: 15px;
}

.top_main_wrapper{
  background: #fff;
  margin-top: -300px;
  position: relative;
  z-index: 5;
}



.btn_service span{
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  margin-right: auto;
  margin-left: auto;
  margin-top: 35px;
  transition: all 0.3s;
}
.btn_service span::after {
  content: '';
  position: absolute;
  top: 12.5px;
  right: 15px;
  width: 15px;
  height: 15px;
  border-top: #004098 solid 2px;
  border-right: #004098 solid 2px;
  border-radius: 1px;
  transform: rotate(45deg);
  transition: all 0.3s;
}
.top_service_headline:hover .btn_service span::after {
  content: '';
  position: absolute;
  top: 12.5px;
  right: 5px;
  width: 15px;
  height: 15px;
  border-top: #fff solid 2px;
  border-right: #fff solid 2px;
  border-radius: 1px;
  transform: rotate(45deg);
}

.top_service_headline:hover .btn_service span{
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #004098;
  margin-right: auto;
  margin-left: auto;
  margin-top: 35px;
}


.btn_company span{
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  margin-right: auto;
  margin-left: auto;
  margin-top: 35px;
  transition: all 0.3s;
}
.btn_company span::after {
  content: '';
  position: absolute;
  top: 12.5px;
  right: 15px;
  width: 15px;
  height: 15px;
  border-top: #004098 solid 2px;
  border-right: #004098 solid 2px;
  border-radius: 1px;
  transform: rotate(45deg);
  transition: all 0.3s;
}
.top_company_headline:hover .btn_company span::after {
  content: '';
  position: absolute;
  top: 12.5px;
  right: 5px;
  width: 15px;
  height: 15px;
  border-top: #fff solid 2px;
  border-right: #fff solid 2px;
  border-radius: 1px;
  transform: rotate(45deg);
}
.top_company_headline:hover .btn_company span{
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #004098;
  margin-right: auto;
  margin-left: auto;
  margin-top: 35px;
}


.btn_maru span{
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  margin-right: auto;
  margin-left: auto;
  margin-top: 35px;
  transition: all 0.3s;
}
.btn_maru span::after {
  content: '';
  position: absolute;
  top: 12.5px;
  right: 15px;
  width: 15px;
  height: 15px;
  border-top: #004098 solid 2px;
  border-right: #004098 solid 2px;
  border-radius: 1px;
  transform: rotate(45deg);
  transition: all 0.3s;
}
.maru:hover .btn_maru span::after {
  content: '';
  position: absolute;
  top: 12.5px;
  right: 5px;
  width: 15px;
  height: 15px;
  border-top: #fff solid 2px;
  border-right: #fff solid 2px;
  border-radius: 1px;
  transform: rotate(45deg);
}
.maru:hover .btn_maru span{
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #004098;
  margin-right: auto;
  margin-left: auto;
  margin-top: 35px;
}


.btn_kikaku span{
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  margin-right: auto;
  margin-left: auto;
  margin-top: 35px;
  transition: all 0.3s;
}
.btn_kikaku span::after {
  content: '';
  position: absolute;
  top: 12.5px;
  right: 15px;
  width: 15px;
  height: 15px;
  border-top: #004098 solid 2px;
  border-right: #004098 solid 2px;
  border-radius: 1px;
  transform: rotate(45deg);
  transition: all 0.3s;
}
.kikaku:hover .btn_kikaku span::after {
  content: '';
  position: absolute;
  top: 12.5px;
  right: 5px;
  width: 15px;
  height: 15px;
  border-top: #fff solid 2px;
  border-right: #fff solid 2px;
  border-radius: 1px;
  transform: rotate(45deg);
}
.kikaku:hover .btn_kikaku span{
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #004098;
  margin-right: auto;
  margin-left: auto;
  margin-top: 35px;
}


.btn_ikkan span{
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  margin-right: auto;
  margin-left: auto;
  margin-top: 35px;
  transition: all 0.3s;
}
.btn_ikkan span::after {
  content: '';
  position: absolute;
  top: 12.5px;
  right: 15px;
  width: 15px;
  height: 15px;
  border-top: #004098 solid 2px;
  border-right: #004098 solid 2px;
  border-radius: 1px;
  transform: rotate(45deg);
  transition: all 0.3s;
}
.ikkan:hover .btn_ikkan span::after {
  content: '';
  position: absolute;
  top: 12.5px;
  right: 5px;
  width: 15px;
  height: 15px;
  border-top: #fff solid 2px;
  border-right: #fff solid 2px;
  border-radius: 1px;
  transform: rotate(45deg);
}
.ikkan:hover .btn_ikkan span{
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #004098;
  margin-right: auto;
  margin-left: auto;
  margin-top: 35px;
}


.btn_news span{
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  margin-right: auto;
  margin-left: auto;
  margin-top: 35px;
  transition: all 0.3s;
}
.btn_news span::after {
  content: '';
  position: absolute;
  top: 12.5px;
  right: 15px;
  width: 15px;
  height: 15px;
  border-top: #004098 solid 2px;
  border-right: #004098 solid 2px;
  border-radius: 1px;
  transform: rotate(45deg);
  transition: all 0.3s;
}
.top_news_headline:hover .btn_news span::after {
  content: '';
  position: absolute;
  top: 12.5px;
  right: 5px;
  width: 15px;
  height: 15px;
  border-top: #fff solid 2px;
  border-right: #fff solid 2px;
  border-radius: 1px;
  transform: rotate(45deg);
}

.top_news_headline:hover .btn_news span{
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #004098;
  margin-right: auto;
  margin-left: auto;
  margin-top: 35px;
}








/* ---------------------- Aboutus ---------------------- */
.top_about_headline{
  margin-top: 160px;
}


.top_about_headline .section_title h2{
  text-align: center;
  font-size: 3.6rem;
  font-weight: 300;
  color: #004098;
  letter-spacing: 0.07em;
  position: relative;
}

.top_about_headline .section_title h2::after{
  content:"";
  display: block;
  position:absolute;
  height: 1px;
  background-color: #004098;
  bottom: -10px;
  width: 500px;
  left:50%;
  transform: translateX(-50%);
}

.top_about_body{
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 165px;
  position: relative;
}

.top_about_body::after{
  content:"";
  display: block;
  position: absolute;
  z-index: 2;
  top: 310px;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  height: 65px;
  background:repeating-linear-gradient(
    -45deg,
    #F7EDDF,
    #F7EDDF 5px,
    #fff 0,
    #fff 23px
    );
  }

.about_list {
  width: 25vw;
  height: 25vw;
  align-items: center;
  display: flex;
  border-radius: 50%;
  position: relative;
  z-index: 3;
  flex-shrink: 0;
}

.about_list a {
  width: 25vw;
  height: 25vw;
  align-items: center;
  display: flex;
  position: relative;
  flex-shrink: 0;
}


.about_list h3{
  font-size: 2.8rem;
  font-weight: 400;
  letter-spacing: 0.07em;
  color: #004098;
  text-align: center;
  position: relative;
}

.about_list h3::after{
  content:"";
  display: block;
  position:absolute;
  height: 1px;
  background-color: #ffffff;
  bottom: -10px;
  width: 70%;
  left:50%;
  transform: translateX(-50%);
}

.about_list p{
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.07em;
  margin-top: 25px;
  padding-left: 40px;
  padding-right: 40px;
}



/* ---------------------- Service ---------------------- */
.top_service_headline{
width: 480px;
height: 480px;
border-radius: 50%;
align-items: center;
display: flex;
padding-left: 50px;
padding-right: 50px;
position: relative;
z-index: 5;
}


.top_service_headline .section_title h2{
  text-align: center;
  font-size: 3.6rem;
  font-weight: 300;
  color: #004098;
  letter-spacing: 0.07em;
  position: relative;
}

.top_service_headline .section_title h2::after{
  content:"";
  display: block;
  position:absolute;
  height: 1px;
  background-color: #fff;
  bottom: -10px;
  width: 380px;
  left:50%;
  transform: translateX(-50%);
}
.top_service_headline a{
  display: flex;
  width: 480px;
  height: 480px;
  padding-left: 50px;
  padding-right: 50px;
  align-items: center;
}











.service_img_loop{
  position: relative;
  z-index: 1;
  top: -300px;
  display: flex;
  overflow: hidden;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  margin-bottom: -130px;
}

.service_img_box{
  display: flex;
  animation: loop-list 50s linear infinite;
}

.service_img_item{
  width: 100%;

}
.service_img_item img{
  display: block;
  border-radius: 50%;
  margin-right: 20px;
  width: 500px;
}

@keyframes loop-list {
  from {
      transform: translateX(0);
  }
  to {
      transform: translateX(-100%);
  }
}


/* ---------------------- Company ---------------------- */
.company_innner{
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 35%;
}

.company_innner::after{
  content: "";
  display: block;
  background-color: #F7EDDF;
  position: absolute;
  overflow: hidden;
  width: 100vw;
  height: 500px;
  margin: 0 calc(50% - 50vw);
  top:100px;
  z-index: 1;
}

.top_company_headline{
  width: 480px;
  height: 480px;
  border-radius: 50%;
  align-items: center;
  margin-left: auto;
  display: flex;

  z-index: 3;
  position: relative;
  }

  
  .top_company_headline .section_title h2{
    text-align: center;
    font-size: 3.6rem;
    font-weight: 300;
    color: #004098;
    letter-spacing: 0.07em;
    position: relative;
  }
  
  .top_company_headline .section_title h2::after{
    content:"";
    display: block;
    position:absolute;
    height: 1px;
    background-color: #fff;
    bottom: -10px;
    width: 380px;
    left:50%;
    transform: translateX(-50%);
  }
  .top_company_headline a{
    display: flex;
    width: 480px;
    height: 480px;
    padding-left: 50px;
    padding-right: 50px;
    align-items: center;
  }

  
.company_img img{
  position: absolute;
  width: 50vw;
  height: auto;
  border-radius: 180px;
  z-index: 2;
  top: 190px;
  overflow: hidden;
}










.animation_text{
  overflow:hidden;
}

.company_text{
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 10.8rem;
  color:#F7EDDF;
  display : inline-block;
  position: absolute;
  top: 560px;
  white-space : nowrap;
  animation : text_scroll 50s linear infinite;
  width: 100%;
} 
@keyframes text_scroll{
  0% { transform: translateX(-100%)}
  100% { transform: translateX(0%)}
}



/* ---------------------- News ---------------------- */
.news_inner{
  display: flex;
  margin-bottom: 150px;

}


.top_news_header{
  width: 40%;
  display: flex;
  justify-content: center;

}

.top_news_headline{
  width: 400px;
  height: 400px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-shrink: 0;
}

.top_news_headline .section_title h2{
  text-align: center;
  font-size: 3.6rem;
  font-weight: 300;
  color: #004098;
  letter-spacing: 0.07em;
  position: relative;
}

.top_news_headline .section_title h2::after{
  content:"";
  display: block;
  position:absolute;
  height: 1px;
  background-color: #fff;
  bottom: -10px;
  width: 255px;
  left:50%;
  transform: translateX(-50%);
}



.top_news_body{
  width: auto;
  margin-left: 80px;
  display: flex;
  align-items: center;

}

.top_news_body dd{
  margin-bottom: 50px;
}

.top_news_body dd:last-child{
  margin-bottom: 0px;
}




/* ---------------------- Contact ---------------------- */
.contact_section_wrap{
  background-image: url(/img/background_01.jpg);
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  height: 485px;
}


.contact_inner{
  width: 80vw;
  height: 315px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 85px;
  display: flex;
  align-items: center;
}

.contact_inner::before{
  content: "";
  display: block;
  background-color: #ffffff;
  position: absolute;
  overflow: hidden;
  width: 100vw;
  height: 400px;
  margin: 0 calc(50% - 50vw);
  top:10px;
  z-index: 2;
}

.contact_inner::after{
  content:"";
  display: block;
  position: absolute;
  z-index: 5;
  top: 315px;
  width: 100vw;
  height: 65px;
  margin: 0 calc(50% - 50vw);
  background:repeating-linear-gradient(
    -45deg,
    #F7EDDF,
    #F7EDDF 5px,
    #fff 0,
    #fff 23px
    );
  }


.top_contact_headline{
  width: 40%;
  height: 400px;
  align-items: center;
  justify-content: center;
  display: flex;
  z-index: 3;
  position: relative;
}

.top_contact_headline .section_title h2{
  text-align: center;
  font-size: 3.6rem;
  font-weight: 300;
  color: #004098;
  letter-spacing: 0.07em;
  position: relative;
}

.top_contact_headline .section_title h2::after{
  content:"";
  display: block;
  position:absolute;
  height: 1px;
  background-color: #004098;
  bottom: -10px;
  width: 350px;
  left:50%;
  transform: translateX(-50%);
}

.top_contact_body{
  margin-left: auto;
  margin-right: auto;
  z-index: 5;
  width: 50%;
}

.top_contact_body div{
  border-radius: 60px;
  width: 100%;
  height: 150px;
  border: solid 1px #004098;
  display: grid;
  place-content: center;
  place-items: center;
  margin-bottom: 35px;
}


.tel_time {
  margin-left: auto;
  margin-right: auto;
}

.tel_time p{
  color: #004098;
  text-align: center;
  
}
 .tel{
  font-size: 4.2rem;
  font-weight: 500;
 }

 .time{
  font-size: 2.4rem;
  font-weight: 300;
 }

 .contact_btn{
  width: 80%;
  height: 60px;
  background-color: #004098;
  margin-left: auto;
  margin-right: auto;
  border-radius: 30px;
  transition: all 0.3s;

 }

  .contact_btn a{
  display: block;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  line-height: 60px;
 }

  .contact_btn:hover{
   opacity: 0.3;
 }




/* ---------------------- Footer ---------------------- */
footer{
  background-color: #004098;
  padding-top: 50px;
  padding-bottom: 50px;
  color: #fff;
}
.footer_body{
  display: flex;
}

.footer_logo{
  width:220px;
  height: auto;
  margin-bottom: 20px;
}

.footer_address{
  margin-bottom: 45px;
}

p.footer_address{
  font-size: 1.4rem;
}




.footer_online_sns{
  display: flex;
}

.footer_online p{
  background-color: #fff;
  height: 40px;
  border-radius: 20px;
  padding-left: 20px;
  padding-right: 20px;
  margin-right: 20px;
  transition: all 0.3s;
  color: #004098;
  text-align: center;
  line-height: 38px;
}


.f_small{
  font-size: 1.2rem;
  font-weight: 100;
  vertical-align: 3%;
  margin-right: 10px;
}



.footer_sns p{
  background-color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 20px;
  transition: all 0.3s;
}

.footer_online_sns p:hover{
  opacity: 0.3;
}

.footer_nav{
  margin-left: auto;
}

.footer_nav ul{
  margin-bottom: 25px;
  display: flex;
}

.footer_nav li{
  margin-left:30px;
transition: all 0.3s;
}

.footer_nav li:hover{
  opacity: 0.3;

}

.footer_copy{
  text-align: right;
}

.fsc img{
  width: 172px;
  height: auto;
  border-radius: 6px;
  margin-bottom: 10px;
}




.footer_link{
  display: flex;
  justify-content: right;
  align-items: center;

}
.footer_harappa {
  margin-right: 50px;
  text-align: center;

}
.footer_harappa img{
  width: 160px;
}
.footer_harappa  p{
  font-size: 15px;
  margin-top: -10px;
  font-weight: 200;
}
.footer_link a{
  transition: all 0.3s;
}
.footer_link a:hover{
  opacity: 0.3;

}





/* ----------------- その他のpage ----------------- */
/* ----------------------- header ----------------------- */
.header{
  height: 55vw; 
  padding-top: 30px;
}


.contact{
  align-items: center;
  position: absolute;
  top:32px;
  right: 8%;
}
.sns{
  background-color: #004098;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  margin-left: 20px;
  transition: all 0.3s;
}
.sns:hover{
  opacity: 0.3;
}


.contact_form {
  width: 200px;
  height: 36px;
  font-size: 2.2rem;
  background-color: #fff;
  display: flex;
  justify-content: center;
  border-radius:18px ;
  margin-left: 15px;
  transition: all 0.3s;
  line-height: 34px;
}

.contact_form:hover{
  background-color: #004098;
  color: #fff;
}




.online_link {
  height: 36px;
  font-size: 1.7rem;
  padding-left:  20px;
  padding-right: 20px;
  background-color: #004098;
  display: flex;
  justify-content: center;
  border-radius:18px ;
  margin-left:20px;
  transition: all 0.3s;
  line-height: 34px;
  color: #fff;
}

.online_link:hover{
  opacity: 0.3;
}






 .contact_tel{
  font-size:2.2rem;
  font-weight: 500;
  color: #656565;
  margin-left: 15px;
}
.mv{
  position: absolute;
  right: 0;
  top: 100px;
  border-radius: 180px 0 0 180px;
  overflow: hidden;

}
.mv img{
  width:73vw;
  height: auto;
}
.header_title{
  background-color: #fff;
  position: relative;
  width: 550px;
  border-radius: 0 180px 180px 0 ;
}
.page_title{
    text-align: left;
    font-size: 3.8rem;
    font-weight: 300;
    letter-spacing: 0.05em;
    color: #004098;
    position: relative;
    margin-left: 20px;

}
.page_title::after{
  content:"";
  display: block;
  position:absolute;
  height: 1px;
  background-color: #004098;
  bottom: -10px;
  width: 500px;
}
.page_subtitle{
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 2.4rem;
  color: #FF3100;
  text-align: left;
  margin-top: 15px;
  margin-left: 20px;

}

/* ----------------- その他のpage ----------------- */
/* -------------------- main -------------------- */
.main_wrppar{
  background: #fff;
  margin-top: -300px;
  position: relative;
  z-index: 5;
}


/* ------------- 藤徳について -abaout- ------------- */
/* ------------------------------------------- */

.maruihako{
margin-top: 150px;
position: relative;
width: 100vw;
margin-bottom: 180px;
}

.maruihako::after{
  content:"";
  position: absolute;
  display: block;
  width: 75vw;
  height: 50%;
  top: 200px;
  right: 0;
  z-index:0 ;
  background-color: #F7EDDF;
  border-radius: 60px 0 0 60px;
}

.maruihako_top{
  position: relative;
  z-index: 2;
}

.about_r_body{
  width: 43vw;
  margin-left: auto;
  margin-right: 10%;
  background-color: #fff;
  padding: 0 3vw 3vw 3vw;
  border-radius: 0 0 85px 85px;
}

.about_l{
  width: 40vw;
}

.about_r{
  position: relative;
  margin-left: auto;
  margin-top: 200px;
  width: 50vw;
  z-index: 4;
}

.about_r img{
  width: 100%;
  border-radius: 60px 0 0 60px;
  overflow: hidden;
}

.maruihako_txt{
font-size:13.5rem;
font-weight: 700;
opacity:0.1;
position: absolute;
top: 500px;
right: 15vw;
z-index: 3;
text-align: right;
line-height:1
}

/* --------------------------------- */
.kikakuryoku{
  position: relative;
  width: 100vw;
  margin-bottom: 100px;
  }

  .kikakuryoku_top{
    position: relative;
    z-index: 2;
    display: flex;
  }

  .about_l_body{
    width: 43vw;
    margin-right: auto;
    margin-left: 10%;
    background-color: #fff;
    padding: 0 3vw 3vw 3vw;
    border-radius: 0 0 85px 85px;
  }

  .kikakuryoku::after{
    content:"";
    position: absolute;
    display: block;
    width: 75vw;
    height: 60%;
    top: 200px;
    left: 0;
    z-index:1 ;
    background-image: url(/img/background_01.jpg);
    border-radius: 0 60px 60px 0;
    overflow: hidden;
  }

  .kikakuryoku_txt{
    font-size: 13.5rem;
    font-weight: 700;
    opacity:0.1;
    position: relative;
    top: -150px;
    left: 10vw;
    z-index: 3;
    text-align: left;
    line-height:1;
  }

  /* --------------------------------- */
  .ikkansei{
    position: relative;
    width: 100vw;
    margin-bottom: 180px;

    }
    
    .ikkansei::after{
      content:"";
      position: absolute;
      display: block;
      width: 75vw;
      height: 60%;
      top: 200px;
      right: 0;
      z-index:1 ;
      background-color: #F7EDDF;
      border-radius: 60px 0 0 60px;
    }
    
    .ikkansei_top{
      position: relative;
      z-index: 2;
      display: flex;
    }

    .ikkansei_txt{
      font-size: 13.5rem;
      font-weight: 700;
      opacity:0.1;
      position: absolute;
      top: 460px;
      right: 15vw;
      z-index: 2;
      text-align: right;
      line-height: 1;
      }



/* ------------- 事業・製品紹介 -service- ------------- */
/* --------------------------------- */
.service_lead{
  margin-top: 150px;
  margin-bottom: 100px;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;

}

.service_head{
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  padding: 20px;
  background-color: #fff;
  border-radius: 0 0 85px 85px;
  overflow: hidden;
  position: relative;
  z-index: 3;
  display: flex;
}
.service_title{
  margin-right: 50px;
  
}
.service_txt{
  width: 570px;
}
.service_group{
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
.service_item{
  width: 30%;
  height: auto;
  position: relative;
  margin-bottom: 40px;
}
.service_item img{
  width: 100%;
  border-radius: 85px;
}
.service_item p{
  font-size: 2.2rem;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom:10px;
}

.hiramaki {
  position: relative;
  margin-bottom: 200px;
}

.hiramaki::after{
  content: "";
  display: block;
  position: absolute;
  background-color: #F7EDDF;
  height: 105%;
  border-radius: 0 60px 60px 0;
  top: 0;
  left: 0;
  width: 80vw;
  margin: 0 calc(50% - 50vw);
}


.ippan {
  position: relative;
  margin-bottom: 200px;
}

.ippan::after{
  content: "";
  display: block;
  position: absolute;
  background-image: url(/img/background_01.jpg);
  height: 105%;
  border-radius: 60px 0 0 60px;
  top: 0;
  right: 0;
  width: 80vw;
  margin: 0 calc(50% - 50vw);
}

.danbol {
  position: relative;
  margin-bottom: 200px;
}

.danbol::after{
  content: "";
  display: block;
  position: absolute;
  background-color: #F7EDDF;
  height: 105%;
  border-radius: 0 60px 60px 0;
  top: 0;
  left: 0;
  width: 80vw;
  margin: 0 calc(50% - 50vw);
}


.sonota{
  position: relative;
  margin-bottom: 150px;
}
.sonota h2{
  text-align: center;
}

.sonota p{
  font-size: 2rem;
  width: 600px;
}

.sonota::after{
  content: "";
  display: block;
  position: absolute;
  background-image: url(/img/background_01.jpg);
  height: 125%;
  top: 0;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}




/* ------------- 会社概要 -company- ------------- */
/* --------------------------------- */
.message_body{
  position: relative;
  margin-bottom: 200px;
}

.message_body::after{
  content: "";
  display: block;
  position: absolute;
  background-color: #F7EDDF;
  height: 460px;
  border-radius: 0 60px 60px 0;
  top: 0;
  left: 0;
  width: 20vw;
  margin: 0 calc(50% - 50vw);
  z-index: 1;
}

.message_inner{
  width: 65vw;
  margin-left: auto;
  position: relative;
  z-index: 2;
}

.message h2{
  margin-top: 150px;
  margin-bottom: 60px;
  text-align: center;
}

.message h3{
  font-size: 3rem;
  font-weight: 300;
  margin-bottom: 30px;
}

.president{
  text-align: right;
  font-weight: 300;
  font-size: 2rem;
  margin-top:45px ;
}

.name{
  font-size: 2.7rem;
  letter-spacing: 0.1em;
}


.philosophy{
  position: relative;
  margin-bottom: 200px;
}


.philosophy::after{
  content: "";
  display: block;
  position: absolute;
  background-image: url(/img/background_01.jpg);
  height: 500px;
  border-radius: 60px 0 0 60px;
  top: 0;
  right: 0;
  width: 20vw;
  margin: 0 calc(50% - 50vw);
  z-index: 1;
}

.philosophy_innner{
  width: 65vw;
  margin-right: auto;
  position: relative;
  z-index: 2;
}

.philosophy h2{
  margin-bottom: 50px;
}

.philosophy p{
  margin-bottom: 1.5em;
}


.overview{
  position: relative;
  margin-bottom: 200px;
}

.overview::after{
  content: "";
  display: block;
  position: absolute;
  background-color: #F7EDDF;
  height: 95%;
  top:50%;
  transform: translateY(-50%);
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  z-index: 1;
}

.overview_inner{
  position: relative;
  z-index: 2;
  background-color: #fff;
  border-radius: 200px;
padding-bottom: 50px;
}

.overview_body{
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.overview h2{
  text-align: center;
  margin-bottom: 60px;
}

.overview  dl{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.overview  dt{
  width: 30%;
  padding-right: 10%;
  text-align: right;
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom:1px solid #1F1F1F;
}

.overview  dd{
  width: 70%;
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom:1px solid #1F1F1F;
}

.overview  dt:last-of-type{
    border-bottom: none;
 }

 .overview  dd:last-of-type {
  border-bottom: none;
}




.history{
  position: relative;
}

.history::after{
  content: "";
  display: block;
  position: absolute;
  background-color: #F7EDDF;
  height: 95%;
  top:50%;
  transform: translateY(-50%);
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  z-index: 1;
}

.history_inner{
  position: relative;
  z-index: 3;
  background-color: #fff;
  border-radius: 200px;
  padding-bottom: 50px;
}

.history_body{
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.history h2{
  text-align: center;
  margin-bottom: 60px;
}

.history  dl{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.history  dt{
  width: 30%;
  padding-right: 10%;
  text-align: right;
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom:1px solid #1F1F1F;
}

.history  dd{
  width: 70%;
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom:1px solid #1F1F1F;
}

.history  dt:last-of-type{
    border-bottom: none;
 }

 .history  dd:last-of-type {
  border-bottom: none;
}


.history_img_loop{
  top: -300px;
  display: flex;
  overflow: hidden;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  margin-bottom: 200px;
}

.history_img_box{
  display: flex;
  animation: history-loop-list 80s linear infinite;
}

.history_img_item{
  width: 100%;

}
.history_img_item img{
  display: block;
  border-radius: 100px;
  margin-right: 20px;
  height:300px;
  width:  480px;
}

@keyframes history-loop-list {
  from {
      transform: translateX(0);
  }
  to {
      transform: translateX(-100%);
  }
}


.access{
  position: relative;
  margin-bottom: 150px;
}


.access h2{
  text-align: center;
  margin-bottom: 60px;
}

.map{
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%; /* 比率を4:3に固定 */
  margin-bottom: 40px;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 40px;
}




/* ------------- お知らせ -news- ------------- */
/* --------------------------------- */
.news{
  margin-top: 200px;
  margin-bottom: 150px;
}

.news  dl{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.news  dt{
  width: 30%;
  padding-right: 10%;
  text-align: right;
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom:1px solid #1F1F1F;
}

.news  dd{
  width: 70%;
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom:1px solid #1F1F1F;
}

.news  dt:first-of-type{
    border-top: 1px solid #1F1F1F;
 }

 .news dd:first-of-type {
  border-top: 1px solid #1F1F1F;
}







/* ------------- お問い合わせ -contact- ------------- */
/* --------------------------------- */


.inquiry {
  margin-top: 200px;
  margin-bottom: 150px;
}

.inquiry p{
text-align: center;
}

.inquiry_tel{
  border-radius: 60px;
  margin-top: 50px;
  padding-top: 35px;
  padding-bottom: 35px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 70px;

  width: 600px;
  position: relative;
  border: solid 1px #004098;
}

.inquiry_body{
  background-color: #004098;
  border-radius: 200px;
}

.inquiry_body table{
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  width: 80%;
}

.inquiry_body tr{
  height: 60px;
  margin-bottom: 60px;
  margin-top: 60px;
  display: flex;
}
.inquiry_body th{
  display: block;
  width:35%;
  font-size: 1.8rem;
  font-weight: 400;
  padding-top: 15px;
}
.inquiry_body th span{
  font-size: 1.6rem;
  font-weight: 200;
}

.inquiry_body td{
  display: flex;
  width:70%;
  border-radius: 10px;
  color: #656565;
}

td.mitsumori { 
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  color: #fff;
  width: 100%;
  font-size: 1.8rem;
  font-weight: 400;
  padding-top: 15px;
  padding-left: 0;
}

.inquiry_body p{
  color: #fff;
  padding-bottom: 60px;
}

.privacy{
  border-bottom: 1px solid #fff;
  padding-bottom: 1px;
  margin: 0 4px;
}


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

.inquiry_form select{
  width: 100%;
  font-size: 1.8rem;
  height: 60px;
}

.select_box{
  position: relative;
  background-color: #fff;
  width: 100%;
  border-radius: 10px;
  padding: 0 35px;
  z-index: 1;
}

.ans_select_box{
  position: relative;
  background-color: #fff;
  width: 100%;
  border-radius: 10px;
  padding: 0 35px;
  z-index: 1;
}

.select_box::before{
  position: absolute;
  content: "";
  z-index: -1;
  width: 35px;
  height: 35px;
  background-image: url('/img/select_arrow.png');
  background-repeat: no-repeat;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
} 



 .inquiry_form input{
  padding: 0 35px;
  width: 100%;
  height: 100%;
  color: #5a5a5a;
}


.input_box{
  border-radius: 10px;
  background-color: #fff;
  width: 100%;

}


tr.text_area{
  height: 250px;
  }  

.inquiry_form textarea{
  width: 100%;
  padding: 15px 35px;

}

.textarea_box{
  border-radius: 10px;
  background-color: #fff;
  resize : both;
  width: 100%;
}


.size td{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  color: #fff;

}

.size_parts{
  display: inline-flex;
  width: 32%;
  height: 100%;
  justify-content: left;
  align-items: center;
  font-size: 1.5rem;
  margin-bottom: 15px;
}

.size_box{
  width: 45%;
  height: 100%;
  background-color: #fff;
  border-radius: 10px;
  color:#5a5a5a;
  margin: 0 auto;
}


.size input{
  width: 100%;
  height: 100%;
  text-align: center;
  color:#5a5a5a;
  padding: 0;
}

tr.submit_btn {
  line-height: 60px;
}

.submit_btn td{
  width: 100%;
  height: 80px;
  border: 5px solid  #fff;
  border-radius: 40px;
}

.submit_btn input{
  font-size: 1.8rem;
  color: #fff;
  text-align: center;

}



.ans{
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  padding: 0 35px;
}

.ans_select{
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  padding: 0 0px;
}

.ans_textare{
  font-size: 1.8rem;
  padding: 15px 35px;
}

.ans_size{
  font-size: 1.8rem;
  text-align: center;
  padding-top: 15px;
}


tr.ans_submit_btn{
  line-height: 60px;
}

.ans_submit_btn td{
  margin: 0 10px;
  height: 80px;
  border: 5px solid  #fff;
  border-radius: 40px;
}


.ans_submit_btn input{
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
}


.soushin{
  padding-top: 50px;
}


.soushin h3{
font-size: 4.2rem;
font-weight: 300;
color: #fff;
text-align: center;
margin-bottom: 50px;
}

.soushin a{
  margin: 30px  250px;
  height: 80px;
  border: 5px solid  #fff;
  border-radius: 40px;
  display: block;
  align-items: center;
  line-height: 70px;
}





/* ------------- プライバシーポリシー -privacypolicy- ------------- */
/* --------------------------------- */

.privacypolicy .top_circle{
margin-top: -400px;
}

.privacypolicy .inner{
  position: relative;
  z-index: 2;
  margin-top: -150px;
  width: 60vw;
}

.privacypolicy h2{
  text-align: center;
  margin-bottom: 60px;
}

.privacypolicy p{
  text-align: center;
  margin-bottom: 90px;
}

.privacypolicy ul{
margin-bottom: 200px;
}

.privacypolicy li{
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom:1px solid #1F1F1F;
  padding-left: 5%;
  padding-right: 5%;
}

.privacypolicy li:first-of-type{
  border-top: 1px solid #1F1F1F;
}



/* ------------- FSCとは -fsc- ------------- */
/* --------------------------------- */

.fsc .top_circle{
  margin-top: -360px;
  }
  
  .fsc .inner{
    position: relative;
    z-index: 2;
    margin-top: -150px;
    margin-bottom: 200px;
    width: 60vw;
  }

  p.fsc_mark{
    text-align: center;
    margin-bottom: 60px;
  }

  .fsc_mark img{
    width: 350px;
  }

  .fsc h2{
    text-align: center;
    margin-bottom: 60px;
  }

  .fsc h3{
    font-size: 3.2rem;
    letter-spacing: 0.07em;
    text-align: center;
    margin-top: 200px;
    margin-bottom: 60px;
  }
  
  .fsc p{
    font-size: 1.8rem;
  }

  .fsc_body{
    display: flex;
    justify-content: center;
  }

  .fsc_body p{
    font-size: 2.2rem;
  }

  .declaration p{
    margin-bottom: 2em;

  }

  .fsc_name{
    margin-left: auto;
    width: 300px;
  }

  .fsc_name p{
    margin-bottom:2em;
  }

  .fsc_name .sign{
    font-size: 2.2rem;
    line-height: 1.2;
  }

  .fsc_name .sign span{
    font-size: 2.8rem;
    letter-spacing: 0.1em;
  }



  /* ------------- エフェクト ------------- */
/* --------------------------------- */

.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(150px);
  opacity: 0.5;
  z-index: 10;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}

.timing02 {transition-delay: .2s;}
.timing03 {transition-delay: .4s;}
.timing04 {transition-delay: .6s;}
.timing05 {transition-delay: .8s;}




















  /* ----------------------------------------------------
  ----------------------------------------------------------- */
  @media screen and (max-width: 1280px) {
    .top_mv{
      bottom:58vw;
      width: 82vw;
      height: 82vw;
      margin-left:200px; 
    }

    .about_list h3{
      font-size: 2.4rem;
      letter-spacing: 0.07em;
    }
    
    .about_list p{
      font-size: 1.4rem;
      letter-spacing: 0.07em;
    }
    .service_title{
      font-size: 4rem;
      margin-right: 30px;
      letter-spacing: 0;

    }
    .sonota p{
      width: 500px;
      }






  }
/* -------------------------------------------------- */

  @media screen and (max-width: 1000px){
    html {
      font-size: 55.5%;
  }
  .about_list {
    border-radius: 80px;
    height: 30vh;
  }
  .service_head{
    padding: 0 70px 20px 70px;
    display: block;
  }
  .sonota p{
    width:90%;
    margin: auto;
  }
  .footer_nav li{
    margin-left:20px;
  }






  }
    


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

  @media screen and (max-width: 840px){
    .sp_br{
      display: initial;
    }
    .contact_tel{
      font-size:1.8rem;
      margin-left: 15px;
    }
    .contact_form {
      height: 30px;
      font-size: 1.8rem;
    }
    .logo img{
      margin-bottom: 35px;
    }
    .top_gnav {
      margin-bottom: 50px;
    }
    .top_service_headline{
      width: 430px;
      height: 430px;
      border-radius: 50%;
      padding-left: 30px;
      padding-right: 30px;
      }
      .top_service_headline .section_title h2::after{
        width: 325px;
      }
      .top_company_headline{
        width: 430px;
        height: 430px;
        border-radius: 50%;
        padding-left: 30px;
        padding-right: 30px;
        }
        .top_company_headline .section_title h2::after{
          width: 325px;
        }
        .top_news_headline{
          width: 300px;
          height: 300px;
          margin-top: 60px;
        }
        .news_inner{
          margin-bottom: 100px;
        
        }
        .tel{
          font-size: 3.2rem;
         }
         .top_contact_headline .section_title h2::after{
          width: 150%;
        }
        .inquiry_body table{
          width: 100%;
        }



        .scroll{
          width: 85px;
          height: 85px;
          margin-right: auto;
          margin-left: auto;
          position: relative;
          bottom: -30px;
        }
        .scroll p{
          font-size: 1.5rem;
          padding-top: 15px;
        }
        .scroll_arrow{
          border-bottom: solid 2px #fff;
          border-right: solid 2px #fff;
          border-radius: 1px;
          width: 28px;
          height: 28px;
          transform: rotate(45deg);
          position: relative;
          left: 33.5%;
          bottom: 7px;
        }

  }






  





    /* ----------------------------------------------------
  ----------------------------------------------------------- */
  @media screen and (max-width: 768px) {
    .sp_gnav{
      display: initial;
      position: fixed;
      background-color: #004098;
      width:270px ;
      top: 0;
      right: -300px;
      bottom: 0;
      transition: all 0.5s;
      z-index: 50;
      opacity: 0;
      padding-top: 20px;
      padding-right: 20px;
      padding-left: 50px;
      font-size: 1.8rem;
    }
    .toggle_btn {
      display: block;
      position: absolute;
      top: 20px;
      right: 20px;
      width: 45px;
      height: 45px;
      z-index: 60;
      border-radius: 50%;
      border: solid 2px #004098;
      cursor: pointer;
    }
    
    .toggle_btn span {
      position: absolute;
      display: block;
      left: 50%;
      transform: translateX(-50%);
      width: 25px;
      height: 2px;
      background-color: #004098;;
      transition: all 0.5s;
      border-radius:3px;
    }
    
    .toggle_btn span:nth-child(1) {
      top: 10px;
    }
    .toggle_btn span:nth-child(2) {
      top: 20px;
    }
    .toggle_btn span:nth-child(3) {
      bottom: 10px;
    }

    .open .sp_gnav{
      right: 0px;
      opacity: 1;
    }

    .open .toggle_btn{
      border: solid 2px #fff;
    }
    .open .toggle_btn span {
      background-color: #fff;
    }
    
    .open .toggle_btn span:nth-child(1) {
      transform: translate(-12px, 10px) rotate(-315deg);
    }
    
    .open .toggle_btn span:nth-child(2) {
      opacity: 0;
    }
    
    .open .toggle_btn span:nth-child(3) {
      transform: translate(-12px, -10px) rotate(315deg);
    }
    

    #mask{
      display: none;
      transition: all 0.5s;
    }
    .open #mask {
      display: block;
      background: #fff;
      width: 100vw;
      height: 100vh;
      top: 0;
      left: 0;
      position: fixed;
      opacity: 0.8;
      z-index: 10;
      cursor: pointer;
    }

/* -------------------------------------------------- */
    .sp_gnav ul{
      margin-top: 85px;
      margin-bottom: 80px;
      color: #fff;
    }

    .sp_gnav li{
      margin-bottom: 25px;
    }
    .sp_sns{
      margin-bottom: 20px;
    }
    .sp_contact{
      color: #fff;
    }
    .sp_contact p{
      font-size: 2rem;
      font-weight: 500;
      margin-bottom: 20px;
    }

    .sp_contact a{
      width: 150px;
      height: 36px;
      font-size: 1.8rem;
      background-color: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius:18px ;
      color: #004098;
    }


    .sp_online{
      color: #fff;
    }
    .sp_online p{
      font-size: 2rem;
      font-weight: 500;
      margin-bottom: 20px;
    }


    .small{
      font-size: 1.5rem;
    }
    


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

    .top_header{
      padding-top: 20px;
    }
    .inner{
      width: 90vw;
      margin-left: auto;
      margin-right: auto;
    }
    .top_gnav {
      display: none;
    }
    .logo img{
      height: 48px;
      width: auto;
      margin-bottom: 70px;
    }

    .top_mv{
      border-radius: 50%;
      position: relative;
      top:-15vw;
      width: 144vw;
      height:144vw;
      margin-left:10px; 
      overflow: hidden;
    }

    .top_header_title{
      font-size: 5.8vw;
      font-weight: 400;
      letter-spacing: 0.00em;
      line-height: 2;
      position: absolute;
      top: 50%;
    }

    .top_header_title span{
      background-color: #fff;
      padding: .001em 1em .017em .4em;
      border-radius: 0 45px 45px 0 ;
    }
    .top_contact, .top_sns, .top_online_sns {
      display: none;
    }




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

    .top_circle::after{
      width: 180vw;
      height: 200px;
    }


/* -------------------------------------------------- */
    .top_about_headline{
      margin-top: 50px;
    }

    .top_about_headline .section_title h2::after{
      width: 100%;
    }

    .top_about_body{
      display: block;
      margin-bottom: 120px;

    }
    .top_about_body::after{
      top: 0;
      right: 0;
      width: 10vw;
      margin: 0 calc(50% - 50vw);
      height: 100%;
      }
    .about_list {
      width: 100%;
      height: auto;
      border-radius: 120px;
      padding-top: 20px;
      padding-bottom: 20px;
      margin-bottom: 50px;
    }
    .about_list a {
      width: 100%;
      height: auto;
      display: flex;
    }
    .about_list h3{
      font-size: 2.8rem;
    }
    .about_list p{
      font-size: 1.6rem;
    }
/* -------------------------------------------------- */
.top_service_headline{
  margin: 0 calc(50% - 50vw);
  width: 90vw;
  left: 0;
  height: auto;
  border-radius: 0 80px 80px 0;
  padding: 20px;
  }
  .top_service_headline a{
    width: 90vw;
    height: auto;
    padding: 20px;
  }
  .top_service_headline .section_title h2::after{
    width: 100%;
  }
  .service_img_loop{
    top: -70px;
    margin-bottom: 0px;
  }
  .service_img_item img{
    width: 250px;
  }
/* -------------------------------------------------- */
  .top_company_headline{
    margin: 0 calc(50% - 50vw);
    width: 90vw;
    height: auto;
    border-radius: 80px 0 0 80px;
    padding: 20px;
    right: 0;
    position: absolute;
    }
    .top_company_headline a{
      width: 90vw;
      height: auto;
      padding: 20px;
    }    
    .top_company_headline .section_title h2::after{
      width: 100%;
    }
    .company_img img{
      margin: 0 calc(50% - 50vw);
      width: 90vw;
      height: auto;
      border-radius: 0 50px 50px 0;
      top: 390px;
    }
    .company_innner{
      margin-bottom: 220%;
    }
/* -------------------------------------------------- */
    .news_inner{
      display: initial;
    }
    .top_news_header{
      width: 90vw;
      margin: 0 calc(50% - 50vw);
      left: 0;
      margin-bottom: 40px;
    }
    .top_news_headline{
      width: 90vw;
      height: auto;
      border-radius: 0 80px 80px 0;
      padding: 20px;
    }
    .top_news_body{
      margin-left: 10px;
      margin-right: 10px;
      margin-bottom: 80px;

    }
    
 /* -------------------------------------------------- */
    .contact_section_wrap{
      height: 580px;
      padding-top: 20px;
      padding-bottom: 100px;

    }
    .contact_inner::before{
      overflow: hidden;
      height:500px;
      top:0px;
      z-index: 0;
      margin-left: auto;
      margin-right: auto;
    }
    .contact_inner::after{
      top: 20px;
      width: 100vw;
      height: 65px;
      margin-left: auto;
      margin-right: auto;
      }

    .contact_inner{
      width: 90vw;
      height: 315px;
      display: initial;
    }

    .tel{
      font-size: 3.5rem;
    }
    .contact_btn{
      width: 100%;
     }
    
    .top_contact_headline{
      width: 100%;
      height: auto;
      padding-top: 20px;
      margin-bottom: 35px;
    }
    .top_contact_body{
      width: 90vw;
    }
    
    .top_contact_body div{
      border-radius: 60px;
      height: auto;
      padding-top: 20px;
      padding-bottom: 20px;
      margin-bottom: 35px;
    }

 /* -------------------------------------------------- */
   
    .footer_body{
      display: block;
    }
    .footer_nav ul{
      margin-bottom: 70px;
      margin-top:  50px;
      display: block;
    }
    .footer_nav li{
      margin-left:0px;
      margin-bottom:10px ;
    transition: all 0.3s;
    }
    .footer_copy{
      text-align: left;
    }
    
    .fsc img{
      width: 172px;
      height: auto;
      border-radius: 6px;
      margin-bottom: 10px;
    }

    .footer_link{
      display: block;
    }

    .footer_harappa p{
      text-align: left;
      transition: all 0.3s;
    }



    
/* -------------------------------------------------- */
.contact{
  display: none;
}



.mv{
  border-radius: 80px 0 0 80px;
}
.mv img{
  width:85vw;
  height: 290px;
  object-fit: cover;
}

.header{
  height: 65vh; 
  padding-top: 30px;
}

.header_title{
  width: 90vw;
  border-radius: 0 68px 68px 0 ;
  top: 23vh;
}
.page_title{
  text-align: left;
  font-size: 3.8rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  color: #004098;
  position: relative;
  margin-left: 20px;

}
.page_title::after{
content:"";
display: block;
position:absolute;
height: 1px;
background-color: #004098;
bottom: -10px;
width: 80vw;
}




/* --------------------------------------------------------
------------------------------------------------------------- */
.ma_b_s{
margin-bottom: 15px;
}
.maruihako{
margin-top: 50px;
position: relative;
width: 100vw;
margin-bottom: 50px;
}
.maruihako::after{
  width: 95vw;
  height: 80%;
  top: 100px;
  z-index: -1;
}
.maruihako_top{
  display: initial;
}
.side_l_l{
  position: relative;
  border-radius: 0 70px 70px 0;
}
.about_r_body{
  width: 70vw;
  padding: 0 7vw 7vw 7vw;
  border-radius: 0 0 30px 30px;
  margin-bottom: 60px;
}
.about_l{
  width: 62vw;
  overflow: hidden;
}
.maruihako_txt{
  font-size:5.5rem;
  top: 520px;
  right: 15vw;
  }
  .about_r{
    margin-top: 10px;
    width: 80vw;
  }
  .about_r img{
    border-radius: 60px 0 0 60px;
    object-fit: cover;
  }
  .kikakuryoku_top{
    display: initial;
  }
  .about_l_body{
    width: 70vw;
    background-color: #fff;
    padding: 0 7vw 7vw 7vw;
    border-radius: 0 0 30px 30px;
  }

  .kikakuryoku::after{
    width: 95vw;
    height: 80%;
    top: 100px;
    z-index: -1;
  }

  .side_r_l{
    position: relative;
    width: 80vw;
    left: 20vw;
    top: 80px;
    border-radius: 70px 0 0 70px;
  }
  .kikakuryoku_txt{
    font-size:5.5rem;
    top: -270px;
    right: 15vw;
  }

  .ikkansei_top{
    display: initial;
    z-index: 5;
  }
  .ikkansei::after{
    width: 95vw;
    height: 80%;
    top: 100px;
    z-index: -1;
  }

  .ikkansei h2{
    font-size: 5.8rem;
    letter-spacing: 0;
  }
  .ikkansei{
    margin-bottom: 80px;
  }
  .ikkansei_txt{
    font-size:5.5rem;
    top: 500px;
    right: 15vw;
    }
.index{
  position: relative;
  z-index: 5;
}


/* -------------------------------------------------- */
.service_lead{
  margin-top: 40px;
  margin-bottom: 80px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  text-align: center;

}
.service_head{
  margin-bottom: 40px;
  padding: 0 20px 20px 20px;
  border-radius: 0 0 30px 30px;
  display: block;
}
.service_title{
  margin-right: 0;
}
.service_txt{
  width: auto;
}
.service_item img{
  border-radius: 20px;
}
.service_item p{
  font-size: 1.4rem;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom:0;
}
.sonota p{
  font-size: 1.8rem;
  width: 100%;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
}
.hiramaki {
  margin-bottom: 150px;
}
.ippan {
  margin-bottom: 150px;
}
.danbol {
  margin-bottom: 150px;
}

/* -------------------------------------------------- */
.message h2{
  margin-top: 50px;
  margin-bottom: 30px;
}
.message .title{
  letter-spacing: 0;
}
.message h3{
  font-size: 2.5rem;
}
.message_body{
  margin-bottom: 150px;
}
.message_body::after{
  height: 580px;
  border-radius: 0 30px 30px 0;
  width: 10vw;
}
.message_inner{
  width: 80vw;
}
.president{
  font-size: 1.8rem;
}
.name{
  font-size: 2.5rem;
}
.philosophy::after{
  height: 610px;
  border-radius: 30px 0 0 30px;
  width: 10vw;
}
.philosophy_innner{
  width: 80vw;
}
.philosophy h2{
  margin-bottom:30px;
}
.philosophy{
  margin-bottom: 120px;
}


.overview_inner{
  border-radius: 100px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.overview h2{
  margin-bottom: 10px;
}
.overview_body{
  width: 90%;
}
.overview{
  margin-bottom: 80px;
}


.history_inner{
  border-radius: 100px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.history h2{
  margin-bottom: 10px;
}

.history_body{
  width: 90%;
}


.history_img_item img{
  border-radius: 70px;
  height:200px;
  width:  300px;
  object-fit: cover;
}
.history_img_loop{
  margin-bottom: 100px;
}
.access h2{
  margin-bottom: 20px;
}
.access{
  margin-bottom: 100px;
}
.history::after{
  height: 97%;
}


.news{
  margin-top: 100px;
  margin-bottom: 150px;
}
.news  dl{
  display: initial;
  width: 100%;
}
.news  dt{
  width: 100%;
  padding-right: 0;
  text-align: left;
  padding-top: 30px;
  padding-bottom: 10px;
  border-bottom:none;
}
.news  dd{
  width: 100%;
  padding-top: 0px;
  padding-bottom: 30px;
}
 .news dd:first-of-type {
  border-top: none;
}


.inquiry {
  margin-top: 50px;
  margin-bottom: 80px;
}
.inquiry_tel{
  border-radius: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
}
.inquiry_body{
  border-radius: 30px;
  padding-left: 20px;
  padding-right: 20px;
}
.inquiry_body tr{
  display: initial;
}
.inquiry_body th{
  width:100%;
  padding-top: 30px;
  padding-bottom: 10px;
}
.inquiry_body td{
  width:100%;
}
.input_box{
  height: 50px;
  width: 100%;
}
td.mitsumori { 
  margin-left: 0;
  margin-right: 0;
  padding-top: 50px;
}

.size_box{
  width: 70%;
  height: 50px;
}
tr.submit_btn{
  display: block;
margin-top: 50px;
}
.ans_submit_btn td{
  margin-top: 50px;
  margin-bottom: 50px;
}
.ans{
  padding: 0 15px;
}
.size td{
  display: initial;
}
.ans_textare{
  padding: 15px 15px;
}
.select_box{
  padding: 0 15px;
}
.ans_select_box{
  width: 100%;
  padding: 0 15px;
  height: 50px;
}
.select_box::before{
  right: 15px;
} 
 .inquiry_form input{
  padding: 0 15px;
}
.inquiry_form textarea{
  padding: 15px 15px;
}
.size td{
  word-break: break-word;
}
.soushin a{
  margin: 50px  0;
width: 100%;
}
.size_parts{
  width: 100%;
}



  .fsc {
    margin-top: 40px;
    }
  .fsc .top_circle{
    height: 170px;
    }
  .fsc .inner{
    width: 85vw;
    margin-bottom: 150px;
  }
  .fsc h2{
    margin-bottom:30px;
  }
  .fsc h3{
    margin-top: 120px;
  }
  p.fsc_mark{
    margin-bottom: 10px;
  }

  .privacypolicy .top_circle{
    margin-top: -300px;
    height: 200px;
    }
  .privacypolicy .inner{
    width: 85vw;
    margin-top: -150px;
    margin-bottom: 150px;  }
  .privacypolicy  h2{
    font-size: 3rem;
    font-weight: 400;
  }









  }



