.pc {
    display: block;
}
.sp {
    display: none;
}

@media all and (max-width: 1024px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
}
/*---------------------------------------------------*/

a {
    color: #000;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    opacity: 0.7;
}

/*---------------------------------------------------*/

h1,h2,h3,h4,h5 {
    font-weight: 700;
}

/*---------------------------------------------------*/

.center {
    text-align: center;
}
._center {
    text-align: center;
}
@media all and (max-width: 768px) {
    .center {
        text-align: center;
    }
    ._center {
        text-align: left;
    }
}
/*---------------------------------------------------*/

.page_ttl_h1 {
    font-size: 38px;
    text-align: center;
}
.page_ttl_h2 {
    font-size: 24px;
    text-align: center;
}
.page_ttl_p {
    font-size: 15px;
    text-align: center;
}

@media all and (max-width: 768px) {
    .page_ttl_h1,
    .page_ttl_h2,
    .page_ttl_p {
        text-align: left;
    }
    .page_ttl_h1 {
        font-size: 28px;
    }
    .page_ttl_h2 {
        font-size: 20px;
    }
}

@media all and (max-width: 640px) {
    .page_ttl_h1 {
        font-size: 25px;
    }
    .page_ttl_h2 {
        font-size: 17px;
    }
    .page_ttl_p {
        font-size: 13px;
    }
}

/*---------------------------------------------------*/

.title_1 {
	font-size: 28px;
	margin-bottom: 10px;
	line-height: 1.8;
}
.title_2 {
	font-size: 23px;
	margin-bottom: 10px;
	line-height: 1.8;
}
.title_3 {
	font-size: 20px;
	margin-bottom: 10px;
	line-height: 1.8;
}
.title_4 {
	font-size: 18px;
	margin-bottom: 10px;
	line-height: 1.8;
}
.text_lead {
	font-size: 15px;
	margin-bottom: 10px;
	line-height: 1.8;
}
.cap {
	font-size: 13px;
	margin: 10px 0;
}
.text_link {
    text-decoration: underline;
}
.text_link:hover {
    text-decoration: none;
}

@media all and (max-width: 640px) {
	.title_1 {
		font-size: 21px;
		margin-bottom: 10px;
		line-height: 1.6;
	}
	.title_2 {
		font-size: 19px;
		margin-bottom: 10px;
		line-height: 1.6;
	}
	.title_3 {
		font-size: 18px;
		margin-bottom: 10px;
		line-height: 1.6;
	}
	.title_4 {
		font-size: 17px;
		margin-bottom: 10px;
		line-height: 1.6;
	}
	.text_lead {
		font-size: 15px;
		margin-bottom: 10px;
		line-height: 1.8;
	}
	.cap {
		font-size: 13px;
		margin: 10px 0;
	}
}

/*---------------------------------------------------*/

.two_column_flex {
    max-width: 1520px;
    margin: 50px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.two_column_text {
    width: 46.8%;
}
.two_column_text h4 {
    font-size: 28px;
    margin-bottom: 1.5rem;
    font-weight: 400;
}
.two_column_text p {
    font-size: 15px;
}
.pattern_btn {
    width: 100%;
    max-width: 420px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    color: #000;
    border: 1px solid #000;
}
.two_column_text .pattern_btn {
    margin-top: 40px;
}
.two_column_img {
    width: 50%;
}
.two_column_img img {
    width: 100%;
}
@media all and (max-width: 1700px) {
    .two_column_flex {
        width: calc(100% - 80px);
    }
}

@media all and (max-width: 1520px) {
    .two_column_flex {
        width: calc(100% - 80px);
    }
}

@media all and (max-width: 1024px) {
    .two_column_flex {
        align-items: flex-start;
    }
}

@media all and (max-width: 640px) {
    .two_column_flex {
        width: 100%;
        flex-direction: column;
        margin-top: 60px;
    }
    .two_column_text {
        order: 2;
        width: 100%;
    }
    .two_column_text h4 {
        font-size: 18px;
    }
    .two_column_text p {
        font-size: 14px;
    }
    .pattern_btn {
        max-width: none;
        width: 100%;
        height: 50px;
        font-size: 13px;
    }
    .two_column_text .pattern_btn {
        margin-top: 20px;
        width: 100%;
    }
    .two_column_img {
        order: 1;
        width: 100%;
    }
}

/*---------------------------------------------------*/

.hide {
    display: none;
}

/*---------------------------------------------------*/
/* 黒背景　声 */
.gray_contents_sec .inner {
    max-width: 1700px;
    margin: 0 auto;
    padding-bottom: 20px;
    background-color: #000;
}
.gray_contents_sec_2 {
    margin-top: 100px;
    background-color: #000;
    padding: 50px 40px;
}
.gray_contents_sec_2 h2, 
.gray_contents_sec_2 h3, 
.gray_contents_sec_2 h2,
.gray_contents_sec_2 p {
    color: #fff;
}
.pattern_btn_flex {
    display: flex;
    justify-content: center;
}
.pattern_btn_flex {
    margin-top: 60px;
}
.pattern_btn_flex .pattern_btn {
    margin-right: 34px;
}
.pattern_btn_flex .pattern_btn:last-of-type {
    margin-right: 0;
}
.pattern_center {
    margin: 50px auto 0;
}
.pattern_btn_b {
    color: #fff;
    background-color: #000;
}

@media all and (max-width: 1700px) {
    .gray_contents_sec {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media all and (max-width: 640px) {
    .gray_contents_sec {
        padding-left: 0;
        padding-right: 0;
        margin-top: 30px;
    }
    .gray_contents_sec_2 {
        padding: 50px 20px;
    }
    .gray_contents_sec .pattern_btn {
        width: calc(100% - 40px);
    }
    .pattern_btn_flex {
        margin-top: 40px;
        flex-direction: column;
    }
    .pattern_btn_flex .pattern_btn {
        margin-left: auto !important;
        margin-right: auto !important;
        margin-top: 15px;
    }
}

/*---------------------------------------------------*/

.profile_area {
    display: block;
    max-width: 1280px;
    margin: 10px auto 50px;
    display: flex;
}
.profile_img {
    width: 40%;
}
.profile_text {
    width: 60%;
    background-color: #000;
    padding: 30px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
}
.profile_text h3 {
    font-size: 17px;
    margin-bottom: 10px;
}
.profile_name {
    font-size: 20px;
    margin-bottom: 1.5rem;
}
.profile_cap {
    font-size: 14px;
}

@media all and (max-width: 1440px) {
    .profile_area {
        width: calc(100% - 80px);
    }
}

@media all and (max-width: 1279px) {
    .profile_img img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    .profile_text {
        padding: 40px 60px;
    }
}

@media all and (max-width: 1023px) {
    .profile_area {
        flex-direction: column;
    }
    .profile_img {
        width: 100%;
    }
    .profile_img img {
        object-fit: inherit;
    }
    .profile_text {
        width: 100%;
    }
}

@media all and (max-width: 640px) {
    .profile_area {
        width: 100%;
        margin: 0 auto 50px;
    }
    .profile_text {
        padding: 30px 20px;
    }
    .profile_text h3 {
        font-size: 14px;
    }
    .profile_p1 {
        font-size: 15px;
        margin-bottom: 1rem;
    }
    .profile_p2 {
        font-size: 13px;
    }
}

/*---------------------------------------------------*/

.link_a_area {
    max-width: 1280px;
    margin: 100px auto 0;
    display: flex;
}
.link_a_img {
    width: 48%;
}
.link_a_img img {
    width: 100%;
}
.link_a_text {
    width: 52%;
    background-color: #000;
    color: #fff;
    padding: 0 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.link_a_text h2 {
    font-size: 32px;
    margin-bottom: 1rem;
}
.link_a_text h3 {
    font-size: 23px;
    margin-bottom: 1rem;
    font-weight: 400;
}
.link_a_text a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 40px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    border: 1px solid #fff;
}

@media all and (max-width: 1440px) {
    .link_a_area {
        width: calc(100% - 80px);
    }
}

@media all and (max-width: 1279px) {
    .link_a_img {
        width: 50%;
    }
    .link_a_img img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    .link_a_text {
        width: 50%;
        padding: 40px 60px;
    }
    .link_a_text h2 {
        font-size: 30px;
    }
    .link_a_text h3 {
        font-size: 20px;
    }
}

@media all and (max-width: 1023px) {
    .link_a_area {
        flex-direction: column;
    }
    .link_a_img {
        object-fit: inherit;
        width: 100%;
    }
    .link_a_text {
        width: 100%;
    }
}

@media all and (max-width: 640px) {
    .link_a_area {
        width: calc(100% - 40px);
        margin-top: 80px;
    }
    .link_a_text {
        padding: 40px 20px;
    }
    .link_a_text h2 {
        font-size: 24px;
        margin-bottom: 1rem;
    }
    .link_a_text h3 {
        font-size: 15px;
        margin-bottom: 1rem;
    }

    .link_a_text a {
        width: 100%;
        text-align: center;
        padding: 0 20px;
        height: 50px;
        font-size: 13px;
    }
}

/*---------------------------------------------------*/


/*以下追加テンプレーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/

.end_border {
    width: 80%;
    max-width: 800px;
    margin: 100px auto;
    height: 1px;
    background: #333;
}

.sec_border {
    width: 80%;
    max-width: 1200px;
    margin: 100px auto;
    height: 1px;
    background: #333;
}

@media screen and (max-width: 640px) {
    .sec_border {
        width: 80%;
        margin: 60px auto;
    }
    .end_border {
        width: 65%;
        margin: 60px auto;
    }
}


/* 個別から移動---------------------------------------------------*/

.block_mt3 {
	margin-top: 3rem !important;
}
.block_mt5 {
	margin-top: 5rem !important;
}
.block_mt8 {
	margin-top: 8rem !important;
}
.block_mt10 {
	margin-top: 10rem !important;
}
.block_mt12 {
	margin-top: 12rem !important;
}

.block_mb2 {
    margin-bottom: 2rem !important;
}
.block_mb3 {
	margin-bottom: 3rem !important;
}
.block_mb5 {
	margin-bottom: 5rem !important;
}
.block_mb8 {
	margin-bottom: 8rem !important;
}
.block_mb10 {
	margin-bottom: 10rem !important;
}
.block_mb12 {
	margin-bottom: 12rem !important;
}
.block_mb15 {
	margin-bottom: 15rem !important;
}
.block_mb20 {
	margin-bottom: 20rem !important;
}

@media all and (max-width: 640px) {
    .block_mt3 {
        margin-top: 2rem !important;
    }
    .block_mt5 {
        margin-top: 3rem !important;
    }
    .block_mt8 {
        margin-top: 4rem !important;
    }
    .block_mt10 {
        margin-top: 5rem !important;
    }
    .block_mt12 {
        margin-top: 6rem !important;
    }
    .block_mb2 {
        margin-bottom: 1.5rem !important;
    }
    .block_mb3 {
        margin-bottom: 2rem !important;
    }
    .block_mb5 {
		margin-bottom: 3rem !important;
	}
	.block_mb8 {
		margin-bottom: 4rem !important;
	}
	.block_mb10 {
		margin-bottom: 5rem !important;
	}
	.block_mb12 {
		margin-bottom: 6rem !important;
	}
	.block_mb15 {
		margin-bottom: 8rem !important;
	}
	.block_mb20 {
		margin-bottom: 10rem !important;
	}
}

.mt0 {
    margin-top: 0 !important;
}
.mr0 {
    margin-right: 0 !important;
}
.mb0 {
    margin-bottom: 0 !important;
}
.ml0 {
    margin-left: 0 !important;
}
.mt5 {
    margin-top: 5px !important;
}
.mr5 {
    margin-right: 5px !important;
}
.mb5 {
    margin-bottom: 5px !important;
}
.ml5 {
    margin-left: 5px !important;
}
.mt10 {
    margin-top: 10px !important;
}
.mr10 {
    margin-right: 10px !important;
}
.mb10 {
    margin-bottom: 10px !important;
}
.ml10 {
    margin-left: 10px !important;
}
.mt15 {
    margin-top: 15px !important;
}
.mr15 {
    margin-right: 15px !important;
}
.mb15 {
    margin-bottom: 15px !important;
}
.ml15 {
    margin-left: 15px !important;
}
.mt20 {
    margin-top: 20px !important;
}
.mr20 {
    margin-right: 20px !important;
}
.mb20 {
    margin-bottom: 20px !important;
}
.ml20 {
    margin-left: 20px !important;
}
.mt25 {
    margin-top: 25px !important;
}
.mr25 {
    margin-right: 25px !important;
}
.mb25 {
    margin-bottom: 25px !important;
}
.ml25 {
    margin-left: 25px !important;
}
.mt30 {
    margin-top: 30px !important;
}
.mr30 {
    margin-right: 30px !important;
}
.mb30 {
    margin-bottom: 30px !important;
}
.ml30 {
    margin-left: 30px !important;
}
.mt35 {
    margin-top: 35px !important;
}
.mr35 {
    margin-right: 35px !important;
}
.mb35 {
    margin-bottom: 35px !important;
}
.ml35 {
    margin-left: 35px !important;
}
.mt40 {
    margin-top: 40px !important;
}
.mr40 {
    margin-right: 40px !important;
}
.mb40 {
    margin-bottom: 40px !important;
}
.ml40 {
    margin-left: 40px !important;
}
.mt45 {
    margin-top: 45px !important;
}
.mr45 {
    margin-right: 45px !important;
}
.mb45 {
    margin-bottom: 45px !important;
}
.ml45 {
    margin-left: 45px !important;
}
.mt50 {
    margin-top: 50px !important;
}
.mr50 {
    margin-right: 50px !important;
}
.mb50 {
    margin-bottom: 50px !important;
}
.ml50 {
    margin-left: 50px !important;
}

