@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;
}


section figure + p:has(strong) {
text-align: center;
}



	
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#about_db figure img{
            width: 29.57em;
    display: block;
    margin-inline: auto;
		
	}	
	
	section#about_db .sec-inner a.btn_link_assist{
	
	        display: flex;
        align-items: center;
        width: min(39.27vw,432px);
            height: 5.43em;
		    margin-inline: auto;
        font-size: 1.43em;
        border-radius: 0.87em;
        background: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
        line-height: 1.24;
        color: #333333;
        text-decoration: none;
        box-sizing: border-box;
        position: relative;
	
	font-weight: bold;
		    padding-inline: 1.13em 1.3em;
		font-family: "Noto Sans JP", sans-serif;
	
	}
	
	section#about_db .sec-inner a.btn_link_assist span.icon{
		content: "";
		display: flex;
		justify-content: center;
        align-items: center;
		max-width: 3.61em;
		/*background:red;*/
		    margin-right: 1.52em;
	}
	section#about_db .sec-inner a.btn_link_assist span img{
		display:block;
    width:100%;
    height:auto;
	}	
	section#about_db .sec-inner a.btn_link_assist span.arrow{
		content: "";
		display: block;
        background-image: url(images/common/link_ico_col01.svg);
        background-repeat: no-repeat;
		    background-size: auto;
		width: 1.47em;
		height: 1.47em;
		margin-left: auto;
		
	}
	
	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#about_db .sec-inner div.shadow::after{
    width: calc(min(39.27vw,432px) + 6.25em);
    height: calc(5.43em + 9.06em);
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}
	
section .sec-inner .box > div {
background: #FFF;
	border: 1px solid #00A498;
	border-radius: 1.25em;
	display: flex;
	align-items: center;
	
	padding: 0.625em 2.5em 0.625em 0em;
	
    box-sizing: border-box;
	min-height: 8.5625em;
	position: relative;
	
    }	
	
	
section .sec-inner .box + .box{margin-top:1.5em;}
	
	
	
section .box h4 {
	font-size: 1.5625em;
	color: #0C7268;
	min-width: 12.8em;/*320*/
	text-align: center;
	    align-self: stretch; /* 高さを親いっぱい */
    display: flex;
    align-items: center;
    justify-content: center;

    border-right: 1px solid #00A498;
    }	
	
section > div h4.h4_midashi + p{
	margin-top: 0.75em;
}
	
section > div h4.h4_midashi + div{
	
}
	
section .box h4 + p{
	padding-left: 1.6875em;
	display: flex;
	
    }
	
	


section h2 + figure img {
        width: 27.125em;
        display: block;
        margin-inline: auto;
	margin-top: 1.06em;
    }


	
section h3 + * {
margin-top: 3em;
	
    }
	
section h3 + p {
margin-top: 2.19em;
	
    }
	
	
span[style="text-decoration: underline;"]{
	text-decoration-color: #E81C24 !important;
    text-underline-offset: 0.4em;
	
}

h4:has(code) {
	display: flex;
	align-items: baseline;
}
h4 code {
margin-left: auto;
	font-size: 0.8em;
}


.two_column{
	gap: 3.625em;
	margin-bottom: 0;
}

.two_column > div:has( > figure) img{
	width: 29.56em;/**/
}
.two_column p{
	max-width:98.94%;/* */
}
.two_column p strong{
        font-size: 1.25em;
}

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;
}

.two_box_column > div{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap:3.25em;
}
.two_box_column .box_half{

}
.two_box_column .box_half > div{
display: flex;
        align-items: center;
        flex-direction: column;
        background: #FFF;
        border: 1px solid #00A498;
        border-radius: 1.25em;
        padding: 1em 1.88em 2.25em;
        box-sizing: border-box;
        min-height: 8.5625em;
        position: relative;
	    height: 100%;
}
.two_box_column .box_half > div figure img{
width: 13.26em;
	height:8.47em;
}
.two_box_column .box_half:nth-of-type(2) figure img{
width: 6.77em;
}

.two_box_column .box_half h4{
        font-size: 1.25em;
	    border-bottom: 1px solid #00A498;
            width: calc(100% - 0.5em);
    text-align: center;
	padding-bottom: 0.6em;
	        letter-spacing: 0.05em;
	
        margin-top: 0.6em;
	
}

.two_box_column .box_half h4 + p{
      margin-top: 1em;
	
}




	
	section .sec-inner a.btn_link_assist{
	
	        display: flex;
        align-items: center;
        width: min(100%, 1000px);
            height: 5em;
		    margin-inline: auto;
        font-size: 1em;
        border-radius: 0.87em;
        background: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
        line-height: 1.24;
        color: #333333;
        text-decoration: none;
        box-sizing: border-box;
        position: relative;
	
	font-weight: bold;
		    padding-inline: 1.68em 1.88em;
	
	}
	
	section .sec-inner a.btn_link_assist span.icon{
		content: "";
		display: flex;
		justify-content: center;
        align-items: center;
		max-width: 3.61em;
		/*background:red;*/
		    margin-right: 1.52em;
	}
	
	section .sec-inner a.btn_link_assist:not(
  [href$=".pdf"],
  [href$=".doc"],
  [href$=".docx"],
  [href$=".xls"],
  [href$=".xlsx"],
  [href$=".ppt"],
  [href$=".pptx"]) span.text{
		text-decoration: underline;
		text-underline-offset: 0.2em;
	}
	section .sec-inner a.btn_link_assist span img{
		display:block;
    width:100%;
    height:auto;
	}	
	section .sec-inner a.btn_link_assist span.arrow{
		content: "";
		display: block;
        background-image: url(images/common/link_ico_col01.svg);
        background-repeat: no-repeat;
		    background-size: auto;
		width: 1.47em;
		height: 1.47em;
		margin-left: auto;
		
	}
section .sec-inner figure > table{
    margin-inline:auto;
	margin-top: 1.88em;
}


	section .sec-inner figure > div table th,
section .sec-inner figure.wp-block-flexible-table-block-table > table th{
	background: #00A498;
		border: 1px solid #fff;
		color: #fff;
	text-align: center;
	        padding: 0.16em;
}
	section .sec-inner figure > table  td,
section .sec-inner figure.wp-block-flexible-table-block-table > table td{
		border: 1px solid #00A498;
	padding: 0.34em 1em;
	
}


section .sec-inner .box_refer > div{
	border-color:#754C24;
}

section .sec-inner .box_refer h4{
	color:#754C24;
	border-color:#754C24;
}

section .sec-inner a.btn_link_assist span img[src*="circle"]{
	        width: 1.06em;
}
section .sec-inner a.btn_link_assist span:has(img[src*="pdf"]){
	        width: 2em;
	
}
section .sec-inner a.btn_link_assist span:has(img[src*="brank"],[src*="download"]){
	        width: 1.88em;
	height: 1.88em;
	
}

    section#consultation > div > figure img {
        width: 20.29em;
        display: block;
        margin-inline: auto;
    }



