.sec-top {
    position: relative;
}

.sec-top .goto-contact-button-area {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: -20px;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
}

.sec-top .img-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    top: 0;
    left: 0;
}

.sec-top .container {
    position: absolute;
    max-width: 100%;
    width: 100%;
    height: 100%;
    padding-top: 50px;
    top: 0;
    left: 0;
}

.sec-top .top-text {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "YuMincho", "HG明朝E", "MS P明朝", "MS 明朝", serif;
}

.sec-top .top-text p {
    font-size: 25px;
}

.sec-top .top-text h1 {
    font-size: 60px;
    margin-top: 20px;
}

h2,
h3 {
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "YuMincho", "HG明朝E", "MS P明朝", "MS 明朝", serif;
}

.sec-title {}

.sec-title h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 193px;
    color: #F4F4F4;
    text-align: center;
}

.sec-title .sec-title-inner {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
}

.sec-title-inner h2 {
    font-size: 60px;
    line-height: 80px;
}

.sec-title-inner h2 span {
    font-size: 40px;
}

.sec-title-inner::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 50px;
    background: #E02B20;
    top: -60px;
}

.two-line .sec-title-inner::before {
    top: -30px;
}

.sec-1 {
    background: url(../images/img-1.png) no-repeat;
    background-size: cover;
    padding: 150px 0;
}

.sec-3 .sec-3-text,
.sec-1 .sec-1-text {
    display: inline-block;
    text-align: left;
    padding: 80px 60px;
    background: #000000;
    color: #fff;
    position: relative;
}

.sec-1 .sec-1-text .sec-1-text-inner {
    position: relative;
    z-index: 3;
}

.sec-1-text .logo-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    background: url(../images/logo-white.png) no-repeat;
    background-size: contain;
    background-position: center;
}

.sec-3 h3,
.sec-2 h3,
.sec-1 h3 {
    font-size: 40px;
    margin-bottom: 30px;
}

p {
    line-height: 28px;
}

.sec-2 {
    padding: 150px 0;
    position: relative;
}

.sec-2::before {
    content: '';
    position: absolute;
    width: 60%;
    height: 100%;
    top: 0;
    right: 0;
    background: url(../images/img-2.png) no-repeat;
    background-size: cover;
}

.sec-2 .sec-2-text {
    flex: 0 0 40%;
}

.sec-2 .sec-2-img {
    flex: 1;
    font-size: 0;
    line-height: 0;
}

.sec-3 {
    padding: 150px 0;
    background: url(../images/img-3.png) no-repeat;
    background-size: cover;
}

.sec-3 .sec-3-text {
    background: rgba(255, 255, 255, 0.97);
    color: #000000;
}

.sec-3 h3 {
    margin-top: 30px;
    margin-bottom: 0;
}

.sec-4 {
    line-height: 0;
    font-size: 0;
}

.sec-4 img {
    width: 100%;
    min-height: 500px;
    object-fit: cover;
}

.sec-5 {
    position: relative;
}

.sec-5::after,
.sec-5::before {
    content: '';
    width: 100%;
    height: 25%;
    background: #CCCCCC;
    position: absolute;
    left: 0;
    bottom: 0;
}

.sec-5::after {
    bottom: 50%;
}

.sec-5 .car-item {
    flex: 0 0 25%;
    padding: 30px 0 50px;
    position: relative;
    z-index: 3;
}

.car-item .car-content {
    text-align: center;
}

.car-item .car-content p:last-of-type {
    font-size: 26px;
}

.car-item .car-content p:first-of-type {
    font-size: 16px;
}

.sec-6 {}

.sec-6 .sec-title h1 {
    font-size: 153px;
}

.sec-6 .sec-title-inner h2 {
    font-size: 53px;
}

.sec-6 .sec-6-text,
.sec-6 .sec-map {
    flex: 0 0 50%;
}

.sec-6 .sec-6-text p {
    padding-left: 100px;
}

.sec-6 .sec-map iframe {
    width: 100%;
    height: 450px;
}

.sec-7 {
    padding: 80px 0;
    background: #000000;
}

.sec-7 .sec-title h1 {
    opacity: .1;
}

.sec-7 .sec-title-inner::before {
    content: unset;
}

.sec-7 .sec-title .sec-title-inner {
    color: #fff;
}

.sec-7 .flow-list .flow-item {
    margin-top: 50px;
}

.sec-7 .flow-list .flow-item.flex-50 {
    flex: 0 0 50%;
}

.sec-7 .flow-list .flow-item.flex-30 {
    flex: 0 0 33.333%;
}

.flow-item .flow-thumb {
    position: relative;
    font-size: 0;
    line-height: 0;
}

.flow-item .flow-thumb .flow-num {
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 54px;
    height: 54px;
    background: #E02B20;
    text-align: center;
    line-height: 54px;
}

.flow-item .flow-content {
    padding-right: 50px;
}

.flow-item .flow-content h3 {
    margin-top: 15px;
    font-size: 30px;
    color: #E02B20;
}

.flow-item .flow-content p {
    color: #fff;
}

.sec-8 {
    padding: 100px 0;
    background: #540E0A;
}

.sec-8 h1 {
    font-size: 60px;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "YuMincho", "HG明朝E", "MS P明朝", "MS 明朝", serif;
    text-align: center;
    color: #fff;
}

.sec-8 p {
    color: #fff;
    margin-top: 20px;
}

.sec-8 p a {
    color: #fff;
    text-decoration: underline;
}

.sec-8 form {
    margin: 50px auto 0;
    max-width: 900px;
}

.sec-8 form .form-field {
    margin-bottom: 20px;
}

.sec-8 form div.t-center {
    margin-top: 80px;
}

.form-field p {
    color: #fff;
    font-size: 16px;
}

.form-field select,
.form-field input {
    background: #fff;
    border: solid 1px transparent;
    padding: 0 10px;
    width: 100%;
    height: 50px;
    margin-top: 5px;
}

a.goto-line,
a.goto-contact,
form button {
    display: inline-block;
    color: #fff;
    border: none;
    background: rgb(253, 15, 0);
    background: linear-gradient(125deg, rgba(253, 15, 0, 1) 0%, rgba(255, 132, 9, 1) 100%);
    font-size: 30px;
    border-radius: 100px;
    padding: 20px;
    width: 600px;
    max-width: 100%;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "YuMincho", "HG明朝E", "MS P明朝", "MS 明朝", serif;
}

a.goto-line:hover,
a.goto-contact:hover,
form button:hover {
    cursor: pointer;
}

a.goto-line {
    margin-left: 30px;
    background: linear-gradient(125deg, rgb(0, 146, 0) 0%, rgb(0, 209, 0) 100%);
}

footer {
    background: #000000;
    padding: 80px 0 10px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
}

.border-left-outside {
    position: relative;
}

.border-left-outside::before {
    content: '';
    height: 1px;
    width: 50px;
    background: #E02B20;
    left: -60px;
    position: absolute;
}

.sec-1 .border-left-outside::before {
    top: 25px;
}

.sec-2 .border-left-outside::before {
    width: 250px;
    left: -260px;
    top: 25px;
}

.sec-3 .border-left-outside::before {
    top: 15px;
}

.sec-title.two-line {
    padding: 50px 0;
}

a.goto-line,
a.goto-contact {
    position: relative;
}

a.goto-line img,
a.goto-contact img {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
}

.s-sp-none {
    display: block;
}

.s-sp-show,
.sp-show {
    display: none;
}

.img-main {
    position: relative;
    font-size: 0;
    line-height: 0;
}

header {
    background: #CCCCCC;
    padding: 20px 0;
}

.page-top {
    background: #000000;
    padding: 20px 0;
}

.page-top h1 {
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "YuMincho", "HG明朝E", "MS P明朝", "MS 明朝", serif;
    font-size: 50px;
    color: #fff;
}

.humbuger-menu {
    background: #CCCCCC;
    padding: 10px 0;
}

.humbuger-menu a {
    color: #666666;
}

.humbuger-menu a[href] {
    color: #000000;
    font-weight: 600;
}

.page-content {
    padding: 100px 0;
}

.main-page {
    min-height: calc(100vh - 118px);
}