@charset "UTF-8";

html { scroll-padding-top: 90px;}
@media(max-width: 768px){
    html { scroll-padding-top: 0;}
}

#side .sideSearch {position: unset!important;}

/* PC版 基本設定 */
@media(min-width:769px){
  .css-SP {display: none!important;}
}

/* SP版 基本設定*/
@media(max-width: 768px){
  .css-PC {display: none!important;}
  .sideSearch {display: none;}
}

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

メインビジュアル

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

#mv {
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    width: 1000px;
    height: 300px;
  }
@media(min-width:769px){
  .mv__list {
    color: #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    top: 212px;
    left: 21px;
    width: 956px;
  }
  .mv__item {
    background: #ffc600;
    display: flex;
    justify-content: center;
    align-items: baseline;
    line-height: 42px;
    width: 308px;
    height: 42px;
  }
  .mv__item--big {
    font-size: 1.3em;
  }
  .mv__item--small {
    font-size: 0.8em;
  }
}
@media(max-width: 768px){
  #mv {
    width: 100%;
    height: auto;
  }
  .mv__list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 3.5vw;
    font-weight: bold;
    line-height: 1.3;
    position: absolute;
    bottom: 0;
    left: 2vw;
    width: 96vw;
  }
  .mv__item {
    background: #fff;
    border: solid #ba8839 1vw;
    border-image: linear-gradient(to top right, #ac7825 0%, #e9bd7c 100%);
    border-image-slice: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 29.4vw;
    height: 21vw;
  }
  .mv__item--big {
    font-size: 1.5em;
  }
  .mv__item--small {
    font-size: 0.8em;
  }
}

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

基本コンバージョンエリア

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

.cv-common{
    background-color: #f6f6f6;
    border: 5px solid #efefef;
    padding: 30px 35px 20px;
    background-image:url(../../guide/online/common/img/cv02.png);
    background-repeat:no-repeat;
    background-position: right;
    background-size: 40%;
}

.cv-common h3{
    font-weight: 600;
    font-size: 174.3%;
    color: #2f4d85;
}

.cv-common p{margin: 8px 0 17px;}

.app-area{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.cv-button{
    border-radius: 5px;
    box-sizing: border-box;
    color: #fff!important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: bold;
    padding-right: 1em;
    position: relative;
    height: 60px;
    transition: 0.5s
}

.cv-common .cv-button {
    font-size: 15px;
}

@media(max-width: 768px){

.cv-common{
    padding: 50px 0 10px 0;
    background-position: right top;
    background-size: 46%;
}

.cv-common h3{
    padding-left: 10px;
    line-height: 1.2;
    text-shadow:
      0px 0px 0 #f6f6f6,
      0px 1px 0 #f6f6f6,
      0px -1px 0 #f6f6f6,
      1px 0px 0 #f6f6f6,
      1px 1px 0 #f6f6f6,
      1px -1px 0 #f6f6f6,
      -1px 0px 0 #f6f6f6,
      -1px 1px 0 #f6f6f6,
      -1px -1px 0 #f6f6f6;
}
.cv-common p{
  padding-left: 10px;
  margin-bottom: 5px;
  text-shadow:
    0px 0px 0 #f6f6f6,
    0px 1px 0 #f6f6f6,
    0px -1px 0 #f6f6f6,
    1px 0px 0 #f6f6f6,
    1px 1px 0 #f6f6f6,
    1px -1px 0 #f6f6f6,
    -1px 0px 0 #f6f6f6,
    -1px 1px 0 #f6f6f6,
    -1px -1px 0 #f6f6f6;
}
.cv-area{ margin: 0 10px 0;}
.app-area{
    margin-bottom: 0px;
    flex-flow: column;
}

.cv-button{
  width: 100%;
  margin-bottom: 10px;
  font-size: 16px;
}
}

/*----ボタンデザイン----------*/

.cv-button:after {
    content: "";
    border: solid 1px #fff;
    border-width: 1px 1px 0 0;
    position: absolute;
    top: calc(50% - 9px);
    right: 15px;
    transform: rotate(45deg);
    width: 18px;
    height: 18px;
}

.post-cv{   
    background: linear-gradient(to bottom, #dc3674, #af1042, #c61754);
    border-top: solid 1px #b9134b;
    border-right: solid 1px #9e1242;
    border-bottom: solid 1px #84103a;
    border-left: solid 1px #9e1242;
    box-shadow: 0 2px 1px #ea6797 inset, 0 2px 4px #313131;
  }

.post-cv:hover{
    opacity: 1 ;
    background: linear-gradient(to bottom, #dd125d, #af1042, #dd125d);
    box-shadow: 0 2px 1px #fb89b3 inset, 0 2px 4px #313131;
  }

.inquiry-cv{   
    background-color: var(--primary-color);
    box-shadow: 0 1px 0 var(--primary-color) inset, 0 2px 1px #768ebb inset, 0 1px 2px #aaa;
    border-top: solid 1px #203a6d;
    border-right: solid 1px #203a6d;
    border-bottom: solid 1px #203a6d;
    border-left: solid 1px #203a6d;
    box-shadow: 0 2px 1px #6784bb inset, 0 2px 4px #313131;
  }

.inquiry-cv:hover{ 
    opacity: 1 ;
    background-color: #143c84;
    box-shadow: 0 2px 1px #6187ce inset, 0 2px 4px #313131;
}
@media(min-width:769px){
  .post-cv {
    width: 29%;
  }
  .inquiry-cv {
    width: 34%;
  }
}
.tel-area{
    align-items: center;
    border: solid 1px #e6e6e6;
    display: flex;
    padding: 10px;
    justify-content: center;
    background-color:rgba(255,255,255,0.6);
}

.tel-area-white{border: solid 1px #FFF;}

.tel-area-l{
    padding-right:15px;
    font-weight: bold;
    font-size: 1.2em;
}
.tel-area-r{line-height: 1.2;}
.tel-area-nam{
    color: var(--primary-color);
    font-size: 24px;
    font-weight: bold;
    font-feature-settings: "palt";
    display: flex;
    align-items: center;
    justify-content: center;
}
.tel-comment{
    display: block;
    font-size: 10px;
}

.freedial{
    width: 27px;
    padding-right: 8px;
}

@media(max-width: 768px){
.tel-area{
    flex-flow: column;
    padding: 10px;
}
.tel-comment{text-align: center;}
}




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

目次

------------------------------*/
#toc {
  background-color: #f7f7f7;
  font-size: 120%;
  font-weight: bold;
  padding: 20px;
  margin: 20px 0 30px 0;
}
#toc p {
  border-bottom: solid 1px #ccc;
  font-size: 120%;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
}
#toc li:after {
  border: #4bb7e0 1px solid;
  border-width: 1px 1px 0 0;
  content: "";
  display: block;
  position: absolute;
  transform: rotate(45deg);
  left: -2.5em;
  border-width: 1px 1px 0 0;
  top: calc(100% / 2 - 2px);
  width: 5px;
  height: 5px;
}

#toc li {
  color: var(--primary-color);
  display: list-item;
  list-style-type: decimal;
  position: relative;
  margin-left: 36px;
}

#toc a:hover {text-decoration: underline;}

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

基本セット

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

#primary a:hover {opacity: 0.8 ;}
#primary p{font-size: 14px;}

.hdTxt03-01{
    padding: 15px 0 15px 20px;
    background:var(--primary-color);
    color: #fff;
    font-size: 216.67%;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 20px;
}

article{margin-bottom: 30px;}

.h3-01 {
    margin-bottom: 1em;
    padding-left: 0.5em;
    border-left: solid 4px #d9236e;
    font-size: 140%;
    font-weight: bold;
    line-height: 1.5;
}

.h3-02 {
    margin-bottom: 1em;
    padding: 0.5em;
    background: #eaeff7;
    font-size: 140%;
    font-weight: bold;
    line-height: 1.5;
    border-left: solid 4px var(--primary-color);
}

.h4-01{
    margin-bottom: 0.5em;
    font-size: 135%;
    font-weight: bold;
    line-height: 1.5;
}

.article-link-wrap{
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
}

.article-link a{
    background-color: #fafafa;
    border: solid 1px #8fadd1;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    position: relative;
    padding: 10px 50px 10px 10px;
    margin-left: 10px;
    font-size: 14px;
}

.article-link a:after{
    content: "";
    border: solid 1px #74defd;
    border-width: 1px 1px 0 0;
    position: absolute;
    top: calc(50% - 7.5px);
    right: 10px;
    transform: rotate(45deg);
    width: 15px;
    height: 15px;
}

.mb10{margin-bottom: 10px;}
.mb15{margin-bottom: 15px;}

.c-text{
    color: #e2276e;
    font-weight: bold;
}

.c-green{color: #017aa5}
.c-blue{color: var(--primary-color)}
.c-red{color: #d9236e}

.fs-80{font-size: 80%;}
.fs-90{font-size: 90%;}
.fs-120{font-size: 120%;}
.fs-150{font-size: 150%;}
.fs-180{font-size: 180%;}
.bold{font-weight: 600;}

@media(max-width: 768px){
.hdTxt03-01{
    padding: 15px;
    font-size: 150%;
}
}
/*------------------------------

1.医師の募集開始から採用までの流れ

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

#frow-list{
    display: flex;
    justify-content: space-between;
    flex-wrap :wrap;
}

#frow-list li{
    border: solid 3px #F6F6F6;
    padding: 8px;
    width: 26%;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
}

#frow-list dt{
    color: var(--primary-color);
    font-size: 135%;
    font-weight: 600;
    margin-bottom: 10px;
    font-feature-settings: "palt";
    display: flex;
    line-height: 1.25;
}

.frow-list-center{align-items: center;}

.frow-list-nam{
    margin-right: 10px;
    display: inline-block;
    width: 18%;
}

.frow-list-nam span{
    padding: 5px 4px;
    background: var(--primary-color);
    color: #FFFFFF!important;
    font-weight: 600;
    display: inline-block;
    white-space: nowrap;
}

.frow-list-arow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -38px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 28px; 
  height: 28px;
  background-image: url(../../guide/institution/img/arrow01.jpg);
  background-size: contain;
  vertical-align: middle;
}

@media(max-width: 768px){
#frow-list dt{display: block;}

.frow-list-nam span{
    margin-bottom: 5px;
    background: var(--primary-color);
    display: block;
}
.frow-list-nam{
    margin-right: 5px;
    width: 27%;
    font-size: 67%;
    display: block;
}

.frow-list-arow::after {
    right: -20px;
    width: 25px; 
    height: 25px;
    z-index:1;
}
}

/*----タブ----------*/

.tab-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
}

.tab-label {
    width: 30%;
    color: White;
    background: var(--primary-color);
    margin-right: 8px;
    padding: 8px 0 8px 8px;
    order: -1;
    font-size: 120%;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    box-sizing: border-box;
}

.tab-content {
    width: 100%;
    display: none;
    background: #eaeff7;
    padding: 15px;
}

.tab-arrow{
    display: inline-block;
    position: relative;
    padding: 0 15px 0 0;
}

.tab-arrow::after{
    content: " ";
    border: 6px solid transparent;
    border-top: 6px solid #FFF;   
    border-width: 5px ;
    position: absolute;
    top: 35%;
    right: -10px;
    height: 0px;
    width: 0px;
}

/* アクティブなタブ */
.tab-switch:checked+.tab-label {
    background: #eaeff7;
    color: #333333;
    border-top:solid var(--primary-color) 2px;
    padding: 5px 0 5px 8px;
}

.tab-switch:checked+.tab-label+.tab-content {
     display: block;
     font-size: 14px;
}

.tab-switch:checked+.tab-arrow::after{
    border-top: 6px solid #333;   
}

/* ラジオボタン非表示 */
.tab-switch {
    display: none;
}

@media(max-width: 768px){
.tab-wrap {justify-content: space-between;}
.tab-label {
    width: 31%;
    margin-right: 0;
    padding: 8px 0 8px 8px;
    font-size: 120%;
    font-feature-settings: "palt";
    line-height: 1.2;
}

.tab-arrow::after{right: 5px;}
}

/*----タブコンテンツ１----------*/

.tab-content-list01{
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tab-content-list01 li{
    background: #FFF;
    padding: 20px;
    width: 49%;
    box-sizing: border-box;
}

.tab-content-list01 li:first-child{
    width: 100%;
    margin-bottom: 10px;
}

.tab-content-list01 dt{
    font-size: 140%;
    font-weight: 600;
    display: block;
    margin:0 0 10px 0;
}

.tab-content-list01-dl{display: flex;}

.tab-content-list01-dl dt{
    margin:0 20px 0 0;
    white-space: nowrap;
}

.tab-content-list01-dl img{
    display: block;
    margin: 10px auto 0 auto;
}

.tab-content-nam{
    padding: 0px 5px;
    background: var(--primary-color);
    color: #FFFFFF!important;
    font-weight: 600;
    display: inline-block;
    margin-right: 5px;
}

@media(max-width: 768px){
.tab-content-list01{display: block;}
.tab-content-list01 li{
    width: 100%;
    margin-bottom: 15px;
    padding: 15px;
}
.tab-content-list01-dl{display: block;}
.tab-content-list01-dl dt{margin:0 0 10px 0;}
.tab-content-list01 li:first-child{margin-bottom: 15px;
}
}

/*----タブコンテンツ2----------*/

.tab-merit{
    background: #FFF;
    font-size: 100%;
}

.tab-merit th,
.tab-merit tr td {border: solid 1px #dcdcdc;}
.tab-merit tr th {
  background-color: #f9f9f9;
  font-weight: bold;
  text-align: center;
  width: 21%;
}
.tab-merit tr {
  height: 40px;
}
.tab-merit tr th:last-child {
  border-top: solid 3px #e65586;
  border-right: solid 3px #e65586;
  border-left: solid 3px #e65586;
}
.tab-merit tr td {
  padding: 10px 2.5%;
  text-align: justify;
  vertical-align: top;
}
.tab-merit tr td:last-child {
  border-right: solid 3px #e65586;
  border-left: solid 3px #e65586;
}
.tab-merit tr td img {
  display: block;
  text-align: center;
  margin: 0 auto 8px;
}
.tab-merit tr:last-child td:last-child {
  border-bottom: solid 3px #e65586;
}


/*----タブコンテンツ3----------*/
.tab-flow ul li {
  border: 1px solid #e2e2e2;
  display: -webkit-box;
  display: flex;
  display:-ms-flexbox;
  background: #FFF;
}
.tab-flow ul li:not(:last-child) {
  margin-bottom: 50px;
  position: relative;
}
.tab-flow ul li:not(:last-child)::after {
  left: calc(100% / 2);
  width: 30px;
  height: 30px;
  bottom: -20%;
}
.tab-flow ul li figure {
  width: calc(190/640*100%);
  margin: 0 calc(20/640*100%) 0 0;
}
.tab-flow ul li .flow__body {
  width: calc(460/640*100%);
  margin-top: 10px;
  margin-right: calc(20/640*100%);
}
.tab-flow ul li .flow__body .flow__ttl {
  font-size: 18px;
  font-weight: bold;
}
.tab-flow ul li .flow__body .flow__txt {
  font-size: 14px;
}
.tab-flow ul li .flow__body .flow__ttl span {
  color: #fff;
  background: var(--primary-color);
  font-size: 14px;
  padding: 0 1em;
  margin-right: 1em;
}
.tab-flow ul li .flow__body .flow__zoom {
  background-color: #eaf1f6;
  font-size: 12px!important;
  padding: 0.5em;
}

.tab-flow ul li:not(:last-child)::after {
    content: "";
    border: #4bb7e0 1px solid;
    border-width: 1px 1px 0 0;
    display: block;
    position: absolute;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

@media(max-width: 768px){
.tab-flow ul li {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  padding: 1em;
}
.tab-flow ul li:not(:last-child)::after {
  bottom: -30px;
}
.tab-flow ul li figure {
  width: calc(230/750*100%);
  margin-right: calc(20/750*100%);
}
.tab-flow ul li .flow__body {
  width: calc(500/750*100%);
  margin-top: 0;
  margin-right: 0;
}
.tab-flow ul li .flow__body .flow__ttl {
  font-size: 3.4vw;
}
.tab-flow ul li .flow__body .flow__ttl span {
  font-size: 2.6vw;
  padding: 0 .5em;
}
}


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

2.EmergencyDoctorの会員属性

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

.data-graf01{
    border: solid 5px #d4e7ee;
    padding: 15px 0;
}

.data-graf01-text{
    font-size: 163%;
    font-feature-settings: "palt";
    text-align: center;
    font-weight: 600;
}

.data-graf01 ul , .data-graf02 ul{ display: flex;}
.data-graf01 li{width: 50%;}
.data-graf01 img{ width: 100%;}
.data-graf01 figure{text-align: center;}

.data-graf01 figcaption{
    font-weight: 600;
    font-size: 136.6%;
    margin-top: 8px;
}

.data-graf02 ul{
    justify-content: end;
    flex-wrap: wrap;    
}

.data-graf02 li{
    width: calc(100%/3);
    margin-bottom: 15px;
}
.data-graf02 img{ width: 95%;}

.data-graf02 li:last-child{
    width: calc(100%/1.8);
    display: flex;
    flex-wrap: wrap;
    align-items: center;

}
.data-table-wrap{
    background: #f5f5f5;
    padding: 20px;
    box-sizing: border-box;
    font-size: 14px;
}

.data-table-wrap h4{
    font-size: 110%;
    font-weight: 600;
    margin-bottom: 10px;
}

.data-table{font-size: 100%;}
.data-table td:nth-child(even){padding-right: 15px;}

.data-caption{
    display: block;
    text-align: right;
}

@media(max-width: 768px){
.data-graf01 ul{ flex-flow: column;}
.data-graf01-text{
    line-height: 1.2;
    font-size: 150%;
}

.data-graf01 li{width: 100%;}
.data-graf01 img{
    width: 70%;
    margin: 0 auto;
}

.data-graf02 li{
    width: calc(100%/2);
    margin-bottom: 15px;
}

.data-graf02 li:last-child{
     width: calc(100%);
}

.data-table-wrap {margin:0 auto ;
}
}


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

3.利用者の声

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

/*----タブ----------*/

.tab-label02 {
    color: White;
    background: var(--primary-color);
    margin-right: 8px;
    padding: 8px 20px;
    order: -1;
    font-size: 120%;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    box-sizing: border-box;
}

/* アクティブなタブ */
.tab-switch:checked+.tab-label02 {
    background: #eaeff7;
    color: #333333;
    border-top:solid var(--primary-color) 2px;
    padding: 8px 20px;
}

.tab-switch:checked+.tab-label02+.tab-content {
    display: block;
    font-size: 14px;
}

@media(max-width: 768px){
.tab-label02 {
    display: flex;
    margin-right: 0;
    padding: 8px 0 8px 7px;
    width: calc(100%/4);
    line-height: 1.2;
    border-right: solid 1px #FFF;
    border-left: solid 1px #FFF;
    text-align: left;
    align-items: center;
    justify-content: center;
    }

/* アクティブなタブ */
.tab-switch:checked+.tab-label02 {
    border-left: 0;
    border-right: 0;
    padding: 8px 0 8px 7px;
}
}

/*----タブコンテンツ----------*/

.tab-content02-wrap {
    background: #FFF;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
}

.tab-content02-img{
    width: calc(140/600*100%);
    text-align: center;
}

.tab-content02-img img{width: 90%;}
.tab-content02-list{width: calc(460/600*100%);}

.tab-content02-list li{
    position: relative;
    padding: 0 0 5px 15px;
    margin:0 0 5px 15px;
    border-bottom: dashed 1px #dedede;
    box-sizing: border-box;
}
 
.tab-content02-list li:before {
  content: "";
  position: absolute;
  top: .5em;
  left: 0;
  width: 4px;
  height: 4px;
  background-color: #6e6e6e;
  border-radius: 50%;
}

.tab-content02-list li:last-child{
    padding-bottom:0;
    margin-bottom: 0;
    border-bottom:0;
}

@media(max-width: 768px){
.tab-content02-wrap {flex-direction: column;}
.tab-content02-img{
    width: 100%;
    margin-bottom: 15px;
}
.tab-content02-img img{width: 50%;}
.tab-content02-list{width: 100%;}
.tab-content02-list li{ margin:0 0 5px 0;}
}


/*----EmergencyDoctorのサービスについての声----------*/

.service-voice{
    display: flex;
    flex-wrap: wrap;
}

.service-voice li{
    width: 50%;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.service-voice li:first-child{
    width: 100%;
    display: flex;
}

.service-voice-img img{ width: 60px;}

.balloon {
  position: relative;
  display: inline-block;
  margin-left:15px;
  padding: 10px 20px;
  background: #f6f6f6;
}

.balloon:before{
  content: "";
  position: absolute;
  top: 30%;
  left: -20px;
  margin-top: -10px;
  border: 10px solid transparent;
  border-right: 10px solid #f6f6f6;
}

.balloon p {  margin: 0; padding: 0;}


@media(max-width: 768px){
.service-voice li{
    width: 100%;
    margin-bottom: 8px;
}

.service-voice-img img{ width: 300px;}
}


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

4.サービス紹介

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

.site-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}

.site-list li{
    width: 49%;
    margin-bottom: 15px;
    box-sizing: border-box;
}

.site-name-sub {
  position: relative;
  display: block;
  padding: 5px 0;
  color: #FFF;
  font-weight: 600;
  text-align: center;
  font-size: 120%;
  margin-bottom: 10px;
}

.site-name-sub::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 8px solid transparent;
}

.c-dr10{background: #0068b7;}
.c-dr10::before {  border-top: 8px solid #0068b7;}
.c-dr8{background: #f18d00;}
.c-dr8::before {  border-top: 8px solid #f18d00;}
.c-ph10{background: #ff5252;}
.c-ph10::before {  border-top: 8px solid #ff5252;}
.c-phs{background: #109ccd;}
.c-phs::before {  border-top: 8px solid #109ccd;}


.site-logo{
  display:block;
  width:230px;
  height:35px;
  background-image:url(../../guide/institution/img/site-logo.jpg);
  background-repeat: no-repeat;
  background-size: 230px;
  margin: 0 auto;
}

.logo-dr8{background-position:0 -32px ;}
.logo-ph10{background-position:0 -66px ;}
.logo-phs{background-position:0 -99px ;}
.logo-epilogi{background-position:0 -99px ;}

.site-detail{
    display: flex;
    justify-content: space-between;
    margin: 13px 0;
}

.site-image{
  display:inline-block;
  width: calc(120/328.3*100%);
  height:84px;
  background-image:url(../../guide/institution/img/site-image.jpg);
  background-repeat: no-repeat;
  background-size: 110px;
}

.img-dr8{background-position:0 -83px ;}
.img-ph10{background-position:0 -166px ;}
.img-phs{background-position:0 -250px ;}


.site-link{ width: calc(208.3/328.3*100%);}

.site-link a{
    background-color: #fafafa;
    border: solid 1px #8fadd1;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 5px 0;
    margin-bottom: 5px;
}

.site-link a:after{
    content: "";
    border: solid 1px #74defd;
    border-width: 1px 1px 0 0;
    position: absolute;
    top: calc(50% - 7.5px);
    right: 10px;
    transform: rotate(45deg);
    width: 15px;
    height: 15px;
}

.site-link a:last-child{margin-bottom: 0;}

@media(max-width: 768px){
.site-list li{
    width: 100%;
    margin-bottom: 15px;
    box-sizing: border-box;
}
}

/*----エピロギ----------*/

.site-epilogi{
    border: 1px solid #259a94;
    padding: 15px;
    display: flex;
}

.site-detail-epilogi{
    width: 30%;
    padding-left: 15px;
    box-sizing: border-box;
}

.site-detail-epilogi span{
    color: #00a8a3;
    font-weight: bold;
    display: block;
    text-align: center;
}

.site-image-epilogi-wrap{
    width: 20%;
    box-sizing: border-box;
}

.site-image-epilogi{
    display:inline-block;
    width: 100%;
    height:100px;
    background-image:url(../../guide/institution/img/site-image.jpg);
    background-repeat: no-repeat;
    background-size: 128px;
    background-position: 0 -388px;
}

.site-logo-epilogi{text-align: center;}

.site-logo-epilogi img{width: 138px;}

.site-link-epilogi a{
    background-color: #fafafa;
    border: solid 1px #8fadd1;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 5px 0;
    margin-top: 10px;
}

.site-link-epilogi a::after{
    content: "";
    border: solid 1px #74defd;
    border-width: 1px 1px 0 0;
    position: absolute;
    top: calc(50% - 7.5px);
    right: 10px;
    transform: rotate(45deg);
    width: 15px;
    height: 15px;
}

.site-detail-epilogi-txt {
    width: 50%;
    display: flex;
    align-items: center;
    padding-left: 15px;
    box-sizing: border-box;
}

@media(max-width: 768px){
.site-epilogi{flex-wrap: wrap;}
.site-image-epilogi-wrap{width: 40%;}
.site-detail-epilogi{width: 60%;}

.site-detail-epilogi-txt{
    width: 100%;
    padding: 0;
    margin-top: 15px;
}

.site-image-epilogi {
    display: inline-block;
    width: 100%;
    height: 100px;
    background-image: url(../../guide/institution/img/site-image.jpg);
    background-repeat: no-repeat;
    background-size: 131px;
    background-position: 0px -398px;
}
}

/*----メルマガサービス----------*/
.service-newsletter-wrap{
    display: flex;
}

.service-newsletter-graph{
    width: 20%;
    box-sizing: border-box;
}

.service-newsletter-txt{
    width: 80%;
    box-sizing: border-box;
    padding-left: 20px;
}

.service-newsletter-attention{
    display: block;
    font-size: 80%;
    text-align: right;
    margin-top: 10px;
}


@media(max-width: 768px){

.service-newsletter-wrap{flex-direction: column;}
.service-newsletter-graph{
    width: 60%;
    box-sizing: border-box;
    margin: 0 auto;
}

.service-newsletter-txt{
    width: 100%;
    box-sizing: border-box;
    padding-left: 0px;
    margin-top: 15px;
}
}

/*----求職者打診サービス----------*/

.service-percusーimage{
    width: 100%;
    margin: 15px 0;
}

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

5.よくある質問

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

.faq-list li{
    padding: 0 0 10px;
    border-bottom: 1px solid #ececec;
    margin-bottom: 13px;
}

.faq-list li:last-child{border-bottom: 0;}

.faq-list dt{
    color: var(--primary-color);
    align-items: center;
    font-size: 130%;
    position: static;
    text-decoration: none;
    display: flex;
    align-items: center;
    font-weight: 600;
}

.faq-list dt::before {
    content: "";
    background-image: url("../../first/img/spr_faq_icon.png");
    background-repeat: no-repeat;
    height: 1.5em;
    background-size: 175%;
    width: 35px;
}

.faq-list dd{
    padding-top: 10px;
    position: static;
    text-decoration: none;
    display: flex;
    box-sizing: border-box;
}

.faq-list dd::before {
    content: "";
    background-image: url("../../first/img/spr_faq_icon.png");
    background-repeat: no-repeat;
    display:inline-block;
    height: 30px;
    background-size: 175%;
    width: 35px;
    background-position: top right +8px;
}

.faq-list p{
    display: inline-block;
    width: 100%;
}

.faq-list-link a{
    background-color: #fafafa;
    border: solid 1px #8fadd1;
    box-sizing: border-box;
    display: inline-block;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 5px 30px 5px 20px;
}

.faq-list-link a:after{
    content: "";
    border: solid 1px #74defd;
    border-width: 1px 1px 0 0;
    position: absolute;
    top: calc(50% - 7.5px);
    right: 10px;
    transform: rotate(45deg);
    width: 15px;
    height: 15px;
}

.faq-freedial {
    display: inline-flex;
    font-weight: 600;
    color: var(--primary-color);
    font-size: 1.5em;
    font-feature-settings: "palt";
    align-items: center;
    background-color: #fafafa;
    border: solid 1px #8fadd1;
    box-sizing: border-box;
    padding: 2px 10px;
    margin-top: 5px;
}

.faq-freedial-txt{
    font-size: 50%;
    font-weight: 300;
    color: #333;
    padding-left: 13px;
    line-height: 1;
}

@media(max-width: 768px){
.faq-list-link a{
    display: block;
    margin-bottom: 5px;
}
.faq-freedial {font-size: 1.3em;}

}

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

6.EmergencyDoctorについて

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

.mediwel-list li{
    display: flex;
    border:1px solid #efefef;
    margin-bottom: 10px;
}

.mediwel-list-image{width: 35%;}
.mediwel-list-image img{ width: 100%;}

.mediwel-list-text{
    width: 65%;
    box-sizing: border-box;
    padding: 15px;
}

.mediwel-list-text dt{
    font-weight: 600;
    padding-bottom: 10px;
    font-size: 130%;
    line-height: 1.3;
}

.mediwel-list-text dd{
    font-size: 13px;
}

.c-underline{background-color: #fffeb7;}

.consul-tag{
    display: inline-block;
    font-size: 50%;
    background: var(--primary-color);
    color: #fff;
    padding: 5px 10px;
    margin-right: 10px;
}

.consul-text{
    padding: 10px 15px;
}

.consul-dt{
    display: flex;
    align-items: center;
}


@media(max-width: 768px){
.mediwel-list li{flex-direction: column;}

.mediwel-list-image{
    width: 100%;
    height: 15em;
    overflow:hidden;
}

.mediwel-list-text{width: 100%;}

.mediwel-list-text dt{
    font-size: 140%;
    text-align: center;
}

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

/*----医師紹介20年以上の-実績とノウハウ---------*/

.achievement-map{
    display: block;
    text-align: center;
    background: #fafafa;
    padding: 15px 0;
    margin: 15px 0;
}
.achievement-map img{width: 50%;}

.achievement-list{
    display: flex;
    justify-content: space-between;
}

.achievement-list li{
    width: 32%;
    border: solid 1px var(--primary-color);
    padding: 15px 13px;
    box-sizing: border-box;
    font-size: 14px;
}

.achievement-list-image{
    display: block;
    text-align: center;
}

.achievement-list-image img{width: 50%;}

.achievement-list-dt{
    margin: 10px 0;
    font-weight: 600;
    font-size: 110%;
    line-height: 1.25;
    text-align: center;
    font-feature-settings: "palt";
}

@media(max-width: 768px){

.achievement-list{flex-direction: column;}

.achievement-list li{
    width: 100%;
    margin-bottom: 10px;
}

.achievement-list dt{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.achievement-list-image{
    width: 20%;
}
.achievement-list-image img{
    width: 100%;}

.achievement-list-dt{
    width: 80%;
    text-align: left;
    margin: 0 0 0 10px;
}
}

/*----満足いく採用を支援するためのお手伝い---------*/

.message-wrap{
    display: flex;
}

.message-image{
    width: 25%;
}

.message-image img{
    width: 100%;
}

.message-text{
    width: 75%;
    padding-left: 20px;
    box-sizing: border-box;
    display: block;
}

.message-matsumoto{
    text-align: right;
    right: 0;
    bottom: 0;
}

@media(max-width: 768px){
.message-matsumoto{
    text-align: right;
    position: static;
    right: 0;
    bottom: 0;
}
}

/*----会社概要---------*/

.his-inner {
  margin-top: 30px;
  width: 100%;
  border: 1px solid #dcdcdc;
  border-collapse: collapse;
  font-size: 100%;
  box-sizing: border-box;
  font-size: 14px;
}
.his-inner th {
  width: 100px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #dcdcdc;
  background: #f9f9f9;
}
.his-inner td {
  padding: 15px;
  border: 1px solid #dcdcdc;
}
.his-inner td dl {
  line-height: 1.2;
}
.his-inner td dt {
  font-weight: bold;
  margin: 15px 0 4px;
}
.his-inner td dt:first-child {
  margin-top: 0;
}

/*----コンサルタントCV---------*/

.consultant-cv {position: relative;}

.consultant-cv-text {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    background-color: rgba(255,255,255,0.8);
    font-size: 150%;
    font-weight: bold;
    line-height: 1.25;
    padding: 20px 0;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }

.consultant-cv img {
    width: 100%;
    margin-bottom: 10px;
}

.consultant-cv-text span{
    display: block;
    margin-top: 5px;
    font-size: 120%;
    color: var(--primary-color);
    line-height: 1.3;
}

@media(max-width: 768px){
.consultant-cv-text {
    font-size: 100%;
    line-height: 1;
    padding: 10px 0;

}
}