@charset "UTF-8";

/*----------------------------------------------
	section
---------------------------------------------*/
.c_section_type01 {
	padding: 200px 0 100px;
	position: relative;
	z-index: 98;
}

/*----------------------------------------------
	btn
---------------------------------------------*/
.c_btn01 {
    width: 205px;
    height: 50px;
    background: var(--ol02);
    color: var(--wh);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 80px;
    font-size: 1.8rem;
    position: relative;
    text-decoration: none;
    outline: none;
    overflow: hidden;
}

/*----------------------------------------------
	基本のwrap
---------------------------------------------*/
.c_wrap {
	width: 100%;
}

.c_wrap1360 {
	width: 1360px;
	margin-right: auto;
	margin-left: auto;
}

.c_wrap1280 {
	width: 1280px;
	margin-right: auto;
	margin-left: auto;
}

.c_wrap1140 {
	width: 1140px;
	margin-right: auto;
	margin-left: auto;
}

.c_wrap1080 {
	width: 1080px;
	margin-right: auto;
	margin-left: auto;
}

.c_wrap960 {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

@media (max-width: 1360px) {
	.c_wrap1360 {
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
	}

	.c_wrap1280 {
		width: 100%;
		padding-right: 40px;
		padding-left: 40px;
	}
}

@media (max-width: 1140px) {
	.c_wrap1140 {
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
	}
}

@media (max-width: 1080px) {
	.c_wrap1080 {
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
	}
}

@media (max-width: 960px) {

	.c_wrap1280 {
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
	}

	.c_wrap960 {
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
	}
}

@media (max-width: 600px) {

	.c_wrap1080 {
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
	}

}

/*----------------------------------------------
	c_ttl
---------------------------------------------*/
.c_top_ttl {
    position: relative;
    text-align: center;
    margin: auto;
    background: #fff;
    border-bottom: 3px solid var(--ol02);
    z-index: 100;
}

.c_top_ttl:after {
    position: absolute;
    content: "";
    top: -15rem;
    left: 50%;
    width: 460px;
    height: 460px;
    transform: translateX(-50%);
    border: 3px solid var(--ol02);
    border-radius: 50%;
    background: var(--wh);
    z-index: -100;
}

.c_top_ttlbox {
    position: absolute;
    content: "";
    width: fit-content;
    right: 0;
    left: 0;
    margin: -10rem auto 0;
    text-align: center;
}

.c_top_ttlbox img {
    height: 115px;
}
.c_top_ttlbox h2, .c_top_ttlbox img {
    position: relative;
    z-index: 110;
}
.c_top_ttl_bg {
    position: absolute;
    content: "";
    width: 100%;
    height: 100px;
    top: -7rem;
    left: 0;
    right: 0;
    margin: auto;
    mix-blend-mode: multiply;
}
.c_top_ttl_bg img {
    width: 100%;
    height: inherit;
    object-fit: cover;
}

@media (max-width: 968px) {
	.c_top_ttl_bg{
		top: -4rem;
	}
	
}

@media (max-width: 700px) {
	.c_top_ttlbox{
		margin: -5rem auto 0;
	}
	.c_top_ttlbox img {
		height: 70px;
	}
	.c_top_ttl:after{
		top: -8rem;
		left: 50%;
		width: 60%;
		height: 200px;
	}
	
}

/*----------------------------------------------
	c_txt
---------------------------------------------*/
.c_txt {
	margin-bottom: 50px;
	text-align: center;
	font-size: 1.6rem;
	line-height: 2;
}

.c_txt_sb {
	margin-top: -50px;
	margin-bottom: 50px;
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.5;
}

@media (max-width: 700px) {
	.c_txt{
		font-size: 1.4rem;
		margin-bottom: 30px;
	}
	.c_txt_sb{
		font-size: 1.2rem;
		margin-top: -30px;
		margin-bottom: 30px;
	}
}

/*----------------------------------------------
	フォントウェイト
---------------------------------------------*/
.c_fw700 {
	font-weight: 700;
}