@charset "utf-8";


.keyVisual_content .innerBox .figure {
    background: url(../img/keyvisual.jpg) no-repeat center bottom / cover;
}
.keyVisual_content .keyVisual_title span::before {
    background: url(../img/p_benefits.png) no-repeat center bottom / contain;
    max-width: 145px;
    width: 100%;
    aspect-ratio: 29 / 18;
}

.for{
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: left;
}
.for::after{
    content: "";
    position: absolute;
    right: 50px;
    top: 0;
    bottom: 0;
    background: url("../img/img_for_01_pc.png") no-repeat center center / contain;
    width: 201px;
    height: auto;
}
.for h2{
    font-size: 40px;
    margin-bottom: 55px;
}
.for p{
    font-size: 18px;
    margin-top: 40px;
}
@media screen and (max-width: 1200px){
    .for::after{
        top: -255px;
    }
}
@media screen and (max-width: 768px){
    .for{
        padding-top: 44px;
        padding-bottom: 205px;
    }
    .for h2{
        font-size: 27px;
        margin-bottom: 0;
    }
    .for p{
        margin-top: 14px;
        font-size: 13px;
    }
    .for::after{
        bottom: 0;
        background: url("../img/img_for_01_sp.png") no-repeat center center / contain;
        width: 206px;
        height: 128px;
        top: auto;
        bottom: 50px;
        right: 74px;
    }
}

/* 共通
--------------------------------------------------------------------------- */
.data{
    position: relative;
    padding-top: 83px;
    padding-bottom: 100px;
    background-color: #dac4f5;
}
.data::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    background: url("../img/img_data_background_01_pc.png") no-repeat center top / cover;
}
.data .page_title{
    margin-top: 0;
    margin-bottom:97px;
}

.data_list{
    position: relative;
    width: 100%;
    border: 1px solid #000;
    border-radius: 10px;
    padding: 20px;
}
.data_list_flex{
    display: flex;
    justify-content: center;
    gap: 20px;
}
.data_list .item{
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 10px;
    padding: 16px 40px;
}
.data_list_title{
    position: absolute;
    left: -1px;
    top: -65px;
    max-width: 280px;
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    text-align: center;
    border: 1px solid #000;
    border-radius: 10px;
}
.data_list_title::before{
    content: "";
    position: absolute;
    width: 101%;
    height: 16px;
    bottom: -3px;
    z-index: 1;
    left: 0px;
}
.item .item_flex{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.item .item_cate{
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 15px;
}
.item .item_number{
    font-weight: 500;
    color: #fff;
    -webkit-text-stroke: 1px #000;
    white-space: nowrap;
}
.item .item_number .item_count{
     font-family: "Quicksand", sans-serif;
     paint-order: stroke fill;
     -webkit-text-stroke: 3px #000;
     font-weight: 700;
    line-height: 1;
    letter-spacing: -0.1em;
    letter-spacing: 0.02em;
}
.item .item_number .particle{
    font-weight: 700;
}

.item .item_note{
    font-size: 14px;
}
.item_cate + .item_note{
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 26px;
}
/* 休暇・休日
--------------------------------------------------------------------------- */
.holiday{
    background-color: #ff928a;
}
.holiday .data_list_title{
    background-color: #ff928a;
}
.holiday .data_list_title::before{
    background-color: #ff928a;
}
.holiday .item .item_number{
    color: #ffc1bd;
}
/* 年間有給休暇平均取得日数 */
.holiday .item.div1{
    width: 500px;
}
.holiday .item.div1 .item_flex{
    justify-content: space-between;
}
.holiday .item.div1 .item_number{
    font-size: 64px;
}
.holiday .item.div1 .item_flex img{
    max-width: 170px;
    width: 100%;
    height: auto;
}
.holiday .item.div1 .item_number .item_count{
    font-size: 164px;
}

/* 特別休暇 */
.holiday .item.div2{
    width: 840px;
}
.holiday .item.div2 .item_number{
    font-size: 32px;
}
.holiday .item.div2 .item_img01{
    max-width: 71px;
    width: 100%;
    height: auto;
}
.holiday .item.div2 .item_img02{
    max-width: 68px;
    width: 100%;
    height: auto;
}
.holiday .item.div2 .item_img03{
    max-width: 99px;
    width: 100%;
    height: auto;
}
.holiday .item.div2 .item_number .item_count{
    display: inline-block;
    max-width: 50px;
    min-width: 50px;
    font-size: 88px;
}
.holiday .item.div2 .item_number > p{
    font-size: 20px;
    color: #000;
     -webkit-text-stroke: 0px #000;
     margin-bottom: 5px;
}


/* 育児・介護支援
--------------------------------------------------------------------------- */

.childcare{
    margin-top: 90px;
    background-color: #ffe66b;
}
.childcare .data_list_title{
    background-color: #ffe66b;
}
.childcare .data_list_title::before{
    background-color: #ffe66b;
}
.childcare .item .item_number{
    color: #ffe66b;
}
.circle-canvas{
    position: relative;
    border-radius: 50%;
    border: 2px solid #000;
    height: auto !important;
}
/* 育児休業取得率（令和6年度） */
.childcare .item.div1{
    width: 840px;
}
.childcare .item.div1 .item_flex {
    justify-content: space-between;
}
.childcare .item.div1 .item_flex .item_flex{
    min-width: 400px;
    justify-content: space-between;
}
.childcare .item.div1 .item_img{
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.circle-canvas svg path:last-child {
    stroke: #ffe66b;
    stroke-linecap: butt !important;
}
.childcare .item.div1 .item_number{
    position: relative;
    left: -32px;
    display: block;
    min-width: 192px;
    font-size: 32px;
}
.childcare .item.div1 .item_number .item_count{
    display: inline-block;
    max-width: 150px;
    min-width: 150px;
    font-size: 88px;
}
.childcare .item.div1 .item_number > p{
    width: 100%;
    display: block;
    font-size: 24px;
    text-align: left;
    color: #000;
     -webkit-text-stroke: 0px #000;
     margin-bottom: 5px;
}

/* 育児休業の最長取得期間 */
.childcare .item.div2{
    width: 500px;
}
.childcare .item.div2 .item_number{
    font-size: 64px;
    line-height: 1;
}
.childcare .item.div2 .item_number .item_count{
    position: relative;
    bottom: -19px;
    display: inline-block;
    max-width: 92px;
    min-width: 92px;
    font-size: 164px;
    line-height: 80px;
}
.childcare .item.div2 .item_img{
    max-width: 188px;
    width: 100%;
    height: auto;
}
.childcare .item.div2 .item_number .item_text{
    font-size: 24px;
    text-align: left;
    color: #000;
     -webkit-text-stroke: 0px #000;
     margin-bottom: 5px;
}


/* 住まい・生活サポート
--------------------------------------------------------------------------- */

.life{
    margin-top: 90px;
    background-color: #66ccc5;
}
.life .data_list_title{
    background-color: #66ccc5;
}
.life .data_list_title::before{
    background-color: #66ccc5;
}
.life .item .item_number{
    color: #66ccc5;
}
.life .item .item_cate{
    margin-bottom: 0;
}
/* 住宅補助制度 */
.life .item.div1{
    width: 670px;
}
.life .item.div1 .item_number{
    font-size: 32px;
}
.life .item.div1 .item_img{
    max-width: 140px;
    width: 100%;
    height: auto;
}
.life .item.div1 .item_number .item_count{
    display: inline-block;
    max-width: 402px;
    min-width: 402px;
    font-size: 120px;
    line-height: 0.8;
    text-align: right;
}
.life .item.div1 .item_number > p{
    font-size: 24px;
    text-align: left;
    color: #000;
     -webkit-text-stroke: 0px #000;
     margin-bottom: 5px;
}
.life .item.div1 .item_number .particle{
    font-size: 50px;
    transform: translateX(-13px);
    display: inline-block;
}

/* 通勤手当 */
.life .item.div2{
    width: 670px;
    padding-left: 20px;
    padding-right: 20px;
}
.life .item.div2 .item_number{
    width: 380px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    font-size: 64px;
    line-height: 1;
    position: relative;
    top: -20px;

}
.life .item.div2 .item_flex{
    position: relative;
    gap: 10px;
    margin-bottom: 20px;
}
.life .item.div2 .item_img{
    max-width: 227px;
    width: 100%;
    height: auto;
}
.life .item.div2 .item_number .item_count{
    position: relative;
    bottom: -10px;
    font-size: 164px;
    line-height: 1;
}
.life .item.div2 .item_number .item_text{
    position: absolute;
    left: 0;
    font-size: 24px;
    text-align: left;
    color: #000;
     -webkit-text-stroke: 0px #000;
     margin-bottom: 5px;
}
.life .item.div2 .item_number .item_text.abs{
    position: absolute;
    bottom: -30px;
    left: 172px;
}

@media screen and (max-width: 1420px){
    .data_list {
    border: 0.07vw solid #000;
    border-radius: 0.71vw;
    padding: 1.43vw;
}
.data_list_flex {
    gap: 1.43vw;
}
.data_list .item {
    border: 0.07vw solid #000;
    border-radius: 0.71vw;
    padding: 1.14vw 2.86vw;
}
.data_list_title {
    left: -0.07vw;
    top: -4.64vw;
    max-width: 20vw;
    height: 5.71vw;
    font-size: 1.71vw;
    border: 0.07vw solid #000;
    border-radius: 0.71vw;
}
.data_list_title::before {
    height: 1.14vw;
    bottom: -0.21vw;
    left: 0vw;
}
.item .item_flex {
    width: 100%;
    gap: 1.43vw;
}
.item .item_cate {
    font-size: 2.29vw;
    margin-bottom: 1.07vw;
}
.item .item_number {
    -webkit-text-stroke: 0.07vw #000;
}
.item .item_number .item_count {
    -webkit-text-stroke: 0.21vw #000;
    letter-spacing: -0.1em;
    letter-spacing: 0.02em;
}
.item .item_note {
    font-size: 1vw;
}
.item_cate + .item_note {
    font-size: 1.14vw;
    margin-bottom: 0.71vw;
    margin-top: 1.86vw;
}

/* 休暇・休日 */
.holiday .item.div1 {
    width: 35.71vw;
}
.holiday .item.div1 .item_number {
    font-size: 4.57vw;
}
.holiday .item.div1 .item_flex img {
    max-width: 12.14vw;
}
.holiday .item.div1 .item_number .item_count {
    font-size: 11.71vw;
}

/* 特別休暇 */
.holiday .item.div2 {
    width: 60vw;
}
.holiday .item.div2 .item_number {
    font-size: 2.29vw;
}
.holiday .item.div2 .item_img01 {
    max-width: 5.07vw;
}
.holiday .item.div2 .item_img02 {
    max-width: 4.86vw;
}
.holiday .item.div2 .item_img03 {
    max-width: 7.07vw;
}
.holiday .item.div2 .item_number .item_count {
    max-width: 3.57vw;
    min-width: 3.57vw;
    font-size: 6.29vw;
}
.holiday .item.div2 .item_number > p {
    font-size: 1.43vw;
    -webkit-text-stroke: 0vw #000;
    margin-bottom: 0.36vw;
}

/* 育児・介護支援 */
.childcare {
    margin-top: 6.43vw;
}
.circle-canvas {
    border-radius: 50%;
    border: 0.14vw solid #000;
}

/* 育児休業取得率（令和6年度） */
.childcare .item.div1 {
    width: 60vw;
}
.childcare .item.div1 .item_flex .item_flex {
    min-width: 28.57vw;
}
.childcare .item.div1 .item_img {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 8.63vw;
    height: 8.63vw;
}
.childcare .item.div1 .item_number {
    left: -2.29vw;
    min-width: 13.71vw;
    font-size: 2.29vw;
}
.childcare .item.div1 .item_number .item_count {
    max-width: 10.71vw;
    min-width: 10.71vw;
    font-size: 6.29vw;
}
.childcare .item.div1 .item_number > p {
    font-size: 1.71vw;
    -webkit-text-stroke: 0vw #000;
    margin-bottom: 0.36vw;
}

/* 育児休業の最長取得期間 */
.childcare .item.div2 {
    width: 35.71vw;
}
.childcare .item.div2 .item_number {
    font-size: 4.57vw;
}
.childcare .item.div2 .item_number .item_count {
    bottom: -1.36vw;
    max-width: 6.57vw;
    min-width: 6.57vw;
    font-size: 11.71vw;
}
.childcare .item.div2 .item_img {
    max-width: 13.43vw;
}
.childcare .item.div2 .item_number .item_text {
    font-size: 1.71vw;
    -webkit-text-stroke: 0vw #000;
    margin-bottom: 0.36vw;
}

/* 住まい・生活サポート */
.life {
    margin-top: 6.43vw;
}
.life .item.div1 {
    width: 47.86vw;
}
.life .item.div1 .item_number {
    font-size: 2.29vw;
}
.life .item.div1 .item_img {
    max-width: 10vw;
}
.life .item.div1 .item_number .item_count {
    max-width: 23.71vw;
    min-width: 22.71vw;
    font-size: 7.57vw;
    letter-spacing: -0.43vw;
}
.life .item.div1 .item_number > p {
    font-size: 1.71vw;
    -webkit-text-stroke: 0vw #000;
    margin-bottom: 0.36vw;
}
.life .item.div1 .item_number .particle {
    font-size: 3.57vw;
    transform: translateX(-0.93vw);
}

/* 通勤手当 */
.life .item.div2 {
    width: 47.86vw;
    padding-left: 1.43vw;
    padding-right: 1.43vw;
}
.life .item.div2 .item_number {
    width: 27.14vw;
    font-size: 4.57vw;
    top: -1.43vw;
}
.life .item.div2 .item_flex {
    gap: 0.71vw;
    margin-bottom: 1.43vw;
}
.life .item.div2 .item_flex .item_img {
    max-width: 16.21vw;
}
.life .item.div2 .item_number .item_count {
    bottom: -0.71vw;
    font-size:7.71vw;
}
.life .item.div2 .item_number .item_text {
    display: block;
    top: 0;
    left: 0;
    font-size: 1.71vw;
    -webkit-text-stroke: 0vw #000;
    margin-bottom: 0.36vw;
}
.life .item.div2 .item_number .item_text.abs {
    top: auto;
    bottom: -2.14vw;
    left: 12.29vw;
}
}
@media screen and (max-width: 768px){
    .data{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .data .page_title{
        font-size: 40px;
        text-align: center;
        margin-bottom: 30px;
    }
    /* 共通
    --------------------------------------------------------------------------- */
    .data_list_title{
        max-width: 180px;
        width: 48vw;
        max-height: 40px;
        height: 10.67vw;
        font-size: 15px;
        top: -33px;
        left: -1px;
    }

    .data_list .item{
        padding: 30px;
    }
    .item .item_cate{
        font-size: 21px;
        margin-bottom: 20px;
    }
    .data_list{
        max-width: 500px;
        margin: 55px auto 0;
    }
    .data_list_flex{
        flex-direction: column;
        gap: 8px;
    }
    .item .item_flex{
        flex-direction: column;
    }
    /* 休暇・休日
    --------------------------------------------------------------------------- */

    /* 年間有給休暇平均取得日数 */
    .holiday .item.div1{
        width: 100%;
    }
    .holiday .item.div1 .item_flex{
        flex-direction: column;
        gap: 20px;
    }
    .holiday .item.div1 .item_flex img{
        max-width: 253px;
        width: 67.47vw;
    }
    .holiday .item.div1 .item_number .item_count{
        font-size: 102px;
    }
    .holiday .item.div1 .item_number .particle{
        font-size: 42px;
    }
    .holiday .item.div1 .item_note{
        font-size: 12px;
        text-align: center !important;
    }
    /* 特別休暇 */
    .holiday .item.div2{
        width: 100%;
    }
    .holiday .item.div2 .item_flex > .item_flex{
        max-width: 245px;
        width: 100%;
        justify-content: flex-end;
       flex-direction: row;
       gap: 25px;
    }
     .holiday .item.div2 .item_cate + .item_note{
        margin-top: 0;
        font-size: 13px;
        text-align: center;
        text-indent: 0 !important;
        padding-left: 0 !important;
    }
    .holiday .item.div2 .item_img01{
        max-width: 76px;
        width: 20.27vw;
    }
    .holiday .item.div2 .item_img02{
        max-width: 91px;
        width: 24.27vw;
    }
    .holiday .item.div2 .item_img03{
        max-width: 120px;
        width: 32.13vw;
    }
    .holiday .item.div2 .item_number > p{
        font-size: 16px;
    }
    .holiday .item.div2 .item_number .item_count{
        max-width: 13.07vw;
        min-width: 13.07vw;
        font-size: 102px;
    }
    .holiday .item.div2 .item_number .particle{
        font-size: 42px;
    }
   .holiday .item.div2 .item_note{
    font-size: 12px;
    text-indent: -1em;
    padding-left: 1em;
    }
    /* 育児・介護支援
    --------------------------------------------------------------------------- */

    /* 育児休業取得率（令和6年度） */
    .childcare .item.div1{
        width: 100%;
    }
    .childcare .item.div1 .item_number{
        width: 100%;
        left: 0;
    }
    .childcare .item.div1 .item_number > p{
        text-align: center;
        font-size: 15px;
    }
    .childcare .item.div1 .item_number .item_count{
        font-size: 72px;
        max-width: 100%;
        width: 100%;
    }
     .childcare .item.div1 .item_number .particle{
        font-size: 37px;
    }
    .childcare .item.div1 > .item_flex{
        flex-direction: row;
        gap: 20px;
    }
    .childcare .item.div1 .item_img{
        width: 74px;
        height: 74px;
    }
    .circle-canvas{
    width: 120px !important;
        height: 120px !important;
    }
     .childcare .item.div1 .item_flex{
        align-items: center;
        justify-content: center;
    }
    .childcare .item.div1 .item_flex .item_flex{
        min-width: 120px;
    }
    /* 育児休業の最長取得期間 */
    .childcare .item.div2{
        width: 100%;
    }
     .childcare .item.div2 .item_flex{
        flex-direction: column-reverse;
     }
     .childcare .item.div2 .item_img{
        max-width: 165px;
        width: 44vw;
     }
     .childcare .item.div2 .item_number .item_text{
        font-size: 15px;
     }
     .childcare .item.div2 .item_number .item_count{
        font-size: 102px;
        min-width: 56px;
        max-width: 56px;
     }
      .childcare .item.div2 .item_number .particle{
        font-size: 42px;
     }

    /* 住まい・生活サポート
    --------------------------------------------------------------------------- */


    /* 住宅補助制度 */
    .life .item.div1{
        width: 100%;
    }
    .life .item.div1 .item_img{
        max-width: 173px;
        width: 46.27vw;
    }
    .life .item.div1 .item_number > p{
        font-size: 15px;
    }
    .life .item.div1 .item_number .item_count{
        font-size: 72px;
        max-width:100%;
    }
    .life .item.div1 .item_number .particle{
        font-size: 42px;
    }
    /* 通勤手当 */
    .life .item.div2{
        width: 100%;
        padding: 30px;
    }
    .life .item.div2 .item_flex{
        flex-direction: column-reverse;
    }
    .life .item.div2 .item_flex .item_img{
        max-width: 200px;
        width: 53.33vw;
    }
    .life .item.div2 .item_number{
        width: 245px;
        position: relative;
        justify-content: center;
    }
    .life .item.div2 .item_number .item_text{
        position: absolute;
        top: 0;
        left: 0;
        font-size: 15px;
    }
    .life .item.div2 .item_number .item_count{
        font-size: 102px;
        bottom: -10px;
    }
    .life .item.div2 .item_number .particle{
        font-size: 42px;
    }
    .life .item.div2 .item_number .item_text.abs{
        position: relative;
        left: 0;
        bottom: 0;
    }
}

#underDetail table{
	border-collapse		: separate;
	*border-collapse	: collapse;
	border-spacing		: 0;
	empty-cells			: show;
	border-top			: 1px solid #000;
	border-right		: none;
	border-bottom		: none;
	border-left			: 1px solid #000;
	margin				: 0 auto;
	width				: 100%;
	table-layout: fixed;
}

	#underDetail table th,
	#underDetail table td {
		border-top		: none;
		border-right	: 1px solid #000;
		border-bottom	: 1px solid #000;
		border-left		: none;
		font-weight		: normal;
	}

	#underDetail table th{
		padding: 10px;
		margin			: 0;
		text-align		: left;
		background: #ccf1ff;
	}

#underDetail table thead th{
	background: #0078a3;
	color: #fff;
	font-weight: 800;
    text-align: center;
}

	#underDetail table td{
		text-align	: right;
		padding: 15px;
		vertical-align: sub;
	}


@media screen and (max-width: 768px){
	#underDetail h3 {
		margin-top: 60px;
		margin-bottom: 20px;
	}
	#underDetail h4{
		font-size: 21px;
		padding-bottom: 0;
		margin-top: 40px;
		border-width: 2px;
	}
	#underDetail h5{
		font-size: 18px;
		margin-bottom: 8px;
	}
}

#underDetail ul,
#underDetail ol{
	margin: 10px 0;
}

#underDetail ul > li,
#underDetail ol > li{
	padding-left: 1em;
	text-indent: -1em;
}
#underDetail .hd02{
    margin-top: 60px;
}
#underDetail .hd01{
    margin-top: 0;
    margin-bottom: 40px;
}
@media screen and (max-width: 768px){
    #underDetail .hd01{
        font-size: 27px;
        margin-bottom: 17px;
    }
    #underDetail ul > li, #underDetail ol > li{
        font-size: 13px;
    }
    #underDetail .hd02{
        margin-top: 40px;
        font-size: 18px;
    }
    #underDetail table{
        font-size: 13px;
    }
    #underDetail table th{
        padding: 6px;
        line-height: 1;
    }
    #underDetail table thead th.wid300{
        width: 175px;
    }
}

.salary{
    border-top: 1px solid #000;
    padding-top: 100px;
    padding-top: 100px;
}
@media screen and (max-width: 768px){
    .salary{
        padding-top: 92px;
    }
}

.myStory{
    border-top: 1px solid #000;
}
.myStory .content{
    max-width: 1404px;
    padding-top: 100px;
    border-inline: 1px solid #000;
}
.myStory .page_title{
    margin-top: 0;
}
.myStory_text{
    font-size: 18px;
    padding-block: 40px;
}
.myStory_flex{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    background-color: #000;
}
.myStory_flex .item{
    position: relative;
    width: 280px;
    height: auto;
    aspect-ratio: 280 / 484;
    border-right: 1px solid #000;
    border-block: 1px solid #000;
    border-bottom: none;
    z-index: 1;
    overflow: hidden;
    color: #fff;
    text-align: left;
}
.myStory_flex .item:last-child{
    border-right: none;
}
.myStory_flex .item::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.5;
    z-index: -1;
    transition: opacity 0.3s ease;
}
.myStory .item_inner{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 20px 20px 80px;
    height: 100%;
}
.myStory .item_img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: transform 0.3s ease;
}
.myStory .item .ttl{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    font-size: 16px;
}
.myStory .item .ttl > img{
    width: 40px;
    height: 40px;
}
.myStory .item .text{
    font-size: 16px;
}
.myStory .item .cate{
    margin-top: 10px;
}
.myStory .item .cate li{
    display: inline-block;
    font-size: 12px;
    margin-right: 3px;
}
.myStory .item .myStory_more {
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: min(14px, 0.875vw);
    width: min(50px, 3.13vw);
    height: min(50px, 3.13vw);
    border-radius: 50%;
    color: #fff;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

/* ホバーアニメーション */
.myStory_flex .item:hover::after {
    opacity: 0.1;
    transition: opacity 0.3s ease;
}
.myStory_flex:has(.item:hover) .item:not(:hover)::after {
    opacity: 0.6;
    transition: opacity 0.3s ease;
}
.myStory_flex .item:hover .item_img{
    transform: scale(1.03);
    transition: transform 0.3s ease;
}
@media screen and (max-width: 1200px){
    .myStory_flex{
        flex-wrap: wrap;
        justify-content: center;
        background-color: #fff;
    }
    .myStory_flex .item{
        width: 33%;
    }
    .myStory_flex .item:nth-child(1),
     .myStory_flex .item:nth-child(2),
      .myStory_flex .item:nth-child(3){
        border-bottom: none;
    }
     .myStory_flex .item:nth-child(4),
      .myStory_flex .item:nth-child(5){
        border-top: none;
    }

}
@media screen and (max-width: 768px){
    .myStory .content{
        padding-top: 38px;
    }
    .myStory .page_title{
        font-size: 40px;
        text-align: center;
    }
    .myStory_text{
        font-size: 13px;
		padding: 13px 10px 32px;
		text-align: left;
	}
    .myStory_flex{
        justify-content: flex-start;
    }
    .myStory_flex::after{
        content: "";
        position: absolute;
        background: url("../img/img_myStory_01.png") no-repeat center center / contain;
        width: max(127px, 33.87vw);
        height: max(253px, 67.47vw);
        bottom: max(28px, 7.47vw);
        right: max(21px, 5.6vw);
    }
    .myStory_flex .item{
        width: 50%;
    }
    .myStory_flex .item:nth-child(1){
        border-top: 1px solid #000;
        border-left: none;
        border-right: none;
        border-bottom: none;
    }
     .myStory_flex .item:nth-child(2){
        border-top: 1px solid #000;
        border-left: 1px solid #000;
        border-right: none;
        border-bottom: none;
     }
     .myStory_flex .item:nth-child(3){
        border-top: 1px solid #000;
        border-left: none;
        border-right: none;
        border-bottom: none;
    }
     .myStory_flex .item:nth-child(4){
        border-top: 1px solid #000;
        border-left: 1px solid #000;
        border-right: none;
        border-bottom: 1px solid #000;
     }
     .myStory_flex .item:nth-child(5){
        border-top: 1px solid #000;
        border-left: none;
        border-right: 1px solid #000;
        border-bottom: none;
    }
    .myStory .item_inner{
        padding: 10px 10px 62px;
    }
    .myStory .item .ttl{
        font-size: 10px;
    }
    .myStory .item .ttl > img{
        width: 35px;
        height: 35px;
    }
    .myStory .item .text{
        font-size: 12px;
    }
    .myStory .item .cate li{
        font-size: 10px;
    }
    .myStory .item .myStory_more{
        width: 30px;
        height: 30px;
        font-size: 10px;
    }
}

.dormitory{
    border-top: 1px solid #000;
    padding-top: 100px;
    padding-bottom: 100px;
}
.dormitory_flex{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
}
.dormitory_image{
    position: relative;
    max-width: 550px;
    width: 100%;
    height: 340px;
    flex: 1;
}
.dormitory_image img{
    max-width: clamp(210px, 21.25vw, 340px);
    width: 100%;
    height: auto;

}
.dormitory_image img + img{
    position: absolute;
    top: min(130px,8.13vw);
    left: min(210px,13.13vw);
}
.dormitory_text{
    text-align: left;
    flex: 1;
}
.dormitory_text h2{
    font-size: 40px;
}
.dormitory_text p{
    margin-top: 40px;
    font-size: 18px;
}

@media screen and (max-width: 768px){
    .dormitory{
        padding-top: 43px;
        padding-bottom: 135px;
    }
    .dormitory_flex{
        flex-direction: column-reverse;
        gap: 29px;
    }
    .dormitory_text h2{
        font-size: 27px;
    }
    .dormitory_text p{
        font-size: 13px;
        margin-top: 29px;
    }
    .dormitory_image img{
        width: 210px;
    }
    .dormitory_image img + img{
        top: 85px;
        left: 140px;
    }
}