@charset "UTF-8";
/* menu/menu_01.html */
#introSec {
  background: #f5f1ee;
  padding: 80px 0;
  margin-bottom: 0;
}
.isInr {
  width: 90%;
  max-width: 940px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.isInr .kobito {
  position: absolute;
  width: 70%;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
  z-index: 2;
}
.isInr .flag {
  position: absolute;
  width: 50%;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
  z-index: 2;
  max-width: 367px;
}
.isCircle {
  width: 100%;
  position: relative;
}
.isInfo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  width: 80%;
}
.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: 20px;
  font-size: 2.0rem;
  font-weight: 300;
  top: -10px;
  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 {
  background: url("../../../lib/cmn_img/gizagiza_02.gif") left top repeat-x;
  padding-top: 100px;
  margin-bottom: 0;
  padding-bottom: 100px;
}
.knowInr {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
.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 ul li {
  display: flex;
  justify-content: space-between;
  padding: 40px 0;
  align-items: center;
}
.jobList ul li:nth-child(even) {
  flex-direction: row-reverse;
}
.jobList ul li .jlInfo {
  width: 50%;
}
.jobList ul li .jlImg {
  width: 44%;
  max-width: 477px;
}
.jlInfo dl dt {
  font-size: 48px;
  font-size: 4.8rem;
  color: #8bac61;
  font-weight: 700;
  margin-bottom: 30px;
}
.jlInfo dl dt span {
  font-size: 100px;
  font-size: 10.0rem;
  color: #d8d2cd;
  font-family: 'Quicksand', sans-serif;
  vertical-align: middle;
  display: inline-block;
}
.jlInfo dl dd.catch {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: url("../images/giza_01.png") left bottom repeat-x;
  padding-bottom: 30px;
}
.jlInfo dl dd.catch span.txt {
  width: 65%;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 2;
  margin-right: 5%;
}
.jlInfo dl dd.catch span.img {
  width: 15%;
}
.jlInfo dl dd.info {
  font-weight: 500;
  line-height: 1.7;
  padding-top: 30px;
}
@media only screen and (min-width: 1460px) {
  .kbInr::after {
    font-size: 100px;
    font-size: 10.0rem;
  }
}
@media only screen and (max-width: 1220px) {
  .isInr .kobito {
    width: 60%;
  }
  .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: 900px) {
  .isCircleImg {
    display: none;
  }
  .isInr .kobito {
    position: inherit;
    top: inherit;
    left: inherit;
    transform: none;
    margin: 0 auto 30px;
  }
  .isInfo {
    position: inherit;
    top: inherit;
    left: inherit;
    transform: none;
    width: 100%;
    margin-bottom: 30px;
  }
  .isInr .flag {
    position: inherit;
    left: inherit;
    bottom: inherit;
    transform: none;
    margin: 0 auto;
  }
  .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: 480px) {
  .isInr .kobito {
    width: 80%;
  }
  .isInfo h2 {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .isInfo h2 span small {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    bottom: -15px;
  }
  .isInfo h3 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.7;
  }
  .isInr .flag {
    width: 100%;
  }
  #introSec {
    padding: 60px 0;
  }
  .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;
  }
  .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;
  }
  .jobList ul li {
    display: block;
    padding: 20px 0;
  }
  .jobList ul li .jlInfo {
    width: 100%;
  }
  .jobList ul li .jlImg {
    width: 100%;
    margin: 0 auto;
  }
  .jlInfo dl dd.catch span.img {
    display: none;
  }
  .jlInfo dl dd.catch {
    display: block;
    text-align: center;
    padding-bottom: 25px;
  }
  .jlInfo dl dd.catch span.txt {
    width: 100%;
    margin-right: 0;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .jlInfo dl dt span {
    font-size: 60px;
    font-size: 6.0rem;
  }
  .jlInfo dl dt {
    font-size: 30px;
    font-size: 3.0rem;
    text-align: center;
  }
}