html {
  overflow-y: scroll;
}
body {
  width: 100%;
  font-size: 1.2rem;
  color: #000;
  background: #fff;
  font-weight: 500;
  font-family: '游ゴシック', 'YuGothic', 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Osaka', 'ＭＳ Ｐゴシック', 'MS P Gothic', Verdana, Arial, Helvetica, sans-serif;
  overflow: hidden;
  overflow-y: auto;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}

p{
    margin-top: 0;
    margin-bottom: 1em;
}
section .contents_inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 100px 20px;
}

.sp_tel_mail_01{
    display: none;
}
.cb {
  clear: both;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
h2 {
  font-size: 2.5rem;
  line-height: 1.1;
  margin-bottom: 80px;
    text-align: center;
    position: relative;
    /*color: #0d2ea0;*/
}
h2::before {
  width: 40px;
    height: 4px;
    background-color: #0d2ea0;
    content: "";
    position:absolute;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

h3{
        text-align: center;
    background: #0d2ea0;
    color: #ffffff;
    font-size: 1.5vw;
    padding: 3px;
    margin: 60px 0px;
    
}
h4{
        color: #0d2ea0;
}
h5{
   font-size: 1.3vw;
    text-align: center;
    border-bottom: 5px dotted;
    color: #0d2ea0;
    margin: 20px 0;
}

.sp_tel_mail .sp_tel_icon{
    display: none;
}

.sp_tel_mail .sp_mail_icon{
    display: none;
}

.marker {
    background:linear-gradient(transparent 60%, #e8d1062e 60%);
}
/*header*/
.header {
    position: fixed;
    width: 100%;
    height: 65px;
    z-index: 10;
    background: #fff;
}
.header ul {
  width: 80%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: right;
}
.header ul li {
  display: inline-block;
  margin: 35px 10px;
}
.header .logo {
  width: 20%;
  max-width: 240px;
  height: 65px;
  float: left;
  margin: 0;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.header .logo img {
  width: 10vw;
}
.pc li a {
  text-decoration: none;
  color: #1E2124;
  font-weight: 600;
  font-size: 0.8vw;
}

.pc .tel {
  margin-left: 55px;
  position: relative;
  font-weight: 600;
    font-size: 1.2vw;
}
.tel::before {
  content: url(../svg/tel_icon.svg);
  width: 17%;
  height: 17%;
  display: block;
  position: absolute;
  left: -35px;
  top: 3px;
}
 .sp_tel_mail {
    display: block;
    position: fixed;
    z-index: 20;
    right: 80px;
    top: 2px;
    cursor: pointer;
    text-align: center;
    margin: 5px;
  }

.contact_btn_02{
    text-align: center;
    margin: 100px auto 50px;
}

.contact_btn_02 a{
    font-size: 1.3rem;
    font-weight: 600;
    text-decoration: none;
    padding: 20px 150px;
    border-radius: 50px;
    color: #fff;
    background: #1E2124;
}

.contact_btn_02 a:hover{
        box-shadow: rgb(0 0 0 / 20%) 0px 0px 10px 0px;
    background: #000000;
}

.contact_btn_02 .b_white{
    background: #fff;
    color: #1E2124;
}

.contact_btn_02 .b_white:hover{
    box-shadow: rgb(0 0 0 / 20%) 0px 0px 10px 0px;
    background: #e6e6e6;
}
.nav{
        height: 65px;
}

.pc li .contact_btn:hover{
    box-shadow: rgb(0 0 0 / 20%) 0px 0px 10px 0px;
    background: #000000;
}
.s_link {
    font-size: 0.8rem;
}

.s_link a{
    color: #0d2ea0;
    word-break: break-all;
}

/*main*/
#main .copy {
  text-align: center;
  font-size: 3.5rem;
  font-weight: 600;
  margin: 35px 0;
    color: #0d2ea0;
    line-height: 1.3;
    
}
#main {
  background-position: bottom;
  padding-top: 65px;
   background: url("../img/kv.jpg")no-repeat;
  background-size: cover;
  /*height: 530px;*/
}
#main .copy_text {
  font-size: 1.6rem;
  text-align: center;
        color: #0d2ea0;
    font-weight: 600;
}
.medal {
  width: 55%;
  display: block;
  margin: 80px auto 0;
}
.pc li .contact_btn {
      background: #1E2124;
    color: #fff;
    border-radius: 50px;
    padding: 0.5vw 2.2vw;
    font-size: 1vw;
    position: relative;
    top: -5px;
}
footer {
    background: #48484a;
padding: 75px;
  text-align: center;
    color: #fff;
}
.footer_policy {
  margin-bottom: 20px;
}
#pagetop {
  position: fixed;
  bottom: 30px;
  right: 50px;
  z-index: 5;
}
#pagetop a {
      padding: 15px 8px;
    background: #ffffff;
    color: #0d2ea0;
    text-align: center;
    box-sizing: border-box;
    border: 2px solid #0d2ea0;
}
#pagetop .arrow {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: #0d2ea0;
  line-height: 1;
  width: 20px;
  height: 20px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  margin: -6px 10px;
  box-sizing: border-box;
  transform: translateY(25%) rotate(-45deg);
}
.footer_policy a {
  text-decoration: none;
  color: #fff;
}
/*about_medical*/

#about_medical .img_box{
    display: flex;
     padding-left: 0;
    
} 

.img_box .about_medical_img{
    list-style: none;
    width: 20%;
   
}

.img_box .about_medical_img img{
    width: 100%;
}




/*about_ma*/
#about_ma .reason_box{
    background: #f6f6f6;
    padding: 15px 40px 30px;
    margin-bottom: 20px;
}
#about_ma .reason_box .num {
    font-size: 2rem;
    text-align: center;
    background: #0d2ea0;
    display: inline-block;
    color: #fff;
    line-height: 1;
    width: 75px;
    height: 70px;

}


#about_ma .reason_box .text{
        position: relative;
    top: -10px;
}

#about_ma .reason_box .r_num {
    font-size: 1.2rem;
}
#about_ma h4 span{
    font-size: 1.6rem;
}

 .reason_box .text_box{
        width: 65%;
    }

 .reason_box .img_box{
        width: 25%;
     margin: auto;
    }
    

.reason_box .reason_box .flex_box{
    display: flex;
}

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

.merideme_box .merit{
    width: 50%;
    background: #fbf9eb;
    margin: 0 10px;
        padding: 20px 30px;
 
}

.merideme_box .demerit{
  width: 50%;
    background: #fbf9eb;
    margin: 0 10px;
        padding: 20px 30px;

}

.table_01{
  width: 100%;
  border-collapse:separate;
  border-spacing: 0;
    background: #f6f6f6;
}



.table_01 th:last-child{
  border-right: 1px solid #6c6c6c;
}

.table_01 th{
  text-align: center;
  color:white;
  background: #48484a;
  border-left: 1px solid #6c6c6c;
  border-top: 1px solid #6c6c6c;
  border-bottom: 1px solid #6c6c6c;
  width: 25%;
  padding: 10px 0;
}

.table_01 td{
  text-align: center;
  border-left: 1px solid #6c6c6c;
  border-bottom: 1px solid #6c6c6c;
  border-top:none;
  width: 25%;
  padding: 10px 0;
}

.table_01 td:last-child{
  border-right: 1px solid #6c6c6c;
}


.table02{
  width: 100%;
  border-collapse: collapse;
}

.table02 tr{
  border-bottom: solid 2px white;
}

.table02 tr:last-child{
  border-bottom: none;
}

.table02 th{
position: relative;
    text-align: center;
    background-color: #48484a;
    color: white;
    padding: 10px;
    width: 20%;
}


.table02 td{
  text-align: left;
  background-color: #eee;
 padding: 25px;
    border-right: 2px solid #fff;
}

.table02 td:last-child{
    border-right: none;
}


/*trend*/
#trend {
       background: #f6f6f6;
    background-size: 3%;
}

#trend h4{
    color: #0d2ea0;
    border-bottom: 3px solid #0d2ea0;
}

#trend .flex_box{
    display: flex;
}

#trend .flex_box .img_box{
    width: 30%;
    margin-right: 20px;
}

#trend .flex_box .text_box{
    /*width: 70%;*/
}


/*reason*/
#reason {
  background: #f6f6f6;
}

#reason .reason_list{
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

#reason .reason_list li{
    width: 48%;
    background: #fff;
    height: auto;
    margin: 10px;
}

#reason .reason_list .reason_box{
    padding: 20px;
}

#reason .reason_list .reason_box .title{
    text-align: center;
    font-weight: 600;
    font-size: 1.5rem;
    color: #0d2ea0;
    border-bottom: 3px solid #0d2ea0;
}

#reason .img{
    margin:35px auto;
    width: 60%;
}
.img_02 img{
    margin: 35px auto;
}



.img_04 img{
    margin: 70px auto 0;
}
/*cese*/

#case{
    background: #f6f6f6;
}
.case_dl {
  margin-bottom: 25px;
  border-bottom: 1px solid #707070;
  padding-bottom: 15px;
}
.case_dl .dl_01 {
  width: 33.3%;
    display: block;
    float: left;
    margin: 5px 0;
    text-align: center;
}
.case_dl .dl_01 .main_dt {
  width: 100%;
  background: #0d2ea0;
  color: #fff;
  font-weight: 600;
  text-align: center;
}
.case_dl .dl_01 .sub_dt {
  background: #CECECE;
}
.case_dl .dl_01 dd {
 clear: left;
    margin: 15px 0;
    text-align: left;
    display: inline-block;
}
.case_dl .dl_02 {
  width: 33.3%;
  display: block;
  float: left;
    margin: 5px 0;
}
.case_dl .dl_02 dt {
  width: 100%;
  background: none;
  color: #1E2124;
  font-weight: 600;
  text-align: center;
}
.case_dl .dl_02 dd {
  clear: left;
  text-align: center;
        margin: 20px 0;
}
.case_dl dt {
  width: 100%;
  float: none;
  font-weight: 600;
  text-align: center;
  background: #b9c1e0;
}
.case_dl dd {
  margin-left: 0;
}
.case_dl .dt_02 {
  margin-right: 70%;
  margin-bottom: 18px;
  /* background: #d9e4e9;*/
}
#case .button {
  text-align: center;
  padding: 10px;
  color: #fff;
  background:#0d2ea0;
  width: 200px;
  font-weight: 600;
  margin: 50px auto;
}

#case .button:hover{
    cursor: pointer;
}
.close {
  background: #1E2124;
  display: table;
  font-weight: 600;
  position: relative;
  top: 40px;
}
#case .content {
  display: inline-block;
  width: 100%;
}
.dl_02 .case_img {
  position: relative;
}
.dl_02 .case_img img {
  width: 20%;
  left: 0;
  right: 0;
  margin: auto;
}

.case_dl .dl_01 .t_left{
    text-align: left;
}


/*INTERVIEW*/

.staff_box{
    display: flex;
}

.staff_box .title{
   font-size: 1.3rem;
    font-weight: 600;
    color: #0d2ea0;
}

.staff_box .img01{
    width: 40%;
    background: url("../img/taxaccountant03.jpg")no-repeat;
        background-size: cover;
    background-position: 50% 50%;
}

.staff_box .img02{
    width: 40%;
    background: url("../img/medical09.jpg")no-repeat;
        background-size: cover;
    background-position: 50% 50%;
}
.slide-items {
  width: 100%;
  height: 50%;
  margin: auto;
    padding-left: 0;
}
.slide-items img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slick-prev:before,
.slick-next:before {
  color: black;
}
.slick-dots li button:before {
  font-size: 18px;
  top: 6px;
}

.staff_box .text_box{
    width: 60%;
    padding:10px 30px; 
    background: #f6f6f6;
}

.interview_link{
    text-decoration: none;
    color: #000;
}

.interview_link:hover{
    opacity: 0.8;
}

/*.text_box span{
    color: #0d2ea0;
}*/

/*FLOW*/

#flow .flow_pc{
    display: block;
    margin:60px 0 30px
}

#flow .flow_sp{
    display: none;
}
/*member*/
#member {
  background: #f6f6f6;
}

.member_box {
  position: relative;
  display: flex;
flex-wrap: wrap;
  width: 100%;
    
}

.menber_box_02{
    width: 31%;
    margin: 13px;
   
}


.member_box_01 .member_img img{
    width: 100%;
}
   

.member_box_02 .member_img img{
    width: 100%;
}

.member_img{
    width: 30%;
}

.member_text{
   margin: auto;
    padding: 0 35px;
}


.member_text p{
    margin: 0;
    font-weight: 500;
}

.member_text .name{
        margin-bottom: 15px;
    font-size: 1.2rem;
    font-weight: 600;
    border-bottom: 1px solid;
}

.member_box_01{
    display: flex;
    margin-bottom: 20px;
}

.member_box_02{
    display: flex;
    margin-bottom: 20px;
}

.member_box_02 .member_img{
    width: 25%;
}

.member_box_01 .member_img{
    width: 25%;
}

.member_box_01 .member_text{
    width: 75%;
}
.member_box_02 .member_text{
    width: 75%;
}



.ac {
  position: relative;
}
.ac-parent {
  position: relative;
  border-bottom: 1px solid #dbdbdb;
  text-align: left;
  line-height: 50px;
  cursor: pointer;
  background-image: url(img/ln_q.png);
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 40px;
  padding: 20px 0 20px 30px;
  font-weight: 600;
}
.ac-parent:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 45%;
  right: 30px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #4b4948;
  border-bottom: 2px solid #4b4948;
  transform: translateY(-50%) rotate(45deg);
}
.ac-parent.open:after {
  top: 55%;
  transform: translateY(-50%) rotate(225deg);
}
.ac-parent:first-child {
  border-top: 1px solid #dbdbdb;
}
.ac-child {
  display: none;
  padding: 20px 30px;
  border-bottom: 1px solid #dbdbdb;
  margin-left: 0;
}
.ac-parent span {
  font-size: 1.5rem;
  margin-right: 20px;
}
/*CONTACT*/
#contact {
 
}
blockquote {
  margin: 0 auto;
}
blockquote.step input.text, blockquote.step textarea {
  float: left;
  width: 100%;
  margin: 0 0 10px;
  padding: 16px;
  background-color: #f6f6f6;
  border: solid 1px #dbdbda;
  border-radius: 0;
  box-sizing: border-box;
  font-family: inherit;
}
blockquote.step label.item {
  margin: 0 20px 0 0;
  font-size: 0.9rem;
  text-align: left;
  clear: both;
  width: 100%;
}
blockquote.step label {
  display: block;
  padding: 10px 0;
  margin-right: 15px;
  border-radius: 0;
  box-sizing: border-box;
}
blockquote.step .text {
  display: block;
}
blockquote .w_fl {
  width: 48%;
  float: left;
}
blockquote .w_fr {
  width: 48%;
  float: right;
}
.select-os .check_box {
  clear: both;
}
input {
  display: none;
}
/* オートコンプリート機能デザイン変更 */
input:-webkit-autofill {
	box-shadow: 0 0 0px 1000px #f6f6f6 inset;
}
blockquote.step label {
  display: block;
  /* float: left; */
  padding: 10px 0;
  margin-right: 15px;
  border-radius: 0;
  box-sizing: border-box;
}
.select-os label {
  color: #1e2124;
  border: 1px solid #dbdbda;
  text-align: center;
  display: inline-block;
  padding: 9px 30px !important;
  background: #fff;
  float: left;
  margin-bottom: 10px;
}
.required {
  color: #f01423;
}
.button {
  font-family: '游ゴシック', 'YuGothic', 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Osaka', 'ＭＳ Ｐゴシック', 'MS P Gothic', Verdana, Arial, Helvetica, sans-serif;
}
.button button {
  color: #fff;
  background: #0d2ea0;
  padding: 10px;
  display: block;
  width: 200px;
  cursor: pointer;
  margin: 0 auto;
  clear: both;
  border: 0px;
  background-size: 7px;
  background-repeat: no-repeat;
  background-position: 95% 50%;
  font-weight: 600;
  position: relative;
  top: 50px;
  font-size: 1.1rem;
    font-family: inherit;
}
.select-os input[type="radio"]:checked.sell_buy + label {
  color: #fff;
  background-color: #0d2ea0;
}
.check_box:checked + .label {
  color: #fff;
  background-color: #0d2ea0;
}
.select-os input[type="radio"]:checked.icon + label {
  color: #fff;
  background-color: #0d2ea0;
}
.inquirytable {
  width: 100%;
  border-collapse: collapse;
  margin: 30px 0;
}
.inquirytable tr:first-child {
  border-top: 1px solid #dbdbdb;
}
.inquirytable tr {
  border-bottom: 1px solid #dbdbdb;
}
.inquirytable th {
  text-align: left;
  padding: 10px 20px;
  width: 25%;
  border-right: 1px solid #dbdbdb;
  background: #0d2ea0;
  border-left: 1px solid #dbdbdb;
  color: #fff;
}
.inquirytable td {
  width: 60%;
  padding: 0 20px;
  border-right: 1px solid #dbdbdb;
  background: #fff;
}
.button .return {
  color: #0d2ea0;
  font-weight: 600;
  background: #fff;
  padding: 8px 10px;
  display: block;
  border: 2px solid #0d2ea0;
  cursor: pointer;
  margin: 0 auto;
}
.error {
  color: #f01423;
}

/*company*/

#company{
    background: #f6f6f6;
}
.company_dl {
  padding: 60px 60px 60px 100px;
}
.company_dl dl {
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 20px;
}
.company_dl dt {
  width: 15%;
  float: left;
  font-weight: 600;
}
.company_dl dd {
  width: 100%;
  margin-left: 15%;
}
.company_img {
  width: 40%;
  position: relative;
  z-index: 2;
}
.company_img img {
  width: 100%;
  position: absolute;
  top: 50px;
}

.hamburger {
    display: block;
    position: fixed;
    z-index: 20;
    right: 0;
    top: 0;
    width: 65px;
    height: 65px;
    cursor: pointer;
    text-align: center;
    background: #48484a;
  }
  .hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 18px;
    background: #ffffff;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .hamburger span:nth-child(1) {
    top: 20px;
  }
  .hamburger span:nth-child(2) {
    top: 30px;
  }
  .hamburger span:nth-child(3) {
    top: 40px;
  }
  nav.globalMenuSp {
    position: fixed;
    z-index: 6;
    left: 60%;
    transform: translateX(100%);
    transition: all 0.6s;
    width: 40%;
    height: 100vh;
    background: #48484a;
          top: 65px;
      text-align: left;
  }

nav.globalMenuSp a{
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}
  nav.globalMenuSp.active {
    transform: translateX(0%);
  }
  .globalMenuSp ul {
    list-style: none;
    padding: 0 65px;
    margin-top:65px;
  }
  .globalMenuSp ul li {
    margin: 25px 0;
    border-bottom: 2px solid #fff;
    padding-bottom: 20px;
  }

  .globalMenuSp ul li a {
    color: #fff;
    text-decoration: none;
      font-weight: 600;
  }
  .hamburger.active span:nth-child(1) {
    top: 30px;
    left: 17px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #fff;
  }
  .hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
    top: 30px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
  }

  .sp_tel_mail .tel_sp {
    list-style: none;
    float: left;
    margin-right: 15px;
  }
  .sp_tel_mail .mail_sp {
    list-style: none;
    float: left;
  }
.tel_sp a {
       font-size: 1.7rem;
    color: #0d2ea0;
    text-decoration: none;
    font-weight: 600;
    position: relative;
    top: 5px;
    left: 20px;
  }
  .mail_sp a {
        background: #0d2ea0;
    position: relative;
    left: 20px;
    top: -7px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    display: block;
    height: 35px;
    padding: 15px 30px;
  }

.flex02{
    display: flex; 
}

.flex02 .img{
    margin-right: 30px;
    width: 40%;
}

.flex02 .img img{
    width: 100%;
}

.flex02 .text{
    width: 60%;
}

button.disabled-button {
  background-color: #ccc;
  cursor: not-allowed;
}
@media screen and (max-width: 1024px) {
    

    .nav {
    height: 65px;
}
  .sp {
    display: block;
  }
 
    
    .sp .tel_sp_02 a::before{
        content: url(../svg/tel_icon_03.svg);
    width: 11%;
    height: 11%;
    display: block;
    position: absolute;
    top: 3px;
 ;
    }
    .sp .mail_sp_02 a{
      background: #fff;
        color: #1E2124;
        padding: 10px 30px;
        border-radius: 30px;
    }
  .sp_contact {
    width: 50%;
    display: block;
    margin: auto;
  }
  .sp_contact li {
    width: 50%;
    float: left;
      position: relative;
  }

  
  .header {
    width: 100%;
    z-index: 3;
    position: fixed;
    top: 0;
    left: 0;
  }
  
  .header img {
    width: 100%;
  }
  .header .logo {
    width: 27%;
    padding: 0 20px;
    height: 65px;
  }
  .header .logo img {
    width: 100%;
  }
  section .contents_inner {
    max-width: 900px;
    margin: 0 auto;
    padding: 80px 40px;
  }
  #company {
    height: auto;
  }
  h2 {
      font-size: 3vw;
    line-height: 1.1;
    margin-bottom: 80px;
  }
  .company_dl {
    background: #fff;
    padding: 75px 0 50px;
    position: relative;
    width: 100%;
    right: auto;
    top: -50px;
  }
  .company_img {
    width: 60%;
    position: relative;
    left: 20%;
  }


  .company_img img {
    width: 100%;
    position: relative;
    top: 0;
  }
  .company_dl dt {
    width: 25%;
  }
  .company_dl dd {
    width: 70%;
    margin-left: 25%;
  }
  .company_dl dl {
    width: 85%;
    margin: 20px auto;
  }
  .open_btn {
    width: 22.3%;
  }
  


  .lehman__illustration {
    padding: 34px 35px;
    width: auto;
  }
  .header .pc {
    display: none;
  }
  .service_box {
    width: 25.3%;
  }
    #company .contact_btn_02 {
    bottom: 6%;
}
     #about_ma .reason_box {
    padding: 15px 30px 30px;
}
    #about_ma h4 span {
    font-size: 1.3rem;
}

    #about_ma .reason_box .r_num {
    font-size: 1.1rem;
}
    reason_box.num {
    font-size: 1.6rem;
    width: 57px;
    height: 55px;
}
   
    .merideme_box .merit {
    width: 100%;
    margin: 20px 10px;
}
    .merideme_box .demerit {
    width: 100%;
}
    .merideme_box {
    flex-wrap: wrap;
}
    h5 {
    font-size: 1.3rem;
    text-align: center;
    border-bottom: 5px dotted;
    color: #0d2ea0;
    margin: 20px 0;
}
        .staff_box {
    display: flex;
        flex-wrap: wrap;
}
   .staff_box .img01 {
    width: 100%;
    background-position: 50% 25%;
    height: 400px;
}
    
.staff_box .img02 {
    width: 100%;
    background-position: 50% 57%;
    height: 400px;
}
    .staff_box .text_box {
    width: 100%;
}


  
    
    #member .flex{
        display: flex;
        flex-wrap: wrap;
    }
    
    #reason .reason_list li {
    width: 47%;
}
/* 
    .staff_box .title {
    font-size: 2.5vw;
} */

   


    
}
@media screen and (max-width: 768px) {
  .flow .flow02 {
    padding: 100px 14px 30px;
  }
  .service_box {
    width: 39%;
  }
  .open_btn {
    width: 29.9%;
  }
  .header .logo {
    width: 30%;
    padding: 0 20px;
    height: 65px;
  }
  #main .copy {
    font-size: 2.5rem;
  }
  #main .copy_text {
    font-size: 2.5vw;
  }
  #main {
   height: 360px;
    background-position: 50% 50%;
  }
  .medal {
    width: 70%;
  }
  .row img {
    width: 90%;
  }

#reason .reason_list li{
    width: 47%;
    background: #fff;
    height: auto;
    margin: 10px;
}
    section .contents_inner {
    padding: 60px 40px;
}
    

    nav.globalMenuSp {
    left: 30%;
    width: 70%;
}

  
    #flow .flow_pc{
    display: none;
}

#flow .flow_sp{
    display: block;
}
    
    .scroll-table {
  overflow: auto;
  white-space: nowrap;
  border: solid 1px #ddd;
}

.table_02 {
  width: 100%;
  border-collapse: collapse;
  border: solid 1px #ddd;
}
    
    #reason .reason_list li {
    width: 100%;

}

      .member_box_02 .member_img {
    width: 30%;
}

   

   

}
@media screen and (max-width: 550px) {
  .case_dl .dl_01 {
    width: 100%;
    float: none;
  }
  .case_dl .dl_02 {
    width: 100%;
    float: none;
  }
  .case_dl dt {
    width: 100%;
    margin-right: 0;
  }
  .case_dl .dl_01 dd {
    width: 100%;
    margin-bottom: 20px;
  }
  .dl_02 .case_img img {
    position: relative;
    top: 0;
  }

    .service_box {
    width: 100%;
    margin: 14px 0;
}
    
                
  
     #reason .reason_list li {
    width: 100%;
    margin: 10px 0;
}
    
    .sp_tel_mail .sp_tel_icon{
    display: block;
}

.sp_tel_mail .sp_mail_icon{
    display: block;
}
       .sp_tel_mail {
    display: none;
}
           .sp_tel_mail_01 {
display: block;

}
    
    .tel_sp_01{
        width: 50px;
    position: fixed;
    z-index: 30;
        list-style: none;
        right: 140px;
    top: 8px;
    }
    
       
    .mail_sp_01{
        width: 50px;
    position: fixed;
    z-index: 30;
        list-style: none;
        right: 80px;
    top: 8px;
    }
    
    .member_box_02{
        flex-wrap:wrap;
    }
    .member_box_02 .member_text {
    width: 100%;
}
.member_text {
    padding:30px 0;
}
    .member_box_02 .member_img {
    width: 45%;
    margin: auto;
}
    .flex02 {
    display: flex;
    flex-wrap: wrap;
}
    .flex02 .img {
    margin-right: 0;
    width: 100%;
}
    .flex02 .text {
    width: 100%;
}
    
    h3 {
    margin: 35px 0px;
}
}
@media screen and (max-width: 500px) {
  .sp_tel_mail {
    right: 60px;
  }
  .sp_tel_mail .tel_sp {
    margin-right: 10px;
  }
    
     .sp_tel_mail_02{
            display: block;
    position: fixed;
    z-index: 30;
    }
    
 
    
   /* .tel_sp a {
        top: -7px;
    left: 245px;
}
    .mail_sp a {
    background: none;
    position: relative;
        left: 270px;
    top: -80px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    display: block;
    height: 35px;
    padding: 15px 30px;
    }*/
    

#main {
    height: 340px;
}
  #main .copy {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
  }
  #main .copy_text {
    font-size: 1rem;
    text-align: center;
    font-weight: 500;
  }
  .medal {
    width: 100%;
    margin: 55px auto 0;
  }
  .reason_text {
    width: 100%;
  }
 .header .logo {
    width: 50%;
     height: 65px;
}
    .nav {
    height: 65px;
}
  section .contents_inner {
    padding: 50px 25px;
  }
  #reason .title span {
    font-size: 2.5rem;
  }
  .company_img {
    width: 75%;
    position: relative;
    left: 12%;
  }
  .company_dl dt {
    width: 100%;
    float: none;
  }
  .company_dl dd {
    width: 100%;
    margin-left: 0;
  }
  .open_btn {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
  .service_box {
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
  }

  .case_box {
    width: 100%;
    float: none;
  }
  .case_dl {
    margin-bottom: 35px;
  }
  .flow .flow02 {
    writing-mode: horizontal-tb;
    padding: 100px 14px 0px;
  }
  .flow .triangle2 {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid black;
    top: 20px;
    display: inline-block;
  }
  .flow02 .num {
    height: auto;
    padding: 15px;
    display: block;
  }
  .flow .flow02 {
    float: none;
    padding-top: 20px;
  }
  .flow li {
    float: none;
  }
  .flow02 .pink {
    height: auto;
    padding: 15px;
      display: block;
  }
  .flow_box {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 30px;
      float: none;
  }
  #flow ul {
    text-align: center;
          width: 100%;
  }
  .flow p {
    left: 0;
    width: 100%;
  }

  .row {
    flex-wrap: wrap;
  }
  .lehman__illustration .lehman__result:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4.036458333333334vw 2.278645833333333vw 0 2.278645833333333vw;
    border-color: #0a3291 transparent transparent transparent;
    left: 0;
    right: 0;
    top: -126vw;
    margin: auto;
  }
  .lehman__illustration .lehman__result .row {
    margin-top: 0;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .lehman__illustration .lehman__result {
    margin-left: 0;
    margin-top: 60px;
  }
  .lehman__illustration .lehman__result__item {
    width: 100%;
    margin-bottom: 20px;
  }
  .lehman__illustration .lehman__result__item + .lehman__result__item {
    margin-left: 0;
  }
  .row img {
    width: 65%;
    margin: auto;
    display: block;
  }
  .ac-parent span {
    font-size: 1.2rem;
    margin-right: 10px;
    display: inline-block;
    float: left;
    position: relative;
    top: -3px;
  }
  .ac-parent {
    font-size: vw;
    font-size: 0.9rem;
    line-height: 1.5;
    padding: 20px 0;
    padding-right: 35px;
  }
  .ac-parent:after {
    right: 10px;
    width: 8px;
    height: 8px;
  }
  .ac-child {
    padding: 20px 15px;
  }
  .footer_policy a {
    font-size: 0.9rem;
    text-decoration: none;
    color: #fff;
  }
  .button .return {
    margin: 0 7px;
    width: 170px;
  }
  #pagetop {
    right: 20px;
  }
  #pagetop .arrow {
    width: 14px;
    height: 14px;
  }
  #pagetop a {
    padding: 10px 5px;
  }
    .sp_contact {
    width: 55%;
    display: block;
    margin: auto;
}
    .sp_contact {
    width: 55%;
    margin-top: 70px;
}
    
    .sp_contact li {
    width: 100%;
    float: none;
}
    .tel_sp img {
    width: 45px;
}
    .mail_sp img {
    width: 45px;
}
    .contact_btn_02 a {
    font-size: 1.2rem;
    padding: 20px 85px;
}
    .reason_img {
    width: 100%;
}
    .menber_box_02 {
    width: 100%;
    margin: 13px 0;
}
    #reason .reverse{
      flex-direction: column-reverse;  
    }
    

    nav.globalMenuSp {
    left: 0;
    width: 100%;
}
 
    .globalMenuSp ul li {
    margin: 12px 0;
    padding-bottom: 12px;
        font-size: 1.1rem;
}
 .globalMenuSp ul {
    list-style: none;
    padding: 0px 15px;
    margin-top: 40px;
}
    h2 {
    font-size: 1.5rem;
    margin-bottom: 60px;
}
    h3 {
    font-size: 1.2rem;

}
    #about_ma .reason_box .num {
    font-size: 1.6rem;
    width: 57px;
    height: 55px;
    display: block;
    margin: 0 auto 30px;
}
    #trend .flex_box {
    display: flex;
    flex-wrap: wrap;
}
    #trend .flex_box .img_box {
    width: 100%;
    margin-right: 0;
}
    #trend .flex_box .text_box {
    width: 100%;
}
    #about_ma .reason_box {
    padding: 15px 20px 30px;
}
    .merideme_box .merit {
    width: 100%;
    margin: 20px 0;
    padding: 20px 15px;
}
    .merideme_box .demerit {
    width: 100%;
    margin: 0;
        padding: 20px 15px;
}
   
    #main .copy {
    margin: 15px 0px;
}
    #main .copy_text {
    font-size: 1.2rem;
}
    #about_medical .img_box {
    flex-wrap: wrap;
}
    .img_box .about_medical_img {
    width: 50%;
}

    .img_04 img{
        margin: 0;
    }
    footer {
    background: #0d2ea0;
    padding: 75px 12px;
    text-align: center;
    color: #fff;
}
    .member_box_02 .member_img img {
    width: 100%;
    margin: auto;
}
    
    .reason_box .text_box {
    width: 100%;
}
    
    .reason_box .img_box {
    width: 80%;
    margin: auto;
}
    


}

@media screen and (max-width: 454px) {
  .button .return {
    margin-bottom: 20px;
  }
}