@charset "UTF-8";
abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}ins{text-decoration:none}ins,mark{background-color:#ff9;color:#000}mark{font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}li{list-style:none}*,:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}li {list-style:none;}

/* CSS Document */
html {
    /*font-size: 62.5%;*/
    font-size: 1.33vw;
    overflow: auto;
    overflow-y: scroll;
    overflow-x: hidden;
	list-style: none;
}
body {
    width: 100%;
    max-width: 100%;
    min-width: 320px;
    min-height: 100vh;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: .1em;
    color: #000;
    word-wrap: break-word;
    overflow-wrap: break-word;
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    position: relative;
    transition: all 0s;
}
.dispNon--sp, .dispNon--tabsp, .dispNon--pcsp {display: none;}
.dispNon--tab, .dispNon--pc, .dispNon--pctab {display: block;}
a {
    text-decoration: none;
    color: #000;
    display: block;
}
a, img {
    width: 100%;
    display: block;
    vertical-align: bottom;
    transition: all 0.5s ease;
}
a:hover, a:hover img {
    transition: all 0.5s ease;
}
.posi--center {
	position: absolute;
	top: 50%;
	left: 50%;
    transform: translate(-50%, -50%); 
}
.flex {
    display: flex;
}
.fadeIn {
    opacity: 0;
    transition: all .4s ease;
}
.fadeIn.is-show {
    opacity: 1;
}
.fadeUp {
    opacity: 0;
    transform: translateY(100px);
    transition-delay: .5s;
    transition: all .4s ease;
}
.fadeUp.is-show {
    opacity: 1;
    transform: translateY(0);
}
.loadingup {
    opacity: 0;
    transform: translateY(100px);
    transition-delay: .5s;
    transition: all 1s ease;
}
.loadingup.is-show {
    opacity: 1;
    transform: translateY(0);
}
.fadeLeft, .fadeRight {
    opacity: 0;
    transition-delay: .3s;
    transition: all .7s ease;
}
.fadeLeft {
    transform: translateX(-100px);
}
.fadeRight {
    transform: translateX(100px);
}
.fadeLeft.is-show, .fadeRight.is-show {
    opacity: 1;
    transform: translateX(0);
}
.right {
    text-align: right;
}
.bold {
    font-weight: 500;
}
.txtlink {
    display: inline;
}
.txt--small {
    font-size: .7em;
}
.inner {
    width: 92%;
    margin: 0 auto;
    position: relative;
}
.loading {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 102;
    background-color: #fff;
    transition: all .3s ease;
}
.loading.opacitynone {
    display: none;
}

/* 共通 */
.link__txt {
    font-size: 2.5rem;
    color: #fff;
    text-align: center;
    font-weight: 600;
    letter-spacing: .1em;
}
.link__btn {
    width: 72vw;
    margin: 0 auto;
    border-radius: 100vw;
    text-align: center;
    padding: 4.5vw 0;
    margin-top: 1em;
    background-image: linear-gradient(90deg, #f165bc, #3fbee8);
    /*反転*/
    /*background-image: linear-gradient(90deg, #3fbee8, #f165bc);*/
}
.link__btn span {
    font-size: 2.8rem;
    font-weight: 600;
    padding-left: 1.5em;
    color: #000;
    background: url("../img/icon_shiryou.svg") no-repeat left center;
    background-size: auto 65%;
}
.section {
    padding: 26vw 0;
}
.section__ttl {
    width: 55vw;
    margin: 0 auto 10vw;
}

/* fv */
.fv {
    width: 100%;
    height: auto;
    background: url("../img/fv_bgsp.jpg") no-repeat top center #000;
    background-size: 100% auto;
    position: relative;
    padding-top: 32vw;
    padding-bottom: 26vw;
}
.fv__rms {
    width: 81vw;
    margin: 0 auto 12.5vw;
}
.fv__txt01 {
    width: 81.3vw;
    margin: 0 auto;
}
.fv__txt02 {
    font-size: 2.5rem;
    color: #fff;
    text-align: center;
    margin-top: 1em;
    margin-bottom: 20vw;
}

/* mission */
.mission .inner {
    width: 82.5%;
    margin: 0 auto;
}
.mission__img {
    margin-bottom: 4.8vw;
}
.mission__desc__ttl {
    font-size: 4.3rem;
    font-weight: 600;
    line-height: 1.3em;
    margin-bottom: .5em;
}
.mission__desc__txt {
    font-size: 2.2rem;
    line-height: 2em;
}

/* solution */
.solution {
    background-color: #000;
}
.solution__sec {
    margin-bottom: 13.3vw;
}
.solution__sec.solution__sec--04 {
    margin-bottom: 20vw;
}
.solution__sec.solution__sec--04 .inner {
    margin-top: 9vw;
    width: 100%;
}
.solution__sec__num {
    margin: 0 auto 4rem;
}
.solution__sec--01 .solution__sec__num {
    width: 10.1%;
}
.solution__sec--02 .solution__sec__num {
    width: 11.56%;
}
.solution__sec--03 .solution__sec__num {
    width: 11.75%;
}
.solution__sec--04 .solution__sec__num {
    width: 12.08%;
}
.solution__sec__ttl, .solution__sec__caption {
    color: #fff;
    text-align: center;
}
.solution__sec__ttl {
    font-size: 4.2rem;
    font-weight: 600;
    line-height: 1.3em;
    margin-bottom: .5em;
}
.solution__sec__caption {
    font-size: 2.2rem;
    line-height: 2em;
    margin-bottom: 5.6vw;
}
/*01*/
.solution__sec--01 .solution__sec__img {
    width: 75.2vw;
    margin: 0 auto 4.5vw;
}
.solution .inner {
    width: 90.66%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    position: relative;
}
.solution .solution__sec--01 .inner::after {
    content: "";
    width: 5vw;
    height: 5vw;
    background: url("../img/icon_kake.svg") no-repeat center center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.solution__sec__total, .solution__sec__rocket {
    width: 40vw;
}
.solution__sec__inner {
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    padding: 0 4vw 4.2vw 4vw;
}
.solution__sec__subttl {
    height: 22vw;
    position: relative;
    margin-bottom: 3vw;
}
.solution__sec__subttl::after {
    content: "";
    width: 100%;
    height: 1px;
    background-image: linear-gradient(90deg, #f165bc, #3fbee8);
    position: absolute;
    bottom: 0;
    left: 0;
}
.solution__sec__subttl img {
    position: absolute;
    top: 38%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.solution__sec__total h4 img {
    width: 90%;
} 
.solution__sec__rocket h4 img {
    width: 61%;
}
.solution__sec__subttl h5 {
    width: 100%;
    font-size: 2.1rem;
    font-weight: 800;
    line-height: 1.2em;
    text-align: center;
    position: absolute;
    bottom: 15%;
    left: 0;
    color: #000;
}
.solution__sec__rocket .solution__sec__subttl h5 {
    bottom: 21%;
}
.solution__sec__txt {
    font-size: 2.2rem;
    line-height: 1.5em;
    text-align: justify;
}
/*02*/
.solution__sec__area, .solution__sec__drugstore {
    width: 43vw;
    padding-bottom: 17.3vw;
    background: url("../img/solution__sec--02_bg.png") no-repeat bottom center #fff;
    background-size: 100% auto;
}
.solution__sec__area .solution__sec__subttl img {
    width: 22.31vw;
}
.solution__sec__drugstore .solution__sec__subttl img {
    width: 34.13vw;
}
.solution__sec__inner__caption {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 600;
    color: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 3.7vw;
}
.solution__sec--02 .solution__sec__subttl {
    height: 16.6vw;
}
.solution__sec--02 .solution__sec__subttl img {
    top: 50%;
}
.solution__sec--02 .solution__sec__img {
    width: 47.65%;
    margin: 0 auto 2.6vw;
}
.solution__sec--02_img02 {
    width: 90.66%;
    margin: 0 auto;
    position: relative;
}
.solution__sec--02_img02::before, .solution__sec--02_img02::after {
    content: "";
    width: 13.9vw;
    height: 10.14vw;
    background: url("../img/kirakira.png") no-repeat center center;
    background-size: 100% auto;
    position: absolute;
}
.solution__sec--02_img02::before {
    top: -13.4vw;
    left: 6.8vw;
}
.solution__sec--02_img02::after {
    top: -13.4vw;
    right: 6.6vw;
}
/*03*/
.solution__sec__solution01, .solution__sec__solution02 {
    width: 40vw;
    padding-top: 4vw;
    padding-left: 0;
    padding-right: 0;
}
.solution__sec--03 .solution__sec__subttl {
    height: auto;
    margin: 0 auto;
}
.solution__sec--03 .solution__sec__subttl img {
    position: relative;
    top: auto;
    left: auto;
    transform: translate(0,0);
}
.solution__sec--03 .solution__sec__subttl::after {
    display: none;
}
.solution__sec__solution01 .solution__sec__subttl {
    width: 26.08vw;
}
.solution__sec__solution02 .solution__sec__subttl {
    width: 25.74vw;
}
.solution__sec__solution__list {
    margin-top: 3vw;
}
.solution__sec__solution__list li {
    margin-bottom: 2vw;
}
.solution__sec__solution__list li:last-child {
    margin-bottom: 0;
}
.solution__sec__solution__list h5 {
    width: 32.13vw;
    margin: 0 auto;
    height: 7.73vw;
    border-radius: 100vw;
    background-color: #3b3b3b;
    position: relative;
    margin-bottom: .5em;
}
.solution__sec__solution__list h5 span {
    width: 100%;
    text-align: center;
    font-size: 2.25rem;
    font-weight: 600;
    line-height: 1.1em;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    color: #fff;
}
.solution__sec__solution__list .solution__sec__txt {
    text-align: center;
    letter-spacing: -.01em;
}
.solution .solution__sec--03 .inner::after {
    content: "";
    width: 5vw;
    height: 5vw;
    background: url("../img/icon_kake.svg") no-repeat center center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
/*04*/
.solution__sec.solution__sec--04 {
    position: relative;
}
.solution__sec--04 .solution__sec__img {
    width: 71.46vw;
    margin-left: 18vw;
}
.solution__sec__img02 {
    width: 41vw;
    position: absolute;
    top: 2vw;
    left: 13vw;
}

/* about */
.about.section {
    padding: 15vw 0;
}
.about.section .inner {
    width: 80%;
}
.about__desc {
    padding: 6vw 0;
    position: relative;
}
.about__desc::after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(90deg, #f165bc, #3fbee8);
}
.about__desc:last-child {
    padding-bottom: 0;
}
.about__desc:first-child {
    padding-top: 0;
}
.about__desc:last-child::after {
    display: none;
}
.about__desc dt {
    font-size: 2.6rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: .5em;
}
.about__desc dd {
    font-size: 2.4rem;
    text-align: center;
    letter-spacing: -.01em;
}
.about__desc.about__desc--left dd {
    text-align: justify;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.8em;
}
.about__desc dd span {
    font-size: 2.4rem;
    font-weight: 400;
    display: block;
    text-align: center;
    margin-bottom: .3em;
}

/*contact*/
.contact {
    background-color: #000;
    padding-bottom: 0;
}
.contact__caption {
    font-size: 2.2rem;
    line-height: 1.8em;
    color: #fff;
    text-align: center;
    margin-bottom: 8vw;
}
.contact__caption span {
    color: #ff0000;
}
.contact .inner {
    width: 90.66%;
    background-color: #fff;
    border-radius: 10px;
    padding: 9.3vw;
}
.formlist, .formlist li {
    width: 100%;
}
.formlist li {
    margin-bottom: 5vw;
}
.formlist__l {
    font-size: 2.6rem;
    font-weight: 600;
    padding-bottom: .3em;
}
span.required {
    color: #ff0000;
    font-size: .7em;
    vertical-align: top;
}
.formlist__r input.input01 {
    width: 100%;
    font-size: 2.4rem;
    padding: .5em;
    border-radius: 0;
    border: 1px solid #000;
}
.select__wrap {
    width: 100%;
    position: relative;
}
.select__wrap::after {
    content: "";
    width: 2.7vw;
    height: 100%;
    background: url("../img/select_arrow.svg") no-repeat center center;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    right: 3.3vw;
}
.formlist__r select {
    width: 100%;
    font-size: 2.4rem;
    padding: .55em;
    border-radius: 0;
    border: 1px solid #000;
    appearance: none;
    position: relative;
    text-align: center;
}
.formlist__r--style label, .formlist__r--info .flex {
    width: 100%;
    display: flex;
    margin-bottom: 3vw;
    align-items: center;
}
.formlist__r--style label:last-child {
    margin-bottom: 0;
}
input[type="radio"],
input[type="checkbox"] {
    width: 5.3vw;
    height: 5.3vw;
    border: 1px solid #000;
    position: relative;
    border-radius: 0;
    margin: 0;
    appearance: none;
}
input[type="radio"]:checked::before,
input[type="checkbox"]:checked::before {
    content: "";
    width: 3vw;
    height: 3vw;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 3;
}
.formlist__r--style label span, .formlist__r--info label {
    font-size: 2.1rem;
    line-height: 1.2em;
    padding-left: .5em;
}
textarea {
    width: 100%;
    height: 30vw;
    padding: .5em;
    font-size: 2.4rem;
    border-radius: 0;
    border: 1px solid #000;
}
.form__link a {
    text-align: center;
    font-size: 2.4rem;
    font-weight: 600;
    text-decoration: underline;
    margin-bottom: 10vw;
}
.btnwrap {
    width: 63.2vw;
    margin: 0 auto;
}
.submit[disabled] {
    background-color: #ccc;
    cursor: not-allowed;
    border: none;
}
input.submit {
    width: 100%;
    background-color: #000;
    color: #fff;
    font-size: 2.8rem;
    font-weight: 600;
    border-radius: 100vw;
    padding: 4vw 0;
    cursor: pointer;
    border: none;
}
/* footer */
.footer {
    background-color: #000;
    padding-bottom: 15vw;
}
.footer p {
    text-align: center;
    font-size: 2rem;
    padding: 10vw 0;
    color: #fff;
    font-weight: 300;
}

/* header */
.header__btn {
    width: 8vw;
    height: 8vw;
    position: fixed;
    top: 5.3vw;
    right: 9.3vw;
    z-index: 100;
}
.header__btn span {
    width: 100%;
    height: .53vw;
    background-image: linear-gradient(90deg, #f165bc, #3fbee8);
    position: absolute;
    left: 0;
    transition: all 0.5s ease;
}
.header__btn span:nth-child(1) {
    top: 20%;
}
.header__btn span:nth-child(2) {
    top: 50%;
    margin-top: -.265vw;
}
.header__btn span:nth-child(3) {
    bottom: 20%;
}
.header.active .header__btn span:nth-child(1) {
    top: 50%;
    transform: rotate(-45deg);
}
.header.active .header__btn span:nth-child(3) {
    transform: rotate(45deg);
    bottom: 43%;
}
.header.active .header__btn span:nth-child(2) {
    opacity: 0;
}
.header__link {
    width: 25.5vw;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.1em;
    color: #000;
    background-image: linear-gradient(90deg, #f165bc, #3fbee8);
    position: fixed;
    top: 8.1vw;
    left: 4.6vw;
    z-index: 100;
    border-radius: 100vw;
    padding: 2vw 0 2vw 7vw;
    opacity: 0;
    display: none;
}
.header.active .header__link {
    opacity: 0;
    display: none;
}
.header__link::before {
    content: "";
    width: 2.66vw;
    height: 3.5vw;
    background: url("../img/icon_shiryou.svg") no-repeat center center;
    background-size: 100% auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 3vw;
}
.header__link::after {
    content: "";
    width: .73vw;
    height: 1.5vw;
    background: url("../img/header_arrow.svg") no-repeat center center;
    background-size: 100% auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 3vw;
}
.header__menu {
    width: 100%;
    background-color: #fff;
    padding: 24vw 9.3vw 8.3vw 9.3vw;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    opacity: 0;
    display: none;
}
.header.active .header__menu {
    opacity: 1;
    display: block;
}
.header__menu__list {
    width: 100%;
    position: relative;
}
.header__menu__list::before {
    content: "";
    width: 100%;
    height: 1px;
    background-image: linear-gradient(90deg, #f165bc, #3fbee8);
    position: absolute;
    top: 0;
    left: 0;
}
.header__menu__list li a {
    width: 100%;
    padding: 4.5vw 0 3vw;
    position: relative;
    background: url("../img/header_menu_arrow.svg") no-repeat center right 3.3vw;
    background-size: 3.81vw auto;
}
.header__menu__list li a::before {
    content: "";
    width: 100%;
    height: 1px;
    background-image: linear-gradient(90deg, #f165bc, #3fbee8);
    position: absolute;
    bottom: 0;
    left: 0;
}
.header__menu__list img {
    margin: 0 auto;
}
.header__menu__list p {
    text-align: center;
    font-size: 2.6rem;
    margin-top: .3em;
}
.header__menu__list__top img {
    width: 14.04vw;
}
.header__menu__list__mission img {
    width: 30.47vw;
}
.header__menu__list__solution img {
    width: 35.98vw;
}
.header__menu__list__aboutus img {
    width: 36.96vw;
}
.header__menu__list__contact img {
    width: 33.29vw;
}
.fixedbn {
    width: 100%;
    height: 15vw;
    background-image: linear-gradient(90deg, #f165bc, #3fbee8);
    position: fixed;
    bottom: -15vw;
    left: 0;
    transition: bottom 0.5s ease;
}
.fixedbn.active {
    bottom: 0;
}
.fixedbn .link__btn {
    padding: 0;
    width: 100%;
    border-radius: 0;
    margin-top: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.fixedbn .link__btn span {
    padding-right: 1.5em;
    background-image: url("../img/icon_shiryou.svg"), url("../img/header_arrow.svg");
    background-repeat: no-repeat, no-repeat;
    background-position: left top 53%, right top 64%;
    background-size: auto 65%, auto 45%;
}

/* お問い合わせ確認ページ */
.forminner .errorlist {
    text-align: center;
    font-size: 2.2rem;
    line-height: 2em;
    margin-bottom: 10vw;
}
.footer--kakunin {
    padding-bottom: 0;
}
.formTable {
    font-size: 2.2rem;
    margin-bottom: 10vw;
}
.formTable li {
    padding: 3vw 0;
    border-bottom: 1px solid #eee;
}
.formTable li:first-child {
    padding-top: 0;
}
.formTable li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
.formTable li div:first-child {
    font-size: .8em;
    font-weight: 600;
}
.btnwrap--bottom {
    margin-bottom: 5rem;
}
.thanks .content {
    background-color: #000;
    min-height: 100vh;
    padding: 25vw 0;
}
.thanks .content .inner {
    width: 90.66%;
    background-color: #fff;
    border-radius: 10px;
    padding: 9.3vw;
}
.thanks .footer {
    padding-bottom: 0;
}
.thanks .content .inner h1 {
    text-align: center;
    font-size: 3rem;
    margin-bottom: 1em;
}
.thanks .content .inner p {
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 10vw;
}
.thanks .link__btn span {
    padding-left: 0;
    background-image: none;
}

/* プライバシーポリシー */
.content--privacy {
    background-color: #000;
}
.privacy__inner {
    width: 82.5%;
    margin: 0 auto 20vw;
    color: #fff;
    font-size: 2.3rem;
    line-height: 1.8em;
    text-align: justify;
}
.privacy__cap {
    font-weight: 400;
}
.privacy__secttl {
    text-align: center;
    margin-bottom: 1em;
    font-size: 1.2em;
    font-weight: 500;
    letter-spacing: .1em;
}
.privacy__list--01 li {
    list-style-type: decimal;
    margin-left: 1.2em;
}
.privacy__list--02 li {
    list-style-type: upper-roman;
    margin-left: 1.2em;
}
.privacy__list--03 {
    padding-left: 1.2em;
}
.privacy__list--03 li {
    list-style-type: katakana;
    margin-left: 1.2em;
}
.privacy__list > li {
    margin-bottom: 1em;
    padding-left: 1em;
}
.privacy__list.privacy__list--03 > li {
    padding-left: 0;
}
.privacy__list--02 > li:first-child,
.privacy__list--03 > li:first-child {
    margin-top: 1em;
}
.privacy__list > li:last-child {
    margin-bottom: 0;
}
.privacy__txt {
    margin-bottom: 1em;
}


/* ----------------------------------------------------------------------------------------------------*/
/* breakpoint 01 -------------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------*/
/* 751px以上〜 -------------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------*/
@media (min-width: 751px) {
    html {font-size: .71vw;/* 1024px：10px */}
    .dispNon--tab, .dispNon--pctab, .dispNon--tabsp {display: none;}
    .dispNon--pc, .dispNon--sp, .dispNon--pcsp {display: block;}
    a:hover {
        opacity: .7;
    }
    .inner {
       /* width: 81.4%;*/
    }
    /* 共通 */
    .link__txt {
        font-size: 2.1rem;
    }
    .link__btn {
        width: 36.4vw;
        max-width: 509px;
        padding: 2.5vw 0;
        /*反転*/
        /*background-image: linear-gradient(90deg, #3fbee8, #f165bc);*/
    }
    .link__btn span {
        font-size: 2.5rem;
    }
    .section {
        padding: 7vw 0;
    }
    .section__ttl {
        width: 23.7vw;
        max-width: 332px;
        margin: 0 auto 5vw;
    }

    /* fv */
    .fv {
        background: url("../img/fv_bgpc.jpg") no-repeat top center #000;
        background-size: 2000px auto;
        padding-top: 6.8vw;
        padding-bottom: 14vw;
    }
    .fv__rms {
        width: 34.1vw;
        max-width: 480px;
        margin: 0 auto 3vw;
    }
    .fv__txt01 {
        width: 37.8vw;
        max-width: 529px;
    }
    .fv__txt02 {
        font-size: 2.2rem;
        margin-top: 1em;
        margin-bottom: 11vw;
    }

    /* mission */
    .mission .inner {
        width: 64.3%;
        max-width: 900px;
        display: flex;
        justify-content: space-between;
    }
    .mission__img {
        width: 28.5vw;
        max-width: 400px;
        margin-bottom: 0;
    }
    .mission__desc {
        width: 32vw;
        max-width: 448px;
    }
    .mission__desc__ttl {
        font-size: 3.7rem;
    }
    .mission__desc__txt {
        font-size: 1.6rem;
    }

    /* solution */
    .solution.section {
        padding-bottom: 13.5vw;
    }
    .solution__sec {
        margin-bottom: 7.1vw;
    }
    .solution__sec.solution__sec--04 {
        margin-bottom: 13.5vw;
    }
    .solution__sec__num {
        margin-bottom: 2vw;
    }
    .solution__sec--01 .solution__sec__num {
        width: 4.65vw;
        max-width: 65.2px;
    }
    .solution__sec--02 .solution__sec__num {
        width: 5.32vw;
        max-width: 74.5px;
    }
    .solution__sec--03 .solution__sec__num {
        width: 5.41vw;;
        max-width: 75.74px;
    }
    .solution__sec--04 .solution__sec__num {
        width: 5.56vw;
        max-width: 77.85px
    }
    .solution__sec__ttl {
        font-size: 3.7rem;
    }
    .solution__sec__caption {
        font-size: 1.6rem;
        margin-bottom: 3.5vw;
    }
    /*01*/
    .solution__sec--01 .solution__sec__img {
        width: 49.5vw;
        max-width: 693px;
        margin-bottom: 2vw;
    }
    .solution .inner {
        width: 64.3%;
        max-width: 900px;
    }
    .solution .solution__sec--01 .inner::after {
        width: 2.9vw;
        max-width: 40px;
        height: 2.9vw;
        max-height: 40px;
        background: url("../img/icon_kake.svg") no-repeat center center;
        background-size: 100% auto;
    }
    .solution__sec__total, .solution__sec__rocket {
        width: 28.4vw;
        max-width: 398px;
    }
    .solution__sec--01 .solution__sec__subttl {
        height: 10vw;
    }
    .solution__sec__subttl img {
        top: 40%;
    }
    .solution__sec__rocket h4 img {
        width: 55%;
    }
    .solution__sec__subttl h5 {
        font-size: 2rem;
        bottom: 15%;
    }
    .solution__sec__rocket .solution__sec__subttl h5 {
        bottom: 13%;
    }

    .solution__sec--02 .solution__sec__subttl {
        height: 5vw;
    }
    .solution__sec__inner {
        border-radius: 15px;
        padding: 0 2.1vw 2vw 2.1vw;
    }
    .solution__sec__subttl {
        height: 5vw;
        margin-bottom: 1.5vw;
    }
    .solution__sec__txt {
        font-size: 1.6rem;
    }
    /*02*/
    .solution__sec__area, .solution__sec__drugstore {
        width: 21.4vw;
        max-width: 300px;
        padding-bottom: 6vw;
        background: url(../img/solution__sec--02_bg.png) no-repeat bottom -1.5vw center #fff;
        background-size: 100% auto;
    }
    .solution__sec__area .solution__sec__subttl img {
        width: 10.67vw;
        max-width: 150px;
    }
    .solution__sec__drugstore .solution__sec__subttl img {
        width: 16.33vw;
        max-width: 228.7px;
    }
    .solution__sec__area .solution__sec__txt, .solution__sec__drugstore .solution__sec__txt {
        text-align: center;
    }
    .solution__sec__inner__caption {
        font-size: 2.3rem;
        bottom: 1.3vw;
    }
    .solution__sec--02 .inner::after {
        content: "";
        width: 21.42vw;
        height: 15vw;
        background: url("../img/solution__sec--02_imgpc.png") no-repeat center center;
        background-size: 100% auto;
        position: absolute;
        top: 64%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .solution__sec--02_img02 {
        width: 50.57vw;
        max-width: 708px;
        margin-top: 3.1vw;
    }
    .solution__sec--02_img02::before, .solution__sec--02_img02::after {
        content: "";
        width: 4.6vw;
        height: 5.39vw;
        background: url(../img/kirakira_pc.png) no-repeat center center;
        background-size: 100% auto;
    }
    .solution__sec--02_img02::before {
        top: .5vw;
        left: -6.5vw;
    }
    .solution__sec--02_img02::after {
        top: 0;
        right: -6.5vw;
    }
    /*03*/
    .solution__sec__solution01, .solution__sec__solution02 {
        width: 28.4vw;
        max-width: 398px;
        padding: 2vw 2.1vw 2vw 2.1vw;
    }
    .solution__sec--03 .solution__sec__subttl img {
        position: relative;
        top: auto;
        left: auto;
        transform: translate(0,0);
    }
    .solution__sec__solution01 .solution__sec__subttl {
        width: 19.7vw;
        max-width: 276px;
    }
    .solution__sec__solution02 .solution__sec__subttl {
        width: 18.07vw;
        max-width: 253px;
        padding-top: .7vw;
    }
    .solution__sec__solution__list {
        margin-top: 1.5vw;
    }
    .solution__sec__solution__list li {
        margin-bottom: 1vw;
    }
    .solution__sec__solution__list h5 {
        width: 100%;
        height: auto;
        margin-bottom: .5em;
        text-align: center;
        padding: .5em 0;
    }
    .solution__sec__solution__list h5 span {
        font-size: 2rem;
        line-height: 1em;
        position: relative;
        top: auto;
        left: auto;
        transform: translateY(0);
    }
    .solution__sec__solution__list .solution__sec__txt {
        font-size: 1.6rem;
        letter-spacing: -.04em;
    }
    .solution .solution__sec--03 .inner::after {
        width: 2.9vw;
        max-width: 40px;
        height: 2.9vw;
        max-height: 40px;
        background: url("../img/icon_kake.svg") no-repeat center center;
        background-size: 100% auto;
    }
    /*04*/
    .solution__sec.solution__sec--04 .inner {
        width: 64.3%;
        margin-top: 6vw;
    }
    .solution__sec--04 .solution__sec__img {
        width: 30vw;
        margin: 0 auto;
    }
    .solution__sec__img02 {
        width: 17vw;
        top: .5vw;
        left: 15vw;
    }

    /* about */
    .about.section {
        padding: 7vw 0;
    }
    .about.section .inner {
        width: 64.2vw;
        max-width: 900px;
        position: relative;
    }
    .about__desc {
        width: 100%;
        display: flex;
        padding: 1.5vw 0;
        position: relative;
    }
    .about__desc::after {
        display: none;
    }
    .about__desc dt {
        width: 15.5%;
        max-width: 140px;
        font-size: 1.8rem;
        text-align: left;
        margin-bottom: 0;
    }
    .about__desc dd {
        width: 84.5%;
        max-width: 760px;
        font-size: 1.8rem;
        text-align: left;
        letter-spacing: 0;
    }
    .about__desc.about__desc--left dd {
        font-size: 1.4rem;
        font-weight: 400;
        line-height: 1.8em;
    }
    .about__desc dd span {
        font-size: 1.8rem;
        text-align: left;
        margin-bottom: .3em;
    }

    /*contact*/
    .contact__caption {
        width: 64.2vw;
        max-width: 900px;
        font-size: 1.6rem;
        line-height: 1.8em;
        text-align: left;
        margin: 0 auto 1.5em;
    }
    .contact .inner {
        width: 64.2vw;
        max-width: 900px;
        border-radius: 15px;
        padding: 6vw;
    }
    .formlist li {
        display: flex;
        margin-bottom: 2.8vw;
        align-items: center;
        position: relative;
    }
    .formlist li.top {
        align-items: flex-start;
    }
    .formlist__l {
        width: 30%;
        font-size: 1.8rem;
        padding-bottom: 0;
    }
    .formlist__r {
        width: 70%;
    }
    .formlist__r input.input01 {
        font-size: 1.8rem;
    }
    .select__wrap::after {
        width: .9vw;
        max-width: 13px;
        right: 1.2vw;
    }
    .formlist__r select {
        font-size: 1.8rem;
    }
    .formlist__r--style label, .formlist__r--info .flex {
        margin-bottom: 1.5vw;
    }
    input[type="radio"],
    input[type="checkbox"] {
        width: 1.3vw;
        height: 1.3vw;
    }
    input[type="radio"]:checked::before,
    input[type="checkbox"]:checked::before {
        content: "";
        width: .65vw;
        height: .65vw;
    }
    .formlist__r--style label span, .formlist__r--info label {
        font-size: 1.8rem;
    }
    textarea {
        height: 20vw;
        font-size: 1.8rem;
    }
    .form__link a {
        font-size: 2rem;
        font-weight: 600;
        margin-bottom: 3.5vw;
    }
    .btnwrap {
        width: 28.5vw;
        max-width: 397px;
    }
    input.submit {
        font-size: 2rem;
        padding: 2vw 0;
    }

    /* footer */
    .footer {
        padding-bottom: 0;
    }
    .footer p {
        font-size: 1.4rem;
        padding: 3vw 0;
    }

    /* header */
    .header__btn {
        width: 2.8vw;
        max-width: 40px;
        height: 2.8vw;
        max-height: 40px;
        top: 3vw;
        right: 3vw;
    }
    .header__btn span {
        width: 100%;
        height: 2px;
    }
    .header__btn span:nth-child(2) {
        margin-top: -1px;
    }
    .header__link {
        width: 18vw;
        max-width: 250px;
        font-size: 1.6rem;
        line-height: 1em;
        top: 2.7vw;
        left: auto;
        right: 8vw;
        padding: 1vw 0 1vw 3.5vw;
        opacity: 1;
        display: block;
    }
    .header.active .header__link {
        opacity: 1;
        display: block;
    }
    .header__link::before {
        width: 1vw;
        height: 100%;
        left: 1.7vw;
    }
    .header__link::after {
        width: .4vw;
        height: 100%;
        right: 1.3vw;
    }
    .header__menu {
        width: 40vw;
        max-width: 400px;
        padding: 9vw 3vw 3vw 3vw;
        top: 0;
        left: auto;
        right: 0;
    }
    .header__menu__list li a {
        padding: 2vw 0 1.5vw;
        background: url("../img/header_menu_arrow.svg") no-repeat center right 3%;
        background-size: 5% auto;
    }
    .header__menu__list p {
        font-size: 2rem;
    }
    .header__menu__list__top img {
        width: 14.25%;
    }
    .header__menu__list__mission img {
        width: 31%;
    }
    .header__menu__list__solution img {
        width: 36.5%;
    }
    .header__menu__list__aboutus img {
        width: 37.5%;
    }
    .header__menu__list__contact img {
        width: 33.75%;
    }
    .fixedbn.active {
        bottom: -15vw;
    }
    
    /* お問い合わせ確認ページ */
    .forminner .errorlist {
        font-size: 2rem;
        margin-bottom: 5vw;
    }
    .forminner .contact__caption {
        text-align: center;
        font-size: 2rem;
    }
    .thanks .content {
        padding: 7vw 0;
    }
    .formTable {
        font-size: 2rem;
        margin-bottom: 5vw;
    }
    .thanks .content .inner {
        width: 64.2vw;
        max-width: 900px;
        border-radius: 15px;
        padding: 6vw;
    }
    .thanks .content .inner h1 {
        font-size: 2.8rem;
    }
    .thanks .content .inner p {
        text-align: center;
        font-size: 2rem;
        margin-bottom: 10vw;
    }
    
    /* プライバシーポリシー */
    .privacy__inner {
        width: 64.3%;
        max-width: 900px;
        margin: 0 auto 7vw;
        font-size: 1.8rem;
    }
    .privacy__secttl {
        font-size: 1.4em;
    }


}

/* ----------------------------------------------------------------------------------------------------*/
/* breakpoint 02 -------------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------*/
/* 1025px以上〜 -------------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------*/

@media (min-width: 1025px) {
    html {font-size: 62.5%;}/* 10px */
    .dispNon--pc, .dispNon--pctab, .dispNon--pcsp {display: none;}
    .dispNon--tab, .dispNon--sp, .dispNon--tabsp {display: block;}
    .inner {
        width: 900px;
    }
    /* 共通 */
    .link__btn {
        width: 509px;
        padding: 25px 0;
        transition: all 0s;
    }
    .section {
        padding: 150px 0;
    }
    .section__ttl {
        width: 332px;
        margin: 0 auto 50px;
    }
    .link__txt {
        font-size: 21px;
    }
    .link__btn span {
        font-size: 25px;
    }

    
    /* fv */
    .fv {
        padding-top: 70px;
        padding-bottom: 150px;
    }
    .fv__rms {
        width: 480px;
        margin: 0 auto 40px;
    }
    .fv__txt01 {
        width: 529px;
    }
    .fv__txt02 {
        margin-top: 1em;
        margin-bottom: 100px;
    }
    
    /* mission */
    .mission .inner {
        width: 900px;
    }
    .mission__img {
        width: 400px;
    }
    .mission__desc {
        width: 448px;
    }
    .mission__desc__ttl {
        font-size: 3.7rem;
    }
    .mission__desc__txt {
        font-size: 1.6rem;
    }
    
    /* solution */
    .solution.section {
        padding: 190px 0;
    }
    .solution__sec {
        margin-bottom: 95px;
    }
    .solution__sec.solution__sec--04 {
        margin-bottom: 185px;
    }
    .solution__sec__num {
        margin-bottom: 25px;
    }
    .solution__sec--01 .solution__sec__num {
        width: 65.2px;
    }
    .solution__sec--02 .solution__sec__num {
        width: 74.5px;
    }
    .solution__sec--03 .solution__sec__num {
        width: 75.74px;
    }
    .solution__sec--04 .solution__sec__num {
        width: 77.85px
    }
    .solution__sec__caption {
        margin-bottom: 45px;
    }
    /*01*/
    .solution__sec--01 .solution__sec__img {
        width: 693px;
        margin-bottom: 20px;
    }
    .solution .inner {
        width: 900px;
    }
    .solution .solution__sec--01 .inner::after {
        width: 40px;
        height: 40px;
    }
    .solution__sec__total, .solution__sec__rocket {
        width: 398px;
    }
    .solution__sec__inner {
        padding: 0 30px 30px 30px;
    }
    .solution__sec--01 .solution__sec__subttl {
        height: 130px;
        margin-bottom: 15px;
    }
    .solution__sec__total h4 img {
        width: 70%;
    }
    .solution__sec__rocket h4 img {
        width: 47%;
    }
    .solution__sec__subttl h5 {
        font-size: 16px;
        bottom: 19%;
    }
    .solution__sec__rocket .solution__sec__subttl h5 {
        bottom: 15%;
    }

    /*02*/
    .solution__sec--02 .solution__sec__subttl {
        height: 70px;
        margin-bottom: 15px;
    }
    .solution__sec__area, .solution__sec__drugstore {
        width: 300px;
        padding-bottom: 90px;
    }
    .solution__sec__area .solution__sec__subttl img {
        width: 150px;
    }
    .solution__sec__drugstore .solution__sec__subttl img {
        width: 228.7px;
    }
    .solution__sec__inner__caption {
        bottom: 1.3vw;
    }
    .solution__sec--02 .inner::after {
        width: 300px;
        height: 210px;
    }
    .solution__sec--02_img02 {
        width: 708px;
        margin-top: 55px;
    }
    .solution__sec--02_img02::before, .solution__sec--02_img02::after {
        width: 63px;
        height: 75px;
    }
    .solution__sec--02_img02::before {
        top: 12px;
        left: -90px;
    }
    .solution__sec--02_img02::after {
        top: 12px;
        right: -90px;
    }
    /*03*/
    .solution__sec__solution01, .solution__sec__solution02 {
        width: 398px;
        padding: 30px;
    }
    .solution__sec__solution01 .solution__sec__subttl {
        width: 276px;
    }
    .solution__sec__solution02 .solution__sec__subttl {
        width: 253px;
        padding-top: 10px;
    }
    .solution__sec__solution__list {
        margin-top: 20px;
    }
    .solution__sec__solution__list li {
        margin-bottom: 15px;
    }
    .solution .solution__sec--03 .inner::after {
        width: 40px;
        height: 40px;
    }
    /*04*/
    .solution__sec.solution__sec--04 .inner {
        width: 900px;
        margin-top: 65px;
    }
    .solution__sec--04 .solution__sec__img {
        width: 418px;
    }
    .solution__sec__img02 {
        width: 228px;
        top: 10px;
        left: 225px;
    }

    /* about */
    .about.section {
        padding: 95px 0;
    }
    .about.section .inner {
        width: 900px;
    }
    .about__desc {
        padding: 20px 0;
    }
    .about__desc dt {
        width: 140px;
    }
    .about__desc dd {
        width: 760px;
        font-size: 17px;
    }

    /*contact*/
    .contact__caption {
        width: 900px;
    }
    .contact .inner {
        width: 900px;
        padding: 80px;
    }
    .formlist li {
        margin-bottom: 40px;
    }
    .select__wrap::after {
        width: 13px;
        right: 20px;
    }
    .formlist__r--style label, .formlist__r--info .flex {
        margin-bottom: 20px;
    }
    input[type="radio"],
    input[type="checkbox"] {
        width: 18px;
        height: 18px;
    }
    input[type="radio"]:checked::before,
    input[type="checkbox"]:checked::before {
        content: "";
        width: 9px;
        height: 9px;
    }
    textarea {
        height: 230px;
    }
    .form__link a {
        margin-bottom: 45px;
    }
    .btnwrap {
        width: 397px;
    }
    input.submit {
        padding: 25px 0;
    }

    /* footer */
    .footer p {
        font-size: 1.4rem;
        padding: 0 0 50px;
    }

    /* header */
    .header__btn {
        width: 40px;
        height: 40px;
        top: 40px;
        right: 40px;
        cursor: pointer;
    }
    .header__link {
        width: 250px;
        top: 37px;
        right: 110px;
        padding: 13px 0 14px 50px;
    }
    .header__link::before {
        width: 14px;
        left: 28px;
    }
    .header__link::after {
        width: 6px;
        right: 15px;
    }
    .header__menu {
        width: 400px;
        padding: 110px 30px 30px 30px;
    }
    .header__menu__list li a {
        padding: 28px 0 20px;
    }
    .header__menu__list p {
        font-size: 12px;
    }
    .header__menu__list__top img {
        width: 14.25%;
    }
    .header__menu__list__mission img {
        width: 31%;
    }
    .header__menu__list__solution img {
        width: 36.5%;
    }
    .header__menu__list__aboutus img {
        width: 37.5%;
    }
    .header__menu__list__contact img {
        width: 33.75%;
    }
    
    /* お問い合わせ確認ページ */
    .forminner .errorlist {
        font-size: 18px;
        margin-bottom: 50px;
    }
    .forminner .contact__caption {
        font-size: 16px;
    }
    .thanks .content {
        padding: 70px 0;
    }
    .formTable {
        font-size: 18px;
        margin-bottom: 5vw;
    }
    .formTable li {
        padding: 1em 0;
    }
    .thanks .content .inner {
        width: 900px;
        padding: 80px;
    }
    .thanks .content .inner h1 {
        font-size: 25px;
    }
    .thanks .content .inner p {
        font-size: 16px;
        margin-bottom: 70px;
    }
    
    /* プライバシーポリシー */
    .privacy__inner {
        width: 900px;
        margin: 0 auto 100px;
        font-size: 15px;
    }

    
    
}






