@charset "UTF-8";

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

body {
  line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
  display:block;
}

nav ul {
  list-style:none;
}

blockquote, q {
  quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}

a {
  margin:0;
  padding:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

/* change colours to suit your needs */
ins {
  background-color:#ff9;
  color:#000;
  text-decoration:none;
}

/* change colours to suit your needs */
mark {
  background-color:#ff9;
  color:#000;
  font-style:italic;
  font-weight:bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom:1px dotted;
  cursor:help;
}

table {
  border-collapse:collapse;
  border-spacing:0;
}

/* change border colour to suit your needs */
hr {
  display:block;
  height:1px;
  border:0;
  border-top:1px solid #cccccc;
  margin:1em 0;
  padding:0;
}

input, select {
  vertical-align:middle;
}

/* member-fl */

/* common */

body * {
  box-sizing: border-box;
  vertical-align: middle;
  font-weight: 400;
}

h2 {
  font-size: 30px;
  font-family: 'Noto sans JP',sans-serif;
  color: #414141;
  letter-spacing: 0.05em;
  line-height: 2;
  font-weight: bold;
  margin-bottom: 74px;
}

h3 {
  font-size: 33px;
  font-family: 'Noto sans JP',sans-serif;
  color: #414141;
  margin-top: 11px;
  padding-bottom: 23px;
  border-bottom: 1px solid #6eb92c;
	font-weight: normal;
}

p {
  font-size: 18px;
  margin-top: 33px;
  letter-spacing: 0.075em;
  line-height: 2;
}

.inner {
  max-width: 1382px;
  margin: 0 auto;
}

img {
  width: 100%;
  object-fit: cover;
}



.intro-con {
  display: flex;
  align-items: center;
  gap: 36px;
}

.intro-left-pic1 {
  width: 691px;
}

.intro-left-pic2 {
  margin-top: 56px;
  width: 691px;
  display: flex;
  justify-content: space-between;

}

.intro-left-pic2-1,
.intro-left-pic2-2 {
  width: 316px;
  
}


table {
  border-collapse: collapse;
  
}

tr, th, td{
  border: 2px solid;
  font-size: 17px;
  letter-spacing: 0.075em;
  line-height: 2;
  padding: 16px 12px;
  background: #fff;
  
}

.color-item {
  background: #BDD6B5;
  border-right: 2px solid;
}

.roster-section,
.member-intro{
  margin-top: 135px;
}

.prof-con {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}

.prof-right {
 width: 50%;
}

.prof-left {
  width: 50%;
}

.profile-name {
  font-size: 32px;
}

.profile-desc {
  font-size: 20px;
}



table {
  margin: 0 auto;
}

.p-philosophy {
  margin-top: 152px;
}

.p-about {
  margin-bottom: 152px;
}

.space {
  margin-top: 135px;
  margin-bottom: 20px;

}

.border-none {
  border: none;
}
/* メディアクエリ */

@media screen and (max-width:1452px)  and (min-width: 768px) {
  h2 {
    font-size: 2.066vw;
    font-family: 'Noto sans JP',sans-serif;
    color: #414141;
    letter-spacing: 0.05em;
    line-height: 2;
  }
	
	.roster-section h2 {
  text-align: center;
}

  h3 {
    font-size: 2.273vw;
    font-family: 'Noto sans JP',sans-serif;
    color: #414141;
    margin-top: 0.758vw;
    padding-bottom: 1.584vw;
    border-bottom: 1px solid #6eb92c;
  }
  
  p {
    font-size: 1.24vw;
    margin-top: 2.273vw;
    letter-spacing: 0.075em;
    line-height: 2;
  }
  
  .inner {
    max-width: 95.179vw;
    margin: 0 auto;
  }
  
  img {
    width: 100%;
    object-fit: cover;
  }
  
  .intro-con {
    display: flex;
    align-items: center;
    gap: 2.479vw;
  }
  
  .intro-left-pic1 {
    width: 47.59vw;
  }
  
  .intro-left-pic2 {
    margin-top: 3.857vw;
    width: 47.59vw;
    display: flex;
    justify-content: space-between;
  
  }
  
  .intro-left-pic2-1,
  .intro-left-pic2-2 {
    width: 21.763vw;
    
  }
  
  
  table {
    border-collapse: collapse;
    
  }
  
  tr, th, td{
    border: 3px solid #fff;
    font-size: 1.171vw;
    letter-spacing: 0.075em;
    line-height: 2;
    padding: 1.102vw 0.826vw;
    background: #1c8ed2;
    color: #fff;
    
  }
  
  .roster-section,
  .member-intro {
    margin-top: 9.298vw;
  }


  .space {
    margin-top: 9.298vw;
    margin-bottom:1.377vw;;

  }
  
  .prof-con {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2.479vw;
  }
  
  .prof-right {
   width: 50%;
  }
  
  .prof-left {
    width: 50%;
  }
  
  .profile-name {
    font-weight: bold;
    font-size: 2.204vw;
  }
  
  .profile-desc {
    font-weight: bold;
    font-size: 1.377vw;
  }

  .p-philosophy {
    margin-top: 10.468vw;;
  }
  
  .p-about {
    margin-bottom: 10.468vw;
  }

}

@media screen and (max-width: 767px) {
  .inner {
    width: 90%;
    margin: 0 auto;
  }

  h2 {
    margin-top: 40px;
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
  }
	
	.roster-section h2 {
  text-align: center;
}

  h3 {
    margin-top: 16px;
    font-size: 16px;
  }

  .intro-left-pic2 {
    margin-top: 36px;
    width: 100%;
  }

  .prof-con {
    display: block;
    gap: 0;
  }

  .prof-right {
    width: 100%;
   }
   
   .prof-left {
     width: 100%;
   }

   th, td{
    width: 100%;
    display: block;
    padding: 0;
    border: 1px solid #fff;
    font-size: 13px;
    
  }

  .intro-left-pic2-1,
  .intro-left-pic2-2 {
    width: 100%;
    
  }


  .intro-con {
    display: block;
    gap: 0;
  }
  
  .intro-left-pic1 {
    width: 100%;
  }
  
  .intro-left-pic2 {
    margin-top: 36px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 4%;
  
  }

  p {
    margin-top: 10px;
    font-size:14px;
    font-weight: 400;
    line-height: 1.75;
  }

  .roster-section,
.member-intro {
  margin-top: 40px;
}

.space {
  margin-top: 40px;
  margin-bottom: 10px;
}



.profile-name {
  font-size: 18px;
}

.profile-desc {
  font-size: 16px;
  margin-bottom: 15px;
}

.p-philosophy {
  margin-top: 40px;
}

.p-about {
  margin-bottom: 40px;
}





}