body {
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

h2 {
    position: relative;
}

h3 {
    padding: 0;
    margin: 0;
    font-size: 32px;
}

p {
    margin: 0;
    padding: 0;
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
}

.sp {
    display: none;
}

.pc {
    display: block;
}

#contents {
    width: 100%;
    margin: 0px auto 0;
    text-align: center;
    overflow-x: hidden;
}

.c_copy p {
    font-size: 17px;
    margin: 40px 0 0px;
    line-height: 55px;
}

p.coming {
    font-size: 36px;
    color: #fff;
}

#top {
    height: 750px;
}

.logo_box {
    position: fixed;
    padding-top: 100px;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #fff;
    z-index: 1;
}

.btn_arrow {
    position: relative;
    margin-bottom: 200px;
    z-index: 0;
}

.btn_arrow a {}

.con1 {
    height: 400px;
    background: #fff;
    position: relative;
    z-index: 333;
}

.con1:before {
    width: 50%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    background: #00a7ea;
}

.con1 .right_bg {
    position: absolute;
    left: 50%;
    margin-left: -476px;
}

.con1 .right_bg_line {
    position: absolute;
    left: 50%;
    margin-left: -560px;
}


/* con2 */

.con2 {
    height: 400px;
    background: #fff;
    position: relative;
    z-index: 333;
}

.con2:before {
    width: 50%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    right: 50%;
    background: #59c6f1;
}

.con2 .left_bg {
    position: absolute;
    right: 50%;
    margin-right: -476px;
}

.con2 .left_bg_line {
    position: absolute;
    right: 50%;
    margin-right: -560px;
}

.swiper-container {
    position: absolute;
    top: 18%;
    left: 20%;
    width: 400px;
}
.swiper-container2 {
    position: absolute;
    top: 5%;
    right: 10%;
    width: 600px;
}

.con1 .txt_box {
    background: #fff;
    padding: 20px;
    height: 220px;
}

.con2 .txt_box {
    background: #fff;
    padding: 20px;
    height: 320px;
}
.con2 .txt_box img{
    margin-top: 20px;
}

.swiper-button-next {
    right: 1420px;
}

.txt_box ul {
    color: #1d1d1d;
    padding: 20px 60px;
}

.txt_box ul li {
    text-align: left;
    list-style: disc;
    margin: 5px 0;
}



.profile {
    border-top: 1px solid #ccc;
    color: #1d1d1d;
    background: #fff;
    height: auto;
    text-align: center;
    position: relative;
    z-index: 2;
    padding: 30px 0 40px;
}

.profile .bg_img {
    opacity: 0.15;
    padding-top: 100px;
}

.profile .con {
    width: 950px;
    background: url(../img/t_logo_03_s.png) no-repeat;
    background-position: center center;
    margin: 0 auto;
}

.profile .title {
    font-size: 40px;
    font-family: '小塚ゴシック Pro L', 'Kozuka Gothic Pro Light', sans-serif;
    font-weight: bold;
}

.profile .prof_l {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    margin: 0 20px 0 0;
}

.profile .prof_l img {
    width: 20%;
    height: auto;
    text-align: center;
}

.profile .con table {
    margin: 30px 0 0 0px;
    text-align: left;
    vertical-align: top;
    line-height: 30px;
    border-collapse: collapse;
}

.profile .con tbody {
    vertical-align: top;
}

.profile .con table tr td {
    padding-left: 30px;
}

.profile .con .prof_r {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 10px;
}

.profile .con .prof_r iframe {
    width: 450px;
    height: 300px;
    border-radius: 10px;
}

footer {
    background: #5a524f;
    width: 100%;
    text-align: right;
}

footer p {
    margin: 0 auto;
    font-size: 15px;
    padding: 10px 0;
    color: #fff;
    text-align: center;
}


/*** menu ***/

.menu {
    padding: 0 10px;
    z-index: 99999;
    position: fixed;
    top: 20px;
    right: 20px;
    background: #fff;
}

.menu ul li {
    margin: 15px 0;
    font-weight: bold;
}

.menu a {
    position: relative;
    display: inline-block;
    padding: .4em;
    text-decoration: none;
    color: black;
}

.menu a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    background-color: #00a7ea;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.menu a:hover::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    color: black;
}

.menu a.current::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    color: black;
}


/*** 文字　***/

.font-size-18 {
    font-size: 18px;
}

.bold {
    font-weight: bold;
}


/*** 位置　***/

.fl_r {
    float: right;
}

.fl_l {
    float: left;
}


/*----- フェードインしながら左からへスライド -----*/

.inviewfadeInright {
    opacity: 0;
    overflow: hidden;
    transform: translate(500px, 0px);
    -webkit-transform: translate(500px, 0px);
    transition: 1.5s;
}

.fadeInright {
    opacity: 0.97;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    margin: 0;
    padding: 0;
}


/*----- フェードインしながら右からスライド -----*/

.inviewfadeInleft {
    opacity: 0;
    overflow: hidden;
    transform: translate(-500px, 0px);
    -webkit-transform: translate(-500px, 0px);
    transition: 1.5s;
}

.fadeInleft {
    opacity: 0.97;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    margin: 0;
    padding: 0;
}

@media (max-width: 720px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    #contents {
        width: 100%;
    }
    #top {
        height: 0;
        padding-top: 120%;
    }
    .menu {
        display: none;
    }
    .logo_box {
        width: 100%;
        padding-top: 50px;
    }
    .main img {
        width: 60%;
    }
    .c_copy p {
        font-size: 14px;
        margin: 20px 0 0 0;
        line-height: 35px;
    }
    .btn_arrow {
        padding-top: 10%;
        padding-bottom: 20%;
    }
    .inviewfadeInright {
        transform: translate(0px, 0px);
        -webkit-transform: translate(0px, 0px);
        transition: 1.5s;
    }
    .inviewfadeInleft {
        transform: translate(0px, 0px);
        -webkit-transform: translate(0px, 0px);
        transition: 1.5s;
    }
    .con1 {
        background: #00a7ea;
        height: auto;
        padding-bottom: 20px;
        background: #fff;
        position: relative;
        z-index: 333;
    }
    .con1:before {
        width: 100%;
        height: 100%;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        background: #00a7ea;
    }
    .con1 .right_bg {
        position: absolute;
        left: 0;
        margin-left: 0;
        display: none;
    }
    .con1 .right_bg_line {
        display: none;
        position: absolute;
        left: 0;
        margin-left: 0;
    }
    .con2 {
        max-height: 1400px;
        text-align: center;
        padding-bottom: 10px;
        background: #fff;
        position: relative;
        z-index: 333;
    }
    .con2:before {
        width: 100%;
        height: 100%;
        content: "";
        position: absolute;
        top: 0;
        right: 0;
    }
    .con2 .left_bg {
        position: absolute;
        right: 0;
        margin-right: 0;
        display: none;
    }
    .con2 .left_bg_line {
        display: none;
        position: absolute;
        right: 0;
        margin-right: 0;
    }
    .con2 p {
        color: #fff;
        position: relative;
        top: inherit;
        right: inherit;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .con1 .txt_box {
        height: auto;
        padding: 20px 0;
    }
    .con2 .txt_box {
        height: auto;
        padding: 20px 0;
    }
    .con2 .txt_box img {
        width: 90%;
    }
    .txt_box ul {
        padding: 20px 30px;
    }
    .swiper-container {
        left: 0;
        width: 96%;
    }
    
    .swiper-container2{
        right: 0;
        width: 96%;
    }
    .profile .con {
        width: 100%;
        background: none;
    }
    .profile .prof_l {
        margin: 0;
    }
    .profile .prof_l img {
        margin: 30px 0;
        width: 50%;
    }
    .profile .con table {
        margin: 0 auto;
    }
    .profile .con table tr th {
        display: block;
        font-weight: bold;
        text-align: center;
    }
    .profile .con table tr td {
        display: block;
        text-align: center;
        padding-bottom: 10px;
        padding-left: 0px;
    }
    .profile .con .prof_r {
        margin: 0;
        width: 100%;
    }
    .profile .con .prof_r iframe {
        width: 90%;
        height: 300px;
        margin: 0 auto;
    }
    footer p {
        text-align: center;
    }
}