@charset "utf-8";
/* CSS Document */
	.page_title_wrap + section > div h2:first-of-type{
		margin-top: 3.67em;
	}
	
	
section {
position: relative;
    z-index: 0;
}
	
section > div > :is(p, dl, table, blockquote, div) {
    width: 90.91%;
    /*background: red;  デバッグ用 */
    margin-inline:auto;
}
	
section > div > :is(figure) > img {
}
	
		
section > div p,section .box h4 {
	letter-spacing: 0.05em; 
	/*letter-spacing: 0.075em; */
	text-align: justify; 
	font-family: 'BIZ UDPGothic', sans-serif; 
	font-weight: 700;    
	line-height: 1.875;
}		
section > div p:has(strong) {
}	
section > div p strong {
color:#754C24; font-size: 1.38em; font-weight: 700;
}
	
p:has(strong) + p {
	margin-top: 1em;
}
section:not(.page_title_wrap)::before {
        content: '';
        position: absolute;
        top: -54px;
        left: 50%;
        width: 100vw;
        height: 68px;
        transform: translateX(-50%);
        z-index: -1;
        background-image: radial-gradient(#fffbee 70%, transparent 71%);
        background-size: 68px 68px;
        background-repeat: repeat-x;
        background-position: center top;
    }		
section:not(.page_title_wrap)::after {
        content: '';
        position: absolute;
        bottom: -45px;
        left: 50%;
        width: 100vw;
        height: 68px;
        transform: translateX(-50%);
        z-index: -1;
        background-image: radial-gradient(#fffbee 70%, transparent 71%);
        background-size: 68px 68px;
        background-repeat: repeat-x;
        background-position: center top;
    }
	
		
section:not(.page_title_wrap, #list_refer):nth-of-type(odd) {
background: #F5FDFF;
}
	section:not(.page_title_wrap, #list_refer):nth-of-type(odd)::before{
        top: -30px;
        background-image: radial-gradient(#F5FDFF 70%, transparent 71%);
		
	}	
	section:not(.page_title_wrap, #list_refer):nth-of-type(odd)::after{
        bottom: -30px;
        background-image: radial-gradient(#F5FDFF 70%, transparent 71%);
		
	}	
	section:not(.page_title_wrap, #list_refer):nth-of-type(even)::before{
        content: none;
		
	}	
	section:not(.page_title_wrap, #list_refer):nth-of-type(even)::after{
        content: none;
		
	}	

	
	section > div div.shadow{
		position: relative;
		
	}
	section > div div.shadow::after{
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;

    background-image:
      linear-gradient(
        90deg,
        rgba(95,191,173,1),
        rgba(242,142,30,1)
      );
        opacity: calc(.15 / 1.5);
    filter: blur(calc(4.75em / 6)); /*76*/
	}
	
section > div div.shadow::after{
        filter: blur(calc(4.75em / 4));
        width: calc(63.18em - 4.75em / 2);
        height: calc(24.31em - 4.75em / 2);
        left: calc(1.625em + 4.75em / 2);
                top: 50%;
        bottom: calc(50% - 1.88em);
        margin: auto;
}
section .sec-inner .box > div {
background: #FFF;
	border: 1px solid #00A498;
	border-radius: 1.25em;
	display: flex;
	
	padding-block: 1.375em;
	padding-inline: 0 2.5em;
	
    box-sizing: border-box;
	position: relative;
	min-height: 20.19em;
	
    }	
	
	
section .sec-inner .box + .box{        margin-top: 3.13em;}
	



	
section .box h4 {
	font-size: 1.5625em;
	color: #0C7268;
    }	
	
section .box h4 + p{
	
    }


	
section .box figure{
        width: 27.36em;
        height: 17.83em;
        flex-shrink: 0;
	display: flex;
	align-items: center;
    }

section .box figure::after{
	content: "";
	width:1px;
	        height: 89.12%;
	background: #00A498;
	        flex-shrink: 0;
    }

    section .box figure img {
width: 100%;
        height: 100%;
    }
    section .box > div > div {
margin-left: 2.09em;
		margin-top: 1.63em;
    }