html, body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 1.6em;
    font-family: 'Roboto','Hiragino Sans','Meiryo','Hiragino Kaku Gothic ProN',sans-serif;
}

img {
    width: 100%;
    display: block;
}

.unscroll {
    overflow: hidden;
}

.cover {
    height: 100vh;
    background-image: url('../img/commom/cover.jpg');
    background-size: cover;
    background-position: center;
    min-height: 880px;
}

.container {
    width: 1280px;
    margin: 0 auto;
}

.header {
    height: 100px;
}

.header .logo {
    float: left;
}

.header .logo img {
    height: 88px;
    margin: 12px 0 0;
}

.header .navi {
    float: right;
    display: flex;
}

.header .navi .item {
    height: 48px;
    line-height: 48px;
    margin: 32px 0 0 32px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 18px;
}

.header .navi .item:hover {
    border-bottom: 2px solid #FFFFFF;
}

.header .navi .contact {
    background-color: #BD9463;
    border-radius: 48px;
    font-size: 16px;
    margin-left: 24px;
}

.banner {
    clear: both;
    display: flex;
    justify-content: space-between;
    margin-top: 6%;
}

.banner .item {
    width: 22%;
}

.banner .item img {
    border-radius: 80px 2px 80px 2px;
}

.slogan {
    margin-top: 4%;
    text-align: center;
}

.slogan p {
    font-size: 24px;
    color: #FFFFFF;
    width: 80%;
    margin: 32px auto 0;
    line-height: 2em;
}

.section {
    padding: 20px 0 60px;
}

.section .more {
    padding: 16px;
    background-color: #EFEFEF;
    width: 50%;
    margin: 0 auto;
    border-radius: 80px;
    text-align: center;
    cursor: pointer;
}

.bgcolor {
    background-color: #EFEFEF;
}

.popup {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 80%);
    display: none;
}

.popup .content {
    background-color: #FFFFFF;
    position: relative;
    left: 50%;
    top: 50%;
    width: 960px;
    height: 60%;
    transform: translate(-50%, -50%);
    padding: 20px 40px;
    overflow-y: auto;
    border-radius: 4px;
}

.popup .content .title {
    font-size: 18px;
    font-weight: bolder;
    line-height: 2em;
    text-align: center;
}

.container .title {
    margin: 20px 0 40px;
    padding: 20px 0;
    border-bottom: 2px solid #1B0D5B;
    font-size: 24px;
    text-align: center;
    color: #1B0D5B;
    font-weight: bolder;
}

.about {
    display: flex;
    justify-content: space-between;
}

.about .left, .about .right {
    width: 48%;
}

.about .title {
    margin: 0;
    margin-bottom: 8px;
    padding: 0;
    text-align: left;
    font-size: 18px;
    border: none;
}

.about .mission {
    margin-top: 28px;
}

.about .content div {
    font-size: 18px;
    margin-bottom: 1em;
    text-align: justify;
}

.about .content .last {
    margin: 0;
}

.about .desc {
    padding: 20px;
    background-color: #EFEFEF;
    border-radius: 4px;
    cursor: pointer;
}

.about .option {
    border-top: 1px solid #1B0D5B;
    border-bottom: 1px solid #1B0D5B;
    padding: 20px 0;
    height: 358px;
}

.about .item {
    margin-bottom: 8px;
    border-bottom: 1px solid #CCCCCC;
    line-height: 2em;
}

.about .item:last-child {
    border: none;
}

.about .item label {
    width: 25%;
    display: inline-block;
}

.about .item span {
    font-weight: bolder;
}

.advantage {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.advantage .item {
    width: 22%;
}

.advantage .item img {
    border-radius: 4px;
}

.advantage .item .title {
    font-size: 18px;
    margin: 0;
    padding: 16px 0 8px;
    color: #000000;
    border: none;
}

.advantage .item .desc {
    text-align: justify;
}

.comment {
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
}

.comment .item {
    width: 46%;
    display: flex;
    justify-content: space-between;
    padding: 16px;
    border-radius: 4px;
    border: 1px solid #1B0D5B;
    background-color: #FFFFFF;
}

.comment .left {
    width: 40%;
}

.comment .left img {
    border-radius: 4px;
}

.comment .right {
    width: 56%;
}

.comment .name {
    font-size: 18px;
    font-weight: bolder;
}


.comment .desc {
    margin-top: 12px;
}

.service .item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
    border-bottom: 1px solid #1B0D5B;
    padding-bottom: 32px;
}

.service .item img {
    border-radius: 8px;
}

.service .text {
    width: 58%;
    position: relative;
}

.service .text p {
    margin: 0.8em 0;
}

.service .image {
    width: 40%;
    position: relative;
}

.service .item .title {
    font-size: 20px;
    border: none;
    color: #000000;
    margin: 0;
    padding: 0;
    text-align: left;
}

.service .item .desc {
    margin-top: 32px;
    text-align: justify;
}

.service .item .more {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0px 20px;
    line-height: 36px;
    background-color: #1B0D5B;
    color: #FFFFFF;
    border-radius: 4px;
    width: 100px;
}

.faq .item .q {
    font-size: 18px;
    font-weight: bolder;
    padding: 16px 0 16px 40px;
    border-bottom: 1px solid #1B0D5B;
    position: relative;
    cursor: pointer;
}

.faq .item .q::before {
    content: "";
    background-image: url("../img/commom/faq/q.png");
    background-size: 100%;
    width: 28px;
    height: 28px;
    left: 0;
    position: absolute;
    cursor: pointer;
    opacity: 68%;
}

.faq .item .q::after {
    content: "";
    background-image: url("../img/commom/faq/more.png");
    background-size: 100%;
    width: 28px;
    height: 28px;
    right: 0;
    position: absolute;
    cursor: pointer;
    opacity: 68%;
}

.faq .item .a {
    padding: 20px 0;
    display: none;
    margin-bottom: 20px;
    padding-left: 40px;
    text-align: justify;
}

.faq .item .a.active {
    display: block;
}

#flow .content {
    display: flex;
    margin-bottom: 40px;
    justify-content: space-between;
}

#flow .content .left {
    width: 35%;
    margin-right: 24px;
    text-align: justify;
}

#flow .content .right {
    width: 60.5%;
    background-color: #EFEFEF;
    padding: 8px 16px;
}

#flow .content .right label {
    display: inline-block;
    font-weight: bolder;
    width: 88px;
    line-height: 28px;
}

.flow {
    display: flex;
    justify-content: space-between;
}

.flow .item {
    width: 26%;
}

.flow .item .title {
    font-size: 18px;
    color: #FFFFFF;
    margin: 0;
    padding: 8px 0;
    border: none;
    background-color: #1B0D5B;
    border-radius: 4px;
}

.flow .item img {
    border-radius: 4px;
}

.flow .item .image {
    margin-top: 8px;
}

.flow .item .desc {
    margin-top: 20px;
    text-align: justify;
}

.flow .arrow {
    width: 4%;
    margin-top: 120px;
}

.price {
    padding-bottom: 28px;
    border-bottom: 1px solid #CCCCCC;
}

.price .flex {
    display: flex;
    justify-content: space-between;
}

.price .flex .left {
    width: 19.5%;
}

.price .flex .right {
    width: 80%;
}

.price .left .main {
    margin-bottom: 20px;
}

.price .left .route {
    font-size: 20px;
    font-weight: bolder;
    text-align: center;
    margin-top: 8px;
}

.price table {
    width: 100%;
}

.price table th {
    padding: 8px 12px;
    background-color: #1B0D5B;
    color: #FFFFFF;
    text-align: center;
}

.price table td {
    padding: 8px 24px;
    background-color: #EFEFEF;
}

#price .tips {
    margin-top: 40px;
}

#price .tips p {
    margin: 2px 0;
}

.footer {
    margin-top: 0;
    background-color: #2F3045;
    padding: 60px 0;
    text-align: center;
}

.footer .container {
    display: flex;
    justify-content: space-between;
}

.footer .left {
    display: flex;
}

.footer .logo {
    width: 88px;
}

.footer .info {
    color: #FFFFFF;
    line-height: 1.8em;
    margin-left: 20px;
    text-align: left;
}

.footer .right .sns {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4px;
}

.footer .right .sns img {
    width: 40px;
}

.footer .right .contact {
    width: 208px;
    text-align: center;
    border: 1px solid #FFFFFF;
    border-radius: 24px;
    margin-top: 16px;
    line-height: 32px;
    cursor: pointer;
}

.footer .right .contact a {
    color: #FFFFFF;
    text-decoration: none;
}

.footer .link {
    margin-top: 48px;
}

.footer .link a {
    color: #FFFFFF;
    margin: 0 8px;
}