@charset "UTF-8";
/* Scss Document */
/*引数*/
/* 
---------------------------------------
#home01
---------------------------------------
*/
#home01 {
  position: relative;
  background-color: #FBF4F2;
  padding-bottom: 492px;
  margin-top: -2px; }
  @media (max-width: 999px) {
    #home01 {
      padding-bottom: 1589px; } }

#home01 .Home01Deco {
  font-size: 150px;
  line-height: 184px;
  font-family: 'Quicksand-Bold';
  -webkit-font-smoothing: antialiased;
  text-align: center;
  padding-top: 15px;
  color: #F7E9E5; }
  @media (max-width: 999px) {
    #home01 .Home01Deco {
      font-size: 50px;
      line-height: 50px;
      padding-top: 100px; } }

#home01 .TreatmentGroup {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  top: 160px;
  display: flex;
  align-items: stretch;
  justify-content: space-between; }
  @media (max-width: 999px) {
    #home01 .TreatmentGroup {
      flex-direction: column; } }

#home01 .TreatmentGroup .Treatment {
  padding: 40px 2%;
  background: #ffffff;
  width: 31.7%;
  border-radius: 10px; }
  @media (max-width: 999px) {
    #home01 .TreatmentGroup .Treatment {
      width: 100%;
      padding: 20px 6%;
      margin-bottom: 10px; } }

@media (max-width: 999px) {
  #home01 .TreatmentGroup .Treatment:last-child {
    margin-bottom: 0; } }

#home01 .TreatmentGroup .Treatment .picBox {
  border-radius: 10px;
  position: relative; }

#home01 .TreatmentGroup .Treatment .picBox img {
  display: block; }

#home01 .TreatmentGroup .Treatment .picBox .circle {
  position: absolute;
  z-index: 2;
  border-radius: 50px;
  width: 90px;
  height: 90px;
  background: #fff;
  bottom: -22%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center; }
  @media (max-width: 999px) {
    #home01 .TreatmentGroup .Treatment .picBox .circle {
      width: 70px;
      height: 70px;
      bottom: -30px; } }

#home01 .TreatmentGroup .Treatment .picBox .circle img {
  width: 50%; }

#home01 .TreatmentGroup .Online .picBox .circle img {
  width: 30%; }

#home01 .TreatmentGroup .Treatment .txtBox {
  padding-top: 46px; }
  @media (max-width: 999px) {
    #home01 .TreatmentGroup .Treatment .txtBox {
      padding-top: 34px; } }

#home01 .TreatmentGroup .Treatment .txtBox h3 {
  font-size: 26px;
  line-height: 39px;
  text-align: center;
  color: #CE7C77;
  margin-bottom: 21px;
  font-family: 'ZenMaruGothic-Bold';
  -webkit-font-smoothing: antialiased;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media (max-width: 999px) {
    #home01 .TreatmentGroup .Treatment .txtBox h3 {
      height: auto;
      font-size: 24px;
      line-height: 36px;
      margin-bottom: 20px; } }

#home01 .TreatmentGroup .Treatment .txtBox .wrap {
  height: 80px;
  margin-bottom: 21px; }
  @media (max-width: 999px) {
    #home01 .TreatmentGroup .Treatment .txtBox .wrap {
      height: auto;
      margin-bottom: 20px; } }

#home01 .TreatmentGroup .Treatment .txtBox .wrap h3 {
  margin-bottom: 10px;
  height: auto; }
  @media (max-width: 999px) {
    #home01 .TreatmentGroup .Treatment .txtBox .wrap h3 {
      margin-bottom: 5px; } }

#home01 .TreatmentGroup .Treatment .txtBox .lead {
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  color: #CE7C77;
  font-family: 'ZenMaruGothic-Medium';
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 999px) {
    #home01 .TreatmentGroup .Treatment .txtBox .lead {
      font-size: 18px;
      line-height: 18px;
      margin-bottom: 0px; } }

#home01 .TreatmentGroup .Treatment .txtBox .stxt {
  height: 200px;
  display: flex; }
  @media (max-width: 999px) {
    #home01 .TreatmentGroup .Treatment .txtBox .stxt {
      height: auto; } }

#home01 .TreatmentGroup .Treatment .txtBox a {
  color: #ffffff; }
  @media (max-width: 999px) {
    #home01 .TreatmentGroup .Treatment .txtBox a {
      margin-top: 35px; } }

/* 
---------------------------------------
#home02
---------------------------------------
*/
#home02 {
  background: #FBF9F6;
  padding-top: 364px;
  padding-bottom: 200px; }
  @media (max-width: 999px) {
    #home02 {
      padding-top: 275px;
      padding-bottom: 60px; } }

#home02 .TtlGroup {
  text-align: center;
  margin-bottom: 81px; }
  @media (max-width: 999px) {
    #home02 .TtlGroup {
      margin-bottom: 26px; } }

#home02 .TtlGroup .sttl {
  font-size: 36px;
  line-height: 54px;
  color: #CE7C77;
  font-family: 'ZenMaruGothic-Bold';
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 999px) {
    #home02 .TtlGroup .sttl {
      font-size: 24px;
      line-height: 36px; } }

#home02 .TtlGroup .TtlDeco {
  font-size: 16px;
  line-height: 24px;
  color: #E8C7C5;
  font-family: 'Quicksand-Bold';
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 999px) {
    #home02 .TtlGroup .TtlDeco {
      font-size: 14px;
      line-height: 21px;
      margin-top: 2px; } }

#home02 .IntroductionGroup {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
  @media (max-width: 999px) {
    #home02 .IntroductionGroup {
      flex-direction: column;
      align-items: center; } }

#home02 .picBox {
  width: 21%; }
  @media (max-width: 999px) {
    #home02 .picBox {
      width: 63.7%;
      margin-bottom: 33px; } }

#home02 .picBox .picOuter {
  border-radius: 10px;
  margin-bottom: 20px;
  overflow: hidden; }
  @media (max-width: 999px) {
    #home02 .picBox .picOuter {
      margin-bottom: 15px; } }

#home02 .picBox .picOuter img {
  display: block; }

#home02 .picBox .role {
  text-align: center;
  font-size: 18px;
  line-height: 36px;
  font-family: 'ZenMaruGothic-Medium';
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 999px) {
    #home02 .picBox .role {
      font-size: 16px;
      line-height: 30px; } }

#home02 .picBox .name {
  text-align: center;
  font-size: 18px;
  line-height: 36px;
  font-family: 'ZenMaruGothic-Bold';
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 999px) {
    #home02 .picBox .name {
      font-size: 16px;
      line-height: 30px; } }

#home02 .txtBox {
  width: 69.3%; }
  @media (max-width: 999px) {
    #home02 .txtBox {
      width: 100%; } }

#home02 .txtBox .lead {
  font-size: 26px;
  line-height: 39px;
  padding-bottom: 18px;
  margin-bottom: 36px;
  font-family: 'ZenMaruGothic-Bold';
  -webkit-font-smoothing: antialiased;
  border-bottom: 5px dotted #E8C7C5;
  width: fit-content; }
  @media (max-width: 999px) {
    #home02 .txtBox .lead {
      font-size: 20px;
      line-height: 30px;
      padding-bottom: 8px;
      margin-bottom: 18px;
      border-bottom: 2px dotted #E8C7C5; } }

#home02 .txtBox .DetailBtn {
  width: 320px;
  padding: 22px 0;
  background: #5E4822;
  color: #ffffff; }
  @media (max-width: 999px) {
    #home02 .txtBox .DetailBtn {
      padding: 17px 0; } }

#home02 .txtBox .DetailBtn:hover,
#home02 .txtBox .DetailBtn:active {
  color: #ffffff; }

/* 
---------------------------------------
#home03
---------------------------------------
*/
#home03 {
  margin-top: 200px;
  margin-bottom: 200px; }
  @media (max-width: 999px) {
    #home03 {
      margin-top: 60px;
      margin-bottom: 60px; } }

#home03 .NewsContainer {
  display: flex;
  justify-content: space-between;
  margin-bottom: 200px; }
  @media (max-width: 999px) {
    #home03 .NewsContainer {
      flex-direction: column;
      margin-bottom: 70px; } }

#home03 .TtlGroup {
  width: 16.6%; }
  @media (max-width: 999px) {
    #home03 .TtlGroup {
      width: 100%;
      display: flex;
      justify-content: space-between;
      margin-bottom: 25px;
      align-items: flex-start; } }

#home03 .TtlGroup .lead {
  font-size: 28px;
  line-height: 33px;
  font-family: 'Outfit Bold';
  -webkit-font-smoothing: antialiased;
  color: #37AB87;
  margin-bottom: 8px; }
  @media (max-width: 999px) {
    #home03 .TtlGroup .lead {
      font-size: 18px;
      line-height: 27px;
      font-family: 'Outfit Bold';
      -webkit-font-smoothing: antialiased;
      color: #37AB87; } }

@media (max-width: 999px) {
  #home03 .TtlGroup .lead span {
    font-size: 10px; } }

#home03 .TtlGroup .sttl {
  font-size: 36px;
  line-height: 54px;
  white-space: nowrap;
  font-family: 'ZenMaruGothic-Bold';
  -webkit-font-smoothing: antialiased;
  color: #CE7C77; }
  @media (max-width: 999px) {
    #home03 .TtlGroup .sttl {
      font-size: 24px;
      line-height: 24px;
      margin-bottom: 0px;
      width: 50%; } }

#home03 .TtlGroup .TtlDeco {
  display: flex;
  font-size: 18px;
  line-height: 36px;
  color: #E8C7C5;
  font-family: 'ZenMaruGothic-Medium';
  -webkit-font-smoothing: antialiased;
  align-items: center;
  margin-bottom: 26px; }
  @media (max-width: 999px) {
    #home03 .TtlGroup .TtlDeco {
      font-size: 14px;
      line-height: 33px;
      margin-bottom: 0px; } }

#home03 .TtlGroup .NewsBtn {
  display: flex;
  font-size: 18px;
  line-height: 24px;
  font-family: 'ZenMaruGothic-Medium';
  -webkit-font-smoothing: antialiased;
  align-items: center;
  color: #666; }
  @media (max-width: 999px) {
    #home03 .TtlGroup .NewsBtn {
      font-size: 16px;
      width: 50%;
      justify-content: flex-end; } }

#home03 .TtlGroup .NewsBtn .circle {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #CE7C77;
  margin-left: 10px;
  display: flex;
  justify-content: center;
  align-items: center; }

#home03 .TtlGroup .NewsBtn .circle i {
  font-size: 9px; }

#home03 .TtlGroup .NewsBtn .circle i:before {
  color: #ffffff; }

@media (min-width: 1000px) {
  #home03 .TtlGroup .NewsBtn:hover {
    opacity: 0.7; } }

#home03 .TtlGroup .NewsBtn:active {
  opacity: 0.7; }

#home03 .NewsGroup {
  width: 71.4%; }
  @media (max-width: 999px) {
    #home03 .NewsGroup {
      width: 100%; } }

#home03 .NewsGroup a {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  border: #E8C7C5 solid 1px;
  border-radius: 10px;
  padding: 20px 3.5%; }
  @media (max-width: 999px) {
    #home03 .NewsGroup a {
      margin-bottom: 5px;
      padding: 14px 6%; } }

#home03 .NewsGroup a:last-child {
  margin-bottom: 0; }

@media (min-width: 1000px) {
  #home03 .NewsGroup a:hover img {
    opacity: 0.7;
    transition: 0.3s; } }

@media (min-width: 1000px) {
  #home03 .NewsGroup a:hover {
    opacity: 0.7;
    transition: 0.3s; } }

#home03 .NewsGroup a:active {
  opacity: 0.7;
  transition: 0.3s; }

#home03 .NewsGroup a .NewsTxt {
  width: 100%;
  display: flex;
  align-items: center; }
  @media (max-width: 999px) {
    #home03 .NewsGroup a .NewsTxt {
      width: 100%;
      flex-direction: column;
      justify-content: flex-end;
      align-items: flex-start; } }

#home03 .NewsGroup a .date {
  margin-bottom: 0;
  color: #E8C7C5;
  font-size: 16px;
  line-height: 24px;
  margin-right: 45px;
  font-family: 'Quicksand-Bold';
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 999px) {
    #home03 .NewsGroup a .date {
      font-size: 12px;
      line-height: 16px; } }

#home03 .NewsGroup a .NewsTtl {
  color: #666;
  font-size: 18px;
  line-height: 36px;
  font-family: 'ZenMaruGothic-Bold';
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 999px) {
    #home03 .NewsGroup a .NewsTtl {
      font-size: 16px;
      line-height: 28px; } }
