@charset "UTF-8";

/* common */
*{
    margin: 0;
    padding: 0;
}
.pc {
    display: inline;
}
.sp {
    display: none;
}
body {
    font-family: 'Noto Sans JP', sans-serif;
    font-style: normal;
    line-height: 1.4;
    color: #0D0D0D;
}
a {
    text-decoration: none;
    color: #0D0D0D;
    transition: 0.3s;
}
a:hover {
    opacity: 0.8;
}
ul li {
    list-style: none;
}
section {
    margin: 0 auto 200px;
}
@media screen and (max-width:480px) {
    .pc {
        display: none !important;
    }
    .sp {
        display: inline;
    }
    section {
        margin: 0 auto 100px;
    }
}
/* heading */
h1 {
    font-size: 72px;
    font-family: "Ropa Sans", sans-serif;
    letter-spacing: 0.05em;
    max-width: 528px;
    margin: 40px auto 0;
    color: #fff;
    text-shadow: 0 0 20px rgb(14 14 14/90%);
    text-align: center;
}
h1 span {
    margin-left: 193px;
}
h2 {
    font-size: 40px;
    margin-bottom: 40px;
    text-align: center;
    letter-spacing: 0.05em;
}
h3 {
    font-size: 32px;
    margin-bottom: 40px;
    text-align: center;
    letter-spacing: 0.05em;
}
h4 {
    font-size: 24px;
    letter-spacing: 0.05em;
}
.bold {
    font-weight: 600;
}
@media screen and (max-width:790px) {
    h1 {
        max-width: 334px;
        font-size: 44px;
    }
    ::-webkit-full-page-media, :future, :root h1 {
        font-size: 41px;
    }
    h1 span {
        margin-left: 100px;
    }
    h2 {
        font-size: 32px;
        letter-spacing: 0.03em;
        margin-bottom: 24px;
    }
    h3 {
        font-size: 26px;
        margin-bottom: 24px;
        letter-spacing: 0.03em;
    }
    h4 {
        font-size: 20px;
    }
}
/* color */
.white {
    color: #fff;
}
.white-bg {
    background: #fff;
}
.gray {
    color: #999;
}
.gray-50 {
    color: #ccc;
}
.gray-10 {
    background: #F5F5F5;
}
.navy {
    color: #1E2082;
}
.navy-50 {
    background: #8E8FC1;
}
.navy-10 {
    background: #e8e9f2;
}
.light-blue {
    color: #009DE2;
}
.pink {
    color: #E50060;
}
.pink-bg {
    background: #FCE5EF;
}
.yellow {
    color: #F7A300;
}
.yellow-bg {
    background: #FFF6E5;
}
.green {
    color: #1E822E;
}
.green-bg {
    background: #E8F2EA;
}
/* button */
.btn-1, .btn-2 {
    display: inline-block;
    background-color: #1E2082;
    color: #fff;
    border-radius: 50px;
    padding: 14px 48px;
    font-weight: bold;
}
.btn-2 {
    background-color: #009DE2;
}
.btn-3 {
    display: inline-block;
    border: solid 2px #1E2082;
    color: #1E2082;
    border-radius: 50px;
    padding: 14px 48px;
    font-weight: bold;
}
.btn-service-1, .btn-service-2, .btn-service-3 {
    display: inline-block;
    background-color: #E50060;
    color: #fff;
    border-radius: 50px;
    padding: 14px 48px;
    font-weight: bold;
}
.btn-service-2 {
    background-color: #1E822E;
}
.btn-service-3 {
    background-color: #F7A300;
}
/* header */
.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 80px;
    background: #fff;
    box-shadow: 0 0 20px rgb(14 14 14/20%);
    z-index: 2;
}
.header_inner {
    position: relative;
}
.logo-title {
    font-size: 14px;
    letter-spacing: 0.05em;
}
.logo {
    position: absolute;
    top: 12px;
    left: 0;
    margin-left: 24px;
}
header img.machispo {
    width: 172px;
}
header img.sportict {
    width: 90px;
    margin-left: 8px;
}
header .btn-1, header .btn-2 {
    padding: 8px 32px;
}
.header_inner{
    max-width: 1268px;
    width: 100%;
    margin: auto;
}
.nav_list{
    text-align: right;
}
.nav_list li{
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    padding-right: 24px;
    margin: 17px auto;
}
.nav_list li a{
    font-weight: 600;
}
@media only screen and (max-width: 1100px) {
    .header {
        height: 60px;
    }
    .logo {
        top: 10px;
    }
    header img.machispo {
        width: 132px;
    }
    .nav {
        position: fixed;
        right: -320px;
        top: 0;
        width: 300px;
        height: 100vh;
        padding-top: 60px;
        background-color: #fff;
        transition: all .6s;
        z-index: 200;
        overflow-y: auto;
    }
    .hamburger {
        position: absolute;
        right: 16px;
        top: 12px;
        width: 40px;
        height: 40px;
        cursor: pointer;
        z-index: 300;
    }
    .nav_list {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .nav_list li {
        width: 100%;
        padding: 0;
        text-align: center;
        font-size: 20px;
        margin: 40px auto 0;
    }
    .hamburger_border {
        position: absolute;
        left: 11px;
        width: 24px;
        height: 2px;
        background-color: #1E2082;
        transition: all .6s;
    }
    .hamburger_border_top {
        top: 12px;
    }
    .hamburger_border_bottom {
        top: 24px;
    }
    .black_bg {
        position: fixed;
        left: 0;
        top: 0;
        width: 100vw;
        height: 100vh;
        z-index: 100;
        background-color: #333;
        opacity: 0;
        visibility: hidden;
        transition: all .6s;
        cursor: pointer;
    }
    /* 表示された時用のCSS */
    .nav-open .nav {
        right: 0;
    }
    .nav-open .black_bg {
        opacity: .8;
        visibility: visible;
    }
    .nav-open .hamburger_border_top {
        transform: rotate(45deg);
        top: 20px;
    }
    .nav-open .hamburger_border_center {
        width: 0;
        left: 50%;
    }
    .nav-open .hamburger_border_bottom {
        transform: rotate(-45deg);
        top: 20px;
    }
}
.main {
    padding-top: 80px;
}
.top-bg {
    background: #fff;
    padding: 80px 0 100px;
}
@media only screen and (max-width: 1100px) {
    .main {
        padding-top: 60px;
    }
    .top-bg {
        padding-top: 50px;
    }
}
/* ------------------ page:top ------------------- */
/* kv */
.video-text-1, .video-text-2 {
    font-size: 40px;
    text-align: center;
    margin: 40px auto;
    color: #fff;
    text-shadow: 0 0 20px rgb(14 14 14/90%);
}
.video-text-2 {
    font-size: 20px;
    margin-bottom: 80px;
}
#video-wrappe r{
    position: relative;
    height: 100vh;
} 
#video-area {
    position: fixed;
    z-index: -1;
    top: 0;
    right:0;
    left:0;
    bottom:0;
    overflow: hidden;
}
#video {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*縦横幅指定*/
    /*width: 177.77777778vh;  16:9 の幅→16 ÷ 9＝ 177.77% */
    /*height: 56.25vw;  16:9の幅 → 9 ÷ 16 = 56.25% */
    min-height: 100%;
    min-width: 100%;
}
/* section:vision */
.vision {
    text-align: center;
}
.vision-text {
    font-size: 28px;
    margin-bottom: 40px;
}
.vision-solution {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 40px auto 0;
}
.vision-solution .pink-bg, .vision-solution .green-bg, .vision-solution .yellow-bg {
    margin: auto 20px 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    width: 232px;
    height: 98px;
    border-radius: 1rem;
}
.vision-solution span {
    font-size: 22px;
    line-height: 100%;
}
.vision-solution p {
    margin-left: 24px;
}
.vision .navy-10 {
    font-size: 22px;
    max-width: 776px;
    margin: 24px auto;
    padding: 40px 24px;
    border-radius: 1rem;
}
.vision-effect p {
    font-size: 22px;
    margin: 40px auto 24px;
}
.vision-effect ul {
    text-align: left;
    margin: auto;
    max-width: 420px;
}
.vision-effect ul li {
    margin-bottom: 8px;
}
.vision-effect ul li::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    background-image: url('../image/list-icon.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-right: 8px;
}
.vision-effect img {
    width: 100%;
    max-width: 776px;
    margin: 16px auto 80px;
}
@media screen and (max-width:790px) {
    .video-text-1 {
        font-size: 24px;
        padding: 0 16px;
    }
    .video-text-2 {
        font-size: 16px;
        padding: 0 16px;
    }
    .vision-text {
        font-size: 24px;
    }
    .vision-solution {
        display: block;
    }
    .vision-solution li {
        
        margin: auto;
    }
    .vision-solution .pink-bg, .vision-solution .green-bg, .vision-solution .yellow-bg {
        margin: 24px auto;
    }
    .vision-effect img {
        margin-bottom: 40px;
    }
    .vision-page-vision .vision-effect img {
        margin-bottom: 0;
    }
}
@media screen and (max-width:480px) {
    .vision-effect ul li {
        margin-bottom: 24px;
    }
    .vision {
        padding: 0 16px;
    }
}
/* section:solution */
.solution {
    max-width: 1300px;
    margin-bottom: 120px;
}
.solution .solution-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 40px 0;
}
.solution-list img {
    width: 100%;
}
.solution-list .pink-bg, .solution-list .green-bg, .solution-list .yellow-bg {
    max-width: 300px;
    padding: 40px;
    border-radius: 1rem;
    margin: 0 40px 80px 0;
    font-size: 14px;
}
.solution-list .pink-bg .bold, .solution-list .green-bg .bold, .solution-list .yellow-bg .bold {
    font-size: 16px;
}
.solution-list .yellow-bg {
    margin-right: 0;
}
.solution-list img {
    margin: 16px auto 8px;
}
.solution-title {
    font-size: 22px;
    text-align: center;
}
.solution-title span {
    font-size: 28px;
}
.solution-more {
    text-align: center;
    margin-top: 24px;
}
.solution-text {
    margin: 16px 0;
}
.solution-list li ul li {
    margin-top: 4px;
}
.solution-list li ul li::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    background-image: url('../image/solutionlist-icon-1.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-right: 8px;
}
.solution-list .yellow-bg ul li::before {
    background-image: url('../image/solutionlist-icon-2.svg');
}
.solution-list .green-bg ul li::before {
    background-image: url('../image/solutionlist-icon-3.svg');
}
@media screen and (max-width:790px) {
    .solution .solution-list {
        display: block;
        padding: 0 16px;
    }
    .solution-list .pink-bg, .solution-list .green-bg, .solution-list .yellow-bg {
        margin: 40px auto 0;
        padding: 40px 24px;
    }
    .solution-list .pink-bg {
        margin: 0 auto;
    }
}
/* section:case */
.case {
    padding: 0 40px;
}
.case-article {
    display: flex;
    max-width: 1220px;
    margin: 0 auto 80px;
    padding: 48px 40px;
    border-radius: 1rem;
    box-shadow: 0 0 20px rgb(14 14 14/20%);
}
.case-article img {
    margin-right: 40px;
    max-width: 315px;
}
.case-text {
    margin: 8px 0 24px;
}
.case-other {
    text-align: center;
}
.case-other p {
    font-size: 20px;
    margin: 0 0 24px;
}
@media screen and (max-width:790px) {
    .case {
        padding: 0 16px;
    }
    .case-article {
        display: block;
        padding: 40px 24px;
    }
    .case-article img {
        width: 100%;
        max-width: 316px;
        margin: 0 0 16px;
    }
}
/* section:contact */
#contact {
    text-align: center;
    padding: 80px 0;
}
#contact .btn-flex {
    display: flex;
    justify-content: center;
    margin-top: 24px;
}
#contact .btn-flex div:first-child {
    margin-right: 40px;
}
@media screen and (max-width:790px) {
    #contact .btn-flex {
        display: block;
    }
    #contact .btn-flex div:first-child {
        margin: 0 auto 24px;
    }
}
/* section:company */
#company {
    padding: 180px 40px 0;
    margin-top: -180px;
}
#company a {
    color: #1E2082;
}
.company-bg {
    padding: 24px 0;
    width: 100%;
    max-width: 1220px;
    margin: auto;
    border-radius: 1rem;
}
.company-bg dl {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
}
.company-bg dl dt {
    width: 10%;
    font-weight: bold;
    border-bottom: 1px solid rgba(125, 125, 125);
    padding: 32px 24px;
    color: #1E2082;
}
.company-bg dl dd {
    width: 75%;
    border-bottom: 1px solid rgba(125, 125, 125);
    padding: 32px 24px;
}
.company-bg dl dt:last-of-type, .company-bg dl dd:last-of-type {
    border-bottom: none;
}
.btn {
    text-align: center;
    margin: -100px auto 100px;
}
@media screen and (max-width:790px) {
    #company {
        padding: 0 16px;
        margin-top: 0;
    }
    .company-bg dl {
        display: block;
    }
    .company-bg dl dt {
        border-bottom: none;
        padding: 24px 0 16px;
        width: 100%;
    }
    .company-bg dl dd {
        width: 100%;
        padding: 0 0 24px;
    }
    .btn {
        text-align: center;
        margin: 100px auto;
    }
}
/* footer */
footer {
    background: #1E2082;
    padding: 16px 0;
    text-align: center;
}
footer img {
    width: 172px;
}
/* ------------------ page:vision ------------------- */
.vision-page {
    background-image: url(../image/vision-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    padding: 100px 0;
    margin-bottom: 100px;
    background-size: cover;
}
.vision-page p {
    line-height: 2;
}
.vision-page .navy {
    margin-bottom: 40px;
    font-size: 24px;
}
@media screen and (max-width: 1100px) {
    .vision-page {
        padding: 50px 0;
    }
}
@media screen and (max-width: 480px) {
    .vision-page .navy {
        font-size: 20px;
    }
    .vision-page p {
        font-size: 14px;
    }
}
@media screen and (max-width: 400px) {
    .vision-page {
        padding-top: 0;
    }
    .vision-page h2 {
        padding-top: 50px;
    }
}
/* ------------------ page:solution ------------------- */
.solution-page {
    margin-top: 100px;
}
.solution-page .vision-solution .pink-bg, .solution-page .vision-solution .green-bg, .solution-page .vision-solution .yellow-bg {
    position: relative;
    display: inline-block;
    max-width: 100%;
    z-index: -1;
}
.solution-page .vision-solution .pink-bg::before, .solution-page .vision-solution .green-bg::before, .solution-page .vision-solution .yellow-bg::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #FCE5EF;
}
.solution-page .vision-solution .green-bg::before {
    border-top: 15px solid #E8F2EA;
}
.solution-page .vision-solution .yellow-bg::before {
    border-top: 15px solid #FFF6E5;
}
.solution-page .vision-solution li {
    margin: 0 20px 80px;
}
.solution-page .vision-solution .pink-bg, .solution-page .vision-solution .yellow-bg, .solution-page .vision-solution .green-bg, .solution-page .vision-solution .gray-10 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    width: 380px;
    height: 90px;
    border-radius: 50px;
    margin: auto;
}
.solution-page .vision-solution li .yellow-bg, .solution-page .vision-solution li:last-child .gray-10 {
    margin-right: 0;
}
.solution-page-title-wrap {
    margin: 0 16px;
}
.solution-page-title {
    padding: 40px;
    max-width: 1140px;
    margin: auto;
    border-radius: 1rem;
}
.solution-page-title h3 {
    text-align: left;
    margin-bottom: 8px;
}
.before-after {
    text-align: center;
    margin: 80px auto 100px;
}
.before-after h4 {
    margin-bottom: 40px;
}
.before-after-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}
.before-after-flex .gray img {
    max-width: 203px;
}
.before-after-flex .pink img, .before-after-flex .green img, .before-after-flex .yellow img {
    max-width: 246px;
}
.before-after .before-after-img {
    margin: 0 40px;
    transform: rotate(-90deg);
    z-index: -1;
}
.before-after-title {
    font-size: 20px;
    margin-bottom: 1rem;
}
.before-after-flex .gray, .before-after-flex .pink, .before-after-flex .green, .before-after-flex .yellow {
    width: 100%;
    max-width: 376px;
}
.before-after-flex .gray-10, .before-after-flex .pink-bg, .before-after-flex .green-bg, .before-after-flex .yellow-bg {
    border-radius: 1rem;
    padding: 40px;
}
.before-after-flex p {
    margin-top: 1rem;
}
.solution-life {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 1100px;
    text-align: center;
    margin: 90px auto 200px;
    position: relative;
}
.solution-life .solution-page-illust-1 img {
    max-width: 121px;
}
.solution-life .solution-page-illust-2 img {
    max-width: 108px;
}
.solution-life span {
    display: inline-block;
    border-bottom: 2px solid #E50060;
    width: 40px;
    margin: 24px auto;
}
.solution-life .green-bg span {
    border-color: #1E822E;
}
.solution-life .yellow-bg span {
    border-color: #F7A300;
}
.solution-life .pink-bg, .solution-life .green-bg, .solution-life .yellow-bg {
    width: 100%;
    max-width: 280px;
    margin-right: 40px;
    padding: 40px;
    border-radius: 1rem;
    position: relative;
    z-index: -1;
}
.solution-life .pink-bg::before, .solution-life .green-bg::before, .solution-life .yellow-bg::before {
    position: absolute;
    top: -3rem;
    left: 50%;
    z-index: -1;
    width: 10rem;
    height: 10rem;
    margin-left: -5rem;
    content: "";
    background: #FCE5EF;
    border-radius: 50%;
}
.solution-life .green-bg::before {
    background: #E8F2EA;
}
.solution-life .yellow-bg::before {
    background: #FFF6E5;
}
.solution-life .for {
    margin: -60px auto 16px;
    font-size: 20px;
}
.feature {
    padding: 80px 0;
}
.feature h3 {
    margin-bottom: -40px;
}
.feature-list {
    display: flex;
    width: 100%;
    max-width: 1260px;
    margin: auto;
    margin-bottom: 80px;
    flex-wrap: wrap;
}
.feature-list:last-of-type {
    margin-bottom: 0;
}
.feature-list li {
    background: #fff;
    width: 100%;
    max-width: 300px;
    padding: 40px;
    border-radius: 1rem;
    margin: 80px 20px 0;
}
.feature-list img {
    margin: 16px auto 8px;
    display: block;
    width: 100%;
    max-width: 300px;
}
.feature-title {
    font-size: 24px;
    text-align: center;
}
.solution-life .solution-page-illust-1 {
    position: absolute;
    top: -130px;
    left: -70px;
    z-index: -1;
}
.solution-life .solution-page-illust-2 {
    position: absolute;
    top: 110px;
    right: -30px;
    z-index: -1;
}
.solution-page .sp {
    display: none;
}
@media screen and (max-width:790px) {
    .solution-page .pc {
        display: none;
    }
    .solution-page .sp {
        display: block;
    }
    .solution-page {
        margin-top: 50px;
    }
    .before-after-flex {
        display: block;
        margin: 0 16px;
    }
    .before-after-flex .gray, .before-after-flex .pink, .before-after-flex .green, .before-after-flex .yellow {
        margin: auto;
    }
    .solution-life {
        display: block;
        margin-bottom: 100px;
    }
    .before-after {
        margin-top: 40px;
    }
    .solution-life .pink-bg, .solution-life .green-bg, .solution-life .yellow-bg {
        padding: 24px;
        margin: 0 auto 80px;
    }
    .solution-life .solution-page-illust-1 {
        left: 0;
        top: -80px;
    }
    .solution-life .solution-page-illust-2 {
        top: 680px;
        right: 0;
    }
    .solution-life .solution-page-illust-1 img, .solution-life .solution-page-illust-2 img {
        width: 70%;
    }
    .feature h3 {
        margin-bottom: 24px;
    }
    .feature-list {
        flex-wrap: wrap;
        justify-content: center;
    }
    .feature-list li {
        margin: 0 20px 40px;
        max-width: 100%;
        padding: 40px 24px;
    }
    .solution-page .slick-dots {
        margin-top: -48px;
    }
    .solution-page .vision-solution li {
        margin: 0 auto 40px;
    }
    .solution-page .vision-solution li .yellow-bg, .solution-page .vision-solution li:last-child .gray-10 {
        margin-right: auto;
    }
    .before-after .before-after-img {
        transform: rotate(0deg);
        margin: 24px auto;
    }
    .feature {
        padding: 80px 0 100px;
    }
    .solution-page .btn {
        margin-top: -20px;
    }
}
@media screen and (max-width:480px) {
    .feature {
        padding: 40px 0 60px;
    }
    .solution-page .vision-solution .pink-bg, .solution-page .vision-solution .yellow-bg, .solution-page .vision-solution .green-bg, .solution-page .vision-solution .gray-10 {
        width: 100%;
    }
    .solution-page .vision-solution {
        padding: 0 16px;
        margin-top: 40px;
    }
    .before-after-flex .gray-10, .before-after-flex .pink-bg, .before-after-flex .green-bg, .before-after-flex .yellow-bg {
        padding: 40px 24px;
    }
    .solution-page-title {
        padding: 40px 24px;
    }
}
/* ------------------ page:case ------------------- */
.case-page {
    margin-top: 100px;
    line-height: 1.6;
}
.case-page .white-bg {
    margin-top: 40px;
    padding: 40px;
    border-radius: 1rem;
}
.case-page-title {
    max-width: 1220px;
    margin: auto;
    padding: 40px;
}
.case-page-title h3 {
    text-align: left;
    margin-bottom: 8px;
}
.voice {
    margin: 100px auto;
}
.case-content {
    max-width: 1240px;
    margin: 80px auto;
    display: flex;
}
.case-content img {
    max-width: 372px;
}
.voice .case-content img {
    max-width: 182px;
}
.case-content h4 {
    margin-bottom: 8px;
}
.case-content h4::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1.5em;
    background-image: url(../image/case-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 0 8px -8px 0;
}
.case-content div {
    margin: 0 20px;
}
.case-page .feature {
    margin-bottom: 100px;
}
.case-page .voice .case-content {
    justify-content: center;
}
.case-page .voice .gray-10{
    padding: 40px;
    max-width: 666px;
    border-radius: 1rem;
}
.case-page .voice .picture {
    text-align: center;
}
@media screen and (max-width:790px) {
    .case-page-title {
        padding: 40px 16px;
    }
    .case-page .white-bg {
        padding: 24px;
    }
    .case-page {
        margin-top: 50px;
    }
    .case-content {
        display: block;
        padding: 0 16px;
    }
    .case-content div {
        margin: 24px auto 0;
    }
    .case-content img {
        width: 100%;
    }
    .voice .case-content {
        margin-top: 24px;
    }
}
/* ------------------ page:dl ------------------- */
.dl-page {
    margin-top: 100px;
}
.dl-wrap{
    display: flex;
    justify-content: center;
}
.dl-left{
    width: 35%;
    margin-right: 24px;
}
.dl img{
    width: 100%;
    max-width: 480px;
    padding-top: 12px;
}
.dl-left .slick-dotted.slick-slider{
    margin-bottom: 80px;
}
.dl-text{
	margin-top: 72px;
}
.dl-text p{
    margin-top: 8px;
    line-height: 1.8;
}
.dl .navy-10 {
    padding: 80px 0;
    text-align: center;
}
.dl .navy-10 p {
    margin-bottom: 24px;
}
.dl .slick-dots {
    max-width: 480px;
}
@media screen and (max-width:790px){
    .dl a.pc{
        display: none;
    }
    .dl a.sp{
        display: inline-block;;
    }
	.dl h3{
		padding: 24px 0;
	}
    .dl-page h4{
        font-size: 22px;
    }
    .dl-wrap{
        display: block;
			text-align: center;
    }
    .dl-left{
        max-width: 500px;
        width: 100%;
        margin: auto;
        margin-bottom: 40px;
		text-align: left;
		padding-top: 0;
    }
	.dl-text{
		margin-top: 50px;
	}
    .dl-right{
        margin: auto;
        text-align: center;
    }
    .top-btn p{
        text-align: center;
        padding-bottom: 40px;
    }
}
/* ------------------ page:thanks ------------------- */
.thanks {
    text-align: center;
    margin: 40px auto 100px;
    padding: 0 16px;
}
.thanks p {
    margin-bottom: 24px;
}
@media screen and (max-width: 480px) {
    .thanks section {
        margin-bottom: 200px;
    }
}
/* ------------------ slider css ------------------- */
.slider {
    position:relative;
    z-index: 1;
}
.slider-item {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.slick-dots {
    position: relative;
    z-index: 3;
    text-align: center;
    margin: -26px 0 0 0;
}
.slick-dots li {
    display: inline-block;
    margin: 0;
    padding: 0;
    background: none;
    width: 24px;
}
.slick-dots button {
    color: transparent;
    outline: none;
    width: 8px;
    height: 8px;
    display: block;
    border-radius: 50%;
    background: #ccc;
}
/* 自動スライドのスタイル */
.lp-slide-content{
    width: 162px;
}
.lp-slide-wrap{
    overflow: hidden;
    display: flex;
	height: 100px;
    margin-top: 40px;
}
.lp-slideshow {
    display: flex;
    -webkit-animation: loop-slide 20s infinite linear 1s both;
    animation: loop-slide 20s infinite linear 1s both;
}
@-webkit-keyframes loop-slide {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}
@keyframes loop-slide {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}
@media only screen and (max-width: 1100px) {
    .dl-page {
        margin-top: 50px;
    }
}
@media only screen and (max-width:480px) {
    .dl-wrap {
        padding: 0 16px;
    }
}
/* ------------------ topics:machispo ------------------- */
.topics-machispo {
    max-width: 910px;
    margin: 0 auto 20px;
    padding: 0 10px;
}
.topics-machispo iframe {
    height: 300px;
}
@media only screen and (max-width:480px) {
    .topics-machispo iframe {
        height: 380px;
    }
}
