@charset "UTF-8";
.aisatsu-content {
  margin-bottom: 90px;
  font-family: "Noto Serif JP", serif;
}

.aisatsu-content h3.lead-message {
  color: #000;
  font-size: 3rem;
  margin-bottom: 30px;
}

.aisatsu-content .message-text {
  line-height: 2;
  margin-bottom: 20px;
  font-size: 1.8rem;
}

.aisatsu-content .message-text > p {
  margin-bottom: 1em;
}

.aisatsu-content .name-text {
  text-align: right;
  font-size: 2.2rem;
  line-height: 2.2;
}

.history-content {
  padding: 8%;
  background: #F7F7F7;
}

.history-content table.table-history {
  border-collapse: collapse;
  width: 100%;
  font-family: "Noto Serif JP", serif;
}

.history-content table.table-history th, .history-content table.table-history td {
  color: #000;
  font-size: 1.3rem;
  line-height: 1.4;
  border-bottom: 1px solid #000;
  vertical-align: middle;
}

.history-content table.table-history th.no-border-btm, .history-content table.table-history td.no-border-btm {
  border-bottom: 0;
}

.history-content table.table-history th {
  text-align: right;
  border-right: 1px solid #000;
  padding: 23px 23px 23px 0;
  background: #DDE6DF;
}

.history-content table.table-history th.blue {
  background: rgb(182, 210, 213);
}

.history-content table.table-history td {
  text-align: left;
  padding: 23px 20px;
}

.history-content h4.history-title {
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 50px;
  font-weight: 600;
}

.scale-lead-content {
  margin-bottom: 80px;
}

.scale-lead-content .lead-text {
  padding: 0 15%;
}

.scale-lead-content .lead-text p {
  font-family: "Noto Serif JP", serif;
  line-height: 2;
}

.scale-lead-content .lead-text p + p {
  margin-top: 20px;
}

.scale-lead-content .lead-text p span {
  color: #00895D;
  font-size: 1.8rem;
  margin-bottom: 20px;
  font-weight: 600;
  display: block;
}

.growtn-scale-content {
  margin-bottom: 80px;
}

.growtn-scale-content .growtn-scale-title {
  width: 15%;
  min-width: 250px;
}

.growtn-scale-content .growtn-scale-title img {
  width: 100%;
}

.growtn-scale-content dl.growtn-scale-block {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #00895D;
  padding: 15px 30px;
  margin-bottom: 30px;
}

.growtn-scale-content dl.growtn-scale-block dt {
  width: 30%;
  font-size: 1.7rem;
  line-height: 1.6;
  font-weight: 600;
}

.growtn-scale-content dl.growtn-scale-block dd {
  width: calc(70% - 20px);
  font-size: 1.4rem;
  line-height: 1.6;
}

.growtn-scale-content .growtn-scale-graph {
  width: 60%;
  margin: 0 auto 60px;
}

.growtn-scale-content .growtn-scale-graph img {
  width: 100%;
}

.growtn-scale-content .bg-gray-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #EFEFEF;
  padding: 25px;
}

.growtn-scale-content .bg-gray-block dl {
  width: calc(65% - 20px);
}

.growtn-scale-content .bg-gray-block dl dt {
  font-size: 2rem;
  color: #00895D;
  margin-bottom: 10px;
  font-weight: 600;
}

.growtn-scale-content .bg-gray-block dl dd {
  line-height: 2;
}

.growtn-scale-content .bg-gray-block figure {
  width: 35%;
}

.growtn-scale-content .bg-gray-block figure img {
  width: 100%;
}

.bg-lightgreen-block {
  background: rgba(0, 109, 77, 0.1);
  padding: 5%;
  margin-bottom: 80px;
}

.bg-lightgreen-block .photo-content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

.bg-lightgreen-block .photo-content .photo-box {
  width: 48%;
}

.bg-lightgreen-block .photo-content .photo-box img {
  width: 100%;
}

.bg-lightgreen-block .photo-content .text-box {
  width: 48%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bg-lightgreen-block .photo-content .text-box .main-text {
  font-family: "Noto Serif JP", serif;
  font-size: 2.5rem;
  line-height: 2;
  margin-bottom: 20px;
}

.bg-lightgreen-block .photo-content .text-box .profile-text {
  font-family: "Noto Serif JP", serif;
  font-size: 1.2rem;
}

.bg-lightgreen-block .photo-content .text-box .profile-text span {
  display: inline-block;
  margin-left: 0.5em;
  font-size: 1.6rem;
}

.bg-lightgreen-block dl.left-bar-content {
  margin-bottom: 60px;
  padding: 0 0 0 55px;
  position: relative;
}

.bg-lightgreen-block dl.left-bar-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 100%;
  background: #00895D;
}

.bg-lightgreen-block dl.left-bar-content:last-child {
  margin-bottom: 0;
}

.bg-lightgreen-block dl.left-bar-content dt {
  font-size: 2.2rem;
  color: #00895D;
  margin-bottom: 10px;
  font-weight: 600;
}

.bg-lightgreen-block dl.left-bar-content dd {
  line-height: 2;
}

.student-voice-area {
  border: 1px solid;
  margin-bottom: 60px;
}

.student-voice-area .student-voice-content {
  font-family: "Noto Serif JP", serif;
  display: flex;
  justify-content: space-between;
  padding: 5%;
}

.student-voice-area .student-voice-content .voice-text-block {
  width: 58%;
}

.student-voice-area .student-voice-content .voice-text-block .voice-text-content .voince-title {
  font-size: 1.6rem;
  line-height: 1.4;
  padding-bottom: 5px;
  border-bottom: 1px solid;
  margin-bottom: 15px;
}

.student-voice-area .student-voice-content .voice-text-block .voice-text-content .voice-message {
  line-height: 2;
}

.student-voice-area .student-voice-content .voice-text-block .voice-text-content .voice-message span {
  display: block;
  margin-bottom: 10px;
  font-size: 1.9rem;
}

.student-voice-area .student-voice-content .voice-photo-block {
  width: 38%;
}

.student-voice-area .student-voice-content .voice-photo-block figure {
  margin-bottom: 10px;
}

.student-voice-area .student-voice-content .voice-photo-block figure img {
  width: 100%;
}

.student-voice-area .student-voice-content .voice-photo-block .stdent-name {
  padding-bottom: 3px;
}

.student-voice-area .student-voice-content .voice-photo-block .stdent-name span {
  font-size: 1.8rem;
}

.student-voice-area .student-voice-content .voice-photo-block .student-faculty {
  margin-top: 10px;
  line-height: 1.8;
}

.scale-link-content p {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 15px;
}

.scale-link-content ul.scale-link-list li {
  position: relative;
  margin-bottom: 3px;
}

.scale-link-content ul.scale-link-list li a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  right: 0px;
  background: url(../images/common/PDF_32.png) no-repeat center center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

.skill-content {
  border-top: 1px #00895D solid;
}

.skill-content .skill-content-title {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #00895D;
  font-size: calc(3rem + 2vw);
  font-weight: 700;
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
}

.skill-content .skill-content-title span {
  margin-right: 3%;
  color: black;
  background-color: #F49E2A;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  padding: 3px 6px;
}

.skill-content .skill-content-title span::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 0;
  bottom: 0;
  border-style: solid;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 20px solid #F49E2A;
  border-right: 0;
}

.skill-content .unit-block {
  display: flex;
  margin-bottom: 5%;
  background: rgba(0, 109, 77, 0.1);
}

.skill-content .unit-block .unit-card {
  position: relative;
  padding: 3%;
  width: 60%;
}

.skill-content .unit-block .unit-card .unit-title {
  margin-bottom: 3%;
  padding: 1% 2%;
  font-size: 2rem;
  font-weight: bold;
  background-color: #00895D;
  color: white;
}

.skill-content .unit-block .unit-card .unit-title span {
  padding: 0.5%;
  margin-right: 2%;
  font-weight: bold;
  color: #00895D;
  background-color: white;
}

.skill-content .unit-block .unit-card .text {
  margin-bottom: 3%;
  font-size: initial;
}

.skill-content .unit-block .unit-card .point-title {
  color: #000;
  font-weight: bold;
  font-size: 1.1em;
  padding: 1% 0%;
}

.skill-content .unit-block .unit-card .point-title span {
  font-weight: bold;
  color: #F49E2A;
  font-size: 1.2em;
  margin-right: 2%;
}

.skill-content .unit-block .unit-card .point-text {
  background-color: white;
  padding: 2%;
  margin-bottom: 3%;
}

.skill-content .unit-block .unit-card .subject-title {
  background-color: gray;
  font-weight: bold;
  color: white;
  font-size: 1.1em;
  padding: 1%;
}

.skill-content .unit-block .unit-card .subject-list {
  padding: 2%;
  background-color: white;
}

.skill-content .unit-block .unit-card .subject-list li {
  display: inline;
  margin-right: 1% 2%;
}

.skill-content .unit-block .unit-card .subject-list li::before {
  content: "■";
}

.skill-content .unit-block figure {
  width: 40%;
}

.skill-content .unit-block figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.speciality-content .speciality-content-title {
  margin-bottom: 20px;
  color: black;
  font-weight: bold;
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
  font-size: calc(1.6rem + 0.5vw);
}

.speciality-content .speciality-content-title span {
  font-size: calc(2rem + 2vw);
  padding: 0 1%;
  border: solid 3px;
}

.speciality-content .speciality-content-title span.speciality {
  background-color: #00895D;
  color: white;
  margin-right: 1%;
}

.speciality-content .speciality-content-title span.skill {
  background-color: white;
  color: #00895D;
  margin-right: 1%;
}

.speciality-content .speciality-content-title span.cross {
  font-size: calc(1.8rem + 1vw);
  margin-right: 1%;
  border: unset;
}

.speciality-content .model-title {
  display: flex;
  justify-content: space-between;
  padding: 1%;
  color: white;
  background-color: gray;
}

.speciality-content .model-title span {
  color: black;
  background-color: white;
  padding: 0 0.5%;
}

.speciality-content .speciality-content-wrap {
  background: rgba(0, 109, 77, 0.1);
  padding: 2.5% 2%;
}

.speciality-content .speciality-content-wrap .speciality-title {
  margin-bottom: 2%;
  padding: 1% 1%;
  background-color: #00895D;
  color: white;
  font-weight: bold;
  font-size: 2rem;
}

.speciality-content .speciality-content-wrap .speciality-title span {
  font-weight: bold;
  color: #F49E2A;
  font-size: 3rem;
}

.speciality-content .speciality-content-wrap .speciality-box {
  margin-bottom: 4%;
}

.speciality-content .speciality-content-wrap .speciality-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1%;
}

.speciality-content .speciality-content-wrap .speciality-block .subject01 {
  color: black;
  font-weight: bold;
  border: solid 2px #65a6de;
  border-left: solid 8px #65a6de;
  padding: 1%;
  background-color: white;
  width: 30%;
  font-size: initial;
}

.speciality-content .speciality-content-wrap .speciality-block .subject01 span {
  font-size: 0.75em;
  font-weight: bold;
}

.speciality-content .speciality-content-wrap .speciality-block .subject01.blue {
  border: solid 2px #65a6de;
  border-left: solid 8px #65a6de;
}

.speciality-content .speciality-content-wrap .speciality-block .subject01.purple {
  border: solid 2px #746bab;
  border-left: solid 8px #746bab;
}

.speciality-content .speciality-content-wrap .speciality-block .subject01.orange {
  border: solid 2px #d16d49;
  border-left: solid 8px #d16d49;
}

.speciality-content .speciality-content-wrap .speciality-block .subject01.green {
  border: solid 2px #9ec355;
  border-left: solid 8px #9ec355;
}

.speciality-content .speciality-content-wrap .speciality-block .subject01.pink {
  border: solid 2px #ce97be;
  border-left: solid 8px #ce97be;
}

.speciality-content .speciality-content-wrap .speciality-block .subject02 {
  background-color: white;
  width: 30%;
  font-size: initial;
  padding: 2% 1%;
  border: solid 2px #00895D;
}

.speciality-content .speciality-content-wrap .speciality-block .job {
  background-color: white;
  font-size: initial;
  width: 30%;
  padding: 1%;
  border: solid 2px #F49E2A;
}

.speciality-content .speciality-content-wrap .speciality-block .cross, .speciality-content .speciality-content-wrap .speciality-block .triangle {
  font-weight: bold;
  font-size: 2rem;
}

.research-content .lead-text {
  margin-bottom: 60px;
  line-height: 2;
}

.research-content h4.bg-title-wide {
  display: inline-block;
  padding: 10px 20px;
  margin-bottom: 25px;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  text-align: left;
  background: #00895D;
  width: 100%;
}

.research-content .research-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.research-content .research-block .research-place {
  width: 48%;
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
}

.research-content .research-block .research-place .place-title {
  font-size: 1.8rem;
  padding-bottom: 3px;
  border-bottom: 1px solid;
  text-align: center;
  margin-bottom: 20px;
  color: #00895D;
  font-weight: 600;
}

.research-content .research-block .research-place figure img {
  width: 100%;
}

.research-content .research-block .research-place figure + a.link_btn {
  margin-top: 20px;
}

.research-content .research-block .research-place a.link_btn {
  width: 100%;
}

.research-content .research-link-block {
  width: 60%;
  margin: 0 auto;
}

.research-content .research-link-block .paragraph {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 10px;
}

.research-content .research-link-block a.link_btn {
  width: 100%;
}

.teikei-content {
  margin-bottom: 60px;
}

.teikei-content .lead-text {
  line-height: 2;
  margin-bottom: 10px;
}

.teikei-lead-block {
  margin-bottom: 60px;
}

.teikei-lead-block img {
  width: 100%;
  margin-bottom: 10px;
}

.teikei-lead-block .teikei-lead-text {
  line-height: 2;
}

.teikei-green-title {
  color: #00895D;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 1.8rem;
}

.college-content {
  margin-bottom: 60px;
}

.college-content .college-title {
  font-size: 2rem;
  color: #00895D;
  font-weight: 600;
  margin-bottom: 10px;
}

.college-content .college-title span {
  font-size: 1.2rem;
  display: block;
  font-weight: 200;
}

.college-content .green-link-box {
  margin-bottom: 15px;
}

.college-content .green-link-box a.link-green {
  padding: 10px 20px;
  background: #00895D;
  color: #FFF;
}

.college-content .college-photo {
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
  width: 45%;
}

.college-content .college-photo img {
  width: 100%;
}

.college-content p.college-text {
  line-height: 1.8;
}

.teikei-about-link a {
  width: 100%;
  font-weight: 600;
  color: #00895D;
}

.teikei-about-link a span.link-green {
  position: relative;
  font-weight: 600;
}

.teikei-about-link a span.link-green::after {
  position: absolute;
  content: "";
  background: url(../guidance/images/link-btn-green.png) no-repeat center center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  right: -22px;
  top: 50%;
  width: 15px;
  height: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.teikei-tab {
  width: 900px;
  margin: 0 auto;
}

.teikei-tab > * {
  font-family: "Roboto", sans-serif;
}

.teikei-tab .tab_area {
  display: flex;
  justify-content: space-between;
  margin-top: 5%;
}

.teikei-tab .tab_area li {
  width: calc(50% - 5px);
  padding: 10px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  border-bottom: none;
  color: #00895D;
  background: #EFEFEF;
  font-size: 2rem;
}

.teikei-tab .tab_area li.active {
  background: #00895D;
  color: #FFF;
}

.panel_area {
  background: #EFEFEF;
  border-top: 1px solid #00895D;
  width: 100%;
  padding: 30px 20%;
  margin: 0 auto;
}

.teikei_panel {
  opacity: 0;
  height: 0;
  overflow: hidden;
}

.teikei_panel .teikei-box {
  opacity: 0;
  transform: translateX(10%);
  -webkit-transform: translateX(10%);
}

.teikei_panel.active {
  opacity: 1;
  height: auto;
  display: flex;
  flex-direction: column;
}

.teikei_panel.active .teikei-box {
  transform: translateX(0);
  -webkit-transform: translateX(0);
}

.teikei_panel.active .teikei-box:nth-of-type(1) {
  transition: 0.2s all ease-in-out 0s;
  opacity: 1;
}

.teikei_panel.active .teikei-box:nth-of-type(2) {
  transition: 0.2s all ease-in-out 0.1s;
  opacity: 1;
}

.teikei_panel.active .teikei-box:nth-of-type(3) {
  transition: 0.2s all ease-in-out 0.2s;
  opacity: 1;
}

.teikei_panel.active .teikei-box:nth-of-type(4) {
  transition: 0.2s all ease-in-out 0.3s;
  opacity: 1;
}

.teikei_panel.active .teikei-box:nth-of-type(5) {
  transition: 0.2s all ease-in-out 0.4s;
  opacity: 1;
}

.institution-tab ul.tab_area {
  display: flex;
  flex-wrap: wrap;
}

.institution-tab ul.tab_area li.institution_label {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 20px;
  cursor: pointer;
  background: #EFEFEF;
  padding: 10px;
}

.institution-tab ul.tab_area li.institution_label img {
  width: 100%;
  margin-bottom: 5px;
}

.institution-tab ul.tab_area li.institution_label p {
  text-align: center;
  color: #00895D;
  font-weight: 600;
}

.institution-tab ul.tab_area li.institution_label:nth-of-type(3n) {
  margin-right: 0;
}

.institution-tab ul.tab_area li.institution_label.active {
  background: #00895D;
}

.institution-tab ul.tab_area li.institution_label.active p {
  color: #FFF;
}

.institution_panel_area {
  background: rgba(0, 109, 77, 0.1);
  width: 100%;
  padding: 30px 10%;
  margin: 0 auto;
}

.institution_panel {
  opacity: 0;
  height: 0;
  overflow: hidden;
}

.institution_panel .institution-box {
  opacity: 0;
  transform: translateX(10%);
  -webkit-transform: translateX(10%);
}

.institution_panel.active {
  opacity: 1;
  height: auto;
  display: flex;
  flex-direction: column;
}

.institution_panel.active .institution-box {
  transform: translateX(0);
  -webkit-transform: translateX(0);
}

.institution_panel.active .institution-box:nth-of-type(1) {
  transition: 0.2s all ease-in-out 0s;
  opacity: 1;
}

.institution_panel.active .institution-box:nth-of-type(2) {
  transition: 0.2s all ease-in-out 0.1s;
  opacity: 1;
}

.institution_panel.active .institution-box:nth-of-type(3) {
  transition: 0.2s all ease-in-out 0.2s;
  opacity: 1;
}

.institution_panel.active .institution-box:nth-of-type(4) {
  transition: 0.2s all ease-in-out 0.3s;
  opacity: 1;
}

.institution_panel.active .institution-box:nth-of-type(5) {
  transition: 0.2s all ease-in-out 0.4s;
  opacity: 1;
}

h2.institution-title {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
}

h2.institution-title span {
  font-size: 3.5rem;
  letter-spacing: 0.4em;
  color: #00895D;
  font-weight: 600;
}

.institution-content + .institution-content {
  margin-top: 60px;
}

.institution-content > *:last-child {
  margin-bottom: 0 !important;
}

.institution-content span.red {
  color: #d13f5c;
}

.institution-content .attention {
  color: #d13f5c;
  margin-top: -8px;
}

.institution-content h4.institution-box-title {
  padding: 10px 20px;
  width: 100%;
  font-size: 2rem;
  background: #00895D;
  font-weight: 700;
  color: #fff;
  text-align: left;
  margin-bottom: 25px;
}

.institution-content dl.institution-block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.institution-content dl.institution-block dt {
  width: 38%;
}

.institution-content dl.institution-block dt img {
  width: 100%;
}

.institution-content dl.institution-block dd {
  width: 58%;
}

.institution-content dl.institution-block dd p.institution-paragraph {
  margin-bottom: 10px;
  line-height: 1.7;
}

.institution-content dl.institution-block dd a {
  width: 100%;
}

.institution-content p.table-title {
  color: #00895D;
  font-size: 1.8rem;
  font-weight: 600;
}

.institution-content .table_std td .green {
  color: #00895D;
  font-weight: bold;
}

.institution-content .studio-photo-block {
  width: 100%;
  margin-bottom: 20px;
}

.institution-content .studio-photo-block img {
  width: 100%;
}

.institution-content .green-line-box {
  padding: 2.5%;
  line-height: 1.7;
  border: 2px dotted #00895D;
  margin-bottom: 30px;
}

.institution-content .studio-photo-map img {
  width: 100%;
}

.institution-content ul.main-area-photo {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.institution-content ul.main-area-photo li {
  width: 49%;
}

.institution-content ul.main-area-photo li img {
  width: 100%;
}

.institution-content a {
  width: 50%;
}

.mgb-100 {
  margin-bottom: 100px;
}

.campusmap-imgbox > a:hover {
  position: relative;
}

.campusmap-imgbox > a:hover::before {
  content: "aaaaa";
}

.act4u-link {
  width: 50%;
  margin: 0 auto 80px;
}

.act4u-link img {
  width: 100%;
}

.feature-block {
  position: relative;
}

.feature-panel:hover {
  opacity: 0.8;
}

.feature-detail {
  display: none;
  line-height: 1.8;
  padding: 20px 30px 20px 53px;
  margin-bottom: 10px;
  cursor: pointer;
  overflow: hidden;
}

.feature-block .feature-panel {
  cursor: pointer;
  display: block;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 500px;
  color: #FFF;
  background: #666;
  margin-bottom: 50px;
}

.feature-block .feature-panel.fp01 {
  background: url("../guidance/images/about_a-1-1_img01_2.jpg") no-repeat center 10%;
  background-size: cover;
}

.feature-block .feature-panel.fp02 {
  background: url("../guidance/images/about_a-1-1_img02_2.jpg") no-repeat center 20%;
  background-size: cover;
}

.feature-block .feature-panel.fp03 {
  background: url("../guidance/images/about_a-1-1_img03_2.jpg") no-repeat center center;
  background-size: cover;
}

.feature-block .feature-panel.fp04 {
  background: url("../guidance/images/about_a-1-1_img04_2.jpg") no-repeat center 30%;
  background-size: cover;
}

.feature-block .feature-panel.fp05 {
  background: url("../guidance/images/about_a-1-1_img05_2.jpg") no-repeat center 20%;
  background-size: cover;
}

.feature-block .feature-panel .number {
  font-size: 10rem;
  font-family: "Ropa Sans", sans-serif;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.feature-block .feature-panel .title {
  font-size: 3rem;
  font-family: "Noto Serif JP", serif;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.feature-block .feature-panel.active {
  display: none;
}

.feature-block .feature-panel.active:hover {
  opacity: 0.8;
}

.feature-block .feature-detail {
  background: #666;
  width: 100%;
  padding: 5%;
  margin-bottom: 50px;
}

.feature-block .feature-detail.fp01 {
  background: url("../guidance/images/about_a-1-1_img01_2.jpg") no-repeat center center;
  background-size: cover;
}

.feature-block .feature-detail.fp02 {
  background: url("../guidance/images/about_a-1-1_img02_2.jpg") no-repeat center center;
  background-size: cover;
}

.feature-block .feature-detail.fp03 {
  background: url("../guidance/images/about_a-1-1_img03_2.jpg") no-repeat center center;
  background-size: cover;
}

.feature-block .feature-detail.fp04 {
  background: url("../guidance/images/about_a-1-1_img04_2.jpg") no-repeat center center;
  background-size: cover;
}

.feature-block .feature-detail.fp05 {
  background: url("../guidance/images/about_a-1-1_img05_2.jpg") no-repeat center center;
  background-size: cover;
}

.feature-block .feature-detail .fd01-container {
  display: flex;
  margin-bottom: 20px;
}

.feature-block .feature-detail .fd01-container .fd01-copy {
  width: 30%;
  margin-right: 2%;
  font-size: 2.4rem;
  color: #FFF;
  margin-bottom: 10px;
  font-family: "Noto Serif JP", serif;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.feature-block .feature-detail .fd01-container .fd01-copy span {
  font-size: 8rem;
  display: block;
  font-family: "Ropa Sans", sans-serif;
}

.feature-block .feature-detail .fd01-container .fd01-img {
  width: 40%;
  margin-right: 2%;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.18);
}

.feature-block .feature-detail .fd01-container .fd01-img img {
  width: 100%;
}

.feature-block .feature-detail .fd01-container .fd01-textbox {
  width: 26%;
}

.feature-block .feature-detail .fd01-container .fd01-textbox .fd01-textbox-copy {
  font-size: 2rem;
  margin-bottom: 10px;
  color: #FFF;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.feature-block .feature-detail .fd01-container .fd01-textbox .fd01-textbox-text {
  line-height: 2;
  color: #FFF;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.feature-block .feature-detail .fd01-container .fd01-textbox .fd01-textbox-text .inner-dl {
  display: flex;
  flex-wrap: wrap;
  padding-left: 2.5em;
  position: relative;
}

.feature-block .feature-detail .fd01-container .fd01-textbox .fd01-textbox-text .inner-dl::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}

.feature-block .feature-detail .fd01-container .fd01-textbox .fd01-textbox-text .inner-dl:nth-of-type(1)::before {
  content: "01.";
}

.feature-block .feature-detail .fd01-container .fd01-textbox .fd01-textbox-text .inner-dl:nth-of-type(2)::before {
  content: "02.";
}

.feature-block .feature-detail .fd01-container .fd01-textbox .fd01-textbox-text .inner-dl:nth-of-type(3)::before {
  content: "03.";
}

.feature-block .feature-detail .fd01-container .fd01-textbox .fd01-textbox-text .inner-dl:nth-of-type(4)::before {
  content: "04.";
}

.feature-block .feature-detail .fd01-container .fd01-textbox .fd01-textbox-text .inner-dl:nth-of-type(5)::before {
  content: "05.";
}

.feature-block .feature-detail .fd02-container {
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
  display: flex;
}

.feature-block .feature-detail .fd02-container .fd02-textbox {
  width: 70%;
  margin-right: 2%;
}

.feature-block .feature-detail .fd02-container .fd02-textbox .fd02-textbox-title {
  font-size: 2.2rem;
  border-bottom: 1px solid;
  margin-bottom: 10px;
}

.feature-block .feature-detail .fd02-container .fd02-textbox .fd02-textbox-copy {
  font-size: 2rem;
  margin-bottom: 10px;
}

.feature-block .feature-detail .fd02-container .fd02-textbox .fd02-textbox-text {
  line-height: 2;
  text-align: justify;
}

.feature-block .feature-detail .fd02-container .fd02-img {
  width: 28%;
}

.feature-block .feature-detail .fd02-container .fd02-img img {
  width: 100%;
}

.feature-block .feature-detail .fd02-container .fd02-img .name {
  margin-top: 5px;
  text-align: center;
  font-size: 1.8rem;
}

.feature-block .feature-detail .fd02-container .fd02-img .name span {
  font-size: 1.2rem;
  margin-left: 0.5em;
}

.feature-block .feature-detail .fd02-container .fd02-img .name span.dept {
  display: block;
  color: #000;
  text-align: center;
  width: 100%;
  font-size: 1.4rem;
  margin-left: 0;
}

.topics-inner {
  background-color: #00895D;
  padding-block: 2vw;
}

.topics-box {
  padding: 3%;
  background-color: white;
  width: 80%;
  margin: 2vw auto;
  border: solid 2px black;
  opacity: 0;
}

.topics-box.is-show {
  animation: section_fade_in 0.7s ease-in-out both;
}

.topics-box.reverse .column img {
  width: 60%;
}

.topics-box.reverse .column p {
  width: 40%;
}

.topics-box .topics-title {
  color: #00895D;
  font-size: calc(2rem + 0.3vw);
  font-weight: bold;
}

.topics-box .column {
  display: flex;
}

.topics-box .column img {
  width: 40%;
  padding: 2%;
}

.topics-box .column p {
  width: 60%;
}

.movie .content-inner {
  position: relative;
  z-index: 1;
}

.movie footer {
  position: relative;
  z-index: 1;
}

.content-mainvisual.movie-visual {
  height: 30vw;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.content-mainvisual.movie-visual .main-title_container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.content-mainvisual.movie-visual .main-title_container::before {
  content: "";
  width: 100%;
  height: 8vh;
  background: #00895D;
  position: absolute;
  bottom: 0;
  left: 0;
}

.content-mainvisual.movie-visual .movie-title {
  font-weight: bold;
  font-size: 10vw;
  color: #fff;
  line-height: 0.8;
  font-family: "Noto Sans JP", sans-serif;
  z-index: 1;
  position: relative;
}

.movie-fixed {
  position: relative;
  z-index: 0;
}

.movie-fixed::before {
  content: "";
  width: 100vw;
  height: 100vh;
  background: #EFEFEF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

.fixed .movie-fixed::before {
  left: -550px;
  transition: 0.3s all ease 0s;
}

.tab-area {
  display: flex;
  padding-bottom: 5vh;
  margin-bottom: 5vh;
  border-bottom: 2px solid #fff;
}

.tab-area .title {
  width: 300px;
  font-size: 4rem;
  font-weight: bold;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
}

.tab-area .title::before {
  content: "";
  width: 20px;
  height: 20px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 40px;
  right: 30px;
}

.tab-area .title span {
  display: block;
  font-size: 1.6rem;
}

.tab-area ul {
  width: calc(100% - 300px);
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding-left: 130px;
}

.tab-area ul li {
  width: calc(50% - 5px);
  margin-right: 10px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  position: relative;
  padding: 15px 0;
}

.tab-area ul li:nth-child(3), .tab-area ul li:nth-child(5) {
  margin-right: 0;
}

.tab-area ul li:nth-child(2), .tab-area ul li:nth-child(3) {
  margin-bottom: 10px;
}

.tab-area ul li.all {
  background: #fff;
  color: #00895D;
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 100%;
}

.tab-area ul li.all.active::before {
  border: 1px solid #00895D;
}

.tab-area ul li.active::before {
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid #fff;
  position: absolute;
  top: 5px;
  left: 5px;
}

.category01 {
  background: #9ed2f7;
}

.category02 {
  background: #7bd059;
}

.category03 {
  background: #f99cc1;
}

.category04 {
  background: #f2cf38;
}

.movie-list {
  display: flex;
  flex-wrap: wrap;
  height: 0;
  width: 0;
  overflow: hidden;
}

.movie-list li {
  opacity: 0;
  width: calc(25% - 12px);
  margin-right: 16px;
  margin-bottom: 16px;
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
}

.movie-list li:nth-child(4n) {
  margin-right: 0;
}

.movie-list.show {
  height: auto;
  width: auto;
  transition: 0s all ease 0s;
}

.movie-list.show li {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}

.movie-list.show li:nth-child(1) {
  transition: 0.5s all ease 0.3s;
}

.movie-list.show li:nth-child(2) {
  transition: 0.5s all ease 0.4s;
}

.movie-list.show li:nth-child(3) {
  transition: 0.5s all ease 0.5s;
}

.movie-list.show li:nth-child(4) {
  transition: 0.5s all ease 0.6s;
}

.movie-list.show li:nth-child(5) {
  transition: 0.5s all ease 0.7s;
}

.movie-list.show li:nth-child(6) {
  transition: 0.5s all ease 0.8s;
}

.movie-list.show li:nth-child(7) {
  transition: 0.5s all ease 0.9s;
}

.movie-list.show li:nth-child(8) {
  transition: 0.5s all ease 1s;
}

.movie-list.show li:nth-child(9) {
  transition: 0.5s all ease 1.1s;
}

.movie-list.show li:nth-child(10) {
  transition: 0.5s all ease 1.2s;
}

.movie-list.show li:nth-child(11) {
  transition: 0.5s all ease 1.3s;
}

.movie-list.show li:nth-child(12) {
  transition: 0.5s all ease 1.4s;
}

.movie-list.show li:nth-child(13) {
  transition: 0.5s all ease 1.5s;
}

.movie-list.show li:nth-child(14) {
  transition: 0.5s all ease 1.6s;
}

.movie-list.show li:nth-child(15) {
  transition: 0.5s all ease 1.7s;
}

.movie-list.show li:nth-child(16) {
  transition: 0.5s all ease 1.8s;
}

.movie-list.show li:nth-child(17) {
  transition: 0.5s all ease 1.9s;
}

.movie-list.show li:nth-child(18) {
  transition: 0.5s all ease 2s;
}

.movie-list.show li:nth-child(19) {
  transition: 0.5s all ease 2.1s;
}

.movie-list.show li:nth-child(20) {
  transition: 0.5s all ease 2.2s;
}

.movie-list.show li:nth-child(21) {
  transition: 0.5s all ease 2.3s;
}

.movie-list.show li:nth-child(22) {
  transition: 0.5s all ease 2.4s;
}

.movie-list.show li:nth-child(23) {
  transition: 0.5s all ease 2.5s;
}

.movie-list.show li:nth-child(24) {
  transition: 0.5s all ease 2.6s;
}

.movie-list button {
  width: 100%;
  background: #fff;
  padding: 10px;
  display: block;
  letter-spacing: 0.1em;
  display: block;
  text-align: left;
  border-width: none;
  border-style: none;
  border-color: none;
  border-image: none;
  cursor: pointer;
}

.movie-list button:focus {
  outline: none;
}

.movie-list .img {
  position: relative;
  overflow: hidden;
  height: 120px;
}

.movie-list .img::before {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  background: rgba(0, 137, 93, 0.8);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 1;
}

.movie-list .img::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 20px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  left: 52%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 1;
}

.movie-list .img img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.movie-list .movie-category {
  font-size: 1.2rem;
  padding: 5px;
  margin: 5px 0 0;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

.movie-list .date {
  margin: 10px 0;
  text-align: center;
  font-size: 2rem;
  font-family: "Noto Sans JP", sans-serif;
}

.movie-list .title {
  font-size: 1.5rem;
  height: 66px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.act_4u-anchor-point {
  opacity: 0;
  pointer-events: none;
  margin-top: -10vh;
  padding-top: 10vh;
}

.act_4u-lead {
  padding: 5vh 10%;
}

.act_4u-lead dt {
  margin-bottom: 10vh;
}

.act_4u-lead dt img {
  width: 100%;
}

.act_4u-lead dd {
  padding: 0 10%;
  font-size: 2rem;
  color: #00895D;
  line-height: 3;
  font-weight: bold;
}

.act_4u-lead dd span {
  font-weight: bold;
  line-height: 2;
  font-size: 3rem;
}

.act_4u-movie {
  background: url(../guidance/images/act_4u-movie.jpg) no-repeat center center;
  background-size: cover;
  padding: 15vh 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.act_4u-movie .movie-container {
  width: 800px;
}

.act_4u-movie .movie-container .youtube-box {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.act_4u-movie .movie-container .youtube-box iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.act_4u .bg-gray {
  padding: 5%;
}

.sdgs-lead {
  color: #00895D;
}

.sdgs-lead dt {
  font-weight: bold;
  font-size: 4rem;
  letter-spacing: 0.2em;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 30px;
}

.sdgs-lead dd {
  line-height: 2;
}

.sdgs-logo {
  padding: 10%;
}

.sdgs-logo img {
  width: 100%;
}

.sdgs-list-title {
  font-size: 2rem;
  font-weight: bold;
  color: #00895D;
  margin-bottom: 20px;
}

.sdgs-list-title span {
  font-size: 1.6rem;
}

.sdgs-data {
  margin-bottom: 20px;
  background: #fff;
  cursor: pointer;
}

.sdgs-trigger {
  height: 100px;
  padding: 10px;
  border-bottom: 1px solid #EFEFEF;
  position: relative;
}

.sdgs-trigger .title {
  display: flex;
  align-items: center;
}

.sdgs-trigger .title img {
  width: 80px;
}

.sdgs-trigger .title p {
  padding-left: 20px;
  font-size: 2rem;
  line-height: 2;
}

.sdgs-trigger .title p span {
  line-height: 1;
  display: block;
  width: 90px;
  background: #555;
  color: #fff;
  padding: 5px;
  text-align: center;
  border-radius: 20px;
  font-size: 1.4rem;
}

.sdgs-trigger .btn-box {
  width: 100px;
  height: 100px;
  background: #c7c7c7;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.sdgs-trigger .btn-box::before, .sdgs-trigger .btn-box::after {
  content: "";
  width: 20px;
  height: 5px;
  background: #fff;
  border-radius: 5px;
  transition: 0.3s all ease 0s;
}

.sdgs-trigger .btn-box::before {
  position: absolute;
  top: 40%;
  left: 34px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sdgs-trigger .btn-box::after {
  position: absolute;
  top: 40%;
  right: 34px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sdgs-trigger .btn-box span {
  margin-top: 20px;
  display: inline-block;
  position: relative;
  transition: 0.6s all ease 0s;
}

.sdgs-trigger .btn-box span::before {
  content: "more view";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  white-space: nowrap;
}

.sdgs-trigger.is-open .btn-box::before, .sdgs-trigger.is-open .btn-box::after {
  width: 32px;
}

.sdgs-trigger.is-open .btn-box span::before {
  content: "close";
}

.sdgs-inner {
  padding: 30px;
  overflow: hidden;
  display: none;
}

.sdgs-inner .list li {
  padding-left: 10px;
  position: relative;
  margin-bottom: 10px;
}

.sdgs-inner .list li:last-child {
  margin-bottom: 0;
}

.sdgs-inner .list li::before {
  content: "";
  width: 3px;
  height: 3px;
  background: #000;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: 0;
}

.data-graph {
  margin-top: 60px;
}

.data-graph img {
  width: 100%;
}

.dsl-img {
  width: 50%;
  margin-inline: auto;
  margin-bottom: 20px;
}

.dsl-img img {
  width: 100%;
}

.omotenashi-list {
  display: flex;
  flex-wrap: wrap;
}

.omotenashi-list > li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.omotenashi-list > li:nth-of-type(2n) {
  margin-right: 0;
}

.omotenashi-list > li .img-box {
  width: 45%;
}

.omotenashi-list > li .img-box img {
  width: 100%;
}

.omotenashi-list > li .text-box {
  width: 55%;
  background: #00895D;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 1vw 2vw;
}

.omotenashi-list > li .text-box p.info {
  font-size: 1.4rem;
}

.omotenashi-list > li .text-box p.name {
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .aisatsu-content h3.lead-message {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .aisatsu-content .message-text {
    line-height: 1.8;
    font-size: 1.4rem;
  }
  .aisatsu-content .name-text {
    font-size: 1.8rem;
    line-height: 2;
  }
  .history-content {
    margin: 0 -7.5vw;
    padding: 30px 7.5vw;
  }
  .history-content table.table-history colgroup {
    display: none;
  }
  .history-content table.table-history tr {
    display: flex;
    flex-wrap: wrap;
  }
  .history-content table.table-history tr th {
    width: 100%;
    border-right: 0;
    text-align: center;
  }
  .history-content table.table-history tr th.no-border-btm {
    border-bottom: 1px solid #000;
  }
  .history-content table.table-history tr th.blue {
    width: 70px;
    text-align: center;
  }
  .history-content table.table-history tr th.blue.no-border-btm {
    border-bottom: 0;
  }
  .history-content table.table-history tr td {
    width: calc(100% - 70px);
  }
  .history-content table.table-history th, .history-content table.table-history td {
    padding: 10px;
  }
  .history-content h4.history-title {
    font-size: 2rem;
    margin-bottom: 30px;
  }
  .scale-lead-content {
    margin-bottom: 50px;
  }
  .scale-lead-content .lead-text {
    padding: 0;
  }
  .scale-lead-content .lead-text p {
    text-align: left;
  }
  .growtn-scale-content {
    margin-bottom: 50px;
  }
  .growtn-scale-content .growtn-scale-title {
    width: 200px;
    min-width: unset;
  }
  .growtn-scale-content dl.growtn-scale-block {
    flex-direction: column;
    align-items: unset;
    justify-content: unset;
    padding: 15px;
  }
  .growtn-scale-content dl.growtn-scale-block dt {
    width: 100%;
    font-size: 1.5rem;
  }
  .growtn-scale-content dl.growtn-scale-block dd {
    margin-top: 15px;
    width: 100%;
    font-size: 1.3rem;
  }
  .growtn-scale-content .growtn-scale-graph {
    width: 100%;
  }
  .growtn-scale-content .bg-gray-block {
    flex-direction: column;
  }
  .growtn-scale-content .bg-gray-block dl {
    width: 100%;
  }
  .growtn-scale-content .bg-gray-block dl dt {
    font-size: 1.6rem;
  }
  .growtn-scale-content .bg-gray-block figure {
    margin-top: 20px;
    width: 100%;
  }
  .bg-lightgreen-block {
    padding: 20px;
    margin-bottom: 50px;
  }
  .bg-lightgreen-block .photo-content {
    flex-direction: column;
    margin-bottom: 30px;
  }
  .bg-lightgreen-block .photo-content .photo-box {
    width: 100%;
    margin-bottom: 10px;
  }
  .bg-lightgreen-block .photo-content .text-box {
    width: 100%;
  }
  .bg-lightgreen-block .photo-content .text-box .main-text {
    font-size: 2rem;
    line-height: 1.7;
  }
  .bg-lightgreen-block .photo-content .text-box .profile-text {
    font-size: 1.1rem;
  }
  .bg-lightgreen-block .photo-content .text-box .profile-text span {
    font-size: 1.5rem;
  }
  .bg-lightgreen-block dl.left-bar-content {
    margin-bottom: 40px;
    padding: 0 0 0 25px;
  }
  .bg-lightgreen-block dl.left-bar-content::before {
    width: 5px;
  }
  .bg-lightgreen-block dl.left-bar-content dt {
    font-size: 1.7rem;
  }
  .bg-lightgreen-block dl.left-bar-content dd {
    line-height: 1.8;
  }
  .student-voice-area {
    margin-bottom: 50px;
  }
  .student-voice-area .student-voice-content {
    flex-direction: column;
    justify-content: unset;
    padding: 20px;
  }
  .student-voice-area .student-voice-content .voice-text-block {
    width: 100%;
    margin-bottom: 20px;
    line-height: 1.8;
  }
  .student-voice-area .student-voice-content .voice-text-block .voice-text-content .voince-title {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .student-voice-area .student-voice-content .voice-text-block .voice-text-content .voice-message {
    line-height: 1.8;
  }
  .student-voice-area .student-voice-content .voice-text-block .voice-text-content .voice-message span {
    font-size: 1.8rem;
    line-height: 1.6;
  }
  .student-voice-area .student-voice-content .voice-photo-block {
    width: 100%;
  }
  .student-voice-area .student-voice-content .voice-photo-block .stdent-name span {
    font-size: 1.6rem;
  }
  .student-voice-area .student-voice-content .voice-photo-block img {
    display: block;
    width: 100%;
  }
  .student-voice-area .student-voice-content .voice-photo-block .student-faculty {
    font-size: 1.2rem;
  }
  .scale-link-content ul.scale-link-list li {
    padding-bottom: 10px;
    border-bottom: 1px dashed #999;
    margin-bottom: 10px;
  }
  .scale-link-content ul.scale-link-list li a {
    padding-right: 40px;
    display: block;
    position: relative;
  }
  .scale-link-content ul.scale-link-list li a::before {
    width: 30px;
    height: 30px;
  }
  .skill-content .skill-content-title {
    flex-direction: column;
  }
  .skill-content .unit-block {
    margin-bottom: 7%;
    flex-direction: column;
  }
  .skill-content .unit-block .unit-card {
    width: 100%;
  }
  .skill-content .unit-block .unit-card .point-title {
    font-size: 1.2em;
  }
  .skill-content .unit-block .unit-card .point-title span {
    font-size: 0.9em;
  }
  .skill-content .unit-block .unit-card .point-text {
    padding: 3%;
    margin-bottom: 5%;
  }
  .skill-content .unit-block .unit-card .subject-list {
    margin-bottom: 3%;
  }
  .skill-content .unit-block .unit-card .subject-list li {
    display: block;
  }
  .skill-content .unit-block figure {
    width: 100%;
  }
  .speciality-content .speciality-content-title span {
    font-size: calc(2rem + 0vw);
    border: solid 2px;
  }
  .speciality-content .speciality-content-title span.speciality {
    margin-right: 0%;
  }
  .speciality-content .speciality-content-title span.skill {
    margin-right: 0%;
  }
  .speciality-content .speciality-content-title span.cross {
    margin-right: 0%;
  }
  .speciality-content .speciality-content-wrap {
    padding: 3%;
  }
  .speciality-content .speciality-content-wrap .speciality-title {
    margin-bottom: 4%;
    padding-left: 2%;
    font-size: 1.5rem;
  }
  .speciality-content .speciality-content-wrap .speciality-title span {
    font-size: 2rem;
  }
  .speciality-content .speciality-content-wrap .speciality-block {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 3%;
    margin-bottom: 5%;
    flex-direction: column;
  }
  .speciality-content .speciality-content-wrap .speciality-block .subject01 {
    width: 100%;
  }
  .speciality-content .speciality-content-wrap .speciality-block .subject02 {
    width: 100%;
    font-size: inherit;
  }
  .speciality-content .speciality-content-wrap .speciality-block .job {
    font-size: inherit;
    width: 100%;
  }
  .speciality-content .speciality-content-wrap .speciality-block .triangle {
    font-size: 1.6rem;
    transform: rotateZ(90deg);
  }
  .research-content h4.bg-title-wide {
    padding: 10px;
    margin-bottom: 20px;
    font-size: 1.8rem;
    font-weight: 600;
  }
  .research-content .research-block {
    display: block;
  }
  .research-content .research-block .research-place {
    width: 100%;
    margin-bottom: 40px;
  }
  .research-content .research-block .research-place .place-title {
    font-size: 1.6rem;
  }
  .research-content .research-block .research-place figure + a.link_btn {
    margin-top: 10px;
  }
  .research-content .research-link-block {
    width: 100%;
    margin: 0;
  }
  .research-content .research-link-block .paragraph {
    font-size: 1.3rem;
    text-align: unset;
  }
  .research-content .research-link-block .paragraph + a.link_btn {
    margin-top: 0;
  }
  .college-content .green-link-box {
    margin-bottom: 10px;
  }
  .college-content .green-link-box a.link-green {
    display: block;
    text-align: center;
  }
  .teikei-tab {
    width: 100%;
  }
  .teikei-tab .tab_area li {
    width: 50%;
    margin: 0;
    padding: 10px 5px;
    font-size: 1.6rem;
  }
  .panel_area {
    padding: 20px;
  }
  .institution-tab ul.tab_area {
    justify-content: space-between;
  }
  .institution-tab ul.tab_area::after {
    content: "";
    display: block;
    width: 32%;
  }
  .institution-tab ul.tab_area li.institution_label {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .institution-tab ul.tab_area li.institution_label p {
    font-size: 1rem;
    letter-spacing: normal;
  }
  .institution_panel_area {
    padding: 20px;
  }
  h2.institution-title {
    margin-bottom: 15px;
  }
  h2.institution-title span {
    font-size: 1.8rem;
    letter-spacing: 0.2em;
  }
  .institution-content + .institution-content {
    margin-top: 30px;
  }
  .institution-content h4.institution-box-title {
    padding: 10px;
    font-size: 1.4rem;
    font-weight: 600;
  }
  .institution-content dl.institution-block {
    flex-direction: column;
    justify-content: unset;
  }
  .institution-content dl.institution-block dt {
    width: 100%;
    margin-bottom: 10px;
  }
  .institution-content dl.institution-block dd {
    width: 100%;
  }
  .act4u-link {
    width: 100%;
    margin: 0 0 80px;
  }
  .feature-block .feature-panel {
    height: 30vh;
    margin-bottom: 10px;
  }
  .feature-block .feature-panel .number {
    font-size: 5rem;
  }
  .feature-block .feature-panel .title {
    font-size: 1.8rem;
  }
  .feature-block .feature-detail .fd01-container {
    flex-direction: column;
  }
  .feature-block .feature-detail .fd01-container .fd01-copy {
    width: 100%;
    margin-right: 0;
    font-size: 1.8rem;
  }
  .feature-block .feature-detail .fd01-container .fd01-copy span {
    font-size: 5rem;
    line-height: 1;
  }
  .feature-block .feature-detail .fd01-container .fd01-img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .feature-block .feature-detail .fd01-container .fd01-textbox {
    width: 100%;
  }
  .feature-block .feature-detail .fd01-container .fd01-textbox .fd01-textbox-copy {
    font-size: 1.6rem;
  }
  .feature-block .feature-detail .fd01-container .fd01-textbox .fd01-textbox-text {
    font-size: 1.2rem;
    font-weight: bold;
  }
  .feature-block .feature-detail .fd01-container .fd01-textbox .fd01-textbox-text .inner-dl::before {
    font-size: 1.2rem;
    font-weight: bold;
  }
  .feature-block .feature-detail .fd01-container .fd01-textbox .fd01-textbox-text .inner-dl dt, .feature-block .feature-detail .fd01-container .fd01-textbox .fd01-textbox-text .inner-dl dd {
    font-size: 1.2rem;
    font-weight: bold;
  }
  .feature-block .feature-detail .fd02-container {
    flex-direction: column;
  }
  .feature-block .feature-detail .fd02-container .fd02-textbox {
    width: 100%;
    margin-right: 0;
  }
  .feature-block .feature-detail .fd02-container .fd02-textbox .fd02-textbox-title {
    font-size: 1.6rem;
  }
  .feature-block .feature-detail .fd02-container .fd02-textbox .fd02-textbox-copy {
    font-weight: bold;
  }
  .feature-block .feature-detail .fd02-container .fd02-textbox .fd02-textbox-text {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
  .feature-block .feature-detail .fd02-container .fd02-img {
    width: 100%;
  }
  .topics-box.reverse .column {
    flex-direction: column-reverse;
  }
  .topics-box.reverse .column img {
    width: 100%;
  }
  .topics-box.reverse .column p {
    width: 100%;
  }
  .topics-box .column {
    flex-direction: column;
  }
  .topics-box .column img {
    width: 100%;
  }
  .topics-box .column p {
    width: 100%;
  }
  .content-mainvisual.movie-visual {
    height: 50vh;
  }
  .content-mainvisual.movie-visual .main-title_container::before {
    height: 3vh;
  }
  .fixed .movie-fixed::before {
    left: -100vw;
  }
  .tab-area {
    flex-direction: column;
  }
  .tab-area .title {
    width: 100%;
    margin-bottom: 10px;
    font-size: 2.5rem;
  }
  .tab-area .title::before {
    content: none;
  }
  .tab-area ul {
    width: 100%;
    padding-left: 0;
  }
  .tab-area ul li {
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
  }
  .tab-area ul li.all {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    margin-bottom: 10px;
  }
  .movie-list li {
    width: calc(50% - 5px);
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .movie-list li:nth-child(2n), .movie-list li:nth-child(4n) {
    margin-right: 0;
  }
  .movie-list .img {
    height: 80px;
  }
  .movie-list .movie-category {
    font-size: 1rem;
    letter-spacing: normal;
  }
  .movie-list .date {
    font-size: 1.8rem;
  }
  .movie-list .title {
    font-size: 1.2rem;
  }
  .act_4u-lead {
    padding: 5vh 0;
  }
  .act_4u-lead dt {
    margin-bottom: 5vh;
  }
  .act_4u-lead dd {
    padding: 0;
    font-size: 1.4rem;
  }
  .act_4u-movie .movie-container {
    width: 90vw;
  }
  .sdgs-lead dt {
    font-size: 2rem;
  }
  .sdgs-logo {
    padding: 5vh 0;
  }
  .sdgs-list-title {
    font-size: 1.6rem;
  }
  .sdgs-list-title span {
    display: block;
    font-size: 1.4rem;
  }
  .sdgs-trigger {
    height: 140px;
    padding: 10px 10px 40px;
  }
  .sdgs-trigger .title p {
    padding-left: 10px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .sdgs-trigger .title p span {
    width: 60px;
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .sdgs-trigger .btn-box {
    width: 100%;
    height: 30px;
    top: unset;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .sdgs-trigger .btn-box::before, .sdgs-trigger .btn-box::after {
    width: 15px;
    height: 3px;
  }
  .sdgs-trigger .btn-box::before {
    top: 45%;
    left: 30px;
  }
  .sdgs-trigger .btn-box::after {
    top: 45%;
    right: unset;
    left: 39px;
  }
  .sdgs-trigger .btn-box span {
    margin-top: 0;
  }
  .sdgs-trigger .btn-box span::before {
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .sdgs-trigger.is-open .btn-box::before, .sdgs-trigger.is-open .btn-box::after {
    width: 15px;
    left: 34px;
  }
  .sdgs-inner {
    padding: 20px 10px;
  }
  .data-graph {
    margin-top: 30px;
  }
  .dsl-img {
    width: 100%;
  }
  .omotenashi-list > li {
    width: 100%;
    margin-right: 0;
  }
}
/*# sourceMappingURL=maps/guidance.css.map */
