@charset "UTF-8";


/* ---------------------------------------------
	ごあいさつ
--------------------------------------------- */
.p-about_president .president_philosophy{
  padding-top: 140px;
  padding-bottom: 302px;
}

.philosophy__topimg {
	background-color: #ECECEC;
	background-image: url(../images/about_president/topimg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
  display: flex;
  justify-content: right;
  padding: 5.3em 2.85em 2.6em;
}
.philosophy__topimg .philosophy__topimg__txtwrap{
  font-weight: normal;
}
.philosophy__topimg .philosophy__topimg__declaration{
  font-size: 1em;
  letter-spacing: 0.02em;
}
.philosophy__topimg .philosophy__topimg__post{
	font-size: 0.695652173913043em;
  margin-top: 3.68em;
  line-height: 1.625;
}
.philosophy__topimg .philosophy__topimg__name{
	font-size: 0.91304347826087em;
  font-weight: bold;
  margin-top: 0.35em;
  letter-spacing: 0.1em;
}

.philosophy__greeting{
  font-size: 16px;
  line-height: 2.375;
  margin-top: 5.6em;
  letter-spacing: 0.04em;
  text-align: justify;
}


/* ---------------------------------------------
	代表経歴
--------------------------------------------- */
#career{
  padding-bottom: 200px;
}
#career .c-head__sc__box{
  margin-bottom: 5.8em;
}
.c-table .c-table__h {
	font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.13em;
}
.c-table .c-table__d {
	font-size: 15px;
  font-weight: normal;
  line-height: 1.85;
}
.c-table .c-table__row:last-of-type {
	border-bottom: none;
}


@media screen and (min-width: 768px) and (max-width: 999.98px) {
  /* ---------------------------------------------
    ごあいさつ
  --------------------------------------------- */
  .p-about_president .president_philosophy{
    padding-top: 14vw;
    padding-bottom: 30.2vw;
  }
  .philosophy__topimg .philosophy__topimg__txtwrap{
    font-size: 2.3vw;
  }
  .philosophy__greeting{
    font-size: 1.6vw;
  }

  /* ---------------------------------------------
    代表経歴
  --------------------------------------------- */
  #career{
    padding-bottom: 20vw;
  }
  .c-table .c-table__h {
    font-size: 1.6vw;
  }
  .c-table .c-table__d {
    font-size: 1.5vw;
  }
}

@media screen and (min-width: 768px) {
  #philosophy .c-head__sc  {
    margin-bottom: 4em;
  }
  .philosophy__topimg .philosophy__topimg__txtwrap{
    font-size: 23px;
    text-align: right;
  }
  .c-table .c-table__h,
  .c-table .c-table__d {
    padding-top: 1.05em;
    padding-bottom: 1.6em;
  }
  .c-table .c-table__h {
    text-align: right;
    width: 20.2%;
    padding-left: 1em;
  }
  .c-table .c-table__d {
    padding-left: 6%;
    padding-right: 1em;
  }

}

@media screen and (max-width: 767.98px) {
  .p-about_president .president_philosophy {
    padding-top: 18.5vw;
    padding-bottom: 33.5vw;
  }
  #philosophy .c-head__sc  {
    margin-bottom: 1.3em;
  }
  .philosophy__topimg {
    background-image: url(../images/about_president/topimg_sp.jpg);
    padding: 2.34em 0.75em 1.65em;
  }
  .philosophy__topimg .philosophy__topimg__txtwrap {
    font-size: 3.5vw;
    width: 52%;
  }
  .philosophy__topimg .philosophy__topimg__declaration{
    line-height: 1.7;
  }
  .philosophy__topimg .philosophy__topimg__post{
    font-size: 0.714285714285714em;
    margin-top: 3.3em;
    line-height: 1.82;
  }
  .philosophy__topimg .philosophy__topimg__name{
    font-size: 0.928571428571429em;
    margin-top: 0.43em;
    letter-spacing: 0.13em;
  }
  
  .philosophy__greeting{
    font-size: 2.75vw;
    line-height: 2.418181818181818;
    margin-top: 4.7em;
    letter-spacing: normal;
  }

  #career{
    padding-bottom: 17vw;
  }
  #career .l-content{
    width: calc(100% - 10vw);
  }
  #career .c-head__sc__box{
    margin-bottom: 2.3em;
  }
  .c-table {
    border-left: solid 5.25vw #fff;
    border-right: solid 5.25vw #fff;
    border-top: solid 3vw #fff;
    border-bottom: solid 3vw #fff;
  }
  .c-table .c-table__h {
    font-size: 2.8vw;
    letter-spacing: 0.13em;
    padding-top: 1.85em;
  }
  .c-table .c-table__d {
    font-size: 2.625vw;
    padding-top: 0.6em;
    padding-bottom: 2.2em;
  }
  
  
}

