@charset "UTF-8";

img {
  width: 100%;
  height: auto;
  vertical-align: bottom; 
}

img[src$=".svg"] {
  width: 100%; 
}
@media screen and (max-width: 900px) {
    #webreserve img {
        width: auto;
    }
}

#pagetop .hvr-push {
   width: 150px;
   height: 140px;
}

.cf:before,
.cf:after {
  content: "";
  display: block;
  overflow: hidden; 
}

.cf:after {
  clear: both; 
}

.cf {
  zoom: 1; 
}

h3.mid-tit {
text-align: center;
font-size: 32px;
font-size: 3.2rem;
font-weight: bold;
margin-bottom: 30px;
}

.big-tit {
text-align: center;
font-size: 36px;
font-size: 3.6rem;
font-weight: bold;
margin-bottom: 15px;
}

@media screen and (max-width: 640px) {
.pc {
    display: none;
  }

h3.mid-tit {
font-size: 20px;
font-size: 2.0rem;
margin-bottom: 20px;
}

.big-tit {
font-size: 25px;
font-size: 2.5rem;
margin-bottom: 10px;
}
}

@media screen and (min-width: 641px) {
.sp {
    display: none;
  }
}


#introSec {
position: relative;
background: #f5f1ee;
padding: 120px 0;
margin-bottom: 0;
}

#introSec .isInr {
position: relative;
display: block;
width: 90%;
max-width: 940px;
margin: 0 auto;
}


.isCircle {
position: relative;
width: 100%;
}

.isCircle .intro-01 {
  position: absolute;
  top: 0;
  left: -70px;
  width: 153px;
}
.isCircle .intro-02 {
  position: absolute;
  top: -20px;
  right: -30px;
  width: 129px;
}

@media only screen and (max-width: 1190px) {
.isCircle .intro-01 {
  position: absolute;
  top: 0;
  left: -20px;
  width: 143px;
}
.isCircle .intro-02 {
  position: absolute;
  top: -20px;
  right: 0;
  width: 109px;
}
}

@media only screen and (max-width: 960px) {
.isCircle .intro-01 {
  position: absolute;
  top: -100px;
  left: 0;
  width: 110px;
}
.isCircle .intro-02 {
  position: absolute;
  top: auto;
  right: 0;
  bottom: -100px;
  width: 100px;
}
}

@media only screen and (max-width: 640px) {
#introSec {
padding: 30px 0 100px;
}
.isCircle .intro-01 {
  position: absolute;
  top: auto;
  left: 13%;
  bottom: -90px;
  width: 80px;
}
.isCircle .intro-02 {
  position: absolute;
  right: 13%;
  bottom: -90px;
  width: 75px;
}
}

.isInfo h2 {
text-align: center;
font-size: 48px;
font-size: 4.8rem;
font-weight: 700;
margin-bottom: 60px;
color: #8bac61;
}
.isInfo h2 span {
position: relative;
}
.isInfo h2 span small {
position: absolute;
font-size: 24px;
font-size: 2.4rem;
font-weight: 300;
bottom: -20px;
  left: 50%;
  transform:translateX(-50%);
  -webkit- transform:translateX(-50%);
  width: 100%;
}

.isInfo h3 {
text-align: center;
font-size: 24px;
font-size: 2.4rem;
font-weight: 400;
margin-bottom: 30px;
}




#knowSec {
position: relative;
background: url("../../../lib/cmn_img/gizagiza_02.gif") left top repeat-x;
padding: 140px 0 100px;
margin-bottom: 0;
}

#knowSec:before {
content: "CARE CYCLE";
font-family: 'Quicksand', sans-serif;
font-size: 130px;
color: #f5f1ee;
text-align: center;
width: 100%;
left: 0;
top: 70px;
position: absolute;
font-weight: bold;
z-index: 0;
}


.knowInr {
position: relative;
width: 90%;
max-width: 1100px;
margin: 0 auto;
}

.knowInr .cycle {
   position: relative;
   display: block;
   width: 100%; 
    max-width: 900px;
   margin: 80px auto;
   text-align: center;
}

.ksTop {
display: flex;
justify-content: space-between;
align-items: center;
}
.ktInfo {
width: 50%;
}
.ktInfo h2 {
font-size: 36px;
font-size: 3.6rem;
margin-bottom: 30px;
font-weight: 500;
}

.ktImg {
width: 50%;
text-align: center;
}
.ktImg img {
max-width: 462px;
}
.ksCenter {
padding-bottom: 100px;
}
.ksCenter ul {
display: flex;
justify-content: center;
align-items: center;
}

.ksCenter ul li {
width: 46%;
max-width: 458px;
position: relative;
z-index: 0;
margin: 0 2%;
}

.ksCenter ul li:first-child {
margin-top: 200px;
}

.ksCenter ul li .kobito {
position: absolute;
width: 45%;
top: -140px;
left: 0;
z-index: 1;
}
.ksCenter ul li:last-child .kobito {
position: absolute;
bottom: -50px;
top: inherit;
  left: 50%;
  transform:translateX(-50%);
  -webkit- transform:translateX(-50%);
}
.ksCenter ul li .cicleBox {
position: relative;
}


.ksCenter ul li .circleTxt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  color: #fff;
  width: 70%;
}

.ksCenter ul li .circleTxt dt {
font-size: 24px;
font-size: 2.4rem;
margin-bottom: 30px;
text-align: center;
font-weight: 500;
}
.ksCenter ul li .circleTxt dd {
line-height: 1.7;
}

.ksBttom {
background: #fff;
border-radius: 10px;
padding: 60px 60px 0 60px;
}
.kbInr {
display: flex;
justify-content: space-between;
position: relative;
z-index: 1;
align-items: center;
}

.kbInr::after {
    content: "DOCTOR’S VOICE";
    font-family: 'Quicksand', sans-serif;
    font-size: 8vw;
    color: #f5f1ee;
    text-align: center;
    width: 100%;
    left: 0;
    top: -12%;
    position: absolute;
    font-weight: bold;
    z-index: 0;
}

.kbInr .kbImg {
width: 25%;
position: inherit;
z-index: 1;
}

.kbInr dl {
width: 70%;
position: inherit;
z-index: 1;
}

.kbInr dl dt {
font-size: 24px;
font-size: 2.4rem;
font-weight: 500;
margin-bottom: 30px;
line-height: 2;
}

.kbInr dl dd {
line-height: 1.7;
}


#jobSec {
background: url("../../../lib/cmn_img/gizagiza.png") left top repeat-x;
margin-bottom: 0;
padding-top: 10px;
}

.jobBg {
background: #f5f1ee;
}


.jobInr {
width: 90%;
max-width: 1100px;
margin: 0 auto;
padding-top: 100px;
padding-bottom: 100px;
}

.jobInr h2 {
font-size: 48px;
font-size: 4.8rem;
margin-bottom: 30px;
text-align: center;
color: #8bac61;
font-weight: 700;
}

.jobInr h3 {
font-size: 24px;
font-size: 2.4rem;
margin-bottom: 30px;
text-align: center;
font-weight: 500;
}

.jobInr .jobTxt {
width: 90%;
max-width: 730px;
margin: 0 auto 60px;
}

.jobList {
    position: relative;
    display: block;
    width: 100%;
    padding: 50px;
    background: #fefaf9;
    border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}

.box-in {
        display: block;
        width: 100%;
        margin: 0 auto 50px;
        padding: 0;
}

.box-in:last-child {
       margin: 0 auto;
}

.box-in .boxer {
        width: 100%;
        margin: 0 auto;

        display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.box-in .boxer .left {
          width: 50%;
          float: left;
          
}

.box-in .boxer .left img {
           width: 100%;
           height: auto;
}

.box-in .boxer .right {
         width: 50%;
          padding: 0 20px;
          float: right;
          
}

.box-in .boxer.even .left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
.box-in .boxer.even .right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1
}

.box-in .boxer dl dt .num {
font-size: 100px;
font-size: 10.0rem;
color: #d8d2cd;
font-family: 'Quicksand', sans-serif;
vertical-align: middle;
display: inline-block;
}
.box-in .boxer dl dt {
font-size: 38px;
font-size: 3.8rem;
font-weight: 700;
margin-bottom: 30px;
}
.box-in .boxer dl dt .txt-green {
color: #8bac61;
font-size: 110%;
}

.box-in .boxer dl dd.catch {
display: flex;
justify-content: flex-start;
align-items: center;
background: url("../img/giza_01.png") left bottom repeat-x;
padding-bottom: 30px;
}
.box-in .boxer dl dd.catch span.txt {
width: 100%;
font-size: 24px;
font-size: 2.4rem;
font-weight: 500;
line-height: 2;
margin-right: 5%;
}

.box-in .boxer dl dd.info {
font-weight: 500;
line-height: 1.7;
padding-top: 30px;
}

.w510{
	max-width: 510px;
	margin: 50px auto 20px;
	width: 100%;
}

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

.kbInr::after {
    font-size: 100px;
    font-size: 10.0rem;

}
}

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

.jlInfo dl dd.catch span.txt {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.7;
    letter-spacing: 0;
    margin-right: 3%;
}
.ksBttom {
padding-bottom: 20px;
}
}
@media only screen and (max-width: 1080px) {
.ksBttom {
padding-bottom: 40px;
}
.jobList ul li .jlInfo {
    width: 60%;
}
.jobList ul li .jlImg {
    width: 36%;
}
.jlInfo dl dt {
margin-bottom: 0;
}
.jlInfo dl dd.catch {
    padding-bottom: 10px;
}
.jlInfo dl dd.info {
    padding-top: 15px;
}
.jlInfo dl dt span {
    font-size: 80px;
    font-size: 8.0rem;
}
.jlInfo dl dt {
    font-size: 42px;
    font-size: 4.2rem;
}
}

@media only screen and (max-width: 968px) {
.jobList {
    padding: 30px;
    border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
 .box-in .boxer.even {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
.box-in .boxer {
        display: block;
}
.box-in .boxer {
        width: 100%;
        margin: 0 auto 30px;
        display: block;
}

.box-in .boxer .left {
          width: 100%;
          float: none;
}

.box-in .boxer .right {
         width: 100%;
          padding: 15px 15px 0;
          float: none
}
.box-in .boxer dl dt .num {
font-size: 60px;
font-size: 6.0rem;
}
.box-in .boxer dl dt {
font-size: 38px;
font-size: 3.8rem;
font-weight: 700;
margin-bottom: 30px;
}

.box-in .boxer dl dd.catch span.txt {
width: 100%;
font-size: 24px;
font-size: 2.4rem;
font-weight: 500;
line-height: 2;
margin-right: 5%;
}

.box-in .boxer dl dd.info {
font-weight: 500;
line-height: 1.7;
padding-top: 30px;
}
}

@media only screen and (max-width: 900px) {
.ksCenter ul li .cicleBox {
background: #f3c1bf;
border-radius: 20px;
}
.ksCenter ul li:last-child .cicleBox {
background: #9ad5db;
}
.ksCenter ul li:last-child .kobito {
    bottom: -90px;
}
.ksCenter ul li:first-child {
    margin-top: 170px;
}
.ksCenter {
    padding-bottom: 60px;
}

}

@media only screen and (max-width: 640px) {
.isInfo h2 {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1.3;
    margin-bottom: 30px;
}
.isInfo h3 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.7;
}
.isInr .flag {
width: 100%;
}

.ksTop {
display: block;
}
.ktInfo {
    width: 100%;
    margin-bottom: 30px;
}

.ktImg {
    width: 100%;
}
.ktImg img{
    width: 100%;
    max-width: 462px;
}

.ktInfo h2 {
    font-size: 32px;
    font-size: 3.2rem;
    text-align: center;
}
.ksCenter {
padding-bottom: 30px;
}

.ksCenter ul{
display: block;
}
.ksCenter ul li {
    width: 100%;
    max-width: auto;
    margin: 0 auto 30px;
}
.ksCenter ul li .kobito {
    width: 30%;
    top: -45px;
}
.ksCenter ul li:last-child .kobito {
    bottom: -30px;
    left: inherit;
    right: 0;
    transform: none;
}
.ksCenter ul li:first-child {
    margin-top: 60px;
}
.ksBttom {
padding: 40px 30px 30px 30px;
}
.kbInr {
    display: block;
}
.kbInr .kbImg {
    width: 50%;
    margin: 0 auto 10px;
}
.kbInr dl {
    width: 100%;
}
.kbInr dl dt {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 20px;
    line-height: 1.7;
    text-align: center;
}
.kbInr::after {
    top: -3%;
}
#knowSec {
padding: 60px 0 40px;
}

#knowSec:before {
content: "CARE CYCLE";
font-family: 'Quicksand', sans-serif;
font-size: 55px;
color: #f5f1ee;
text-align: center;
width: 100%;
left: 0;
top: 30px;
position: absolute;
font-weight: bold;
z-index: 0;
}


.knowInr {
position: relative;
width: 100%;
margin: 0 auto;
padding: 0 10px;
}

.knowInr .cycle {
   margin: 30px auto;
   overflow-x: scroll;
   overflow-y: hidden;
}
.knowInr .cycle img {
width: 650px;
}
.ksBttom {
    width: 96%;
    margin: 0 auto;
}

.jobList {
    padding: 20px;
}
.jobInr {
padding: 60px 0 40px;
}

.jobInr h2 {
    font-size: 31px;
    font-size: 3.1rem;
}
.jobInr h3 {
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 1.7;
    margin-bottom: 15px;
}
.jobInr .jobTxt {
    width: 100%;
    margin: 0 auto 30px;
}

.box-in .boxer dl dt span {
    font-size: 45px;
    font-size: 4.5rem;
}
.box-in .boxer dl dt {
    font-size: 30px;
    font-size: 3.0rem;
    text-align: center;
}
.box-in .boxer dl dt .num {
display: block;
font-size: 42px;
font-size: 4.2rem;
 margin-bottom: 5px;
}
.box-in .boxer dl dt {
font-size: 28px;
font-size: 2.8rem;
margin-bottom: 20px;
}
.box-in .boxer dl dd.catch {
    display: block;
    text-align: center;
    padding-bottom: 25px;
}
.box-in .boxer dl dd.catch span.txt {
width: 100%;
margin-right: 0;
    font-size: 18px;
    font-size: 1.8rem;
     line-height: 1.4;
}
}

.white-box-A {
  position: relative;
  width: 100%;
  display: block;
  background: #fff;
  padding: 50px 40px;
  margin: 50px auto 0;
}

.white-box-A .com01 {
     position: absolute;
     top: -140px;
     right: 0;
     width: 422px;
}
.white-box-A .com02 {
     position: absolute;
     top: 450px;
     left: -30px;
     width: 315px;
}

@media only screen and (max-width: 767px) {
.white-box-A .com01 {
     position: absolute;
     top: -100px;
     right: -25px;
     width: 210px;
}
.white-box-A .com02 {
     position: absolute;
     top: 600px;
     left: -30px;
     width: 130px;
}
}


.white-list {
  position: relative;
  width: 90%;
  max-width: 900px;
  display: block;
  background: #fff;
  padding: 25px 40px;
  margin: 40px auto;
  border: solid 1px #3f3a39;
}

.white-list h4.white-title {
    display: block;
    margin: -35px auto 30px;
    text-align: center;
}
.white-list h4.white-title span {
    display: inline-block;
    padding: 4px 20px;
    line-height: 1;
    background: #3f3a39;
    color: #fff;
    border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
}

.white-list p {
     display: inline-block;
     margin-right: 20px;
}
.white-list-txt {
    display: inline-block;
}

.white-list-txt:before {
font-family: "Font Awesome 5 Free";
  content: '\f058';
  font-weight: 400;
  color: #8bac61;
  margin-right: 2px;
}

.title-en {
position: relative;
display: block;
margin: 0 auto 20px;
font-family: 'Quicksand', sans-serif;
font-size: 80px;
color: #f5f1ee;
text-align: center;
font-weight: bold;
}

ul.photo04 {
    position: relative;
display: block;
margin: 0 auto;
      width: 100%;
}

ul.photo04 li {
     width: 46%;
     margin: 2%;
     float: left;
}

ul.photo04 li .image {
      display: block;
      width: 100%;
}

/*ul.photo04 li .image img {
     border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
      border: solid 1px #dcdcdc;
}*/

ul.photo04 li .photo04-tit {
     display: block;
     margin: 8px auto 5px;
     text-align: center;
font-weight: bold;
       font-size: 125%;
}
ul.photo04 li .photo04-tit span {
     display: inline-block;
     font-size: 13px;
    letter-spacing: 0;
    padding-left: 2px;
}



ul.photo04b {
    position: relative;
display: block;
margin: 0 auto;
      width: 100%;
}

ul.photo04b li {
     width: 46%;
     margin: 2%;
     float: left;
}

ul.photo04b li .left {
    width: 46%;
    padding: 30px;
    float: left;
}

ul.photo04b li .right {
    width: 50%;
    float: right;
    text-align: left;
}

ul.photo04b li .right .photo04-tit {
     display: block;
     margin: 8px auto 5px;
font-weight: bold;
       font-size: 125%;
      text-align: left;
}
ul.photo04b li .right p {
       text-align: left;
}
@media only screen and (max-width: 1132px) {
ul.photo04b li .left {
    padding: 30px 10px;
}
}

@media only screen and (max-width: 968px) {
ul.photo04b li {
    display: block;
     width: 100%;
     margin: 0 auto 20px;
     float: none;
}
ul.photo04b li:last-child {
     margin: 0 auto;
}
ul.photo04b li .left {
    width: 20%;
    padding: 10px 0;
    float: left;
}

ul.photo04b li .right {
    width: 77%;
    float: right;
    text-align: left;
}

ul.photo04b li .right .photo04-tit {
     margin: 8px auto 0;
       font-size: 120%;
}
}
@media only screen and (max-width: 900px) {
.white-box-A {
  padding: 30px 20px;
  margin: 30px auto 0;
}
.white-list {
  position: relative;
  width: 100%;
  padding: 20px;
  margin: 20px auto;
}
.white-list h4.white-title {
    display: block;
    margin: -30px auto 15px;
    text-align: center;
}
}

@media only screen and (max-width: 767px) {
.title-en {
margin: 0 auto;
font-size: 36px;
  line-height: 1.0;
}

.white-list {
  position: relative;
  width: 100%;
  padding: 10px;
  margin: 30px auto;
}
.white-list h4.white-title {
    display: block;
    margin: -20px auto 15px;
    text-align: center;
}
.white-list p {
     display: block;
     margin-right: 0;
}
ul.photo04 {
      width: 90%;
}

ul.photo04 li {
     width: 100%;
     margin: 0 auto 25px;
     float: none;
}
ul.photo04 li:last-child {
       margin: 0 auto;
}
ul.photo04 li .photo04-tit {
     margin: 8px auto 5px;
       font-size: 120%;
}
}

.doc001 {
     position: relative;
     width: 100%;
     display: flex;
  justify-content: center;
  align-items: center;
}

.doc001 .left {
       width: 20%;
       float: left;
       padding-right: 10px;
}

.doc001 .right {
       width: 80%;
       float: right;
       text-align: left!important;
}

.doc001 .right .doc001-tit {
      display: block;
      font-weight: bold;
      font-size: 24px;
      margin-bottom: 10px;
}
@media only screen and (max-width: 860px) {
.doc001 {
     position: relative;
     width: 100%;
     display: block;
}

.doc001 .left {
       width: 36%;
       float: none;
       padding-right: 0;
       margin: 0 auto;
}

.doc001 .right {
       width: 100%;
       float: none;
}

.doc001 .right .doc001-tit {
      font-size: 18px;
      margin-bottom: 10px;
      text-align: center;
}
}

@media only screen and (max-width: 480px) {
.scrollTxt {
text-align: center;
}
.scrollTxt span {
font-size: 12px;
font-size: 1.2rem;
background: #f5f1ee;
font-weight: 500;
display: inline-block;
border-radius: 50px;
padding: 5px 20px;
}
}




