body {
    font-family: "Yu Mincho", "YuMincho";
}

header {
    width: 100%;
}

.sp {
    display: none;
}

#topimg {
    width: 100%;
    height: auto;
}

h1 {
    text-align: center
}

h1 img {
    width: 30%;
}

h2 {
    font-size: 40px;
    line-height: 55px;
    letter-spacing: 3px;
    font-weight: bold;
}

h3 {
    font-size: 24px;
    line-height: 30px;
}

h4, p, dt, dt {
    font-family: "ヒラギノ角ゴ ProN";
}

p {
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 24px;
}

article {
    padding: 100px 0px;
}

.induction_banners {
    position: fixed;
    top: 0;
    right: 0;
    display: flex;
    align-items: flex-start;
    z-index: 100;
}

.induction_banners a{
    width: 200px;
    height: auto;
    line-height: 0;
}

.induction_banners img{
    width: 100%;
    height: auto;
}

#para {
    width: 100%;
    background-image: url(../img/para_img.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}



.scroll {
    position: fixed;
    bottom: 0;
}

#para::-webkit-scrollbar {
    display: none;
}

.para_contetnt h2 {
    padding-bottom: 20px;
    padding-left: 10%;
}


#para h3 {
    padding-bottom: 20px;
}

.para_caht {
    padding-left: 10%;
}

#para p {
    line-height: 30px;
    padding-bottom: 20px;
}

.para_contetnt {
    height: 470px;
}

#para_contetnt_tytle {
    text-align: center;
    margin-bottom: 100px;
}

.flex_conetnt {
    width: 80%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.flex_conetnt div {
    width: 50%;
}


.para_img {
    width: 45%;
}

#erekutoro {
    width: 100%;
    background-color: #FBF8F1;
    text-align: center;
}

#erekutoro h2 {
    padding-bottom: 20px;
}

#erekutoro p {
    padding: 50px 0px;
    width: 75%;
    margin: 0 auto;
    text-align: left;
}

#erekutoro img {
    padding-top: 50px;
    width: 40%;
}

#painless {
    width: 100%;
    background-color: #FBF8F1;
    text-align: center;
}

#painless div {
    margin: 0 auto;
    width: 70%;
}

#painless p {
    padding: 50px 0px;
    width: 75%;
    margin: 0 auto;
    text-align: left;
}

#painless img {
    padding-top: 50px;
    width: 80%;
}

#aging_Care {
    width: 100%;
    height: auto;
    text-align: center;
    background-image: url(../img/para_img.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#aging_Care h2 {
    padding-bottom: 50px;
}

.aging_Care_flex {
    padding-top: 50px;
    width: 70%;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.aging_Care_flex img {
    width: 47.5%;
}

.aging_Care_flex h3 {
    padding: 5px 0px;
}

.aging_Care_flex div {
    text-align: left;
    width: 47.5%;
}

.aging_Care_flex section div {
    padding-bottom: 30px;
}

#youTube {
    text-align: center;
    width: 70%;
    margin: 0 auto;
}

#video {
    margin-top: 100px;
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    z-index: 2;
}

#video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#line {
    text-align: center;
    width: 100%;
    height: auto;
    background-image: url(../img/background1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#line img {
    padding-top: 100px;
    width: 80%;
}

#introduction {
    text-align: center;
}

#introduction h2 {
    padding-bottom: 30px;
}

#introduction div{
    width: 70%;
    display: flex;
    justify-content: space-between;
    margin: 50px auto 0;
}

#introduction a {
    width: 47.5%;
}

#introduction img{
    width: 100%;
}


.item {
    width: 100%;
    height: auto;
    background: linear-gradient(#FFFFFF, #FBF8F1)
}

.item .item_name {
    margin: 0 auto;
    width: 75%;
}

.item_flex {
    margin: 0 auto;
    width: 75%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.item_flex img {
    width: 45%;
}

.item_flex dl {
    padding-top: 30px;
    width: 47.5%;
}

.item_flex dl dt {
    font-size: 20px;
    padding-bottom: 5px;
}

.item_flex dl dd {
    font-size: 18px;
}

.item_flex dl div {
    padding: 20px 0px;
}

.item_flex section {
    padding-top: 30px;
    width: 50%;
}

.item_flex section h3 {
    padding-bottom: 30px;
}

.item_flex section div {
    border: 1px solid black;
    padding: 10px 10px;
    margin-top: 5px;
}

.item_flex section div p {
    padding-left: 1em;
    letter-spacing: 0px;
    margin-top: 10px;
    line-height: 20px;

}

.br::before {
    content: "\A";
    white-space: pre;
}

footer {
    text-align: center;
    background: #E8D8AD;
    padding-bottom: 50px;
}

footer h2 {
    color: black;
    padding: 50px;
    font-size: 1.5rem;
}

footer p {
    color: black;
    font-size: 16px;
    font-family: "Yu Mincho", "YuMincho";
}

#sp_footer_text {
    display: none;
}

#pc_footer_text p:nth-child(2) {
    margin-bottom: 20px;
}

#pc_footer_text p:nth-child(4) {
    padding-bottom: 50px;
}

footer #footer_rog {
    width: 250px;
}