@charset "UTF-8";
/* =固定ページのみに適用されます
-------------------------------------------------------------- */
.content-width {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.pageSubNav {
  text-align: center;
  margin-bottom: 40px;
}

.pageSubNav h2 {
  color: #ef8586;
  font-size: 1.8rem;
}

.pageSubNav li {
  display: inline-block;
  vertical-align: top;
  margin: 0 40px;
}

.pageSubNav li:first-of-type {
  margin-left: 0;
}

.pageSubNav li:last-of-type {
  margin-right: 0;
}

.pageSubNav a {
  text-decoration: underline;
}

.pageSubNav a::after {
  content: "＞";
}

.sec-ttl {
  color: #ef8586;
  font-size: 2.6em;
  font-weight: normal;
  line-height: 1.2em;
}

.sec-ttl.covered {
  text-align: center;
}

.sec-ttl.covered span {
  display: inline-block;
  line-height: 46px;
  vertical-align: middle;
}

.sec-ttl.covered span::before {
  display: inline-block;
  vertical-align: middle;
  content: " ";
  width: 24px;
  height: 46px;
  background: url(../images/page_head_side_l.png);
  margin-right: 20px;
}

.sec-ttl.covered span::after {
  display: inline-block;
  vertical-align: middle;
  content: " ";
  width: 24px;
  height: 46px;
  background: url(../images/page_head_side_r.png);
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  #main {
    font-size: 1.2rem;
    margin-bottom: 0;
  }
  .sec-ttl {
    font-size: 1.3em;
    text-align: center;
  }
  .sec-ttl.covered span {
    display: inline-block;
    line-height: 1;
    font-size: 2rem;
  }
  .pageSubNav li {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
  }
}

/* =about
-------------------------------------------------------------- */
.aboutDepts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.aboutDept {
  width: 48%;
  margin-bottom: 20px;
}

.aboutDeptImg {
  width: 100%;
  margin: 0 auto 10px auto;
  text-align: center;
}

.aboutDeptImg img {
  vertical-align: bottom;
}

.aboutDeptTxt h3 {
  margin: 0;
  font-size: 1.7em;
  font-weight: normal;
  text-align: center;
  line-height: 1;
  margin-bottom: 5px;
}

.aboutDeptLink a {
  display: block;
  border: 1px solid;
  text-align: center;
  padding: 10px 5px;
  font-size: 1.2em;
  line-height: 20px;
}

.aboutDept .aboutDeptLink a::after {
  margin-left: 15px;
  vertical-align: middle;
}

.aboutDept.secretary h3,
.aboutDept.secretary .aboutDeptLink a {
  color: #ec7aac;
}

.aboutDept.secretary .aboutDeptLink a::after {
  content: url(../images/about_secretary_m.png);
}

.aboutDept.care h3,
.aboutDept.care .aboutDeptLink a {
  color: #f39700;
}

.aboutDept.care .aboutDeptLink a::after {
  content: url(../images/about_care_m.png);
}

.aboutDept.social h3,
.aboutDept.social .aboutDeptLink a {
  color: #00645d;
}

.aboutDept.social .aboutDeptLink a::after {
  content: url(../images/about_social_m.png);
}

.aboutDept.online h3,
.aboutDept.online .aboutDeptLink a {
  color: #5084c4;
}

.aboutDept.online .aboutDeptLink a::after {
  content: url(../images/about_online_m.png);
}

.aboutDept.psychology h3,
.aboutDept.psychology .aboutDeptLink a {
  color: #9888bf;
}

.aboutDept.psychology .aboutDeptLink a::after {
  content: url(../images/about_psychology_m.png);
}

.aboutMaster {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.aboutMasterImg {
  width: 250px;
  text-align: center;
}

.aboutMasterTxt {
  width: 660px;
}

.aboutMasterTxt h3 {
  color: #ef8586;
  font-size: 1.5em;
  font-weight: normal;
}

.aboutMasterName {
  font-size: 1.4em;
}

@media screen and (max-width: 768px) {
  .aboutDept {
    width: 100%;
    display: block;
  }
  .aboutDeptTxt h3 {
    font-size: 1.2em;
    text-align: center;
  }
  .aboutDept {
    width: 100%;
    display: block;
    margin-bottom: 40px;
  }
  .aboutDeptTxt {
    width: 100%;
  }
  .aboutDeptImg {
    width: 80%;
  }
  .aboutDeptLink a {
    font-size: 1em;
    line-height: 1em;
  }
  .aboutDeptLink a::after {
    height: 15px;
  }
  .aboutMasterImg {
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }
}

/* =equipment
-------------------------------------------------------------- */
.pankuzu.about span,
.pankuzu.about a {
  margin-right: 1em;
}

.pankuzu.about span {
  display: inline-block;
  padding: 2px 10px;
  background: #ef8586;
  color: #fff;
}

.equipment .sec-ttl {
  text-align: center;
}

.equipmentBox,
.equipmentPickup,
.equipmentPhotos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.equipmentPickup {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.equipmentContents {
  width: 670px;
}

.equipmentPickupTxt {
  width: 250px;
}

.equipmentPickupTxt p {
  margin-bottom: 0;
}

.equipmentPickupImg {
  width: 400px;
}

.equipmentPickupTxt h3 {
  font-size: 2.5rem;
  line-height: 1.3em;
  font-weight: normal;
  margin-top: 0;
}

.ichigoukan .equipmentPickupTxt h3,
.ichigoukan .equipmentPhoto {
  color: #ee86b4;
}

.nigoukan .equipmentPickupTxt h3,
.nigoukan .equipmentPhoto {
  color: #e9c000;
}

.equipmentPhoto {
  width: 310px;
  margin: 20px 0;
  text-align: center;
  font-size: 2.5rem;
}

@media screen and (max-width: 768px) {
  .equipmentBox,
  .equipmentPickup,
  .equipmentPhotos {
    display: block;
  }
  .equipmentContents,
  .equipmentPickupTxt,
  .equipmentPickupImg,
  .equipmentPhoto {
    width: 100%;
  }
  .equipmentFloor,
  .equipmentPickupTxt h3 {
    text-align: center;
  }
  .equipmentPickupTxt h3 {
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 1.3em;
  }
  .equipmentPickupTxt p {
    margin-bottom: 1em;
  }
  .equipmentPhoto {
    font-size: 1.3em;
    line-height: 1.3em;
  }
}

/* =characteristics
-------------------------------------------------------------- */
.chara .sec-ttl {
  text-align: center;
}

.charaPoint {
  padding: 1em;
}

.charaPoint h3 {
  text-align: center;
}

.charaPointTtlImg,
.charaPointTtlTxt {
  display: inline-block;
  vertical-align: middle;
}

.charaPointTtlTxt {
  text-align: left;
  font-size: 2.5rem;
  line-height: 1.5em;
  margin-left: 2em;
}

.charaPoint.point1 {
  background: #fdeef4;
}

.charaPoint.point1 > h3,
.charaPoint.point1 > p,
.charaPoint.point1 .charaPointBox {
  margin-left: auto;
  margin-right: auto;
}

.charaPoint.point1 > h3,
.charaPoint.point1 > p {
  width: 720px;
}

.charaPoint.point1 .charaPointBox {
  width: 620px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #fff;
  margin-top: 10px;
  padding: 0 50px;
}

.charaPointImg img {
  vertical-align: bottom;
}

.charaPoint.point2,
.charaPoint.point3 {
  padding-left: 0;
  padding-right: 0;
}

.charaPoint.point2 .charaPointBoxWrapper {
  background: #fffbb2;
  padding: 40px;
}

.charaPoint.point2 .charaPointBox:nth-of-type(even) {
  text-align: right;
}

.charaPointBox a,
.charaPointBox img {
  display: inline-block;
  vertical-align: middle;
}

.charaPointBox a {
  border: 1px solid #000;
  padding: 8px;
  margin-left: 40px;
  font-size: 1.8rem;
}

.charaPoint.point3 .charaPointBoxWrapper {
  background: url(../images/page_chara_merit_bg.png);
}

.charaPoint.point3 .charaPointBoxHead {
  text-align: center;
  padding-top: 50px;
}

.charaPoint.point3 .charaPointBoxHead img {
  display: inline-block;
  margin: 0 40px;
  vertical-align: middle;
}

.charaPoint.point3 .charaPointBoxBody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.charaPoint.point3 .charaPointBox {
  width: 320px;
  background: #fff;
  border-radius: 16px;
  margin: 0 34px 40px 34px;
  position: relative;
  padding: 20px 30px;
}

.charaPoint.point3 .charaPointBox.merit1 h4 {
  color: #fabe00;
}

.charaPoint.point3 .charaPointBox.merit2 h4 {
  color: #f19ec2;
}

.charaPoint.point3 .charaPointBox.merit3 h4 {
  color: #8ec555;
}

.charaPoint.point3 .charaPointBox.merit4 h4 {
  color: #25b7aa;
}

.charaPoint.point3 .charaPointBox img {
  position: absolute;
  top: -25px;
  left: -25px;
}

.charaPoint.point3 .charaPointBox h4 {
  margin-top: 0;
  margin-left: 60px;
  font-size: 2.5rem;
  line-height: 1.3em;
}

.charaPoint.point3 .charaPointBox p {
  font-size: 1.4rem;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .charaPoint.point1 > h3,
  .charaPoint.point1 > p {
    width: 100%;
  }
  .charaPointTtlImg {
    display: block;
  }
  .charaPointTtlTxt {
    text-align: left;
    font-size: 2rem;
    line-height: 1.5em;
    margin-left: 0;
  }
  .charaPoint.point1 .charaPointBox {
    max-width: 100%;
    width: auto;
    display: block;
    margin-top: 10px;
    padding: 10px;
  }
  .charaPoint.point1 .charaPointTxt h4 {
    text-align: center;
  }
  .charaPoint.point1 .charaPointImg {
    text-align: center;
  }
  .charaPoint.point2 .charaPointBoxWrapper {
    padding: 20px;
  }
  .charaPointBox a {
    display: block;
    margin: 10px auto;
    font-size: 1.3rem;
    text-align: center;
  }
  .charaPoint.point3 .charaPointBoxHead {
    padding: 20px 20px 0px 20px;
    text-align: center;
  }
  .charaPoint.point3 .charaPointBoxHead img {
    max-width: 100%;
    display: inline;
    margin: 0;
  }
  .charaPoint.point3 .charaPointBoxHead img:nth-of-type(2) {
    max-width: 50%;
  }
  .charaPoint.point3 .charaPointBoxBody {
    display: block;
    padding: 0 10% 20px 10%;
  }
  .charaPoint.point3 .charaPointBox {
    max-width: 100%;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 10%;
  }
  .charaPoint.point3 .charaPointBox h4 {
    margin-top: 10%;
    margin-left: 0;
    font-size: 1.5rem;
  }
  .charaPoint.point3 .charaPointBox img {
    max-width: 25%;
  }
  .charaPoint.point3 .charaPointBox.merit4 {
    margin-bottom: 0;
  }
  .charaPoint.point3 .charaPointBox p {
    font-size: 1.2rem;
  }
  .charaPoint.point3 .charaPointBox p br {
    display: none;
  }
}

/* =dept
-------------------------------------------------------------- */
#secretary .dept-color {
  color: #eb6d9a !important;
}

#care .dept-color {
  color: #f08300 !important;
}

#social .dept-color {
  color: #00aebb !important;
}

#psychology .dept-color {
  color: #9070af !important;
}

/*stripe border*/
.stripe-border {
  position: relative;
  background: #fff;
  border: 1px solid #ccc;
}

.stripe-border::after {
  background: url("../images/common/bg_general_item_box_border.png") repeat
    scroll bottom right;
  position: absolute;
  right: -5px;
  bottom: -5px;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
}

.ttl-header-border {
  position: relative;
  padding-left: 30px;
}

.ttl-header-border::before {
  background: url("../images/common/bg_general_item_box_border.png") repeat
    scroll bottom right;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  width: 8px;
  height: 35px;
}

.ttl-header-border span {
  letter-spacing: 0.1em;
}

#secretary .stripe-border::after,
#secretary .ttl-header-border::before {
  background: url("../images/dept/secretary/bg_secretary_item_box_border.png")
    repeat scroll bottom right;
}

#care .stripe-border::after,
#care .ttl-header-border::before {
  background: url("../images/dept/care/bg_care_item_box_border.png") repeat
    scroll bottom right;
}

#social .stripe-border::after,
#social .ttl-header-border::before {
  background: url("../images/dept/social/bg_social_item_box_border.png") repeat
    scroll bottom right;
}

#psychology .stripe-border::after,
#psychology .ttl-header-border::before {
  background: url("../images/dept/psychology/bg_psychology_item_box_border.png")
    repeat scroll bottom right;
}

/*list-ttl*/
.list-ttl {
  margin-bottom: 0;
  font-size: 1.6rem;
}

/*btn*/
.common-btn-box a {
  min-width: 180px;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  border: 1px solid #49341d;
  padding: 5px 10px;
  text-align: center;
  border-radius: 40px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.common-btn-box a:hover {
  background: #49341d;
  color: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 1;
}

/*mainvisual*/
#secretary #mainvisual {
  background-image: url("../images/dept/secretary/bg_mv_secretary.jpg");
  background-position: center right;
}

#care #mainvisual {
  background-image: url("../images/dept/care/bg_mv_care.jpg");
}

#social #mainvisual {
  background-image: url("../images/dept/social/bg_mv_social.jpg");
}

#psychology #mainvisual {
  background-image: url("../images/dept/psychology/bg_mv_psychology.jpg");
}

#employment #mainvisual {
  background-image: url("../images/page/employment/bg_mv_employment.jpg");
}

#exam #mainvisual {
  background-image: url("../images/page/admission/bg_mv_admission.jpg");
}

#univ #mainvisual {
  background-image: url("../images/page/univ/bg_mv_univ.jpg");
}

@media screen and (max-width: 768px) {
  #secretary #mainvisual,
  #psychology #mainvisual {
    background-position: center;
  }
  #care #mainvisual {
    background-position: center right -150px;
  }
  #social #mainvisual {
    background-position: center right -380px;
  }
  #univ #mainvisual {
    background-position: center right -175px;
  }
  #employment #mainvisual {
    background-position: center right -250px;
  }
}

/*list style circle*/
.list-style-circle li {
  position: relative;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.list-style-circle li::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  background: #49341d;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: block;
}

/*dept-point*/
#dept-point .item-container li {
  width: 32%;
  margin-right: 2%;
  position: relative;
}

#dept-point .item-container li:nth-child(3n) {
  margin-right: 0;
}

#dept-point .item-container {
  overflow: visible;
}

#dept-point .item-container li .point-number {
  position: absolute;
  top: -20px;
  left: -20px;
}

#dept-point .item-container li .sub-ttl {
  text-align: center;
  color: #49341d;
  font-size: 2.2rem;
}

@media screen and (max-width: 768px) {
  #dept-point .item-container li:nth-child(n) {
    display: block;
    width: 320px;
    margin: 0 auto 50px !important;
  }
}

/*dept-qualification*/
#secretary #dept-qualification {
  background: url("../images/dept/secretary/bg_sec_secretary.jpg") no-repeat
    scroll center/cover;
}

#care #dept-qualification {
  background: url("../images/dept/care/bg_sec_care.jpg") no-repeat scroll
    center/cover;
}

#social #dept-qualification {
  background: url("../images/dept/social/bg_sec_social.jpg") no-repeat scroll
    center/cover;
}

#psychology #dept-qualification {
  background: url("../images/dept/psychology/bg_sec_psychology.jpg") no-repeat
    scroll center/cover;
}

#social #dept-qualification .sec-container,
#psychology #dept-qualification .sec-container {
  font-size: 0;
}

#social #dept-qualification .sec-inner,
#psychology #dept-qualification .sec-inner {
  width: 48%;
  margin-right: 4%;
}

#dept-qualification .sec-inner {
  background: #fff;
  padding: 50px;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#dept-qualification .sec-inner:last-child {
  margin-right: 0 !important;
}

#dept-qualification .sec-inner .item-container {
  list-style: disc;
}

#dept-qualification .sec-inner .item-container li {
  padding-left: 20px;
  width: 50%;
  font-size: 1.5rem;
  margin-bottom: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#dept-qualification .sec-inner .sub-ttl {
  font-size: 2.4rem;
  margin-top: 0;
}

#social #dept-qualification .sec-inner li,
#psychology #dept-qualification .sec-inner li {
  width: 100%;
}

#dept-qualification .sec-inner .item-container li:last-child {
  margin-bottom: 0;
}

#dept-qualification .sec-inner p {
  text-align: right;
  margin: 0;
}

@media screen and (max-width: 768px) {
  #dept-qualification .sec-inner .item-container li {
    display: block;
    width: 100%;
  }
  #dept-qualification .sec-inner {
    margin: 0 auto !important;
    width: 100%;
  }
  #social #dept-qualification .sec-inner,
  #psychology #dept-qualification .sec-inner {
    display: block;
    width: 100%;
    margin-right: 0;
  }
}

/*dept-getajob*/
#dept-getajob .item-container > li {
  background: #f7f7f4;
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
  padding: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#dept-getajob .item-container > li:nth-child(4n) {
  margin-right: 0;
}

#care #dept-getajob .item-container > li {
  width: 100%;
}

#psychology #dept-getajob .item-container > li {
  width: 32%;
  margin-right: 2%;
}

#psychology #dept-getajob .item-container > li:nth-child(3n) {
  margin-right: 0;
}

#dept-getajob .item-container .sub-ttl {
  font-size: 2.4rem;
  margin: 0 0 30px;
}

#dept-getajob .item-container .inner-list li {
  display: block;
  padding-left: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#care #dept-getajob .item-container .inner-list li {
  display: inline-block;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
}

#care #dept-getajob .item-container .inner-list {
  font-size: 0;
}

#care #dept-getajob .item-container .inner-list li:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  #dept-getajob .item-container > li:nth-child(n) {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  #care #dept-getajob .item-container .inner-list li:nth-child(n) {
    display: inline-block;
    width: 49%;
    margin-right: 2%;
  }
  #care #dept-getajob .item-container .inner-list li:nth-child(2n) {
    margin-right: 0;
  }
}

/*dept-pickup-curriculum*/
#secretary #dept-pickup-curriculum {
  background: url("../images/dept/secretary/bg_sec_secretary_border.jpg")
    no-repeat scroll center/cover;
}

#care #dept-pickup-curriculum {
  background: url("../images/dept/care/bg_sec_care_border.jpg") no-repeat scroll
    center/cover;
}

#social #dept-pickup-curriculum {
  background: url("../images/dept/social/bg_sec_social_border.jpg") no-repeat
    scroll center/cover;
}

#psychology #dept-pickup-curriculum {
  background: url("../images/dept/psychology/bg_sec_psychology_border.jpg")
    no-repeat scroll center/cover;
}

#dept-pickup-curriculum .item-container li {
  background: #fff;
  width: 47.5%;
  margin-right: 5%;
  margin-bottom: 5%;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#dept-pickup-curriculum .item-container li:nth-child(2n) {
  margin-right: 0;
}

#dept-pickup-curriculum .item-container li .text-box {
  position: relative;
}

#dept-pickup-curriculum .item-container li .text-box .number-image {
  position: absolute;
  top: -40px;
  left: 0;
}

#dept-pickup-curriculum .item-container li .text-box .sub-ttl {
  font-size: 2.4rem;
  margin: 10px 0 20px;
  padding-left: 90px;
}

@media screen and (max-width: 768px) {
  #dept-pickup-curriculum .item-container li:nth-child(n) {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}

/*dept-curriculum*/
#dept-curriculum .item-container {
  overflow: visible;
  margin-bottom: 40px;
}

#dept-curriculum .item-container:last-child {
  margin-bottom: 0;
}

#dept-curriculum .item-container > li {
  width: 47.5%;
  background: #fff;
  margin-right: 5%;
  padding: 30px;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#dept-curriculum .item-container > li:nth-child(2n) {
  margin-right: 0;
}

#dept-curriculum .item-container .inner-list li {
  width: 49%;
}

#dept-curriculum .item-container .sub-ttl {
  margin: 0 0 20px;
}

#dept-curriculum .item-container .sub-ttl span {
  font-size: 2.4rem;
}

@media screen and (max-width: 768px) {
  #dept-curriculum .item-container > li:nth-child(n) {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}

/*dept-timetable*/
#dept-timetable {
  background: url("../images/dept/secretary/bg_sec_secretary02.jpg") no-repeat
    scroll center/cover;
}

#dept-timetable .item-container {
  margin-bottom: 100px;
}

#dept-timetable .item-container:last-child {
  margin-bottom: 0;
}

#dept-timetable table {
  table-layout: fixed;
}

#dept-timetable table,
#dept-timetable th,
#dept-timetable td {
  border-color: #f1ebe4;
}

#dept-timetable th {
  width: 162px;
}

#dept-timetable th:first-child {
  width: 186px;
}

#dept-timetable thead th {
  color: #fff;
  padding: 20px 0;
}

#secretary #dept-timetable thead th {
  background: #ef90b0;
}

#care #dept-timetable thead th {
  background: #f08300;
}

#social #dept-timetable thead th {
  background: #00aebb;
}

#psychology #dept-timetable thead th {
  background: #9070af;
}

#secretary #dept-timetable tbody th {
  background: #f4c1d2;
}

#care #dept-timetable tbody th {
  background: #f6b473;
}

#social #dept-timetable tbody th {
  background: #73cdd5;
}

#psychology #dept-timetable tbody th {
  background: #bcaace;
}

#dept-timetable tbody th {
  width: 200px;
  padding: 20px 0;
  color: #fff;
}

#dept-timetable tbody th span:first-child {
  font-size: 2rem;
}

#dept-timetable tbody th span:nth-child(2) {
  font-size: 1.6rem;
}

#dept-timetable tbody th span:last-child {
  font-size: 1.5rem;
}

#dept-timetable tbody td {
  background: #fff;
  text-align: center;
  width: 160px;
  padding: 20px 0;
}

#dept-timetable tbody tr:nth-child(2) th {
  position: relative;
}

#dept-timetable tbody tr:nth-child(2) th::after {
  position: absolute;
  left: 0;
  bottom: -24px;
}

#secretary #dept-timetable tbody tr:nth-child(2) th::after {
  content: url("../images/dept/secretary/img_secretary_lunchbreak.png");
}

#care #dept-timetable tbody tr:nth-child(2) th::after {
  content: url("../images/dept/care/img_care_lunchbreak.png");
}

#social #dept-timetable tbody tr:nth-child(2) th::after {
  content: url("../images/dept/social/img_social_lunchbreak.png");
}

#psychology #dept-timetable tbody tr:nth-child(2) th::after {
  content: url("../images/dept/psychology/img_psychology_lunchbreak.png");
}

@media screen and (max-width: 768px) {
  #dept-timetable .item-container {
    overflow-x: scroll;
  }
}

/* =univ
-------------------------------------------------------------- */
#univ #univ-outline .item-contaier {
  margin-bottom: 50px;
}

#univ #univ-outline .text-box {
  width: 50%;
  padding-top: 30px;
}

#univ #univ-outline .image-box {
  width: 50%;
}

#univ #univ-outline .text-box p:first-child {
  font-size: 1.8rem;
  font-weight: bold;
  color: #ef8585;
}

#univ #univ-system {
  background: url("../images/top/bg_top_access.jpg") no-repeat scroll
    center/cover;
}

#univ #univ-system .inner-sec {
  margin-bottom: 80px;
}

#univ #univ-system .inner-sec:last-child {
  margin-bottom: 0;
}

#univ #univ-system .item-box {
  background: #fff;
  margin-top: 15px;
  border-width: 5px;
  border-style: solid;
  padding: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#univ #univ-system .inner-sec-social .item-box {
  border-color: #00aebb;
}

#univ #univ-system .inner-sec-psychology .item-box {
  border-color: #9070af;
}

#univ #univ-system .item-box .ttl-box {
  width: 440px;
  float: left;
  padding: 0 35px 0 115px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

#univ #univ-system .item-box .text-box {
  width: 470px;
  float: right;
  font-size: 1.8rem;
  font-weight: bold;
}

#univ #univ-system .item-box .ttl-box p:first-child {
  font-size: 3.6rem;
  font-weight: bold;
  margin: 0;
}

#univ #univ-system .inner-sec-social .ttl-box p:first-child {
  color: #00aebb;
}

#univ #univ-system .inner-sec-psychology .ttl-box p:first-child {
  color: #9070af;
}

#univ #univ-system .item-box .ttl-box p:last-child {
  font-size: 3rem;
  color: #fff;
  padding: 15px 30px;
  font-weight: bold;
  margin: 0;
  line-height: 1.1;
}

#univ #univ-system .inner-sec-social .ttl-box p:last-child {
  background: #00aebb;
}

#univ #univ-system .inner-sec-psychology .ttl-box p:last-child {
  background: #9070af;
}

#univ #univ-system .item-box .text-box p {
  margin: 15px 0;
  line-height: 2;
}

#univ #univ-merit .item-container li {
  width: 32%;
  margin-right: 2%;
}

#univ #univ-merit .item-container li:last-child {
  margin-right: 0;
}

#univ #univ-merit .item-container li .sub-ttl {
  font-size: 2.2rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #univ #univ-outline .text-box,
  #univ #univ-outline .image-box {
    width: 100%;
  }
  #univ #univ-outline .text-box {
    padding-top: 0;
  }
  #univ #univ-outline .sec-inner {
    padding-top: 30px;
  }
  #univ #univ-system .item-box {
    padding: 30px;
  }
  #univ #univ-system .item-box .ttl-box {
    width: 100%;
    float: none;
    padding: 0;
  }
  #univ #univ-system .item-box .text-box {
    width: 100%;
    float: none;
    padding: 30px 0 0;
  }
  #univ #univ-merit .item-container li:nth-child(n) {
    display: block;
    width: 320px;
    margin: 0 auto 30px !important;
  }
}

/* =equipment
-------------------------------------------------------------- */
#equipment #equipment-01 {
  padding-bottom: 0;
}

#equipment .item-container li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 4%;
}

#equipment .item-container li:nth-child(2n) {
  margin-right: 0;
}

#equipment .item-container li:nth-last-child(-n + 2) {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  #equipment .item-container li:nth-child(n) {
    width: 100%;
    display: block;
    margin-right: 0;
    margin-bottom: 10%;
  }
}

/* =employment
-------------------------------------------------------------- */
.empIntro {
  text-align: center;
  padding: 0 100px;
}

.empIntroStat::before {
  content: url(../images/page_emp_intro1.png);
}

.empIntroStat::after {
  content: url(../images/page_emp_intro2.png);
}

.empIntroStatInner {
  display: inline-block;
  margin: 0 30px;
}

.empIntroStatCatch {
  color: #f43875;
  font-weight: bold;
  font-size: 2.3rem;
  margin-bottom: 0;
}

.empIntroStatNum {
  font-size: 6rem;
  line-height: 1;
}

.empIntroStatNum .empIntroStatNumSub {
  font-size: 3rem;
}

.empIntroStat .sub {
  margin-top: 0;
  font-size: 1.3rem;
}

.empFlow {
  width: 780px;
  margin: 0 auto;
}

.empFlow dt {
  background: #fadada;
  font-size: 2.2rem;
}

.empFlow dt span,
.empFlow dt:last-of-type {
  display: inline-block;
  background: #ef8586;
  color: #fff;
  padding: 0 0.5em;
  margin-right: 0.5em;
}

.empFlow dt:last-of-type {
  display: block;
  text-align: center;
  margin-right: 0;
}

.empFlow dd {
  margin-left: 0;
}

.empFlow .withImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.empFlowTxt {
  width: 380px;
}

.empFlowImg {
  width: 400px;
  text-align: center;
}

.noImg p {
  padding-bottom: 30px;
}

.empSups {
  width: 900px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.empSupBox {
  width: 400px;
}

.empSupBox h3 {
  color: #ef8586;
  margin-bottom: 10px;
}

.empSupTxtImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.empSupTxt {
  width: 215px;
}

.empSupImg {
  width: 156px;
}

@media screen and (max-width: 768px) {
  .empIntro {
    padding: 0;
  }
  .empIntroStat::before,
  .empIntroStat::after {
    display: none;
  }
  .empIntroStatInner {
    display: block;
    margin: 0;
  }
  .empFlow {
    width: 100%;
    margin: 0;
  }
  .empFlow dt {
    font-size: 1.2rem;
  }
  .empFlowTxt,
  .empFlowImg {
    width: 100%;
  }
  .empSups,
  .empSupBox {
    width: 100%;
    display: block;
  }
  .empSupTxt {
    width: calc(60% - 10px);
  }
  .empSupImg {
    width: 40%;
  }
}

/* obog
-------------------------------------------------------------- */
.tabCtrl {
  display: none;
}

.tabLabel {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  width: 100%;
  cursor: pointer;
  background-color: #fff;
  padding: 7px 0;
  font-size: 2.5rem;
}

a.tabLabel {
  text-decoration: none;
}

.tabs.map span.tabLabel {
  cursor: auto;
}

.tabs.map a.tabLabel {
  cursor: pointer;
}

#tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
}

#tabs li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  width: 170px;
  margin-right: 20px;
  position: relative;
  line-height: 1;
}

#tabs li:last-child {
  margin-right: 0;
}

.tabLabel.secretary {
  border: 1px solid #ec7aac;
  color: #ec7aac;
}

.tabLabel.care {
  border: 1px solid #f39700;
  color: #f39700;
}

.tabLabel.social {
  border: 1px solid #00645d;
  color: #00645d;
}

.tabLabel.psychology {
  border: 1px solid #9888bf;
  color: #9888bf;
}

.tabs {
  margin-top: 20px;
}

.obogDept {
  display: none;
  margin-bottom: 20px;
}

.licenseDept {
  margin-bottom: 20px;
}

#deptListSecretary:checked ~ .obogDept.secretary,
#deptListCare:checked ~ .obogDept.care,
#deptListSocial:checked ~ .obogDept.social,
#deptListPsychology:checked ~ .obogDept.psychology {
  display: block;
}

#deptListSecretary:checked ~ #tabs .tabLabel.secretary::before,
#deptListCare:checked ~ #tabs .tabLabel.care::before,
#deptListSocial:checked ~ #tabs .tabLabel.social::before,
#deptListPsychology:checked ~ #tabs .tabLabel.psychology::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border: 5px solid transparent;
  border-top: 10px solid #000;
}

#deptListSecretary:checked ~ #tabs .tabLabel.secretary {
  background: #ec7aac;
  color: #fff;
}

#deptListSecretary:checked ~ #tabs .tabLabel.secretary::before {
  border-top-color: #ec7aac;
}

#deptListCare:checked ~ #tabs .tabLabel.care {
  background: #f39700;
  color: #fff;
}

#deptListCare:checked ~ #tabs .tabLabel.care::before {
  border-top-color: #f39700;
}

#deptListSocial:checked ~ #tabs .tabLabel.social {
  background: #00645d;
  color: #fff;
}

#deptListSocial:checked ~ #tabs .tabLabel.social::before {
  border-top-color: #00645d;
}

#deptListPsychology:checked ~ #tabs .tabLabel.psychology {
  background: #9888bf;
  color: #fff;
}

#deptListPsychology:checked ~ #tabs .tabLabel.psychology::before {
  border-top-color: #9888bf;
}

.obogDept {
  margin-top: 20px;
  padding: 30px 0;
}

.obogDept.secretary {
  background: #f9d7e6;
}

.obogDept.care {
  background: #fdeacc;
}

.obogDept.social {
  background: #bcd7d5;
}

.obogDept.psychology {
  background: #eae7f2;
}

.obogBox {
  background: #fff;
  width: 810px;
  margin: 30px auto;
  padding: 25px 60px;
}

.obgProf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.obogProfImg {
  margin-right: 20px;
}

.obogProfTxt {
  width: 580px;
}

.obogProfTxt h3 {
  line-height: 1;
}

.obogProfTag {
  display: inline-block;
  vertical-align: bottom;
  padding: 5px 7px;
  line-height: 1;
  margin-right: 1em;
  font-size: 4rem;
}

.obogProfName {
  font-size: 2.5rem;
}

.obogDept.secretary .obogProfTag {
  color: #ef8bb0;
}

.obogDept.care .obogProfTag {
  color: #f39700;
}

.obogDept.social .obogProfTag {
  color: #00645d;
}

.obogDept.psychology .obogProfTag {
  color: #9888bf;
}

.obogProfStat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
}

.obogProfStat dl {
  width: 280px;
}

.obogProfStat dt::before {
  content: "【";
}

.obogProfStat dt::after {
  content: "】";
}

.obogDept.secretary .obogProfStat dt,
.obogDept.secretary .obogQA dt,
.obogDept.secretary .obogQA dd::before,
.obogDept.secretary .obogMessage h3,
.obogDept.secretary .obogMessageTxt h4 {
  color: #ef8bb0;
}

.obogDept.care .obogProfStat dt,
.obogDept.care .obogQA dt,
.obogDept.care .obogQA dd::before,
.obogDept.care .obogMessage h3,
.obogDept.care .obogMessageTxt h4 {
  color: #f39700;
}

.obogDept.social .obogProfStat dt,
.obogDept.social .obogQA dt,
.obogDept.social .obogQA dd::before,
.obogDept.social .obogMessage h3,
.obogDept.social .obogMessageTxt h4 {
  color: #00645d;
}

.obogDept.psychology .obogProfStat dt,
.obogDept.psychology .obogQA dt,
.obogDept.psychology .obogQA dd::before,
.obogDept.psychology .obogMessage h3,
.obogDept.psychology .obogMessageTxt h4 {
  color: #9888bf;
}

.obogDept .obogMessageTxt h4 {
  font-size: 2rem;
}

.obogProfStat dd {
  margin-left: 0;
  margin-right: 20px;
}

.obogQA {
  margin-left: 3rem;
}

.obogQA dt,
.obogQA dd {
  position: relative;
  margin-left: 0;
  min-height: 3rem;
}

.obogQA dt::before,
.obogQA dd::before {
  position: absolute;
  left: -3rem;
  font-size: 3rem;
  line-height: 1;
}

.obogQA dt::before {
  content: "Q";
}

.obogQA dd::before {
  content: "A";
}

.obogQA dt {
  margin-bottom: 20px;
  font-size: 1.8rem;
}

.obogQA dd {
  margin-bottom: 40px;
}

.obogMessage {
  padding: 0px;
}

.obogMessage h3 {
  margin: 0 0 20px 0;
  padding-top: 20px;
  font-size: 2rem;
  text-align: center;
}

.obogMessage h3 svg {
  fill: currentColor;
  width: 26px;
  margin-right: 5px;
}

.obogDept .obogMessage {
  background: #fffbc7;
}

.obogMessageBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.obogMessageTxt {
  width: 540px;
  padding: 0 0 20px 20px;
}

.secretary .obogMessageTxt {
  width: 100%;
  padding: 0 20px 20px 20px;
}

.obogMessageTxt h4 {
  margin-top: 0;
  font-size: 1.8rem;
}

.obogMessageImg {
  width: 220px;
  padding-right: 20px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.obogMessageImg img {
  vertical-align: bottom;
}

@media screen and (max-width: 768px) {
  #tabs li {
    margin-right: 10px;
  }
  .tabLabel {
    font-size: 1rem;
  }
  .obogDept {
    padding: 10px;
  }
  .obogBox {
    max-width: 100%;
    width: auto;
    padding: 10px;
  }
  .obgProf {
    display: block;
  }
  .obogProfTag {
    display: block;
    font-size: 2rem;
    text-align: center;
    margin-right: 0;
  }
  .obogProfStat {
    display: block;
  }
  .obogProfStat dl {
    width: 100%;
    margin: 0;
  }
  .obogProfStat dt,
  .obogProfStat dd {
    font-size: 1.2rem;
    text-align: center;
  }
  .obogProfStat dt {
    text-align: center;
  }
  .obogProfStat dd {
    margin: 0 0 1em 0;
  }
  .obogProfImg,
  .obogProfTxt,
  .obogMessageTxt,
  .obogMessageImg {
    max-width: 100%;
    width: auto;
  }
  .obogProfImg,
  .obogMessageImg {
    text-align: center;
  }
  .obogProfImg {
    margin-right: 0;
  }
  .obogMessageBox {
    display: block;
  }
  .obogMessageTxt {
    padding: 20px;
  }
  .obogMessage h3 {
    margin: 0;
  }
  .obogMessageImg {
    padding: 0;
  }
}

/* = result
-------------------------------------------------------------- */
.resultDept {
  margin-bottom: 20px;
}

.resultDept h2 {
  text-align: center;
  color: #fff;
}

.resultDept.secretary h2 {
  background: #ef8bb0;
}

.resultDept.care h2 {
  background: #f39700;
}

.resultDept.social h2 {
  background: #00645d;
}

.resultDept.psychology h2 {
  background: #9888bf;
}

/* = opencampus
-------------------------------------------------------------- */
.oc .underline {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(70%, transparent),
    color-stop(45%, #fff100)
  );
  background: linear-gradient(transparent 70%, #fff100 45%);
  padding: 0 10px;
}

.oc .sec-ttl {
  color: #f04d62;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}

.ocDesc {
  display: none;
}

.oc #tabs {
  border-bottom: 5px solid #f1586c;
}

.oc #tabs li {
  width: 320px;
  margin-right: 30px;
}

.oc #tabs li:last-of-type {
  margin-right: 0;
}

.oc .tabLabel {
  border: 2px solid #f1586c;
  border-bottom: none;
  color: #f1586c;
  background: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  padding: 18px 5px;
  line-height: 1.2em;
}

#ocDescFlow:checked ~ #tabs .tabLabel.flow,
#ocDescSchedule:checked ~ #tabs .tabLabel.schedule {
  background: #f1586c;
  color: #fff;
}

#ocDescFlow:checked ~ .ocDesc.flow,
#ocDescSchedule:checked ~ .ocDesc.schedule {
  display: block;
}

.oc .linkBtn,
.oc .linkBtn:link,
.oc .linkBtn:visited {
  display: inline-block;
  border: 1px solid;
  padding: 10px 30px 10px 45px;
  line-height: 1;
  font-size: 2rem;
  position: relative;
  margin-top: 15px;
  color: #000;
  border-color: #ef475d;
}

.oc .linkBtn:before {
  position: absolute;
  left: 20px;
  content: url(../images/m.png);
  margin: auto;
}

.nextOc {
  text-align: center;
  margin-bottom: 20px;
}

.content-width.nextOc {
  margin-bottom: 20px;
}

.nextOc p {
  font-size: 2.8rem;
  margin-bottom: 0;
}

.ocTime {
  text-align: center;
  font-size: 2.4rem;
}

.ocDesc .flow dl.flow {
  background: #fcdbe0;
  text-align: center;
  width: 630px;
  margin: 0 auto;
}

.ocDesc .flow dl.flow dt,
.ocDesc .flow dl.flow dd {
  margin-left: 0;
}

.ocDesc .flow dl.flow dt {
  color: #f04d62;
  font-size: 2rem;
  padding-top: 15px;
  margin-bottom: 15px;
}

.ocDesc .flow dl.flow dd::after {
  display: block;
  background: #fff;
  content: "▼";
  color: #f04d62;
  margin-top: 15px;
  padding: 20px 0;
}

.ocDesc .flow dl.flow dd:last-of-type {
  padding-bottom: 15px;
}

.ocDesc .flow dl.flow dd:last-of-type::after {
  display: none;
}

.ocDesc .flow dl.flow a {
  text-decoration: underline;
}

.ocDesc .flow dl.flow a::after {
  content: "＞";
}

.ocDesc .support {
  background: linear-gradient(45deg, transparent 8px, #faf3df 8px),
    linear-gradient(135deg, transparent 8px, #faf3df 8px),
    linear-gradient(225deg, transparent 8px, #faf3df 8px),
    linear-gradient(315deg, transparent 8px, #faf3df 8px);
  background-position: bottom left, top left, top right, bottom right;
  background-size: 55% 55%;
  background-repeat: no-repeat;
  padding: 20px;
}

.support {
  margin-top: 40px;
}

.supportBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 710px;
  margin: 0 auto 10px auto;
  background: #fff;
  padding: 0 30px;
}

.supportImg {
  width: 230px;
  text-align: center;
}

.supportTxt {
  width: 470px;
}

.supportTxt h3 {
  color: #f04d62;
  font-size: 2rem;
}

.supportTxt a {
  display: inline-block;
  padding: 5px 10px;
  background: #f04d62;
  color: #fff;
}

.supportTxt a::before {
  content: "＞";
}

.nowrap {
  white-space: nowrap;
}

.scheIconBox {
  font-size: 1.8rem;
  letter-spacing: -0.4em;
}

.scheIconBox li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 100%;
  margin-bottom: 10px;
}

.scheIconBox li.half {
  width: calc(50% - 10px);
}

.scheIcon {
  display: inline-block;
  vertical-align: middle;
  width: 70px;
  margin-right: 10px;
}

.scheList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #fac9d0;
  padding-top: 10px;
}

.scheBox {
  width: 300px;
  background: #fff;
  padding: 20px;
  margin-bottom: 10px;
}

.scheBox h3 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
}

.scheBox li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.scheBox .scheDay,
.scheBox .scheIcon {
  width: 45%;
}

.scheBox .scheDay {
  text-align: right;
  font-size: 2.5rem;
}

.scheBox .scheIcon img {
  margin-right: 5px;
  height: 30px;
}

.scheBox.empty {
  background: none;
}

.ocDetail .nextOc h2 {
  font-size: 3.2rem;
  font-weight: bold;
  margin-top: 30px;
}

.ocDetail .nextOc h2 + p {
  margin-top: 0;
  font-size: 4rem;
  line-height: 1.5em;
}

.ocDetail .nextOc h2 + p .ocDate {
  font-size: 5.6rem;
}

.ocDetail .nextOc ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ocDetail .nextOc li {
  width: calc(33%);
  margin-bottom: 20px;
  text-align: center;
}

.ocDetail .nextOc li a {
  text-decoration: underline;
}

.ocDetail .nextOc li a::after {
  content: "＞";
}

.ocDetail#secretary,
.ocDetail#care,
.ocDetail#social,
.ocDetail#psychology {
  padding: 30px;
  margin: 40px auto;
}

.ocDetail#secretary {
  background: #fadada;
}

.ocDetail#care {
  background: #fdeacc;
}

.ocDetail#social {
  background: #bcd7d5;
}

.ocDetail#psychology {
  background: #eae7f2;
}

.ocDetail .sec-ttl {
  text-align: center;
  margin-top: 0;
}

.ocDetail#secretary .sec-ttl,
.ocDetail#secretary h3 {
  color: #f04d62;
}

.ocDetail#care .sec-ttl,
.ocDetail#care h3 {
  color: #f39800;
}

.ocDetail#social .sec-ttl,
.ocDetail#social h3 {
  color: #227973;
}

.ocDetail#psychology .sec-ttl,
.ocDetail#psychology h3 {
  color: #9888bf;
}

.ocDetailBox {
  background: #fff;
  padding: 25px 40px;
}

.ocDetailBox h3 {
  text-align: center;
}

.ocDetailBox h3:first-of-type {
  margin-top: 0;
}

.ocDetailBox h3::before {
  content: "【";
}

.ocDetailBox h3::after {
  content: "】";
}

.ocDetailTtl {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}

.ocDetailExp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ocDetailTxt {
  width: 430px;
}

.ocDetailImg {
  width: 380px;
}

.links-line {
  width: 100%;
  margin-top: 40px;
  padding-left: 0;
  text-align: center;
}

.links-line .btn-box a {
  display: inline-block;
  width: 200px;
  font-weight: bold;
  font-size: 1.8rem;
  border-radius: 50px;
  color: #fff;
  margin: 10px;
  padding: 10px 0;
  background: #00c402;
  text-align: center;
}

.secretary.links-line h3,
.care.links-line h3,
.social.links-line h3,
.psychology.links-line h3 {
  font-size: 2.8rem;
  margin-bottom: 20px;
}

.secretary.links-line h3 {
  color: #ec7aac;
}

.care.links-line h3 {
  color: #f39800;
}

.social.links-line h3 {
  color: #227973;
}

.psychology.links-line h3 {
  color: #9e6398;
}

@media screen and (max-width: 768px) {
  .ocDesc .flow dl.flow,
  .supportBox,
  .supportImg,
  .supportTxt {
    display: block;
    max-width: 100%;
    width: auto;
  }
  .oc .sec-ttl {
    font-size: 1.4rem;
  }
  .nextOc p,
  .ocTime {
    font-size: 1.5rem;
  }
  .nowrap {
    display: inline-block;
  }
  .oc .linkBtn,
  .oc .linkBtn:link,
  .oc .linkBtn:visited {
    font-size: 1.5rem;
  }
  .oc #tabs {
    padding: 0 10px;
    margin-left: -20px;
    margin-right: -20px;
  }
  .oc #tabs li {
    width: calc(100% - 20px);
    margin-right: 20px;
  }
  .oc .tabLabel {
    font-size: 1rem;
    padding: 10px 5px;
  }
  .ocDesc .flow dl.flow dt,
  .ocDesc .flow dl.flow dd {
    padding-left: 10px;
    padding-right: 10px;
  }
  .ocDesc .flow dl.flow dd::after {
    margin-left: -10px;
    margin-right: -10px;
  }
  .ocDesc .support,
  .supportBox {
    padding: 10px;
  }
  .scheIconBox {
    display: block;
  }
  .scheIconBox li,
  .scheIconBox li.half {
    max-width: 100%;
    width: auto;
    font-size: 1rem;
  }
  .scheIcon {
    width: auto;
    vertical-align: middle;
  }
  .scheIcon img {
    max-height: 20px;
  }
  .scheList {
    display: block;
    padding: 10px 10px 1px 10px;
  }
  .scheBox {
    display: block;
    max-width: 100%;
    width: auto;
  }
  .scheBox li {
    margin-bottom: 10px;
  }
  .scheBox .scheDay {
    width: 55%;
  }
  .scheBox .scheIcon {
    width: 35%;
  }
  .scheBox .scheDay {
    font-size: 1.8rem;
    line-height: 1;
  }
  .scheBox.empty {
    display: none;
  }
  .ocDetail .nextOc h2 {
    font-size: 2rem;
  }
  .ocDetail .nextOc h2 + p {
    margin-top: 0;
    font-size: 1.5rem;
    line-height: 1.5em;
  }
  .ocDetail .nextOc h2 + p .ocDate {
    font-size: 2.5rem;
  }
  .ocDetail .nextOc ul {
    display: block;
  }
  .ocDetail .nextOc li,
  .ocDetail .nextOc li:nth-of-type(odd),
  .ocDetail .nextOc li:nth-of-type(even) {
    width: auto;
    max-width: 100%;
    text-align: center;
    padding: 0;
  }
  .ocDetail#secretary,
  .ocDetail#care,
  .ocDetail#social,
  .ocDetail#psychology {
    padding-left: 0;
    padding-right: 0;
  }
  .ocDetailBox {
    padding: 10px 20px;
  }
  .ocDetailTtl {
    font-size: 1.5rem;
  }
  .ocDetailExp,
  .ocDetailTxt,
  .ocDetailImg {
    display: block;
    max-width: 100%;
    width: auto;
  }
  .ocDetailTxt {
    margin-bottom: 20px;
  }
  .links-line .btn-box a {
    width: 250px;
    margin: 10px;
    padding: 10px 0;
    font-size: 1.5rem;
  }
  .secretary.links-line h3,
  .care.links-line h3,
  .social.links-line h3,
  .psychology.links-line h3 {
    font-size: 1.5rem;
  }
}

/* = info
-------------------------------------------------------------- */
.content-width.info h2 {
  background: #ef8586 url(../images/page_h_bg.png) no-repeat;
  background-size: 40px;
  color: #fff;
  padding: 10px 0 10px 60px;
  font-size: 2rem;
}

.infoBox {
  letter-spacing: -0.4em;
  border-bottom: 1px solid #ef475d;
}

.infoImg,
.infoDetail {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
}

.infoImg {
  width: 300px;
  margin-right: 20px;
}

.infoDetail {
  max-width: 620px;
  color: #ef475d;
  margin: 20px 0;
  padding: 0px 10px 20px 10px;
}

.infoDetail dt,
.infoDetail dd {
  margin-left: 0;
}

.infoDetailLink {
  margin-top: 20px;
}

.infoDetailLink a {
  color: #000;
  text-decoration: underline;
}

.newsDate {
  margin-right: 1em;
}

.newsTag {
  background: #ef475d;
  color: #fff;
  padding: 2px 5px;
  line-height: 3rem;
}

.newsTag.exam {
  background: #08c8a4;
}

.newsTag.oc {
  background: #ef475d;
}

.newsTag.event {
  background: #efb44b;
}

@media screen and (max-width: 768px) {
  .infoImg,
  .infoDetail {
    display: block;
    max-width: 100%;
    width: auto;
  }
  .infoImg {
    margin-right: 0;
    text-align: center;
  }
  .infoDetail {
    margin: 20px 0;
    padding: 0px 10px 20px 10px;
  }
}

/* =dept
-------------------------------------------------------------- */
.font-notosans {
  font-family: "Noto Sans JP", sans-serif;
}

.text-aLeft {
  text-align: left !important;
}

.text-aRight {
  text-align: right !important;
}

.dept-contents .title-navi {
  text-align: center;
  max-width: 1020px;
  margin: 5rem auto;
}

.dept-contents .title-navi h2 {
  color: #ef8586;
  font-weight: 500;
}

.dept-contents .title-navi ul li {
  display: inline-block;
  width: 24%;
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: 1.8rem;
}

li.arrow01 a {
  position: relative;
  padding-right: 15px;
}

li.arrow01 a::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 2px;
  border-right: solid 2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 44%;
  right: 0;
  margin-top: -3px;
}

.dept-contents .content-width {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.dept-contents .dept-flex-wrapper {
  background: #fadada;
}

.dept-contents .dept-flex {
  text-align: center;
  background: #fadada;
  padding: 20px 0;
  max-width: 1020px;
  margin: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.dept-contents .dept-flex .cntbox-dept {
  background: #fff;
  margin: 20px;
  padding: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.dept-contents h2 {
  text-align: left;
}

.cntbox-dept-intro {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cntbox-dept-img {
  width: 600px;
  padding-right: 20px;
}

.cntbox-dept-desc {
  width: calc(100% - 220px);
}

.cntbox-dept-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cntbox-dept-infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cntbox-dept-info {
  padding: 10px;
  width: 100%;
}

.cntbox-dept-info:first-child {
  padding-left: 0;
}

.cntbox-dept-info:last-child {
  padding-right: 0;
}

.cntbox-dept-info br {
  display: none;
}

.cntbox-dept .btn01 {
  margin: 0;
}

.dept-contents .dept-flex .cntbox-dept p {
  text-align: left;
}

.dept-contents .dept-flex .cntbox-dept h4.obi {
  color: #fff;
  font-weight: 500;
  font-size: 1.8rem;
  text-align: center;
  margin: 0 0 0 0;
}

.dept-contents #secretary h2 {
  color: #ec7aac;
  font-weight: 500;
  font-size: 3rem;
  margin: 0;
}

.dept-contents #secretary h4.obi {
  background: #ec7aac;
}

.dept-contents #secretary .color {
  color: #ec7aac;
}

.dept-contents #care h2 {
  color: #f39800;
  font-weight: 500;
  font-size: 3rem;
  margin: 0;
}

.dept-contents #care h4.obi {
  background: #f39800;
}

.dept-contents #care .color {
  color: #f39800;
}

.dept-contents #social h2 {
  color: #227973;
  font-weight: 500;
  font-size: 3rem;
  margin: 0;
}

.dept-contents #social h4.obi {
  background: #227973;
}

.dept-contents #social .color {
  color: #227973;
}

.dept-contents #psychology h2 {
  color: #9888bf;
  font-weight: 500;
  font-size: 3rem;
  margin: 0;
}

.dept-contents #psychology h4.obi {
  background: #9888bf;
}

.dept-contents #psychology .color {
  color: #9888bf;
}

.dept-contents #online h2 {
  color: #5084c4;
  font-weight: 500;
  font-size: 3rem;
  margin: 0;
}

.btn01 {
  text-align: center;
  margin: 4rem 0 0 0;
}

.btn01 a {
  display: inline-block;
  width: 200px;
  text-align: center;
  padding: 10px 24px;
}

.dept-contents #secretary .btn01 a {
  border: 2px solid #ec7aac;
  color: #ec7aac;
}

.dept-contents #care .btn01 a {
  border: 2px solid #f39800;
  color: #f39800;
}

.dept-contents #social .btn01 a {
  border: 2px solid #227973;
  color: #227973;
}

.dept-contents #online .btn01 a {
  border: 2px solid #5084c4;
  color: #5084c4;
}

.dept-contents #psychology .btn01 a {
  border: 2px solid #9888bf;
  color: #9888bf;
}

.dept-catch {
  font-size: 2.3rem;
  text-align: center;
  max-width: 1000px;
  margin: auto auto 3rem auto;
}

.dept-contents .title-navi ul li.sponly {
  display: none;
}

@media screen and (max-width: 768px) {
  .dept-contents .title-navi {
    text-align: center;
    max-width: 1020px;
    margin: 1rem auto;
  }
  .dept-contents .title-navi ul li {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 1.8rem;
  }
  .dept-contents .title-navi ul li.sponly {
    display: block;
  }
  .dept-contents .title-navi ul li.pconly {
    display: none;
  }
  .cntbox-dept-intro {
    display: block;
  }
  .cntbox-dept-img {
    width: auto;
    padding-right: 0;
  }
  .cntbox-dept-desc {
    width: 100%;
  }
  .dept-contents .dept-flex .cntbox-dept {
    padding: 10px;
  }
  .cntbox-dept-infos {
    display: block;
  }
  .cntbox-dept-info {
    padding: 0;
    width: auto;
  }
  .dept-contents .dept-flex #secretary {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .dept-contents .dept-flex #care {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .dept-contents .dept-flex #social {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  /*
	.dept-contents .dept-flex #psychology {
		order: 4;
	}
*/
  .dept-catch {
    font-size: 1.4rem;
    margin: 0 4%;
  }
}

/* =dept secretary 医療秘書科
-------------------------------------------------------------- */
.secretary img {
  vertical-align: bottom;
}

.secretary .section-inner {
  width: 1000px;
  padding: 20px;
  margin: 0 auto;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .secretary .section-inner {
    width: calc(100% - 40px);
  }
}

.secretary .secretary-wrapper {
  padding: 20px 0;
}

.secretary .secretary-wrapper h2 img {
  width: 360px;
}

.secretary .dept-catch h2 {
  font-size: 5rem;
  line-height: 1.3em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .secretary .dept-catch h2 {
    font-size: 3rem;
  }
}

.secretary .point-area-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.secretary .point-area-head .point-area-head-num {
  width: 145px;
}

.secretary .point-area-head .point-area-head-ttl {
  width: 470px;
}

.secretary .point-area-head .point-area-head-ttl .btn01 {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .secretary .point-area-head .point-area-head-ttl {
    max-width: calc(100% - 40px);
  }
}

.secretary .point-area-head .point-area-head-img {
  width: 300px;
}

.secretary .point-area-head .point-area-head-img img {
  width: auto;
  height: 238px;
  vertical-align: bottom;
}

.secretary .obi-title1 .sub {
  display: block;
  margin: 10px auto;
  width: 143px;
}

.secretary .obi-title1 .main {
  height: 121px;
}

@media screen and (max-width: 768px) {
  .secretary .obi-title1 .main {
    max-width: calc(100% - 20px);
    height: auto;
  }
}

.secretary .point1 .imgs img {
  width: 480px;
}

.secretary .point1 p img {
  width: 250px;
}

.secretary .point2 .intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .secretary .point2 .intro {
    display: block;
  }
}

.secretary .point2 .intro .sub {
  width: 300px;
}

.secretary .point2 .intro .main {
  width: 640px;
}

.secretary .point2 .carriculums h4 {
  background: #ffe100;
  font-weight: bold;
  color: #000;
  font-size: 1.5em;
}

.secretary .point2 .carriculums .carriculum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
}

.secretary .point2 .carriculums .carriculum h5 {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #fff;
  font-size: 1.3em;
  margin: 0 20px 0 0;
  border-radius: 5px;
}

.secretary .point2 .carriculums .carriculum.require {
  background: #f4f9e9;
}

.secretary .point2 .carriculums .carriculum.require h5 {
  background: #8fc31f;
}

.secretary .point2 .carriculums .carriculum.select {
  background: #fdede6;
  position: relative;
}

.secretary .point2 .carriculums .carriculum.select:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: -25px;
  width: 50px;
  height: 50px;
  background: url(../images/sec_pnt2_carri0.png);
  background-size: cover;
}

.secretary .point2 .carriculums .carriculum.select h5 {
  background: #e94709;
}

.secretary .point2 .carriculums .carriculum .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px 0;
  width: 920px;
}

@media screen and (max-width: 768px) {
  .secretary .point2 .carriculums .carriculum .detail {
    width: calc(100% - 60px);
  }
}

.secretary .point2 .carriculums .carriculum .detail img {
  width: 205px;
}

.secretary .point2 .carriculums .carriculum .detail .txt {
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  .secretary .point2 .carriculums .carriculum .detail .txt {
    margin-left: 0;
    margin-top: 10px;
  }
}

.secretary .point2 .carriculums .carriculum .detail .txt h6 {
  font-size: 1.2em;
  margin: 0;
}

.secretary .point2 .carriculums .carriculum .detail .imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .secretary .point2 .carriculums .carriculum .detail .imgs {
    display: block;
  }
}

.secretary .point2 .carriculums .carriculum .detail .imgs img {
  width: 400px;
}

@media screen and (max-width: 768px) {
  .secretary .point2 .carriculums .carriculum .detail .imgs img {
    width: 100%;
  }
}

.secretary .point2 .carriculums .carriculum .detail .lessons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .secretary .point2 .carriculums .carriculum .detail .lessons {
    display: block;
  }
}

.secretary .point2 .carriculums .carriculum .detail .lessons .lesson {
  width: 290px;
}

@media screen and (max-width: 768px) {
  .secretary .point2 .carriculums .carriculum .detail .lessons .lesson {
    width: 100%;
  }
}

.secretary .point2 .carriculums .carriculum .detail .lessons .lesson h6 {
  background: #e94709;
  color: #fff;
  text-align: center;
  font-size: 1.2em;
  margin-bottom: 0;
}

.secretary .point2 .carriculums .carriculum .detail .lessons .lesson img {
  width: 100%;
}

.secretary .point2 .carriculums .carriculum .detail .lessons .lesson p {
  font-size: 0.9em;
}

@media screen and (max-width: 768px) {
  .secretary .point2 .carriculums .carriculum .detail .lessons .lesson p {
    font-size: 1em;
  }
}

.secretary .point2 .types {
  margin-top: 20px;
}

.secretary .point2 .types .results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.secretary .point2 .types .results img {
  width: 480px;
}

.secretary .point2 .pickups {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.secretary .point2 .pickups .pickup {
  background: #fff399;
  padding: 30px 20px 20px 20px;
  margin-bottom: 40px;
  position: relative;
}

.secretary .point2 .pickups .pickup.large {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .secretary .point2 .pickups .pickup.large {
    margin-top: 30px;
  }
}

.secretary .point2 .pickups .pickup.medium {
  width: calc(60% - 10px);
}

@media screen and (max-width: 768px) {
  .secretary .point2 .pickups .pickup.medium {
    width: calc(100% - 20px);
  }
}

.secretary .point2 .pickups .pickup.medium .imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .secretary .point2 .pickups .pickup.medium .imgs {
    display: block;
  }
}

.secretary .point2 .pickups .pickup.medium .imgs .img {
  width: 160px;
  position: relative;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .secretary .point2 .pickups .pickup.medium .imgs .img {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}

.secretary .point2 .pickups .pickup.medium .imgs .img:after {
  position: absolute;
  top: 100px;
  right: -40px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8.5px 0 8.5px 17px;
  border-color: transparent transparent transparent #999;
}

@media screen and (max-width: 768px) {
  .secretary .point2 .pickups .pickup.medium .imgs .img:after {
    display: none;
  }
}

.secretary .point2 .pickups .pickup.medium .imgs .img:last-child:after {
  display: none;
}

.secretary .point2 .pickups .pickup.small {
  width: calc(31% - 10px);
}

@media screen and (max-width: 768px) {
  .secretary .point2 .pickups .pickup.small {
    width: calc(100% - 20px);
  }
  .secretary .point2 .pickups .pickup.small img {
    width: 60%;
  }
}

.secretary .point2 .pickups .pickup h5 {
  position: absolute;
  top: -20px;
  left: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 172px;
  height: 45px;
  background: url(../images/sec_pnt2_fu.png);
  background-size: cover;
  color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.3em;
}

.secretary .point2 .pickups .pickup h5 span {
  margin-top: 5px;
  -webkit-transform: rotate(-2deg);
  transform: rotate(-2deg);
}

.secretary .point2 .pickups .pickup .manners {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .secretary .point2 .pickups .pickup .manners {
    display: block;
  }
}

.secretary .point2 .pickups .pickup .manners .manner {
  border: 1px solid;
  border-radius: 5px;
  padding: 10px;
}

@media screen and (max-width: 768px) {
  .secretary .point2 .pickups .pickup .manners .manner {
    margin-bottom: 40px;
  }
}

.secretary .point2 .pickups .pickup .manners .manner.biz {
  width: 250px;
  border-color: #8fc31f;
}

@media screen and (max-width: 768px) {
  .secretary .point2 .pickups .pickup .manners .manner.biz {
    width: calc(100% - 20px);
  }
}

.secretary .point2 .pickups .pickup .manners .manner.biz h6 span {
  background: #8fc31f;
}

.secretary .point2 .pickups .pickup .manners .manner.kanja {
  width: 650px;
  border-color: #ed6c3a;
}

@media screen and (max-width: 768px) {
  .secretary .point2 .pickups .pickup .manners .manner.kanja {
    width: calc(100% - 20px);
  }
}

.secretary .point2 .pickups .pickup .manners .manner.kanja h6 span {
  background: #ed6c3a;
}

.secretary .point2 .pickups .pickup .manners .manner h6 {
  text-align: center;
  margin-top: -30px;
}

.secretary .point2 .pickups .pickup .manners .manner h6 span {
  font-weight: bold;
  font-size: 1.8em;
  padding: 5px 20px;
}

.secretary .point2 .pickups .pickup .manners .manner img {
  width: 195px;
}

@media screen and (max-width: 768px) {
  .secretary .point2 .pickups .pickup .manners .manner img {
    width: 45%;
  }
}

.secretary .point2 .pickups .pickup .clinic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .secretary .point2 .pickups .pickup .clinic {
    display: block;
  }
}

.secretary .point2 .pickups .pickup .clinic .sub {
  width: 386px;
}

.secretary .point2 .pickups .pickup .clinic .main {
  width: 435px;
}

.secretary .point2 .intern {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .secretary .point2 .intern {
    display: block;
  }
}

.secretary .point2 .intern .sub {
  width: 300px;
}

.secretary .point2 .intern .main {
  width: 640px;
}

.secretary .point3 .intro {
  background: #fff3ad;
  padding: 20px;
  margin-bottom: 20px;
}

.secretary .point3 .intro h4 img {
  width: 680px;
}

.secretary .point3 .intro .imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .secretary .point3 .intro .imgs {
    display: block;
  }
}

.secretary .point3 .intro .imgs .txt {
  width: 355px;
}

@media screen and (max-width: 768px) {
  .secretary .point3 .intro .imgs .txt {
    width: 80%;
    margin-top: 20px;
  }
}

.secretary .point3 .intro .imgs .per {
  width: 333px;
}

@media screen and (max-width: 768px) {
  .secretary .point3 .intro .imgs .per {
    width: 80%;
    margin-top: 20px;
  }
}

.secretary .point3 .intro .imgs .gra {
  width: 166px;
}

@media screen and (max-width: 768px) {
  .secretary .point3 .intro .imgs .gra {
    width: 50%;
    margin-top: 20px;
  }
}

.secretary .point3 .goukakus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.secretary .point3 .goukakus .main {
  width: 33%;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .secretary .point3 .goukakus .main {
    width: 80%;
  }
}

.secretary .point3 .goukakus .sub {
  width: calc(20% - 10px);
  margin-bottom: 20px;
  margin-left: 5px;
  margin-right: 5px;
}

@media screen and (max-width: 768px) {
  .secretary .point3 .goukakus .sub {
    width: calc(50% - 10px);
  }
}

.secretary .point3 .goukakus p {
  width: 100%;
  margin-top: 0;
  text-align: right;
}

.secretary .point3 .license h4 img {
  width: 390px;
}

.secretary .point3 .license p {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .secretary .point3 .license p {
    text-align: left;
  }
}

.secretary .point3 .license .example {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .secretary .point3 .license .example {
    -webkit-box-align: bottom;
    -ms-flex-align: bottom;
    align-items: bottom;
  }
}

.secretary .point3 .license .example .txt {
  width: 450px;
  background: #fcffe6;
  text-align: left;
  padding: 10px 10px 0 10px;
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .secretary .point3 .license .example .txt {
    width: 60%;
  }
}

.secretary .point3 .license .example .txt img {
  height: 27px;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .secretary .point3 .license .example .txt img {
    height: 18px;
    margin-right: 10px;
  }
}

.secretary .point3 .license .example .img {
  width: 202px;
}

@media screen and (max-width: 768px) {
  .secretary .point3 .license .example .img {
    width: 40%;
  }
}

.secretary .point3 .license .lists {
  border: 1px solid #abcd03;
  padding: 20px;
  text-align: left;
  -webkit-columns: 2;
  columns: 2;
}

@media screen and (max-width: 768px) {
  .secretary .point3 .license .lists {
    -webkit-columns: 1;
    columns: 1;
  }
}

.secretary .point3 .license .lists li {
  margin-bottom: 10px;
}

.secretary .point3 .license .lists li span {
  margin-right: 1em;
  font-size: 0.9em;
}

@media screen and (max-width: 768px) {
  .secretary .point3 .license .lists li span {
    font-size: 1em;
    display: block;
  }
}

.secretary .point3 .license .lists img {
  display: inline-block;
  width: 28px;
  margin-left: 2px;
}

.secretary .point3 .senpai {
  background: #ddeb9a;
  padding: 20px;
  margin-top: 30px;
}

.secretary .point3 .senpai .intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #ffe100;
  border: 2px solid #fff;
  border-radius: 5px;
}

@media screen and (max-width: 768px) {
  .secretary .point3 .senpai .intro {
    display: block;
  }
}

.secretary .point3 .senpai .intro .head {
  width: 150px;
}

@media screen and (max-width: 768px) {
  .secretary .point3 .senpai .intro .head {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
  }
}

.secretary .point3 .senpai .intro .body {
  width: calc(100% - 160px);
  color: #734b23;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .secretary .point3 .senpai .intro .body {
    width: 100%;
    text-align: left;
  }
}

.secretary .point3 .senpai .intro .body .imgs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.secretary .point3 .senpai .intro .body img {
  width: 334px;
}

.secretary .point3 .senpai .senpais {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .secretary .point3 .senpai .senpais {
    display: block;
    text-align: center;
  }
}

.secretary .point3 .senpai .senpais img {
  width: 310px;
  margin-top: 20px;
}

.secretary .point4 .questions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .secretary .point4 .questions {
    display: block;
    text-align: center;
  }
}

.secretary .point4 .questions .q1 {
  width: 100%;
  margin-bottom: 30px;
}

.secretary .point4 .questions .q1 .intro {
  width: 400px;
}

@media screen and (max-width: 768px) {
  .secretary .point4 .questions .q1 .intro {
    width: 80%;
  }
}

.secretary .point4 .questions .q1 .q {
  width: 600px;
  margin-left: -40px;
}

@media screen and (max-width: 768px) {
  .secretary .point4 .questions .q1 .q {
    width: 100%;
    margin-left: 0;
  }
}

.secretary .point4 .questions .q2,
.secretary .point4 .questions .q3 {
  width: calc(50% - 20px);
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .secretary .point4 .questions .q2,
  .secretary .point4 .questions .q3 {
    width: 100%;
  }
}

.secretary .point4 .questions .q4 {
  width: 100%;
  margin-bottom: 30px;
}

.secretary .point4 .questions .q4 .q {
  width: calc(50% - 20px);
}

@media screen and (max-width: 768px) {
  .secretary .point4 .questions .q4 .q {
    width: 100%;
  }
}

.secretary .point4 .questions .q4 .flow {
  width: calc(50% - 20px);
}

@media screen and (max-width: 768px) {
  .secretary .point4 .questions .q4 .flow {
    width: 100%;
  }
}

.secretary .point4 .imgs {
  width: 100%;
}

.secretary .point4 .imgs .sche {
  width: 550px;
}

@media screen and (max-width: 768px) {
  .secretary .point4 .imgs .sche {
    width: 100%;
    margin-bottom: 20px;
  }
}

.secretary .point4 .imgs .img {
  width: 345px;
}

@media screen and (max-width: 768px) {
  .secretary .point4 .imgs .img {
    width: 50%;
  }
}

.secretary .point5 h4 img {
  width: 786px;
}

.secretary .point5 h5 img {
  width: 633px;
}

.secretary .point5 .supports {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

@media screen and (max-width: 768px) {
  .secretary .point5 .supports {
    display: block;
  }
}

.secretary .point5 .supports .support-row {
  width: 460px;
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .secretary .point5 .supports .support-row {
    width: calc(100%);
    padding: 0;
  }
}

.secretary .point5 .supports .support-row:first-child {
  border-right: 1px solid #c375ad;
}

@media screen and (max-width: 768px) {
  .secretary .point5 .supports .support-row:first-child {
    border-right: none;
  }
}

.secretary .point5 .supports .support-row .support {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #c375ad;
  margin-top: 0;
}

.secretary .point5 .supports .support-row .support:last-child {
  border-bottom: none;
}

@media screen and (max-width: 768px) {
  .secretary .point5 .supports .support-row .support:last-child {
    border-bottom: 1px dashed #c375ad;
  }
}

.secretary .point5 .supports .support-row .support .head {
  width: 80px;
  text-align: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 768px) {
  .secretary .point5 .supports .support-row .support .head {
    width: 50px;
  }
}

.secretary .point5 .supports .support-row .support .head img {
  width: 57px;
}

.secretary .point5 .supports .support-row .support .body {
  width: 180px;
  margin-right: 10px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .secretary .point5 .supports .support-row .support .body {
    width: calc(100% - 60px);
    margin-right: 0;
    margin-left: 10px;
  }
}

.secretary .point5 .supports .support-row .support .body h6 {
  font-size: 1em;
  font-weight: bold;
  text-align: left;
  color: #804f21;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .secretary .point5 .supports .support-row .support .body h6 {
    font-size: 1.2em;
  }
  .secretary .point5 .supports .support-row .support .body h6 br {
    display: none;
  }
}

.secretary .point5 .supports .support-row .support .body p {
  font-size: 0.9em;
}

@media screen and (max-width: 768px) {
  .secretary .point5 .supports .support-row .support .body p {
    font-size: 1em;
  }
}

.secretary .point5 .supports .support-row .support .img {
  width: 170px;
}

@media screen and (max-width: 768px) {
  .secretary .point5 .supports .support-row .support .img {
    width: 100%;
    text-align: center;
  }
  .secretary .point5 .supports .support-row .support .img img {
    max-height: 180px;
  }
}

.secretary .point5 .supports .support-row .support .img.nt {
  margin-top: -120px;
}

@media screen and (max-width: 768px) {
  .secretary .point5 .supports .support-row .support .img.nt {
    margin-top: 0;
  }
}

.secretary .point5 .supports .support-row .support .naitei {
  width: 100%;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .secretary .point5 .supports .support-row .support .naitei {
    text-align: center;
  }
}

.secretary .point5 .supports .support-row .support .naitei img {
  width: 278px;
  margin-bottom: 20px;
}

.secretary .point5 .ogs .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .secretary .point5 .ogs .head {
    display: block;
  }
}

.secretary .point5 .ogs .head h4 {
  width: 387px;
}

@media screen and (max-width: 768px) {
  .secretary .point5 .ogs .head h4 {
    width: 100%;
    text-align: center;
  }
}

.secretary .point5 .ogs .head .example {
  width: 560px;
}

@media screen and (max-width: 768px) {
  .secretary .point5 .ogs .head .example {
    width: 100%;
    margin: 10px 0;
  }
}

.secretary .point5 .ogs .head .example img {
  height: 24px;
  margin-right: 3px;
}

@media screen and (max-width: 768px) {
  .secretary .point5 .ogs .head .example img {
    margin-bottom: 5px;
  }
}

.secretary .point5 .ogs .comments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.secretary .point5 .ogs .comments .comment {
  margin-bottom: 10px;
}

.secretary .point5 .ogs .comments .comment .head {
  height: 3.5em;
  text-align: center;
  position: relative;
  padding-left: 40px;
  color: #fff;
  font-size: 0.8em;
  font-weight: bold;
  line-height: 1.4;
  border-radius: 5px;
  margin-bottom: 5px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .secretary .point5 .ogs .comments .comment .head {
    height: 3em;
  }
}

.secretary .point5 .ogs .comments .comment .head:before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  left: 5px;
  top: 5px;
  background-size: cover;
}

.secretary .point5 .ogs .comments .comment.main {
  width: calc(33% - 5px);
}

@media screen and (max-width: 768px) {
  .secretary .point5 .ogs .comments .comment.main {
    width: 100%;
  }
}

.secretary .point5 .ogs .comments .comment.main .head {
  font-size: 1.2em;
  height: 2.3em;
}

@media screen and (max-width: 768px) {
  .secretary .point5 .ogs .comments .comment.main .head {
    height: 3em;
    line-height: 3em;
  }
}

.secretary .point5 .ogs .comments .comment.main .body {
  position: relative;
}

.secretary .point5 .ogs .comments .comment.main .body img {
  position: relative;
  left: 0;
  top: 0;
}

.secretary .point5 .ogs .comments .comment.main .body .txt {
  position: absolute;
  right: 10px;
  top: 10px;
  width: calc(50% - 20px);
  border: 1px solid #eb6d9a;
  border-radius: 5px;
  background: #fbe4ee;
  font-size: 0.8em;
  text-align: left;
  padding: 10px;
}

@media screen and (max-width: 768px) {
  .secretary .point5 .ogs .comments .comment.main .body .txt {
    font-size: 1em;
    line-height: 1.5;
  }
}

.secretary .point5 .ogs .comments .comment.sub {
  width: calc(20% - 5px);
}

@media screen and (max-width: 768px) {
  .secretary .point5 .ogs .comments .comment.sub {
    width: calc(50% - 5px);
  }
}

@media screen and (max-width: 768px) {
  .secretary .point5 .ogs .comments .comment.sub .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.9em;
    height: 4em;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.secretary .point5 .ogs .comments .comment.ij .head {
  background: #eb6d9a;
}

.secretary .point5 .ogs .comments .comment.ij .head:before {
  background-image: url(../images/sec_icon_mw_ij.png);
}

.secretary .point5 .ogs .comments .comment.dc .head {
  background: #9166a9;
}

.secretary .point5 .ogs .comments .comment.dc .head:before {
  background-image: url(../images/sec_icon_mw_dc.png);
}

.secretary .point5 .ogs .comments .comment.th .head {
  background: #f08300;
}

.secretary .point5 .ogs .comments .comment.th .head:before {
  background-image: url(../images/sec_icon_mw_th.png);
}

.secretary .point5 .ogs .comments .comment.cj .head {
  background: #f8b500;
}

.secretary .point5 .ogs .comments .comment.cj .head:before {
  background-image: url(../images/sec_icon_mw_cj.png);
}

.secretary .point5 .ogs .comments .comment.sj .head {
  background: #00b9ef;
}

.secretary .point5 .ogs .comments .comment.sj .head:before {
  background-image: url(../images/sec_icon_mw_sj.png);
}

.secretary-wrapper h2 {
  text-align: center;
  padding: 10px;
}

.secretary .btn01 {
  text-align: center;
  margin: 4rem 0 0 0;
  font-size: 1.8rem;
}

.secretary .btn01 a {
  display: inline-block;
  width: 180px;
  text-align: center;
  padding: 10px 24px;
  color: #ec7aac;
  background: #fbe3ed;
}

.secretary .dept-catch {
  color: #ec7aac;
}

.secretary .title-area {
  text-align: center;
  color: #ec7aac;
}

.secretary h2.dept-title {
  font-size: 5rem;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

.secretary .title-area p {
  font-size: 3rem;
  margin: 0;
  padding: 0;
}

.secretary .secretary-wrapper {
  background: #fbe3ed;
  text-align: center;
}

.secretary .secretary-wrapper h2 {
  margin: 0;
}

.secretary .point-area .box {
  background: #fff;
  max-width: 1000px;
  margin: auto auto 3rem auto;
  padding: 0;
}

.secretary .btn01 {
  text-align: center;
  margin: auto;
}

.secretary .btn01 a {
  display: inline-block;
  width: 200px;
  text-align: center;
  padding: 10px 24px;
}

.secretary .point1-area {
  margin: 50px 0;
}

.secretary .point1-wrapper1 {
  max-width: 680px;
  margin: auto;
}

.secretary .point1-wrapper2 {
  max-width: 1000px;
  margin: auto;
}

.secretary .obi-title {
  background: #fff;
  width: 100%;
}

.secretary h4 {
  color: #e25f9e;
  font-size: 3.4rem;
  margin: 0;
  font-weight: 500;
}

.secretary p.htext {
  text-align: left;
  color: #e25f9e;
  font-size: 2rem;
}

.secretary .point1-wrapper1 .box {
  background: #fff;
  padding: 2rem;
}

.secretary .point1-wrapper1 .box h5 {
  color: #69412b;
  font-size: 1rem 2rem;
  text-align: left;
  font-size: 2rem;
  margin: 0;
}

.secretary .point1-wrapper1 .box p {
  text-align: left;
  margin: 0 0 2rem 0;
}

.secretary .point1-wrapper2 .flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.secretary .point1-wrapper2 .flex-wrapper .box1 {
  width: 42%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  margin: 4%;
  text-align: left;
}

.secretary .point1-wrapper2 .flex-wrapper .box1 .title-area {
  text-align: left;
  margin: 10px 0 0 0;
}

.secretary .point1-wrapper2 .flex-wrapper .box1 h5 {
  font-size: 2.2rem;
  color: #de82b2;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

.secretary .point1-wrapper2 .flex-wrapper .box1 h5 span {
  display: block;
  font-size: 1.2rem;
}

.secretary .point1-wrapper2 .flex-wrapper .box1 .title-area img {
  vertical-align: middle;
  display: inline-block;
  margin: 0 1rem 0 0;
}

.btn-gototop {
  text-align: right;
  margin: auto;
  max-width: 1000px;
}

.btn-gototop a {
  display: inline-block;
  text-align: center;
  padding: 10px 24px;
  background: #fff;
  margin: 2rem 0;
}

.secretary .point2-area .box1 {
  color: #6a3906;
  background: #fff;
  width: 1000px;
  margin: 1rem auto;
  padding: 2rem 0 2rem 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.secretary .point2-area .box1 h4 {
  font-size: 2.2rem;
  color: #69412b;
  padding: 0 0 0 6rem;
  position: relative;
}

.secretary .point2-area .box1 h4 span.num {
  font-size: 6rem;
  color: #ec7aac;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 100%;
}

.secretary .point2-area .box1 h4 span.sub {
  font-size: 1.5rem;
  color: #ec7aac;
  display: block;
}

.secretary .point2-area .box1 .text-area {
  text-align: left;
  width: 520px;
}

.secretary .point2-area .box1 .img-area {
  text-align: right;
}

.secretary .point2-area .box1 .cnt-box {
  background: #fbe3ed;
  padding: 2rem 2rem;
}

.secretary .point2-area .box1 .cnt-box p {
  color: #ec7aac;
  margin: 0;
  font-size: 1.8rem;
}

.secretary .point2-area .box1 .cnt-box dl,
.secretary .point2-area .box1 .cnt-box dt,
.secretary .point2-area .box1 .cnt-box dd {
  margin: 0;
}

.secretary .point2-area .box1 .cnt-box dt {
  color: #ec7aac;
  font-size: 1.8rem;
}

.secretary .point2-area .box1 .cnt-box dd {
  margin-left: 1.5em;
  display: list-item;
  list-style-type: disc;
}

.secretary .point3-area .flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: auto;
  max-width: 1000px;
}

.secretary .point3-area .flex-wrapper .box1 {
  width: 46%;
  padding: 1rem;
  margin: 2%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  background: #fff;
}

.secretary .point3-area .flex-wrapper .box1 h4 {
  font-size: 2rem;
  line-height: 1.2em;
}

.secretary .point3-area .flex-wrapper .box1 h4 span {
  font-size: 1.3rem;
  display: block;
}

.secretary .point3-area .flex-wrapper .box1 h4 + p {
  line-height: 1.4em;
}

.secretary .point3-area .flex-wrapper .box1 p.percent {
  margin-bottom: 0;
  font-size: 1.8rem;
  color: #ec79ac;
}

.secretary .point3-area .flex-wrapper .box1 p.percent span {
  font-size: 4.5rem;
  color: #ec79ac;
  line-height: 100%;
}

.secretary .point4-area .flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: auto;
  max-width: 1000px;
}

.secretary .point4-area .flex-wrapper .box1 {
  width: 46%;
  padding: 2rem 2rem;
  margin: 2%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  background: #fff;
}

.secretary .point4-area .flex-wrapper .box1-title {
  color: #fff;
  width: 46%;
  padding: 2rem 1rem;
  margin: 2%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  background: #ec79ac;
  position: relative;
}

.secretary .point4-area .flex-wrapper .box1-title h4 {
  color: #fff;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.secretary .secretary .point4-area .flex-wrapper .box1-title h4 span {
  color: #fff;
  display: block;
  font-weight: 500;
  white-space: nowrap;
}

.secretary .point4-area .flex-wrapper .box1 .title-area {
  text-align: left;
}

.secretary .point4-area .flex-wrapper .box1 .title-area h4 {
  font-size: 3rem;
  line-height: 100%;
  color: #de82b2;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

.secretary .point4-area .flex-wrapper .box1 .title-area h4 span {
  display: block;
  font-size: 1.2rem;
}

.secretary .point4-area .flex-wrapper .box1 .title-area img {
  vertical-align: middle;
  display: inline-block;
  margin: 0 1rem 0 0;
}

.secretary .point4-area .flex-wrapper .box1 p {
  text-align: left;
}

.secretary .point5-wrapper1 {
  max-width: 948px;
  margin: 0 auto;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 20px;
}

.point5-p1,
.point5-p2 {
  max-width: 474px;
  background: #fff;
}

.point5-txt {
  width: 474px;
  margin-top: -120px;
  padding: 10px;
  font-size: 1.2rem;
  text-align: center;
}

.point5-insta {
  text-align: center;
}

.point5-insta a {
  text-decoration: underline;
  font-size: 2.5rem;
}

.point5-insta a img {
  vertical-align: middle;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .secretary h4 {
    font-size: 2.5rem;
  }
  .secretary p.htext {
    font-size: 1.8rem;
  }
  .secretary h2.dept-title {
    font-size: 4rem;
  }
  .secretary .title-area p {
    font-size: 2rem;
  }
  .secretary .btn01 a {
    font-size: 1.5rem;
  }
  .point-area-head span {
    display: block;
  }
  .point-area-head-num {
    padding: 10px 0;
  }
  .point-area-head-ttl {
    width: 100%;
  }
  .secretary .point1-wrapper1 {
    margin: 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .secretary .point1-wrapper1 .box p:last-of-type {
    margin-bottom: 0;
  }
  .secretary .point1-wrapper2 .flex-wrapper .box1 {
    width: 100%;
    text-align: center;
  }
  .secretary .point1-wrapper2 .flex-wrapper .box1 .title-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .secretary .point1-wrapper2 .flex-wrapper .box1 .title-area h5 {
    line-height: 1.2em;
  }
  .secretary .point1-wrapper2 .flex-wrapper .box1 .title-area h5 span {
    line-height: 1.2em;
  }
  .secretary .point1-wrapper2 .flex-wrapper .box1 p {
    text-align: left;
  }
  .secretary .point2-area .box1 {
    width: 100%;
    display: block;
  }
  .secretary .point2-area .box1 .text-area {
    width: 100%;
  }
  .secretary .point2-area .box1 .img-area {
    width: 100%;
    text-align: center;
  }
  .secretary .point3-area .flex-wrapper .box1 {
    width: 96%;
  }
  .secretary .point4-area .flex-wrapper .box1 {
    width: 96%;
    padding: 1rem;
  }
  .secretary .point4-area .flex-wrapper .box1-title {
    width: 96%;
    height: auto;
    min-height: 300px;
  }
  .secretary .point2-area .box1 {
    padding: 4%;
  }
  .secretary .point4-area .flex-wrapper .box1-title {
    width: 96%;
    height: auto;
    min-height: 0;
  }
  .secretary .point4-area .flex-wrapper .box1-title h4 {
    position: static;
    -webkit-transform: none;
    transform: none;
    font-size: 2rem;
  }
  .secretary .point4-area .flex-wrapper .box1 .title-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1em;
  }
  .secretary .point4-area .flex-wrapper .box1 .title-area h4 {
    font-size: 2.4rem;
  }
  .secretary .point4-area .flex-wrapper .box1 img {
    line-height: 1;
    vertical-align: bottom;
  }
  .secretary .point4-area .flex-wrapper .box1 p {
    margin-bottom: 0;
  }
  .secretary .point5-wrapper1 {
    max-width: 100%;
    display: block;
  }
  .point5-p1,
  .point5-p2 {
    max-width: 100%;
    padding: 0 4%;
  }
  .point5-p1 {
    padding-top: 1em;
  }
  .point5-p1 img,
  .point5-p2 img {
    vertical-align: bottom;
  }
  .point5-txt {
    max-width: 100%;
    width: auto;
    margin-top: 0;
    padding: 10px;
    font-size: 1.2rem;
    text-align: center;
  }
  .point5-insta a {
    font-size: 2rem;
  }
}

/* =dept care 介護福祉
-------------------------------------------------------------- */
#care .dept-catch h2 {
  font-size: 5rem;
  line-height: 1.3em;
  text-align: center;
}

.care .btn01 {
  text-align: center;
  margin: 4rem 0 0 0;
  font-size: 1.8rem;
}

.care .btn01 a {
  display: inline-block;
  width: 180px;
  text-align: center;
  padding: 10px 24px;
  color: #f39800;
  background: #fbe0b2;
}

.care .care-photos {
  width: 1000px;
  margin: 2em auto;
}

.care .dept-catch {
  color: #f39800;
}

.care .title-area {
  text-align: center;
  color: #f39800;
}

.care h2.dept-title {
  font-size: 5rem;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

.care .title-area p {
  font-size: 3rem;
  margin: 0;
  padding: 0;
}

.care .care-wrapper {
  background: #fbe0b2;
  text-align: center;
  padding: 2rem 0;
}

.care h2.title-point {
  margin: 2rem;
  text-align: center;
  color: #f39800;
}

.care .point-area .box {
  background: #fff;
  max-width: 1000px;
  margin: auto auto 3rem auto;
  padding: 0 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.care .point-area .box h3 {
  color: #f39800;
  font-weight: 500;
  font-size: 3rem;
  margin: 1rem 0;
}

.care .point-area .box p {
  margin: 1rem 0;
}

.care .point-area .box .text-area {
  width: 580px;
  text-align: left;
  padding: 0 0 0 3rem;
}

.care .point1-area .intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

.care .point1-area .intro .text-area {
  width: 610px;
}

.care .point1-area .intro .img-area {
  width: 322px;
}

.care .point-area .box .img-area img {
  max-width: 415px;
  width: auto;
  vertical-align: bottom;
}

.care .point1-area .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.care .point1-area .img-box img {
  width: 140px;
}

.care-points {
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.care-points .care-point {
  border: 3px double #000;
  width: 442px;
  padding: 10px;
}

.care-points h4 {
  text-align: center;
  margin-top: -28px !important;
}

.care-points h4 img {
  display: inline-block;
  background-color: #fff;
  width: 80px;
  padding: 10px;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}

.care-points h5 {
  font-size: 2rem;
  text-align: center;
  color: #f39800;
  margin: 0;
}

.care-points .img-area {
  float: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.care-points .img-area img {
  width: 216px;
}

.care-point p {
  min-height: 12em;
}

.care-goif {
  margin-top: 20px;
  padding: 20px;
  background: #f9f3df;
}

.goif-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.care-goif .text-area {
  width: 480px;
}

.care-goif .text-area h5 {
  font-size: 1.5em;
  margin: 0;
}

.center {
  text-align: center;
}

.care-goif .text-area img {
  width: 283px;
}

.care-goif .forMb {
  display: none;
}

.care-goif .img-box {
  width: 420px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.care .point1-area .care-goif .img-box img {
  width: 200px;
  margin-bottom: 20px;
  height: auto;
}

.care .obi-title1 img {
  max-height: 140px;
  margin-top: 30px;
}

.care-wrapper .gakuhizero {
  padding-left: 20px;
  padding-right: 20px;
}

.point2-area .section-inner {
  max-width: 960px;
  margin: 0 auto;
  background: #fff;
  padding: 20px;
}

.point2-area .pickup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.point2-area .pickup:first-of-type {
  margin-bottom: 20px;
}

.point2-area .pickup .pickup-head {
  width: 300px;
}

.point2-area .pickup .pickup-head:before {
  content: "";
  display: block;
  background: url(../images/care_sec2_hat.png);
  width: 300px;
  height: 21px;
  background-size: cover;
  margin-bottom: 10px;
}

.point2-area .pickup .pickup-head h4 {
  color: #f39700;
}

.point2-area .pickup .pickup-body {
  width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.point2-area .pickup .pickup-body .pickup-img {
  width: 292px;
  position: relative;
  margin-bottom: 15px;
}

.point2-area .pickup .pickup-body .pickup-img .main {
  position: relative;
  vertical-align: bottom;
}

.point2-area .pickup .pickup-body .pickup-img .sub {
  position: absolute;
  height: 52px;
}

.point2-area .pickup .pickup-body .pickup-img .sub.p1bv {
  top: -10px;
  left: 15px;
}

.point2-area .pickup .pickup-body .pickup-img .sub.p1dv {
  top: 10px;
  right: -30px;
}

.point2-area .pickup .pickup-body .pickup-img .sub.p2bv {
  top: -10px;
  left: -10px;
}

.point2-area .pickup .pickup-body .pickup-img .sub.p2cv {
  right: -15px;
  bottom: -10px;
}

.point2-area .pickup .pickup-body .pickup-img .sub.p2dv {
  top: 10px;
  right: -10px;
}

.point2-area .speciallesson-wrapper {
  background: #faf3e0;
  padding: 20px;
}

.point2-area .speciallesson-wrapper h4 {
  color: #f39700;
}

.point2-area .speciallesson-wrapper .speciallesson {
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.point2-area .speciallesson-wrapper .speciallesson-head {
  width: 260px;
  position: relative;
}

.point2-area .speciallesson-wrapper .speciallesson-head .label:before {
  position: absolute;
  top: 9px;
  left: 0;
  width: 100%;
  content: "";
  display: block;
  border-top: 3px double #000;
}

.point2-area .speciallesson-wrapper .speciallesson-head .label img {
  position: relative;
  z-index: 1;
  height: 14px;
  background: #fff;
  padding: 5px 10px;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}

.point2-area .speciallesson-wrapper .speciallesson-head h5 {
  font-size: 1.5em;
  color: #f39700;
  margin: 0;
}

.point2-area .speciallesson-wrapper .speciallesson-body {
  width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.point2-area .speciallesson-wrapper .speciallesson-body .main {
  width: 294px;
}

.point2-area .speciallesson-wrapper .speciallesson-body .sub {
  width: 294px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.point2-area .speciallesson-wrapper .speciallesson-body .sub img {
  margin-bottom: 10px;
}

.point2-area .speciallesson-wrapper .speciallesson-body .subsub {
  width: 140px;
}

.point2-area .carriculums {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.point2-area .carriculums h4 {
  background: #f39700;
  color: #fff;
  font-size: 1.5em;
  padding-left: 10px;
}

.point2-area .carriculums .carriculum {
  width: 470px;
  text-align: left;
}

.point2-area .carriculums .carriculum h5 {
  font-size: 1.5em;
  color: #f39700;
  font-weight: normal;
  margin: 10px 0 0 0;
}

.point2-area .carriculums .timetable {
  width: 470px;
  text-align: left;
}

.point2-area .carriculums .timetable .timetable-img {
  width: 182px;
  margin-top: -80px;
  margin-left: auto;
  margin-right: 0;
  text-align: right;
}

.point2-area .carriculums .timetable .timetable-img img {
  vertical-align: bottom;
}

.point2-area .carriculums .timetable .note {
  text-align: right;
}

.point3-area .intro {
  width: 650px;
  margin: 0 auto;
}

.point3-area .intro img {
  vertical-align: bottom;
}

.point3-area .intro .sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.point3-area .intro .sub img {
  width: 316px;
}

.point3-area .intro .txt {
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
}

.point3-area .intro .txt span {
  display: inline-block;
}

.point3-area .secrets {
  background: #faf3e0;
  padding: 20px 20px 0px 20px;
}

.point3-area .secrets h4 {
  color: #f39700;
  text-align: center;
  margin-bottom: 20px;
}

.point3-area .secret-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.point3-area .secret-wrapper .secret {
  width: 292px;
}

.point3-area .secret-wrapper .secret .head {
  position: relative;
  text-align: center;
}

.point3-area .secret-wrapper .secret .head img {
  position: relative;
  display: inline-block;
  width: 60px;
  padding: 5px 40px;
  background: #faf3e0;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  z-index: 1;
}

.point3-area .secret-wrapper .secret .head:after {
  position: absolute;
  top: 9px;
  left: 0;
  width: 100%;
  content: "";
  display: block;
  border-top: 3px double #000;
  z-index: 0;
}

.point3-area .secret-wrapper .secret .sub {
  color: #f39700;
  font-weight: bold;
  text-align: center;
}

.point3-area .secret-wrapper .secret h5 {
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  margin: 0;
}

.point3-area .secret-wrapper .secret .txt {
  min-height: 104px;
}

.point3-area .secret-wrapper .secret .imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.point3-area .secret-wrapper .secret .imgs img {
  width: 140px;
}

.point3-area .secret-wrapper .secret .voice {
  max-width: 180px;
  height: 170px;
  margin: -20px auto -7px auto;
}

.point3-area .secret-wrapper .secret .voice img {
  vertical-align: bottom;
}

.point3-area .more {
  margin-top: 30px;
}

.point4-area .section-inner {
  background: #fff;
  width: 960px;
  margin: 0 auto;
  padding: 20px;
}

.point4-area .intro img {
  max-width: 622px;
}

.point4-area .intro .txt {
  font-size: 1em;
}

.point4-area h4 {
  background: #f39700;
  color: #fff;
  text-align: center;
}

.point4-area .jobsupports {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.point4-area .jobsupports .jobsupport {
  width: 290px;
}

.point4-area .jobsupports .jobsupport h5 {
  color: #f39800;
  font-size: 1.5em;
  margin: 0;
}

.point4-area .jobsupports .jobsupport p {
  text-align: left;
}

.point4-area .studentsvoices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #faf3e0;
}

.point4-area .studentsvoices .studentsvoice {
  width: 457px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.point4-area .studentsvoices .studentsvoice .studentsvoice-img {
  width: 220px;
}

.point4-area .studentsvoices .studentsvoice .studentsvoice-img img {
  vertical-align: bottom;
}

.point4-area .studentsvoices .studentsvoice .studentsvoice-txt {
  width: 240px;
  text-align: left;
}

.point4-area .naitei {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
  background: #faf3e0;
  padding: 20px;
}

.point4-area .naitei h4 {
  width: 354px;
  background: transparent;
}

.point4-area .naitei h4 img {
  width: 285px;
}

.point4-area .naitei .naitei-item {
  width: 166px;
  border: 1px solid #999;
  border-radius: 5px;
  text-align: center;
  background: #fff;
  margin-bottom: 20px;
}

.point4-area .naitei .naitei-item .subj {
  margin: 0;
  background: #f39700;
  color: #fff;
  font-size: 1em;
}

.point4-area .naitei .naitei-item .img img {
  vertical-align: bottom;
}

.point4-area .naitei .naitei-item.dammy {
  border: none;
}

.care #point5.obi-title1 img {
  width: 219px;
}

.care .point5-area .section-inner {
  background: #fff;
  width: 960px;
  margin: 0 auto;
  padding: 20px;
}

@media screen and (max-width: 768px) {
  .care .point5-area .section-inner {
    width: calc(100% - 40px);
  }
}

.care .point5-area .imgs img {
  width: 474px;
}

.care .btn01 {
  text-align: center;
  margin: auto;
}

.care .btn01 a {
  display: inline-block;
  width: 200px;
  text-align: center;
  padding: 10px 24px;
}

.care .point1-area {
  margin: 50px 0;
}

.care h3.obi-title1 {
  background: #fff;
  width: 100%;
  font-size: 3.5rem;
  color: #f39800;
  font-weight: 500;
  padding: 3rem 0 0 0;
}

.care h3.obi-title1 img,
.care h3.obi-title1 span {
  display: inline-block;
  vertical-align: middle;
}

.care h3.obi-title1 span {
  padding-right: 40px;
}

.care .point1-wrapper1 {
  max-width: 680px;
  margin: auto;
}

.care .point1-wrapper2 {
  max-width: 1000px;
  margin: auto;
}

.care .obi-title {
  background: #fff;
  width: 100%;
}

.care h4 {
  font-size: 3.4rem;
  margin: 0;
  font-weight: 500;
}

.care p.htext {
  text-align: left;
  color: #e25f9e;
  font-size: 2rem;
}

.care .point1-wrapper {
  width: 1000px;
  margin: auto;
  background: #fff;
  padding: 2rem;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.care .point1-wrapper h4 {
  color: #f39800;
  font-size: 2rem;
}

.care .point1-wrapper .flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.care .point1-wrapper .flex-wrapper .box {
  margin: 0 1rem;
  width: 26%;
}

.care .point2-area .box-point1,
.care .point2-area .box-point2 {
  width: 1000px;
  margin: 0 auto 3rem auto;
  background: #fff;
  padding: 0 2rem 2rem 2rem;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.care .point2-area .box-point1 .icon,
.care .point2-area .box-point2 .icon {
  position: absolute;
  top: 0;
  left: 30px;
}

.care .point2-area .box-point1 h4 {
  color: #004ea2;
  padding: 3rem 0 2rem 150px;
  font-size: 3.2rem;
  font-weight: 700;
}

.care .point2-area .box-point1 h4 span,
.care .point2-area .box-point2 h4 span {
  display: block;
  font-size: 1.5rem;
  padding-right: 0.5em;
}

.care .point2-area .box-point2 > h4 {
  color: #009b74;
  padding: 3rem 0 2rem 150px;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 130%;
}

.care .point2-area .box-point1 p,
.care .point2-area .box-point2 > p {
  margin: 0 0 4rem 150px;
}

.care .point2-area .box-point1 .flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.care .point2-area .box-point2 .flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 2rem;
}

.care .point2-area .box-point2 .flex-wrapper .box {
  width: 30%;
}

.care .point2-area .box-point2 .flex-wrapper .box h4 {
  color: #009b74;
  font-weight: 500;
  font-size: 2rem;
  text-align: center;
}

.care .point2-area .box-point2 .flex-wrapper .box img {
  width: 100%;
}

.care .point2-area .box-point2 .flex-wrapper .box1 .green {
  font-size: 1.8rem;
  color: #009b74;
}

.care .point2-area .box-point2 .flex-wrapper .box2 {
  width: 50%;
  border: solid 1px #f5a622;
  padding: 0;
  background: url(../images/care_point02_pic01.jpg) no-repeat right bottom;
}

.care .point2-area .box-point2 .flex-wrapper .box2 h5 {
  background: #f5a622;
  color: #fff;
  padding: 0.5rem;
  margin: 0;
  font-weight: 500;
  font-size: 2rem;
}

.care .point2-area .box-point2 .flex-wrapper .box2 .orange {
  color: #f5a622;
  font-size: 1.8rem;
}

.care .point2-area .box-point2 .flex-wrapper .box2 p {
  margin: 0;
  padding-left: 2rem;
}

.care .point3-area {
  width: 1000px;
  margin: 0 auto 3rem auto;
  background: #fff;
  padding: 2rem;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.care .point3-area h3.obi-title {
  background: #f5a622;
  color: #fff;
  margin: 0;
  padding: 0 1rem;
  font-weight: 500;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.care .point3-area dl dt {
  color: #f5a622;
  display: block;
  margin: 0;
  padding: 0 1rem;
  float: left;
  font-size: 2rem;
}

.care .point3-area dl dd {
  display: block;
  margin: 0 0 0 120px;
  padding: 0;
}

.text-aCenter {
  text-align: center;
}

.care .point3-area .flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.care .point3-area .flex-wrapper .box {
  width: 40%;
  text-align: center;
}

.care .point3-area .flex-wrapper .box h4 {
  margin: 0.5em 0;
  font-size: 1.8rem;
  color: #f5a622;
}

.care-movie {
  display: inline-block;
  position: relative;
}

.care-movie::before {
  content: url(../images/care_movie.png);
  position: absolute;
  right: -20px;
  top: -20px;
}

@media screen and (max-width: 768px) {
  #care .dept-catch h2 {
    font-size: 2.5rem;
  }
  .care h2.dept-title {
    font-size: 4rem;
  }
  .care .title-area p {
    font-size: 2rem;
  }
  .care .btn01 a {
    font-size: 1.5rem;
  }
  .care .care-photos {
    max-width: 100%;
    width: auto;
    padding: 0 4%;
  }
  .care .care-photos img {
    vertical-align: bottom;
    margin-bottom: 1px;
  }
  .care .point-area .box {
    max-width: 100%;
    display: block;
  }
  .care .point-area .box h3 {
    text-align: center;
    font-size: 2rem;
  }
  .care .point-area .box .text-area {
    width: 100%;
    text-align: left;
    padding: 0 3rem 0 3rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .care .point-area .box .img-area img {
    max-width: 100%;
    margin-top: 2rem;
    height: auto;
  }
  .care h3.obi-title1 {
    background: #fff;
    width: 100%;
    font-size: 2.5rem;
    color: #f39800;
    font-weight: 500;
    padding: 0 0 0 0;
    text-align: center;
  }
  .care h3.obi-title1 img {
    display: inline;
  }
  .care h3.obi-title1 span {
    display: block;
    padding: 0 10px;
  }
  .care h4 {
    font-size: 2.5rem;
  }
  .care .point1-wrapper {
    width: 100%;
    margin: auto;
    background: #fff;
    padding: 2rem;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .care .point1-wrapper .text-area,
  .care .point1-wrapper .img-area {
    float: none;
    width: 100%;
  }
  .care .point1-wrapper .flex-wrapper {
    display: block;
  }
  .care .point1-wrapper .flex-wrapper .box {
    text-align: center;
    margin: 0 1rem;
    width: 90%;
  }
  .care .point1-area .intro {
    display: block;
  }
  .care .point1-area .intro .text-area {
    width: 100%;
  }
  .care .point1-area .intro .img-area {
    width: 100%;
  }
  .care .point1-area .img-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .care .point1-area .img-box img {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
  .care-points {
    display: block;
  }
  .care-points .care-point {
    width: calc(100% - 25px);
    margin-bottom: 20px;
  }
  .care-point p {
    min-height: 0;
  }
  .care-points .img-area {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .care-points .img-area img {
    width: calc(50% - 5px);
  }
  .care-goif {
    padding: 10px;
  }
  .care-goif .forMb {
    display: block;
  }
  .goif-inner {
    margin-top: 20px;
    display: block;
  }
  .care-goif .img-box {
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .care .point1-area .care-goif .img-box img {
    width: calc(50% - 5px);
    margin-bottom: 20px;
    height: auto;
  }
  .care .point2-area .pickup {
    display: block;
  }
  .point2-area .pickup .pickup-head {
    width: calc(100%);
    text-align: center;
    margin: 0 auto;
  }
  .point2-area .pickup .pickup-head:before {
    width: 100%;
    height: 21px;
  }
  .point2-area .pickup .pickup-body {
    width: 100%;
  }
  .point2-area .pickup .pickup-body .pickup-img {
    width: calc(50% - 5px);
    position: relative;
    margin-bottom: 15px;
  }
  .point2-area .speciallesson-wrapper .speciallesson {
    display: block;
  }
  .point2-area .speciallesson-wrapper .speciallesson-head {
    width: 100%;
    margin: 0 auto;
  }
  .point2-area .speciallesson-wrapper .speciallesson-body {
    width: 100%;
    display: block;
  }
  .point2-area .speciallesson-wrapper .speciallesson-body .main {
    width: 100%;
  }
  .point2-area .speciallesson-wrapper .speciallesson-body .sub {
    width: 100%;
  }
  .point2-area .speciallesson-wrapper .speciallesson-body .subsub {
    width: calc(50% - 5px);
  }
  .point2-area .pickup .pickup-body .pickup-img .sub.p1dv {
    top: -40px;
    right: -10px;
  }
  .point2-area .pickup .pickup-body .pickup-img .sub.p2bv {
    top: -40px;
    left: -10px;
  }
  .point2-area .pickup .pickup-body .pickup-img .sub.p2dv {
    top: -26px;
    right: -10px;
  }
  .point2-area .carriculums {
    display: block;
  }
  .point2-area .carriculums .carriculum {
    width: 100%;
  }
  .point2-area .carriculums .timetable {
    width: 100%;
  }
  .point2-area .carriculums .timetable .timetable-img {
    margin-top: -30px;
  }
  .point3-area .intro {
    width: 100%;
  }
  .point3-area .intro .sub {
    display: block;
    text-align: center;
  }
  .point3-area .intro .sub img {
    width: 280px;
    margin-bottom: 10px;
  }
  .point3-area .secret-wrapper {
    display: block;
  }
  .point3-area .secret-wrapper .secret {
    width: 100%;
    margin-bottom: 20px;
  }
  .point3-area .secret-wrapper .secret .txt {
    min-height: 0;
  }
  .point3-area .secret-wrapper .secret .imgs img {
    width: calc(50% - 5px);
  }
  .point4-area .section-inner {
    width: calc(100% - 40px);
  }
  .point4-area .intro img {
    max-width: 100%;
  }
  .point4-area .jobsupports {
    display: block;
  }
  .point4-area .jobsupports .jobsupport {
    width: 100%;
  }
  .point4-area .jobsupports .jobsupport img {
    width: 280px;
  }
  .point4-area .studentsvoices {
    display: block;
    padding: 10px;
  }
  .point4-area .studentsvoices .studentsvoice {
    width: 100%;
    display: block;
  }
  .point4-area .studentsvoices .studentsvoice .studentsvoice-img {
    width: 40%;
    margin: 0 auto;
    text-align: center;
  }
  .point4-area .studentsvoices .studentsvoice .studentsvoice-txt {
    width: 100%;
    margin-top: 20px;
  }
  .point4-area .naitei .naitei-item {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
  .point5-area .section-inner {
    background: #fff;
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 20px;
  }
  .point5-area .imgs img {
    width: calc(100% - 20px);
  }
  .care .point2-area .box-point1,
  .care .point2-area .box-point2 {
    width: 100%;
  }
  .care .point2-area .box-point1 h4 {
    padding: 3rem 0 2rem 120px;
    font-size: 2.2rem;
  }
  .care .point2-area .box-point2 > h4 {
    padding: 3rem 0 2rem 120px;
    font-size: 2.2rem;
  }
  .care .point2-area .box-point1 p,
  .care .point2-area .box-point1 p {
    margin: 0 0 4rem 120px;
  }
  .care .point2-area .box-point1 .flex-wrapper {
    /*	display:flex;
		flex-wrap: wrap;*/
    display: block;
  }
  .care .point2-area .box-point1 .flex-wrapper .box {
    width: auto;
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }
  .care .point2-area .box-point2 .flex-wrapper {
    display: block;
  }
  .care .point2-area .box-point2 .flex-wrapper .box1,
  .care .point2-area .box-point2 .flex-wrapper .box2 {
    width: 100%;
  }
  .care .point2-area .box-point2 .flex-wrapper .box {
    width: 100%;
  }
  .care .point3-area {
    width: 100%;
  }
  .care .point3-area dl dt {
    color: #f5a622;
    display: block;
    margin: 0;
    padding: 0 1rem;
    float: none;
    font-size: 2rem;
  }
  .care .point3-area dl dd {
    display: block;
    margin: 0;
    padding: 0;
  }
  .care .point3-area .flex-wrapper {
    display: block;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .care .point3-area .flex-wrapper .box {
    width: 100%;
    text-align: center;
  }
}

/* =dept social 社会福祉
-------------------------------------------------------------- */
.social .section-inner {
  width: 1000px;
  padding: 20px;
  margin: 0 auto;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .social .section-inner {
    width: calc(100% - 40px);
  }
}

.social .dept-catch h2 {
  font-size: 5rem;
  line-height: 1.3em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .social .dept-catch h2 {
    font-size: 3rem;
  }
}

.social .point-area .box .img-area img {
  max-width: 415px;
  height: auto;
  vertical-align: bottom;
}

@media screen and (max-width: 768px) {
  .social .point-area .box .img-area img {
    max-width: 100%;
  }
}

.social #intro .section-inner {
  background: url(../images/social_intro.jpg) left top no-repeat;
  background-size: 572px;
}

.social #intro .socialworker {
  width: 50%;
  margin-left: auto;
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .social #intro .socialworker {
    width: calc(100% - 20px);
    margin: 300px auto 0 auto;
    padding: 10px;
    background: rgba(255, 255, 255, 0.5);
  }
}

.social #intro .socialworker h2 {
  text-align: center;
  color: #227973;
  font-size: 2.5em;
  font-weight: bold;
}

.social #intro .aboutsocial-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.social #intro .aboutsocial-wrapper .aboutsocials {
  width: 460px;
}

@media screen and (max-width: 768px) {
  .social #intro .aboutsocial-wrapper .aboutsocials {
    width: 100%;
  }
}

.social #intro .aboutsocial-wrapper .aboutsocials .aboutsocial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #e5f6f2;
  padding: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .social #intro .aboutsocial-wrapper .aboutsocials .aboutsocial {
    display: block;
  }
}

.social #intro .aboutsocial-wrapper .aboutsocials .aboutsocial .txt {
  width: 280px;
  font-size: 0.9em;
}

@media screen and (max-width: 768px) {
  .social #intro .aboutsocial-wrapper .aboutsocials .aboutsocial .txt {
    width: 100%;
    font-size: 1em;
  }
}

.social #intro .aboutsocial-wrapper .aboutsocials .aboutsocial .txt h4 {
  color: #00a180;
  font-size: 1.2em;
  margin: 0;
}

.social #intro .aboutsocial-wrapper .aboutsocials .aboutsocial .imgs {
  width: 120px;
}

@media screen and (max-width: 768px) {
  .social #intro .aboutsocial-wrapper .aboutsocials .aboutsocial .imgs {
    width: 100%;
    text-align: center;
  }
}

.social #intro .aboutsocial-wrapper .aboutsocials .aboutsocial .imgs img {
  vertical-align: bottom;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .social #intro .aboutsocial-wrapper .aboutsocials .aboutsocial .imgs img {
    width: calc(50% - 10px);
  }
}

.social #intro .aboutsocial-wrapper .ogob {
  width: 460px;
}

.social #intro .aboutsocial-wrapper .ogob .ogob-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.social #intro .aboutsocial-wrapper .ogob .ogob-items .ogob-item {
  width: 220px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .social #intro .aboutsocial-wrapper .ogob .ogob-items .ogob-item {
    width: 100%;
  }
}

.social #intro .aboutsocial-wrapper .ogob .ogob-items .ogob-item h4 {
  background: #00a180;
  color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: 2px solid #fabe00;
  padding: 2px 5px;
  text-align: center;
  margin: 0;
}

.social #intro .aboutsocial-wrapper .ogob .ogob-items .ogob-item .desc {
  background: #e5f6f2;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}

.social #intro .aboutsocial-wrapper .ogob .ogob-items .ogob-item .desc img {
  height: 96px;
}

@media screen and (max-width: 768px) {
  .social #intro .aboutsocial-wrapper .ogob .ogob-items .ogob-item .desc img {
    width: calc(40% - 10px);
    height: auto;
  }
}

.social #intro .aboutsocial-wrapper .ogob .ogob-items .ogob-item .desc p {
  margin: 0;
  width: 95px;
  color: #00a180;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .social #intro .aboutsocial-wrapper .ogob .ogob-items .ogob-item .desc p {
    width: 60%;
    font-size: 1.3em;
  }
}

.social #intro .aboutsocial-wrapper .ogob .ogob-items .ogob-item .desc .txt {
  margin-top: 10px;
  font-size: 0.9em;
}

@media screen and (max-width: 768px) {
  .social #intro .aboutsocial-wrapper .ogob .ogob-items .ogob-item .desc .txt {
    font-size: 1em;
  }
}

.social #intro .aboutsocial-wrapper .ogob .etc span {
  display: inline-block;
  border: 1px solid #00a180;
  border-radius: 3px;
  padding: 2px 5px;
  color: #00a180;
  font-size: 0.8em;
}

.social #intro .aboutsocial-wrapper .ogob .etc p {
  font-size: 0.9em;
}

.social .point-area .box .text-area {
  padding: 20px;
  font-size: 0.9em;
}

.social .point-area h3 {
  margin: 0 0 5px 0;
  font-size: 2em;
  line-height: 1.2;
}

.social .point-area h3 .sub {
  font-size: 0.6em;
  font-weight: normal;
}

.social .obi-title1 {
  margin: 0;
}

.social .obi-title1 .sub {
  font-size: 0.6em;
}

.social .obi-sub {
  margin: 0;
  padding: 10px 0;
  background: #fff;
}

.social .point1 {
  padding: 20px 0;
}

.social .point1 .intro {
  background: url(../images/social_point1.jpg);
  background-size: cover;
  padding: 20px;
}

@media screen and (max-width: 768px) {
  .social .point1 .intro {
    margin: 0 -20px;
    background-position-x: 70%;
  }
}

.social .point1 .intro .inner {
  width: 438px;
  margin-left: 0;
}

@media screen and (max-width: 768px) {
  .social .point1 .intro .inner {
    width: calc(100% - 20px);
    background: rgba(255, 255, 255, 0.7);
    padding: 0 10px 10px 10px;
  }
}

.social .point1 .intro h4 {
  background: #00a180;
  text-align: center;
  padding: 5px;
}

@media screen and (max-width: 768px) {
  .social .point1 .intro h4 {
    margin: 0 -10px;
  }
}

.social .point1 .intro h4 img {
  width: 278px;
  vertical-align: middle;
}

.social .point1 .intro h5 {
  font-size: 1.5em;
  color: #00a180;
  margin: 0;
}

.social .point1 .intro .txt {
  text-align: left;
}

.social .point1 .intro .intro-item h6 {
  font-size: 1.5em;
  color: #00a180;
  border-bottom: 1px dashed #00a180;
  padding-bottom: 5px;
  margin: 10px 0;
}

.social .point1 .intro .intro-item .imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.social .point1 .intro .intro-item .imgs img {
  width: 209px;
}

@media screen and (max-width: 768px) {
  .social .point1 .intro .intro-item .imgs img {
    width: calc(50% - 10px);
  }
}

.social .point1 .choice h4 {
  margin: 20px 0 10px 0;
  font-size: 1.8em;
  color: #00a180;
}

.social .point1 .choice .tbl-wrapper {
  position: relative;
}

@media screen and (max-width: 768px) {
  .social .point1 .choice .tbl-wrapper {
    width: calc(100% + 40px);
    margin: 0 -20px;
    overflow: scroll;
  }
}

.social .point1 .choice table {
  border: none;
}

.social .point1 .choice table th,
.social .point1 .choice table td {
  background: transparent;
  padding: 10px;
}

.social .point1 .choice table .wrapper {
  display: block;
}

.social .point1 .choice table thead th:last-of-type,
.social .point1 .choice table tbody td:last-of-type {
  border-right: none;
}

.social .point1 .choice table thead span.wrapper {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #fff;
  font-size: 1.5em;
}

.social .point1 .choice table thead span.wrapper.if {
  background: #00a180;
}

.social .point1 .choice table thead span.wrapper.college {
  background: #7e8286;
}

.social .point1 .choice table tbody th .wrapper {
  display: block;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  background: #fabe00;
  padding: 5px;
  border-radius: 5px;
  height: 125px;
}

.social .point1 .choice table tbody td .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#faf2d5),
    to(rgba(250, 242, 213, 0))
  );
  background: linear-gradient(
    to bottom,
    #faf2d5 0%,
    rgba(250, 242, 213, 0) 100%
  );
  padding: 10px;
  min-height: 125px;
}

@media screen and (max-width: 768px) {
  .social .point1 .choice table tbody td .wrapper {
    width: 250px;
  }
}

.social .point1 .choice table tbody td .wrapper .txt {
  width: 254px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .social .point1 .choice table tbody td .wrapper .img {
    width: auto;
  }
}

.social .point1 .choice table tbody td .wrapper.if .img img {
  height: 120px;
}

@media screen and (max-width: 768px) {
  .social .point1 .choice table tbody td .wrapper.if .img img {
    width: 156px;
    height: auto;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
}

.social .point1 .choice table tbody td .wrapper.college .img img {
  height: 87px;
}

@media screen and (max-width: 768px) {
  .social .point1 .choice table tbody td .wrapper.college .img img {
    width: 80px;
    height: auto;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
}

.social .point2 {
  padding: 20px 0;
}

.social .point2 .intro {
  height: 219px;
  background: url(../images/social_point2.jpg) no-repeat;
  background-size: 326px;
  text-align: right;
  padding-right: 40px;
}

@media screen and (max-width: 768px) {
  .social .point2 .intro {
    padding: 20px;
    width: calc(100% - 40px);
    height: auto;
    background-size: cover;
    background-position-x: 75%;
  }
}

.social .point2 .intro img {
  width: 315px;
  margin-left: 20px;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .social .point2 .intro img {
    width: auto;
    margin: 10px 0;
  }
}

.social .point2 .flow {
  width: 570px;
  margin: 30px auto;
}

@media screen and (max-width: 768px) {
  .social .point2 .flow {
    width: auto;
  }
}

.social .point2 .carriculum h4 {
  text-align: center;
  background: #2d766a;
  color: #fff;
  font-size: 1.8em;
  margin-bottom: 20px;
}

.social .point2 .carriculum h4 .sub {
  color: #fabe00;
  font-size: 0.6em;
  padding-right: 1em;
}

@media screen and (max-width: 768px) {
  .social .point2 .carriculum h4 .sub {
    display: block;
    padding-top: 5px;
  }
}

.social .point2 .carriculum.first h4 {
  background: #00a180;
}

.social .point2 .carriculum h5 {
  color: #2d766a;
  font-size: 1.8em;
  font-weight: normal;
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
}

.social .point2 .carriculum h5 .sub {
  font-size: 0.7em;
  padding-left: 1em;
}

.social .point2 .carriculum h6 {
  background: #2d766a;
  color: #fff;
  font-size: 1.2em;
  font-weight: normal;
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 5px;
}

.social .point2 .carriculum h6 .sub {
  font-size: 0.9em;
  padding-left: 1em;
}

.social .point2 .carriculum.first h6 {
  background: #00a180;
}

.social .point2 .carriculum dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .social .point2 .carriculum dl {
    display: block;
    margin-left: 0;
  }
}

.social .point2 .carriculum dl dt {
  width: 95px;
  text-align: right;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .social .point2 .carriculum dl dt {
    width: auto;
    margin-left: 0;
    text-align: left;
    margin-bottom: 10px;
  }
}

.social .point2 .carriculum dl dd {
  width: 845px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .social .point2 .carriculum dl dd {
    width: auto;
    margin-left: 0;
  }
}

.social .point2 .carriculum p {
  text-align: left;
}

.social .point2 .carriculum .tt {
  width: 780px;
  margin: 20px auto;
}

@media screen and (max-width: 768px) {
  .social .point2 .carriculum .tt {
    width: auto;
  }
}

.social .point2 .carriculum h6.pu {
  background: #d9f1ec;
  color: #00a080;
}

.social .point2 .carriculum div.pu {
  width: 580px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .social .point2 .carriculum div.pu {
    width: 100%;
  }
}

.social .point2 .carriculum div.pu h6 {
  background: transparent;
  padding: 0;
  margin: 0;
  color: #00a180;
  font-size: 1.5em;
  text-align: left;
}

.social .point2 .carriculum div.pu .txt {
  width: 304px;
}

@media screen and (max-width: 768px) {
  .social .point2 .carriculum div.pu .txt {
    width: calc(50% - 10px);
  }
}

.social .point2 .carriculum div.pu .img {
  width: 252px;
}

@media screen and (max-width: 768px) {
  .social .point2 .carriculum div.pu .img {
    width: calc(50% - 10px);
  }
}

.social .point3 {
  padding: 20px 0;
}

.social .point3 .intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .social .point3 .intro {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.social .point3 .intro .item {
  background: #00a180;
  width: 25%;
  margin-right: 1px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .social .point3 .intro .item {
    width: calc(50% - 1px);
  }
}

.social .point3 .intro .item .subj {
  text-align: center;
  font-size: 1.1em;
  font-weight: bold;
}

.social .point3 .intro .item p {
  text-align: left;
  padding: 0 10px;
}

.social .point3 .lesson {
  margin-top: 20px;
  background: #fbf2d5;
  padding: 20px;
}

.social .point3 .lesson h4 {
  background: #00a180;
  color: #fff;
  text-align: center;
  font-size: 1.8em;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 20px;
}

.social .point3 .lesson h5 {
  color: #00a180;
  font-size: 1.8em;
  font-weight: normal;
  margin: 20px 0;
}

.social .point3 .lesson .socialaction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .social .point3 .lesson .socialaction {
    display: block;
  }
}

.social .point3 .lesson .socialaction h6,
.social .point3 .lesson .socialaction p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
}

.social .point3 .lesson .socialaction h6 {
  width: 220px;
  font-size: 1em;
  font-weight: bold;
  background: #fff;
  border: 1px solid #00a080;
  color: #00a180;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .social .point3 .lesson .socialaction h6 {
    width: 100%;
    margin-bottom: 10px;
    font-size: 1.2em;
  }
}

.social .point3 .lesson .socialaction p {
  width: 700px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .social .point3 .lesson .socialaction p {
    width: 100%;
  }
}

.social .point3 .lesson .action {
  text-align: left;
}

.social .point3 .lesson .action h5 {
  font-size: 1.3em;
}

.social .point3 .lesson .imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .social .point3 .lesson .imgs {
    display: block;
  }
}

.social .point3 .lesson .imgs .img {
  width: 470px;
}

@media screen and (max-width: 768px) {
  .social .point3 .lesson .imgs .img {
    width: 100%;
  }
}

.social .point3 .lesson .imgs .voices {
  width: 470px;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .social .point3 .lesson .imgs .voices {
    width: 100%;
  }
}

.social .point3 .lesson .imgs .voices h6 {
  font-size: 1.5em;
  margin: 10px 0;
  color: #227973;
}

.social .point3 .lesson .imgs .voices .voice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 0 10px;
}

@media screen and (max-width: 768px) {
  .social .point3 .lesson .imgs .voices .voice {
    display: block;
  }
}

.social .point3 .lesson .imgs .voices .voice .txt {
  width: 254px;
  padding: 10px 0;
  text-align: left;
  font-size: 0.9em;
}

@media screen and (max-width: 768px) {
  .social .point3 .lesson .imgs .voices .voice .txt {
    width: 100%;
    font-size: 1em;
  }
}

.social .point3 .lesson .imgs .voices .voice img {
  width: 167px;
}

.social .point3 .lesson .psy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .social .point3 .lesson .psy {
    display: block;
  }
}

.social .point3 .lesson .psy .txt {
  width: 708px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .social .point3 .lesson .psy .txt {
    width: 100%;
  }
}

.social .point3 .lesson .psy .txt p.center {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
  position: relative;
}

.social .point3 .lesson .psy .txt p.center:after {
  position: absolute;
  content: "";
  background: #fbf2d5;
  width: 15px;
  height: 15px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  bottom: -9px;
  right: calc(50% - 3px);
  margin-top: 8px;
}

.social .point3 .lesson .psy .txt .strong {
  color: #00a180;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
}

.social .point3 .lesson .psy img {
  width: 221px;
}

.social .point3 .online {
  background: #eaf5fc;
  border: 1px solid #3a81c4;
  margin-top: 20px;
}

.social .point3 .online h4 {
  background: #3a81c4;
  color: #fff;
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  margin: 0;
}

.social .point3 .online .inner {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .social .point3 .online .inner {
    display: block;
  }
}

.social .point3 .online .inner h5 {
  color: #3a81c4;
  font-size: 1.2em;
  font-weight: bold;
  margin: 0 0 10px 0;
}

.social .point3 .online .inner .txt {
  width: 540px;
  padding: 20px;
}

@media screen and (max-width: 768px) {
  .social .point3 .online .inner .txt {
    width: calc(100% - 40px);
  }
}

.social .point3 .online .inner .txt .point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .social .point3 .online .inner .txt .point {
    display: block;
  }
}

.social .point3 .online .inner .txt .point h6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  width: 83px;
  font-size: 1em;
  font-weight: bold;
  background: #3a81c4;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .social .point3 .online .inner .txt .point h6 {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
}

.social .point3 .online .inner .txt .point p {
  margin: 0;
  width: 450px;
  text-align: left;
  font-size: 0.9em;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .social .point3 .online .inner .txt .point p {
    width: 100%;
  }
}

.social .point3 .online .inner .txt .point p span {
  color: #3a81c4;
}

.social .point3 .online .inner .txt a {
  display: block;
  width: 10em;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  border: 1px solid #3a81c4;
  color: #3a81c4;
  background: #fff;
  margin: 20px auto 0 auto;
}

@media screen and (max-width: 768px) {
  .social .point3 .online .inner .txt a {
    font-size: 1.5em;
  }
}

.social .point3 .online .inner img {
  width: 358px;
}

@media screen and (max-width: 768px) {
  .social .point3 .online .inner img {
    width: 100%;
    vertical-align: bottom;
  }
}

.social .point4 {
  padding: 20px 0;
}

.social .point4 h4 {
  background: #00a180;
  color: #fff;
  text-align: center;
  font-size: 1.8em;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 20px;
}

.social .point4 h4 img {
  height: 30px;
}

@media screen and (max-width: 768px) {
  .social .point4 h4 img {
    display: block;
  }
}

.social .point4 .intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 768px) {
  .social .point4 .intro {
    display: block;
  }
}

.social .point4 .intro .img {
  width: 460px;
}

@media screen and (max-width: 768px) {
  .social .point4 .intro .img {
    width: 100%;
  }
}

.social .point4 .intro .txt {
  background: #e5f6f2;
  width: 460px;
  padding: 20px 20px 0px 20px;
}

@media screen and (max-width: 768px) {
  .social .point4 .intro .txt {
    width: calc(100% - 40px);
    margin-top: 10px;
  }
}

.social .point4 .intro .txt h5 {
  color: #227973;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  margin: 0;
}

.social .point4 .intro .txt .teacher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .social .point4 .intro .txt .teacher {
    display: block;
  }
}

.social .point4 .intro .txt .teacher p {
  width: 211px;
  margin-right: 10px;
  text-align: right;
  color: #00a180;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .social .point4 .intro .txt .teacher p {
    width: 100%;
    text-align: center;
  }
}

.social .point4 .intro .txt .teacher img {
  width: 207px;
}

.social .point4 .intro .txt p {
  text-align: left;
  padding: 0 10px;
}

.social .point4 .reason {
  margin-top: 20px;
  margin-bottom: 20px;
  background: #e5f6f2;
  padding: 20px;
}

.social .point4 .reason h4 {
  color: #00a180;
  background: transparent;
  font-size: 1.5em;
}

.social .point4 .reason .reasons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .social .point4 .reason .reasons {
    display: block;
  }
}

.social .point4 .reason .reasons .item {
  width: 260px;
  margin: 0 10px;
}

@media screen and (max-width: 768px) {
  .social .point4 .reason .reasons .item {
    width: calc(100% - 20px);
    margin-bottom: 20px;
  }
}

.social .point4 .reason .reasons .item h5 {
  color: #00a180;
  font-weight: bold;
  font-size: 1.3em;
  margin: 10px 0;
}

.social .point4 .reason .reasons .item p {
  font-size: 0.8em;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .social .point4 .reason .reasons .item p {
    font-size: 1em;
  }
}

.social .point4 .hosho {
  margin-top: 20px;
  padding: 0 20px 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .social .point4 .hosho {
    display: block;
    padding: 0 0 20px 0;
  }
}

.social .point4 .hosho .txt {
  width: 750px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .social .point4 .hosho .txt {
    width: 100%;
  }
}

.social .point4 .hosho .txt h5 {
  font-size: 1.5em;
  margin: 0 0 20px 0;
}

.social .point4 .hosho .txt .point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .social .point4 .hosho .txt .point {
    display: block;
  }
}

.social .point4 .hosho .txt .point h6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  width: 83px;
  font-size: 1em;
  font-weight: bold;
  border: 1px solid #00a180;
  color: #00a180;
  background: #fff;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .social .point4 .hosho .txt .point h6 {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
}

.social .point4 .hosho .txt .point p {
  width: 640px;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .social .point4 .hosho .txt .point p {
    width: 100%;
  }
}

.social .point4 .hosho img {
  width: 173px;
}

.social .point5 {
  padding: 20px 0;
}

.social .point5 .intro {
  background: #e5f6f2;
  padding: 20px;
}

.social .point5 .intro .catch .main {
  width: 462px;
}

.social .point5 .intro .catch .sub {
  width: 203px;
}

.social .point5 h4 {
  color: #00a180;
  text-align: center;
  font-size: 1.8em;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 0;
}

.social .point5 .supports {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .social .point5 .supports {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.social .point5 .supports .support {
  width: 215px;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .social .point5 .supports .support {
    width: calc(50% - 10px);
    margin-top: 10px;
  }
}

.social .point5 .supports .support h5 {
  color: #00a180;
  text-align: left;
  font-size: 1.3em;
  font-weight: bold;
  margin: 0px 0;
}

.social .point5 .supports .support p {
  margin-top: 10px;
  text-align: left;
}

.social .point5 .naitei {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
}

.social .point5 .naitei .naitei-item {
  width: 230px;
  text-align: center;
  background: #e5f6f2;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .social .point5 .naitei .naitei-item {
    width: calc(50% - 10px);
  }
}

.social .point5 .naitei .naitei-item .subj {
  background: #00a180;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: 2px solid #fabe00;
  color: #fff;
  font-size: 1.2em;
  margin: 0;
}

.social .point5 .naitei .naitei-item .txt {
  color: #00a180;
  font-weight: bold;
  padding: 0 10px 10px 10px;
}

.social .btn01 {
  text-align: center;
  margin: 4rem 0 0 0;
  font-size: 1.8rem;
}

.social .btn01 a {
  display: inline-block;
  width: 180px;
  text-align: center;
  padding: 10px 24px;
  color: #f39800;
  background: #fbe0b2;
}

.social .dept-catch {
  color: #227973;
}

.social .title-area {
  text-align: center;
  color: #227973;
}

.social h2.dept-title {
  font-size: 5rem;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

.social .title-area p {
  font-size: 3rem;
  margin: 0;
  padding: 0;
}

.social .social-wrapper {
  background: #bcd7d5;
  text-align: center;
  padding: 2rem 0;
}

.social h2.title-point {
  margin: 2rem;
  text-align: center;
  color: #227973;
}

.social .point-area .box {
  background: #fff;
  max-width: 1000px;
  margin: auto auto 3rem auto;
  padding: 0 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.social .point-area .box h3 {
  color: #227973;
}

.social .point-area .box p {
  margin: 1rem 0;
}

.social .point-area .box .text-area {
  text-align: left;
  width: 100%;
}

.social .btn01 {
  text-align: center;
  margin: auto;
}

.social .btn01 a {
  display: inline-block;
  width: 200px;
  text-align: center;
  padding: 10px 24px;
  color: #227973;
  background: #bcd7d5;
}

.social .point1-area {
  margin: 50px 0;
}

.social h3.obi-title1 {
  background: #fff;
  width: 100%;
  font-size: 3.5rem;
  color: #227973;
  font-weight: 500;
  padding: 3rem 0 0 0;
}

.social h3.obi-title1 img,
.social h3.obi-title1 span {
  display: inline-block;
  vertical-align: middle;
}

.social .cnt-area1,
.social .cnt-area2 {
  max-width: 1000px;
  margin: auto;
  background: #fff;
  padding: 2rem;
}

.social .point1-wrapper h4 {
  background: #227973;
  color: #fff;
  font-size: 2.5rem;
  margin: 0;
  font-weight: 500;
}

.social .point1-wrapper h5 {
  color: #227973;
  font-size: 2.5rem;
  font-weight: 500;
  margin: 1rem;
}

.social .green {
  color: #227973;
  font-size: 1.8rem;
}

.social .point1-wrapper p {
  width: 80%;
  margin: 1rem auto;
}

.social .point1-wrapper .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.social .point2-area .box1,
.social .point2-area .box2 {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  margin: 1rem auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.social .point2-area .box1 h4,
.social .point2-area .box2 h4 {
  color: #227973;
  font-size: 3.5rem;
  margin: 2rem 0;
  line-height: 120%;
}

.social .point2-area .box1 .text-area {
  float: left;
  width: calc(50% - 20px);
  padding: 10px;
}

.social .point2-area .box1 .img-area {
  float: right;
  width: 50%;
}

.social .point2-area .box2 .text-area {
  float: right;
  width: calc(50% - 20px);
  padding: 10px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.social .point2-area .box2 .img-area {
  float: left;
  width: 50%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.social .point3-area .cnt1-area,
.social .point3-area .cnt2-area,
.social .point3-area .cnt3-area {
  background: #fff;
  width: 1000px;
  margin: 1rem auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1rem 2rem;
}

.social .point3-area .flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.social .point3-area .flex-wrapper .box {
  width: calc(50% - 20px);
  padding: 10px;
}

.social .point3-area .flex-wrapper .box h4 {
  color: #227973;
}

.social .point3-area h4.obi-title {
  background: #f0810e;
  color: #fff;
}

.social .point3-area .cnt2-area {
  background: #fff url(../images/social_cnt4_img07.jpg) no-repeat left bottom;
}

.social .point3-area .cnt2-area h4,
.social .point3-area .cnt3-area h4 {
  font-size: 3.5rem;
  color: #227973;
  text-align: left;
  margin: 0;
}

.social .point3-area .cnt2-area h5 {
  font-size: 2rem;
  color: #f18d00;
  margin: 0;
}

.social .point3-area .cnt2-area .text-area,
.social .point3-area .cnt3-area .text-area {
  float: left;
  text-align: left;
  width: 50%;
}

.social .point3-area .cnt2-area .text-area {
  padding-bottom: 200px;
}

.social .point3-area .cnt2-area .img-area,
.social .point3-area .cnt3-area .img-area {
  float: right;
  width: 45%;
}

.social .point3-area .cnt3-area h5 {
  background: #227973;
  color: #fff;
  font-size: 2rem;
  padding: 0 1rem;
  display: inline-block;
  margin: 2rem 0 0 0;
}

.social .point3-area .cnt3-area p.obi {
  color: #227973;
}

.social .point3-area .cnt3-area .text-area:first-of-type {
  width: calc(50% - 20px);
  margin-right: 20px;
}

.social .point3-area .cnt3-area .text-area.pickup h5 {
  background: none;
  color: #227973;
  padding: 0;
  text-indent: -85px;
  padding-left: 85px;
  line-height: 1;
}

.social .point3-area .cnt3-area .text-area.pickup h5::before {
  display: inline-block;
  content: "PICK UP";
  background: #227973;
  color: #fff;
  padding: 5px;
  font-size: 1.5rem;
  margin-right: 5px;
  width: 70px;
  height: 2.5em;
  line-height: 2.5em;
  text-align: center;
  text-indent: 0;
}

.social .point3-area .cnt3-area .text-area.pickup .img {
  text-align: center;
}

.social .point4-area {
  background: #fff;
  width: 1000px;
  margin: 1rem auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1rem 2rem;
}

.social .point4-area .text-area {
  float: left;
  text-align: left;
  width: 55%;
}

.social .point4-area .img-area {
  float: right;
  width: 45%;
}

.social .point4-area h4 {
  font-size: 3.5rem;
  color: #227973;
  text-align: left;
  margin: 1rem 0;
}

.social .point4-area h4 img {
  vertical-align: middle;
}

.social .point4-area .text-area h5 {
  color: #227973;
  font-size: 2rem;
  margin: 3rem 0 0 0;
}

.social .point4-area .text-area p.img {
  text-align: center;
}

.social .point4-area .text-area .flex {
  background: #d6e5e4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 2rem;
  margin: 2rem 0;
}

.social .point4-area .text-area .flex p.title {
  text-align: center;
  font-size: 2.2rem;
  margin: 0;
  width: 100%;
}

.social .point4-area .text-area .flex .box {
  width: 46%;
  margin: 2%;
}

.social .point4-area .text-area .flex p.obi {
  background: #fff;
  padding: 2rem;
  font-size: 2rem;
  letter-spacing: 6px;
  color: #227973;
}

.social .point4-area .cnt-area {
  clear: both;
  background: #e5e5e5;
  margin: 2rem 0;
  padding: 2rem;
}

.social .point4-area .cnt-area h4 {
  text-align: center;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .social h2.dept-title {
    font-size: 4rem;
  }
  .social .title-area p {
    font-size: 2rem;
  }
  .social .btn01 a {
    font-size: 1.5rem;
  }
  .social .point1-wrapper .flex {
    display: block;
  }
  .social .point-area .box {
    max-width: 100%;
    display: block;
  }
  .social .point-area .box h3 {
    text-align: center;
    font-size: 2rem;
  }
  .social .point-area .box .text-area {
    width: 100%;
    text-align: left;
    padding: 0 3rem 0 3rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .social .point-area .box .img-area img {
    margin-top: 2rem;
    height: auto;
  }
  .social h3.obi-title1 {
    font-size: 2.5rem;
  }
  .social h3.obi-title1 {
    background: #fff;
    width: 100%;
    font-size: 2.5rem;
    color: #227973;
    font-weight: 500;
    padding: 3rem 0 0 0;
  }
  .social .point2-area .box h3 {
    text-align: center;
    font-size: 2rem;
  }
  .social .point2-area .box1,
  .social .point2-area .box2 {
    display: block;
    background: #fff;
    width: auto;
    margin: 1rem auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .social .point2-area .box1 .text-area {
    float: none;
    width: auto;
  }
  .social .point2-area .box1 h4,
  .social .point2-area .box2 h4 {
    color: #227973;
    font-size: 2.5rem;
    margin: 2rem 0;
    line-height: 120%;
  }
  .social .point2-area .box1 .img-area {
    float: none;
    width: auto;
  }
  .social .point2-area .box2 .img-area {
    float: none;
    width: auto;
  }
  .social .point2-area .box2 .text-area {
    float: none;
    width: auto;
  }
  .social .point3-area .cnt1-area,
  .social .point3-area .cnt2-area,
  .social .point3-area .cnt3-area {
    width: 100%;
  }
  .social .point3-area .flex-wrapper {
    display: block;
  }
  .social .point3-area .flex-wrapper .box {
    width: 100%;
  }
  .social .point3-area .cnt2-area .text-area,
  .social .point3-area .cnt3-area .text-area {
    float: none;
    width: 100%;
  }
  .social .point3-area .cnt2-area .text-area {
    padding-bottom: 0;
  }
  .social .point3-area .cnt3-area .text-area:first-of-type {
    width: 100%;
    margin-right: 0;
  }
  .social .point3-area .cnt2-area .img-area,
  .social .point3-area .cnt3-area .img-area {
    float: none;
    width: 100%;
  }
  .social .point3-area .cnt2-area {
    padding-bottom: 200px;
    background: #fff url(../images/social_cnt4_img07.jpg) no-repeat left bottom;
    background-size: 100% auto;
  }
  .social .point4-area {
    width: 100%;
  }
  .social .point4-area .text-area {
    float: none;
    width: 100%;
  }
  .social .point4-area .img-area {
    float: none;
    width: 100%;
  }
  .social .point4-area .text-area .flex {
    background: #d6e5e4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 2rem;
    margin: 2rem 0;
  }
  .social .point4-area .text-area .flex .box {
    width: 100%;
  }
  .social .point4-area .text-area .flex p.obi {
    letter-spacing: 0px;
  }
  .social .point3-area .cnt2-area h4,
  .social .point3-area .cnt3-area h4,
  .social .point4-area h4 {
    font-size: 2.5rem;
  }
  .social .point2-area .box1 h4,
  .social .point2-area .box2 h4 {
    margin: 2rem 0;
  }
  .social .point3-area .cnt3-area h5 {
    background: #227973;
    color: #fff;
    font-size: 2rem;
    padding: 0 1rem;
    display: block;
    margin: 2rem 0 0 0;
  }
  .social .point3-area .cnt3-area .text-area.pickup h5 {
    text-indent: 0;
    padding-left: 0;
    line-height: 1.5em;
  }
  .social .point3-area .cnt3-area .text-area.pickup h5::before {
    display: block;
    width: 100%;
    height: auto;
    line-height: 1;
    margin-bottom: 10px;
  }
}

/* =dept psychology 福祉心理科
-------------------------------------------------------------- */
.psychology .btn01 {
  text-align: center;
  margin: 4rem 0 0 0;
  font-size: 1.8rem;
}

.psychology .btn01 a {
  display: inline-block;
  width: 180px;
  text-align: center;
  padding: 10px 24px;
  color: #9e6398;
  background: #e0dbec;
}

.psychology .dept-catch {
  color: #9e6398;
}

.psychology .title-area {
  text-align: center;
  color: #9e6398;
}

.psychology h2.dept-title {
  font-size: 5rem;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

.psychology .title-area p {
  font-size: 3rem;
  margin: 0;
  padding: 0;
}

.psychology .psychology-wrapper {
  background: #e0dbec;
  text-align: center;
  padding: 2rem 0;
}

.psychology h2.title-point {
  margin: 2rem;
  text-align: center;
  color: #9e6398;
}

.psychology .point-area .box {
  background: #fff;
  max-width: 1000px;
  margin: auto auto 3rem auto;
  padding: 0 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.psychology .point-area .box h3 {
  color: #9e6398;
  font-weight: 500;
  font-size: 3rem;
  margin: 1rem 0;
}

.psychology .point-area .box p {
  margin: 1rem 0;
}

.psychology .point-area .box .text-area {
  width: 500px;
  text-align: left;
  padding: 0 0 0 3rem;
}

.psychology .point-area .box .img-area img {
  width: auto;
  height: 100%;
}

.psychology h3.obi-title1 {
  background: #fff;
  width: 100%;
  font-size: 2.8rem;
  line-height: 1.5em;
  color: #9e6398;
  font-weight: 500;
  padding: 3rem 0 0 0;
}

.psychology .point1-area .box {
  background: #fff;
  max-width: 1000px;
  margin: auto auto 3rem auto;
  padding: 0 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.psychology .point1-area .box .text-area {
  text-align: left;
  padding: 0 0 0 3rem;
}

.psychology .point1-area .box h3 {
  color: #ee7971;
  font-weight: 500;
  font-size: 2.8rem;
  margin: 2rem 0;
  padding-left: 1rem;
  border-left: 6px solid #e2736a;
  line-height: 120%;
}

.psychology .point1-area .box p.purple {
  color: #9888bf;
  font-size: 1.8rem;
}

.psychology .point1-area .box p.pink {
  color: #ed7971;
}

.psychology .point1-area .box .cnt-box1 {
  background: #fad7d4;
  padding: 2rem 2rem;
  float: left;
  width: 260px;
  display: block;
  margin: 0 2rem 2rem 0;
}

.psychology .point1-area .box p {
  margin: 0;
}

.psychology .point1-area .box .cnt-box2 {
  float: left;
  display: block;
  max-width: 420px;
}

.psychology .point2-area {
  width: 1000px;
  margin: auto;
}

.psychology .point2-area .cnt-area1,
.psychology .point2-area .cnt-area2 {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 1rem auto;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 10px 0;
}

.psychology .point2-area .cnt-area1 .box1,
.psychology .point2-area .cnt-area2 .box1 {
  margin: 2%;
}

.psychology .point2-area .cnt-area1 h4,
.psychology .point2-area .cnt-area2 h4 {
  width: 100%;
  color: #ed7971;
  font-size: 2.4rem;
  text-align: center;
  margin: 1rem 0;
}

.psychology .point3-area .cnt-area1,
.psychology .point3-area .cnt-area2 {
  max-width: 1000px;
  margin: auto;
  background: #fff;
  padding: 2rem;
}

.psychology .point3-area h4 {
  font-size: 2.8rem;
  margin: 1rem;
  color: #9e6398;
}

.psychology .point3-area h5 {
  font-size: 2rem;
  margin: 1rem;
  color: #9e6398;
  font-weight: 500;
}

.psychology .point3-area p.purple {
  color: #9e6398;
}

.psychology .point3-area .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1rem auto;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.psychology .point3-area .flex .box {
  width: 50%;
  padding: 2rem;
}

.psychology .point3-area .cnt-area2 h4 {
  font-size: 2.5rem;
  margin: 1rem;
  color: #716696;
}

.psychology .point3-area .cnt-area2 h5 {
  font-size: 2rem;
  margin: 1rem;
  color: #716696;
  font-weight: 500;
}

.psychology .point3-area .cnt-area2 p.purple {
  color: #716696;
}

.psychology .point4-area {
  background: #fff;
  width: 1000px;
  margin: 1rem auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1rem 2rem;
}

.psychology .point4-area h4 {
  background: #ee7971;
  color: #fff;
  font-size: 2rem;
  margin: 0;
  font-weight: 500;
}

.psychology .point4-area .text-area {
  float: left;
  text-align: left;
  width: 55%;
}

.psychology .point4-area .text-area h5 {
  color: #ee7971;
  margin: 0;
  font-size: 1.6rem;
  font-weight: 500;
}

.psychology .point4-area .text-area p.purple {
  color: #716696;
  margin: 0;
}

.psychology .point4-area .text-area .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.psychology .point4-area .text-area .flex .box {
  margin: 0 2rem;
}

.psychology .point4-area .img-area {
  float: right;
  width: 45%;
}

.psychology .point4-area .cnt-area {
  clear: both;
  background: #e5e5e5;
  margin: 2rem 0;
  padding: 2rem;
}

.psychology .point4-area .cnt-area h4 {
  color: #716696;
  background: none;
  text-align: center;
  font-weight: 500;
}

.psychology .point4-area .cnt-area h4 span {
  display: block;
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .psychology h2.dept-title {
    font-size: 4rem;
  }
  .psychology .title-area p {
    font-size: 2rem;
  }
  .psychology .btn01 {
    margin: 2rem 0 0 0;
  }
  .psychology .btn01 a {
    font-size: 1.5rem;
  }
  .psychology .point-area .box {
    max-width: 100%;
    display: block;
  }
  .psychology .point-area .box h3 {
    text-align: center;
    font-size: 2rem;
  }
  .psychology .point-area .box .text-area {
    width: 100%;
    text-align: left;
    padding: 0 3rem 0 3rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .psychology .point-area .box .img-area img {
    margin-top: 2rem;
    height: auto;
  }
  .psychology .point1-area .box {
    max-width: 100%;
    margin: auto auto 3rem auto;
    padding: 1rem 0 0 0;
    display: block;
  }
  .psychology .point1-area .box .cnt-box1 {
    float: none;
    max-width: 100%;
    width: auto;
    margin: 0 0 2rem 0;
  }
  .psychology .point1-area .box .cnt-box2 {
    float: none;
    max-width: 100%;
    width: auto;
  }
  .psychology .point1-area .box .text-area {
    text-align: left;
    padding: 0 1em;
  }
  .psychology .point2-area {
    width: 100%;
  }
  .psychology .point2-area .cnt-area1,
  .psychology .point2-area .cnt-area2 {
    display: block;
  }
  .psychology .point3-area .flex {
    display: block;
  }
  .psychology .point3-area .flex .box {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .psychology .point4-area {
    max-width: 100%;
  }
  .psychology .point4-area .text-area {
    float: none;
    width: 100%;
  }
  .psychology .point4-area .img-area {
    float: none;
    width: 100%;
  }
  .psychology .point4-area .text-area .flex {
    display: block;
  }
  .psychology .point4-area .text-area .flex .img {
    text-align: center;
  }
}

/* = licence
-------------------------------------------------------------- */
#deptListSecretary:checked ~ .licenseDept.secretary,
#deptListCare:checked ~ .licenseDept.care,
#deptListSocial:checked ~ .licenseDept.social,
#deptListPsychology:checked ~ .licenseDept.psychology {
  display: block;
}

.licenseDept {
  margin-top: 20px;
}

.licenseDept .flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#license .licenseDept {
  width: 300px;
}

#license .licenseDept.secretary {
  background: #fbe3ed;
}

#license .licenseDept.care {
  background: #fbe0b2;
}

#license .licenseDept.social {
  background: #bcd7d5;
}

#license .licenseDept.psychology {
  background: #e0dbec;
}

#license .flex-wrapper .box1 {
  width: 46%;
  padding: 1rem;
  margin: 2%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  background: #fff;
}

#license .box1 h4 {
  font-size: 2rem;
  line-height: 1.2em;
  font-weight: 500;
  margin: 0;
}

.licenseDeptWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.licenseDept {
  margin-right: 10px;
}

.licenseDept:last-of-type {
  margin-right: 0px;
}

.licenseDept h5 {
  text-align: center;
  margin: 0;
  padding: 5px 10px;
  font-size: 2rem;
  color: #fff;
}

#license .licenseDept.care h5 {
  background-color: #f39800;
}

#license .licenseDept.social h5 {
  background-color: #227973;
}

#license .licenseDept.secretary h5 {
  background-color: #ec79ac;
}

.licenseDeptImg {
  text-align: center;
}

.licenseDeptImg img {
  width: 100%;
  vertical-align: bottom;
}

.percent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  padding: 10px;
}

.percent .sub {
  font-size: 2rem;
}

.percent .num {
  font-size: 5.5rem;
  font-weight: bold;
  line-height: 1;
  margin-top: 5px;
}

#license .licenseDept h4 {
  margin: 0;
  font-weight: 500;
  font-size: 3.4rem;
  text-align: center;
  color: #fff;
}

#license .licenseDept.care h4 {
  color: #f39800;
}

#license .licenseDept.social h4 {
  color: #227973;
}

#license .licenseDept.secretary h4 {
  color: #ec79ac;
}

#license .licenseDept.secretary .percent {
  color: #ec79ac;
}

#license .licenseDept.care .percent {
  color: #f39800;
}

#license .licenseDept.social .percent {
  color: #227973;
}

/*
#license .licenseDept.secretary .percent .sub span {
	font-weight: bold;
	background:linear-gradient(transparent 60%, #ffff80 60%);
	padding-left:10px;
	padding-right:10px;
}
*/
#license .licenseDept.care .percent .sub span {
  font-weight: bold;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(60%, transparent),
    color-stop(60%, #ffff80)
  );
  background: linear-gradient(transparent 60%, #ffff80 60%);
  padding-left: 10px;
  padding-right: 10px;
}

#license .box1 h4 span {
  font-size: 1.3rem;
  display: block;
}

#license .box1 h4 + p {
  line-height: 1.4em;
}

#license .box1 p.percent {
  margin-bottom: 0;
  font-size: 1.8rem;
  color: #ec79ac;
}

#license .box1 p.percent span {
  font-size: 4.5rem;
  color: #ec79ac;
  line-height: 100%;
}

#license .licenseDept .percent .numSub {
  display: inline-block;
  vertical-align: middle;
  padding: 5px 10px;
  font-size: 1.6rem;
  color: #fff;
  border-radius: 20px;
  margin-right: 5px;
  line-height: 1;
}

#license .licenseDept.care .percent .numSub {
  background-color: #f39800;
}

#license .licenseDept.social .percent .numSub {
  background-color: #227973;
}

#license .licenseDept.secretary .percent .numSub {
  background-color: #ec79ac;
}

#license .deptLink {
  text-align: center;
  padding-bottom: 10px;
}

#license .deptLink a {
  display: inline-block;
  width: 200px;
  padding: 10px 24px;
  background: #fff;
}

#license .licenseDept.care .deptLink a {
  border: 2px solid #f39800;
  color: #f39800;
}

#license .licenseDept.social .deptLink a {
  border: 2px solid #227973;
  color: #227973;
}

#license .licenseDept.secretary .deptLink a {
  border: 2px solid #ec79ac;
  color: #ec79ac;
}

@media screen and (max-width: 768px) {
  .licenseDeptWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .licenseDept {
    margin-right: 0px;
  }
  #license .licenseDept {
    width: 100%;
  }
  #license .flex-wrapper {
    display: block;
    padding: 1rem;
  }
  #license .flex-wrapper .box1 {
    max-width: 100%;
    width: auto;
    padding: 1rem;
    margin: 2%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    background: #fff;
  }
}

/* =campus
-------------------------------------------------------------- */
.sec-ttl.campus,
.campusInsta {
  text-align: center;
  color: #ef8586;
}

.sec-ttl.campus {
  font-weight: bold;
  margin-bottom: 0;
}

.sec-ttl.campus::before,
.sec-ttl.campus::after {
  content: url(../images/campus_catch_bg.png);
  margin: 0 10px;
}

.campusInsta {
  font-size: 1.8rem;
}

.campusInsta img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
}

.scheduleWrapper {
  background: #fadada;
}

.scheduleWrapper .content-width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 15px;
}

.scheduleItem {
  width: 220px;
  background: #fff;
  padding: 4px;
  margin-top: 15px;
  margin-bottom: 0;
}

.scheduleItem dt {
  border-top: 8px solid #ef8586;
  padding: 6px;
  color: #ef8586;
  text-align: center;
  font-size: 2.8rem;
  line-height: 1em;
  margin-bottom: 0.5em;
}

.scheduleItem dt span {
  display: block;
  font-size: 1.8rem;
}

.scheduleItem dd {
  line-height: 1em;
  margin-left: 3em;
  margin-bottom: 1em;
}

.scheduleItem dd::before {
  content: "●";
}

.scheduleItem dd a {
  text-decoration: underline;
}

.scheduleItem dd a.instaLink::after {
  display: inline-block;
  vertical-align: middle;
  content: url(../images/campus_insta.png);
  margin-left: 0.5em;
}

@media screen and (max-width: 768px) {
  .scheduleWrapper .content-width {
    display: block;
    padding-top: 15px;
  }
  .scheduleItem {
    max-width: 100%;
    width: auto;
  }
  .scheduleItem:first-of-type {
    margin-top: 0;
  }
}

/* =exam
-------------------------------------------------------------- */
#exam .sec-box {
  padding-bottom: 0;
}

/*#exam-schedule*/
#exam #exam-schedule table td {
  width: 14.2%;
  text-align: center;
}

/*exam-department*/
#exam #exam-department .sec-inner {
  text-align: center;
}

/*exam-outline*/
#exam #exam-outline table:first-of-type th:nth-child(1) {
  width: 100px;
}

#exam #exam-outline table:first-of-type th:nth-child(2) {
  width: 250px;
}

#exam #exam-outline table:first-of-type th:nth-child(3) {
  width: 70px;
}

#exam #exam-outline table:first-of-type th:nth-child(4) {
  width: 260px;
}

#exam #exam-outline table:first-of-type th:nth-child(5) {
  width: 260px;
}

#exam #exam-outline table:nth-of-type(2) th:nth-child(1) {
  width: 100px;
}

#exam #exam-outline table:nth-of-type(2) th:nth-child(2) {
  width: 900px;
}

#exam-ao table th:nth-child(1) {
  width: 100px;
}

#exam-ao table th:nth-child(n + 2) {
  width: 150px;
}

/*exam-benefit*/
#exam #exam-benefit table:first-of-type th:nth-child(3) {
  width: 50px;
}

#exam #exam-benefit table:first-of-type th:nth-child(5) {
  width: 70px;
}

@media screen and (max-width: 768px) {
  .scroll-wrapper {
    overflow-x: scroll;
  }
  .scroll-wrapper table {
    table-layout: fixed;
    width: 1000px;
  }
  .scroll-wrapper table th,
  .scroll-wrapper table td {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

/* =ao heigan
-------------------------------------------------------------- */
#ao .sec-box,
#heigan .sec-box {
  padding-bottom: 0;
}

#heigan-outline th:nth-child(2) {
  width: 4em;
}

#heigan-department table th,
#heigan-department table td {
  text-align: center;
}

/* =school
-------------------------------------------------------------- */
#school #mainvisual {
  background-image: url("../images/page/school/bg_mv_school.jpg");
}

#school #school-merit .item-container {
  position: relative;
  width: 500px;
  margin: 0 auto;
}

#school #school-merit .item-container::before {
  position: absolute;
  content: url("../images/page/school/img_school_merit01.png");
  top: -20px;
  left: -220px;
}

#school #school-merit .item-container::after {
  position: absolute;
  content: url("../images/page/school/img_school_merit02.png");
  top: -20px;
  right: -220px;
}

#school #school-merit .item-container li {
  position: relative;
  font-size: 2.2rem;
  margin-bottom: 20px;
}

#school #school-merit .item-container li:last-child {
  margin-bottom: 0;
}

#school #school-merit .item-container li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 41px;
  height: 41px;
}

#school #school-merit .item-container li span {
  vertical-align: top;
  display: inline-block;
}

#school #school-merit .item-container li span {
  padding-left: 50px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

#school #school-merit .item-container li .marker {
  padding-left: 0;
}

#school #school-contents {
  background: url(../images/top/bg_top_admission.png) no-repeat scroll
    center/cover;
}

#school #school-contents .item-container li {
  background: #fff;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
}

#school #school-contents .item-container li:nth-child(3n) {
  margin-right: 0;
}

#school #school-contents .item-container li .item-inner {
  text-align: center;
  padding: 15px 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#school #school-contents .item-container li .item-inner .sub-ttl {
  font-size: 2.2rem;
  margin: 0 0 5px;
}

#school #school-contents .item-container li .item-inner .sub-ttl span {
  line-height: 1.2;
}

#school #school-contents .item-container li .item-inner .sub-ttl .number {
  color: #ef8585;
}

#school #school-contents .item-container li .item-inner .sub-ttl .small {
  font-size: 1.8rem;
}

#school #school-contents .item-container li .item-inner p {
  margin: 0;
}

#school #school-schedule .legend-box li {
  font-size: 1.2rem;
  vertical-align: middle;
  margin-right: 15px;
}

#school #school-schedule .legend-box li:last-child {
  margin-right: 0;
}

#school #school-schedule .legend-box li img,
#school #school-schedule .legend-box li span {
  vertical-align: middle;
}

#school #school-support {
  background: url("../images/top/bg_top_access.jpg") no-repeat scroll
    center/cover;
}

#school #school-support .item-container {
  overflow: visible;
}

#school #school-support .item-container li {
  width: 32%;
  margin-right: 2%;
}

#school #school-support .item-container li:last-child {
  margin-right: 0;
}

#school #school-support .item-container .item-inner {
  padding: 30px 15px;
  text-align: center;
  display: table;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#school #school-support .item-container .item-inner .inner {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

#school #school-support .item-container .item-inner .img-box {
  position: absolute;
  top: -34px;
  left: -34px;
}

#school #school-support .item-container .item-inner .sub-ttl {
  margin: 0;
  font-size: 2.8rem;
}

#school #school-support .item-container .item-inner .sub-ttl span {
  line-height: 1.2;
}

#school #school-support .item-container .item-inner .sub-ttl .small {
  font-size: 1.4rem;
}

#school #school-support .item-container .item-inner p {
  margin: 20px 0 0;
  line-height: 1.5;
}

#school #school-support .item-container .notice {
  font-size: 1.2rem;
}

/* 20190322 */
#school #school-merit,
#school #school-contents,
#school #school-schedule,
#school #school-support {
  background: #fcf6e0;
  text-align: center;
}

#school #school-merit.sec-box,
#school #school-contents.sec-box,
#school #school-schedule.sec-box,
#school #school-support.sec-box {
  line-height: 1;
  padding: 0px;
}

#school #school-support.sec-box {
  padding-bottom: 125px;
}

#school #school-merit img,
#school #school-contents img,
#school #school-schedule img,
#school #school-support img {
  vertical-align: bottom;
}

@media screen and (max-width: 768px) {
  #school #mainvisual {
    background-position: center right -40px;
  }
  #school #school-merit .item-container {
    width: 100%;
  }
  #school #school-merit .item-container::before,
  #school #school-merit .item-container::after {
    display: none;
  }
  #school #school-merit .item-container li {
    font-size: 2rem;
  }
  #school #school-contents .item-container li {
    display: block;
    width: 320px;
    margin: 0 auto 2% !important;
  }
  #school-schedule img {
    display: block;
    margin-bottom: 1px;
  }
  #school #school-support .item-container .item-inner .img-box {
    top: -15px;
    left: -15px;
  }
  #school #school-support .item-container li {
    display: block;
    width: 400px;
    margin: 0 auto 50px !important;
  }
}

/* =ao
-------------------------------------------------------------- */
.common-admission-merit .item-container {
  position: relative;
  width: 720px;
  margin: 0 auto;
}

.common-admission-merit .item-container li {
  position: relative;
  font-size: 2.2rem;
  margin-bottom: 20px;
}

.common-admission-merit .item-container li:last-child {
  margin-bottom: 0;
}

.common-admission-merit .item-container li img {
  position: absolute;
  top: 0;
  left: 0;
}

.common-admission-merit .item-container li span {
  vertical-align: middle;
  display: inline-block;
}

.common-admission-merit .item-container li span {
  padding-left: 50px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.common-admission-merit .item-container li .marker {
  padding-left: 0;
}

/*benefit*/
.common-admission-benefit .item-container {
  overflow: visible;
}

.common-admission-benefit .item-container li {
  width: 32%;
  margin-right: 2%;
  text-align: center;
}

.common-admission-benefit .item-container li:last-child {
  margin-right: 0;
}

.common-admission-benefit .item-container li .item-inner {
  height: 200px;
  display: table;
  width: 100%;
}

.common-admission-benefit .item-container li .item-inner .sub-ttl {
  display: table-cell;
  vertical-align: middle;
  font-size: 2.2rem;
}

/*flow*/
.common-admission-flow .item-container {
  width: 800px;
  margin: 0 auto;
}

.common-admission-flow .item-container li {
  position: relative;
  border-bottom: 2px solid #cdbf87;
  padding: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.common-admission-flow .item-container li::after {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -15px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #cdbf87 transparent transparent transparent;
}

.common-admission-flow .item-container li:last-child::after {
  display: none;
}

.common-admission-flow .item-container li .sub-ttl {
  margin: 0;
  font-size: 2.2rem;
}

.common-admission-flow .item-container li .sub-ttl .number {
  color: #ef8585;
}

#heigan #heigan-requirement .sec-text {
  text-align: center;
}

#heigan #heigan-department .item-container {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .common-admission-merit .item-container {
    width: 100%;
  }
  .common-admission-benefit .item-container li {
    width: 100%;
    margin-bottom: 30px;
  }
  .common-admission-benefit .item-container li .item-inner {
    height: 120px;
  }
  .common-admission-flow .item-container {
    width: 100%;
  }
}

/* =human_resource
-------------------------------------------------------------- */
#human_resource .inner-sec {
  margin: 50px 0;
}

#human_resource .inner-sec:last-child {
  margin-bottom: 0;
}

/* =soudan
-------------------------------------------------------------- */
#soudan #soudan-outline .sec-text p {
  font-size: 2.4rem;
  text-align: center;
  color: #ef8585;
}

#soudan #soudan-outline .item-inner {
  padding: 50px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#soudan #soudan-outline .item-box {
  margin-top: 50px;
}

#soudan #soudan-outline .item-box .sub-ttl {
  text-align: center;
  margin: 0;
  font-size: 2rem;
}

#soudan #soudan-outline .item-box ul {
  margin-top: 30px;
}

#soudan #soudan-outline .item-box ul li {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
}

#soudan #soudan-outline .item-box ul li:nth-child(2n) {
  margin-right: 0;
}

#soudan #soudan-psychotherapist {
  background: url("../images/top/bg_top_access.jpg") no-repeat scroll
    center/cover;
}

#soudan #soudan-psychotherapist .image-box {
  width: 50%;
  padding-right: 2%;
  text-align: right;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#soudan #soudan-psychotherapist .text-box {
  width: 50%;
  padding-left: 2%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
}

#soudan #soudan-psychotherapist .text-box .sub-ttl {
  font-size: 2.4rem;
  margin: 0;
}

#soudan #soudan-contact .image-box {
  width: 40%;
  padding-right: 2%;
  text-align: right;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#soudan #soudan-contact .text-box {
  width: 60%;
  padding-left: 2%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
}

#soudan #soudan-contact .text-box p {
  margin: 0;
}

#soudan #soudan-contact .text-box .mail {
  font-size: 2rem;
  margin: 10px 0;
  font-weight: bold;
}

#soudan #soudan-contact .text-box th,
#soudan #soudan-contact .text-box td {
  text-align: center;
}

#soudan #soudan-contact .text-box th {
  background: #f7c2c2;
}

#soudan #soudan-contact .text-box tbody td {
  width: 85px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#soudan #soudan-contact .sec-text p {
  font-size: 2.4rem;
  text-align: center;
  color: #ef8585;
}

@media screen and (max-width: 768px) {
  #soudan #soudan-outline .item-box ul li:nth-child(n) {
    width: 100%;
    margin-right: 0;
  }
  #soudan #soudan-psychotherapist .text-box {
    width: 100%;
    padding-left: 0;
  }
  #soudan #soudan-psychotherapist .text-box .link-box {
    text-align: center;
  }
  #soudan #soudan-psychotherapist .image-box {
    width: 320px;
    margin: 30px auto 0;
    padding: 0;
    text-align: center;
  }
  #soudan #soudan-contact .text-box,
  #soudan #soudan-contact .image-box {
    width: 100%;
  }
}

/* =privacy
-------------------------------------------------------------- */
#privacy .inner-sec {
  margin: 50px 0;
}

#privacy .inner-sec:last-child {
  margin-bottom: 0;
}

/* =disclosure
-------------------------------------------------------------- */
.disclosure li {
  list-style-type: disc;
  margin-left: 2em;
  margin-bottom: 20px;
}

.disclosure li.parent {
  margin-bottom: 0;
}

.disclosure label {
  cursor: pointer;
}

.disclosure input {
  display: none;
}

.disclosure .parent ul {
  margin-top: 20px;
}

.disclosure .parent li {
  max-height: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  margin-left: 0;
  margin-bottom: 0;
  overflow-y: hidden;
}

.disclosure .parent li::before {
  content: ">";
  margin-right: 5px;
}

.disclosure input:checked ~ ul li {
  list-style-type: disc;
  max-height: 1.5em;
  opacity: 1;
  margin-bottom: 20px;
}

/* =link
-------------------------------------------------------------- */
#link dl dt {
  margin-top: 16px;
}

#link dl dt:first-of-type {
  margin-top: 0;
}

#link dl a {
  color: #ef8585;
  text-decoration: underline;
}

/* =inquireForm
-------------------------------------------------------------- */
#inquireForm {
  margin-top: 50px;
}

#inquireForm dl {
  display: table;
  width: 100%;
  margin: 0;
  border-bottom: 1px solid #ef8585;
}

#inquireForm dl:first-child {
  border-bottom: 2px solid #eee;
}

#inquireForm dt,
#inquireForm dd {
  display: table-cell;
  padding: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#inquireForm dt {
  width: 30%;
  font-weight: bold;
}

#inquireForm dd {
  width: 70%;
  margin: 0;
}

#inquireForm dt .require {
  color: #ef0000;
  display: block;
  float: right;
}

#inquireForm .dormitoryLink {
  display: inline-block;
  background: #ef8585;
  color: #fff;
  padding: 5px 10px;
}

.inquireFormBtn {
  margin-top: 50px;
  text-align: center;
}

.inquireFormBtn .submit-box,
.inquireFormBtn .reset-box {
  display: inline-block;
}

.inputNote {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  #inquireForm dl {
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #inquireForm dt,
  #inquireForm dd {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #inquireForm dt {
    padding: 30px 0 10px;
  }
  #inquireForm dd {
    padding: 10px 0 30px;
  }
  #inquireForm textarea {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #school-entry.sec-cv .content-item p {
    margin-bottom: 0;
  }
  #school-entry.sec-cv .content-item:nth-of-type(2) {
    margin-bottom: 70px;
  }
  #school-entry.sec-cv .link-box.btn-box a {
    margin-bottom: 20px;
  }
  #school-entry.sec-cv .link-box.btn-box a:last-child {
    margin-bottom: 0;
  }
}

/* = ContactForm7
-------------------------------------------------------------- */
.wpcf7 .required {
  color: #c93756;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="email"],
.wpcf7 input[type="number"],
.wpcf7 input[type="url"],
.wpcf7 input[type="password"],
.wpcf7 textarea,
.wpcf7 select {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 6px 4px;
  font-size: 1.6rem;
  line-height: 1.4;
  background: #fafafa;
  vertical-align: middle;
}

.wpcf7-submit[type="submit"],
input[type="reset"] {
  min-width: 250px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 auto;
  padding: 12px 80px;
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
  background: #000;
  border-radius: 0;
  border: none;
}

.wpcf7-submit[type="submit"]:hover,
input[type="reset"]:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0.7;
}

.wpcf7-submit[type="submit"] {
  background: #ef8585;
}

input[type="reset"] {
  background: #cdbf87;
}

.wpcf7 img.ajax-loader {
  display: block;
  margin: 4px auto !important;
}

@media screen and (max-width: 767px) {
  .wpcf7-submit[type="submit"],
  input[type="reset"] {
    min-width: auto;
  }
  .wpcf7 input[type="text"],
  .wpcf7 input[type="tel"],
  .wpcf7 input[type="email"],
  .wpcf7 input[type="password"],
  .wpcf7 textarea,
  .wpcf7 select {
    padding: 6px 2px;
    font-size: 1.2rem;
  }
  .wpcf7 input[type="email"] {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
  }
  .wpcf7-submit[type="submit"],
  input[type="reset"] {
    width: 120px;
    height: 48px;
    padding: 0;
  }
  .wpcf7-submit[type="submit"]:hover,
  input[type="reset"] {
    opacity: 1;
  }
}

/* = foreignstudent
-------------------------------------------------------------- */
#foreignstudent .pageHead {
  display: none;
}

#foreignstudent .foreign img {
  vertical-align: bottom;
}

/* = adult
-------------------------------------------------------------- */
.font-notoserif {
  font-family: "Noto Serif JP", serif;
}

#workingadult .pageHead {
  display: none;
}

.adult-head {
  margin-bottom: 40px;
}

.adult-head .bx-wrapper {
  margin: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.adult-head .bx-wrapper img {
  width: 100%;
}

.adult-head li {
  text-align: center;
}

.adult-head h1 {
  color: #5084c4;
  text-align: center;
  font-size: 2.7rem;
  margin: 5px;
  line-height: 1.5em;
}

.adult-head h1 .sub-txt {
  display: block;
  font-size: 0.9rem;
  color: #000;
  line-height: 1.4em;
}

.adult-head h1 .sub-txt span {
  font-size: 1.2rem;
  margin-left: 1em;
}

.adult-intro {
  margin-top: 20px;
  background: url(../images/adult_intro.png);
  background-size: cover;
}

.adult-intro-head {
  text-align: center;
}

.adult-intro-catch {
  text-align: center;
  line-height: 1.3em;
  margin-bottom: 20px;
}

.adult-intro h2 {
  text-align: center;
  color: #5084c4;
  font-size: 2.4rem;
  line-height: 1.3em;
  margin-bottom: 10px;
}

.adult-intro-school {
  display: inline-block;
  border: 1px solid #000;
  border-radius: 4px;
  padding: 5px 10px;
  font-size: 0.9rem;
}

.adult-intro-points {
  position: relative;
  padding-bottom: 20px;
}

.adult-intro-points h3 {
  position: absolute;
  bottom: 45px;
  left: 20px;
  border-top: 1px dotted #000;
  border-bottom: 1px dotted #000;
  margin: 0;
  max-width: calc(100% - 190px);
}

.adult-intro-point {
  position: relative;
  background: #fff;
  -webkit-box-shadow: 1px 1px 1px 2px #ccc;
  box-shadow: 1px 1px 1px 2px #ccc;
  text-align: center;
}

.adult-intro-point.point1 {
  width: 240px;
  height: 240px;
  border-radius: 120px;
  margin: 0 10px auto auto;
}

.adult-intro-point.point2 {
  width: 196px;
  height: 196px;
  border-radius: 98px;
  margin: -30px auto auto 10px;
}

.adult-intro-point.point3 {
  width: 154px;
  height: 154px;
  border-radius: 77px;
  margin: -63px 10px auto auto;
}

.adult-intro-point .icon {
  position: absolute;
  width: 54px;
  height: 54px;
  border-radius: 27px;
  text-align: center;
  line-height: 70px;
}

.adult-intro-point .icon img {
  height: 28px;
}

.adult-intro-point.point1 .icon {
  right: 24px;
  top: -10px;
  background: #f2984f;
}

.adult-intro-point.point2 .icon {
  left: 0;
  top: -10px;
  background: #6c9bd2;
}

.adult-intro-point.point3 .icon {
  right: 0;
  top: -10px;
  background: #ed86b3;
}

.adult-intro-point h4 {
  margin: 0;
  padding: 10px 0 5px 0;
  font-size: 1.8rem;
  line-height: 1.4em;
}

.adult-intro-point.point1 h4 {
  color: #f2984f;
}

.adult-intro-point.point2 h4 {
  color: #6c9bd2;
}

.adult-intro-point.point3 h4 {
  color: #ed86b3;
}

.adult-intro-point h5 {
  display: inline-block;
  margin: 0 20px;
  padding: 2px 0;
  line-height: 1.4em;
  border-top: 1px solid;
  border-bottom: 1px solid;
}

.adult-intro-point.point1 h5 {
  border-color: #f2984f;
}

.adult-intro-point.point2 h5 {
  border-color: #6c9bd2;
}

.adult-intro-point.point3 h5 {
  border-color: #ed86b3;
}

.adult-intro-point ul {
  margin: 10px 0 0 0.5em;
  list-style-type: none;
}

.adult-intro-point li {
  font-size: 0.8rem;
  line-height: 1.3em;
  text-align: left;
  padding: 0 30px;
  text-indent: -1em;
  margin-left: 1em;
}

.adult-intro-point li::before {
  content: "●";
}

.adult-intro-point li em {
  font-style: normal;
}

.adult-intro-point.point1 li em {
  color: #f2984f;
}

.adult-intro-point.point2 li em {
  color: #6c9bd2;
}

.adult-intro-point.point3 li em {
  color: #ed86b3;
}

.adult-merit-item.job h2 {
  text-align: center;
  color: #5084c4;
  border-top: 1px solid #5084c4;
  border-bottom: 1px solid #5084c4;
  padding: 10px;
}

.adult-merit-item {
  text-align: center;
  padding: 10px;
}

.adult-merit-item-img img {
  width: 263px;
}

.adult-merit-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.adult-merit-about-txt {
  width: auto;
}

.adult-merit-about-txt h3 {
  text-align: left;
  color: #5084c4;
  font-size: 1.5rem;
  margin-bottom: 0;
}

.adult-merit-about-txt p {
  margin-top: 0;
  text-align: left;
}

.adult-merit-about-img {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-left: 10px;
}

.adult-merit-about-img img {
  width: 104px;
}

.adult-merit-catch {
  list-style-type: none;
  margin: 20px 0;
  padding: 0;
}

.adult-merit-catch li {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: bold;
  border-bottom: 2px dotted #000;
  margin-bottom: 10px;
}

.adult-merit-item.flow h2 {
  text-align: center;
  color: #5084c4;
  border-top: 1px solid #5084c4;
  border-bottom: 1px solid #5084c4;
  padding: 10px;
}

.adult-merit-item .note {
  font-size: 1rem;
}

.adult-recommend {
  padding: 0 10px;
}

.adult-recommend h2 {
  color: #5084c4;
  text-align: center;
  font-size: 2.4rem;
  margin: 0;
}

.adult-recommend h3 {
  color: #5084c4;
  text-align: center;
  margin: 10px 0;
  border-top: 2px dotted #5084c4;
  border-bottom: 2px dotted #5084c4;
  padding: 5px;
}

.adult-recommend-comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.adult-recommend-img {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-left: 10px;
}

.adult-recommend-img img {
  width: 133px;
}

.adult-price {
  padding: 0 10px;
}

.adult-price h2 {
  padding: 5px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  text-align: center;
}

.adult-price h2 span {
  color: #5084c4;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #000;
}

.adult-price h3 {
  margin-bottom: 0.3em;
}

.adult-price h3::before {
  content: "●";
  color: #5084c4;
}

.adult-price h3 .sub-txt {
  font-size: 1rem;
}

.adult-price table {
  margin-top: 0;
  margin-bottom: 0;
  border-collapse: separate;
  border-spacing: 3px;
}

.adult-price table,
.adult-price th,
.adult-price td {
  border: none;
}

.adult-price th,
.adult-price td {
  border-radius: 4px;
  padding: 5px;
  line-height: 1.2em;
  text-align: center;
  font-weight: bold;
}

.adult-price th {
  background: #5084c4;
  color: #fff;
  font-size: 1.1rem;
  position: relative;
}

.adult-price th span {
  display: block;
  position: absolute;
  top: -46px;
  right: -85px;
  text-align: left;
  color: #5084c4;
  white-space: nowrap;
  border-left: 1px solid #5084c4;
  border-bottom: 1px solid #5084c4;
  padding: 3px;
  font-size: 1rem;
}

.adult-price th span:before,
.adult-price th span:after {
  content: "";
  position: absolute;
  right: auto;
  left: 10px;
  width: 0;
  height: 0;
  margin: auto;
}

.adult-price th span:before {
  bottom: -14px;
  border-style: solid;
  border-color: #5084c4 transparent transparent transparent;
  border-width: 14px 12px 0 0;
}

.adult-price th span:after {
  bottom: -10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 10px 10px 0 0;
  z-index: 10;
  margin-left: 1px;
}

.adult-price td {
  background: #e8e9e9;
  font-size: 1.5rem;
}

.adult-price-total {
  font-weight: bold;
  color: #5084c4;
  text-align: right;
  padding-right: 3px;
  margin: 0;
  font-size: 1.6rem;
}

.adult-requirements {
  padding: 0 10px;
}

.adult-requirements h2 {
  padding: 5px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  color: #5084c4;
  text-align: center;
}

.adult-requirements ul {
  list-style-type: none;
}

.adult-requirements li {
  margin-bottom: 1em;
  text-indent: -1em;
  margin-left: 1em;
}

.adult-requirements li::before {
  content: "■";
  color: #5084c4;
}

.adult-contact {
  margin: 10px;
  padding: 10px;
  border: 1px solid #000;
}

.adult-contact h2 {
  text-align: center;
  margin: 0;
  font-size: 1.6rem;
}

.adult-contact h3 {
  margin: 0.5em 0;
  color: #5084c4;
  font-size: 1.8rem;
  line-height: 1em;
  text-align: center;
}

.adult-contact h3 .sub-txt {
  font-size: 1rem;
}

.adult-contact h3 .sub-txt::before {
  content: "〈";
}

.adult-contact h3 .sub-txt::after {
  content: "〉";
}

.adult-contact address {
  font-style: normal;
  text-align: center;
}

.adult-contact p {
  margin: 0 0 1em 0;
  text-align: center;
}

.adult-contact .contact {
  white-space: nowrap;
  margin-right: 0.5em;
  margin-left: 0.5em;
}

.adult-contact .contact-head {
  color: #5084c4;
  padding-right: 0.5em;
}

.adult-contact .contactnum {
  font-size: 1.8rem;
}

.adult-contact p.adult-contact-map {
  margin-top: 30px;
}

.adult-sns {
  margin: 30px 0 0 0;
  text-align: center;
}

.adult-sns h2 {
  color: #5084c4;
}

.adult-sns a {
  display: inline-block;
  margin: 0 20px;
}

.adult-sns img {
  height: 56px;
}

@media screen and (min-width: 426px) {
  .adult-head h1 {
    font-size: 4.5rem;
  }
  .adult-head h1 .sub-txt {
    line-height: 1.3em;
  }
  .adult-intro h2 {
    font-size: 4rem;
    line-height: 1.2em;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .adult-intro-school {
    font-size: 1.5rem;
  }
  .adult-intro-desc {
    font-size: 2rem;
  }
  .adult-intro-point.point1 {
    width: 280px;
    height: 280px;
    border-radius: 140px;
    margin: 0 52px auto auto;
  }
  .adult-intro-point.point2 {
    width: 250px;
    height: 250px;
    border-radius: 125px;
    margin: -112px auto auto 98px;
  }
  .adult-intro-point.point3 {
    width: 206px;
    height: 206px;
    border-radius: 103px;
    margin: -63px 173px auto auto;
  }
  .adult-intro-point.point1 .icon {
    right: 40px;
    top: -10px;
  }
  .adult-intro-point.point2 .icon {
    left: 20px;
    top: -10px;
  }
  .adult-intro-point h4 {
    padding: 20px 0 5px 0;
  }
  .adult-intro-point h5 {
    margin: 0 20px;
    padding: 5px 0;
    font-size: 1.2rem;
  }
  .adult-intro-point li {
    font-size: 0.9rem;
    line-height: 1.5em;
    text-align: left;
    padding: 0 34px;
    text-indent: -1em;
    margin-left: 1em;
  }
  .adult-intro-points h3 {
    position: absolute;
    bottom: 69px;
    left: 53px;
    font-size: 2.3rem;
    border-top: 1px dotted #000;
    border-bottom: 1px dotted #000;
    margin: 0;
    max-width: calc(100% - 190px);
  }
  .adult-merit-item.job h2 {
    font-size: 3rem;
  }
  .adult-merit-about-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .adult-merit-item-img {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-right: 20px;
  }
  .adult-merit-item-img img {
    width: 380px;
  }
  .adult-merit-item.flow h2 {
    font-size: 3rem;
  }
  .adult-merit-about-txt h3 {
    font-size: 1.8rem;
  }
  .adult-merit-catch {
    margin: 20px auto;
    width: 600px;
  }
  .adult-merit-catch li {
    font-size: 1.8rem;
  }
  .adult-merit-item .note {
    font-size: 1.5rem;
  }
  .adult-recommend h2 {
    font-size: 3.5rem;
  }
  .adult-recommend-item-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .adult-recommend-item {
    width: 50%;
    margin: 0 20px;
  }
  .adult-price h2 {
    font-size: 2.4rem;
  }
  .adult-price th {
    font-size: 1.4rem;
  }
  .adult-price th br {
    display: none;
  }
  .adult-price th span {
    top: -33px;
    font-size: 1.2rem;
  }
  .adult-price td {
    font-size: 1.6rem;
  }
  .adult-price h3,
  .adult-price table,
  .adult-price .adult-price-total {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .adult-requirements h2 {
    font-size: 2.4rem;
  }
  .adult-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px;
  }
  .adult-contact h2 {
    text-align: left;
    font-size: 2rem;
  }
  .adult-contact h3 {
    text-align: left;
    font-size: 2.4rem;
  }
  .adult-contact h3 .sub-txt {
    font-size: 1.5rem;
  }
  .adult-contact .contactnum {
    font-size: 2.4rem;
  }
  .adult-contact address,
  .adult-contact p {
    text-align: left;
  }
  .adult-contact .contact {
    margin-left: 0;
  }
  .adult-contact p.adult-contact-map {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 769px) {
  .adult-head {
    width: 770px;
    margin: 0 auto 40px auto;
    position: relative;
  }
  .adult-head .bx-wrapper::before,
  .adult-head .bx-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    display: block;
    width: 60px;
    height: 100%;
  }
  .adult-head .bx-wrapper::before {
    left: 0;
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(white),
      to(rgba(255, 255, 255, 0))
    );
    background: linear-gradient(
      to right,
      white 0%,
      rgba(255, 255, 255, 0) 100%
    );
    z-index: 1;
  }
  .adult-head .bx-wrapper::after {
    right: 0;
    background: -webkit-gradient(
      linear,
      right top,
      left top,
      from(white),
      to(rgba(255, 255, 255, 0))
    );
    background: linear-gradient(to left, white 0%, rgba(255, 255, 255, 0) 100%);
  }
  section.adult {
    max-width: 960px;
    margin: 0 auto;
  }
  .adult-head h1 {
    font-size: 5rem;
  }
  .adult-head h1 .sub-txt {
    margin-top: 5px;
    font-size: 1.5rem;
    line-height: 1;
  }
  .adult-head h1 .sub-txt span {
    font-size: 1.7rem;
  }
  .adult-intro h2 {
    font-size: 4rem;
    line-height: 1.2em;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .adult-intro-school {
    font-size: 1.5rem;
  }
  .adult-intro-desc {
    font-size: 2rem;
  }
  .adult-intro-point.point1 {
    width: 280px;
    height: 280px;
    border-radius: 140px;
    margin: 0 77px auto auto;
  }
  .adult-intro-point.point2 {
    width: 250px;
    height: 250px;
    border-radius: 125px;
    margin: -112px auto auto 154px;
  }
  .adult-intro-point.point3 {
    width: 206px;
    height: 206px;
    border-radius: 103px;
    margin: -63px 274px auto auto;
  }
  .adult-intro-point.point1 .icon {
    right: 40px;
    top: -10px;
  }
  .adult-intro-point.point2 .icon {
    left: 20px;
    top: -10px;
  }
  .adult-intro-point h4 {
    padding: 20px 0 5px 0;
  }
  .adult-intro-point h5 {
    margin: 0 20px;
    padding: 5px 0;
    font-size: 1.2rem;
  }
  .adult-intro-point li {
    font-size: 1.2rem;
    padding: 0 32px;
  }
  .adult-intro-points h3 {
    bottom: 69px;
    left: 102px;
    font-size: 3rem;
  }
  .adult-merit-item.job h2 {
    font-size: 3rem;
  }
  .adult-merit-about-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .adult-merit-item-img {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-right: 20px;
  }
  .adult-merit-item-img img {
    width: 380px;
  }
  .adult-merit-item.flow h2 {
    font-size: 3rem;
  }
  .adult-merit-about-txt h3 {
    font-size: 1.8rem;
  }
  .adult-merit-catch {
    margin: 20px auto;
    width: 600px;
  }
  .adult-merit-catch li {
    font-size: 1.8rem;
  }
  .adult-merit-item .note {
    font-size: 1.5rem;
  }
  .adult-recommend h2 {
    font-size: 3.5rem;
  }
  .adult-recommend-item-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .adult-recommend-item {
    width: 50%;
    margin: 0 20px;
  }
  .adult-price th {
    font-size: 1.4rem;
  }
  .adult-price th br {
    display: none;
  }
  .adult-price th span {
    top: -33px;
    font-size: 1.2rem;
  }
  .adult-price td {
    font-size: 1.6rem;
  }
  .adult-contact h2 {
    font-size: 2rem;
  }
  .adult-contact h3 {
    font-size: 3rem;
  }
  .adult-contact h3 .sub-txt {
    font-size: 1.5rem;
  }
}
/*# sourceMappingURL=page.css.map */
