@charset "UTF-8";
/*
	Filename: home
	Version: 1.0.1
*/
/*-----------------------------------------------------
	#mv
------------------------------------------------------*/
#mv {
  width: 100%;
  margin-top: 100px;
}
#mv .wrap {
  position: relative;
  z-index: 2;
  padding: 0;
  width: 100%;
  height: 667px;
  background-position: center center;
  background-size: cover;
}
.mv_text {
  position: absolute;
	top: 83px;
	right: 58px;
}
.mv_text h2 {
	margin-bottom: 20px;
  font-size: 44px;
  font-weight: 500;
  color: #fff;
  line-height: 1.4;
}
.mv_text h2 span {
	display: block;
	margin-bottom: 5px;
	font-family: "Roboto", sans-serif;
  font-size: 18px;
	font-weight: 400;
}
.mv_text p {
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  line-height: 1.4;
}
.shadow {
  position: absolute;
  left: 0;
  bottom: -25px;
	width: 100%;
	text-align: center;
	font-family: "Roboto", sans-serif;
	font-size: 150px;
	color: rgba(255,255,255,.25);
}
.open {
  margin-bottom: 10px;
}
.open span {
  display: inline-block;
  margin-bottom: 10px;
  padding: 10px 20px;
  background: rgba(111,181,211,.85);
  border: 2px solid #fff;
  box-shadow: 0px 0px 16px -6px rgba(28,81,104,0.8);
  font-size: 30px;
  font-weight: 500;
  color: #fff;
}
.blue_bg {
  display: inline-block;
  margin-bottom: 10px;
  padding: 10px 20px;
  background: rgba(111,181,211,.85);
  border: 2px solid #fff;
  box-shadow: 0px 0px 16px -6px rgba(28,81,104,0.8);
}
.circle {
  position: absolute;
  left: 40px;
  bottom: 40px;
  width: 543px;
}
.circle_child {
  width: 173px;
  height: 173px;
  padding: 3px;
  border-radius: 50% 50% 50% 50% !important;
  background: #0B2D80;
}
.circle_child_inner {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 10px 0;
  border-radius: 50% 50% 50% 50% !important;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
}
.num {
  display: inline-block;
  position: relative;
  margin-top: 10px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}
.num::after {
  content: "";
  display: block;
  position: absolute;
	bottom: -3px;
	left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}
.circle_child_inner h3 {
  position: absolute;
	top: 56%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
  width: 100%;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.05em;
}
.circle_child_inner h3 span {
  font-size: 18px;
}
.circle_child_inner h3 span.small {
	display: block;
	margin-top: 5px;
  font-size: 11px;
}
@media screen and (max-width: 1400px) {
	.shadow {
		bottom: -1.429vw;
		font-size: 10.714vw;
	}
}
@media screen and (max-width: 1300px) {
  .circle {
    right: 20px;
    width: 470px;
  }
  .circle_child {
    width: 150px;
    height: 150px;
  }
  .circle_child_inner h3 {
    font-size: 20px;
  }
  .circle_child_inner h3 span {
    font-size: 16px;
  }
}
@media screen and (max-width: 1080px) {
  #mv {
    margin-top: 80px;
  }
	.mv_text {
		left: 58px;
	}
  .circle {
    right: auto;
    left: 20px;
  }
}
@media screen and (max-width: 750px) {
  #mv {
    height: auto;
  }
  #mv div:first-of-type {
    border-radius: 0;
  }
  #mv .wrap {
    width: 100%;
    height: 176.133vw;
    margin-left: 0;
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
  }
	.shadow {
		display: none;
	}
}



/*-----------------------------------------------------
	#whitening
------------------------------------------------------*/
#whitening {
	padding: 60px 0;
}

#whitening .wrap {
	width:370px;
}

#whitening ul {
	margin-bottom:30px;
}
#whitening ul li {
	margin-bottom: 10px;
  margin-left: 20px;
  list-style-type: disc;
  font-size: 16px;
  line-height: 1.6;
}

#whitening .link_btn {
	width:340px;
}

/*-----------------------------------------------------
	#campain
------------------------------------------------------*/
#campain {
  padding: 60px 0;
  text-align: center;
}
#campain img {
  max-width: 100%;
}
#campain h2 {
  margin-top: 50px;
}
@media screen and (max-width: 750px) {
  #campain img {
    width: 100%;
  }
}
/*-----------------------------------------------------
	#about
------------------------------------------------------*/
#about {
  padding: 60px 0;
}
#about .flex {
	align-items: center;
}
.about_l {
  width: 50%;
	text-align: right;
}
.about_l img {
  width: 60%;
}
.about_r {
  width: 45%;
  text-align: left;
}
.about_r h2 {
  margin-bottom: 25px;
  text-align: left;
}
.about_r ul li {
  position: relative;
  margin-bottom: 16px;
  padding-left: 20px;
  font-size: 20px;
  line-height: 1.4;
}
.about_r ul li::after {
  content: "";
  display: block;
  position: absolute;
	top: 9px;
	left: 0;
  width: 12px;
  height: 12px;
  background: url("../img/common/list_icon.png") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 1200px) {
  .about_l img {
		width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 750px) {
  #about {
    padding: 40px 0 75px;
  }
  .about_l {
		order: 2;
    width: 100%;
		text-align: center;
  }
  .about_l img {
		width: 90%;
    height: auto;
    object-fit: contain;
  }
  .about_r {
		order: 1;
    width: 100%;
    margin-bottom: 30px;
  }
  .about_r h2 {
    margin-bottom: 20px;
  }
  .about_r ul li {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .about_r ul li::after {
    top: 6px;
  }
}
/*-----------------------------------------------------
	#setumei
------------------------------------------------------*/
#setumei {
  padding: 30px 0;
  text-align: center;
}
#setumei .wrap {
  padding: 0 150px;
}
.setumei_box {
  border: 1px solid #434343;
}
#setumei h2 {
  padding: 10px;
  background: #0B2D80;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
#setumei p {
  padding: 30px 20px;
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 1166px) {
  #setumei .wrap {
    padding: 0;
  }
}
/*-----------------------------------------------------
	#soudan
------------------------------------------------------*/
#soudan {
  position: relative;
  z-index: 2;
  padding-top: 80px;
  background: #F9FCFD;
}
.bottom_color {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 150px;
  background: #F2F8FB;
}
#soudan h2 {
  font-size: 32px;
  font-weight: 500;
}
.soudan_list {
	justify-content: flex-start;
	gap: 20px;
}
.soudan_list .flex {
  justify-content: flex-start;
  align-items: center;
  width: calc((100% - 40px) / 3);
  height: 100px;
  padding: 0 13px;
  border: 1px solid #434343;
}
.soudan_list .flex span.blue {
  margin-right: 20px;
  font-size: 18px;
  font-weight: 500;
  color: #0B2D80;
}
.soudan_list .flex span {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}
#soudan .center {
  margin: 15px auto 30px;
}
.soudan_bottom {
  padding: 80px 10px;
  background: url("../img/home/soudan_bg.webp") no-repeat center center;
  text-align: center;
}
.soudan_bottom p {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  line-height: 1.4;
}
@media screen and (max-width: 1080px) {
  .soudan_list .flex {
    width: calc((100% - 20px) / 2);
  }
  .soudan_bottom p {
    font-size: 20px;
  }
}
@media screen and (max-width: 750px) {
  #soudan {
    padding-top: 60px;
  }
  .bottom_color {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 150px;
    background: #F2F8FB;
  }
	.soudan_list {
		gap: 10px;
	}
	.soudan_list .flex {
    width: calc((100% - 10px) / 2);
  }
  .soudan_list .flex {
    display: block;
    height: 80px;
    padding: 10px 10px;
  }
  .soudan_list .flex span.blue {
    display: block;
    width: 100%;
    margin-right: 0;
    font-size: 12px;
    text-align: center;
  }
  .soudan_list .flex span {
    display: block;
    width: 100%;
    font-size: 15px;
    text-align: center;
  }
  #soudan .center {
    margin: 15px auto;
  }
  .soudan_bottom {
    padding: 50px 20px;
    background: url("../img/home/sp_soudan_bg.webp") no-repeat center center;
    background-size: cover;
  }
  .soudan_bottom p {
    font-size: 16px;
  }
}
@media screen and (max-width: 414px) {
  .soudan_list .flex span {
    font-size: 14px;
  }
}
/*-----------------------------------------------------
	#reason
------------------------------------------------------*/
#reason {
	padding-top: 218px;
  padding-bottom: 80px;
  background: #F4F7FF;
}
#reason .wrap {
  position: relative;
  width: 1246px;
  margin-right: auto;
  margin-left: calc((100% - 1136px)/2);
  padding-left: 150px;
}
.sticky-element {
  position: absolute;
  top: 0;
  left: 0;
  writing-mode: vertical-rl;
  font-size: 60px;
  font-weight: 500;
  line-height: 1;
}
#reason .wrap h2 span {
  display: block;
	margin-left: 10px;
  font-size: 28px;
  line-height: 1;
}

.en_title {
  position: absolute;
  top: -100px;
  right: 60px;
  font-family: "Roboto", sans-serif;
  font-size: 140px;
  color: rgba(11,45,128,.4);
}
.reason_box {
  padding-bottom: 20px;
  background: #fff;
}
.reason_box .flex {
  margin-bottom: 60px;
}
.reason_text {
  position: relative;
  width: 47%;
  padding-top: 34px;
  padding-right: 40px;
  padding-left: 80px;
}
.reason_box .flex:nth-of-type(2) .reason_text, .reason_box .flex:nth-of-type(4) .reason_text {
  padding-top: 0;
  padding-right: 80px;
  padding-left: 40px;
}
.reason_text h3 {
  margin-bottom: 15px;
}
.reason_text h4 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
  color: #0B2D80;
  line-height: 1.4;
}
.reason_text p {
  font-size: 16px;
  line-height: 1.6;
}
.reason_text p.small {
  margin-top: 30px;
  font-size: 14px;
}
.reason_text a {
  position: absolute;
  bottom: 0;
  left: 80px;
}
.reason_box .flex:nth-of-type(2) .reason_text a, .reason_box .flex:nth-of-type(4) .reason_text a {
  left: 40px;
}
.reason_img {
  width: 53%;
}
.reason_img img {
  width: 100%;
	max-width: 100%;
}
@media screen and (max-width: 1373px) {
  #reason .wrap {
    width: auto;
    margin-right: 0;
    margin-left: calc((100% - 1136px)/2);
  }
  .reason_text p {
    margin-bottom: 20px;
  }
  .reason_text a {
    display: inline-block;
    position: relative;
    bottom: 0;
    left: 0;
  }
  .reason_img img {
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 1160px) {
  #reason .wrap {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding-left: 12.931vw;
  }
  #reason .wrap h2 {
    left: -23px;
    font-size: 5.172vw;
  }
  #reason .wrap h2 span {
    font-size: 2.414vw;
  }
  .en_title {
    top: -8.621vw;
    right: 5.172vw;
    font-size: 12.069vw;
  }
  .reason_text {
    padding-left: 40px;
  }
  .reason_box .flex:nth-of-type(2) .reason_text, .reason_box .flex:nth-of-type(4) .reason_text {
    padding-right: 40px;
  }
}
@media screen and (max-width: 750px) {
  #reason {
		padding-top: 47px;
    padding-bottom: 60px;
  }
  .reason_bg {
    margin-bottom: 67px;
  }
  .reason_bg img {
    width: 100%;
  }
  #reason .wrap {
    padding-left: 0;
  }
	.sticky-element {
		position: relative;
		top: auto;
		left: auto;
		writing-mode: horizontal-tb;
		text-align: center;
	}
	#reason .wrap h2 {
		left: 0;
		margin-bottom: 30px;
		font-size: 40px;
		line-height: 1.6;
	}
	#reason .wrap h2 span {
		margin-left: 0;
		font-size: 32px;
	}

	.en_title {
		position: relative;
		top: auto;
		right: auto;
		margin-bottom: 10px;
		font-size: 40px;
		text-align: center;
	}
  .reason_box {
    position: relative;
    width: calc(100% - 20px);
    margin: 0 auto;
    padding-bottom: 20px;
  }
  .reason_box .flex {
    margin-bottom: 60px;
  }
  .reason_text {
    position: relative;
    order: 2;
    width: 100%;
    padding-top: 0;
    padding-right: 20px;
    padding-left: 20px;
  }
  .reason_box .flex:nth-of-type(2) .reason_text, .reason_box .flex:nth-of-type(4) .reason_text {
    padding-top: 0;
    padding-right: 20px;
    padding-left: 20px;
  }
  .reason_text h3 {
    margin-bottom: 15px;
  }
  .reason_text h4 {
    margin-bottom: 25px;
    font-size: 20px;
  }
  .reason_text p {
    font-size: 15px;
  }
  .reason_text p.small {
    margin-top: 10px;
    font-size: 12px;
  }
  .reason_text a {
    display: block;
    margin-top: 30px;
  }
  .reason_box .flex:nth-of-type(2) .reason_text a, .reason_box .flex:nth-of-type(4) .reason_text a {
    left: 0;
  }
  .reason_img {
    position: relative;
    width: 100%;
    order: 1;
    left: 10px;
  }
  .reason_img img {
    width: 100%;
  }
  .reason_box .flex:nth-of-type(2) .reason_img, .reason_box .flex:nth-of-type(4) .reason_img {
    left: -10px;
  }
}

/*-----------------------------------------------------
	#doctor
------------------------------------------------------*/
#doctor {
  padding: 100px 0 80px;
}
#doctor .wrap {
  width: 1010px;
}
.doctor_l {
  width: 46%;
  text-align: left;
}
.doctor_l h2 {
  margin-bottom: 25px;
  text-align: left;
}
.doctor_l h3 {
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.6;
}
#doctor a {
  display: inline-block;
}
#doctor p {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 1.6;
}
.doctor_r {
  width: 46%;
  padding-right: 30px;
}
.doctor_r img {
  width: 100%;
}
.doctor_name {
	position: relative;
	margin-top: -75px;
	margin-right: -30px;
	text-align: right;
}
.doctor_name img {
  width: 215px;
  height: auto;
}
@media screen and (max-width: 1050px) {
  #doctor .wrap {
    width: calc(100% - 40px);
  }
  .doctor_l {
    width: 48%;
  }
  .doctor_r {
    width: 48%;
    padding-right: 30px;
  }
  .doctor_r img {
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 750px) {
  #doctor {
    padding: 0 0 90px;
		background: #F4F7FF;
  }
  .doctor_l {
    width: 100%;
  }
  .doctor_l h2 {
    margin-bottom: 30px;
  }
  .doctor_l h3 {
    margin-bottom: 25px;
    font-size: 20px;
  }
  #doctor p {
    margin-bottom: 30px;
    font-size: 14px;
  }
  .doctor_r {
    width: 100%;
    margin-bottom: 40px;
    padding-right: 0;
  }
  .doctor_r img {
    height: auto;
    object-fit: contain;
  }
  .doctor_name {
		margin-top: -60px;
		margin-right: -15px;
  }
  .doctor_name img {
    width: 168px;
    height: auto;
  }
}
/*-----------------------------------------------------
	#treatment
------------------------------------------------------*/
#treatment {
  padding-bottom: 10px;
  background: #F4F7FF;
}
#treatment .wrap {
  position: relative;
  width: 1246px;
  margin-top: 60px;
}
#treatment .wrap .en_title {
  position: absolute;
  top: -86px;
  left: 0;
  z-index: 1;
  font-family: "Roboto", sans-serif;
  font-size: 140px;
  color: rgba(11,45,128,.4);
}
.treatment_header {
  position: relative;
  top: -60px;
  margin-bottom: 20px;
}
.treatment_header_l {
  position: relative;
  width: 50%;
}
.treatment_header_l_inner {
  position: absolute;
  bottom: 0;
  left: 0;
}
.treatment_header_l h2 {
  margin-bottom: 0;
  text-align: left;
}
.treatment_header_r {
  width: 50%;
}
.treatment_header_r img {
  width: 100%;
}
.treatment_box {
  margin-bottom: 90px;
}
.treatment_img {
  position: relative;
  width: 50%;
}
.treatment_img img {
  width: 100%;
}
.treatment_img .num_r {
  position: absolute;
  top: -30px;
  right: 50px;
  font-family: "Roboto", sans-serif;
  font-size: 80px;
  color: #0B2D80;
}
.treatment_img .num_l {
  position: absolute;
  top: -30px;
  left: 50px;
  font-family: "Roboto", sans-serif;
  font-size: 80px;
  color: #0B2D80;
}
.treatment_text {
  width: 50%;
  padding: 20px 100px 0 40px;
}
#treatment .wrap .treatment_box:nth-of-type(even) .treatment_text {
  padding: 20px 40px 0 100px;
}
.treatment_text h3 {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}
.treatment_text h3 span {
  font-weight: 700;
  color: #0B2D80;
}
.treatment_text h4 {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
}
.treatment_text p {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.6;
}
.treatment_text a {
  display: inline-block;
}

@media screen and (max-width: 1286px) {
  #treatment .wrap {
    width: calc(100% - 40px);
    margin-top: 60px;
  }
  #treatment .wrap .en_title {
    top: -50px;
    font-size: 80px;
  }
  .treatment_img img {
    height: 100%;
    object-fit: cover;
  }
  .treatment_text {
    padding: 40px;
  }
  #treatment .wrap .treatment_box:nth-of-type(even) .treatment_text {
    padding: 40px;
  }
}

@media screen and (max-width: 750px) {
  #treatment {
    padding-bottom: 10px;
    background: #F2F8FB;
  }
  #treatment .wrap .en_title {
    top: -120px;
    font-size: 68px;
  }
  .treatment_header {
    margin-bottom: 0;
  }
  .treatment_header_l {
    position: relative;
    width: 100%;
    order: 2;
  }
  .treatment_header_l_inner {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .treatment_header_l h2 {
    margin-bottom: 0;
    text-align: left;
  }
  .treatment_header_r {
    position: relative;
    order: 1;
    left: 20px;
    width: 100%;
    margin-bottom: 120px;
  }
  .treatment_header_r img {
    width: 100%;
  }
  .treatment_box {
    margin-bottom: 25px;
  }
  .treatment_img {
    position: relative;
    order: 1;
    width: 100%;
    left: -20px;
  }
  #treatment .wrap .treatment_box:nth-of-type(even) .treatment_img {
    left: 20px;
  }
  .treatment_img img {
    height: 100%;
    object-fit: contain;
  }
  .treatment_img .num_r {
    top: auto;
    bottom: -25px;
    right: auto;
    left: 30px;
    font-size: 50px;
  }
  .treatment_img .num_l {
    top: auto;
    bottom: -25px;
    right: auto;
    left: 30px;
    font-size: 50px;
  }
  .treatment_text {
    order: 2;
    width: 100%;
    padding: 40px 10px 20px 10px;
  }
  #treatment .wrap .treatment_box:nth-of-type(even) .treatment_text {
    padding: 40px 10px 20px 10px;
  }
  .treatment_text h3 {
    font-size: 20px;
  }
	.treatment_text h4 {
		margin-bottom: 10px;
		font-size: 18px;
	}
  .treatment_text p {
    font-size: 15px;
  }
  .treatment_text a {
    display: block;
  }
}

