@charset "UTF-8";

/*! base.css */
*,
::after,
::before {
    box-sizing: border-box;
    border-style: solid;
    border-width: 0
}

html {
    line-height: 1;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

body {
    margin: 0
}

main {
    display: block
}

address,
blockquote,
dl,
figure,
form,
iframe,
p,
pre,
table {
    margin: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
    margin: 0
}

ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    border-top-width: 1px;
    margin: 0;
    clear: both;
    color: inherit
}

pre {
    font-family: monospace, monospace;
    font-size: inherit
}

address {
    font-style: inherit
}

a {
    background-color: transparent;
    text-decoration: none;
    color: inherit
}

abbr[title] {
    text-decoration: underline dotted
}

b,
strong {
    font-weight: 700er
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: inherit
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

embed,
iframe,
img,
object,
svg {
    vertical-align: bottom
}

img {
    max-width: 100%;
    vertical-align: bottom
}

button,
input,
optgroup,
select,
textarea {
    -webkit-appearance: none;
    appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    background: 0 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    text-align: inherit;
    text-transform: inheritf
}

[type=checkbox] {
    -webkit-appearance: checkbox;
    appearance: checkbox
}

[type=radio] {
    -webkit-appearance: radio;
    appearance: radio
}

[type=button],
[type=reset],
[type=submit],
button {
    cursor: pointer
}

[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled,
button:disabled {
    cursor: default
}

:-moz-focusring {
    outline: auto
}

select:disabled {
    opacity: inherit
}

option {
    padding: 0
}

fieldset {
    margin: 0;
    padding: 0;
    min-width: 0
}

legend {
    padding: 0
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

label[for] {
    cursor: pointer
}

details {
    display: block
}

summary {
    display: list-item
}

[contenteditable]:focus {
    outline: auto
}

table {
    border-color: inherit
}

caption {
    text-align: left
}

td,
th {
    vertical-align: top;
    padding: 0
}

th {
    text-align: left;
    font-weight: 700
}

/*! common */
html {
    overflow-x: hidden;
    font-size: 20px
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    letter-spacing: .04em;
    line-height: 1.8;
    background-color: #F8F8F8;
    color: #333;
    overflow-x: hidden;
    padding-top: 100px;
    -webkit-text-size-adjust: 100%
}

@media screen and (max-width:750px) {
    html {
        font-size: 3.2vw
    }
    body {
        padding-top: 60px;
    }
}

input[type=button],
input[type=submit],
input[type=text],
select,
textarea {
    font-family: 'Noto Sans JP', sans-serif;
    -webkit-appearance: none;
    border-radius: 0
}

a {
    cursor: pointer
}

/* @media screen and (min-width:657px) {
    a:hover {
        color: #09ada7
    }
} */

a[target=_blank] {
    padding-right: 1.3em;
    background-image: url(../images/common/icon-blank.svg);
    background-position: right .2em top 50%;
    background-repeat: no-repeat;
    background-size: auto .8em
}

a,
a img,
a:after,
a:before,
button,
button img,
input[type=button],
input[type=submit] {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease
}

/* a:hover img {
    -moz-opacity: .5;
    opacity: .5
} */

/*! responsive */
.sp-show,
.tab-show,
.tab-sp-show {
    display: none
}

@media screen and (max-width:1040px) {
    img {
        max-width: 100%;
        height: auto
    }

    .tab-show,
    .tab-sp-show {
        display: block !important
    }

    span.tab-show,
    span.tab-sp-show {
        display: inline !important
    }

    .pc-show,
    .pc-sp-show {
        display: none !important
    }
}

@media screen and (max-width:750px) {
    a:hover {
        text-decoration: none
    }

    a:hover img {
        -moz-opacity: 1;
        opacity: 1
    }

    .pc-tab-show,
    .tab-show {
        display: none !important
    }

    .pc-sp-show,
    .sp-show,
    .tab-sp-show {
        display: block !important
    }
}

/*! wrap */
#wrap {
    width: 750px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    background-color: #FFF;
    overflow: hidden;
}

/*! inner */
.inner {
    padding: 0 5%;
}

/*! header */
#header {
    height: 100px;
    width: 750px;
    max-width: 100%;
    background: rgba(255, 255, 255, .98);
    z-index: 999;
    position: fixed;
    left: 50%;
    top: 0;
    box-shadow: 0px 10px 10px -5px rgba(0,0,0,.1);
    transform: translate(-50%, 0);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease
}

.header__inner {
    position: relative;
    height: 100px;
    padding-left: 5%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease
}

.header-title {
    height: 100px;
    display: inline-block;
}
.header-title__link {
    color: #4C99CB;
    display: grid;
    place-items: center start;
    height: 100px;
    line-height: 1;
    padding: .8em 0 .8em 90px;
    background-image: url(../images/common/icon-hadasaibou.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 70px auto;
}
.header-title__link>span {
    display: block;
    font-size: 1.4em;
    font-weight: 500;
}

.header-button {
    position: absolute;
    width: 50px;
    height: 40px;
    right: 5%;
    top: 50%;
    transform: translate(0,-50%);
    cursor: pointer;
}
.header-button>span {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.header-button>span::before,
.header-button>span::after {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    border-bottom: 5px solid #4C99CB;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease
}
.header-button>span::before {
    height: calc( 50% + 2.5px );
    border-top: 5px solid #4C99CB;
    top: 0;
}
.header-button>span::after {
    bottom: 0;
}

.menu--open .header-button>span::before {
    height: 0;
    border-top: 0;
    top: calc( 50% - 2.5px );
    transform: rotate(40deg);
}
.menu--open .header-button>span::after {
    bottom: auto;
    top: calc( 50% - 2.5px );
    transform: rotate(-40deg);
}

@media screen and (max-width:750px){
    #header {
        line-height: 1.2;
    }
    #header,.header__inner,.header-title {
        height: 60px;
    }
    .header-title__link {
        font-size: 12px;
        padding-left: 50px;
        background-size: 40px auto;
        height: 60px;
    }

    .header-button {
        width: 30px;
        height: 20px;
    }
    .header-button>span::before,
    .header-button>span::after {
        border-bottom-width: 2px;
    }
    .header-button>span::before {
        border-top-width: 2px;
        height: calc( 50% + 1px );
    }
}

/*! menu */
.menu {
    background-color: #75C8DD;
    padding-top: 7%;
    padding-bottom: 7%;
    font-weight: 500;
}

.menu--title {
    text-align: center;
    color: #FFF;
    font-size: 1.5em;
}

.menu-list {
    margin-top: 5%;
    padding-right: 5%;
    font-size: 1.2em;
}

.menu-list dt+dd {
    margin-top: .5em;
}
.menu-list dt+dt,
.menu-list dd+dt {
    margin-top: 1.5em;
}

.menu-list a {
    display: block;
    position: relative;
}

.menu-list a::before {
    content: "";
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    background-image: url(../images/common/arrow01.svg);
    background-size: 100% 100%;
    position: absolute;
    right: .8em;
    top: 50%;
    transform: translate(0,-50%);
}

.menu-list dt a {
    background-color: #FFF;
    color: #4C99CB;
    font-size: 1.2em;
    font-weight: 700;
    padding-top: .5em;
    padding-bottom: .5em;
    padding-left: 5%;
    padding-right: 3em;
    border-radius: 0 3em 3em 0;
}
.menu-list dt a::before {
    background-image: none;
    -webkit-mask-image: url(../images/common/arrow01.svg);
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-image: url(../images/common/arrow01.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    background-color: #4C99CB;
}

.menu-list dd a {
    color: #FFF;
    padding-top: .5em;
    padding-bottom: .5em;
    padding-left: 5%;
    padding-right: 3em;
}

#header .menu {
    position: absolute;
    left: 0;
    top: 100px;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease
}
.menu--open #header .menu {
    padding-top: 5%;
    padding-bottom: calc( 5% + 100px );
    overflow-y: scroll;
    height: calc(100vh - 200px);
    box-shadow: 0px 10px 10px -5px rgba(0,0,0,.1);
}

@media screen and (max-width:750px){
    .menu {
        font-size: 1.2em;
    }
    .menu-list dd a {
        padding-top: .7em;
        padding-bottom: .7em;
    }
    #header .menu,.menu--open #header .menu {
        top: 60px;
    }
    .menu--open #header .menu {
        height: calc(100vh - 120px);
    }
}

/*! footer */
#counseling {
    padding-top: 7%;
    padding-bottom: 7%;
}

.title--en {
    font-size: 3em;
    text-align: center;
    color: #4C99CB;
    line-height: 1.2;
    margin-bottom: .5rem;
}
.title {
    font-size: 1.3em;
    text-align: center;
    color: #75C8DD;
    font-weight: bold;
    position: relative;
    margin-bottom: 3em;
}
.title::before {
    content: "";
    display: block;
    width: 1.5em;
    height: 2px;
    background-color: #75C8DD;
    position: absolute;
    bottom: -1em;
    left: 50%;
    transform: translate(-50%,0);
}

.counseling__texts {
    font-size: 1.3em;
    margin-bottom: 1em;
}

#share {
    padding-top: 7%;
    padding-bottom: 7%;
}
.share__title--en, .share__title {
    color: #FFF;
}
.share__title::before {
    background-color: #fff;
}

.share-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
}
.share-buttons__item {
    width: 13%;
}
.share-buttons__item+.share-buttons__item {
    margin-left: 7%;
}
.share-buttons__link {
    display: block;
}
.share-buttons__link img {
    width: 100%;
}

#contact {
    display: flex;
    justify-content: space-between;
    text-align: center;
}
#contact>* {
    width: 50%;
}

#contact>*+* {
    border-left: 1px solid #75C8DD;
}

.contact__button {
    display: block;
    text-align: center;
    color: #4C99CB;
    font-weight: 500;
    font-size: 1.4em;
    padding: 4em 1em 1em 1em;
}
.contact__button[target=_blank] {
    background-position: right .5em top .5em;
}

.contact-official {
    background-image: url(../images/common/logo.svg);
    background-position: center 30%;
    background-repeat: no-repeat;
    background-size: auto 2.8em;
}

.contact-form {
    background-image: url(../images/common/icon-contact.svg);
    background-position: center 30%;
    background-repeat: no-repeat;
    background-size: auto 4em;
}

.footer-copyright {
    text-align: center;
    color: #FFF;
    padding: 5%;
    padding-bottom: calc( 5% + 100px );
}

/*! pager */
#pager {
    height: 100px;
    width: 750px;
    max-width: 100%;
    background: #FFF;
    z-index: 999;
    position: fixed;
    left: 50%;
    bottom: 0;
    box-shadow: 0px -10px 10px -5px rgba(0,0,0,.1);
    transform: translate(-50%, 0);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}

.pager-button {
    width: 20%;
    font-weight: 500;
    color: #4C99CB;
    position: relative;
    padding-top: .5em;
}

.pager-button::before {
    content: "";
    display:block;
    margin: 0 auto .5em;
    width: 1.5em;
    height: 1.5em;
}
.pager-button--prev::before {
    border-left: .2em solid #4C99CB;
    border-bottom: .2em solid #4C99CB;
    transform: translate(.4em,0) rotate(45deg);
}
.pager-button--next::before {
    border-top: .2em solid #4C99CB;
    border-right: .2em solid #4C99CB;
    transform: translate(-.4em,0) rotate(45deg);
}

.pager-button--cs {
    background-color: #4C99CB;
    color: #FFF;
    font-weight: bold;
    font-size: 1.3em;
    display: inline-block;
    padding: .5em 2em;
    width: 60%;
    border-radius: 3em;
}
.pager-button--cs[target=_blank] {
    background-image: none;
}
.pager-button--cs[target=_blank]::after {
    content: "";
    display: inline-block;
    width: .8em;
    height: .8em;
    background-image: url(https://www.rederm.com/assets/images/common/icon-blank--white.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin-left: .3em;
}

@media screen and (max-width:750px) {
    #pager {
        height: 14vw;
    }
    .pager-button {
        width: 18%;
    }
    .pager-button--cs {
        font-size: 1.3em;
        padding: .5em 1em;
        width: 66%;
    }
}