@charset "UTF-8";

/* common
*-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-*/
.visuallyHidden {
  display: block;
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

a {
  color: #333;
  text-decoration: none;
}

p, li { font-weight: 500; }

em { font-style: normal; }

/* PC */
@media screen and (min-width: 601px), print {
  /* common
  *-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-*/
  .pcBr { display: block; }
  .Sp, .SpBr { display: none;}

  a { transition: .3s }
  a:hover { opacity: .8; }

  .inner {max-width: none;width: 1000px;}

  /* content
  *-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-*/
  .medical01 {
    min-width: 1000px;
    padding-top: 80px;
  }

  /*-+- header -+-*/
  .gHeader {
    height: 80px;
    background-image: none;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    box-shadow: 0 0 3px rgba(0,0,0,0.4);
    z-index: 99;
  }

  .gLogo img { width: 100%; }
  .gLogo {
    width: 142px;
    margin-left: 40px;
  }

  .gInquiryBox {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }

  .gInqBoxLeft { padding-right: 3em; }

  .gInqBoxTtl { text-align: center; }

  .gInqBoxList {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  .gInqBoxList li:nth-of-type(1) {margin-right: 1.5em;}

  .gInqBoxList li a {
    display:  block;
    padding-left: 1.5em;
    position:  relative;
  }
  .gInqBoxList li a::before {
    content:  '';
    width: 18px;
    height: 18px;
    background-repeat:  no-repeat;
    background-position: center;
    background-size: 100% auto;
    position:  absolute;
    top: 4px;
    left:  0;
  }

  .gInqBoxList li a.gInqTel::before { background-image: url(/medical01_file/images/g_header_icon01.png); }
  .gInqBoxList li a.gInqMail::before { background-image: url(/medical01_file/images/g_header_icon02.png); }

  .gInqAnchor a {
    height: 80px;
    background-color: #ef9d00;
    color: #fff;
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 80px;
    letter-spacing: 2px;
    padding: 0 1.5em;
    display:  block;
    box-sizing: border-box;
  }

  /*-+- main -+-*/
  .mainSection {
    background-color: #e6f2fc;
    background-image: url(/medical01_file/images/mainv_pc.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    padding: 0 0 70px;
  }

  .mainVisual {
    background-image: url(/medical01_file/images/mainv_ttl_bg.png);
    background-repeat: no-repeat;
    background-position: left  top;
    padding-left: 125px;
    margin-bottom: 70px;
    padding-top: 60px;
    transform: translateX(-60px);
  }

  .mainTtl {
    color: #67a3d9;
    font-size: 2.2rem;
    font-weight: bold;
    text-shadow: 0 0 16px rgba(230,242,252,1), 0 0 16px rgba(230,242,252,1), 0 0 16px rgba(230,242,252,1);
    line-height: 1.5;
    letter-spacing: 1px;
  }
  .mainTtl em {
    color: #333;
    font-size: 4.0rem;
    font-style:  normal;
    line-height: 1.3;
    display:  block;
    margin-top: 10px;
    letter-spacing: 2px;
  }

  .mainSecBox {
    background-image: url(/medical01_file/images/bg01.png);
    background-repeat:  repeat;
    background-size: 7px auto;
    position:  relative;
    padding: 25px 50px 40px;
    box-shadow: 5px 3px 3px rgba(0,0,0,0.15);
  }

  .mainSubTtl {
    color: #fff;
    font-size: 3.2rem;
    font-weight: bold;
    text-align:  center;
    line-height: 1.4;
    margin-bottom: 20px;
  }

  .mainSecPhoto {
    position:  absolute;
    top: -48px;
    left: 25px;
  }

  .mainSecList {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .mainSecList li {
    background-color: #fff;
    width: 440px;
    border-radius: 8px;
    padding: 20px;
    box-sizing:  border-box;
  }
  .mainSecList li:nth-of-type(odd) { margin-right: 20px; }
  .mainSecList li:nth-of-type(-n+2) { margin-bottom: 20px; }

  .mainSecListImg {margin: 0 0 10px;}
  .mainSecListImg img { width: 100%; }

  .mainSecListTtl {
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
  }

  .mainSecListSup {
    font-size: 1.8rem;
    text-align: center;
    line-height: 1.5;
  }

  .mainSecListSup.small {
    font-size: 1.4rem;
    padding: 1em 0 0;
  }

  .contentAnno {
    position:  absolute;
    right: 0;
    bottom: -35px;
  }

  .contentAnno small {
    font-size: 14px;
  }

  /*-+- コンテンツ共通 -+-*/
  .sectionBox {padding: 80px 0;}

  .contInsection + .contInsection {margin-top: 60px;}

  .contTtl {
    color: #67a3d9;
    font-size: 3.6rem;
    font-weight: bold;
    text-align: center;
    padding-top: 70px;
    margin-bottom: 50px;
    position: relative;
  }
  .contTtl::before {
    content:  '';
    width: 100%;
    height: 70px;
    position:  absolute;
    top: -10px;
    left: 0;
    background-position: center top;
    background-repeat: no-repeat;
  }

  .contSubTtl {
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: 2px;
    border-bottom: #67a3d9 solid 2px;
    margin-bottom: 25px;
  }

  .contFlexBox {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contLeftBox { width: 360px; }
  .contRightBox {width: 560px;}

  .contTxt { font-size: 1.8rem; }

  .contTxt + .contFlexBox { margin-top: 20px; }

  .contHead {
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.5;
    padding-left: 15px;
    border-left: #67a3d9 solid 4px;
    margin-bottom: 15px;
  }
  .contTxt + .contHead {
    margin-top: 30px;
  }

  .contListBox {
    margin-top: 15px;
  }

  .contListBox li {
    font-size: 1.8rem;
    font-weight: 500;
    padding-left: 1.5em;
    position:  relative;
  }
  .contListBox li:not(:last-child) {
    margin-bottom: 5px;
  }
  .contListBox li::before, .contListBox li::after {
    content: '';
    border-radius: 50%;
    position:  absolute;
  }
  .contListBox li::before {
    background-color: #67a3d9;
    width: 16px;
    height: 16px;
    top: 7px;
    left: 0;
  }
  .contListBox li::after {
    background-color: #fff;
    width: 10px;
    height: 10px;
    top: 10px;
    left: 3px;
  }

  .contListBox em {
    font-weight: bold;
    display: block;
    margin-top: 20px;
  }

  .contImg {margin: 0;display:  block;}
  .contImg img {width: 100%;}

  .contSmlTxt + .contImg, .contImg + .contSmlTxt { margin-top: 30px; }

  .contImgHd {
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 20px;
  }

  .contImg + .contImgTxt { margin-top: 20px; }

  .center { text-align: center; }

  .contPointBox {
    background-image: url(/medical01_file/images/bg02.png);
    background-repeat: repeat;
    background-size: 7px auto;
    padding: 30px;
    margin: 40px 0;
  }

  .contHead + .contPointBox { margin-top: 20px; }

  .pointList, .pointList02 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .pointList { margin: 20px 0 30px; }

  .pointList li:not(:last-child),
  .pointList02 li:not(:last-child) { margin-right: 20px; }

  .pointHd {
    color: #67a3d9;
    font-weight: 500;
    text-align: center;
    line-height: 1.4;
    border: #67a3d9 solid 1px;
    border-radius: 20px;
    margin-bottom: 5px;
  }

  .pointImg, .pointImg02 { margin: 0 0 10px; }
  .pointImg { padding: 0 22%; }
  .pointImg img, .pointImg02 img { width: 100%; }

  .pointSupTxt {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
  }

  .pointHd02 {
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
  }

  .linkBox {
    width: 490px;
    display:  inline-block;
  }

  .linkTtl {
    color: #67a3d9;
    font-size: 2.0rem;
    font-weight:  bold;
    padding-left: 1.5em;
    position:  relative;
    margin-bottom: 5px;
  }
  .linkTtl::before, .linkTtl::after {
    content: '';
    background-color: #67a3d9;
    position:  absolute;
  }
  .linkTtl::before {
    width: 6px;
    height: 22px;
    top: 4px;
    left: 8px;
  }
  .linkTtl::after {
    width: 22px;
    height: 6px;
    top: 12px;
    left: 0;
  }

  .linkBanner { margin-bottom: 5px; }
  .linkBanner img { width: 100%; }

  .linkName {
    color: #a6a6a6;
    text-align:  center;
  }

  /*-+- conversion -+-*/
  .conversion {
    background-image: url(/medical01_file/images/cv_bg_pc.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: auto 100%;
    background-color: #67a3d9;
    padding: 40px 0;
  }

  .conversion.last { padding: 40px 0 0; }

  .cvLeadBal {
    background-image: url(/medical01_file/images/cv_bal_bg02_pc.png);
    width: 570px;
    height: 45px;
    color: #67a3d9;
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
    line-height: 37px;
    margin: 0 auto 20px;
  }

  .cvTtl {
    color: #fff;
    font-size: 2.6rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
  }
  .cvTtl em { font-size: 3.6rem; }

  .cvTxt {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
  }

  #cvLead {
  padding-top: 20px;
  margin-top: -20px;
  }

  .cvLinkList, .cvMailLink {
    width: 480px;
    margin: 0 auto;
  }

  .cvLinkList li, .cvMailLink {
    background: #fff;
    background: linear-gradient(#fff 0%,#fff 50%,#f7f7f7 50%,#f7f7f7 100%);
    position: relative;
  }

  .cvLinkBal {
    background-image: url(/medical01_file/images/cv_bal_bg.png);
    width: 108px;
    height: 106px;
    background-size: 100% auto;
    display: table;
    position: absolute;
    top: -40px;
    left: -60px;
    z-index: 1;
  }
  .cvLinkBal span {
    color: #fff;
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
  }

  .cvLinkList li .cvAppl,  .cvMailLink a {
    display:  block;
    position:  relative;
  }

  .cvLinkList li .cvAppl::before, .cvMailLink a::before {
    content:  '';
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    transition: .3s;
  }
  .cvLinkList li .cvAppl::before {
    border-top: #ef9d00 solid 2px;
    border-right: #ef9d00 solid 2px;
    right: 2em;
    margin-top: -4px;
    transform: translateY(-50%) rotate(135deg);
  }
  .cvMailLink a::before {
    border-top: #67a3d9 solid 2px;
    border-right: #67a3d9 solid 2px;
    transform: translateY(-50%) rotate(45deg);
    right: 1.5em;
  }
  .cvLinkList li .cvAppl:hover::before { margin: 0; }
  .cvMailLink a:hover::before { right: 1.2em; }

  .cvLinkCont, .cvMailLink {
    background: #fff;
    background: linear-gradient(#fff 0%,#fff 50%,#f7f7f7 50%,#f7f7f7 100%);
    display: block;
    color: #ef9d00;
    font-weight:  bold;
    text-align: center;
    letter-spacing: 2px;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
  }
  .cvLinkCont {
    font-size: 2.8rem;
    line-height: 80px;
  }
  .cvMailLink {
    font-size: 2.0rem;
    line-height: 60px;
  }
  .cvMailLink a {
    color: #5fa0d6;
  }

  .cvMailBox {
    background-image: url(/medical01_file/images/bg01.png);
    background-repeat: repeat;
    background-size: 7px auto;
    padding: 20px 0;
    margin-top: 50px;
  }

  /*-+- content01 -+-*/
  .contTtl.cont01Ttl::before {
    background-image: url(/medical01_file/images/sec02_ttl_img.png);
    background-size: 230px auto;
    background-position: center top 20px;
  }

  .content01 .pointList li { width: 220px; }

  .content01 .pointList02 li {
    background-color: #fff;
    width: 460px;
    padding-bottom: 20px;
  }

  /*-+- content02 -+-*/
  .content02 .secInCont01 .contFlexBox {
    border: #e7e7e7 solid 1px;
    padding: 20px 30px;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 30px;
  }
  .content02 .secInCont01 .contFlexBox li { width: 450px; }
  .content02 .secInCont01 .contFlexBox li:not(:last-child) { margin-right: 38px; }

  .content02 .secInCont01 .contFlexBox li .contImg {
    width: 377px;
    display:  block;
    margin: 0 auto;
  }

  .content02 .secInCont02 .contFlexBox .contImg { width: 600px; }

  .pointList.cont02PoList { margin: 20px 0 0; }

  .cont02PoList li { width: 460px; }

  .cont02PoList li .pointHd { margin-bottom: 20px; }

  .cont02PoList li .pointImg { padding: 0 25%; }

  /*-+- content03 -+-*/
  .contTtl.cont03Ttl::before {
    background-image: url(/medical01_file/images/curves_logo.png);
    background-size: 144px auto;
    background-position: center bottom;
  }

  .contListTtl {
    color: #67a3d9;
    font-size: 2.6rem;
    font-weight:  bold;
    margin-bottom: 15px;
  }

  .contListBox + .contListTtl { margin-top: 40px; }

  .secInCont01 .contLeftBox { width: 450px; }
  .secInCont01 .contRightBox { width: 500px; }

  .content03 .secInCont01 .contImg:nth-of-type(1) {
    padding: 0 20px;
    box-sizing: border-box;
  }

  .captionImg {
    position:  relative;
    padding-top: 3.5em;
    margin-top: 35px;
  }

  .captionImg figcaption {
    width: 100%;
    font-size: 1.8rem;
    font-weight: bold;
    text-align:  center;
    padding-bottom: 5px;
    border-bottom: #67a3d9 solid 1px;
    position:  absolute;
    top: 0;
    left:  0;
  }

  .contPointImgTtl {
    color: #67a3d9;
    font-size: 2.4rem;
    font-weight:  bold;
    text-align:  center;
    margin-bottom: 10px;
  }

  .programList {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
  }

  .programList li {
    width: 300px;
    border: #67a3d9 solid 1px;
    border-radius: 50px;
    padding: 10px 0;
    box-sizing:  border-box;
  }
  .programList li:not(:last-child) { margin-right: 20px; }

  .programHd {
    color: #67a3d9;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
  }

  .content03 .secInCont03 .pointList li { width: 200px; }
  .content03 .secInCont03 .pointList li:not(:nth-of-type(4n)) { margin-right: 60px; }
  .content03 .secInCont03 .pointList li:nth-of-type(-n+4) { margin-bottom: 20px; }

  .content03 .secInCont03 .pointList {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }

  .pointHd03 {
    color: #67a3d9;
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
  }

  .content03 .secInCont03 .pointList li .contImg {
    padding: 0 20px;
    margin-bottom: 10px;
  }

  .evidenceList li, .evidenceTtl {
    color: #5fa0d6;
    font-size: 2.0rem;
    font-weight: bold;
  }

  .evidenceTtl + ul, .evidenceList + p { margin-top: 10px; }

  .evidenceSubList { font-weight: 500; }

  /*-+- application -+-*/
  .formArea { background-color: #f4f4f4; }

  .formArea .inner { width: 800px; }

  .formTtl {
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 20px;
  }

  .formList {
    border-top: #cbcbcb solid 1px;
    border-bottom: #cbcbcb solid 1px;
    margin-bottom: 50px;
  }

  .appItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .appItem:not(:last-child) { border-bottom: #cbcbcb solid 1px; }
  .appItem::after {
    content: "";
    display: block;
    clear: both;
  }

  .appHdBox {
    width: 220px;
    font-weight: 500;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-left: 20px;
  }
  .detailHd {
    padding-top: 30px;
    -webkit-align-items: start;
    align-items: start;
  }

  .required {
    color: #a20000;
    font-weight: bold;
    padding-left: 5px;
  }

  .formWrap {
    width: 580px;
    padding: 20px;
    position: relative;
    box-sizing: border-box;
  }

  .jobSelect {
    width: 335px;
    height: 2.5em;
    background-color: #f9f9f9;
    font-size: 1.8rem;
    border: #c8c8c8 solid 1px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.075) inset;
    padding: 0 15px;
    display:  block;
    box-sizing:  border-box;
  }

  .appInput {
    width: 100%;
    background-color: #fff;
    color: #333;
    font-size: 1.8rem;
    padding: 10px 15px;
    box-sizing: border-box;
    border: #c8c8c8 solid 1px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.075) inset;
    display: block;
  }

  .telInput { width: 300px; }

  .appAnno {
    color: #949494;
    font-size: 1.4rem;
    line-height: 1;
    padding-top: 10px;
  }

  .appAnno span {
    margin-left: 25px;
  }

  .appDetail {
    min-height: 200px;
    line-height: 1.7;
    resize: none !important;
  }

  .formFlexWrap { margin-top: 15px; }

  .formFlexItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }

  .appFlexHdBox { width: 70px; }

  .sendAddrInput { width: 470px; }

  .formFlexItem + .formFlexItem { margin-top: 20px; }

  .formFlexItem .appAnno { margin-left: 70px; }

  .confBtn {
    width: 350px;
    background: #fff;
    background: linear-gradient(#ef9d00 0%,#ef9d00 50%,#da8f00 50%,#da8f00 100%);
    color: #fff;
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
    line-height: 60px;
    letter-spacing: 2px;
    border:  none;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
    cursor:  pointer;
  }

  .confBtnBox {
    width: 350px;
    margin: 0 auto;
    position:  relative;
    transition: .3s;
  }
  .confBtnBox::before {
    content: '';
    width: 8px;
    height: 8px;
    border-top: #fff solid 2px;
    border-right: #fff solid 2px;
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    top: 50%;
    right: 1.5em;
    transition: .3s;
  }
  .confBtnBox:hover { opacity: 0.8; }
  .confBtnBox:hover::before { right: 1.2em; }

  /*-+- footer -+-*/
  .gFooter {
    background-image: none;
    background-color: #fff;
    padding: 15px 30px;
    border-top: #e3e3e3 solid 1px;
  }

  .copyright {
    color: #b6b6b6;
    font-size: 1.2rem;
    text-align: right;
  }

  /*-+- pageTop -+-*/
  #pageTop {
    position: fixed;
    bottom: 70px;
    right: 50px;
    width: 70px;
    height: 66px;
    background-color: #fff;
    border: #cccccc solid 1px;
    cursor: pointer;
    transition: background-color 0.3s;
  }

  #pageTop:hover {
    opacity: 0.8;
  }

  #pageTop::before {
    content: '';
    width: 23px;
    height: 23px;
    border-top: #acacac solid 2px;
    border-right: #acacac  solid 2px;
    transform: rotate(-45deg);
    position: absolute;
    top: 26px;
    left: 23px;
    transition: 0.3s;
  }

  #pageTop:hover::before {
    top: 22px;
  }


}

/* TB */
@media print, screen and (max-width:999px) and (min-width:601px) {
  /* common
  *-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-*/
  .medical01 { min-width: 1200px; }

  /* content
  *-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-*/

}

/* SP */
@media print, screen and (max-width:600px) {
  /* common
  *-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-*/

  .spBr { display: block; }
  .Pc, .pcBr { display: none;}

  img { width: 100%; }

  .inner {
    padding: 0 6%;
    box-sizing:  border-box;
  }

  /* content
  *-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-*/
  .medical01 {
    font-size: 1.5rem;
    line-height: 1.6;
    overflow-x: hidden;
    padding-top: 60px;
  }

  /*-+- header -+-*/
  .gHeader {
    width:  100%;
    height: 60px;
    background-color: #fff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }

  .gLogo a {
    width: 26vmin;
    padding: 3vmin 0 3vmin 3vmin;
    box-sizing: border-box;
    display: block;
  }

  .gInqBoxList li a {
    width: 60px;
    height: 60px;
    text-indent: -9999px;
    display: block;
    position: relative;
  }

  .gInqBoxList li a::before {
    content: '';
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60% auto;
    position: absolute;
    top: 0;
    left: 0;
  }
  .gInqBoxList li a.gInqTel::before { background-image: url(/medical01_file/images/g_header_icon01.png); }
  .gInqBoxList li a.gInqMail::before { background-image: url(/medical01_file/images/g_header_icon02.png); }

  .gInquiryBox {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .gInqBoxList {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }

  .gInqBoxList li {
    width: 60px;
    height: 60px;
    border-left: #eee solid 1px;
    box-sizing:  border-box;
  }
  .gInqAnchor a {
    background-color: #ef9d00;
    height: 60px;
    font-size: 1.5rem;
    color: #fff;
    padding: 12px 7px 8px;
    text-align: center;
    display:  block;
    line-height: 1.2;
    box-sizing:  border-box;
  }

  /*-+- main -+-*/
  .mainSection {
    background-image: url(/medical01_file/images/mainv_sp.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
    background-color: #e6f2fc;
    padding: 5% 0 6em;
    position:  relative;
  }

  .mainTtl {
    color: #67a3d9;
    font-size: 4vmin;
    font-weight: bold;
    text-align: center;
    margin-bottom: 45%;
  }
  .mainTtl em {
    color: #333;
    font-size: 8vmin;
    line-height: 1.3;
    display: block;
    margin-top: 1.5vmin;
  }

  .mainSecBox {
    background-image: url(/medical01_file/images/bg01.png);
    background-repeat: repeat;
    background-size: 7px auto;
    padding: 9% 6% 6%;
  }

  .mainSubTtl {
    color: #fff;
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 7%;
  }

  .mainSecList li {
    background-color: #fff;
    border-radius: 10px;
    padding: 5%;
  }
  .mainSecList li:not(:last-child) { margin-bottom: 5%; }

  .mainSecListTtl {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
  }

  .mainSecListImg { margin: 0 0 4%; }

  .mainSecListSup {
    text-align: center;
    line-height: 1.4;
  }

  .contentAnno {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
  }
  .contentAnno small {
    font-size: 1.2rem;
    text-align: center;
    display: block;
  }

  /*-+- コンテンツ共通 -+-*/
  .sectionBox {padding: 10% 0 12%;}

  .contInsection + .contInsection { margin-top: 15%; }

  .contTtl {
    color: #67a3d9;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    padding-top: 2.0em;
    margin-bottom: 10%;
  }

  .contTtl::before {
    content: '';
    width: 100%;
    height: 1.5em;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center top;
    background-repeat: no-repeat;
  }

  .contImgHd {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
  }

  .contLeftBox + .contRightBox { margin-top: 7%; }

  .contImg + .contSmlTxt,
  .contTxt + .contHead,
  .contTxt + .contImg,
  .contTxt + .contListBox,
  .contImg + .contImg,
  .contSmlTxt + .contImg { margin-top: 5%; }

  .contImg {margin: 0;display:  block;}

  .center { text-align: center; }

  .contHead {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;
    padding-left: 0.54em;
    border-left: #67a3d9 solid 4px;
    margin-bottom: 1em;
  }

  .contListBox li {
    padding-left: 20px;
    position: relative;
  }
  .contListBox li:not(:last-child)  {margin-bottom: 0.5em !important;}

  .contListBox li::before, .contListBox li::after {
    content: '';
    border-radius: 50%;
    position:  absolute;
  }
  .contListBox li::before {
    background-color: #67a3d9;
    width: 14px;
    height: 14px;
    top: 5px;
    left: 0;
  }
  .contListBox li::after {
    background-color: #fff;
    width: 8px;
    height: 8px;
    top: 8px;
    left: 3px;
  }

  .contListBox em {
    font-weight: bold;
    display: block;
  }

  .contPointBox {
    width: calc(100% + 14%);
    background-image: url(/medical01_file/images/bg02.png);
    background-size: 7px auto;
    transform: translateX(-6%);
    padding: 9% 6%;
    box-sizing: border-box;
    margin-top: 8%;
  }

  .contPointBox .contSmlTxt { font-size: 1.3rem; }

  .pointList {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 6% 0;
  }

  .pointList li:nth-last-of-type(3n),
  .pointList02 li:not(:last-child) { margin-bottom: 5%; }

  .pointHd {
    color: #67a3d9;
    font-weight: 500;
    text-align: center;
    line-height: 1.4;
    border: #67a3d9 solid 1px;
    border-radius: 20px;
    margin-bottom: 10px;
  }

  .pointImg {
    margin: 0 0 5%;
    padding: 0 20%;
  }

  .pointSupTxt {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
  }

  .pointList li .contSmlTxt,
  .pointList02 li .contSmlTxt {font-size: 1.5rem;}

  .pointList02 li { background-color: #fff; }

  .pointImg02 { margin: 0 0 5%; }

  .pointList02 li .contSmlTxt { padding: 0.5em 1em; }

  .pointHd02 {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    line-height: 1;
  }

  .linkBox { padding-top: 8%; }

  .linkTtl {
    color: #67a3d9;
    font-size: 1.8rem;
    font-weight:  bold;
    padding-left: 1.5em;
    position:  relative;
    margin-bottom: 5%;
  }
  .linkTtl::before, .linkTtl::after {
    content: '';
    background-color: #67a3d9;
    position:  absolute;
  }
  .linkTtl::before {
    width: 5px;
    height: 20px;
    top: 4px;
    left: 8px;
  }
  .linkTtl::after {
    width: 20px;
    height: 5px;
    top: 12px;
    left: 0;
  }

  .linkName {
    color: #a6a6a6;
    text-align: center;
    line-height: 1.5;
    padding-top: 4%;
  }

  .contFlexBox { margin: 8% 0; }
  .contFlexBox li:not(:last-child) { margin-bottom: 12%; }

  .contListTtl {
    color: #67a3d9;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 2%;
  }

  .captionImg {
    padding-top: 2.5em;
    position:  relative;
  }

  .captionImg figcaption {
    width: 100%;
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
    border-bottom: #67a3d9 solid 2px;
    margin-bottom: 5%;
    position: absolute;
    top: 0;
    left:  0;
  }

  .contImg + .captionImg { margin-top: 8%; }

  /*-+- conversion -+-*/
  .conversion {
    background-image: url(/medical01_file/images/cv_bg_sp.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 100% auto;
    background-color: #67a3d9;
    padding: 10% 0 12%;
  }

  .conversion.last { padding-bottom: 0; }

  .cvLeadBal {
    width: 265px;
    background-image: url(/medical01_file/images/cv_bal_bg02_sp.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    color: #67a3d9;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
    padding: 8px 0 15px;
    margin: 0 auto 6%;
  }

  .cvTtl {
    color: #fff;
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 5%;
  }
  .cvTtl em { font-size: 2.6rem; }

  .cvTxt {
    font-weight: bold;
    text-align: center;
    margin-bottom: 8%;
  }

  .cvLinkHd {
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 6%;
  }

  .cvLinkCont, .cvMailLink {
    background: #fff;
    background: linear-gradient(#fff 0%,#fff 50%,#f7f7f7 50%,#f7f7f7 100%);
    display: block;
    color: #ef9d00;
    font-size: 1.9rem;
    font-weight: bold;
    text-align: center;
    line-height: 3;
    letter-spacing: -0.4px;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
  }

  .cvLinkList li, .cvMailLink, .cvLinkList li a, .cvMailLink a {
    display: block;
    position: relative;
  }
  .cvLinkList li .cvAppl::before, .cvLinkList li .cvCard::before, .cvMailLink a::before {
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
  }
  .cvLinkList li .cvCard::before, .cvLinkList li .cvAppl::before {
    border-top: #ef9d00 solid 2px;
    border-right: #ef9d00 solid 2px;
  }
  .cvLinkList li .cvCard::before,
  .cvMailLink a::before {
    transform: translateY(-50%) rotate(45deg);
    right: 1em;
    margin-top: 0;
  }
  .cvLinkList li .cvAppl::before {
    transform: translateY(-50%) rotate(135deg);
    right: 1em;
    margin-top: -4px;
  }

  .cvLinkList li:not(:last-child) { margin-bottom: 8%; }

  .cvLinkBal {
    background-image: url(/medical01_file/images/cv_bal_bg.png);
    background-size: 100% auto;
    background-repeat:  no-repeat;
    width: 20vmin;
    height: 20vmin;
    display: table;
    position: absolute;
    top: -5vmin;
    left: -4vmin;
    z-index: 1;
  }
  .cvLinkBal span {
    color: #fff;
    font-size: 4vmin;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
  }

  .cvMailBox {
    background-image: url(/medical01_file/images/bg01.png);
    background-repeat: repeat;
    background-size: 7px auto;
    padding: 6% 0;
    margin-top: 10%;
  }

  .cvMailLink a { color: #67a3d9; }

  /*-+- content01 -+-*/
  .contTtl.cont01Ttl::before {
    background-image: url(/medical01_file/images/sec02_ttl_img.png);
    background-size: auto 100%;
    background-position: center top;
  }

  .contSubTtl {
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.4;
    border-bottom: #67a3d9 solid 2px;
    margin-bottom: 5%;
    padding-bottom: 5px;
  }

  .cont01PoList li { width: 46%; }
  .cont01PoList li:not(:nth-of-type(even)) { margin-right: 7%; }

  /*-+- content02 -+-*/
  .content02 .secInCont02 .contFlexBox {
    border: none;
    padding: 0;
  }

  .content02 .contFlexBox {
    border: #e7e7e7 solid 1px;
    padding: 10% 6%;
  }

  .cont02PoList { margin-bottom: 0; }

  .cont02PoList li {width: 100%;}
  .cont02PoList li:not(:last-child) { margin-bottom: 7%; }

  .cont02PoList .pointImg { margin-bottom: 2%; }
  .cont02PoList .pointSupTxt {font-size: 1.8rem;margin-bottom: 2%;}

  /*-+- content02 -+-*/
  .contTtl.cont03Ttl::before {
    background-image: url(/medical01_file/images/curves_logo.png);
    background-size: 80px auto;
    background-position: center bottom;
  }

  .contListBox + .contListTtl { margin-top: 8%; }

  /*-+- content03 -+-*/
  .contPointImgTtl {
    color: #67a3d9;
    font-size: 1.8rem;
    font-weight:  bold;
    line-height: 1.4;
    margin-bottom: 5%;
  }

  .cont03PoBox .contSmlTxt {
    font-size: 1.5rem;
    text-align: left;
  }

  .programList { margin-top: 6%; }

  .programList li {
    text-align:  center;
    border: #67a3d9 solid 1px;
    border-radius: 50px;
    padding: 0.5em 0;
    box-sizing: border-box;
  }
  .programList li:not(:last-child) { margin-bottom: 4%; }

  .programHd {
    color: #67a3d9;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
  }

  .programList li .contSmlTxt { text-align:  center; }

  .cont03PoList li {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cont03PoList li:not(:last-child) { margin-bottom: 6%; }

  .cont03PoList li .contImg {
    width: 40%;
    padding-right: 5%;
    box-sizing: border-box;
  }

  .poSpBox { width: 60%; }

  .pointHd03 {
    color: #67a3d9;
    font-size: 1.8rem;
    font-weight: bold;
  }

  .evidenceBox + .evidenceBox { margin-top: 13%; }

  .evidenceBox .contPointBox {
    width: 100%;
    padding: 6%;
    margin-top: 6%;
    transform: none;
  }

  .evidenceList li, .evidenceTtl {
    color: #5fa0d6;
    font-size: 1.8rem;
    font-weight: bold;
  }

  .evidenceList li,
  .evidenceSubList li {
    text-indent: -1em;
    padding-left: 1em;
  }

  .evidenceBox .contPointBox .contSmlTxt { font-size: 1.5rem; }

  .evidenceSubList,
  .evidenceBox .contPointBox .contSmlTxt { margin-top: 5%; }

  .cvMailLink a::before {
    border-top: #6ea7db solid 2px;
    border-right: #6ea7db solid 2px;
  }

  /*-+- application -+-*/
  .formArea {background-color: #f4f4f4;padding-bottom: 100px;}

  .formTtl {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 5%;
  }

  .formList {
    border-top: #e3e3e3 solid 1px;
    border-bottom: #e3e3e3 solid 1px;
    margin-bottom: 8%;
  }

  .formList li { padding: 6% 0; }
  .formList li:not(:last-child) { border-bottom: #e3e3e3 solid 1px; }

  .appHdBox, .appFlexHdBox {
    margin-bottom: 0.5em;
    display: block;
  }

  .appInput {
    width: 100%;
    background-color: #fff;
    color: #333;
    font-size: 1.8rem;
    padding: 0.5em;
    box-sizing: border-box;
    border: #c8c8c8 solid 1px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.075) inset;
    display: block;
  }

  .appDetail {height: 10em;}

  .jobSelect {
    width: 100%;
    height: 2.5em;
    background-color: #f9f9f9;
    font-size: 1.8rem;
    border: #c8c8c8 solid 1px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.075) inset;
    padding: 5px 0.5em;
    display: block;
    box-sizing: border-box;
  }

  .required { color: #a20000; }

  .appAnno {
    color: #949494;
    font-size: 1.2rem;
    line-height: 1.5;
    padding-top: 0.5em;
  }
  .appAnno span { display:  block; }

  .formWrap .contSmlTxt { margin-bottom: 0.5em; }

  .formFlexItem + .formFlexItem { margin-top: 5%; }

  .confBtn {
    width: 100%;
    background: linear-gradient(#ef9d00 0%,#ef9d00 50%,#da8f00 50%,#da8f00 100%);
    color: #fff;
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
    line-height: 60px;
    letter-spacing: 2px;
    border: none;
    box-shadow: 2px 3px 2px rgba(0,0,0,0.1);
  }
  .confBtnBox::before {
    content: '';
    width: 8px;
    height: 8px;
    border-top: #fff solid 2px;
    border-right: #fff solid 2px;
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    top: 50%;
    right: 1.5em;
  }

  /*-+- footer -+-*/
  .gFooter {
    background-color: #ffffff;
    padding: 0.5em 0;
    border-top: #e3e3e3 solid 1px;
  }

  .copyright {
    color: #b6b6b6;
    font-size: 1.1rem;
    text-align: center;
  }

  /*-+- pageTop -+-*/
  #pageTop {
    width: 60px;
    height: 56px;
    background-color: rgba(255, 255, 255, 0.7);
    position: fixed;
    bottom: 41px;
    right: 6%;
    border: #cccccc solid 1px;
  }
  #pageTop::before {
    content: '';
    width: 20px;
    height: 20px;
    border-top: #acacac solid 2px;
    border-right: #acacac  solid 2px;
    transform: rotate(-45deg);
    position: absolute;
    top: 24px;
    left: 21px;
  }

}
