@charset "UTF-8";
.pagetitle {
  padding: 230px 0 160px 0;
  text-align: center;
  width: 94%;
  max-width: 1000px;
  margin: 0 auto;
}

.pagetitle .komidashi {
  font-size: 16px;
  color: #004e85;
  line-height: 125%;
  padding-bottom: 10px;
}

.pagetitle h1 {
  font-size: 30px;
}

/*****幅レイアウト調整*****/
.w900 {
  width: 94%;
  max-width: 900px;
  margin: 0 auto;
}

.w1000 {
  width: 94%;
  max-width: 1000px;
  margin: 0 auto;
}

.w1000 .w900 {
  width: 100%;
  max-width: 900px;
}

.last_spacer {
  padding-bottom: 230px;
}

/**************基本フォントサイズ_PC***************/
body {
  font-size: 16px;
}

/**************基本フォントサイズ***************/
/******RIOHからのボードメンバー************/
.wid_900 {
  width: 90%;
  max-width: 900px;
  margin: 0px auto;
  position: relative;
}

p.text01 {
  padding-bottom: 100px;
  line-height: 225%;
}

h2.titleh2 {
  color: #004E85;
  font-size: 20px;
  padding-bottom: 40px;
}

p.text02 {
  padding-bottom: 0px;
  line-height: 225%;
}

ul.sec_in li {
  margin-bottom: 12px;
  text-indent: -1em;
  padding-left: 1em;
}

.sp_pt_40 {
  padding-top: 0px;
}

.title_h2 {
  font-size: 20px;
  margin-bottom: 50px;
}

#sec01 {
  padding-top: 1000px;
}

#sec03 {
  width: 100%;
  position: relative;
  padding: 100px 0 300px 0;
}

.misstion_list {
  margin: 50px 0 0 0;
}

.misstion_list li {
  line-height: 36px;
  text-indent: -1.8em;
  padding-left: 1.8em;
}

.kousei {
  margin: 50px 0 0 0;
  padding: 0 0 0 20px;
  border-left: 1px solid #ccc;
  line-height: 36px;
}

.kousei h4 {
  margin: 0 0 20px 0;
}

.hyou {
  width: 110%;
  position: relative;
  left: -5%;
}

.hyou td {
  padding: 10px 50px;
  vertical-align: top;
  line-height: 36px;
}

.hyou td.tdBorder {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

img.pdf_icon {
  width: 15px;
  vertical-align: top;
  padding: 11px 0 0 0;
}

.mr100 {
  margin: 0 auto 100px;
}

div.member {
  width: 41%;
  margin: 0 17% 100px 0;
  display: inline-block;
  vertical-align: top;
}

div.member2 {
  margin: 0 0 100px 0;
}

div.member img {
  width: 195px;
}

div.member h2.name {
  font-size: 21px;
  line-height: 38px;
  margin: 20px 0;
}

div.member h2.name span {
  font-size: 14px;
}

div.member div {
  font-size: 14px;
  line-height: 21px;
}

.line_nophoto {
  border-top: 1px solid #999;
}

@media screen and (max-width: 680px) {
  .line_nophoto {
    border-top: 0px solid #999;
    margin-top: 0 !important;
  }
  .pagetitle {
    padding: 100px 0 100px 0;
  }
  .pagetitle .komidashi {
    font-size: 13px;
    padding-bottom: 5px;
  }
  .pagetitle h1 {
    font-size: 24px;
  }
  /*****幅レイアウト調整*****/
  .w900 {
    width: 94%;
    max-width: 900px;
    margin: 0 auto;
  }
  .w1000 {
    width: 94%;
    max-width: 1000px;
    margin: 0 auto;
  }
  .w1000 .w900 {
    width: 100%;
    max-width: 900px;
  }
  .last_spacer {
    padding-bottom: 200px;
  }
  /**************基本フォントサイズ_PC***************/
  body {
    font-size: 14px;
  }
  /**************基本フォントサイズ***************/
  p.text01 {
    padding-bottom: 60px;
    line-height: 180%;
  }
  h2.titleh2 {
    color: #004E85;
    font-size: 16px;
    padding-bottom: 20px;
    line-height: 140%;
  }
  p.text02 {
    padding-bottom: 0px;
    line-height: 225%;
  }
  ul.sec_in li {
    margin-bottom: 12px;
    text-indent: -1em;
    padding-left: 1em;
  }
  .sp_pt_40 {
    padding-top: 40px;
  }
  #sec03 {
    width: 100%;
    position: relative;
    padding: 50px 0 150px 0;
  }
  .hyou {
    width: 100%;
    position: relative;
    left: 0;
  }
  .hyou td {
    padding: 10px 20px;
    min-width: 130px;
  }
  div.member {
    width: 100%;
    margin: 50px 0;
    display: inline-block;
    vertical-align: top;
  }
  div.member2 {
    margin: 50px 0;
  }
}

/*************************************************************/
/**scss共通***/
img {
  width: 100%;
}

img.climg {
  image-rendering: -webkit-optimize-contrast;
}

@media (max-width: 800px) {
  img.climg {
    image-rendering: auto;
  }
}

.test {
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transform: scale(1);
  transform: rotate(-45deg);
  border-radius: 50%;
  animation: Flash1 1s infinite;
  font-family: 'Noto Serif JP', serif;
  background: linear-gradient(90deg, #00486e 0%, #00789b 100%);
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}

.test {
  content: "\f105";
  font-family: FontAwesome;
}

.shadow {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4), 1px 3px 3px rgba(0, 0, 0, 0.4), 1px 2px 3px rgba(0, 0, 0, 0.4);
}

/**scss共通ここまで***/
.botanmore {
  width: 195px;
  margin-top: 30px;
}

@media (max-width: 800px) {
  .botanmore {
    width: 100%;
    margin-top: 20px;
  }
}

.botanmore a {
  display: block;
  width: 95px;
  margin: 0 auto;
  padding: 8px 0 10px 0;
  border: 1px solid #999;
  background-color: #fff;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.2);
}

.botanmore a i {
  font-size: 16px;
  display: inline-block;
  margin-left: 5px;
}

.contena_white {
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 100px 90px 40px 90px;
}

@media (max-width: 800px) {
  .contena_white {
    padding: 60px 15px 40px 15px;
  }
}

.contena_white .close_close {
  width: 30px;
  position: absolute;
  z-index: 10;
  top: 30px;
  right: 30px;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
}

@media (max-width: 800px) {
  .contena_white .close_close {
    width: 20px;
    top: 15px;
    right: 15px;
  }
}

.contena_white .close_close:hover {
  cursor: pointer;
  opacity: 0.7;
}

.contena_white .close_close2 {
  width: 30px;
  margin: 90px auto 0 auto;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
}

@media (max-width: 800px) {
  .contena_white .close_close2 {
    margin: 40px auto 0 auto;
    width: 20px;
  }
}

.contena_white .close_close2:hover {
  cursor: pointer;
  opacity: 0.7;
}

.contena_white .prof p {
  width: 100%;
  font-size: 14px;
}

@media (max-width: 800px) {
  .contena_white .prof p {
    padding-bottom: 1.0vw;
  }
}

.contena_white .prof h4 {
  font-size: 28px;
  letter-spacing: 0.1em;
  margin-bottom: 24px;
  line-height: 100%;
}

@media (max-width: 800px) {
  .contena_white .prof h4 {
    font-size: 5vw;
  }
}

.contena_white .prof h4 span {
  font-size: 14px;
  letter-spacing: 0.0em;
  display: inline-block;
  margin-left: 15px;
}

@media (max-width: 800px) {
  .contena_white .prof h4 span {
    display: block;
    font-size: 3.2vw;
    padding-top: 1.0vw;
    margin-left: 0px;
  }
}

.contena_white .prof_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.contena_white .prof_box .photo {
  width: 32.7%;
}

@media (max-width: 800px) {
  .contena_white .prof_box .photo {
    width: 100%;
    margin-bottom: 40px;
  }
}

.contena_white .prof_box .photo figure {
  width: 100%;
  margin-bottom: 38px;
}

@media (max-width: 800px) {
  .contena_white .prof_box .photo figure {
    width: 60%;
    margin-bottom: 25px;
  }
}

.contena_white .prof_box .photo div.intext {
  font-size: 14px;
  line-height: 180%;
  margin-bottom: 28px;
  width: 115%;
}

@media (max-width: 800px) {
  .contena_white .prof_box .photo div.intext {
    margin-bottom: 25px;
    width: 100%;
  }
}

.contena_white .prof_box .photo div.intext2 {
  font-size: 14px;
  line-height: 180%;
  width: 115%;
}

@media (max-width: 800px) {
  .contena_white .prof_box .photo div.intext2 {
    width: 100%;
  }
}

.contena_white .prof_box .text {
  width: 58.7%;
}

@media (max-width: 800px) {
  .contena_white .prof_box .text {
    width: 100%;
  }
}

.contena_white .prof_box .text h5 {
  margin-bottom: 8px;
  color: #004E85;
}

.contena_white .prof_box .text h5.pt {
  color: #006430;
}

@media (max-width: 800px) {
  .contena_white .prof_box .text h5 {
    margin-bottom: 4px;
  }
}

.contena_white .prof_box .text div.intext {
  font-size: 14px;
  line-height: 180%;
  margin-bottom: 28px;
}

@media (max-width: 800px) {
  .contena_white .prof_box .text div.intext {
    margin-bottom: 25px;
  }
}

.contena_white .prof_box .text div.intext2 {
  font-size: 14px;
  line-height: 180%;
}

.contena_white .prof_box .text a {
  color: #007DFF;
}
