@charset 'UTF-8';

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}

	*:before,
	*:after {
	 -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}

	body {
	position: relative;
	color: #39352c;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.7;
	word-wrap: break-word;
	padding: 0;
    margin: 0;
	}

	#wrapper {
	position: relative;
	max-width: none;
	/* max-width: 1920px; */
	width: 100%;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	/* padding-top: inherit; */
	}


	img {
	vertical-align: bottom;
	}

	li,dt,dd {
	vertical-align: top;
	padding: 0.5em 0 0;
	}

	iframe {
	vertical-align: bottom;
	}


/* font-face */
@font-face{
    font-family:'condenseicon';
    src: url('../font/CONDENSEicon.ttf') format('truetype'),url('../font/CONDENSEicon.otf') format('opentype'),url('../font/CONDENSEicon.woff') format('woff');
}

	a {
	color: #39352c;
	opacity: 1;
	transition-property: opacity,color,filter;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
	transition-delay: 0s;
	}
	a:hover {
	opacity: 0.6;
	}

/* ================================================================================

	display:none

================================================================================ */

/* PC
----------------------------------------------- */

	/* PC */
	.sp_none {
		display: block;
	}
	/* SP */
	.pc_none {
		display: none!important;
	}



/* SP
----------------------------------------------- */
@media (max-width: 767px) {

	/* PC */
	.pc_none {
		display: block!important;
	}
	/* SP */
	.sp_none {
		display: none;
	}

}

/* ================================================================================

	

================================================================================ */

/* PC
----------------------------------------------- */
	p{
	line-height: 2em;
	letter-spacing: 0.08em;
	font-size: 0.85rem;
	}



	.container {
	margin: 0 auto;
	}



	/* h1
	----------------------------------------------- */
	
	h1{
	display: block;
	text-align: center;
	margin: 100px auto;
	}
	


	/* h2
	----------------------------------------------- */
	h2, h3, h4 {
	margin: 0;
	font-weight: 700;
	letter-spacing: 0.06em;
	
	}
	

	/* h3
	----------------------------------------------- */
	


/* SP
----------------------------------------------- */
@media (max-width: 767px) {

	p{
	line-height: 2.0;
	letter-spacing: 0.08em;
	font-size: 1.0rem;
	/* font-size: 14px!important; */
}

	/* h1
	----------------------------------------------- */
	h1{
	margin: 70px auto 50px;
	}
	
	h1 img{
	max-width: 85%;
	}
	
	/* h2
	----------------------------------------------- */
	/* h3
	----------------------------------------------- */
		h3{
		font-size: 1.0rem;
	}
}

/* ================================================================================

	header

================================================================================ */
/* PC
----------------------------------------------- */
@media (min-width: 768px) {

}


/* SP
----------------------------------------------- */
@media (max-width: 767px) {


}



/* ================================================================================

	sec01

================================================================================ */


/* PC
----------------------------------------------- */

	#sec01 {
    width: 700px;
    margin: 0 auto;
 }
	
	#sec01 h2 {
        background-size: 115px;
        background-position: left top;
        background-repeat: no-repeat;
        margin: 0px auto 35px;
        color: #454545;
        font-size: 22px;
        text-align: center;
        display: block;
 }

	#sec01 h2 span{
    margin: -3px auto 0px;
    display: block;
    font-size: 11px;
	}

	#sec01 p{
	text-align: left;
	color: #454545;
	font-size: 14px;
	line-height: 1.6em;
	margin-bottom: 50px;
	letter-spacing: 0.08em;
	}
	


/* SP
----------------------------------------------- */
@media (max-width: 767px) {
	#sec01 {
    max-width: 85%;
    margin: 74px auto 0;
    padding-top: 5vw;
    /* border-bottom: 1px solid #e5e5e5; */
    padding-bottom: 75px;
    background: url(../images/bg_image.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 69%;
 }
 
	#sec01 h2 {
        background-size: 115px;
        background-position: left top;
        background-repeat: no-repeat;
        margin: 0px auto 30px;
        color: #454545;
        font-size: 5vw;
        text-align: center;
        display: block;
 }
	
}





/* ================================================================================

	sec02

================================================================================ */


/* PC
----------------------------------------------- */

	#sec02 {
    max-width: 900px;
    margin: 0 auto 0;
    padding: 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: flex;
    gap: 0 30px;
    justify-content: space-between;
    background: url(../images/bg_image.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 45%;
 }


	#sec02 .profile_box{
	font-size: 12px;
	}
	
	dl{
	}

dt{
  float: left;
}

dd{
  margin-left: 7em;
}
ul {
  padding: 0 0 0em 2em;/*ãƒœãƒƒã‚¯ã‚¹å†…ã®ä½™ç™½*/
  margin: 0;
}

ul li {
  line-height: 1.5; /*æ–‡ã®è¡Œé«˜*/
  padding: 0.5em 0 0; /*å‰å¾Œã®æ–‡ã¨ã®ä½™ç™½*/
}

	#sec02 .profile_box img{
    margin: 50px auto 0;
    display: block;
 }


	#sec02 h2 {
    margin: 0px auto 14px;
    color: #454545;
    font-size: 15px;
    padding: 10px 0px 0;
    text-align: center;
    display: block;
 }


	#sec02 h3 {
    margin: 0px auto 0;
    color: #454545;
    font-size: 12px;
    display: inline-block;
    border-bottom: 1px solid;
 }

	#sec02 p{
	margin: 0 0 .5em;
	/*text-shadow: #fff 0px 0px 3px;*/
	font-size: 12px;
	}


/* SP
----------------------------------------------- */
@media (max-width: 767px) {
	#sec02 {
    width: 85%;
    margin: 0 auto 0;
    padding: 4vw 0 0;
    display: flex;
    flex-direction: column-reverse;
    background: none;
 }
 
	#sec02 .profile_box img{
    display: block;
    margin: 100px auto 0;
 }

}



.mt50{
    margin-top: 50px!important;
}


/* ================================================================================

	footer_inner

================================================================================ */


/* PC
----------------------------------------------- */
footer {
 margin: 100px 0 0px;
 text-align: center;
 font-size: 13px;
 background: #ddd;
 padding: 40px 0 0;
 }


	#footer_inner {
 }


	#footer_link {
 display: flex;
 justify-content: center;
 margin: 0px auto 50px;
 gap: 20px;
 font-weight: bold;
 }


	#footer_link a {
 padding: 11px 20px;
 color: #666;
 font-weight: normal;
 }



/* SP
----------------------------------------------- */
@media (max-width: 767px) {
 }
}