/* Reset style */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
}


/* 共通部分
------------------------------- */


html {
    font-size: 62.5%;
    
}
body{
    font-family: 'Noto Sans JP', "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-size: 1.6rem;
    line-height: 1.7;
    color: #373737;
    background-color: #ffffff;
    letter-spacing: 0.12em;
}

label, input,textarea,select,button{
    cursor: pointer;
}

a {
    text-decoration: none;
    color: #432;
    
}
img {
    max-width: 100%;
    height: auto;
}
.wrapper {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 4%;
}

.wrapper_12 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 4%;
}

.d-f{
  display: flex;
}
.mb20{
  margin-bottom: 30px;
}

.mb30{
  margin-bottom: 30px;
}

.mb50{
  margin-bottom: 50px;
}
.mb100{
  margin-bottom: 100px;
}

.btn-01{
  text-align: center;
}


.txt-al-center{
  text-align: center;
}

.txt-al-left{
  text-align: left;
}
.btn-link {
  color: #fff;
  border: none;
  border-radius: 0;
  background: rgb(32, 168, 131);
  text-align: center;
  padding: 15px 30px;
  display: inline-block;

  transition: .5s;

}

.btn-link:hover {
  opacity: 0.7;
}

.fa-caret-right{
  margin-right: 10px;
}

.text-left{
  text-align: left;
}

.section_pdg {
  padding-top: 80px;
  padding-bottom: 80px;
}




.fade {
	opacity: 0;
	transform: translate(0,80px);
	transition: opacity 1.5s, transform 1s;
}
.fade.left{
  transform: translate(-80px,0);
}
.fade.right{
  transform: translate(80px,0);
}

@media screen and (max-width: 768px) {
  .fade.left{
    transform: translate(0,80px);
  }
  .fade.right{
    transform: translate(0,80px);
  }
}
.fade.active {
	opacity: 1;
  transform: translate(0,0);
}

.li-gr {
  list-style-type: none;
  position: relative;
  font-size: 100%;
  margin: 0;
  margin-left: 0px;
  border-bottom: none;
  padding: 0;
  margin-left: 2em;
  padding-top: 8px;
  line-height: 1.65;
}

.li-gr::before{
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 30px;
  background: #64b105;
  left: -2.3rem;
  top: 1.6rem;
}

.h2_ttl {
  font-family: 'Zen Old Mincho';
  font-size: 2.72rem; 
  text-align: left;
  margin-bottom: 50px;
  letter-spacing: 0.25em;
  position: relative;
}

.h2_ttl::after {
  background-color: #606d74; 
  border-radius: 5px; 
  bottom: -10px; 
  content: "";
  height: 2px; 
  left: 0%; 
  position: absolute;
  width: 120px; 
}


.h2_ttl_en{
  font-family: "WindSong", cursive;

  font-weight: 500;
  font-style: normal;
  font-size: 6.4rem; 
  text-align: center;
}

.h2_ttl_gr {
  font-family: sans-serif;
  font-size: 2.3rem; 
  text-align: left;
  margin-bottom: 15px;
  letter-spacing: 0.25em;
  /* white-space: nowrap; */
  color: #64b105;
}

.bg-green{
  background-color: rgba(236,247,220, .5);
}


.ttl-01{
  font-family: 'Zen Old Mincho';
  font-size: 2.72rem; 
  letter-spacing: 0.25em;
  /* white-space: nowrap; */
  display: inline-block;
  border-bottom: solid 2px #171e68;
  color: #171e68;
}

.ttl-01-en{
  display: block;
  font-size: 2.4rem;
  text-align: center;
  font-family: "WindSong", cursive;
  font-weight: bold;
  margin-bottom: 15px;
  color: #312b2b76;
}

#top-comment{
  text-align: center;
}

@media screen and (max-width: 768px) {
  .top-comment-txt{
    text-align: left;
  }
}


.top-comment-ttl {
  display: flex;
  font-family: 'Zen Old Mincho';
  font-size: 2.72rem; 
  text-align: center;
  margin-bottom: 50px;
  letter-spacing: 0.25em;
  /* position: relative; */
  justify-content: center;
  /* white-space: nowrap; */
  align-items: flex-end;
}

.top-comment-ttl::before, .top-comment-ttl::after {
  content: "";
  display: inline-block;
  width: 60px;
  height: 63px;
  background-repeat: no-repeat;
  background-size: contain;
  box-sizing: border-box;

}
.top-comment-ttl::after {
  /* margin-left: 10px; */
  
  background-image: url(../img/line02.png);
}

.top-comment-ttl::before {
  /* margin-right: 30px; */
  background-image: url(../img/line01.png);
}

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

  .top-comment-ttl {
    font-size: 2rem;
    letter-spacing: 0.1rem;
  }

  .top-comment-ttl::before, .top-comment-ttl::after {
    width: 30px;
    height: 30px;
  }
  
}


.pagetitle{
  font-family: 'Zen Old Mincho';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 295px;
  text-align: center;
  color: #fff;
  font-size: 3.52rem;
  font-weight: bold;
  line-height: 1;
  padding: 27px 0 26px;
  background: rgba(30, 30, 137, 0.7);
}




.bg-naname{
  background: url(../img/bg-naname.png) no-repeat center top;
  background-attachment: fixed;
}

.bg-naname02{
  background: url(../img/bg-naname02.png) no-repeat center top;
  background-attachment: fixed;
}


@media screen and (max-width: 768px) {
  .bg-naname{
    background-attachment: scroll;

  }
  
  .bg-naname02{

    background-attachment: scroll;

  }
  
  
}





/* ヘッダー */

.header {
  width: 100%;
  background-color: #fff;
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative; 
  margin-bottom: 0px;

  white-space:nowrap;
  overflow: hidden;
}


.header h1{
  padding: 0 30px;
  width: 300px;
  min-width: 300px;
}



.gnavi__pc-style {
  margin: 0 0 0 auto;
}


.gnavi__pc-style-li{
  font-weight: bold;
  text-align: center;
}



.gnavi__pc-style-li a {
  display: inline-block;
  position: relative;
  letter-spacing: 0.06em;
}

.gnavi_en{
  font-family: "WindSong", cursive;
  display: block;
  font-size: 1.28rem;
  letter-spacing: 0.25em;
}





  .gnavi__pc-style-li a::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #1ba1e6;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform .4s;
  }
  
  .gnavi__pc-style-li a:hover {
    color: #1ba1e6;
  }
  
  .gnavi__pc-style-li a:hover::after {
    transform: scale(1, 1);
    transform-origin: left top;
  }
  



.phone__pc-style{
  margin: 0 30px;
}

.phone-cta__number{
  margin-left: 5px;
  font-size: 2rem;
  font-weight: bold;
  display: inline-block;	
}

.phone-cta__time{
  font-size: 1.28rem;
  
}


.card-heading{
  font-size: 1.6rem;
  text-align: center;
  
}


.card-tel{
  /* white-space:nowrap; */
  font-size: 3.68rem;
  font-weight: bold;
  text-align: center;
}



.form-con{
  text-align: center;
}

.biztime{
  text-align: center;
}

@media screen and (max-width: 768px) {
  .card-tel{
    font-size: 2.68rem;
  }

  .biztime{
    font-size: 1.4rem;
  }
}


.gnavi__pc-style ul {
  display: flex;
  justify-content: space-between;
}
.gnavi__pc-style ul li:not(:last-of-type) {
  margin-right: 30px;
  color: #432;
}

.gnavi__pc-style ul li a{
  color: #432;
}




/*ここから下がハンバーガーメニューのスタイル*/
.gnavi__sp-style {
  display: none;
}
@media screen and (max-width: 768px) {
  .gnavi__pc-style {
    display: none;    
  }
  .gnavi__sp-style {
    display: block;
  }

  .phone__pc-style{
    display: none;
  }


  .header h1{
    width: 200px;
  }


  /*メニューボタン　展開前*/
  .menu-btn {
    display : block;
    position: fixed;
    z-index : 30;
    right : 30px;
    top   : 20px;
    width : 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
  }
  .menu-btn span {
    display : block;
    position: absolute;
    width   : 30px;
    height  : 2px ;
    left    : 6px;
    background : #1BA0E6;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition   : 0.2s ease-in-out;
    transition        : 0.2s ease-in-out;
  }
  .menu-btn span:nth-of-type(1) {
    top: 10px;
  }
  .menu-btn span:nth-of-type(2) {
    top: 20px;
  }
  .menu-btn span:nth-of-type(3) {
    top: 30px;
  }
    
  /*メニューボタン　展開後*/
  .menu-btn.active span:nth-child(1) {
    top : 16px;
    left: 6px;
    background :#fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform   : rotate(-45deg);
    transform        : rotate(-45deg);
  }
  .menu-btn.active span:nth-child(2),
  .menu-btn.active span:nth-child(3) {
    top: 16px;
    background :#fff;
    -webkit-transform: rotate(45deg);
    -moz-transform   : rotate(45deg);
    transform        : rotate(45deg);
  }

  /*スマホ用のメニュー*/
  .gnavi__sp-style {
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
    color: #fff;
    background-color: rgba(0,0,0,0.7);
    text-align: center;
    width: 100%;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    transition: opacity .4s ease, visibility .4s ease;
    display: flex;
    align-items: center;

    pointer-events: none; /* GP */
  }
  .gnavi__sp-style ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  .gnavi__sp-style ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    transition: .4s all;
  }
  .gnavi__sp-style ul li:last-of-type {
    padding-bottom: 0;
  }
  .gnavi__sp-style ul li:hover{
    background :#ddd;
  }
  .gnavi__sp-style ul li a {
    display: block;
    color: #fff;
    padding: 1em 0;
    text-decoration :none;
  }
  .gnavi__sp-style ul li a:hover {
    color: #171e68;

  }
  .gnavi__sp-style.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; /* */
  }
}


/* ヘッダー ここまで*/



/* meinここから */


/* メインビジュアルここから */

.swiper-text {
  position: absolute;
  z-index: 10;
  font-size: 4.8rem;
  color: #171e68;
  width: 100%;
  top: 35%;
  /* left: 10%; */

  
  text-align: center;
  font-weight: bold;

  font-size: 4rem;
  letter-spacing: 6px;
  text-shadow: 1px 2px 8px #fff;

  text-shadow:  0 0 10px #fff,
  0 0 10px #fff, 
  0 0 10px #fff, 
  0 0 10px #fff, 
  0 0 10px #fff, 
  0 0 10px #fff, 
  0 0 10px #fff, 
  0 0 10px #fff, 
  0 0 10px #fff, 
  0 0 10px #fff, 
  0 0 10px #fff, 
  0 0 10px #fff, 
  0 0 10px #fff, 
  0 0 10px #fff, 
  0 0 10px #fff, 
  0 0 10px #fff, 
  0 0 10px #fff, 
  0 0 10px #fff;

  /* white-space: nowrap;  */



}

.swiper-textsb{
  display: block;
  font-size: 2.24rem;
  margin-top: 30px;
}


@-webkit-keyframes zoomUp {
  0% {
      -webkit-transform: scale(1);
      transform: scale(1);
  }
  100% {
      -webkit-transform: scale(1.15);
      transform: scale(1.15);
  }
}

@keyframes zoomUp { /* 1.15倍させる指定 */
  0% {
      -webkit-transform: scale(1);
      transform: scale(1);
  }
  100% {
      -webkit-transform: scale(1.15);
      transform: scale(1.15);
  }
}
.swiper-container{
  position: relative;
  margin-bottom: 80px;
}
.swiper-slide {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-slide-active .swiper-img,
.swiper-slide-duplicate-active .swiper-img,
.swiper-slide-prev .swiper-img { /* ８秒かけて拡大させる */
    -webkit-animation: zoomUp 8s linear 0s;
    animation: zoomUp 8s linear 0s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.swiper-img {
    background-size: cover; 
    background-position: center center; /* 背景画像は中央を軸に表示させる */
    height: 550px; /* 650pxの高さで表示させる */
}




@media screen and (max-width: 769px) {
  /* nav {
    height: 110px;
  } */
  .swiper-text {
    font-size: 2.8rem;
    letter-spacing: 0.1rem;
  }
  .swiper-textsb{
    font-size: 1.4rem;
  }

  .swiper-img {
    height: 400px; 
  }
}


/* メインビジュアルここまで */


/* メインここから*/

/* ::::::::::::::::: */

.t-item{
  padding: 50px 0;
  position: relative;
}

.t-container{
  display: flex;
  align-items: center;
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}

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

  .t-container{
    display: block;
    padding: 0 7%;
  }
  
}

.t-item:nth-of-type(2n+1) .t-container{
  flex-direction: row-reverse;
}





.t-img-wrap{
  width: calc((100vw - 100%)/2 + 52.6667%);
  margin-right: calc((100vw - 100%)/-2);
  margin-left: calc((100vw - 100%)/-2);
  overflow: hidden;
}



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

  .t-item:nth-of-type(2n+1) .t-img-wrap{
    margin-left: 0;
  }
  
}


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

  .t-img-wrap{
    width: 100vw;
  }
  
}



.t-cont-img{
  width: 100%;
  height: 600px;
  padding-top: 0;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}


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

  .t-cont-img{
    padding-top: 67.5%;
    height: 400px;    
  }

  
}

.t-img01{
  background-image: url(../img/top-about.jpg);
}

.t-img02{
  background-image: url(../img/top-service.jpg);
}

.t-img03{
  background-image: url(../img/top-fee.jpg);
}


.t-card {
  margin-right: -8.9154%;
  /* transform: translate3d(0px, -30px, 0px); */
  padding: 85px 75px 70px;
  width: 56.25%;
  min-height: 420px;
  margin-top: 0;
  position: relative;
  z-index: 2;
  background: #fff;
  border-radius: 30px;
  text-align: center;
}

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

  .t-card{
  margin-top: -25%;
  padding: 40px 30px 35px;
  width: 100%;
  }
  
}



.t-cardtext{
  line-height: 2.4444444444;
  font-size: 1.5rem;
  margin-bottom: 30px;
  text-align: left
}







.aaa{
  text-align: center;
}




.img01{
  margin: 0 auto;
  width: 250px;
}



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


.t-section-container{
  position: relative;
}

.t-banner-list{
  display: flex;
}



.t-banner-item{
  width: 50%;
  padding: 10px;
}

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

  .t-banner-list{
    flex-direction: column;
  }

  .t-banner-item{
    width: 100%;
    padding: 10px 0;
  }

}

.t-banner-item-link{
  
  
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 240px;
  padding: 20px;
  background-size: cover;
  justify-content: center;
  align-items: center;
  transition: opacity 0.2s ease;
}

.t-link-teikei{
  background-image: url(../img/main_partners.jpg);
}

.t-link-saiyou{
  background-image: url(../img/main_recruit.jpg);
}

.t-banner-item-link:hover{
  opacity: 0.7;
  
}

.t-banner-item-link::before{
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  display: block;
  border: 1px solid #fff;
  content: "";
}

.t-banner-item-link::after{
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 0;
  height: 0;
  border-width: 30px 30px 0 0;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
  content: "";

}

.t-banner-ttl-main{
  display: block;
  font-size: 25px;
  font-size: 2.5rem;
  color: #171e68;

  text-shadow:  0 0 10px #fff,
  0 0 10px #fff, 
  0 0 10px #fff, 
  0 0 10px #fff, 
  0 0 10px #fff, 
  0 0 10px #fff, 
  0 0 10px #fff, 
  0 0 10px #fff, 
  0 0 10px #fff, 
  0 0 10px #fff, 
  0 0 10px #fff, 
  0 0 10px #fff, 
  0 0 10px #fff, 
  0 0 10px #fff, 
  0 0 10px #fff, 
  0 0 10px #fff, 
  0 0 10px #fff, 
  0 0 10px #fff;
}

.t-banner-ttl-sub{
  position: relative;
  display: block;
  font-family: "WindSong", cursive;
  padding-top: 5px;
  font-size: 1.9rem;
  font-weight: 700;
  color: #171e68;
  text-shadow:  0 0 10px #fff,
  0 0 10px #fff, 
  0 0 10px #fff, 
  0 0 10px #fff, 
  0 0 10px #fff, 
  0 0 10px #fff, 
  0 0 10px #fff, 
  0 0 10px #fff, 
  0 0 10px #fff, 
  0 0 10px #fff, 
  0 0 10px #fff, 
  0 0 10px #fff, 
  0 0 10px #fff, 
  0 0 10px #fff, 
  0 0 10px #fff, 
  0 0 10px #fff, 
  0 0 10px #fff, 
  0 0 10px #fff;
}



.t-color{
  background-color:#EBF5FF;

}



/* メインここまで */

/* フッター */



.footer-maplogo{

  width: 250px;
  
}

.footer-map{
  display: flex;
  margin-bottom: 50px;
}



.footer-mapinfo{
  margin: 50px 0 0 50px;
}

.footer-mapaddress{
  margin-bottom: 20px;
}

.footer-tel{
  font-size: 3.68rem;
  font-weight: bold;
}


.footer-mapinfo{
  /* text-align: center; */
  margin-bottom: 50px;
}



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

  .footer-map{
    display: block;
    
  }

  .footer-maplogo{
    margin: 0 auto;
  }

  .footer-mapinfo{
    text-align: center;
    margin: 0 auto;
  }

  .footer-map > iframe {
    width: 100%;
    height: 360px;
    
  }

  .footer-tel{
    font-size: 2.5rem;
  }

  

}


.footer-copu{
    display: block;
    text-align: center;
    font-size: 1.28rem;
    margin-bottom: 20px;
}

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

.h2_no{
  font-size: 4.8rem;
  color: #1BA0E6;
}

/* メッセージここから */





.msg01{
  margin-bottom: 20px;
}


.msg02{
  font-size: 2.2rem;
  text-align: right;
}


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


  .msgtxt{
    width: 100%;
    margin-bottom: 30px;
    margin: auto;
  }


  .msg02{
    margin-bottom: 30px;
  }


  .ico01{
    width: 100%;
    margin: auto;
  }
  

  

}
/* メッセージここまで */



/* !!!!!!!!!!!!!!!!!!!!!!!!!! */
/* 事務所のご案内ここから */

#about-main-v{
  background: url(../img/top-wo.jpg) no-repeat;
    background-size: auto;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 200px;
  position: relative;
}



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

  #about-main-v{
    background-attachment: scroll;
  }
  
}

.bg-color{
  background-color: #EBF7FB;
  
}

.sectionpd{
  padding: 30px 0;
}

.about-profile{
  display: flex;
  margin-bottom: 30px;
}




.about-profule-name{
 flex: 1;
 font-size: 1.9rem;
}

.about-profule-name span{
  font-size: 1.6rem;
  margin-left: 15px;
  letter-spacing: 0.12em;
 }

 @media screen and (max-width: 768px) {
  .about-profile{
    flex-direction: column;
  }
  .about-profule-name{
    margin-bottom: 15px;
   }
}

.about-profilelist{
  flex: 2;
  /* font-size: 1.2rem; */
  line-height: 1.78;
  letter-spacing: 0.12;
  /* width: 100%; */
  margin-left: 20px;
}
.about-profilelist dl{
  display: flex;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
}

.about-profilelist dt{
min-width: .56rem;
  padding: .02rem 0 .03rem;
  margin-right: .24rem;
  width: 110px;
}

.about-profilelist dd{
  padding: .02rem 0 .03rem;
  width: 200px;
  }
  
.about-gaiyou{
  display: flex;
  justify-content: space-between;
}

.about-gaiyoulist{
  line-height: 1.78;
  letter-spacing: 0.12;
  padding: 0 30px;

}
.about-gaiyoulist dl{
  display: flex;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
}

.about-gaiyoulist dt{
min-width: .56rem;
  padding: .02rem 0 .03rem;
  margin-right: .24rem;
  width: 110px;
}

.about-gaiyoulist dd{
  padding: .02rem 0 .03rem;
  width: 350px;
  }


  @media screen and (max-width: 768px) {
    .about-gaiyou{
      flex-direction: column;
    }
    .about-gaiyoulist{
      margin-bottom: 30px; 
     }
  }

  .about-ek{
    display: flex;
  }




  .about-ektx{
    flex: 1;
    
   }

  @media screen and (max-width: 768px) {
    .about-ek{
      flex-direction: column;
    }

    .about-ektx{
      margin-bottom: 5px;
     }

  }
  .about-eklist{
    flex: 2;
    /* font-size: 1.2rem; */
    line-height: 1.78;
    letter-spacing: 0.12;
    /* width: 100%; */
    margin-left: 20px;
  }
  .about-eklist dl{
    display: flex;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
  }


/* 事務所のご案内ここまで */
/* !!!!!!!!!!!!!!!!!!!!!!!!!! */

/* 採用情報ここから */

#recruit-main-v{
  background: url(../img/top-wo.jpg) no-repeat;
    background-size: auto;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 200px;
  position: relative;
}

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

  #recruit-main-v{
    background-attachment: scroll;
  }
  
}

.r-table01{
  overflow-x: auto;
}

.r-table01 table{
  width: 100%;
}

.r-table01 th{
  width: 200px;
  padding: 18px 30px;
  text-align: left;
  border-bottom: 1px solid rgba(51, 51, 51, 0.5);
  font-weight: 700;
}

.r-table01 td{
  border-bottom: 1px solid rgba(51, 51, 51, 0.15);
  padding: 18px 30px;
  text-align: left;

}


@media screen and (max-width: 768px) {
  .r-table01 th{
    display: block;
    border-bottom: none;
    padding: 13px 0 5px;
  }

  .r-table01 td{
    display: block;
  }

}






/* 採用情報ここまで */


/* 料金案内ここから */
.fee-tt{
  text-align: center;
}
.fee-tx{
  text-align: left;
}

.fee-tb-tx{
  text-align: left;
}

.fee-ex{
  text-align: center;
}

#houjin-fee {
  background-color: #d7ebf5;
  text-align: center;
}

#kojin-fee{
  background-color: #d7ebf5;
  text-align: center;
}

.table-scroll {
  overflow-x: auto;
}
.table_design10 {
  border-collapse: collapse;
  min-width: 700px;
  font-weight: bold;
  text-align: center;

  width: 100%;
  /* white-space: nowrap; */
}
.table_design10 th, .table_design10 td {
  padding: .5rem 1rem;
  border: 2px solid #4d9bc1;
}

.table_design10 th {
  background: #bce1f4;
  vertical-align: middle;
}

.table_design10 th:first-of-type {
  border-left: 2px solid #4d9bc1;
}


.table_design10 td{
  background-color: #fff;
}

.table_design10 td small{
  font-size: 80%;
}

#souzoku-fee{
  background-color: #d7ebf5;
  text-align: center;
}

.fee-at{
  background-color: #fff;
  padding: 20px;

  flex-basis:calc((100% - 20px) / 2);
  max-width:calc((100% - 20px) / 2);
  margin-top:20px;

}



.fee-ft{
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  text-align: left;
}


@media screen and (max-width: 768px) {
  .fee-ft{
    flex-flow: column;
  }

  .fee-at{

    flex-basis:100%;
    max-width:100%;
    margin-top:20px;
  
  
  }
  
}

/* 料金案内ここまで */


/* お問い合わせここから */

.nav-card {
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
  border-radius: 15px;
  padding: 20px;
  line-height: 1.2;
  background: #b2d3e4;
  box-shadow: 0 0 0 10px #b2d3e4;
  border: 2px dashed #fff;
  margin-bottom: 100px;
}


/* お問い合わせここまで */


/* サービスここから */

#service-main-v{
  background: url(../img/top-wo.jpg) no-repeat;
  background-size: auto;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 200px;
  position: relative;
}

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

  #service-main-v{
    background-attachment: scroll;
  }
  
}


.service-item{
  padding: 50px 0;
  position: relative;
}

.service-container{
  display: flex;
  align-items: center;
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}

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

  .service-container{
    display: block;
    padding: 0 7%;
  }
  
}

.service-item:nth-of-type(2n+1) .service-container{
  flex-direction: row-reverse;
}





.service-img-wrap{
  width: calc((100vw - 100%)/2 + 52.6667%);
  margin-right: calc((100vw - 100%)/-2);
  margin-left: calc((100vw - 100%)/-2);
  overflow: hidden;
}



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

  .service-item:nth-of-type(2n+1) .service-img-wrap{
    margin-left: 0;
  }
  
}


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

  .service-img-wrap{
    width: 100vw;
  }
  
}



.service-cont-img{
  width: 100%;
  height: 600px;
  padding-top: 0;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}


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

  .service-cont-img{
    padding-top: 67.5%;
    height: 400px;    
  }

  
}

.ser-img01{
  background-image: url(../img/sur-01.jpg);
}

.ser-img02{
  background-image: url(../img/sur-02.jpg);
}

.ser-img03{
  background-image: url(../img/sur-03.jpg);
}

.ser-img04{
  background-image: url(../img/sur-04.jpg);
}

.ser-img05{
  background-image: url(../img/top-wo.jpg);
}

.ser-img06{
  background-image: url(../img/sur-06.jpg);
}

.service-card {
  margin-right: -8.9154%;
  /* transform: translate3d(0px, -30px, 0px); */
  padding: 85px 75px 70px;
  width: 56.25%;
  min-height: 420px;
  margin-top: 0;
  position: relative;
  z-index: 2;
  background: #e8f4fa;
  text-align: center;
}

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

  .service-card{
  margin-top: -25%;
  padding: 40px 30px 35px;
  width: 100%;
  }
  
}



.service-cardtext{
  line-height: 2.4444444444;
  font-size: 1.5rem;
  text-align: left;
}

/* サービスここまで */


/* 提携先ここから */

.pn-tt{
  text-align: center;
}

.partners-at{
  background-color: #fff;
  padding: 20px;

  flex-basis:calc((100% - 20px) / 2);
  max-width:calc((100% - 20px) / 2);
  margin-top:20px;
  text-align: left;

}



.partners-ft{
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
}


@media screen and (max-width: 768px) {
  .partners-ft{
    flex-flow: column;
  }

  .partners-at{

    flex-basis:100%;
    max-width:100%;
    margin-top:20px;
  
  
  }
  
}



/* 提携先ここまで */