@charset "utf-8";
/* CSS Document */

/*--共通--*/
* {
  box-sizing: border-box;
  color: #000;
  font-size: 14px;
  line-height: 1.5em;
  outline-style: none;
  letter-spacing: 0.1em;
  font-family: '小塚ゴシック Pro','Kozuka Gothic Pro','メイリオ','ＭＳ Ｐゴシック','MS Gothic','Osaka－等幅','Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
  padding: 0;
  margin: 0;
}
html {
  width: 100%;
}
body {
  width: 100%;
  font-size: small;
  margin: 0;
  padding: 0;
  text-indent: 0;
  display: inline;
}
button {
  width: auto;
  padding: 0;
  margin: 0;
  background: none;
  order: 0;
  font-size: 0;
  line-height: 0;
  overflow: visible;
  cursor: pointer;
}
img {
  width: 100%;
  height: auto;
  border-style: none;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
ul , li {
  list-style: none;
}
main {
}
.pc_only {
}
.sp_only {
  display: none;
}

/*--ヘッダー--*/
header {
  background: #b3b3b3;
}
header ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header ul li {
}
header ul li a {
  display: block;
  font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  padding: 30px;
}
.header_contact {
}
.header_contact a {
  color: #fff;
  background: #d80b12;
}

/*--フッター--*/
footer {
  margin: 100px 0 40px;
}
.footer_contact {
  text-align: center;
}
.footer_contact a {
  display: inline-block;
  color: #fff;
  font-size: 24px;
  background: #000;
  padding: 20px 50px;
}

/*--トップ：共通--*/
.top {
  background: #fff;
  background: -moz-linear-gradient(-26deg, #fff 0%, #fff 53%, #f5f5f5 53%, #f5f5f5 80%, #fff 80%);
  background: -webkit-linear-gradient(-26deg, #fff 0%,#fff 53%,#f5f5f5 53%,#f5f5f5 80%,#fff 80%);
  background: linear-gradient(154deg, #fff 0%,#fff 53%,#f5f5f5 53%,#f5f5f5 80%,#fff 80%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#fff',GradientType=1 );
}
.top section {
}

/*--トップ：アイキャッチ--*/
.top_eye {
  position: relative;
}
.top_eye * {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
}
.top_eye img {
}
.top_eye div {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 1160px;
  text-align: center;
}
.top_eye div h1 {
  font-size: 34px;
  text-shadow:1px 0 0 #fff,0 1px 0 #fff,-1px 0 0 #fff,0 -1px 0 #fff;
  margin-bottom: 50px;
}
.top_eye div p {
  font-size: 18px;
  text-shadow:1px 0 0 #fff,0 1px 0 #fff,-1px 0 0 #fff,0 -1px 0 #fff;
  margin-bottom: 35px;
}
.top_eye div p:last-child {
  margin-bottom: 0;
}
/*--トップ：NEWS--*/
.top_news_title {
    color: #fff;
    margin-top: 20px;
}
.top_results a {
  position: relative;
  text-decoration: none;
    display: block;
    text-align: left;
}
.top_results a::after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
.top_results a:hover::after {
  bottom: -4px;
  opacity: 1;
  visibility: visible;
}

.top_news_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.top_news_box_left {
    width: 48%;
}
.top_news_box_right{
    width: 48%;
}
.top_news_text {
    color: #fff;
    margin-top: 30px;
    font-size: 16px;
    font-weight: bold;
}
.top_results_new {
    width: 80vw!important;
}
.top_results_new .top_news_title {
    font-size: 0.75vw!important;
    line-height: 15px;
}
.top_results_new a::after {
    
}
.top_results_new a {
    display: inline-block!important;
}




/*--トップ：活動実績--*/
.top_results {
  position: relative;
  width: 1000px;
  text-align: center;
  background: rgba(23,23,23,.9);
  padding: 25px 80px 65px;
  margin: -50px auto 100px;
}
.top_results h2 {
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
}

/*--トップ：研究活動--*/
.top_research {
  position: relative;
  margin-bottom: 100px;
}
.top_research img {
}
.top_research div {
  position: absolute;
  top: 50%;
  left: 70px;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
  width: 600px;
  background: #fff;
  padding: 10px 65px 20px 50px;
}
.top_research div h2 {
  color: #d80b12;
  font-size: 24px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-bottom: 20px;
}
.top_research div ol {
  padding-left: 25px;
  margin-bottom: 25px;
}
.top_research div ol li {
  list-style: unset;
  padding-left: 10px;
  margin-bottom: 15px;
}
.top_research div ol li:last-child {
  margin-bottom: 0;
}
.top_research .top_linkbtn {
  display: inline-block;
  background: #000;
  padding: 10px 25px;
}
.top_research .top_linkbtn a {
  display: block;
  color: #fff;
  font-size: 12px;
}
.top_research .top_linkbtn a i {
  color: #fff;
  font-size: 18px;
  vertical-align: middle;
  display: inline-block;
  margin: -5px 0 0 15px;
}

/*--トップ：演奏活動--*/
.top_performance {
  width: 780px;
  margin: 0 auto 100px;
}
.top_performance h2 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 26px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 40px;
}
.top_performance ol {
  margin-bottom: 35px;
}
.top_performance ol li {
  font-size: 18px;
  list-style: unset;
  padding-left: 10px;
  margin-bottom: 30px;
}
.top_performance ol li:last-child {
  margin-bottom: 0;
}
.top_performance .top_linkbtn {
  text-align: center;
}
.top_performance .top_linkbtn a {
  position: relative;
  display: inline-block;
  width: 330px;
  color: #fff;
  font-size: 20px;
  background: #000;
  padding: 25px 0;
}
.top_performance .top_linkbtn a i {
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
  color: #fff;
  font-size: 28px;
}

/*--トップ：教育・社会活動--*/
.top_education {
  width: 780px;
  margin: 0 auto 50px;
}
.top_education h2 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 26px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 40px;
}
.top_education ol {
  margin-bottom: 35px;
}
.top_education ol li {
  font-size: 18px;
  list-style: unset;
  padding-left: 10px;
  margin-bottom: 30px;
}
.top_education ol li:last-child {
  margin-bottom: 0;
}
.top_education .top_linkbtn {
  text-align: center;
}
.top_education .top_linkbtn a {
  position: relative;
  display: inline-block;
  width: 330px;
  color: #fff;
  font-size: 20px;
  background: #000;
  padding: 25px 0;
}
.top_education .top_linkbtn a i {
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
  color: #fff;
  font-size: 28px;
}

/*--トップ：音楽から人／ひとを考える会--*/
.top_thinking {
  position: relative;
}
.top_thinking img {
}
.top_thinking div {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 800px;
  text-align: center;
}
.top_thinking div * {
  color: #fff;
}
.top_thinking div h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 50px;
}
.top_thinking div h2:before , .top_thinking div h2:after {
  content: "";
  width: 75px;
  border-top: 1px solid;
}
.top_thinking div h2:before {
  margin-right: 10px;
}
.top_thinking div h2:after {
  margin-left: 10px;
}
.top_thinking div p {
  font-size: 18px;
  margin-bottom: 50px;
}
.top_thinking div p.top_thinking .top_linkbtn {
  text-align: center;
  margin-bottom: 0;
}
.top_thinking .top_linkbtn a {
  position: relative;
  display: inline-block;
  width: 330px;
  font-size: 20px;
  background: #000;
  padding: 20px 0;
}
.top_thinking .top_linkbtn a i {
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
  font-size: 28px;
}

/*--プロフィール：共通--*/
.profile {
}

/*--プロフィール：アイキャッチ--*/
.profile_eye {
  position: relative;
  margin-bottom: 100px;
}
.profile_eye h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 350px;
  font-size: 50px;
  text-align: center;
  line-height: 1em;
  border: 1px solid;
  padding: 40px 0;
}
.profile_eye h1 span {
  font-size: 24px;
}

/*--プロフィール：コンテンツ--*/
.profile_text {
  width: 90%;
  margin: auto;
}
.profile_text h2 {
  width: 515px;
  font-size: 26px;
  border-bottom: 2px solid;
  padding-bottom: 10px;
  margin-bottom: 50px;
}
.profile_text img {
  float: right;
  width: 310px;
  margin: 0 0 80px 80px;
}
.profile_text p {
  font-size: 18px;
  margin-bottom: 30px;
}
.profile_text p.profile_text_name {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 100px;
}
.profile_text_name span {
  display: block;
  font-size: 18px;
  margin-bottom: -5px;
}
.profile_text p:last-child {
  margin-bottom: 0;
}

/*--研究活動：共通--*/
.research {
}

/*--研究活動：アイキャッチ--*/
.research_eye {
  position: relative;
  text-shadow: 1px 0 0 #fff, 0 1px 0 #fff, -1px 0 0 #fff, 0 -1px 0 #fff;
  margin-bottom: 100px;
}
.research_eye img {
}
.research_eye h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 350px;
  font-size: 50px;
  text-align: center;
  line-height: 1em;
  border: 1px solid;
  padding: 40px 0;
}
.research_eye h1 span {
  font-size: 24px;
}

/*--研究活動：コンテンツ--*/
.research_text {
  width: 90%;
  margin: auto;
}
.research_text_wrap {
  display: flex;
  margin-bottom: 20px;
}
.research_text_wrap:last-child {
  margin-bottom: 0;
}
.research_text_wrap * {
  font-size: 18px;
}
.research_text_wrap_number {
  border-bottom: 2px solid #b33337;
  padding: 0 15px;
}
.research_text_wrap_text {
  border-bottom: 2px solid #9e9e9e;
  padding: 0 15px 20px 10px;
}

/*--演奏活動：共通--*/
.performance {
}

/*--演奏活動：アイキャッチ--*/
.performance_eye {
  position: relative;
  text-shadow: 1px 0 0 #fff, 0 1px 0 #fff, -1px 0 0 #fff, 0 -1px 0 #fff;
}
.performance_eye img {
}
.performance_eye h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 450px;
  font-size: 50px;
  text-align: center;
  line-height: 1em;
  border: 1px solid;
  padding: 40px 0;
    
}
.performance_eye h1 span {
  font-size: 24px;
}

/*--演奏活動：コンテンツ--*/
.performance_text {
  background-image: url("/images/performance/performance_bk.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 5%;
  margin: 0 auto 100px;
}
.performance_text_wrap {
  display: flex;
  margin-bottom: 20px;
}
.performance_text_wrap:last-child {
  margin-bottom: 0;
}
.performance_text_wrap * {
  color: #fff;
  font-size: 18px;
}
.performance_text_wrap div {
}
.performance_text_wrap_number {
  padding: 0 15px;
}
.performance_text_wrap_number p {
}
.performance_text_wrap_text {
  padding: 0 15px 20px 10px;
}
.performance_text_wrap_text p {
}
.performance_text_wrap_text p.performance_text_wrap_text_star {
  padding-left: 2.2em;
}
.performance_text_wrap_text p.performance_text_wrap_text_star:before {
  content: "☆";
  display: inline-block;
  text-align: center;
  margin-left: -2.2em;
  margin-right: 1.1em;
}

/*--教育・社会活動：共通--*/

/*--教育・社会活動：アイキャッチ--*/
.education_eye {
  position: relative;
  text-shadow: 1px 0 0 #fff, 0 1px 0 #fff, -1px 0 0 #fff, 0 -1px 0 #fff;
}
.education_eye img {
}
.education_eye h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 450px;
  font-size: 50px;
  text-align: center;
  line-height: 1em;
  border: 1px solid;
  padding: 40px 0;
   
}
.education_eye h1 span {
  font-size: 24px;
}

/*--教育・社会活動：コンテンツ--*/
.education_text {
  width: 90%;
  margin: auto;
}
.education_text_wrap {
  display: flex;
  margin-bottom: 20px;
}
.education_text_wrap:last-child {
  margin-bottom: 0;
}
.education_text_wrap * {
  font-size: 18px;
}
.education_text_wrap_number {
  border-bottom: 2px solid #b33337;
  padding: 0 15px;
}
.education_text_wrap_text {
  border-bottom: 2px solid #9e9e9e;
  padding: 0 15px 20px 10px;
}


/*--記事詳細--*/
.news {
    display: flex;
    overflow: hidden;
    width: 90%;
    padding-top: 30px;
    margin: auto;
}
.single_list {
    float: left;
    width: 20%;
    margin-right: 5%;
}
.single_list h2 {
    color: #d80b12;
    font-size: 24px;
    text-align: left;
    margin-bottom: 10px;
}
.single_list ul {
    margin-bottom: 30px;
}
.single_list ul li {
    margin-bottom: 15px;
}
.single_list ul:last-child {
    margin-bottom: 0;
}
.single_list ul li {
    margin-bottom: 15px;
}
.single_wrap {
    float: left;
    width: 75%;
}
.single_wrap_day {
    color: #d80b12;
    font-weight: bold;
    margin-bottom: 15px;
}
.single_wrap h3 {
    font-size: 22px;
    border-bottom: 5px solid #d80b12;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
.single_wrap_main {
    margin-bottom: 70px;
}
.single_wrap_main p, .single_wrap_publicity p {
    line-height: 1.9;
}
.single_wrap_publicity_title {
    font-size: 20px;
    font-weight: bold;
    /* border-bottom: 1px solid #D1121C; */
    border-bottom: 1px solid #fa943e;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
/*--お問い合わせ--*/
.contact_eye_text {
    margin-top: 100px;
    margin-bottom: 100px;
    text-align: center;
    font-weight: 500;
}
.container {
    max-width: 1380px;
    margin: auto;
    padding: 0 30px 0 30px;
}
label {
    display: inline-block;
    width: 320px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 2px solid #b33337;
    font-weight: 500;
}
.form-group {
    display:flex;
}
.contact_form_inner {
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 2px solid #9e9e9e;
    width: 1060px;
}
.contact_form_inner_2 {
    display:flex;
}
.contact_span {
    margin-right: 30px;
    background-color: #d80b12;
    color: #fff;
    padding: 3px;
    margin-left: 20px;
    
}
.contact_span_2 {
    margin-left: 20px;
   margin-right: 30px;
    background-color: #fff;
    color: #04447c;
    padding: 3px;
    border: 1px solid #04447c;
}
.contact_span_3 {
    display:table; 
    padding: 0 3px 0 3px;
    margin-bottom: 180px;
}
.contact_input_2 {
    height: 30px;
    width:82%;
    max-width: 880px!important;
    background-color: #eee!important;
    border: 1px solid #eee;
}
.contact_input_3 {
    height: 36px;
    border: 1px solid #04447c;
    background-color: #fff!important;
    
}
.contact_input {
    width: 40%;
    background-color: #eee!important;
    border: 1px solid #eee;
}
.form-control {
    height: 50px
}
.contact_input_last {
    height:200px!important;
}
.span_name {
    margin-left: 20px;
}
.contact_privacy_box {
    border: 1px solid #04447c;
    overflow-y: scroll;
    width: 80%;
    margin: auto;
    height: 300px;
}
.privacy_text_1 {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 28px;
    text-align: center;
}
.privacy_text_2 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
}
.privacy_text_3 {
    text-align: end;
}
.privacy_text_4 {
    text-align: end;
}
.privacy_text_5 {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 30px;
    margin-left: 10px;
}
.privacy_text_6 {
   width: 90%;
    margin: auto;
    margin-bottom:10px;
}
.privacy_text_7 {
    text-align: end;
    margin-top: 30px;
}
.privacy_text_8 {
    text-align: end;
    margin-top: 10px;
}
.privacy_text_9 {
    text-align: end;
    font-size: 24px;
    margin-bottom: 30px;
}
.privacy_text_10 {
    width: 90%;
    margin: auto;
}
.label_2 {
    border-bottom: 2px solid #04447c;
}
.contact_form_inner_last {
    border-bottom:2px solid #c6d2e1;
}


.contact_btn_box {
    text-align: center;
    margin-top: 100px;
    margin-bottom: 100px;
}
.btn {
    padding: 30px 200px 30px 200px;
    font-size: 16px;
    border-radius: 10px;
    color:#b33337;
    border: 2px solid #b33337;
    background-color: #fff;
    cursor: pointer;
}
.error {
    color: red;
}
.complete_text h3 {
    font-size: 30px;
}
.complete_text p {
    font-size: 24px;
}
.btn:hover {
    opacity: 0.6;
    transition-duration: 0.3s;
}
.contact_radio_box {
    margin-left: 11%;
    margin-top: 10px;
    color:#04447c;
}
.radio_check {
    height:unset;
}
#furigana {
    width: 40%;
    max-width: 400px;
}
#main_contact #company {
    width: 40%;
    max-width: 400px;
}

.confirm_text {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 30px;
}
.table {
    width: 100%;
}
th {
    display: block;
    text-align: left;
    margin-bottom: 20px;
}
.confirm_btn_inner {
    display: flex;
    justify-content: space-evenly;
    margin-top: 100px;
    margin-bottom: 100px;
}
.complete_text {
    text-align: center;
    font-size: 24px;
    margin-top: 100px;
    margin-bottom: 100px;
}
.contact_span_sp {
    display:none;
}
.contact_span_sp_2 {
    display:none;
}

/*--スマホ--*/
@media screen and (max-width: 640px) {
/*--共通--*/
* {
}
html {
}
body {
}
button {
}
img {
}
a {
}
ul , li {
}
main {
  margin-top: 60px;
}
.pc_only {
  display: none;
}
.sp_only {
  display: block;
}

/*--ヘッダー--*/
header {
  position: fixed;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 60px;
  z-index: 999;
}
.header_menu {
  display: block;
  position: relative;
  top: 6px;
  right: 1em;
  width: 36px;
  height: 36px;
  z-index: 1;
}
.header_menu span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background: #000;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.header_menu span:nth-child(1) {
  top: 0px;
}
.header_menu span:nth-child(2) {
  top: 12px;
}
.header_menu span:nth-child(3) {
  top: 24px;
}
.open .header_menu span:nth-child(1) {
  top: 12px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  transform: rotate(135deg);
}
.open .header_menu span:nth-child(2) {
  width: 0;
  left: 50%;
}
.open .header_menu span:nth-child(3) {
  top: 12px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.header_list {
  display: none;
  position: absolute;
  left: 0;
  top: 59px;
  overflow: hidden;
  width: 100%;
  font-size: 0;
  background: #b3b3b3;
  padding: 10px 0 20px;
}
header ul li {
  display: inline-block;
  width: 49%;
  vertical-align: middle;
  text-align: center;
}
header ul li:nth-child(odd) {
  margin-right: 2%;
}
header ul li a {
  display: block;
}
.header_contact {
}
.header_contact a {
}

/*--フッター--*/
footer {
}
.footer_contact {
}
.footer_contact a {
  width: 85%;
  font-size: 20px;
  padding: 20px 0;
}

/*--トップ：共通--*/
.top {
  background: #fff;
  background: -moz-linear-gradient(-26deg, #fff 0%, #fff 53%, #f5f5f5 53%, #f5f5f5 80%, #fff 80%);
  background: -webkit-linear-gradient(-26deg, #fff 0%,#fff 53%,#f5f5f5 53%,#f5f5f5 80%,#fff 80%);
  background: linear-gradient(154deg, #fff 0%,#fff 53%,#f5f5f5 53%,#f5f5f5 80%,#fff 80%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#fff',GradientType=1 );
}
.top section {
}

/*--トップ：アイキャッチ--*/
.top_eye {
  text-align: center;
  margin-bottom: 50px;
}
.top_eye * {
}
.top_eye img {
}
.top_eye div {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  -moz-transform: unset;
  -ms-transform: unset;
  -o-transform: unset;
  transform: unset;
  margin-bottom: 10px;
}
.top_eye div h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 96%;
  font-size: 26px;
  margin-bottom: 0;
}
.top_eye p {
  width: 96%;
  font-size: 16px;
  margin: 0 auto 10px;
}
.top_eye p:last-child {
  margin-bottom: 0;
}

/*--トップ：活動実績--*/
.top_results {
  position: unset;
  width: 100%;
  padding: 15px 5% 60px;
  margin: 0 auto 100px;
}
.top_results h2 {
  padding-bottom: 10px;
}

.top_results_new {
    width: unset!important;
}
.top_news_box {
    display: block;
}
.top_news_box_left {
    width: auto;
}
.top_news_box_right {
    width: auto;
}
.top_results_new .top_news_title {
    font-size: 14px!important;
    line-height: 20px;
}



/*--トップ：研究活動--*/
.top_research {
}
.top_research img {
  margin-bottom: 10px;
}
.top_research div {
  position: unset;
  -webkit-transform: unset;
  -moz-transform: unset;
  -ms-transform: unset;
  -o-transform: unset;
  transform: unset;
  width: 90%;
  background: unset;
  padding: 0;
  margin: auto;
}
.top_research div h2 {
  margin-bottom: 10px;
}
.top_research div ol {
  padding-left: 20px;
  margin-bottom: 20px;
}
.top_research div ol li {
  padding-left: 0;
  margin-bottom: 10px;
}
.top_research div ol li:last-child {
}
.top_research .top_linkbtn {
}
.top_research .top_linkbtn a {
}
.top_research .top_linkbtn a i {
}

/*--トップ：演奏活動--*/
.top_performance {
  width: 90%;
}
.top_performance h2 {
  margin-bottom: 20px;
}
.top_performance ol {
  padding-left: 22px;
  margin-bottom: 30px;
}
.top_performance ol li {
  font-size: 16px;
  padding-left: 0;
  margin-bottom: 15px;
}
.top_performance ol li:last-child {
}
.top_performance .top_linkbtn {
}
.top_performance .top_linkbtn a {
  width: 85%;
  font-size: 18px;
  padding: 20px 0;
}
.top_performance .top_linkbtn a i {
  font-size: 26px;
}

/*--トップ：教育・社会活動--*/
.top_education {
  width: 90%;
}
.top_education h2 {
  margin-bottom: 20px;
}
.top_education ol {
  padding-left: 22px;
  margin-bottom: 30px;
}
.top_education ol li {
  font-size: 16px;
  padding-left: 0;
  margin-bottom: 15px;
}
.top_education ol li:last-child {
}
.top_education .top_linkbtn {
}
.top_education .top_linkbtn a {
  width: 85%;
  font-size: 18px;
  padding: 20px 0;
}
.top_education .top_linkbtn a i {
  font-size: 26px;
}

/*--トップ：音楽から人／ひとを考える会--*/
.top_thinking {
}
.top_thinking img {
}
.top_thinking div {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: unset;
  -moz-transform: unset;
  -ms-transform: unset;
  -o-transform: unset;
  transform: unset;
  width: 100%;
  margin-bottom: 10px;
}
.top_thinking div * {
}
.top_thinking div h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 96%;
  margin-bottom: 0;
}
.top_thinking div h2:before , .top_thinking div h2:after {
}
.top_thinking div h2:before {
}
.top_thinking div h2:after {
}
.top_thinking p {
  width: 96%;
  font-size: 16px;
  text-align: center;
  margin: 0 auto 30px;
}
.top_thinking p.top_linkbtn {
  width: 100%;
  margin-bottom: 0;
}
.top_thinking .top_linkbtn a {
  width: 85%;
  color: #fff;
  font-size: 18px;
}
.top_thinking .top_linkbtn a i {
  color: #fff;
  font-size: 26px;
}

/*--プロフィール：共通--*/
.profile {
}

/*--プロフィール：アイキャッチ--*/
.profile_eye {
  margin-bottom: 50px;
}
.profile_eye h1 {
  width: 70%;
  font-size: 30px;
  padding: 15px 0;
}
.profile_eye h1 span {
  font-size: 16px;
}

/*--プロフィール：コンテンツ--*/
.profile_text {
}
.profile_text h2 {
  width: 100%;
  font-size: 22px;
  margin-bottom: 30px;
}
.profile_text img {
  width: 36%;
  margin: 0 0 10px 10px;
}
.profile_text p {
  font-size: 14px;
  margin-bottom: 20px;
}
.profile_text p.profile_text_name {
  font-size: 18px;
  margin-bottom: 40px;
}
.profile_text_name span {
  display: inline;
  font-size: 14px;
  margin-top: 0;
}
.profile_text p:last-child {
}

/*--研究活動：共通--*/
.research {
}

/*--研究活動：アイキャッチ--*/
.research_eye {
  margin-bottom: 50px;
}
.research_eye img {
}
.research_eye h1 {
  width: 70%;
  font-size: 30px;
  padding: 15px 0;
}
.research_eye h1 span {
  font-size: 16px;
}

/*--研究活動：コンテンツ--*/
.research_text {
}
.research_text_wrap {
}
.research_text_wrap:last-child {
}
.research_text_wrap * {
  font-size: 16px;
}
.research_text_wrap_number {
}
.research_text_wrap_text {
}

/*--演奏活動：共通--*/
.performance {
}

/*--演奏活動：アイキャッチ--*/
.performance_eye {
    margin-top: 80px;
    margin-bottom: 50px;
}
.performance_eye img {
}
.performance_eye h1 {
  width: 70%;
  font-size: 30px;
  padding: 15px 0;
}
.performance_eye h1 span {
  font-size: 16px;
}

/*--演奏活動：コンテンツ--*/
.performance_text {
  padding: 20px 2%;
}
.performance_text_wrap {
  margin-bottom: 0;
}
.performance_text_wrap:last-child {
}
.performance_text_wrap * {
  font-size: 16px;
}
.performance_text_wrap div {
}
.performance_text_wrap_number {
}
.performance_text_wrap_number p {
}
.performance_text_wrap_text {
}
.performance_text_wrap_text p {
}
.performance_text_wrap_text p.performance_text_wrap_text_star {
}
.performance_text_wrap_text p.performance_text_wrap_text_star:before {
}

/*--教育・社会活動：共通--*/

/*--教育・社会活動：アイキャッチ--*/
.education_eye {
    margin-bottom: 30px;
}
.education_eye img {
}
.education_eye h1 {
  width: 70%;
  font-size: 30px;
  padding: 15px 0;
}
.education_eye h1 span {
  font-size: 16px;
}

/*--教育・社会活動：コンテンツ--*/
.education_text {
}
.education_text_wrap {
}
.education_text_wrap:last-child {
}
.education_text_wrap * {
  font-size: 16px;
}
.education_text_wrap_number {
}
.education_text_wrap_text {
}
/*--記事詳細--*/
.single_list {
    display: none;
}
.single_wrap {
    width:auto;
}
    /*お問い合わせ*/
      .contact_eye_text {
          margin-top: 50px;
    margin-bottom: 50px;
          font-size: 14px;
      }
      .form-group {
          display:block;
      }
      label {
    display:flex;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top:unset;
    font-weight: 500;
}
      .contact_form_inner {
          padding-top: 10px;
    padding-bottom: 10px;
          width: auto;
      }
      .contact_input_2 {
          width:95%;
      }
      .contact_input {
        width:95%;
       
        }
      textarea.form-control {
    height: 150px!important;
          width: 100%;
}
      .contact_privacy_box {
          width: 100%;
          margin-top: 20px;
      }
      .contact_btn_box {
          margin-top: 50px;
    margin-bottom: 50px;
      }
      .btn {
          padding: 30px 80px 30px 80px;
          font-size: 14px;
      }
      .label_2 {
          border-bottom:unset;
      }
      .contact_form_inner_last {
    border-bottom:unset;
    }
      #furigana {
    width:95%;
    
}
#main_contact #company {
    width:95%;
    
}
      .complete_text {
          margin-top: 50px;
    margin-bottom: 50px;
          ont-size: 16px;
      }
      .confirm_btn_inner {
          display: block;
          margin-top: 50px;
    margin-bottom: 50px;
          text-align: center;
      }
      .btn-success {
          padding: 20px 36px 20px 36px;
      }
      .btn-secondary {
          padding: 20px 50px 20px 50px;
          margin-bottom: 30px;
      }
      .contact_span_sp {
    display: block;
    margin-left: 10px;
    font-size: 12px;
    background-color: #d80b12;
    color: #fff;
    padding: 2px;
}
.contact_span_sp_2 {
    display: block;
    margin-left: 10px;
    font-size: 12px;
    background-color: #fff;
    color: #04447c;
    padding: 2px;
    border: 1px solid;
}
      .contact_span {
          display:none;
      }
      .contact_span_2 {
          display:none;
      }
    .confirm_text {
       
    font-size: 16px;
}
    .complete_text h3 {
    font-size: 24px;
}
    .complete_text p {
    font-size: 13px;
}
}
