/* 企業研修に身体と感情を。TAP */
html {
    overflow-x: hidden;
    font-family: "Noto Sans JP", sans-serif;
}

body {
    color: #142143;
    background: #F5FAFF;
    overflow-x: hidden;
}

img {
    max-width: 100%;
}

a.header__menu__link {
    margin: 0 15px 0;
    color: #142143;
    font-weight: 700;
    text-decoration: none;
    position: relative;
    padding: 5px 0;
}



a.header__menu__link::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    transition: 0.3s;
    background: #142143;
}

.header-container {
    height: 98px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding-right: 233px;
}

a.header__download {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    width: 188px;
    height: 40px;
    background: #142143;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 40px;
    box-sizing: border-box;
    border: 1px solid #142143;
    overflow: hidden;
    z-index: 2;
    transition: 0.3s;
}



a.header__download:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #fff;
    transition: 0.3s;
    z-index: -1;
}

a.header__logo {
    text-indent: -9999px;
    background: url(../images/logo.svg)no-repeat center/contain;
    width: 93px;
    height: 50px;
    margin-left: 30px;
    mix-blend-mode: multiply;
}

span.header__menu__link__about {
    display: block;
    position: absolute;
    top: -21px;
    left: 50%;
    width: auto;
    text-align: center;
    background: #142143;
    transform: translateX(-50%);
    color: #fff;
    padding: 3px 0;
    font-size: 14px;
    opacity: 0;
    transition: 0.3s;
}



.header__menu__link:nth-of-type(1) span.header__menu__link__about {
    width: 202px;
}

.header__menu__link:nth-of-type(2) span.header__menu__link__about {
    width: 106.05px;
}

.header__menu__link:nth-of-type(3) span.header__menu__link__about {
    width: 90px;
}

.header__menu__link:nth-of-type(4) span.header__menu__link__about {
    width: 105px;
}

.header__menu__link:nth-of-type(5) span.header__menu__link__about {
    width: 105px;
}



a.header__menu__link:hover span.header__menu__link__about {
    opacity: 1;
}

div#main-top h1 {
    color: #142143;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin: 30px 0 20px;
}

div#main-top h1 span {
    text-indent: -9999px;
    display: inline-block;
    margin: 10px;
    opacity: 0;
}

div#main-top h1 span:nth-of-type(1) {
    background: url(../images/body.svg)no-repeat center/contain;
    width: 183px;
    height: 83px;
}

div#main-top h1 span:nth-of-type(2) {
    background: url(../images/emotion.svg) no-repeat center / contain;
    width: 183px;
    height: 83px;
}

p.main-top__lead {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    text-align: center;
    margin: 0 0 30px;
}

a.main-top__link {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    width: 426px;
    height: 40px;
    background: #142143;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 40px;
    margin: 0 auto;
    border: 1px solid #142143;
    transition: 0.3s;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

a.main-top__link::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #fff;
    transition: 0.3s;
    z-index: -1;
}


.main-top__slider img {
    margin: 0 5px;
    width: 600px;
    height: auto;
    display: block;
    border-radius: 10px;
}

.main-top__slider {
    margin: 60px auto 80px;
    width: calc(100% - 60px);
}

#worry .container {
    max-width: 900px;
    margin: 0 auto;
}

p.worry__lead {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    padding-left: 29px;
    background: url(../images/worry_decoration.svg)no-repeat center left/15px;
}

h2.worry__heading {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin-top: 0;
}

p.worry__text {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin: 0;
    padding: 25px 0;
    border-bottom: 1px dotted;
}

p.worry__text:last-of-type {
    border: none;
}

.worry__wrap {
    display: flex;
    justify-content: space-between;
}

.worry__text-area {
    width: 480px;
}

.worry__text__wrap {
    padding-left: 30px;
}

.worry__image-area {
    width: 320px;
}

.worry__image-area img {
    width: 100%;
    height: auto;
}

.worry__main-text {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 162%;
    text-align: center;
    margin: 70px 0 70px;
    background: url(../images/worry_parentheses1.svg)no-repeat left top, url(../images/worry_parentheses2.svg)no-repeat right bottom;
    max-width: 648px;
    margin: 70px auto;
    padding: 10px 0;
}

.worry__main-text p {
    margin: 0;
}

.worry__main-text span {
    color: #165192;
    font-size: 30px;
}

section#worry {
    position: relative;
}

section#worry::before {
    content: "";
    position: absolute;
    top: -8vw;
    left: 0;
    width: 65vw;
    height: 128%;
    background: url(../images/worry_bg.svg)no-repeat left top/contain;
    z-index: -1;
}

#lego .container {
    max-width: 1000px;
    margin: 0 auto;
    border-radius: 5px;
    background: #165192;
    color: #fff;
    padding: 50px;
    box-sizing: border-box;
}

p.heading-logo {
    color: #FB0;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    padding-top: 29px;
    background: url(../images/logo2.svg)no-repeat top center;
    margin-top: 0;
}

#member p.heading-logo {
    background: url(../images/logo3.svg)no-repeat top center;
    color: #fff;
}

h2.lego__heading {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    text-align: center;
}

.lego__block {
    background: #fff;
    color: #142143;
    padding: 50px;
    margin-bottom: 50px;
    border-radius: 3px;
}

.lego__image-area::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -18px;
    width: 73px;
    height: 100px;
    background: url(../images/lego_decoration2.svg)no-repeat center/contain;
}

.decoration {
    position: absolute;
    left: 50%;
    width: 100px;
    height: 100px;
    background: #ddd;
}

.lego__decoration1 {
    transform: translateX(-611px);
    background: url(../images/lego_decoration5.svg) no-repeat center / contain;
    top: 1229px;
    width: 111px;
    height: 196px;
}

.lego__decoration2 {
    transform: translateX(-648px);
    background: url(../images/lego_decoration4.svg) no-repeat center / contain;
    top: 379px;
    width: 180px;
    height: 320px;
}

.lego__decoration3 {
    transform: translateX(470px);
    background: url(../images/lego_decoration7.svg) no-repeat center / contain;
    top: 869px;
    width: 120px;
    height: 246px;
}

.lego__decoration4 {
    transform: translateX(337px);
    background: url(../images/lego_decoration6.svg) no-repeat center / contain;
    top: 677px;
    width: 300px;
    height: 291px;
    z-index: -1;
}

.lego__block:nth-of-type(2) .lego__image-area::before {
    background: url(../images/lego_decoration3.svg)no-repeat center/contain;
    width: 137px;
    height: 40px;
    bottom: 28px;
}

.lego__wrap {
    display: flex;
    justify-content: space-between;
}

h3.lego__heading3 {
    margin-bottom: 30px;
    position: relative;
}

h3.lego__heading3::before {
    content: "";
    position: absolute;
    top: -36px;
    left: 0;
    background: url(../images/lego_decoration1.svg)no-repeat center/contain;
    width: 20px;
    height: 30px;
}

.lego__block:nth-of-type(2) h3.lego__heading3::before {
    width: 14px;
    top: -35px;
}

.lego__text-area {
    width: 500px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px;
}

.lego__image-area {
    width: 260px;
    position: relative;
}

h3.lego__movie-heading3 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    text-align: center;
}

.lego__movie-area {
    max-width: 600px;
    margin: 0 auto;
}

p.lego__movie-text {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px;
}

p.lego__movie-text__date {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px;
    opacity: 0.5;
}

section#lego {
    margin-bottom: 70px;
    position: relative;
}



section#solution .container {
    max-width: 1000px;
    margin: 0 auto;
    border-radius: 5px;
    background: #165192;
    color: #fff;
    padding: 50px;
    box-sizing: border-box;
}

.solution__decoration1 {
    transform: translateX(-571px);
    background: url(../images/solution_decoration2.svg)no-repeat center/contain;
    top: 804px;
    width: 184px;
}

.solution__decoration2 {
    transform: translateX(-641px);
    background: url(../images/solution_decoration9.svg) no-repeat center / contain;
    top: 846px;
    width: 202px;
    height: 202px;
    z-index: -1;
}

.solution__decoration3 {
    transform: translateX(477px);
    background: url(../images/solution_decoration1.svg) no-repeat center / contain;
    top: 287px;
    width: 130px;
    height: 437px;
}

.solution__decoration4 {
    transform: translateX(477px);
    background: url(../images/solution_decoration6.svg) no-repeat center / contain;
    bottom: -33px;
    width: 130px;
    height: 221px;
    z-index: -1;
}


.solution__block {
    background: #fff;
    color: #142143;
    padding: 50px;
    margin-bottom: 50px;
    border-radius: 3px;
}

.solution__block:nth-of-type(3) {
    margin-bottom: 0;
}

h2.solution__heading {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    text-align: center;
}

.solution__wrap {
    display: flex;
    justify-content: space-between;
}

a.solution__link {
    width: 330px;
    height: 70px;
    border-radius: 80px;
    background: #fff;
    display: flex;
    align-items: center;
    margin: 0 25px;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    color: #142143;
    text-decoration: none;
    position: relative;
    padding-left: 82px;
    box-sizing: border-box;
    border: 1.4px solid #142143;
    overflow: hidden;
    transition: 0.3s;
    z-index: 1;
}


a.solution__link::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 110%;
    width: 0;
    background: #C1272D;
    transition: 0.3s;
    z-index: -1;
}

a.solution__link:before {
    content: "01";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    display: flex;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    background: #ddd;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #C1272D;
    position: absolute;
    top: -1px;
    left: -1px;
    border: 1px solid #142143;
    box-sizing: border-box;
    z-index: 1;
}

a.solution__link:nth-of-type(2):before {
    content: "02";
}


.solution__links {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

h3.solution__heading3 {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin: 7px 0 20px;
}

h3.solution__heading3 span {
    font-size: 24px;
}

p.solution__number {
    font-size: 25px;
    color: #C1272D;
    font-weight: 700;
    margin: 0;
    background: url(../images/solution_decoration8.svg)no-repeat top 5px left/15px;
    padding-left: 26px;
}

.solution__text-area {
    width: 375px;
}

.solution__image-area {
    width: 375px;
    position: relative;
}

.solution__image-area::before {
    content: "";
    position: absolute;
    bottom: -25px;
    right: -20px;
    width: 100px;
    height: 80px;
    background: url(../images/solution_decoration3.svg) no-repeat center / contain;
}

.solution__block:nth-of-type(3) .solution__image-area::before {
    background: url(../images/solution_decoration7.svg) no-repeat center / contain;
    width: 65px;
    height: 65px;
    bottom: -11px;
}

p.solution__text {
    line-height: 31px;
    font-weight: 400;
}

ol.solution__list {
    padding: 0 0 0 1em;
    line-height: 31px;
}

section#download-link {
    display: flex;
    padding: 0 30px;
    margin-bottom: 80px;
}

.download-link__image-area {
    width: 50%;
    50%: ;
    background: url(../images/download-link1.jpg)center/cover;
}

.download-link__text-area {
    width: 50%;
    border-radius: 0px 5px 5px 0px;
    background: #142143;
    padding: 60px 0;
    text-align: center;
}

section#solution {
    margin-bottom: 140px;
    position: relative;
}

.download-link__text {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px;
    color: #fff;
}

.download-link__button a {
    font-size: 16px;
    font-style: normal;
    width: 316px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    background: #fff;
    color: #142143;
    text-decoration: none;
    border-radius: 100px;
    font-weight: 500;
    border: 1px solid #fff;
    position: relative;
    transition: 0.3s;
    overflow: hidden;
    z-index: 1;
}

.download-link__button a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: #142143;
    z-index: -1;
    transition: 0.3s;
}


h2.voice__heading {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    text-align: center;

}


.voice__wrap.mipox h3.voice__heading3::before {
    content: "";
    width: 116px;
    height: 50px;
    background: url(../images/mipox.jpg)no-repeat center/contain;
    position: absolute;
    top: -12px;
    left: 173px;
}

.voice__wrap {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 40px 0 80px;
    border-bottom: 1px solid #16519238;
}

#voice {
    margin-bottom: 80px;
}

.voice__wrap:last-of-type {
    border: none;
}

.voice__text-area {
    max-width: 710px;
}

h3.voice__heading3 {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin: 0 0 20px;
    position: relative;
}

p.voice__text {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px;
}

p.voice__btn a {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    width: 400px;
    height: 40px;
    background: #142143;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 40px;
    margin: 0;
    border: 1px solid #142143;
    transition: 0.3s;
    position: relative;
    z-index: 0;
    overflow: hidden;
    padding: 0 15px;
}

p.voice__btn a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #fff;
    transition: 0.3s;
    z-index: -1;
}



h2.achievements__heading {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    text-align: center;
    margin-bottom: 50px;
}

#achievements {
    padding-bottom: 90px;
}

.achievements__slider img {
    width: 200px;
    height: auto;
    margin: 0 10px;
}

section#member {
    background: #165192;
    padding: 80px 0 50px;
    position: relative;
    margin-top: 10.5vw;
}

section#member::before {
    content: "";
    position: absolute;
    top: -10.4vw;
    left: 0;
    width: 100%;
    height: 10.5vw;
    background: url(../images/member_top.svg) no-repeat top / cover;
}

section#member::after {
    color: #142143;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
    /* 27.2px */
    letter-spacing: 3.2px;
    content: "Team that Achieve Purpose";
    position: absolute;
    top: 50%;
    right: -103px;
    transform: rotate(90deg);
    margin: 0;
}

h2.member__heading {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}

.member___wrap {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    color: #fff;
}

h3.member__name {
    margin: 0 0 30px;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 31px;
    text-align: center;
}

p.member__title {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    text-align: center;
    margin-bottom: 30px;
    min-height: 3.9em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.member___block {
    max-width: 320px;
}

p.member__text {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px;
    margin: 0;
    padding: 0 10px;
    box-sizing: border-box;
    text-align: justify;
}

img.member__image {
    display: block;
    margin: 0px auto 30px;
}

h2.movie__heading {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    text-align: center;
    margin-bottom: 60px;
}

.movie__wrap {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
}

.movie__block {
    width: 320px;
}

p.movie__title {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px;
    margin: 0;
}

p.movie__date {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px;
    opacity: 0.5;
    margin: 0;
}


footer {
    background: #142143;
    height: 41px;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}

section#movie {
    padding-bottom: 90px;
    padding-top: 80px;
}

.movie__youtube {
    position: relative;
    height: 0;
    padding-top: 55.4%;
    margin-bottom: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.movie__youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.lego__movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.lego__movie-wrap {
    position: relative;
    height: 0;
    padding-top: 55.4%;
    margin-bottom: 10px;
    border-radius: 10px;
    overflow: hidden;
}

br.sp-only {
    display: none;
}

.achievements__slider2 {
    display: none !important;
}


img.lego__image-area__sp {
    display: none;
}

.solution__image-area_sp {
    display: none;
}

#side-menu {
    display: none;
}


.fade-up {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 3.2s ease, transform 1.2s ease;
}

.fade-up.in-view {
    opacity: 1 !important;
    transform: translateY(0);
}

div#menu {
    display: none;
}

.main-top__slider_sp {
    display: none !important;
}

section#download {
    background: #165192;
    padding: 60px 0;
    border-top: 2px solid #FFF;
}

h2.download__heading {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
}

.download__wrap.form__wrap {
    max-width: 900px;
    padding: 50px 10px;
    box-sizing: border-box;
    background: #fff;
    margin: 0 auto;
}

.form__wrap>p {
    max-width: 680px;
    width: 100%;
    display: block;
    margin: 0 auto 20px;
    display: block;
}

.form__wrap>p>label {
    display: flex;
    justify-content: space-between;
}

.form__wrap>p>label span {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
}

.form__wrap>p>label span:nth-of-type(1) {
    padding-top: 15px;
}

.form__wrap>p>label input {
    border-radius: 3px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    width: 478px;
    height: 50px;
    box-sizing: border-box;
    padding: 8px 20px;
}

.form__wrap>p>label textarea {
    border-radius: 3px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    width: 478px;
    box-sizing: border-box;
    padding: 16px 20px;
}

.form__check p {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 31px;
    text-align: center;
}

.form__check a {
    color: #142143;
}

.form__check input {
    margin-right: 9px;
    width: 18px;
    height: 18px;
    transform: translateY(4px);
}

section#contact {
    padding: 60px 0;
}

h2.contact__heading {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    text-align: center;
    margin-bottom: 20px;
}

p.contact__lead {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
    margin-bottom: 26px;
}

.form__submit input {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 113.9%;
    color: #fff;
    display: block;
    margin: 0 auto;
    border: 1px solid #142143;
    background: #142143;
    padding: 14px 30px;
    border-radius: 60px;
    min-width: 180px;
    cursor: pointer;
}

.form__submit input:hover {
    background: #fff;
    color: #142143;
}

.form__submit p {
    margin: 30px 0 0;
}

.wpcf7-response-output {
    background: #fff;
    max-width: 900px;
    margin: 20px auto 0 !important;
    display: block;
    box-sizing: border-box;
}

.to-top {
    position: fixed;
    bottom: 20px;
    right: 60px;
    width: 80px;
    height: 80px;
    border: 1px solid #142143;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    color: #142143;
    overflow: hidden;
    display: none;
}

.to-top:hover {
    opacity: 0.7;
}

.to-top a {
    color: #142143;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 41px;
}

.to-top a::before {
    content: "";
    position: absolute;
    top: 15px;
    left: 50%;
    border: 7px solid transparent;
    border-bottom: 10px solid #000;
    transform: translateX(-50%);
}

@media (min-width: 1001px) {

    a.header__menu__link:hover::before {
        width: 100%;
    }

    a.header__download:hover {
        color: #142143;
    }

    a.header__download:hover:before {
        width: 100%;
    }

    a.main-top__link:hover {
        color: #142143;
    }

    a.main-top__link:hover::before {
        width: 100%;
    }

    a.solution__link:hover {
        z-index: 1;
    }

    a.solution__link:hover {
        color: #fff;
    }

    a.solution__link:hover::after {
        width: 100%;
    }

    a.solution__link:hover::before {
        border: none;
    }

    .download-link__button a:hover {
        color: #fff;
    }

    .download-link__button a:hover::before {
        width: 100%;
    }


    p.voice__btn a:hover::before {
        width: 100%;
    }

    p.voice__btn a:hover {
        color: #142143;
    }

}

@media (max-width: 1000px) {
    br.sp-only {
        display: block;
    }

    .header__menu {
        position: absolute;
        display: none;
    }

    a.header__download {
        font-size: 14px;
        width: 140px;
        height: 30px;
        right: 64px;
    }

    a.header__logo {
        width: 73px;
        height: 39px;
    }


    div#main-top h1 {
        font-size: 9.6vw;
        line-height: 17.5vw;
        margin: 0vw 0 6vw;
    }

    div#main-top h1 small {
        margin-left: -4vw;
    }

    div#main-top h1 span {
        width: 30vw !important;
        height: 15vw !important;
        margin: 0px 1.5vw;
    }

    a.main-top__link {
        width: 280px;
        text-align: center;
        height: 50px;
        line-height: 1.3;
    }

    .download-link__image-area {
        display: none;
    }

    .download-link__text-area {
        width: 100%;
        padding: 50px 0;
        border-radius: 0;
    }

    section#download-link {
        padding: 0;
        margin-bottom: 50px;
    }

    .main-top__slider_sp {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        display: block !important;
        margin: 60px 0 80px;
    }

    .main-top__slider {
        display: none !important;
    }

    .main-top__slider_sp img {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }

    .main-top__slider_sp img {
        width: 90vw;
        margin: 0 5px;
        height: auto;
        display: block;
        border-radius: 10px;
        max-width: 530px;
    }

    .decoration {
        display: none;
    }


    .worry__wrap {
        display: block;
    }

    .worry__text-area {
        width: 100%;
    }

    .worry__image-area {
        width: 70%;
        margin: 20px auto 0;
    }

    #worry .container {
        padding: 0 10px 0;
    }

    p.worry__lead {
        font-size: 16px;
        text-align: center;
        position: relative;
        background: none;
    }

    p.worry__lead::before {
        content: "";
        position: absolute;
        top: 3px;
        left: 50%;
        width: 20px;
        height: 18px;
        background: url(../images/worry_decoration.svg)no-repeat center left/contain;
        margin-left: -122px;
    }

    h2.worry__heading {
        text-align: center;
        font-size: 21px;
    }

    p.worry__text {
        font-size: 14px;
        padding: 8px 0;
        text-align: center;
    }

    .worry__text__wrap {
        padding: 0 10px;
    }

    .worry__main-text {
        font-size: 16px;
        line-height: 1.6;
        padding: 20px 0;
    }

    .worry__main-text span {
        font-size: 22px;
    }

    h2.lego__heading {
        font-size: 24px;
    }

    #lego .container {
        padding: 40px 10px;
        border-radius: 0;
    }

    section#lego {
        padding: 0 0px;
    }

    h3.lego__heading3 {
        font-size: 20px;
        margin: 0 0 20px;
        padding-left: 21px;
        line-height: 1.5;
    }

    .lego__block {
        padding: 15px 10px;
    }

    h3.lego__heading3::before {
        top: -3px !important;
        width: 13px !important;
    }

    .lego__wrap {
        display: block;
    }

    .lego__image-area {
        width: 100%;
        margin-bottom: 34px;
    }

    .lego__text-area {
        width: 100%;
        font-size: 16px;
        line-height: 1.7;
    }

    .lego__text-area p {
        margin: 0;
    }

    h3.lego__movie-heading3 {
        font-size: 20px;
    }

    p.lego__movie-text {
        line-height: 1.7;
        margin: 0px 0;
    }

    p.lego__movie-text__date {
        margin: 0 0 0px;
    }

    section#lego {
        margin-bottom: 30px;
    }

    h2.solution__heading {
        font-size: 24px;
        line-height: 1.3;
    }

    .solution__links {
        display: block;
        padding: 0 10px 0;
    }

    a.solution__link {
        width: 100%;
        margin: 0 auto 20px;
        font-size: 20px;
        line-height: 1.5;
        height: 50px;
        padding-left: 69px;
        max-width: 450px;
    }

    a.solution__link br {
        display: none;
    }




    section#solution .container {
        padding: 40px 10px;
        border-radius: 0;
    }

    a.solution__link:before {
        font-size: 22px;
        width: 50px;
        height: 50px;
    }

    .solution__block {
        padding: 15px 10px;
    }

    .solution__wrap {
        display: block;
    }

    .solution__text-area {
        width: 100%;
    }

    .solution__image-area {
        width: 100%;
    }

    h3.solution__heading3 span {
        font-size: 20px;
    }

    p.solution__text {
        line-height: 1.7;
        font-size: 16px;
    }

    section#solution {
        margin-bottom: 40px;
    }

    h2.voice__heading {
        font-size: 24px;
    }

    .voice__wrap {
        display: block;
        padding: 30px 0px 80px;
    }

    #voice .container {
        padding: 0 20px;
    }

    .voice__text-area {
        width: 100%;
    }

    .voice__image-area {
        text-align: center;
        margin-bottom: 16px;
    }

    p.voice__text {
        line-height: 1.7;
        margin: 0 0;
    }

    p.voice__text span {
        display: inline-block;
        width: 100%;
        text-align: right;
        margin-top: 10px;
    }

    h3.voice__heading3 {
        margin-bottom: 10px;
    }

    #voice {
        margin-bottom: 30px;
    }


    p.voice__btn a {
        width: 280px;
        text-align: center;
        line-height: 1.3;
        height: 50px;
        margin: 0 auto;
    }

    h2.achievements__heading {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .achievements__slider img,
    .achievements__slider2 img {
        width: 50vw;
        margin: 0 7px;
    }

    section#member::before {
        height: 23vw;
        background-size: 160%;
        top: -19vw;
    }

    h2.member__heading {
        font-size: 24px;
    }

    .member___wrap {
        display: block;
    }

    .member___block {
        width: 100%;
        max-width: none;
    }

    section#member {
        padding: 80px 20px 1px;
    }

    img.member__image {
        margin-bottom: 20px;
    }

    h3.member__name {
        margin-bottom: 10px;
    }

    p.member__title {
        margin-bottom: 13px;
        margin-top: 2px;
        line-height: 1.4;
        min-height: 0;
    }

    .member___block {
        margin-bottom: 40px;
    }

    section#member::after {
        display: none;
    }

    h2.movie__heading {
        font-size: 24px;
        margin-bottom: 40px;
    }

    section#movie .container {
        padding: 0 10px 0;
    }

    .movie__wrap {
        display: block;
    }

    .movie__block {
        width: 100%;
        margin-bottom: 16px;
    }

    .movie__youtube {
        margin-bottom: 3px;
    }

    .movie__block {}

    p.movie__date {
        line-height: 1.4;
    }

    p.heading-logo {
        margin-bottom: -4px;
        padding-top: 25px;
    }

    section#movie {
        padding-top: 50px;
    }

    section#worry::before {
        top: 0;
        width: 100%;
        background-size: 150%;
    }

    .achievements__slider2 img {
        transform: translateX(25vw);
    }

    .achievements__slider2 {
        display: block !important;
        margin-top: 13px;
    }

    img.lego__image-area__pc {
        display: none;
    }

    img.lego__image-area__sp {
        display: block;
    }

    .solution__image-area_sp {
        display: block;
        position: relative;
        margin-bottom: 32px;
    }

    .solution__image-area_sp::before {
        content: "";
        position: absolute;
        bottom: -25px;
        right: 0px;
        width: 80px;
        height: 80px;
        background: url(../images/solution_decoration3.svg) no-repeat center / contain;
    }

    .solution__block:nth-of-type(3) .solution__image-area_sp::before {
        background: url(../images/solution_decoration7.svg) no-repeat center / contain;
        width: 65px;
        height: 65px;
        bottom: -11px;
    }

    .solution__image-area {
        display: none;
    }

    .lego__image-area::before {
        left: 10px;
        bottom: -51px;
    }

    .lego__block:nth-of-type(2) .lego__image-area::before {
        left: 0;
        bottom: -16px;
    }

    .header-container {
        padding: 0;
    }

    div#menu {
        display: block;
        width: 44px;
        height: 30px;
        border: 1px solid #142143;
        border-radius: 40px;
        position: absolute;
        top: 30px;
        right: 10px;
        box-sizing: border-box;
        background: url(../images/menu.svg)no-repeat center;
    }

    #side-menu {
        position: fixed;
        top: 0;
        right: -100%;
        /* 最初は画面外に隠す */
        width: 300px;
        max-width: 300px;
        height: 100%;
        background: #142143;
        transition: right 0.3s ease-in-out;
        z-index: 1000;
        box-shadow: -5px 0 10px rgba(0, 0, 0, 0.1);
        display: flex;
        align-items: center;
    }

    #side-menu.open {
        right: 0;
        /* 表示時にスライドイン */
    }

    /* オーバーレイ（必要なら） */
    #side-overlay {
        display: none;
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.4);
        z-index: 999;
    }

    #side-overlay.active {
        display: block;
    }

    a.side-menu__links {
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 150%;
        color: #fff;
        display: block;
        text-decoration: none;
        margin-bottom: 30px;
    }

    .side-menu__container {
        padding: 10px 40px;
    }

    a.side-menu__download {
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 113.9%;
        width: 228px;
        display: block;
        background: #fff;
        border-radius: 40px;
        text-align: center;
        padding: 14px 0;
        box-sizing: border-box;
        text-decoration: none;
        color: #142143;
    }

    div#menu-close {
        display: block;
        width: 44px;
        height: 30px;
        border: 1px solid #ffffff;
        border-radius: 40px;
        position: absolute;
        top: 30px;
        right: 10px;
        box-sizing: border-box;
        background: url(../images/close.svg) no-repeat center #fff;
    }

    h2.download__heading {
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 130%;
    }

    section#download {
        padding: 40px 10px;
    }

    .form__wrap>p>label {
        display: block;
    }

    .form__wrap>p>label input {
        width: 100%;
    }

    .form__wrap>p>label input {
        padding: 10px;
    }

    .form__wrap>p>label span:nth-of-type(1) {
        padding: 0;
        margin-bottom: -9px;
        display: block;
    }

    .form__submit input {
        padding: 14px 20px;
    }

    section#contact {
        padding: 40px 10px;
    }

    .form__wrap>p>label textarea {
        padding: 10px;
        width: 100%;
    }

    .to-top {
        width: 60px;
        height: 60px;
        font-size: 14px;
        right: 20px;
        opacity: 1 !important;
    }

    .to-top a {
        padding-top: 31px;
    }

    .to-top a::before {
        top: 9px;
    }
}