@charset "UTF-8";

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}

.fw-500 {
  font-weight: 500;
}
.line-yellow {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 70%, #ffff4c 30%);
}
.bg_skyblue {
  background-color: #E8F5FF !important;
}
@media (max-width: 767px) {
  .p-whitening.p-about .p-whitening__secttl {
    font-size: 4.8vw;
  }
}

.p-about .section_container {
  width: 95%;
  max-width: 730px;
  margin: 0 auto;
}

.p-whitening.p-about .btnbox {
  display: flex;
  justify-content: center;
}

.button_icon_tooth::before {
  content: '';
  display: block;
  width: 37px;
  height: 48px;
  background: url("/img_new/common/btn_icon_whitening.svg") no-repeat 50%;
  background-size: 37px auto;
  position: absolute;
  top: 0;
  left: 5.5%;
  bottom: 0;
  margin: auto;
}

.section_goal {
  background: url("images/goal_bg_pc.png") no-repeat center center #fff;
  background-size: cover;
  margin-top: 5rem;
  padding: 3rem 0 5rem;
}
.section_goal .section_goal__textbox {
  margin-top: 3rem;
}
.section_goal .section_goal__textbox h3 {
  font-size: 36px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.8px;
  color: #000;
}
.section_goal .section_goal__textbox p {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.6;
  color: #000;
  margin-top: 3rem;
}
.section_goal .section_goal__textbox .logo {
  max-width: 230px;
  width: 100%;
  margin: 5rem auto 0;
  padding-bottom: 5%;
}
@media (max-width: 767px) {
  .section_goal {
    background: url("images/goal_bg_sp.png") no-repeat center center #fff;
    background-size: cover;
    padding-bottom: 3rem;
    margin-top: 3rem;
  }
  .section_goal .section_goal__textbox {
    margin-top: 1.5rem;
  }
  .section_goal .section_goal__textbox h3 {
    font-size: 5.6vw;
  }
  .section_goal .section_goal__textbox p {
    font-size: 3.2vw;
    margin-top: 1.5rem;
  }
  .section_goal .section_goal__textbox .logo {
    max-width: 26.67vw;
    margin-top: 2.5rem;
  }
}


.section_feature {
  padding: 80px 0 60px;
}
.section_feature .section_container h3 {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.6;
  color: #000;
  margin-top: 50px;
}
.section_feature .section_container p.cap {
  font-size: 18px;
  line-height: 1.6;
  color: #000;
  margin-top: 25px;
}
.section_feature .section_container p.small {
  font-size: 13px;
  line-height: 1.6;
  color: #000;
  margin-top: 5px;
}
.section_feature .section_container .feature_img01 {
  max-width: 414px;
  width: 100%;
  margin: 50px auto 0;
}
@media (max-width: 767px) {
  .section_feature {
    padding: 10vw 0 8vw;
  }
  .section_feature .section_container h3 {
    font-size: 5.6vw;
    margin-top: 10vw;
  }
  .section_feature .section_container p.cap {
    font-size: 3.2vw;
    margin-top: 4.2vw;
  }
  .section_feature .section_container .feature_img01 {
    max-width: 71.33vw;
    margin-top: 10vw;
  }
  .section_feature .section_container p.small {
    font-size: 2.4vw;
  }
}
.section_feature__item {
  width: 100%;
  max-width: 730px;
  background: #fff;
  border-top: 6px solid #004ea2;
  padding: 5.5%;
  margin: 60px auto 0;
}
.section_feature__item .item_title {
  text-align: center;
}
.section_feature__item .item_title h4 {
  font-size: 20px;
  margin-bottom: 1.5%;
}
.section_feature__item .item_title span {
  font-size: 16px;
  color: #666;
}
.section_feature__item .item_img {
  margin-top: 5.5%;
}
.section_feature__item .item_img img {
  width: 100%;
}
.section_feature__item p {
  font-size: 15px;
}
.section_feature__item p.desc {
  margin-top: 20px;
}
.section_feature__item p.remark {
  font-size: 11px;
  margin-top: 20px;
}
.section_feature__item .flexbox {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.section_feature__item .flexbox dt {
  width: 13%;
}
.section_feature__item .flexbox dd {
  width: 85%;
}
.section_feature__item .license {
  margin-top: 5.5%;
  border: 1px solid #004ea2;
  padding: 10px;
}
.section_feature__item .license ul li {
  font-size: 12px;
  line-height: 1.5;
}
.section_feature__item .btnbox {
  margin-top: 5.5%;
}
.section_feature__item .btnbox .newbtn_blue {
  padding-right: 3%;
  padding-left: 3%;
}
@media (max-width: 767px) {
  .section_feature__item {
    width: 95%;
    padding: 10% 5.5%;
    margin-top: 10vw;
  }
  .section_feature__item .item_title h4 {
    font-size: 4.8vw;
  }
  .section_feature__item .item_title span {
    font-size: 3.73vw;
  }
  .section_feature__item .item_img {
    margin-top: 8%;
  }
  .section_feature__item .flexbox {
    display: block;
  }
  .section_feature__item .flexbox dt {
    width: 21.33vw;
    margin: 0 auto 1em;
  }
  .section_feature__item .flexbox dd {
    width: 100%;
  }
  .section_feature__item .flexbox dd p {
    font-size: 12px;
  }
  .section_feature__item .license,
  .section_feature__item .btnbox {
    margin-top: 8%;
  }
  .section_feature__item .btnbox {
    flex-wrap: wrap;
  }
  .section_feature__item .btnbox .newbtn_container + .newbtn_container {
    margin-top: 1rem;
  }
}


.section_search {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 80px 0 60px;
  border-bottom: 2px solid #004ea2;
}
.section_search .c-search__container {
  width: 100%;
}
@media (max-width: 767px) {
  .section_search {
    width: 93%;
    padding: 10vw 0 8vw;
  }
}


.section_voice {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 80px 0 60px;
}
@media (max-width: 767px) {
  .section_voice {
    width: 93%;
    padding: 10vw 0 8vw;
  }
}


.section_counseling {
  padding: 80px 0 0;
}
@media (max-width: 767px) {
  .section_counseling {
    padding: 10vw 0 0;
  }
}


.section_first {
  padding: 80px 0 60px;
}
.section_first .btnbox {
  margin-top: 5.5%;
}
@media (max-width: 767px) {
  .section_first {
    padding: 10vw 0 0;
  }
  .section_first .section_container {
    padding-bottom: 8vw;
    border-bottom: 1px solid #004ea2;
  }
  .section_first .btnbox {
    flex-wrap: wrap;
  }
  .section_first .btnbox .newbtn_container + .newbtn_container {
    margin-top: 1rem;
  }
}


.section_menu {
  padding: 80px 0 60px;
}
.section_menu .section_container .menu_list {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .section_menu {
    padding: 10vw 0 8vw;
  }
  .section_menu .section_container {
    width: 90%;
    margin: 0 auto;
  }
  .section_menu .section_container .menu_list {
    min-width: 100%;
    flex-wrap: wrap;
    margin-top: 8vw;
  }
}

.section_menu .popular {
  padding: 35px 20px 40px;
  background: #fff;
  border-top: 6px solid #004ea2;
}
.section_menu .popular .title-h3 {
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  line-height: 1.4;
}
.section_menu .popular .imgbox {
  position: relative;
}
.section_menu .popular .imgbox img {
  width: 100%;
}
.section_menu .popular .imgbox .pop_tag {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -35px;
	right: -10px;
	width: 90px;
	aspect-ratio: 1;
	background: #fff;
	border: 2px solid currentColor;
	border-radius: 50%;
	color: #004ea2;
	letter-spacing: normal;
	line-height: 1.2;
	white-space: nowrap;
	z-index: 5;
}
.section_menu .popular .imgbox .pop_tag .text {
	font-size: 9px;
}
.section_menu .popular .imgbox .pop_tag .note {
	position: absolute;
	right: 10%;
	top: 28%;
	font-size: 10px;
}
.section_menu .popular .newbtn_blue,
.section_menu .popular .newbtn_pink {
  padding-left: 3%;
}
.section_menu .popular .button_reserve::before {
  margin-right: 0;
  position: absolute;
  top: 0;
  left: 5.5%;
  bottom: 0;
  margin: auto;
}
@media (max-width: 767px) {
  .section_menu .popular {
    padding: 8% 5.5%;
  }
  .section_menu .c-flx__col2__item + .c-flx__col2__item {
    margin-top: 2rem;
  }
	.section_menu .popular .imgbox .pop_tag {
		top: -10vw;
		width: 24vw;
		max-width: 100px;
	}
}