@charset "UTF-8";
/*------------------------------------------------------------mainphoto*/
#mainimage {
    aspect-ratio: 1 / 1;
    padding-top: 12%;
    text-align: left;
    background: url("../img/index_img/mainimage_sp.png") center top no-repeat;
    background-size: 100% auto;
}
#mainimage p {
    padding-left: 2.6666%;
    line-height: 1.1;
    display: inline-flex;
    flex-direction: column;
    gap: 0.5em;
    font-family: var(--font-title);
    font-weight: 600;
    text-shadow: 
    #fff 2px 0px 4px, #fff -2px 0px 4px,
    #fff 0px -2px 4px, #fff 0px 2px 4px,
    #fff 2px 2px 4px, #fff -2px 2px 4px,
    #fff 2px -2px 4px, #fff -2px -2px 4px,
    #fff 1px 2px 4px, #fff -1px 2px 4px,
    #fff 1px -2px 4px, #fff -1px -2px 4px,
    #fff 2px 1px 4px, #fff -2px 1px 4px,
    #fff 2px -1px 4px, #fff -2px -1px 4px;
    & strong {
        font-weight: 600;
        color: var(--main-color);
    }
}

@media print, screen and (min-width:576px) {
#mainimage {
    height: 335px;
    aspect-ratio: auto;
    padding-top: 50px;
    background: url("../img/index_img/mainimage.png") center top no-repeat;
    background-size: auto 100%;
}
#mainimage p {
    padding-left: 60px;
}

}
@media print, screen and (min-width:768px) {
#mainimage {
    height: 500px;
    aspect-ratio: auto;
    padding-top: 80px;
}
#mainimage p {
    padding-left: 30px;
    font-size: 24px;
}
}
@media print, screen and (min-width:992px) {
#mainimage {
    height: 620px;
    aspect-ratio: auto;
    padding-top: 110px;
}
#mainimage p {
    padding-left: 70px;
    font-size: 30px;
}
}
@media print, screen and (min-width:1240px) {
#mainimage {
    aspect-ratio: auto;
    height: 719px;
    padding-top: 130px;
}
#mainimage p {
    padding-left: 140px;
    font-size: 34px;
}
}

/*------------------------------------------------------------content*/
/*---------------------------------------------greeting*/
#greeting {
    padding: 50px 0;
    text-align: left;
}
#greeting .catch {
    display: flex;
    flex-direction: column;
}
#greeting h2 {
    font-family: var(--font-title);
    font-weight: 600;
    line-height: 1.5;
    font-size: 21px;
}
#greeting h2 strong {
    display: inline-block;
    font-weight: 600;
    color: var(--main-color);
}
#greeting h2 span {
    display: inline-block;
}
#greeting .catch figure {
    text-align: center;
}
#greeting .catch figure img {
    width: 250px;
    height: auto;
}
@media print, screen and (min-width:768px) {
#greeting {
    padding: 90px 0;
}
#greeting .catch {
    gap: 20px;
}
#greeting h2 {
    font-size: 32px;
}
#greeting .catch figure img {
    width: 320px;
    height: auto;
}
}
@media print, screen and (min-width:992px) {
#greeting .catch {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 0;
}
#greeting h2 {
    width: calc(100% - 280px);
    font-size: 34px;
}
#greeting .catch figure {
    width: 280px;
}
#greeting .catch figure img {
    width: 100%;
}
}
@media print, screen and (min-width:1240px) {
#greeting h2 {
    width: calc(100% - 420px);
    font-size: 40px;
}
#greeting .catch figure {
    width: 420px;
}
}

/*---------------------------------------------link*/
#link {
    padding: 50px 0;
    background: color-mix(in srgb, var(--main-color) 12%, white);
}
#link ul {
    display: flex;
    justify-content: space-between;
}
#link ul li {
    width: 49%;
}
#link ul li a {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items:flex-end;
    text-decoration: none;
    color: #fff;
    transition: all 0.5s;
}
#link ul li a h3 {
    order: 3;
    position: relative;
    width: 100%;
    padding: 15px 0;
    line-height: 1.1;
    font-family: var(--font-title);
    font-weight: 600;
    font-size: 20px;
    border-radius: var(--base-radius-sp);
    & i {
        margin-left: 0.15em;
        font-weight: 400;
        font-size: 1.3em;
    }
}
#link ul li:first-child a h3 {
    background: var(--main-color);
}
#link ul li:nth-child(2) a h3, #link ul li:nth-child(2) a > div div {
    background: var(--sub-color);
}
#link ul li a img.shine {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: auto;
    height: 70px;
}
#link ul li a > div {
    order: 1;
    position: relative;
    width: 100%;
    padding-bottom: 126px;
}
#link ul li a > div div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 160px;
    border-radius: 50%;
    background: var(--main-color);
}
#link ul li a > div div p {
    font-family: var(--font-title);
    font-weight: 600;
    font-size: 18px;
    line-height: 1.4;
}
#link ul li a div > img {
    position: absolute;
    left: calc(50% - 40px);
    top: 150px;
    width: 40px;
    height: auto;
}
#link ul li a figure {
    order: 2;
    width: 60%;
    margin-left: -60%;
    z-index: 1;
}
#link ul li a figure img {
    width: auto;
    height: 150px;
}
@media print, screen and (min-width:576px) {
#link ul {
    display: flex;
}
#link ul li {
    width: 48.5%;
}
#link ul li a > div {
    width: 80%;
    padding-bottom: 110px;
}
#link ul li a div > img {
    left: calc(50% - 20px);
    top: 150px;
    width: 50px;
    height: auto;
}
#link ul li a figure {
    width: 50%;
    margin-left: -30%;
    z-index: 1;
}
}
@media print, screen and (min-width:768px) {
#link {
    padding: 90px 0;
}
#link ul {
    gap: 30px;
}
#link ul li {
    width: calc(50% - 15px);
}
#link ul li a:hover {
    opacity: 0.6;
}
#link ul li a h3 {
    padding: 20px 0;
    font-size: 30px;
    border-radius: var(--base-radius);
}
#link ul li a img.shine {
    position: absolute;
    bottom: 60px;
    left: 0;
    width: auto;
    height: 120px;
}

#link ul li a > div {
    width: 75%;
    padding-bottom: 130px;
}
#link ul li a > div div {
    height: 200px;
}
#link ul li a > div div p {
    font-size: 24px;
}
#link ul li a div > img {
    left: calc(50% - 20px);
    top: 190px;
    width: 60px;
    height: auto;
}
#link ul li a figure {
    width: 50%;
    margin-left: -25%;
    z-index: 1;
}
#link ul li a figure img {
    width: auto;
    height: 200px;
}
}
@media print, screen and (min-width:992px) {
#link ul li {
    width: calc(50% - 20px);
}
#link ul li a h3 {
    padding: 32px 0;
    font-size: 40px;
}
#link ul li a img.shine {
    position: absolute;
    bottom: 90px;
    left: 0;
    width: auto;
    height: 140px;
}
#link ul li a > div {
    width: 70%;
    padding-bottom: 100px;
}
#link ul li a > div div {
    height: 260px;
}
#link ul li a > div div p {
    font-size: 32px;
}
#link ul li a > div div p span {
    margin-top: 4px;
    font-size: 24px;
}
#link ul li a div > img {
    left: 50%;
    top: 240px;
    width: auto;
    height: auto;
}
#link ul li a figure {
    width: 40%;
    margin-left: -10%;
    z-index: 1;
}
#link ul li a figure img {
    width: auto;
    height: 240px;
}
}
@media print, screen and (min-width:1240px) {
#link ul li a img.shine {
    position: absolute;
    bottom: 90px;
    left: 0;
    width: auto;
    height: auto;
}
#link ul li a > div {
    width: 360px;
}
#link ul li a > div div {
    height: 290px;
}
#link ul li a div > img {
    left: 60%;
    top: 270px;
    width: auto;
    height: auto;
}
#link ul li a figure {
    width: 298px;
    margin-left: -78px;
    z-index: 1;
}
#link ul li a figure img {
    width: auto;
    height: auto;
}
}

#faq {
    padding: 80px 0 50px;
}
.list_faq {
    text-align: left;
}
.list_faq dt {
    position: relative;
    margin-bottom: 8px;
    padding: 15px 15px 15px 55px;
    line-height: 1.4;
	font-size: 18px;
	font-weight: 600;
	font-family: var(--font-title);
    border-radius: var(--base-radius-sp) var(--base-radius-sp) 0 0;
    background: color-mix(in srgb, var(--sub-color) 12%, white);
}
.list_faq dt::before {
    position: absolute;
    top: 5px;
    left: 5px;
    display: block;
    width: 40px;
    height: 40px;
    content: "Q";
    text-align: center;
    line-height: 40px;
	font-size: 24px;
	font-weight: 600;
    font-family: var(--font-en);
    color: #fff;
    border-radius: 100%;
    background: var(--sub-color);
}
.list_faq dd {
    position: relative;
    margin-bottom: 40px;
    padding: 15px 15px 15px 55px;
    border-radius: 0 0 var(--base-radius-sp) var(--base-radius-sp);
    background: color-mix(in srgb, var(--main-color) 12%, white);
}
.list_faq dd:last-child {
    margin-bottom: 0;
}
.list_faq dd::before {
    position: absolute;
    top: 5px;
    left: 5px;
    display: block;
    width: 40px;
    height: 40px;
    content: "A";
    text-align: center;
    line-height: 40px;
	font-size: 24px;
	font-weight: 600;
    font-family: var(--font-en);
    color: #fff;
    border-radius: 100%;
    background: var(--main-color);
}
@media print, screen and (min-width:768px) {
#faq {
    padding: 140px 0 90px;
}
.list_faq dt {
    margin-bottom: 10px;
    padding: 30px 30px 30px 90px;
	font-size: 23px;
    border-radius: var(--base-radius) var(--base-radius) 0 0;
}
.list_faq dt::before {
    top: 20px;
    left: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
	font-size: 32px;
}
.list_faq dd {
    position: relative;
    margin-bottom: 60px;
    padding: 30px 30px 30px 90px;
    border-radius: 0 0 var(--base-radius) var(--base-radius);
}
.list_faq dd::before {
    top: 20px;
    left: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
	font-size: 32px;
}
}

#invisalign {
    padding: 80px 0 50px;
    background: color-mix(in srgb, var(--main-color) 12%, white);
}
.list_feat {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
}
.list_feat li {
    position: relative;
    list-style-type: none;
    counter-increment: cnt;
    padding: 15px;
    border-radius: var(--base-radius-sp);
    background: #fff;
}
.list_feat li::before {
    content: "0"counter(cnt);
    display: block;
    margin-bottom:0.3em;
    text-align: center;
    line-height: 1.1;
    font-family: var(--font-en);
    font-size: 28px;
    font-weight: 600;
    color: var(--main-color);
}
.list_feat li h4 {
    line-height: 1.35;
    text-align: center;
	font-size: 19px;
	font-weight: 600;
	margin-bottom: 15px;
	font-family: var(--font-title);
    color: var(--main-color);
}
.list_feat li figure {
	margin-top: 15px;
    text-align: center;
}
.list_feat li figure img {
	width: 240px;
    height: auto;
}
@media print, screen and (min-width:768px) {
#invisalign {
    padding: 140px 0 90px;
}
.list_feat {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px 0;
}
.list_feat li {
    width: calc((100% - 15px) / 2);
    padding: 30px 20px 210px;
    border-radius: var(--base-radius);
}
.list_feat li::before {
    font-size: 36px;
}
.list_feat li h4 {
	font-size: 24px;
	margin-bottom: 15px;
}
.list_feat li figure {
    position: absolute;
    left: 0;
    bottom: 30px;
	margin-top: 0;
    width: 100%;
    text-align: center;
}
}
@media print, screen and (min-width:992px) {
.list_feat {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px 0;
}
.list_feat li {
    width: calc((100% - 30px) / 2);
    padding: 30px 30px 210px;
}
.list_feat li::before {
    font-size: 36px;
}
.list_feat li h4 {
	font-size: 24px;
	margin-bottom: 15px;
}
.list_feat li figure {
    position: absolute;
    left: 0;
    bottom: 30px;
	margin-top: 0;
    width: 100%;
    text-align: center;
}
}
@media print, screen and (min-width:1240px) {
.list_feat {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px 0;
}
.list_feat li {
    width: calc((100% - 90px) / 4);
    padding: 30px 20px 210px;
}
}




#denture {
    padding: 80px 0 50px;
}
@media print, screen and (min-width:768px) {
#denture {
    padding: 140px 0 90px;
}
}


.link_btn{
	margin: 40px 0 0;
}
.link_btn ul{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
    gap: 10px;
}
.link_btn ul li{
}
.link_btn ul li a {
    color: var(--sub-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: solid 2px var(--sub-color);
    border-radius:50px;
    font-family: var(--font-title);
    font-weight: 600;
    padding: 15px 20px;
    line-height: 1;
    text-decoration: none;
    & i {
        margin-left: 0.25em;
        font-weight: 400;
        font-size: 1.2em;
    }
}
@media print, screen and (min-width:768px) {
.link_btn ul li a {
        padding: 15px 50px;
}
.link_btn ul li a:hover{
    color: #fff;
	background: var(--sub-color);
	-webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
}
}

.box_green {
    padding-top: 50px;
    & > div {
        padding: 0 15px 20px;
        border-radius: var(--base-radius-sp);
        background: color-mix(in srgb, var(--sub-color) 12%, white);
        & h4 {
            display: inline-block;
            min-width: 260px;
            padding: 10px 20px;
            margin-bottom: 20px;
            line-height: 1.3;
            font-family: var(--font-title);
            font-weight: 600;
            font-size: 19px;
            color: #fff;
            border-radius: 0 0 var(--base-radius-sp) var(--base-radius-sp);
            background: var(--sub-color);
        }
        & .title_em {
            margin-bottom: 20px;
            line-height: 1.3;
            font-family: var(--font-title);
            font-weight: 600;
            font-size: 19px;
            color: var(--main-color);
        }
    }
}
@media print, screen and (min-width:768px) {
.box_green {
    padding-top: 60px;
    & > div {
        padding: 0 30px 30px;
        border-radius: var(--base-radius);
        & h4 {
            min-width: 360px;
            padding: 15px 30px;
            margin-bottom: 30px;
            font-size: 26px;
            color: #fff;
            border-radius: 0 0 var(--base-radius) var(--base-radius);
        }
        & .title_em {
            margin-bottom: 20px;
            font-size: 24px;
        }
    }
}
}
@media print, screen and (min-width:992px) {
.box_green {
    & > div {
        & h4 {
            min-width: 420px;
            padding: 15px 30px;
            margin-bottom: 36px;
            font-size: 32px;
            color: #fff;
            border-radius: 0 0 var(--base-radius) var(--base-radius);
        }
        & .title_em {
            margin-bottom: 26px;
            font-size: 26px;
        }
    }
}
}

.aboutgishi_ul{
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.aboutgishi_ul li figure {
   display: inline-block;
    padding: 0 15px;
    border-radius: var(--base-radius-sp);
    background: #fff;
}
.aboutgishi_ul li h6 {
    line-height: 1.5;
  margin-bottom: 0.5em;
  font-size: 18px;
  font-family: var(--font-title);
  color: var(--sub-color);
  font-weight: 600;
}
.aboutgishi_ul li h6 span{
  display: block;
    font-family: var(--font-base);
  font-size: 0.8em;
  font-weight: 400;
  color: #444;
}
.aboutgishi_ul li p{
text-align: left;
}
@media print, screen and (min-width:768px) {
.aboutgishi_ul{
    flex-direction: row;
    flex-wrap: wrap;
}
.aboutgishi_ul li{
  width: calc((100% - 30px) / 2);
}
.aboutgishi_ul li figure {
    padding: 0 30px;
    border-radius: var(--base-radius);
}
.aboutgishi_ul li:nth-of-type(1){
  width: 100%;
}
.aboutgishi_ul li h6{
    font-size: 22px;
    & strong {
        display: inline-block;
    }
}
}
@media print, screen and (min-width:992px) {
.aboutgishi_ul{
    gap: 40px;
}
.aboutgishi_ul li{
  width: calc((100% - 40px) / 2);
}
.aboutgishi_ul li h6{
    font-size: 24px;
}
}

/* natural */
#natural > div > p {
    text-align: left!important;
}
#natural .flex_container{
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
}
.gishi_point{
    display: inline-flex;
    flex-direction: column;
    gap: 0.25em;
    text-align: left;
}
.gishi_point li{
    font-family: var(--font-title);
    font-size: 18px;
    font-weight: 600;
    & i {
        margin-right: 0.25em;
        font-size: 1.25em;
        color: var(--main-color);
    }
}

#natural .gishi_poinr_ph{
  display: flex;
  justify-content:center;
  align-items: center;
gap: 15px;
}


@media print, screen and (min-width:992px) {
    #natural .flex_container{
        margin-top: 40px;
        flex-direction: row;
        justify-content: space-between;
    }
    .gishi_point li{
      font-size: 22px;
    }
}
@media print, screen and (min-width:1240px) {
    #natural .flex_container{
      flex-direction: row;
        justify-content: center;
        gap: 40px;
    }
}

/* confort */
#confort div p {
    margin-bottom: 30px;
    text-align: left;
}
#confort .flex_container{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    & figure {
        text-align: center;
        & img {
            width: 250px;
            height: auto;
        }
    }
}
@media print, screen and (min-width:768px) {
#confort div p {
    margin-bottom: 45px;
}
#confort .flex_container{
    flex-direction: row;
    justify-content: space-between;
    & > div {
        width: calc(100% - 260px);
    }
    & figure {
        width: 240px;
        & img {
            width: 100%;
            height: auto;
        }
    }
}
}
@media print, screen and (min-width:992px) {
#confort div p {
    margin-bottom: 50px;
}
#confort .flex_container{
    & > div {
        width: calc(100% - 400px);
    }
    & figure {
        width: 360px;
        & img {
            width: 100%;
            height: auto;
        }
    }
}
}

#confort .confort_dl{
    display: inline-block;
  text-align: left;
}
#confort .confort_dl dt{
  font-size: 18px;
  font-family: var(--font-title);
  color: var(--sub-color);
  font-weight: 600;
}
#confort .confort_dl dd{
  margin-bottom: 1em;
}
@media print, screen and (min-width:768px) {
#confort .confort_dl dt{
  font-size: 24px;
}
}
