@charset "UTF-8";


.content {
    width: 96%;
   /* padding: 0px 2%;*/
    max-width: 1080px;
    margin: 0px auto 3vw;
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: top;
    -ms-flex-align: top;
    align-items: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.content .image {
    width: 40%;
    max-width: 395px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.content .text {
    width: 60%;
    padding: 0px 1vw;
    color: #394c42;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.content .text h4 {
    color: #394c42;
    font-weight: bold;
    margin-bottom: 2vw;
    border-bottom: solid 2px #d2a635;
}

.content .text h4 {
  font-size: min(max(18px, calc(1.125rem + ((1vw - 7.67px) * 1.278))), 22px);
  min-height: 0vw;
}

.content .text dt{
    width: 30%;
    padding-left: 10px;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.content .text dd{
    width: 70%;
    margin-bottom: 2vw;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.mb_n {
    margin-bottom: 2vw;
}

#introduction {
	margin-bottom: 90px;
}


#introduction h2 {
    background: none;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    color: #394c42;
    font-weight: bold;
    margin: 5vw auto;
}


#introduction h2 {
  font-size: min(max(20px, calc(1.25rem + ((1vw - 7.67px) * 1.9169))), 26px);
  min-height: 0vw;
}

#introduction p{
    width: 80%;
    max-width: 750px;
    margin: 0px auto 10px;
	line-height: 1.8;
}


#container h3 {
    background: linear-gradient(to right, #17342f, #5a6557);
    max-width: 460px;
    padding: 20px 0px;
    color: #d2a635;
    text-align: center;
    margin: 0 auto 5vw;
    display: block;
}

#container h3 .jptext,
#container h3 .entext {
    font-family: "Noto Serif", serif;
    font-weight: normal;
	line-height: 1;
}

#container h3 .jptext {
	font-size: 20px;
    display: block;
	margin-bottom: 5px;
}

#container h3 .entext {
    display: block;
    font-size: 40px;
    min-height: 0vw;
    margin-bottom: 0px;
	font-weight: 300;
	letter-spacing: 0.08em;
}

#aboutus table{
    width: 96%;
    max-width: 800px;
    margin: 0px auto;
    padding: 0px 2%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

#aboutus table th {
    border-bottom: solid 1px #394c42;
    color: #007130;
    font-weight: bold;
    width: 30%;
    padding: 20px 0px;
	padding-right: 10px;
    text-align: center;
}

#aboutus table td {
    border-bottom: solid 1px #394c42;
    color: #725f37;
    width: 70%;
    padding: 20px 0px;
    text-align: left;
	vertical-align: middle;
}

.content h4.sp {
	display:none;
}
/*

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

*/

/*

#container h4 {
    margin: 0 auto;
    width: fit-content;
    border-radius: 0px;
    border-bottom: 2px solid #17342f;
    padding-bottom: 5px;
    margin-top: 0;
    margin-bottom: 20px;
}

#container section{
	max-width: 1000px;
	width: 90%;
	margin: 70px auto;
}

#business .content {
    width: 80%;
    margin: 20px auto;
    display: flex;
    align-items: flex-start;
}

#business .content .image {
    width: 400px;
    padding-right: 24px;
}

#business .content .text {
    flex: 1;
    width: 100%;
}

#business .content .image img {
    display: block;
    width: 400px;
    height: auto;
}
*/
/*section#id {
    margin: 0 0;
    padding: 0px 0;
}
*/
/*
.text-content {
    flex: 1;
    padding-top: 5px;
}

.text-content h4 {
    margin-top: 0;
    margin-bottom: 10px;
}

.text-content p {
    margin-top: 0;
    margin-bottom: 0;
}
*/