@charset "utf-8";

.greetings {display: flex;}
.greetings .txt {width: 64.8%; padding-right: 30px;}
.greetings .txt h2 {font-size: var(--font-size-24); color: #242424; font-weight: 600; letter-spacing: -.03em; line-height: 1.75em;}
.greetings .txt h2 span {color: var(--color-primary); font-size: var(--font-size-32);}
.greetings .txt p {margin-top: 35px; font-size: var(--font-size-18); letter-spacing: -.03em; line-height: 1.78em;}
.greetings .img {flex:1 1 auto; min-width:0; width:1%;}

.doc-tit {position: relative; margin-bottom: 40px; padding-left: 30px; font-size: var(--font-size-22); color: #242424; font-weight: 600; letter-spacing: -.03em; line-height: 1.2em;}
.doc-tit:before {content: ''; position: absolute; top: 3px; left: 0; width: 22px; height: 20px; background-image: url(/images/sub/doc-ico.png); background-size: 100% 100%; background-repeat: no-repeat; background-position: center; z-index: -1;}

.vision .cnt {margin-top: 100px;}
.vision .cnt:first-child {margin-top: 0;}


.rules .top-tit {text-align: center; margin-bottom: 60px;}
.rules .top-tit h2 {font-size: var(--font-size-28); color: #242424; font-weight: 600; letter-spacing: -.03em; line-height: 1.2em;}
.rules .top-tit p {margin-top: 20px; font-size: var(--font-size-20); color: #686868; font-weight: 500; letter-spacing: -.03em; line-height: 1.2em;}
.rules .cnt {margin-bottom: 30px;}
.rules .cnt:last-child {margin-bottom: 0;}
.rules .tit {display: inline-flex; align-items: center; justify-content: space-between; width: 100%; height: 100px; background-color: #fff; padding: 0 40px; border: 1px solid #ddd;}
.rules .tit h3 {font-size: var(--font-size-22); color: #242424;  letter-spacing: -.03em; line-height: 1.2em;}
.rules .tit .ico-box {width: 32px; height: 32px; background-image: url(/images/sub/plus.png); background-size:auto; background-repeat: no-repeat; background-position: center; border-radius: 100%; background-color: var(--color-primary);}
.rules .txt-box {position: relative;display: none; padding: 40px; background-color: rgba(0,56,118,.03);}
.rules .txt-box>ul>li {margin-bottom: 30px; font-size: var(--font-size-16); letter-spacing: -.03em; line-height: 1.88em;}
.rules .txt-box>ul>li:last-child {margin-bottom: 0;}
.rules .txt-box>ul>li span {font-size: var(--font-size-18); font-weight: 700; color: #242424;}
.rules .txt-box ol>li {text-indent: -20px; margin-left: 20px;}
.rules .txt-box ol ul li {text-indent: -20px;  margin-left: 20px;  padding-left: 20px;}
.rules .cnt.active .tit {background-color: var(--color-primary); border-color: var(--color-primary);}
.rules .cnt.active .tit h3 {color: #fff;}
.rules .cnt.active .tit .ico-box {background-color: #fff; background-image: url(/images/sub/minus.png);}
.rules .tbl table {margin-top: 10px; width: 100%; border-collapse: collapse; border-spacing: 0px;    text-align: center;}
.rules .tbl tr th {background-color:var(--color-primary); color: #fff;}
.rules .tbl tr th,
.rules .tbl tr td {padding: 10px; height: 40px; border: 1px solid #ddd;}

.professors .items {display: flex; margin: 0 -15px -45px; flex-wrap: wrap;}
.professors .item {width: 33.33%; padding: 0 15px; margin-bottom: 45px;}
.professors .img {position:relative; padding-bottom:92.11%; margin-bottom:30px; overflow:hidden; background-color: #fff;}
.professors .img:after {content:""; position:absolute; top:0; left:0; right:0; bottom:0; border:1px solid #ddd; width: 100%;height: 100%;}
.professors .img img {position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); -ms-transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%); width:auto !important; height:auto !important; max-width:100%; max-height:100%; object-fit:contain;}
.professors .name-box { display: flex;  align-items: center;  justify-content: space-between;}
.professors .name {font-size: var(--font-size-28); font-weight: bold; color: #242424;}
.professors .plus {background-image: url(/images/sub/plus2.png);width: 24px; height: 24px; background-position: 50%; background-repeat: no-repeat; background-size: contain;}
.professors .prof {color: var(--color-primary); font-size: var(--font-size-16); font-weight: 600; line-height: 1.2em;}
.professors .txt {font-size: var(--font-size-18); line-height: 1.33em; border-top: 1px solid #ddd; padding-top: 15px; margin-top: 15px;}
.professors .item:hover .plus {background-image: url(/images/sub/plus2-on.png);}

.professors-view .top {background-color: #f5f7f9; padding: 80px 0;background-image: url(/images/sub/professors-ico.png); background-position: 0 0; background-repeat: no-repeat; background-size: auto;}
.professors-view .contain {max-width: 1260px;}
.professors-view .top .contain {display: flex; align-items: center; }
/* 73.33% */
.professors-view .temp {width: 50%;}
.professors-view .img {position:relative; padding-bottom:73.33%; overflow:hidden; background-color: #fff;}
.professors-view .img:after {content:""; position:absolute; top:0; left:0; right:0; bottom:0; border:1px solid #ddd; width: 100%;height: 100%;}
.professors-view .img img {position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); -ms-transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%); width:auto !important; height:auto !important; max-width:100%; max-height:100%; object-fit:contain;}
.professors-view .info {padding-left: 80px; flex:1 1 auto; min-width:0; width:1%;}
.professors-view .prof {font-size: var(--font-size-16); font-weight: 600; color: var(--color-primary); letter-spacing: -.03em; line-height: 1.2em;}
.professors-view .name {font-size: var(--font-size-42); font-weight: 700; color: #242424; line-height: 1.2em; letter-spacing: -.03em;}
.professors-view .name-box {margin: 15px 0 50px; display: flex;align-items: center;}
.professors-view .more {margin-left: 60px; display: inline-flex; align-items: center; justify-content: center; width: 120px; height: 37px; background-color: var(--color-primary); color: #fff; font-size: var(--font-size-16); font-weight: 600; letter-spacing: -.03em; line-height: 1.2em; border-radius: 18.5px; }
.professors-view dl {display: flex;align-items: center; margin-bottom: 20px;}
.professors-view dl:last-child {margin-top: 0px;}
.professors-view dt {display: flex; align-items: center; width: 180px; }
.professors-view dt p {margin-left: 15px; font-weight: 600; font-size: var(--font-size-22); color: #242424; letter-spacing: -.03em; line-height: 1.2em;}
.professors-view dd {font-size: var(--font-size-18); letter-spacing: -.03em; line-height: 1.2em;}
.professors-view dd a{color: var(--color-primary); text-decoration: underline;}
.professors-view .desc {margin-top: 100px; }
.professors-view .btm ul {padding: 30px 0 0 30px; border-top: 1px solid #ddd;}
.professors-view .btm ul li {position: relative;padding-left: 15px; margin-bottom: 20px; font-size: var(--font-size-16); letter-spacing: -.03em; line-height: 1.2em;}
.professors-view .btm ul li:last-child {margin-bottom: 0;}
.professors-view .btm ul li:before {content:''; position: absolute; top: 8px; left: 0; width: 4px; height: 4px; background-color: var(--color-primary); border-radius: 100%;}


.same {border-radius: 24px; border: 1px solid #ddd; overflow: hidden;}
.same table  {width: 100%; border-collapse: collapse; border-spacing: 0px; }
.same thead th {border-radius: 24px 24px 0 0 ; background-color: var(--color-primary); height: 70px; color: #fff; padding: 10px; font-size: var(--font-size-24); text-align: center;}
.same td {height: 70px; padding: 12px 16px; border-bottom: 1px solid #eee; font-size: var(--font-size-18);}
.same td:last-child {border-left: 1px solid #eee;}
.same tr:last-child td {border-bottom:0;}
.same .bg {background-color: #f9f9f9; font-weight: 500; text-align: center; font-size: var(--font-size-20); font-weight: 600; color: #242424;}
.students td {text-align: center;}

.reports-list {}
.reports-list .file {display: inline-flex ; align-items: center; justify-content: center;width: 21px; height: 26px; background-image: url(/images/sub/bbs-ico.png); background-size: contain; background-repeat: no-repeat; background-position: center; }
.board-list-m .file {display: inline-block;width: 11px; height: 14px;background-image: url(/images/sub/bbs-ico.png); background-size: contain; background-repeat: no-repeat; background-position: center; }
.reports-list table tbody tr:hover .file {background-image: url(/images/sub/bbs-ico-on.png);}


.form-wrap {display: flex; flex-wrap: wrap; margin: 0 -30px;}
.form-wrap dl {width: 50%; margin-bottom: 40px; padding: 0 30px;}
.form-wrap dl.w100 {width: 100%;}
.form-wrap dt {margin-bottom: 10px;font-size: var(--font-size-18); letter-spacing: 0; line-height: 1.2em; font-weight: 600; color: #242424;}

.form-wrap label.required {position: relative; }
.form-wrap label.required:after {content: '*'; position: absolute; color: var(--color-primary);}
.form-wrap .input {border-radius: 4px; height: 55px;}
.form-wrap .ctg-txt {background-color: #f8f8f8; border-radius: 4px; border: 1px solid #ddd; padding: 30px; display: flex;}
.form-wrap .ctg-txt .img {width: 35.5%; padding-right: 15px;}
.form-wrap .ctg-txt .txt {flex: 1 1 auto; min-width: 0; width: 1%;}
.form-wrap .ctg-txt .txt li {margin-bottom: 20px; font-size: var(--font-size-16); letter-spacing: -.03em; line-height: 1.5em;}
.form-wrap .ctg-txt .txt li:last-child {margin-bottom: 0;}
.form-wrap .ctg-txt .txt strong {font-weight: 600; color: #242424;}
.form-wrap .ctg-txt .txt span {color: #0766a8;}
.form-wrap .item {display: inline-block; margin-bottom: 25px; margin-right: 40px;}
.board-white .ctg-txt {display: flex;align-items: center; }
.board-white .ctg-txt .img {width: 37.1%; padding-right: 15px;}
.board-white .ctg-txt .txt {flex: 1 1 auto; min-width: 0; width: 1%;}
.board-white .ctg-txt .txt li {margin-bottom: 20px; font-size: var(--font-size-16); letter-spacing: -.03em; line-height: 1.5em;}
.board-white .ctg-txt .txt li:last-child {margin-bottom: 0;}
.board-white .ctg-txt .txt strong {font-weight: 600; color: #242424;}
.board-white .ctg-txt .txt span {color: #5eaa30;}
