@charset "UTF-8";

/*---------------------------------------------------------------*\
最新イベント
\*---------------------------------------------------------------*/

main {
    background: #f8f5f3;
}

.breadcrumb {
    background: 
#fff!important;
z-index: 15;
box-shadow: 0 2px 10px
    rgba(0,0,0,0.05)!important;
}

section.about {
    max-width: 1000px;
    margin: 0 auto;
    padding: 50px 0;
}

.topics {
    padding: 50px 0 70px;
    width: 750px;
    margin: 0 auto;
}

h3.topics_title {
    font-size: 3rem;
    text-align: center;
    font-family: "Playfair Display",serif;
    letter-spacing: 4px;
}

ul.topics_list {
    margin: 30px 0;
}

.topics_list li a {
    align-items: center;
    font-size: 1.4rem;
    display: flex;
    margin-bottom: 30px;
    border-left: 1px solid #dcccc2;
    padding: 0 20px 12px 17px;
    border-bottom: 1px solid  #dcccc2;
	transition: all 0.2s ease-in-out 0s;
}

.topics_list li a:hover {
	text-decoration: underline;
	opacity: 0.5;
}

.topics_list li a:hover span {
	text-decoration: none;
}

.topics_list li a span {
    padding: 2px 8px;
    background: #f3a33b;
    font-family: "Playfair Display",serif;
    border-radius: 4px;
    font-size: 1.2rem;
    color: #fff;
    margin-left: 10px;
}

.about_contents {
    text-align: center;
    margin-bottom: 100px;
    box-shadow: -40px -40px 0 rgb(0 0 0 / 2%), 40px 40px 0 rgb(0 0 0 / 2%);
    background: #fff;
    padding: 60px;
}

.about_title {
    font-size: 1.8rem;
    font-family: serif;
    margin-bottom: 25px;
}

.about_title span {
    display: block;
    font-size: 3rem;
    font-family: "Playfair Display",serif;
    letter-spacing: 3px;
}

.intro_cap p span {
    display: block;
    font-size: 1.6rem;
    letter-spacing: 0;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 15px;
}

.about_contents p {
    line-height: 32px;
    font-family: serif;
    font-size: 1.4rem;
    letter-spacing: 0;
}

.intro {
    margin: 70px 0;
    display: flex;
    justify-content: space-between;
}

.intro_image {
    width: 40%;
    background: #fff;
    border-radius: 8px;
}

.intro_cap {
    width: 55%;
}

h3.intro_title {
    font-size: 2.4rem;
    font-family: serif;
    border-left: 1px solid;
    margin-bottom: 20px;
    padding-left: 15px;
    letter-spacing: 0;
}

.intro_cap p {
    font-size: 1.3rem;
    line-height: 30px;
    letter-spacing: 0;
}

.intro.intro_reverse {
    flex-flow: row-reverse;
}

.casecategory_inner {
    max-width: 1000px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: space-between;
}

.casecategory_contents {
    width: 48.5%;
    border-radius: 10px;
    background: #897369;
    padding: 40px;
    box-shadow: 0 8px 16px rgb(0 0 0 / 20%);
    margin-bottom: 3%;
}

.casecategory_contents p {
    font-size: 1.3rem;
    letter-spacing: 0;
    color: #fff;
    line-height: 24px;
}

.casecateogry_image {
    width: 100%;
    margin: 25px auto;
    border-radius: 7px;
    overflow: hidden;
}

.casecategory_contents h3 {
    font-size: 2.4rem;
    padding-bottom: 5px;
    font-family: serif;
    font-weight: bold;
    border-bottom: 1px solid;
    color: #fff;
    margin-bottom: 20px;
}

.casecategory_contents h4 {
    font-size: 1.5rem;
    border-left: 2px solid;
    letter-spacing: 0;
    margin: 20px 0 10px;
    color: #fff;
    font-weight: bold;
    line-height: 20px;
    padding-left: 8px;
}

.casecategory_who {
    text-align: right;
    font-size: 1.3rem;
    margin-top: 29px;
    color: #fff;
}

.casecategory_who span {
    display: block;
    color: #fff;
    font-size: 1rem;
}

.program_inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 80px 0;
}

.program_inner h3 {
    text-align: center;
    padding-bottom: 10px;
    font-size: 2.5rem;
    font-weight: bold;
    letter-spacing: 0;
    font-family: serif;
    border-bottom: 1px solid;
    margin-bottom: 30px;
}

.program_list li {
    background: #fff;
    padding: 30px;
    align-items: center;
    margin: 20px 0;
    justify-content: space-between;
    display: flex;
}

.program_thumb {
    width: 15%;
    height: 140px;
    background: #eee;
    border: 1px solid #ccc;
    border-radius: 6px;
    overflow: hidden;
}

.program_contents {
    width: 81%;
}

a.program_link {
    display: block;
    padding: 9px 25px;
    background: #312627;
    color: #fff;
    letter-spacing: 0;
    margin-top: 20px;
    font-size: 1.2rem;
    width: max-content;
    border-radius: 60px;
	transition: all 0.2s ease-in-out 0s;
}

a.program_link:hover {
	opacity: 0.5;
}

.program_text {
    line-height: 25px;
    font-size: 1.4rem;
    letter-spacing: 0;
}

section.cv {
    text-align: center;
    margin: 0 auto;
    background: #fff;
    padding: 60px 0;
}

.cv h3 {
    font-size: 2.4rem;
    font-family: serif;
    margin-bottom: 20px;
}

.cv p {
    line-height: 30px;
    margin: 20px 0;
    font-size: 1.4rem;
}

a.cv_btn {
    background: #312627;
    border: 1px solid #312627;
    color: #fff;
    padding: 18px 60px;
    display: block;
    width: max-content;
    font-size: 1.3rem;
    margin: 30px auto 0;
	transition: all 0.2s ease-in-out 0s;
}

a.cv_btn:hover {
	opacity: 0.5;
}

.pc_disp {
	display: block;
}
	
.sp_disp {
	display: none;
}
/*---------------------------------------------------------------*\
	$480px
\*---------------------------------------------------------------*/
@media screen and (max-width: 480px) {

main {
    background: #f8f5f3;
}

.breadcrumb {
    background: 
#fff!important;
z-index: 15;
box-shadow: 0 2px 10px
    rgba(0,0,0,0.05)!important;
}

section.about {
    max-width: 1000px;
    margin: 0 auto;
    padding: 30px 0;
}

.topics {
    padding: 30px 0 30px;
    width: 100%;
    margin: 0 auto;
}

h3.topics_title {
    font-size: 2rem;
    text-align: center;
    font-family: "Playfair Display",serif;
    letter-spacing: 3px;
}

ul.topics_list {
    width: 90%;
    margin: 20px auto;
    border-top: 1px solid  #dcccc2;
    padding-top: 15px;
}

.topics_list li a {
    align-items: center;
    font-size: 1.2rem;
    letter-spacing: 0;
    display: flex;
    line-height: 20px;
    margin-bottom: 15px;
    border-left: none;
    padding: 0 0 10px;
    border-bottom: 1px solid  #dcccc2;
}

.topics_list li a span {
    padding: 1px 8px;
    background: #f3a33b;
    font-family: "Playfair Display",serif;
    border-radius: 4px;
    font-size: 1.1rem;
    color: #fff;
    margin-left: 10px;
}

.about_contents {
    text-align: center;
    margin: 0 auto 40px;
    box-shadow: -20px -20px 0 rgb(0 0 0 / 2%), 20px 20px 0 rgb(0 0 0 / 2%);
    background: #fff;
    padding: 25px 8%;
    width: 90%;
}

.about_title {
    font-size: 1.4rem;
    font-family: serif;
    margin-bottom: 15px;
}

.about_title span {
    display: block;
    font-size: 2rem;
    font-family: "Playfair Display",serif;
    letter-spacing: 2px;
}

.intro_cap p span {
    display: block;
    font-size: 1.3rem;
    letter-spacing: 0;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 10px;
}

.about_contents p {
    line-height: 24px;
    font-family: serif;
    font-size: 1.2rem;
    letter-spacing: 0;
    text-align: left;
}

.intro {
    margin: 40px 5%;
    display: block;
    padding-bottom: 30px;
    border-bottom: 1px solid  #dcccc2;
    width: 90%;
    justify-content: space-between;
}

.intro_image {
    width: 75%;
    background: #fff;
    border-radius: 11px;
    margin: 0 auto 20px;
    overflow: hidden;
}

.intro_cap {
    width: 100%;
}

h3.intro_title {
    font-size: 1.8rem;
    font-family: serif;
    border-left: none;
    margin-bottom: 15px;
    padding-left: 0;
    letter-spacing: 0;
    font-weight: bold;
    text-align: center;
}

.intro_cap p {
    font-size: 1.2rem;
    line-height: 24px;
    letter-spacing: 0;
}

.intro.intro_reverse {
    flex-flow: row-reverse;
}

.casecategory_inner {
    max-width: 90%;
    display: block;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: space-between;
}

.casecategory_contents {
    width: 100%;
    border-radius: 6px;
    background: #897369;
    padding: 25px;
    box-shadow: 0 8px 16px rgb(0 0 0 / 20%);
    margin-bottom: 3%;
}

.casecategory_contents p {
    font-size: 1.2rem;
    letter-spacing: 0;
    color: #fff;
    line-height: 22px;
}

.casecateogry_image {
    width: 100%;
    margin: 25px auto;
    border-radius: 7px;
    overflow: hidden;
}

.casecategory_contents h3 {
    font-size: 2rem;
    padding-bottom: 5px;
    font-family: serif;
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid;
    color: #fff;
    margin-bottom: 20px;
}

.casecategory_contents h4 {
    font-size: 1.5rem;
    border-left: 2px solid;
    letter-spacing: 0;
    margin: 20px 0 10px;
    color: #fff;
    font-weight: bold;
    line-height: 20px;
    padding-left: 8px;
}

.casecategory_who {
    text-align: right;
    font-size: 1.2rem;
    margin-top: 10px;
    color: #fff;
}

.casecategory_who span {
    display: block;
    color: #fff;
    font-size: 1rem;
}

.program_inner {
    max-width: 90%;
    margin: 0 auto;
    padding: 40px 0;
}

.program_inner h3 {
    text-align: center;
    padding-bottom: 5px;
    font-size: 1.6rem;
    letter-spacing: 0;
    font-family: serif;
    border-bottom: 1px solid;
    margin-bottom: 25px;
}

.program_list li {
    background: #fff;
    padding: 20px;
    align-items: center;
    margin: 10px 0;
    justify-content: space-between;
    display: flex;
}

.program_thumb {
    width: 20%;
    height: inherit;
    background: #eee;
    border: 1px solid #ccc;
    border-radius: 6px;
    overflow: hidden;
}

.program_contents {
    width: 73%;
}

a.program_link {
    display: block;
    padding: 4px 13px;
    background: #312627;
    color: #fff;
    letter-spacing: 0;
    margin-top: 10px;
    font-size: 1rem;
    width: max-content;
    border-radius: 60px;
}

.program_text {
    line-height: 22px;
    font-size: 1.2rem;
    letter-spacing: 0;
}

section.cv {
    text-align: center;
    margin: 0 auto;
    background: #fff;
    padding: 50px 5%;
}

.cv h3 {
    font-size: 1.6rem;
    font-family: serif;
    margin-bottom: 10px;
    font-weight: bold;
    letter-spacing: 0;
}

.cv p {
    line-height: 22px;
    margin: 15px 0;
    font-size: 1.1rem;
}

a.cv_btn {
    background: #312627;
    border: 1px solid #312627;
    color: #fff;
    padding: 12px 60px;
    display: block;
    width: max-content;
    font-size: 1.1rem;
    margin: 20px auto 0;
}
	
.pc_disp {
	display: none!important;
}
	
.sp_disp {
	display: block!important;
}

}