html {
  font-size: 87.5%;
  line-height: 1.5em;
}
body {
    background-color: #c9bc9c;
    margin: 0;
    font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;

}
a {
    color: #000;
    /*text-decoration: none;*/
}

.wrapper{
    /*padding: 0 21px;*/
}

header {
    height: 96px;
    background: #fff;
}

.is-hide {
    display: none;
}

.zero {
    display: none;
}

.cap-btn {
    box-sizing: border-box;
    border-style: solid;
    border-width: 1px;
}

.cap-btn {
    font-size: 14px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-color: #cccccc;
    border-radius: 4px;
    margin: 0 10px 20px 0;
    cursor: pointer;
    display: inline-block;
}

input[name='cap'] {
    position: relative;
    display: none;
}

input[name='cap']:checked + label {
    color: #fff;
    background-color: #c9bc9c;
}


.list {
    display: flex;
    flex-wrap: wrap;
}
.member {
    width: calc(100% /3 - 20px);
    padding: 20px 10px;
}
.member img {
    width: 33.3%;
    float: left;
    margin-right: 1rem;
}
.member a {
    text-decoration: none;
}
.list-name {
    font-size: 18px;
    margin: 0;
}
.list-name i{
    padding-left: 1rem;
}
.list-name span{
    font-size: 14px;
    word-break: keep-all;
}
.list-specialty{
    word-break: break-all;
}

.p-gh__inner h1 a span {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    background-image: url(/wp-content/themes/twentytwenty/img/mj1pmu00000000g2.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.container {
    background-color: #fff;
    max-width: 1200px;
    margin: 136px auto 40px;
    padding: 40px;
}

.mlist {
    margin-top: 40px;
}

@media screen and (max-width: 1360px) {
.container {
    max-width: calc(100% - 160px);
}
}

.corp_logo {
    background: #531b85;
    text-align: center;
    margin: 0;
}

.c-title.with-border {
    position: relative;
    padding-bottom: 10px;
    font-size: 18px;
}

.c-title.with-border:before {
    position: absolute;
    bottom: 0;
    left: 17px;
    display: block;
    width: 45px;
    height: 4px;
    background: #d5d5d5;
    content: '';
}

.c-title.with-border:after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 50px;
    height: 4px;
    background: #d5d5d5;
    content: '';
}

.c-title.with-border:after {
    width: 15px;
    background: #c9bc9c;
}

.name {
    display: flex;
    margin-bottom: 40px;
}
.name img {
    width: 300px;
    max-width: 100%;
}

.name h1 {
    position: relative;
    padding-bottom: 20px;
    font-size: 30px;
    margin-bottom: 10px;
    line-height: 30px;
}

.name h1:after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    height: 4px;
    content: '';
    width: 100%;
    background: #c9bc9c;
}

.position {
    font-size: 16px;
    padding-left: 20px;
}

.pc-degree {
    margin: 0 0 30px;
}
.sp-degree {
    display: none;
}

.profile {
    font-size: 18px;
}

.left {
    width: 330px;
    max-width: 100%;
}
.contents {
    flex: 1;
}

.specialty {
    margin-top: 60px;
}

.info {
    margin-bottom: 60px;
}

.books{
    display: flex;
    flex-wrap: wrap;
}
.book{
    width: calc(25% - 20px);
    padding: 0 10px;
}
.book img {
    margin: 0 auto;
    display: block;
    max-height: 225px;
    max-width: 100%;
}

.movies {
    display: flex;
    flex-wrap: wrap;
}

.movies div {
    width: 50%;
    text-align: center;
    margin-bottom: 40px;
}

.movies iframe {
    max-width: 90%;
}

@media only screen and (max-width: 1023px){
.member {
    width: calc(100% /2 - 20px);
    padding: 20px 10px;
}
}

@media only screen and (min-width: 641px) and (min-device-width: 768px){
header {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 9999;
    display: flex;
    align-items: flex-end;
    height: 96px;
    padding-right: 40px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 10%);
}
.p-gh__inner h1 {
    float: left;
    display: table;
    position: relative;
    z-index: 5;
    -moz-animation-duration: 0.2s;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    margin: 0;
}
.p-gh__inner h1 a {
    display: table-cell;
    vertical-align: middle;
    width: 250px;
    height: 96px;
}
.p-gh__inner h1 a span {
    display: block;
    margin-left: 15px;
    width: 218px;
    height: 66px;
    -moz-background-size: 218px 66px;
    -o-background-size: 218px 66px;
    -webkit-background-size: 218px 66px;
    background-size: 218px 66px;
}
.p-gh__inner .p-gh__logo {
    float: left;
    height: 96px;
    position: relative;
    display: table;
    margin: 0;
}

.p-gh__inner .p-gh__logo a {
    display: table-cell;
    vertical-align: middle;
    line-height: 1;
    padding: 0 20px 0 15px;
}

.p-gh__inner .p-gh__logo a:before {
    content: "";
    z-index: 1;
    position: absolute;
    background: #cbcbcb;
    left: 0;
    top: 35px;
    width: 3px;
    height: 26px;
}

.p-gh__inner .p-gh__logo a img {
    width: auto;
    height: 44px;
}
.p-gh__inner .p-gh__logo a img.is-sp {
    display: none;
}

.p-gh__inner:after {
    content: "";
    display: table;
    clear: both;
}

.p-bread {
    font-size: 13px;
    font-size: 0.92857rem;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    padding: 0;
    height: 100%;
    position: relative;
    background: rgba(255, 255, 255, 0.8);
}
.p-bread ul {
    position: absolute;
    bottom: 0;
    padding: 15px 31px;
    vertical-align: bottom;
    margin: 0;
}
.p-bread li, .p-lang li {
    display: inline-block;
    margin: 0 0 0 22px;
    position: relative;
    z-index: 1;
}
.p-lang li {
    margin: 0 0 0 10px;
}
.p-bread li:first-child {
    margin: 0;
}
.p-bread li:before {
    content: ">";
    z-index: 1;
    position: absolute;
    top: 0;
    left: -14px;
}
.p-bread li:first-child:before {
    content: none;
}
.p-bread a, .p-lang a{
    text-decoration: underline;
}

.corp_logo {
    padding: 18px 0;
}

.corp_logo img {
    width: auto;
    height: 65px;
}
.sp-bread {
    display: none;
}
.sp-name {
    display: none;
}
}


/*@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px){*/
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px), (max-device-width: 767px) {/*and (orientation: landscape) {*/
header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    display: flex;
    /*width: 72%;*/
    height: 74px;
    background: #fff;
    -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 30%);
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 30%);
}

.p-gh__logo {
    height: 74px;
    vertical-align: middle;
    line-height: 74px;
}

.p-gh__logo a {
    display: table-cell;
    vertical-align: middle;
    height: 74px;
}

.p-gh__logo a img.is-pc {
    display: none;
}
.p-gh__logo a img {
    width: 100%;
    max-width: 100%;
}

.corp_logo {
    padding: 10px 0;
}
.corp_logo img {
    width: auto;
    height: 45px;
}

.p-gh__inner {
    width: 72%;

    display: table;
    padding: 0 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.p-gh__inner h1 {
    display: table-cell;
    vertical-align: middle;
    padding-right: 7px;
    width: 40px;
}

.p-gh__inner h1 a {
    height: 74px;
    text-align: center;
}

.p-gh__inner h1 a span {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-position: 0 0;
    overflow: hidden;
    -moz-background-size: 185px 40px;
    -o-background-size: 185px 40px;
    -webkit-background-size: 185px 40px;
    background-size: 185px 40px;
}

.p-bread {
    display: none;
}

.p-lang {
    width: 28%;
    font-size: 12px;
}

.p-lang ul {
    padding: 0;
}

.p-lang li {
    display: inline-block;
    margin: 0;
    position: relative;
    z-index: 1;
}

.container {
    margin: 89px 15px 15px;
    padding: 18px;
    max-width: 100%;
}

.list {
    display: block;
}
.member {
    width: calc(100% - 18px);
    clear: both;
}
.member img {
    padding-bottom: 15px;
}
/*.list div:nth-last-child(2) img {
    padding-bottom: 0;
}*/

.clear {
    clear:both;
}

.mlist {
    margin-top: 15px;
}

.name {
    display: block;
}

.left {
    text-align: center;
}

.name h1 {
    text-align: left;
    padding-bottom: 10px;
}
/*.position {
    padding-left: 0;
}*/
.pc-degree {
    display: none;
}
.sp-degree {
    display: block;
    text-align: left;
    margin-bottom: 20px;
}

.sp-bread {
    display: block;
    padding: 10px 20px;
    background-color: #FFF;
    overflow: hidden;
    font-size: 12px;
    font-size: 0.85714rem;
}
.sp-bread ul, .sp-bread li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sp-bread li {
    float: left;
    position: relative;
    padding-right: 25px;
}

.sp-bread li:after {
    content: ">";
    position: absolute;
    right: 10px;
    top: 3px;
    line-height: 1;
}

.sp-bread li:last-child {
    padding-right: 0;
}
.sp-bread li:last-child:after {
    content: none;
}

.pc-name {
    display: none;
}

.book {
    width: calc(50% - 20px);
}
/*.movies div {
    width: 100%
}
.movies iframe {
    max-width: 100%;
}*/

}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px){ /*and (orientation: landscape) {*/
/*.p-lang ul {
    text-align: right;
    padding-right: 1rem;
}*/
.left {
    width: 100%
}
.sp-name br {
    display: none;
}

}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
.p-lang ul {
    text-align: right;
    padding-right: 1rem;
}
.book {
    width: calc(25% - 20px);
}
.position {
    padding-left: 20px;
}

}


@media only screen and (min-device-width: 320px) and (max-device-width: 1023px){
.p-bread {
    visibility: hidden;
}
.sp-bread {
    display: block;
    padding: 10px 20px;
    background-color: #FFF;
    overflow: hidden;
    font-size: 12px;
    font-size: 0.85714rem;
}
.sp-bread ul, .sp-bread li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sp-bread li {
    float: left;
    position: relative;
    padding-right: 25px;
}

.sp-bread li:after {
    content: ">";
    position: absolute;
    right: 10px;
    top: 3px;
    line-height: 1;
}

.sp-bread li:last-child {
    padding-right: 0;
}
.sp-bread li:last-child:after {
    content: none;
}

.movies div{
    width:100%;
    padding-bottom: 56.25%;
    height:0px;
    position: relative;
}
.movies iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;

}
}
