@charset "UTF-8";
/*---------------
    common
---------------*/
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap');
html {
    min-width: 1366px;
    margin: 0 auto;
}
body {
    word-break: break-all;
    word-wrap: break-word;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    font-family: YakuHanJP_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    color: #78828b;
    font-size: 16px;
    /* min-width: 1366px; */
}
.inner{
    width: 1000px;
    margin: 0 auto;
}
img {
    max-width: 100%;
    vertical-align: middle;
}
video {
    max-width: 100%;
}
a {
    text-decoration: none;
}
a:hover{
    opacity: 0.7;
}
a[href^="tel:"] {
  cursor: default;
  color: #fff;
  display: block;
}
:focus{
    outline: none;
}
ul{
    list-style: none;
}
.note{
    font-size: 12px;
}
.R{
    font-size: 12.8px;
}
.pink{
    color: #ff6994;
}
.ttl_sub{
    font-size: 28.8px;
    letter-spacing: 0.1em;
    background: linear-gradient(transparent 50%, #fff299 50%);
    margin: 0 auto;
    text-align: center;
}
.block_carte{
    overflow: hidden;
}
.block_carte_inner {
    position: relative;
    left: 50%;
    margin-left: -1000px;
}
.block_carte img {
    max-width: inherit;
    margin: 0 auto;
    vertical-align: bottom;
}
@media screen and (min-width: 2000px) {
    .block_carte_inner {
        position: static;
        margin: 0;
    }
    .block_carte img {
        width: 100%;
        max-width: 100%;
    }
}
@media screen and (max-width: 2000px) {
    .block_width {
        width: 2000px;
    }
}
/* ----------------
mv
------------------*/
header {
    padding: 10px 0 0;
}
header .txt {
    font-size: 20px;
    letter-spacing: 0.2em;
    text-align: center;
}
/* ----------------
mv
------------------*/
.mv{

}
/* ----------------
biyouka
------------------*/
.biyouka{
    padding: 0 0 30px;
}
.biyouka .ph{
    margin: 0 0 24px;
}
.biyouka .arrow{
    display: block;
    position: relative;
    top: 50px;
    width: 62px;
    height: 77px;
    margin: 0 auto;
    animation: slideInDown 1.2s infinite normal;
    -webkit-animation: slideInDown 1.2s infinite normal;
    -moz-animation: slideInDown 1.2s infinite normal;
}
/* ----------------
kodawari
------------------*/
.kodawari h2.ttl{
    margin: 0;
}
.kodawari .top_block {
    position: relative;
}
.kodawari .kodawari_block .inner{
    margin: 0 auto;
}
.kodawari_ttl .inner{
    position: absolute;
    top: 100px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.kodawari_ttl .inner .txt_box {
    width: 495px;
    margin: 0 15px 0 490px;
}
.kodawari_ttl .ttl{
    font-size: 24px;
    margin: 0 0 10px;
    font-weight: normal;
    letter-spacing: 0.04em;
}
.kodawari_ttl .txt{
    line-height: 2.25;
    letter-spacing: 0.04em;
    margin: 0 0 5px;
}
.kodawari_ttl .txt_box p.note{
    margin: 0 0 0 -36px;
}
.kodawari .kodawari_block{
    background-color: #f1f1f1;
    background-image:
    url("../img/bg_kodawari_01.png");
    background-repeat:no-repeat;
    background-position:top center;
    background-size: 100%;
    padding: 0 0 6px;
}
.kodawari .kodawari_01,
.kodawari .kodawari_02{
    position: relative;
}
.kodawari .kodawari_01 {
    margin: 0 0 50px;
}
.kodawari_01 .name,
.kodawari_02 .name{
    color: #fff;
    position: absolute;
    letter-spacing: 0.1em;
    font-size: 14.4px;

}
.kodawari_01 .name{
    top: 346px;
    left: 115px;
}
.kodawari_02 .name{
    top: 368px;
    left: 530px;
}
.kodawari_01 .quasi_drug,
.kodawari_02 .quasi_drug{
    display: inline-block;
    border: 1px solid #fff;
    padding: 0 3px;
}
.kodawari_01 .txt,
.kodawari_02 .txt{
    position: absolute;
    line-height: 2.25;
    width: 330px;
}
.kodawari_01 .txt{
    top: 576px;
    left: 538px;
}
.kodawari_02 .txt{
    top: 450px;
    left: 150px;

}
/* ----------------
user
------------------*/
.user{
    background: #fff url(../img/bg_user.png) no-repeat center top;
    background-size: 100%;
    padding: 90px 0 25px;
}
.user .ttl{
    width: 424px;
    margin: 0 auto 10px;
}
.user .ttl_sub {
    width: 240px;
    margin: 0 auto 30px;
    letter-spacing: 0.05em;
}
.user .txt{
    line-height: 2;
    text-align: center;
    margin: 0 0 45px;
    font-size: 24px;
    letter-spacing: 0.07em;
}
.user .users{
    width: 934px;
    margin: 0 auto 20px;
}
.user .users li{
    background: linear-gradient(90deg, #fff5f8 0%, #fff5f8 37%, #fff 37%, #fff 100%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 73px;

}
.user .users li:nth-child(2n){
    background: linear-gradient(90deg, #fff 0%, #fff 63%, #fff5f8 63%, #fff5f8 100%);
    flex-flow: row-reverse;
}
.user .users li:not(:last-child){
    margin: 0;
}
.user .users .ph{
    width: 122px;
}
.user .users .txt{
    width: 595px;
    text-align: left;
    margin: 0 30px 0 0;
    letter-spacing: 0;
    font-size: 20px;
}
.user .users li:nth-child(2n) .txt{
    margin: 0 0 0 50px;
}
.user .note{
    width: 934px;
    text-align: right;
    margin: 0 auto;
}
/* ----------------
voice_02
------------------*/
.voice_02{
    background: #f1f1f1 url(../img/bg_voice02_01.png) no-repeat top center;
    background-size: 100%;
    padding: 33px 0 50px;
}
.voice_02 .h_box {
    position: relative;
}
.voice_02 .h_box .ttl{
    width: 867px;
    margin: 0 auto 34px;
}
.voice_02 .h_box .txt {
    text-align: center;
    font-size: 24px;
    margin: 0 0 10px;
}
.voice_02 .bg {
    /* background: url(../img/bg_voice02_02.png) no-repeat bottom center; */
    background-size: 100%;
}
.voice_02 .list_box{
    width: 934px;
    margin: 0 auto 10px;
    display: flex;
    flex-wrap: wrap;
}
.voice_02 .list_box li{
    background: #fff;
    width: 450px;
    margin: 0 33px 37px 0px;
    padding: 28px 32px;
    position: relative;
}
.voice_02 .list_box li:nth-child(2n){
    margin: 0 0 37px 0;
}
.voice_02 .txt{
    line-height: 2;
    letter-spacing: 0.04em;
    font-size: 20px;
    font-feature-settings: "palt";
}
.voice_02 .ph{
    position: absolute;
    right: -22px;
    bottom: -26px;
}
.voice_02 .note{
    width: 935px;
    text-align: right;
    margin: 0 auto;
}
/* ----------------
nayami
------------------*/
.nayami_02{
    background: #f1f1f1;
    padding: 64px 0 0;
}
.nayami_02 .ttl {
    margin: 0 auto 47px;
    width: 689px;
}
.nayami_02 .txt{
    width: 730px;
    letter-spacing: 0.08em;
    line-height: 2;
    margin: 0 auto 2px;
    padding: 0 0 0 25px;
    font-size: 20px;
}
.nayami_02 .txt .note{
    position: relative;
    top: -5px;
}
.nayami_02 .note{
    width: 730px;
    margin: 0 auto 40px;
    text-align: right;
}
.nayami_02 .list_box {
    display: flex;
    width: 934px;
    margin: 0 auto;
    padding: 0 0 95px;
}
.nayami_02 .list_box li{
    width: 430px;
    background: #fff;
    padding: 25px 32.5px 30px;
}
.nayami_02 .list_box li:not(:nth-child(2n)){
    margin: 0 74px 0 0;
}
.nayami_02 .list_box li .ph{
    margin: 0 auto;
}
.nayami_02 .list_box li:first-child .ph{
    width: 346px;
}
.nayami_02 .list_box li:nth-child(2) .ph{
    width: 347px;
}
.nayami_02 .list_box li .ph img {
    width: 100%;
}
.nayami_02 .list_box li .txt{
    width: auto;
    margin: -5px 0 0;
    padding: 0;
    text-align: center;
    font-size: 17.92px;
    line-height: 1.71;
    letter-spacing: 0.1em;
}
/* ----------------
seibun
------------------*/
/* seibun_01 */
.seibun_01 .ttl {
    width: 671px;
    margin: 0 auto 25px;
    padding: 80px 0 0;
}
.seibun_01 .bg {
    background: url(../img/bg_uruoi_01.png) no-repeat bottom center;
    background-size: 100%;
    padding: 0 0 15px;
}
.seibun_01 .first_box{
    width: 1000px;
    margin: 0 auto;
    display: flex;
}
.seibun_01 .first_box .txt_box {
    width: 450px;
}
.seibun_01 .first_box .ph {
    width: 546px;
}
.seibun_01 .first_box .txt {
    padding: 36px 0 0 35px;
    line-height: 2;
    letter-spacing: 0.05em;
    font-size: 20px;
}
.seibun_01 .txt .note{
    position: relative;
    top: -5px;
}
.seibun_01 .txt .note_02{
    display: block;
    text-align: right;
}
.seibun_01 .second_box {
    background: #fff5f8;
    background-size: 100%;
    position: relative;
}
.seibun_01 .second_box .ph {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}
/* seibun_02 */
.seibun_02{
    background: #f1f1f1 url(../img/bg_seibun_01.png) no-repeat top center;
    background-size: 100%;
    position: relative;
    z-index: 2;
    top: -80px;
    padding: 222px 0 0;
}
.seibun_02 .ttl{
    width: 484px;
    margin: 0 0 122px 110px;
}
.seibun_02 .list_box{
    background: #f1f1f1 url(../img/bg_seibun_02.png) no-repeat bottom center;
    background-size: 100%;
}
.seibun_02 .list_box li{
    width: 1000px;
    background: #fff;
    position: relative;
    margin: 0 auto;
    padding: 70px 16px;
}
.seibun_02 .list_box li:first-child{
    position: relative;
}
.seibun_02 .list_box li:not(:last-child) {
    margin: 0 auto 118px;
}
.seibun_02 li .num {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: -27px;
}
.seibun_02 li:first-child .num {
    width: 42px;
}
.seibun_02 li:nth-child(2) .num {
    width: 49px;
}
.seibun_02 li .ttl {
    margin: 0 auto 53px;
}
.seibun_02 li:first-child .ttl {
    position: relative;
    width: 387px;
}
.seibun_02 li:nth-child(2) .ttl {
    width: 479px;
}
.seibun_02 li:first-child .ttl::after {
    content: "※";
    display: inline-block;
    position: absolute;
    font-size: 12.8px;
    top: 44px;
    right: -20px;
}
.seibun_02 .explan {
    display: flex;
}
.seibun_02 li:first-child .explan{
    justify-content: center;
    margin: 0 0 35px;
}
.seibun_02 li:nth-child(2) .explan{
    padding: 0 80px;
}
.seibun_02 li .ph {
}
.seibun_02 li:first-child .ph:first-child {
    position: relative;
    width: 433px;
    margin: 0 30px 0 0;
}
.seibun_02 li:first-child .ph:last-child {
    width: 434px;
    position: relative;
}
.seibun_02 li:nth-child(2) .ph {
    position: relative;
    left: -10px;
}
.seibun_02 li:first-child .txt_ttl {
    margin: 0 auto 13px;
    width: 261px;
}
.seibun_02 li:nth-child(2) .txt_ttl {
    margin: 0 auto 23px;
    width: 433px;
}
.seibun_02 li .txt{
    line-height: 2.25;
    letter-spacing: 0.05em;
    text-align: center;
}
.seibun_02 li:nth-child(2) .txt{
    width: 363px;
    text-align: left;
    line-height: 2.25;
    letter-spacing: 0.1em;
    padding: 25px 0 0;
}
.seibun_02 li .note{
    position: absolute;
    right: 25px;
    bottom: -32px;
    width: 1000px;
    text-align: right;
}
/* sibun_03 */
.seibun_03 {
    margin: -80px 0 0;
}
/* seibun_04 */
.seibun_04 {
    margin: 0;
    padding: 80px 0 0;
    background: url(../img/bg_technology.png) no-repeat bottom center;
    background-size: 100%;
}
.seibun_04 .ttl {
    width: 483px;
    margin: 0 auto 55px;
}
.seibun_04 .list_box{
    width: 1000px;
    margin: 0 auto;
}
.seibun_04 li{
    display: flex;
    align-items: center;
    margin: 0;
    position: relative;
}
.seibun_04 li:nth-child(2n) {
    flex-flow: row-reverse;
}
.seibun_04 li:nth-child(3) {
    margin: -4px 0 0;
}
.seibun_04 li .txt_box {
    background: none;
    width: 500px;
}
.seibun_04 li:nth-child(2) .txt_box {
    padding: 0 70px 0;
}
.seibun_04 li:nth-child(3) .txt_box {
    padding: 0 70px 0;
    text-align: right
}
.seibun_04 .txt {
    margin: 0 60px;
    padding: 18px 0 39px;
    line-height: 1.71;
    letter-spacing: 0.05em;
}
.seibun_04 li .txt{
    margin: 0 0 5px;
    padding: 0;
    font-size: 20px;
    line-height: 2;
    letter-spacing: 0.05em;
}
.seibun_04 li:first-child .txt {
    padding: 0 45px 0 35px;
}
.seibun_04 li:nth-child(2) .ph_txt {
    width: 338px;
}
.seibun_04 li:nth-child(3) .ph_txt {
    width: 192px;
    margin: 0 0 0 164px;
}
.seibun_04 video {
    width: 500px;
}
.seibun_04 .note{
    position: absolute;
    right: 0;
    bottom: -30px;
}
/* seibun_05 */
.seibun_05 .todokeru {
    background: #fff5f8 url(../img/bg_todokeru.png) no-repeat top center;
    background-size: 100%;
    padding: 21px 0 0;
}
.seibun_05 li .explan {
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
}
.seibun_05 li:nth-child(2n) .explan {
    flex-flow: row-reverse;
}
.seibun_05 li:nth-child(2) .explan {
    padding: 80px 0 30px;
}
.seibun_05 .ttl{
    margin: 0 0 36px;
}
.seibun_05 .todokeru .ttl{
    width: 376px;
}
.seibun_05 .txt_box {
    width: 420px;
}
.seibun_05 .txt_box .txt{
    position: relative;
    line-height: 1.71;
    letter-spacing: 0.05em;
    line-height: 2.4;
}
.seibun .todokeru .ph{
    width: 515px;
    padding: 155px 0 0;
}
.seibun_05 .mamoru {
    background-image:
    url(../img/bg_mamoru_01.png),
    url(../img/bg_mamoru_02.png);
    background-repeat: no-repeat;
    background-position: top center,bottom center;
    background-size: 100%;
}
.seibun_05 .mamoru .ttl {
    width: 413px;
    margin: 0 0 18px;
}
.seibun_05 .mamoru .ph {
    padding: 40px 0 0;
    width: 440px;
}
.seibun_05 li .txt{
    position: relative;
}
.seibun_05 li .note{
    position: absolute;
    display: block;
    right: 10px;
    bottom: -34px;
}
@media screen and (min-width: 2000px) {
    .seibun_05 .mamoru .ph {
        padding: 40px 0 0;
        width: auto;
    }
}
/* ----------------
cv
------------------*/
.cv{
    background: #f1f1f1;
}
.cv .bg {
    background: #f1f1f1 url(../img/bg_btn_01.png) no-repeat top center;
    background-size: 100%;
}
.cv .btn {
    width: 1000px;
    padding: 0 0 125px;
    text-align: center;
    margin: 0 auto;
    animation: headShake 1.4s infinite normal;
    -webkit-animation: headShake 1.4s infinite normal;
    -moz-animation: headShake 1.4s infinite normal;
}
.cv .btn a{
    width: 700px;
    display: block;
    box-shadow: 10px 10px 6px 0px rgba(0, 0, 0, 0.15);
    margin: 0 auto;
}
/* ----------------
lineup
------------------*/
.lineup {
    padding: 110px 0 130px;
}
.lineup .ttl {
    margin: 0 auto 60px;
    width: 464px;
}
.lineup .txt{
    text-align: center;
    margin: 0 0 40px;
    line-height: 1.71;
    font-size: 20px;
    letter-spacing: 0.05em;
}
.lineup .list_box{
    margin: 0 0 15px;
}
.lineup li {
    width: 1167px;
    margin: 0 auto;
}
.lineup .note {
    width: 945px;
    text-align: right;
    margin: 0 auto;
}

/* ----------------
step
------------------*/
.step {
    padding: 0 0 115px;
}
.step_01 .ttl {
    margin: 0 auto 40px;
    width: 572px;
}
.step_01 .txt {
    line-height: 1.8;
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 2;
    text-align: center;
    margin: 0 0 60px;
}
.step_02 li:nth-child(2) {
    background: #fff5f8;
}
.step_02 li .ph{
    width: 1167px;
    margin: 0 auto;
}
/* ----------------
teishigeki
------------------*/

/*---------------
    qa
---------------*/
.qa{
    background: #fff;
    font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    padding: 150px 0 47px;
}
.qa .ttl{
    margin: 0 auto 30px;
    width: 395px;
}

.qa .toggle_wrap{
    width: 934px;
    margin: 0 auto;
    border-bottom: 1px dotted #78828b;
}
.qa .toggle_wrap:last-child{
    border: none;
}
.qa .toggle_switch .txt{
    font-size: 30px;
    line-height: 1.38;
    letter-spacing: 0.05em;
}
.qa .toggle_contents  .txt{
    line-height: 1.63;
    letter-spacing: 0.05em;
}
.qa .toggle_contents  .txt_02{
    margin: 22px 0 0;
}

.qa .toggle_switch {
    position: relative;
    cursor: pointer;
    padding: 5px 10px;
}
.qa .toggle_switch {
    background: url(../img/icon_plus.png)no-repeat 100% center;
    background-size: 29px;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.05em;
    padding: 40px 50px 40px 75px;
    position: relative;
}
.qa .toggle_switch .txt:before {
    content: "";
    display: inline-block;
    background: url(../img/txt_q.png) no-repeat center top;
    background-size: 31px auto;
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 31px;
    height: 60px;
}
.qa .toggle_switch.open {
    background: url(../img/icon_mainasu.png)no-repeat 100% center;
    background-size: 29px;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.05em;
    padding: 80px 50px 80px 75px;
    position: relative;
}
.qa .toggle_contents {
    display: none;
    padding: 0 0 73px 75px;
    position: relative;
    margin: -20px 0 0;

}
.qa .toggle_contents .txt:before {
    content: "";
    display: inline-block;
    background: url(../img/txt_a.png) no-repeat center top;
    background-size: 34px auto;
    position: absolute;
    left: 10px;
    top: 9px;
    width: 34px;
    height: 57px;
}
.qa .note {
    margin: 2px 0 0;
}
/* ----------------
info
------------------*/
.info {
    background: #f1f1f1;
    padding: 87px 40px 65px;
}
.info .list_box {
    padding: 0 0 17px;
    border-bottom: 1px dotted #78828b;
    margin: 0 auto 30px;
    width: 935px;
}
.info .list_box:last-child {
    border: none;
    margin: 0 auto;
}
.info .ttl {
    margin: 0 auto 55px;
    width: 171px;
}
.info dt{
    font-size: 14px;
    line-height: 1.25;
    font-weight: bold;
    margin: 0 0 7px;
}
.info dd{
    font-size: 14px;
    line-height: 1.71;
    margin: 0 0 30px;
}
.info li:not(:last-child) {
    margin: 0 0 6px;
}
.info .note {
    display: block;
    font-size: 12px;
}
/* ----------------
footer
------------------*/
footer {
    padding: 74px 0 0;
}
footer .ttl{
    margin: 0 auto 38px;
    width: 351px;
}
footer .ttl_sub{
    display: block;
    font-size: 24px;
    letter-spacing: 0.05em;
    line-height: 1;
    background: none;
    margin: 0 auto 20px;
    font-weight: normal;
}
footer .txt {
    line-height: 2.25;
    text-align: center;
    letter-spacing: 0.05em
}

@media screen and (min-width: 960px) {
    .l-main {
        padding-bottom :0;
    }
}

.u-center {
    text-align: center;
}