@charset "UTF-8";

/*CSSDocument*/


/* share
===============================================================*/

.clearfix:after {
content: " ";  
display: block; 
visibility: hidden; 
clear: both; 
height: 0.1px; 
font-size: 0.1em; 
line-height: 0; 
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */


.clear{ clear:both;}
@media screen and (max-width: 1200px) {
}

.p-flowBtn {
  width: 280px;
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 1000;
}
.p-flowBtn a {
  display: block;
  border-radius: 100px;
  font-size: 20px;
  line-height: 1.3;
  font-weight: bold;
  color: #FFF;
  background: #6fc3f4;
  padding: 20px 20px 22px;
  text-align: center;
}
.p-flowBtn a span {
  display: inline-block;
  position: relative;
  padding: 0 0 0 48px;
}
.p-flowBtn a span:before {
  content: '';
  display: block;
  background: url("../images/icon-pen.png") no-repeat center;
  background-size: 25px 25px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  width: 25px;
  height: 25px;
}
@media screen and (max-width: 960px) {
  .p-flowBtn {
    top: auto;
    bottom: 20px;
    right: 40px;
    left: 40px;
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 768px) {
  .p-flowBtn {
    bottom: 10px;
    right: 20px;
    left: 20px;
    width: calc(100% - 40px);
  }
  .p-flowBtn a {
    font-size: 16px;
    padding: 15px 20px 16px;
  }
  .p-flowBtn a span {
    padding: 0 0 0 31px;
  }
  .p-flowBtn a span:before {
    background: url("../images/icon-pen.png") no-repeat center;
    background-size: 20px 20px;
    top: 1px;
    bottom: 0;
    width: 20px;
    height: 20px;
  }
}


.p-commonConv {
  background: url("../images/conv-bg2.png") no-repeat center;
  background-size: cover;
  padding: 122px 0;
}
.p-commonConvFrame {
  background: #FFF url("../images/cnv-bg.jpg") no-repeat left top;
  background-size: auto 100%;
  border-radius: 20px;
  overflow: hidden;
}
.p-commonConvInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 45px 0 337px;
  height: 459px;
}
.p-commonConvMain {
  
}
.p-commonConvMain__subTitle {
  font-size: 28px;
  line-height: 1.4;
  font-weight: 700;
  font-family: "Kosugi Maru", sans-serif;
  letter-spacing: 0.12em;
  margin-bottom: 5px;
}
.p-commonConvMain__title {
  font-size: 42px;
  line-height: 1.4;
  font-weight: 700;
  font-family: "Kosugi Maru", sans-serif;
  letter-spacing: 0.12em;
  margin-bottom: 50px;
}
.p-commonConvMain__middleTitle {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 500;
  text-align: center;
  color: #3b2f0c;
  margin-bottom: 13px;
}
.p-commonConvMain__middleTitle span {
  display: inline-block;
  position: relative;
  padding: 0 30px;
}
.p-commonConvMain__middleTitle span:before ,
.p-commonConvMain__middleTitle span:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  background: #ea8d8d;
  height: 1px;
  width: 20px;
}
.p-commonConvMain__middleTitle span:before {
  left: 0;
}
.p-commonConvMain__middleTitle span:after {
  right: 0;
}
.p-commonConvMainPrice {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-commonConvMainPrice__num {
  font-size: 40px;
  line-height: 1;
  font-weight: bold;
  color: #ea8d8d;
  padding-bottom: 5px;
}
.p-commonConvMainPrice__tag1 {
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
}
.p-commonConvMainPrice__tag2 {
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
  margin-left: 8px;
}
.p-commonConvMainBtn {
  max-width: 330px;
  margin: 20px auto 0;
}
.p-commonConvMainBtn a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #6fc3f4;
  color: #FFF;
  border-radius: 12px;
  height: 70px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
  border-bottom: #3a8ebf 5px solid;
  position: relative;
}
.p-commonConvMainBtn a:before {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  content: '';
  margin: auto;
  vertical-align: middle;
  box-sizing: border-box;
  width: 5px;
  height: 5px;
  border: 5px solid transparent;
  border-left: 7px solid #FFF;
}
.p-commonConvImg {
  width: 40%;
}
.p-commonConvImg2 {
  display: none;
}
@media screen and (max-width: 1100px) {
  .p-commonConv {
    padding: 90px 0;
  }
  .p-commonConvFrame {
    background: #FFF url("../images/cnv-bg.jpg") no-repeat left top;
    background-size: auto 100%;
  }
  .p-commonConvInner {
    padding: 0 45px 0 287px;
    height: 359px;
  }
  .p-commonConvMain {

  }
  .p-commonConvMain__subTitle {
    font-size: 22px;
    margin-bottom: 5px;
    letter-spacing: 0.05em;
  }
  .p-commonConvMain__title {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .p-commonConvMain__middleTitle {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 500;
    text-align: center;
    color: #3b2f0c;
    margin-bottom: 13px;
  }
  .p-commonConvMain__middleTitle span {
    display: inline-block;
    position: relative;
    padding: 0 30px;
  }
  .p-commonConvMain__middleTitle span:before ,
  .p-commonConvMain__middleTitle span:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    background: #ea8d8d;
    height: 1px;
    width: 20px;
  }
  .p-commonConvMain__middleTitle span:before {
    left: 0;
  }
  .p-commonConvMain__middleTitle span:after {
    right: 0;
  }
  .p-commonConvMainPrice {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .p-commonConvMainPrice__num {
    font-size: 40px;
    line-height: 1;
    font-weight: bold;
    color: #ea8d8d;
    padding-bottom: 5px;
  }
  .p-commonConvMainPrice__tag1 {
    font-size: 24px;
    line-height: 1;
    font-weight: 500;
  }
  .p-commonConvMainPrice__tag2 {
    font-size: 24px;
    line-height: 1;
    font-weight: 500;
    margin-left: 8px;
  }
  .p-commonConvMainBtn {
    max-width: 330px;
    margin: 20px auto 0;
  }
  .p-commonConvMainBtn a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #6fc3f4;
    color: #FFF;
    border-radius: 12px;
    height: 70px;
    font-size: 20px;
    line-height: 1.2;
    font-weight: bold;
    border-bottom: #3a8ebf 5px solid;
  }
  .p-commonConvImg {
    width: 40%;
  }
}
@media screen and (max-width: 960px) {
  .p-commonConv {
    padding: 90px 0;
  }
  .p-commonConvFrame {
    background: #FFF;
  }
  .p-commonConvInner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 40px 0 40px;
    height: auto;
  }
  .p-commonConvMain {
    width: 57%;
  }
  .p-commonConvMain__subTitle {
    font-size: 22px;
    margin-bottom: 5px;
  }
  .p-commonConvMain__title {
    font-size: 36px;
    margin-bottom: 20px;
  }
  .p-commonConvMain__middleTitle {
    font-size: 20px;
    margin-bottom: 13px;
  }
  .p-commonConvMain__middleTitle span {
    display: inline-block;
    position: relative;
    padding: 0 30px;
  }
  .p-commonConvMain__middleTitle span:before ,
  .p-commonConvMain__middleTitle span:after {
    width: 20px;
  }
  .p-commonConvMainPrice {
  }
  .p-commonConvMainPrice__num {
    font-size: 36px;
    padding-bottom: 5px;
  }
  .p-commonConvMainPrice__tag1 {
    font-size: 22px;
  }
  .p-commonConvMainPrice__tag2 {
    font-size: 22px;
    margin-left: 8px;
  }
  .p-commonConvMainBtn {
    max-width: 300px;
    margin: 20px auto 0;
  }
  .p-commonConvMainBtn a {
    border-radius: 12px;
    height: 70px;
    font-size: 20px;
    border-bottom: #3a8ebf 5px solid;
  }
  .p-commonConvImg {
    width: 40%;
  }
  
  .p-commonConvImg2 {
    display: block;
  }

}
@media screen and (max-width: 768px) {
  .p-commonConv {
    padding: 70px 0;
  }
  .p-commonConvInner {
    flex-direction: column-reverse;
    padding: 40px 20px 0 20px;
    height: auto;
    position: relative;
    z-index: 10;
    border-radius: 10px;
  }
  .p-commonConvMain {
    width: 100%;
  }
  .p-commonConvMain__subTitle {
    font-size: 17px;
    margin-bottom: 5px;
  }
  .p-commonConvMain__title {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .p-commonConvMain__middleTitle {
    font-size: 18px;
    margin-bottom: 13px;
  }
  .p-commonConvMain__middleTitle span {
    padding: 0 30px;
  }
  .p-commonConvMain__middleTitle span:before ,
  .p-commonConvMain__middleTitle span:after {
    width: 20px;
  }
  .p-commonConvMainPrice {
  }
  .p-commonConvMainPrice__num {
    font-size: 32px;
    padding-bottom: 5px;
  }
  .p-commonConvMainPrice__tag1 {
    font-size: 18px;
    margin-left: 8px;
  }
  .p-commonConvMainPrice__tag2 {
    font-size: 18px;
    margin-left: 8px;
  }
  .p-commonConvMainBtn {
    max-width: 260px;
    margin: 20px auto 0;
  }
  .p-commonConvMainBtn a {
    border-radius: 8px;
    height: 50px;
    font-size: 17px;
    border-bottom: #3a8ebf 5px solid;
  }
  .p-commonConvImg {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 30px;
  }
  
  .p-commonConvImg2 {
    display: block;
    margin-top: -20px;
    position: relative;
    z-index: 1;
  }

}


.c-secHead {
  text-align: left;
  margin-bottom: 63px;
}
.c-secHead__sunTitle {
  color: #ea8d8d;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 400;
  margin-bottom: 7px;
}
.c-secHead__title {
  font-size: 32px;
  line-height: 1.3;
  font-weight: 700;
}

@media screen and (max-width: 600px) {
  .c-secHead {
    margin-bottom: 30px;
  }
  .c-secHead__sunTitle {
    font-size: 20px;
    margin-bottom: 4px;
  }
  .c-secHead__title {
    font-size: 25px;
  }
}


.p-kv {
  padding: 36px;
}
.p-kvInner {
  display: flex;
  align-items: center;
}
.p-kvImg {
  width: 60%;
  border-radius: 20px;
  overflow: hidden;
}
.p-kvContent {
  width: 40%;
  box-sizing: border-box;
  padding: 20px 2% 20px 3.4%;
}
.p-kv__title {
  margin-bottom: 2.5vw;
}
.p-kv__title2 {
}
@media screen and (max-width: 768px) {
  .p-kv {
    padding: 0;
  }
  .p-kvInner {
    display: block;
  }
  .p-kvImg {
    display: none;
  }
  .p-kvContent {
    width: 100%;
    padding: 0;
  }
  .p-kv__title {
    margin-bottom: 0;
  }
  .p-kv__title2 {
    display: none;
  }
}


.p-feature {
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(249,247,241,1) 100%);
  padding: 100px 0 120px 0;
}
.p-feature__title {
  font-size: 32px;
  line-height: 1.4;
  font-weight: 700;
  font-family: "Kosugi Maru", sans-serif;
  letter-spacing: 0.12em;
  margin-bottom: 40px;
}
.p-feature__title strong {
  font-size: 38px;
  text-decoration: underline;
  color: #ea8d8d;
}
.p-feature__txt {
  font-size: 18px;
  line-height: 2;
  text-align: left;
  font-weight: 500;
}
.p-featureFrame {
  margin-top: 95px;
}
.p-featureItem {
  display: flex;
  align-items: flex-start;
  text-align: left;
}
.p-featureItem:nth-of-type(n + 2) {
  margin-top: 40px;
}
.p-featureItem:nth-of-type(2n + 1) {
  flex-direction: row-reverse;
}
.p-featureItem__img {
  width: 450px;
  position: relative;
  z-index: 1;
}
.p-featureItem__img:before {
  content: '';
  display: block;
  z-index: 10;
  position: absolute;
  top: -8.2%;
  left: -5.8%;
  width: 108%;
  height: 113%;
  background: url("../images/feature-cover.png") no-repeat center;
  background-size: 100% 100%;
}
.p-featureItem__img img {
  border-radius: 20px;
  position: relative;
  z-index: 3;
}
.p-featureItemContents {
  align-self: center;
  padding: 20px 0;
  position: relative;
  z-index: 10;
  width: calc(100% - 450px);
}
.p-featureItemContentsInner {
  width: calc(100% + 40px);
  margin-left: -40px;
}
.p-featureItem:nth-of-type(2n) .p-featureItemContentsInner {
  margin-left: 0;
  margin-right: -40px;
}
.p-featureItem__title {
  background: #ffeded;
  font-size: 20px;
  color: #3b2f0c;
  line-height: 1.4;
  padding: 13px 20px 12px;
  border-radius: 20px 20px 0 0;
}
.p-featureItem__txt {
  font-size: 16px;
  line-height: 1.9;
  font-weight: 500;
  background: #FFF;
  padding: 13px 20px 12px;
  border-radius: 0 0 20px 20px;
}

@media screen and (max-width: 768px) {
  .p-feature {
    padding: 130px 0 120px 0;
  }
  .p-feature__title {
    font-size: 22px;
    margin-bottom: 40px;
  }
  .p-feature__title strong {
    font-size: 26px;
  }
  .p-feature__txt {
    font-size: 16px;
  }
  .p-featureFrame {
    margin-top: 95px;
  }
  .p-featureItem {
    display: flex;
    text-align: left;
  }
  .p-featureItem:nth-of-type(n + 2) {
    margin-top: 30px;
  }
  .p-featureItem:nth-of-type(2n + 1) {
    flex-direction: row-reverse;
  }
  .p-featureItem__img:before {
    content: '';
    display: block;
    z-index: 10;
    position: absolute;
    top: -8.2%;
    left: -5.8%;
    width: 108%;
    height: 113%;
    background: url("../images/feature-cover.png") no-repeat center;
    background-size: 100% 100%;
  }
  .p-featureItem__img img {
    border-radius: 15px;
  }
  .p-featureItemContents {
    padding: 20px 0;
    width: 50%;
  }
  .p-featureItemContentsInner {
    width: calc(100% + 20px);
    margin-left: -20px;
  }
  .p-featureItem:nth-of-type(2n) .p-featureItemContentsInner {
    margin-left: 0;
    margin-right: -40px;
  }
  .p-featureItem__title {
    font-size: 18px;
    padding: 13px 15px 12px;
    border-radius: 15px 15px 0 0;
  }
  .p-featureItem__txt {
    font-size: 14px;
    line-height: 1.8;
    padding: 13px 15px 12px;
    border-radius: 0 0 15px 15px;
  }
}
@media screen and (max-width: 600px) {
  .p-feature {
    padding: 40px 0 70px 0;
  }
  .p-feature__title {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .p-feature__title strong {
    font-size: 26px;
  }
  .p-feature__txt {
    font-size: 16px;
  }
  .p-featureFrame {
    margin-top: 55px;
  }
  .p-featureItem {
    flex-direction: column-reverse;
  }
  .p-featureItem:nth-of-type(n + 2) {
    margin-top: 20px;
  }
  .p-featureItem:nth-of-type(2n + 1) {
    flex-direction: column-reverse;
  }
  .p-featureItem__img {
    width: 80%;
  }
  .p-featureItem__img:before {
    content: '';
    display: block;
    z-index: 10;
    position: absolute;
    top: -8.2%;
    left: -5.8%;
    width: 108%;
    height: 113%;
    background: url("../images/feature-cover.png") no-repeat center;
    background-size: 100% 100%;
  }
  .p-featureItem__img img {
    border-radius: 20px;
    position: relative;
    z-index: 3;
  }
  .p-featureItemContents {
    padding: 0px 0;
    width: 100%;
    transform: translate(0, -20px);
  }
  .p-featureItemContentsInner {
    width: 90%;
    margin-left: auto;
  }
  .p-featureItem:nth-of-type(2n) .p-featureItemContentsInner {
    margin-left: auto;
    margin-right: 0px;
  }
}


.p-course {
  padding: 110px 0 120px 0;
}
.p-courseFrame {
  
}
.p-courseItem {
  position: relative;
  padding: 17px 0 0 100px;
  text-align: left;
}
.p-courseItem:before {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 50px;
  left: 35px;
  background: #ea8d8d;
}
.p-courseItem + .p-courseItem {
  margin-top: 50px;
}
.p-courseItem:last-child:before {
  display: none;
}
.p-courseItem__num {
  font-family: "Kosugi Maru", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  line-height: 1;
  width: 70px;
  height: 70px;
  background: #ea8d8d;
  color: #FFF;
  box-sizing: border-box;
  padding: 0 0 0 3px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.p-courseItem__title {
  font-size: 26px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 34px;
}
.p-courseItemContents {
  
}
.p-courseItemList {
  background: #f7f4eb;
  border-radius: 6px;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-courseItemList li {
  font-size: 16px;
  line-height: 1.6;
  background: #FFF;
  width: calc(50% - 5px);
  border-radius: 6px;
  display: flex;
  align-items: center;
  min-height: 60px;
  box-sizing: border-box;
  padding: 10px 0;
}

.p-courseItemList li {
  margin-top: 10px;
}

.p-courseItemList__num {
  width: 62px;
  font-weight: bold;
  text-align: right;
  color: #6fc3f4;
  position: relative;
}
.p-courseItemList__num:before {
  content: '：';
  position: absolute;
  top: 0;
  right: -1em;
  color: #000000;
  font-weight: 500;
}
.p-courseItemList__txt {
  width: calc(100% - 62px);
  padding: 0 10px 0 1em;
  font-weight: 500;
  box-sizing: border-box;
}
.p-courseSpecial {
margin-top: 84px;
}
.p-courseSpecial__Title {
  font-size: 26px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 27px;
}
.p-courseSpecial__Title span {
  color: #ea8d8d;
}
.p-courseSpecialContentsItemList {
  background: #ffeded;
  border-radius: 6px;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-courseSpecialContentsItemList li {
  font-size: 16px;
  line-height: 1.6;
  background: #FFF;
  width: calc(50% - 5px);
  border-radius: 6px;
  display: flex;
  align-items: center;
  min-height: 60px;
  box-sizing: border-box;
  padding: 10px 0;
}
.p-courseSpecialContentsItemList li {
  margin-top: 10px;
}
.p-courseSpecialContentsItemList__num {
  width: 62px;
  font-weight: bold;
  text-align: right;
  color: #6fc3f4;
  position: relative;
}
.p-courseSpecialContentsItemList__num:before {
  content: '：';
  position: absolute;
  top: 0;
  right: -1em;
  color: #000000;
  font-weight: 500;
}
.p-courseSpecialContentsItemList__txt {
  width: calc(100% - 62px);
  padding: 0 10px 0 1em;
  font-weight: 500;
  box-sizing: border-box;
}

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

  .p-course {
    padding: 55px 0 60px 0;
  }

  .p-courseItemList__num {
    width: 40px;
  }

.p-courseItem {
  padding: 14px 0 0 60px;
}
.p-courseItem:before {
  left: 25px;
}

.p-courseItem + .p-courseItem {
  margin-top: 25px;
}

.p-courseItem__num {
  width: 50px;
  height: 50px;
}

.p-courseItem__title {
  font-size: 20px;
  margin-bottom: 20px;
}

.p-courseItemList li:nth-of-type(n + 2) {
  margin-top: 10px;
}

.p-courseSpecial__Title {
  font-size: 20px;
  margin-bottom: 20px;
}

.p-courseSpecialContentsItemList li {
    font-size: 14px;
    width: calc(100% - 5px);
  }

  .p-courseSpecialContentsItemList__txt {
    width: calc(100% - 40px);
  }

  .p-courseSpecialContentsItemList li:nth-of-type(n + 2) {
    margin-top: 10px;
  }
  
  .p-courseSpecialContentsItemList {
    padding: 20px;
  }
  
  .p-courseItemList li {
    font-size: 14px;
    width: calc(100% - 5px);
  }

  .p-courseItemList__txt {
    width: calc(100% - 40px);
  }
}





.p-doctor {
  background: #f9f7f1;
  padding: 110px 0 120px 0;
}
.p-doctorFrame {
  display: flex;
  flex-wrap: wrap;
}
.p-doctorItem {
  margin-left: 48px;
  width: calc(33.333% - 32px);
}
.p-doctorItem:nth-of-type(3n + 1) {
  margin-left: 0;
}
.p-doctorItem:nth-of-type(n + 4) {
  margin-top: 40px;
}
.p-doctorItem__img {
  max-width: 260px;
  margin: 0 auto 26px;
  border-radius: 50%;
  overflow: hidden;
}
.p-doctorItem__name {
  font-size: 22px;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 14px;
}
.p-doctorItem__name span {
  font-size: 18px;
}
.p-doctorItemHistory {
  
}
.p-doctorItemHistory li {
  display: flex;
  text-align: left;
  font-size: 16px;
  line-height: 1.6;
  padding: 10px 0;
  font-weight: 500;
}
.p-doctorItemHistory li:nth-of-type(n + 2) {
  border-top: #d7d7d7 1px solid;
}
.p-doctorItemHistory__year {
  width: 93px;
  color: #6b6b6b;
}
.p-doctorItemHistory__label {
  width: 93px;
  color: #6b6b6b;
}
.p-doctorItemHistory__txt {
  width: 100%;
  align-self: center;
}
.p-doctorItemHistory__longTxt {
  width: 100%;
  align-self: center;
}
.p-doctorItemHistory__longTxt p + p {
  margin-top: 10px;
}
.p-doctorItemHistory__year + .p-doctorItemHistory__txt {
  width: calc(100% - 93px);
  align-self: center;
}


@media screen and (max-width: 768px) {
  .p-doctor {
    background: #f9f7f1;
    padding: 110px 0 120px 0;
  }
  .p-doctorFrame {
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }

  .p-doctorItem {
    margin-left: 0px;
    width: 100%;
  }

  .p-doctorItem:nth-of-type(n + 2) {
    width: 100%;
    margin-top: 60px;
}
}

@media screen and (max-width: 600px) {
  .p-doctor {
    background: #f9f7f1;
    padding: 80px 0 70px 0;;
  }
  .p-doctorFrame {
    display: flex;
    flex-wrap: wrap;
  }
  .p-doctorItem {
    margin-top: 20px;
  }
  .p-doctorItem:nth-of-type(n + 2) {
    width: 100%;
    margin-top: 40px;
  }
  .p-doctorItem__name {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .p-doctorItem__name span {
    font-size: 15px;
  }
  .p-doctorItemHistory li {
    font-size: 14px;
  }
  .p-doctorItemHistory li:nth-of-type(n + 2) {
    border-top: #d7d7d7 1px solid;
  }
  .p-doctorItemHistory__year {
    width: 80px;
  }
  .p-doctorItemHistory__label {
    width: 80px;
  }
  .p-doctorItemHistory__txt {
    width: calc(100% - 93px);
    align-self: center;
  }
  .p-doctorItemHistory__longTxt {
    align-self: center;
  }
}




.p-voice {
  padding: 110px 0 120px 0;
}
.p-voiceFrame {
}
.p-voiceItem {
  display: flex;
  justify-content: space-between;
}
.p-voiceItem:nth-of-type(n + 2) {
  margin-top: 55px;
}
.p-voiceItemUpper {
  width: 420px;
}
.p-voiceItemContens {
  width: calc(100% - 460px);
  text-align: left;
  padding: 12px 0 0 0;
}
.p-voiceItemUpper__img {
  border-radius: 6px;
  overflow: hidden;
}
.p-voiceItemUpper__salon {
  font-size: 18px;
  line-height: 1.3;
  font-weight: bold;
  color: #e47a7a;
  text-align: left;
  margin-top: 25px;
}
.p-voiceItemUpper__salon span {
  display: inline-block;
  border: #e47a7a 1px solid;
  padding: 3px 20px 6px;
  border-radius: 7px;
}
.p-voiceItemUpper__name {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  text-align: left;
  margin-top: 12px;
}
.p-voiceItem__title {
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  position: relative;
  padding: 0 0 0 25px;
  margin-bottom: 24px;
}
.p-voiceItem__title:before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  background: #6fc3f4;
  border-radius: 50%;
  position: absolute;
  top: 11px;
  left: 0;
}
.p-voiceItem__txt {
  font-size: 16px;
  line-height: 1.96;
  font-weight: 500;
  letter-spacing: 0.14em;
}

@media screen and (max-width: 869px) {
  .p-voice {
    padding: 110px 0 120px 0;
  }
  .p-voiceItemUpper {
    width: 280px;
  }
  .p-voiceItemContens {
    width: calc(100% - 310px);
    text-align: left;
    padding: 0;
  }
  .p-voiceItemUpper__salon {
    font-size: 16px;
    margin-top: 15px;
  }
  .p-voiceItem__title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 600px) {
  .p-voice {
    padding: 80px 0 70px 0;;
  }
  .p-voiceItem {
    display: block;
    justify-content: space-between;
  }
  .p-voiceItem:nth-of-type(n + 2) {
    margin-top: 55px;
  }
  .p-voiceItemUpper {
    width: 100%;
  }
  .p-voiceItemContens {
    width: 100%;
    text-align: left;
    padding: 12px 0 0 0;
  }
  .p-voiceItemUpper__salon {
    font-size: 16px;
    margin-top: 15px;
  }
  .p-voiceItemUpper__name {
    font-size: 14px;
    margin-top: 10px;
  }
  .p-voiceItem__title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .p-voiceItem__title:before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: #6fc3f4;
    border-radius: 50%;
    position: absolute;
    top: 11px;
    left: 0;
  }
  .p-voiceItem__txt {
    font-size: 14px;
  }
}

.p-voiceSlider {
  width: calc(100% + 30px);
  margin: 0 -15px;
}
.p-voiceSliderList {
  
}
.p-voiceSliderListItem {
  cursor: pointer;
}
.p-voiceSliderListItemInner {
  padding: 0 15px 20px;
  display: flex;
  flex-direction: column;
}
.p-voiceSliderListItemInner > .p-voiceSliderListItemInner__txt p {
  flex-grow: 1;
}
.p-voiceSliderListItemInner__img {
  border-radius: 6px;
  overflow: hidden;
}
.p-voiceSliderListItemInner__txt {
  font-size: 16px;
  line-height: 1.5;
  font-weight: normal;
  margin: 15px 0;
  text-align: left;
}
.p-voiceSliderListItemInner__title {
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
  margin-top: 15px;
}
.p-voiceSliderList .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #6fc3f4;
}

@media screen and (max-width: 768px) {
  .p-voiceSlider {
    width: calc(100% + 40px);
    margin: 0 -20px;
  }
  .p-voiceSliderList {
    padding: 0 10px;
  }
  .p-voiceSliderListItem {
    cursor: pointer;
  }
  .p-voiceSliderListItemInner {
    padding: 0 10px 15px;
  }
  .p-voiceSliderListItemInner__img {
    border-radius: 5px;
  }
  .p-voiceSliderListItemInner__txt {
    font-size: 15px;
    line-height: 1.5;
    margin-top: 15px;
  }
  .p-voiceSliderListItemInner__title {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 15px;
  }
}
@media screen and (max-width: 450px) {
  .p-voiceSliderList {
    padding: 0 0px;
  }
}


.p-voiceModalOuter {
  background: #000;
  display: none;
}
.p-voiceModal {
  background: #FFF;
  max-width: 800px;
  margin: 40px auto;
  position: relative;
}
.p-voiceModalInner {
  padding: 50px;
}
.p-voiceModal__img {
  margin-bottom: 25px;
}
.p-voiceModal__title {
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  position: relative;
  padding: 0 0 0 25px;
  margin-bottom: 22px;
  text-align: left;
}
.p-voiceModal__title:before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  background: #6fc3f4;
  border-radius: 50%;
  position: absolute;
  top: 11px;
  left: 0;
}
.p-voiceModal__txt {
  font-size: 16px;
  line-height: 1.875;
  font-weight: 500;
  text-align: left;
}
.p-voiceModal__txt + .p-voiceModal__txt {
  margin-top: 1.5em;
}
button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: #6fc3f4;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
  opacity: 1;
  color: #FFF !important;
}
@media screen and (max-width: 768px) {
  .p-voiceModal {
  }
  .p-voiceModalInner {
    padding: 20px 20px 30px;
  }
  .p-voiceModal__img {
    margin-bottom: 22px;
  }
  .p-voiceModal__title {
    font-size: 18px;
    padding: 0 0 0 20px;
    margin-bottom: 15px;
  }
  .p-voiceModal__title:before {
    width: 10px;
    height: 10px;
    top: 11px;
  }
  .p-voiceModal__txt {
    font-size: 15px;
  }
  .p-voiceModal__txt + .p-voiceModal__txt {
    margin-top: 1.5em;
  }
}


.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: clamp(10px, 10vw, 140px);
	display: block;
	width: 50px;
	height: 50px;
	padding: 0;
	transform: translate(0, -25px);
	background-repeat: no-repeat !important;
	background-size: contain !important;
	background-color: #6fc3f4 !important;
	z-index: 100;
	border-radius: 5px;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}
.slick-prev:before,
.slick-next:before {
	display: none;
}

.slick-prev {
	left: 15px;
	background-image: url("../images/slider-arrow-l.png") !important;
}
.slick-next {
	right: 15px;
	background-image: url("../images/slider-arrow-r.png") !important;
}
@media screen and (max-width: 800px) {
	.slick-prev,
	.slick-next {
		top: clamp(10px, 17vw, 140px);
		width: 30px;
		height: 30px;
		transform: translate(0, -15px);
		border-radius: 5px;
	}
}
@media screen and (max-width: 768px) {
	.slick-prev {
		left: 20px;
	}
	.slick-next {
		right: 20px;
	}
}
@media screen and (max-width: 450px) {
	.slick-prev,
	.slick-next {
		top: clamp(10px, 24vw, 140px);
		width: 30px;
		height: 30px;
		transform: translate(0, -15px);
	}
	.slick-prev {
		left: 0px;
		border-radius: 0 5px 5px 0;
	}
	.slick-next {
		right: 0px;
		border-radius: 5px 0 0 5px;
	}
}

.p-flow {
  padding: 110px 0 120px 0;
  background: #f9f7f1;
}
.p-flowFrame {
  display: flex;
  justify-content: space-between;
}
.p-flowItem {
  width: 100%;
  margin-left: 20px;
  background: #FFF;
  border-radius: 20px;
}
.p-flowItem:nth-of-type(4n + 1) {
  margin-left: 0px;
}
.p-flowItem__num {
  position: relative;
}
.p-flowItem__num span {
  font-family: "Kosugi Maru", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  line-height: 1;
  width: 45px;
  height: 45px;
  background: #ea8d8d;
  color: #FFF;
  box-sizing: border-box;
  padding: 0 0 0 1px;
  border-radius: 50%;
  position: absolute;
  top: -22px;
  left: 0;
  right: 0;
  margin: auto;
}
.p-flowItem__img {
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
.p-flowItemContents {
  padding: 25px 20px;
  text-align: left;
    
}
.p-flowItem__title {
  font-size: 22px;
  line-height: 1.3;
  font-weight: bold;
  color: #3b2f0c;
  margin-bottom: 15px;
}
.p-flowItem__txt {
  font-size: 16px;
  line-height: 1.68;
  font-weight: 500;
}

@media screen and (max-width: 869px) {
  .p-flow {
    padding: 110px 0 120px 0;
    background: #f9f7f1;
  }
  .p-flowFrame {
    flex-wrap: wrap;
  }

  .p-flowItem {
    width: 47%;
    margin-left: 0px;
  }
  
  .p-flowItem:nth-of-type(n + 3) {
    margin-top: 50px;
  }

  .p-flowItem__num span {
    font-family: "Kosugi Maru", sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    line-height: 1;
    width: 45px;
    height: 45px;
    background: #ea8d8d;
    color: #FFF;
    box-sizing: border-box;
    padding: 0 0 0 1px;
    border-radius: 50%;
    position: absolute;
    top: -22px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .p-flowItem__txt {
    font-size: 16px;
  }
}

@media screen and (max-width: 600px) {
  .p-flow {
    padding: 80px 0 70px 0;
  }
  .p-flowFrame {
    flex-wrap: wrap;
  }
  .p-flowItem {
    width: 100%;
  }
  .p-flowItem:nth-of-type(n + 2) {
    margin-top: 40px;
  }
  .p-flowItemContents {
    padding: 20px 15px;
    text-align: left;
  }
  .p-flowItem__title {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .p-flowItem__txt {
    font-size: 14px;
  }
}



.p-conv {
  padding: 100px 0;
}



.p-contact {
  background: #f9f7f1;
  padding: 110px 0 120px 0;
  margin-top: 2px;
}
.p-contactFrame {
}



.c-form textarea ,
.c-form select ,
.c-form input[type=text] ,
.c-form input[type=email] ,
.c-form input[type=tel] {
  font-family: "Noto Sans JP", sans-serif;
}

.c-form {
}
.c-formInner {
  max-width: 882px;
  margin: 0 auto;
  background: #FFF;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 10px 40px;
}
.c-formItem {
  display: flex;
}
.c-formItem + .c-formItem {
  border-top: #eaeaea 1px solid;
}
.c-formItemHead {
  font-size: 18px;
  line-height: 1.75;
  width: 287px;
  padding: 19px 0px 19px 0px;
  box-sizing: border-box;
}
.c-formItemHeadInner {
  position: relative;
  text-align: left;
  padding: 0 20px 0 80px;
  font-weight: 700;
}
.c-formItemHeadInner:before {
  content: '任意';
  width: 66px;
  height: 26px;
  font-size: 15px;
  line-height: 1;
  position: absolute;
  margin: auto;
  top: 2px;
  bottom: 0;
  left: 0;
  display : flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 0 0 2px 0;
  font-weight: 700;
  color: #FFF;
  background: #d5d4d4;
  border-radius: 50px;
}
.c-formItemHeadInner.is-required:before {
  content: '必須';
  background: #ea8d8d;
}
.c-formItemContent {
  padding: 19px 0px 19px 0px;
  font-size: 18px;
  line-height: 1.75;
  font-weight:500;
  width: calc(100% - 287px);
  box-sizing: border-box;
  text-align: left;
}
.c-formItemContentInner {
  
}

.c-form input[type=text] ,
.c-form input[type=email] ,
.c-form input[type=tel] {
  width: 100%;
  box-sizing: border-box;
  height: 40px;
  border: none;
  padding: 5px 10px;
  outline: none;
  font-size: 16px;
  font-weight: 500;
  display: block;
  border-radius: 0;
  background: #f6f4ee;
}
.c-form input[type=text]:focus ,
.c-form input[type=email]:focus ,
.c-form input[type=tel]:focus {
  outline: #6fc3f4 1px solid;
}
.c-form input[type=text]:read-only {
  height: 45px;
  border: none;
  padding: 5px 0;
  color: #303030;
}
.c-form textarea {
  width: 100%;
  box-sizing: border-box;
  height: 160px;
  border: #d1d1d1 1px solid;
  padding: 15px 10px;
  outline: none;
  font-size: 16px;
  line-height: 1.75;
  border-radius: 0;
  font-weight: 500;
}
.c-formItemContent__txt {
  text-align: left;
  margin-bottom: 7px;
  font-weight: 700;
}
.c-formItemContent__txt a {
  color: #799533;
  text-decoration: underline;
  margin-right: 5px;
}
.c-formItemContent__check {
  text-align: left;
}
.c-formItemContent__check label {
  display: inline-block;
  cursor: pointer;
  text-align: left;
}
.c-formItemContent__check label > input {
  display: none;
}
.c-formItemContent__check label > span {
  display: inline-block;
  position: relative;
  font-size: 16px;
  line-height: 1.7;
  padding: 7px 0 7px 36px;
  font-weight: 700;
}
.c-formItemContent__check label > span:before ,
.c-formItemContent__check label > span:after {
  content: '';
  position: absolute;
  margin: auto;
  top: 2px;
  bottom: 0;
}
.c-formItemContent__check label > span:before {
  left: 0;
  border: #d1d1d1 1px solid;
  width: 25px;
  height: 25px;
  box-sizing: border-box;
  background: #d1d1d1;
}
.c-formItemContent__check label > span:after {
  left: 8px;
  width: 5px;
  height: 10px;
  border-right: #FFF 3px solid;
  border-bottom: #FFF 3px solid;
  opacity: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 2px;
}
.c-formItemContent__check label > input:checked + span:after {
  opacity: 1;
}
.c-formItemContent__check label > input:checked + span:before {
  border-color: #799533;
  background: #799533;
}
.c-formItemContent__radio {
  text-align: left;
}
.c-formItemContent__radio label {
  display: inline-block;
  cursor: pointer;
  text-align: left;
  margin-right: 50px;
}
.c-formItemContent__radio label > input {
  display: none;
}
.c-formItemContent__radio label > span {
  display: inline-block;
  position: relative;
  font-size: 16px;
  line-height: 1.7;
  padding: 8px 0 8px 45px;
  font-weight: 700;
}
.c-formItemContent__radio label > span:before ,
.c-formItemContent__radio label > span:after {
  content: '';
  position: absolute;
  margin: auto;
  top: 2px;
  bottom: 0;
  border-radius: 50%;
}
.c-formItemContent__radio label > span:before {
  left: 0;
  border: #d1d1d1 1px solid;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  background: #FFF;
}
.c-formItemContent__radio label > span:after {
  left: 7px;
  width: 16px;
  height: 16px;
  background: #d1d1d1;
}
.c-formItemContent__radio label > input:checked + span:after {
  background: #799533;
}



.c-formSubmit {
  margin-top: 60px;
}
.c-formSubmit input[type="submit"] {
  width: 100%;
  max-width: 340px;
  margin: 0 auto;
  display : flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  line-height: 1.3;
  background: #6fc3f4;
  color: #FFF;
  font-weight: 700;
  height: 70px;
  padding: 7px 36px 7px;
  box-sizing: border-box;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 12px;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: all 0.5s ease-out;
  border-bottom: #3a8ebf 5px solid;
}


.c-formSelect {
}
.c-formSelect select {
  -webkit-appearance:none;
  border: #d1d1d1 1px solid;
  height: 40px;
  width: 100%;
  box-sizing: border-box;
  display: block;
  padding: 5px 80px 5px 20px;
  line-height: 40px;
  outline: none;
  background: #FFF url("../images/icon-select.png") no-repeat right center;
  background-size: 34px auto;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  border-radius: 0;
  max-width: 480px;
}
.c-formSelect select::-ms-expand {
    display: none;
}

.c-formItemContentSch {
  max-width: 320px;
}
.c-formItemContentSchItem {
  display: flex;
  align-items: center;
}
.c-formItemContentSchItem:nth-of-type(n + 2) {
  margin-top: 15px;
}
.c-formItemContentSchItem__tag {
  width: 80px;
}
.c-formItemContentSchItem__input {
  width:  calc(100% - 80px);
}
.c-formItemContentSchItem__input input {
  background: url("../images/icon-calender.png") no-repeat right 10px center;
  background-size: 16px;
}


@media screen and (max-width: 768px) {
  .p-contact {
    padding: 80px 0 70px 0;
    margin-top: 2px;
  }
  .p-contactFrame {
  }



  .c-formInner {
    border-radius: 10px;
    padding: 20px 20px;
  }
  .c-formItem {
    display: block;
  }
  .c-formItem + .c-formItem {
    border-top: #eaeaea 1px solid;
    margin-top: 10px;
    padding-top: 10px;
  }
  .c-formItemHead {
    font-size: 16px;
    line-height: 1.75;
    width: 100%;
    padding: 0 0px 0 0px;
    margin-bottom: 13px;
  }
  .c-formItemHeadInner {
    padding: 0 20px 0 60px;
  }
  .c-formItemHeadInner:before {
    width: 50px;
    height: 20px;
    font-size: 11px;
    top: 2px;
    bottom: 0;
    padding: 0 0 2px 0;
  }
  .c-formItemContent {
    padding: 0 0px 0 0px;
    font-size: 16px;
    line-height: 1.75;
    width: 100%;
  }
  .c-formItemContentInner {

  }

  .c-form input[type=text] ,
  .c-form input[type=email] ,
  .c-form input[type=tel] {
    height: 40px;
    font-size: 16px;
  }
  .c-form textarea {
    height: 160px;
  }


  .c-formSubmit {
    margin-top: 40px;
  }
  .c-formSubmit input[type="submit"] {
    max-width: 280px;
    font-size: 16px;
    height: 60px;
    padding: 7px 36px 7px;
    border-radius: 8px;
    border-bottom: #3a8ebf 5px solid;
  }



}




.u-db--ib {
  display: inline-block;
}
