@charset "UTF-8";

header .head_ttl::before {
	content: "知るほど住みたくなる街「浦和文蔵」の魅力";
	line-height: 1;
	margin: 4px 0 0;
}
/* .gnav li a.special{
	background: #eee;
	color: #000;
} */
.gnav li a.special{
    background: #24b55f;
}
html {
	scroll-behavior: smooth;
}

.special_bg_img {
    background: url(../img/special/special_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 60px;
}

.sec_pb80 {
    padding-bottom: 80px;
}
.sec_mt60 {
    margin-top: 60px;
}
.mg60 {
    margin: 60px auto;
}
.mt60 {
    margin: 60px auto 0;
}
.mb60 {
    margin: 0 auto 60px;
}

.ac_inner{
	max-width: 1200px;
    margin: 0 auto;
}
.inner1200 {
    max-width: 1200px;
    margin: 0 auto;
}
.wd850 {
    max-width: 850px;
    width: 100%;
    margin: 0 auto 60px;
}
.wd600 {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}

.subhead_special {
    background: url(../img/special/subhead.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.subhead_sub01 {
    background: url(../img/special/subhead_sub01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.subhead_sub02 {
    background: url(../img/special/subhead_sub02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.subhead_sub03 {
    background: url(../img/special/subhead_sub03.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.subhead_sub04 {
    background: url(../img/special/subhead_sub04.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.subhead_sub05 {
    background: url(../img/special/subhead_sub05.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.special_img {
    height: 600px;
}

.subpage_ttl_box.special {
    padding: 80px 0;
}
.ta_c {
    text-align: center;
}
.flex_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}



/* Column */
.column_box{
	width: 100%;
	margin: 60px auto 20px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.column_box.col_mt{
	margin: -30px auto 20px;
}
.col_border {
    height: 1.5px;
    width: 15%;
    background-color: rgb(0, 0, 0);
}
.col_border:first-of-type{
	margin-right: 20px;
}
.col_border:last-of-type{
	margin-left: 20px;
}
.column_img{
	max-width: 200px;
	width: 100%;
}




/* sec01 */
.point_flex_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.point_item {
    width: 32%;
}
.point_ttl_img {
    max-width: 384px;
    width: 100%;
    margin: 0 auto;
}
.point_lead {
    font-size: 20px;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 20px;
}


/* sec02 */
.ttl_tate_box{
    /* text-align: center; */
    display: flex;
    justify-content: center;
}
.ttl_tate {
    font-size: 42px;
    font-family: "fot-tsukuaoldmin-pr6n", serif !important;
    writing-mode: vertical-rl;
    letter-spacing: 0.2em;
    line-height: 1.5;
    color: #000;
    height: max-content;
    margin: 0 auto 30px;
}
.col2_flex_box02 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.col2_flex_item {
    width: 48%;
}
.col2_flex_toho {
    margin: 30px 0;
    line-height: 1.3;
    text-align: center;
    font-size: 18px;
}
.col2_flex_item p {
    letter-spacing: 0.1em;
    /* text-align: center; */
}
.col2_flex_lead {
    text-align: center;
    color: #3c3d45;
    line-height: 2.5;
    font-size: 18px;
}
.col2_flex_lead.ta_j {
    text-align: justify;
}


/* column01 */
.cap_lead {
    font-size: 12px;
    text-align: center;
    margin-top: 1em;
}
.col2_item_img {
    width: 48%;
}


/* sec04 */
.service_flex_box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px 40px;
}
.item_service {
    width: 48%;
}
.item_service:nth-child(n+3) {
    margin-top: 30px;
}
.redline {
    text-decoration-line: underline;
    text-decoration-style: wavy;
    text-decoration-color: #ff0000;
}
.service_wht_box {
    /* width: 100%;
    background: #fff;
    border-radius: 40px;
    padding: 20px;
    margin-bottom: 20px; */
    width: 100%;
    background: #fff;
    border-radius: 40px;
    padding: 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.service_ttl {
    font-size: 22px;
    text-align: center;
}
.service_ttl span {
    font-size: 12px;
}
.service_lead {
    line-height: 2;
    color: #3c3d45;
    font-size: 16px;
}
.wd200 {
    max-width: 200px;
    margin: 0 auto;
}
.cap_lead_right {
    font-size: 10px;
    text-align: right;
    margin-top: 1em;
}


/* sec05 */
.hanzai_wht_box {
    width: 100%;
    background: #fff;
    padding: 25px;
}
.hanzai_ttl {
    font-size: 20px;
    text-align: center;
    margin-bottom: 25px;
}
.cap_lead_left {
    font-size: 10px;
    margin-top: 1em;
}
.wd600.mb60 {
    max-width: 600px;
    width: 100%;
    margin: 0 auto 60px;
}


/* sec06 */
.sdw {
    filter: drop-shadow(3px 7px 13px rgba(0, 0, 0, 0.24));
}
.zin1 {
    z-index: 1;
}
.pos_ab {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 100%;
}
.pos_ab02 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    /* padding: 40px 0 0; */
    width: 100%;
}
.kohuku_img {
    aspect-ratio: 60 / 58;
}
.cap_lead_left.mt2 {
    font-size: 10px;
    margin-top: 2em;
}


/* column02 */
.wd520 {
    max-width: 520px;
    margin: 0 auto;
}




@media screen and (max-width: 1300px) {
/* sec02 */
.col2_flex_box02 {
    padding-right: 20px;
}
}

@media screen and (max-width: 1240px) {
/* sec01 */
.point_lead {
    font-size: 18px;
}

/* sec02 */
.ttl_tate {
    font-size: 34px;
}
}

@media screen and (max-width: 1200px) {
.special_img {
    height: 300px;
}

/* sec02 */
.col2_flex_lead {
    font-size: 16px;
}

/* sec04 */
.service_flex_box {
    gap: 20px;
}
.service_ttl {
    font-size: 18px;
}
.service_lead {
    font-size: 14px;
}

}


@media screen and (max-width: 1000px) {
/* ul.gnavi li a.special {
    background: #eee;
    color: #000;
} */
ul.gnavi li a.special{
    background: #24b55f;
}
/* sec01 */
.point_lead {
    font-size: 16px;
}

/* sec02 */
.col2_flex_toho {
    font-size: 14px;
}
.col2_flex_lead {
    font-size: 14px;
}
.ttl_tate {
    font-size: 28px;
}

/* sec04 */
.service_ttl {
    font-size: 16px;
}
.service_ttl span {
    font-size: 11px;
}
.service_lead {
    font-size: 13px;
}
}

@media screen and (max-width: 768px) {
/* sec01 */
.point_flex_box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}
.point_item {
    width: 48%;
}
.point_item:last-child {
    margin-top: 10px;
}
}

@media screen and (max-width: 750px) {
.foot_nav .special a {
    background: #d8d8da;
}
/* sec02 */
.ttl_tate {
    font-size: 25px;
}
.col2_flex_box02 {
    padding: 0px 20px;
}
.col2_flex_item {
    width: 100%;
    max-width: 490px;
    margin: 0px auto;
}
.col2_flex_item:last-child {
    margin-top: 40px;
}
}

@media screen and (max-width: 650px) {
.sec_pd60 {
    padding: 40px 0;
}
.mg60 {
    margin: 40px auto;
}
.mt60 {
    margin: 40px auto 0;
}
.mb60 {
    margin: 0 auto 40px;
}

.special_img {
    height: 220px;
}
.subpage_ttl_box.special {
    padding: 60px 0;
}

.wd600 {
    max-width: 490px;
}
.wd520 {
    max-width: 490px;
}

/* column */
.column_img {
    max-width: 100px;
    width: 100%;
}
.column_box.col_mt {
    margin: -20px auto 20px;
}
.col_border {
    width: 25%;
}

/* sec01 */
.point_item {
    width: 100%;
    max-width: 490px;
}
.point_item:nth-child(n+2) {
    margin-top: 10px;
}

/* sec02 */
.item_school.left {
    width: 59%;
}
.item_school.right {
    width: 38%;
}
/* .col2_flex_box02 .col2_flex_item p {
    text-align: left;
} */
.col2_flex_lead {
    font-size: 13px;
    letter-spacing: 0.01em;
}
.ttl_tate {
    margin: 0 auto 10px;
}

/* sec04 */
.item_service {
    width: 100%;
    max-width: 490px;
    margin: 0 auto;
}
.item_service:nth-child(n+2) {
    margin: 20px auto 0;
}

/* sec05 */
.hanzai_wht_box {
    padding: 20px;
}

}

