body {
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #f8f8f8;
	text-align: center;
    background-repeat: repeat-y; /* 縦方向のみ繰り返し */
    background-size: 100% auto; /* 横幅を100%にして、高さは元のサイズ */
}


a {
    text-decoration: none;
    color: inherit;
}

.first_container {
    width: 100%;
    z-index: -1;
    position: relative;
}

@media screen and (min-width: 1200px) {
    .first_container video {
        max-width: 1200px;
        width: 100%;
        height: 100vh;
        object-fit: cover;
        background-size: cover;
        position: relative;
        opacity: 0.7;
    }
}

@media (max-width: 1199px) and (min-width: 737px) {
    .first_container video {
        width: 100%;
        background-size: cover;
        position: relative;
        opacity: 0.7;
    }
}

@media (max-width: 736px) {
    .first_container video {
        width: 100%;
        height: 100vh;
        object-fit: cover;
        background-size: cover;
        position: relative;
        opacity: 0.7;
    }
}

@media screen and (min-width: 1200px) {
    .first_content {
        position: absolute;
        top: 75%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-weight: bold;
        font-family: 'Montserrat', sans-serif;
        letter-spacing: 5px;
        color: #fff;
        font-size: 30px;
        text-shadow: 0px 3px 6px #000000;
    }
}

@media (max-width: 1199px) and (min-width: 1025px) {
    .first_content {
        position: absolute;
        top: 70%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-weight: bold;
        font-family: 'Montserrat', sans-serif;
        letter-spacing: 5px;
        color: #fff;
        font-size: 30px;
        text-shadow: 0px 3px 6px #000000;
    }
}

@media (max-width: 1024px) and (min-width: 737px) {
    .first_content {
        width: 100%;
        text-align: center;
        position: absolute;
        top: 70%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-weight: bold;
        font-family: 'Montserrat', sans-serif;
        letter-spacing: 5px;
        color: #fff;
        font-size: 20px;
        text-shadow: 0px 3px 6px #000000;
    }
}

@media (max-width: 736px) {
    .first_content {
        width: 100%;
        text-align: center;
        position: absolute;
        top: 70%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-weight: bold;
        font-family: 'Montserrat', sans-serif;
        letter-spacing: 5px;
        color: #fff;
        font-size: 16px;
        text-shadow: 0px 3px 6px #333333;
    }
}


@media screen and (min-width: 1200px) {
    .logo {
        position: absolute;
        top: 70%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 200x;
        height: 200px;
    }
}

@media (max-width: 1199px) and (min-width: 1025px) {
    .logo {
        position: absolute;
        top: 65%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 20px;
        height: 200px;
    }
}

@media (max-width: 1024px) and (min-width: 737px) {
    .logo {
        text-align: center;
        position: absolute;
        top: 65%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 200px;
        height: 200px;
    }
}

@media (max-width: 736px) {
    .logo {
        text-align: center;
        position: absolute;
        top: 65%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 200px;
        height: 200px;
    }
}

.top_cr_container {
    width: 100%;
    background-size: cover;
    padding-top: 120px;
    padding-bottom: 120px;
}

.images_container {
    width: 100%;
    background-size: cover;
    padding-top: 120px;
}


@media (min-width: 1200px) {
    .images_container {
        width: 1200px;
        height: auto;
        margin: 0 auto;
        background-size: cover;
        padding-top: 120px;
    }
}

@media screen and (min-width: 1200px) {
    .form_container {
        max-width: 1200px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        box-shadow: rgb(221, 221, 221) 0px 3px 10px;
        margin-top: 120px;
        padding-top: 60px;
        padding-bottom: 60px;
        background: rgb(255, 255, 255);
    }
}

@media (max-width: 1024px) and (min-width: 737px) {
    .form_container {
        max-width: 737px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        box-shadow: rgb(221, 221, 221) 0px 3px 10px;
        margin-top: 80px;
        padding-top: 60px;
        padding-bottom: 60px;
        background: rgb(255, 255, 255);
    }
}

@media (max-width: 736px) {
    .form_container {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
        box-shadow: rgb(221, 221, 221) 0px 3px 10px;
        margin-top: 80px;
        padding-top: 60px;
        padding-bottom: 60px;
        background: rgb(255, 255, 255);
    }
}

@media screen and (min-width: 1200px) {
    .last_form_container {
        max-width: 1200px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 60px;
        box-shadow: rgb(221, 221, 221) 0px 3px 10px;
        margin-top: 120px;
        background: rgb(255, 255, 255);
    }
}

@media (max-width: 1024px) and (min-width: 737px) {
    .last_form_container {
        max-width: 737px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 60px;
        box-shadow: rgb(221, 221, 221) 0px 3px 10px;
        margin-top: 80px;
        background: rgb(255, 255, 255);
    }
}

@media (max-width: 736px) {
    .last_form_container {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 60px;
        box-shadow: rgb(221, 221, 221) 0px 3px 10px;
        margin-top: 80px;
        background: rgb(255, 255, 255);
    }
}

@media screen and (min-width: 1025px) {
    .lc_container {
        width: 100%;
        background-size: cover;
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

@media (max-width: 1024px) and (min-width: 737px) {
    .lc_container {
        width: 100%;
        background-size: cover;
        padding-top: 80px;
        padding-bottom: 120px;
    }
}

@media (max-width: 736px) {
    .lc_container {
        width: 100%;
        background-size: cover;
        padding-top: 60px;
        padding-bottom: 120px;
    }
}

@media screen and (min-width: 1025px) {
    .overview_container {
        width: 100%;
        background-size: cover;
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

@media (max-width: 1024px) and (min-width: 737px) {
    .overview_container {
        width: 100%;
        background-size: cover;
        padding-top: 80px;
        padding-bottom: 120px;
    }
}

@media (max-width: 736px) {
    .overview_container {
        width: 100%;
        background-size: cover;
        padding-top: 60px;
        padding-bottom: 120px;
    }
}

@media screen and (min-width: 1200px) {
    .company_wrapper {
        width: 1200px;
        margin-left: auto;
        margin-right: auto;
        background: #fff;
        font-family: 'Noto Sans JP', sans-serif;
        box-shadow: 0px 3px 10px #e5e5e5;
        margin-top: 120px;
    }
}

@media (max-width: 1199px) and (min-width: 1025px) {
    .company_wrapper {
        width: 1025px;
        margin-left: auto;
        margin-right: auto;
        background: #fff;
        font-family: 'Noto Sans JP', sans-serif;
        box-shadow: 0px 3px 10px #e5e5e5;
        margin-top: 120px;
    }
}

@media (max-width: 1024px) and (min-width: 737px) {
    .company_wrapper {
        width: 737px;
        margin-left: auto;
        margin-right: auto;
        background: #fff;
        font-family: 'Noto Sans JP', sans-serif;
        box-shadow: 0px 3px 10px #e5e5e5;
        margin-top: 80px;
    }
}

@media (max-width: 736px) {
    .company_wrapper {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        background: #fff;
        font-family: 'Noto Sans JP', sans-serif;
        box-shadow: 0px 3px 10px #e5e5e5;
        margin-top: 60px;
    }
}

@media screen and (min-width: 1025px) {
    .overview_wrapper {
        width: 845px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 120px;
    }
}

@media (max-width: 1024px) and (min-width: 737px) {
    .overview_wrapper {
        width: 650px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 120px;
    }
}

@media (max-width: 736px) {
    .overview_wrapper {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 60px;
    }
}

@media screen and (min-width: 1025px) {
    .overview_wrapper h2 {
        font-size: 40px;
        color: #21333C;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: bold;
        letter-spacing: 2px;
        text-align: center;
        position: relative;
    }
}

@media (max-width: 1024px) and (min-width: 737px) {
    .overview_wrapper h2 {
        font-size: 30px;
        color: #21333C;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: bold;
        letter-spacing: 2px;
        text-align: center;
        position: relative;
    }
}

@media (max-width: 736px) {
    .overview_wrapper h2 {
        font-size: 20px;
        color: #21333C;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: bold;
        letter-spacing: 2px;
        text-align: center;
        position: relative;
    }
}

@media screen and (min-width: 737px) {
    .overview_list {
        display: block;
        color: #333333;
        margin-top: 65px;
        padding-bottom: 60px;
    }
}

@media (max-width: 736px) {
    .overview_list {
        display: block;
        color: #333333;
        margin-top: 60px;
        padding-bottom: 60px;
    }
}

@media screen and (min-width: 1200px) {
    .top_contact_title {
        font-size: 60px;
        font-weight: bold;
        font-family: Montserrat, sans-serif;
        letter-spacing: 2px;
        text-align: center;
        line-height: 60px;
        color: rgb(51, 51, 51);
        margin-bottom: 40px;
    }
}

@media (max-width: 1024px) and (min-width: 737px) {
    .top_contact_title {
        font-size: 40px;
        font-weight: bold;
        font-family: Montserrat, sans-serif;
        letter-spacing: 2px;
        text-align: center;
        line-height: 40px;
        color: rgb(51, 51, 51);
        margin-bottom: 40px;
    }
}

@media (max-width: 736px) {
    .top_contact_title {
        font-size: 30px;
        font-weight: bold;
        font-family: Montserrat, sans-serif;
        letter-spacing: 2px;
        text-align: center;
        line-height: 30px;
        color: rgb(51, 51, 51);
        margin-bottom: 40px;
    }
}

@media screen and (min-width: 1200px) {
    .top_contact_title span {
        font-size: 24px;
        display: block;
    }
}

@media (max-width: 1024px) and (min-width: 737px) {
    .top_contact_title span {
        font-size: 20px;
        display: block;
    }
}

@media (max-width: 736px) {
    .top_contact_title span {
        font-size: 15px;
        display: block;
    }
}

@media screen and (min-width: 1025px) {
    .company_container h2 {
        font-size: 40px;
        color: #21333C;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: bold;
        letter-spacing: 2px;
        text-align: center;
        position: relative;
    }
}

@media (max-width: 1024px) and (min-width: 737px) {
    .company_container h2 {
        font-size: 30px;
        color: #21333C;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: bold;
        letter-spacing: 2px;
        text-align: center;
        position: relative;
    }
}

@media (max-width: 736px) {
    .company_container h2 {
        font-size: 20px;
        color: #21333C;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: bold;
        letter-spacing: 2px;
        text-align: center;
        position: relative;
    }
}

@media screen and (min-width: 1200px) {
    .top_contact_content {
        width: 950px;
        font-size: 18px;
        margin-left: auto;
        margin-right: auto;
        letter-spacing: 1px;
        line-height: 35px;
        margin-top: 20px;
        color: rgb(51, 51, 51);
        font-weight: 500;
    }
} 

@media (max-width: 1024px) and (min-width: 737px) {
    .top_contact_content {
        width: 630px;
        font-size: 16px;
        margin-left: auto;
        margin-right: auto;
        letter-spacing: 1px;
        line-height: 35px;
        margin-top: 20px;
        color: rgb(51, 51, 51);
        font-weight: 500;
    }
}

@media (max-width: 736px) {
    .top_contact_content {
        width: 90%;
        font-size: 12px;
        margin-left: auto;
        margin-right: auto;
        letter-spacing: 1px;
        line-height: 25px;
        margin-top: 20px;
        color: rgb(51, 51, 51);
        font-weight: 500;
    }
}

@media (max-width: 736px) {
    .top_cr_container {
        width: 100%;
        background-size: cover;
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.top_cr_title_wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

@media screen and (min-width: 1025px) {
    .top_cr_title h2 {
        font-size: 60px;
        text-align: center;
        font-weight: bold;
        font-family: Montserrat, sans-serif;
        letter-spacing: 1px;
        line-height: 60px;
    }
}

@media (max-width: 1024px) and (min-width: 737px) {
    .top_cr_title h2 {
        font-size: 40px;
        text-align: center;
        font-weight: bold;
        font-family: Montserrat, sans-serif;
        letter-spacing: 1px;
        line-height: 40px;
    }
}

@media (max-width: 736px) {
    .top_cr_title h2 {
        font-size: 30px;
        text-align: center;
        font-weight: bold;
        font-family: Montserrat, sans-serif;
        letter-spacing: 1px;
        line-height: 30px;
        color: rgb(51, 51, 51);
    }
}

@media screen and (min-width: 1025px) {
    .top_cr_title span {
        display: block;
        text-align: center;
        font-size: 24px;
    }
}

@media (max-width: 1024px) and (min-width: 737px) {
    .top_cr_title span {
        display: block;
        text-align: center;
        font-size: 20px;
    }
}

@media (max-width: 736px) {
    .top_cr_title span {
        display: block;
        text-align: center;
        font-size: 15px;
    }
}

@media screen and (min-width: 1200px) {
    .top_cr_title_wrapper {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        position: relative;
    }
}

.top_cr_wrapper{
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}



@media (max-width: 1199px) and (min-width: 1025px) {
    .top_cr_wrapper {
        max-width: 1025px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 40px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
}

@media (max-width: 1024px) and (min-width: 737px) {
    .top_cr_wrapper {
        max-width: 737px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 40px;
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }
}

@media (max-width: 736px) {
    .top_cr_wrapper {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 40px;
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }
}

.cr_list img {
	width: 384px;
	height: auto;  /* 高さは自動で調整される */
}

@media (max-width: 1199px) and (min-width: 1025px) {
    .cr_list img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }
}

@media (max-width: 1024px) and (min-width: 737px) {
    .cr_list img {
        width: 100%;
        height: 280px;
        object-fit: cover;
    }
}

@media (max-width: 736px) {
    .cr_list img {
        width: 100%;
        height: 150px;
        object-fit: cover;
    }
}

.cr_list {
    opacity: 1;
    transition: color, background .3s;
    width: 32%;
    margin-top: 50px;
    box-shadow: 0px 3px 10px #DDDDDD;
    background: #fff;
}

@media (max-width: 1024px) and (min-width: 737px) {
    .cr_list {
        width: 47%;
        margin-top: 30px;
        box-shadow: 0px 3px 10px #DDDDDD;
        background: #fff;
    }
}

@media (max-width: 736px) {
    .cr_list {
        width: 45%;
        margin-top: 30px;
        box-shadow: 0px 3px 10px #DDDDDD;
        background: #fff;
    }
}

@media screen and (min-width: 1200px) {
    .top_cr_button {
        width: 350px;
        text-align: center;
        background: #21333C;
        margin-top: 80px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 10px;
        padding-bottom: 10px;
        border-radius: 100px;
        box-shadow: 0px 3px 10px #21333C;
        transition: background, box-shadow .3s;
    }
}

@media (max-width: 1199px) and (min-width: 1025px) {
    .top_cr_button {
        width: 350px;
        text-align: center;
        background: #21333C;
        margin-top: 80px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 10px;
        padding-bottom: 10px;
        border-radius: 100px;
        box-shadow: 0px 3px 10px #21333C;
    }
}

@media (max-width: 1024px) and (min-width: 737px) {
    .top_cr_button {
        width: 300px;
        text-align: center;
        background: #21333C;
        margin-top: 80px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 10px;
        padding-bottom: 10px;
        border-radius: 100px;
        box-shadow: 0px 3px 10px #21333C;
    }
}

@media (max-width: 736px) {
    .top_cr_button {
        width: 200px;
        text-align: center;
        background: #21333C;
        margin-top: 60px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 10px;
        padding-bottom: 10px;
        border-radius: 100px;
        box-shadow: 0px 3px 10px #21333C;
    }
}

@media screen and (min-width: 1025px) {
    .top_cr_button p {
        color: #fff;
        font-size: 24px;
        font-weight: bold;
        letter-spacing: 1px;
    }
}

@media (max-width: 1024px) and (min-width: 737px) {
    .top_cr_button p {
        color: #fff;
        font-size: 20px;
        font-weight: bold;
        letter-spacing: 1px;
    }
}

@media (max-width: 736px) {
    .top_cr_button p {
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 1px;
    }
}

.images_container img {
    width: 100%;
    height: auto;
    object-fit: cover;
    background-size: cover;
    position: relative;
    opacity: 0.7;
}

.list_wrap:nth-child(1) {
    border-top: 1px solid #dddddd;
}

@media screen and (min-width: 1025px) {
    .list_wrap {
        display: flex;
        line-height: 60px;
        border-bottom: 1px solid #dddddd;
    }
}

@media (max-width: 1024px) and (min-width: 737px) {
    .list_wrap {
        display: flex;
        line-height: 60px;
        border-bottom: 1px solid #dddddd;
        font-size: 14px;
    }
}

@media (max-width: 736px) {
    .list_wrap {
        display: block;
        line-height: 50px;
        font-size: 12px;
        text-align: center;
        border-bottom: 1px solid #dddddd;
    }
}

@media screen and (min-width: 737px) {
    .list1 {
        width: 20%;
        font-weight: bold;
        letter-spacing: 1px;
        font-family: 'Noto Sans JP', sans-serif;
    }
}

@media (max-width: 736px) {
    .list1 {
        width: 100%;
        font-weight: bold;
        letter-spacing: 1px;
        font-family: 'Noto Sans JP', sans-serif;
        text-align: center;
        background: #21333C;
        color: #fff;
    }
}

@media screen and (min-width: 737px) {
    .list2 {
        width: 80%;
        font-family: 'Noto Sans JP', sans-serif;
        letter-spacing: 1px;
    }
}

@media (max-width: 736px) {
    .list2 {
        width: 100%;
        font-family: 'Noto Sans JP', sans-serif;
        letter-spacing: 1px;
        text-align: center;
        line-height: 25px;
        padding-top: 20px;
        padding-bottom: 20px;
        border-right: 1px solid #dddddd;
        border-left: 1px solid #dddddd;
    }
}

@media screen and (min-width: 1200px) {
    .cr_content {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 25px;
    }
}

@media (max-width: 1199px) and (min-width: 1025px) {
    .cr_content {
        background: #fff;
        padding-top: 35px;
        padding-bottom: 35px;
        padding-left: 15px;
    }
}

@media (max-width: 1024px) and (min-width: 737px) {
    .cr_content {
        background: #fff;
        padding-top: 25px;
        padding-bottom: 25px;
        padding-left: 20px;
    }
}

@media (max-width: 736px) {
    .cr_content {
        background: #fff;
        padding-top: 15px;
        padding-bottom: 15px;
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (min-width: 737px) {
    .cr_category {
        font-size: 14px;
        letter-spacing: 1px;
        color: #72C6C3;
    }
}

@media (max-width: 736px) {
    .cr_category {
        font-size: 10px;
        letter-spacing: 1px;
        color: #72C6C3;
    }
}

@media screen and (min-width: 1200px) {
    .cr_name {
        font-size: 18px;
        margin-top: 10px;
        font-weight: 500;
        letter-spacing: 1px;
    }
}

@media (max-width: 1199px) and (min-width: 1025px) {
    .cr_name {
        font-size: 16px;
        margin-top: 10px;
        font-weight: 500;
        letter-spacing: 1px;
    }
}

@media (max-width: 1024px) and (min-width: 737px) {
    .cr_name {
        font-size: 15px;
        margin-top: 10px;
        font-weight: 500;
        letter-spacing: 1px;
    }
}

@media (max-width: 736px) {
    .cr_name {
        font-size: 12px;
        margin-top: 10px;
        font-weight: 500;
        letter-spacing: 1px;
        color: #333333;
        line-height: 15px;
    }
}

#Strong ul {
    display: flex;
    justify-content: space-between;
    font-size: 1.125em;
    line-height: 1.5em;
    margin-top: 40px;
}

#Strong ul li {
    background: url(../images/logo_alpha0.5.png), linear-gradient(to right, #fb4b23 0%, #f43440 100%);
    background-size: 83px auto, 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    max-width: 300px;
    width: 31.25%;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    min-height: 185px;
    border-radius: 40px;
    color: #FFF;
    counter-increment: num;
    flex-direction: column;
    font-weight: bold;
}

#Strong ul li::before {
    content: counter(num);
    display: block;
    width: 100%;
    font-family: ikaros;
    font-size: 3.000rem;
    font-weight: normal;
    margin-bottom: 10px;
}

@media screen and (min-width: 641px) {
    #Strong ul {
        font-size: 0.938rem;
        padding-left: 2%;
        padding-right: 2%;
    }
}

@media (max-width: 640px) {
    #Strong ul {
        font-size: 0.938rem;
        flex-direction: column;
        align-items: center;
        margin-top: 0;
        padding-left: 0;
    }
}

@media screen and (min-width: 641px) {
    #Strong ul li {
        width: 32%;
    }
}

@media (max-width: 640px) {
    #Strong ul li{
        max-width: auto;
        width: 80%;
        margin-top: 15px;
    }
}
