@charset "UTF-8";
/* CSS Document */
/*========================================================================
         基本設定 共通
======================================================================== */
html {
  scroll-behavior: smooth;
  font-size: 62.5%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: 'Zen Kaku Gothic New', 'sans-serif';
  font-weight: 300, 400, 500, 700, 900;
  font-style: bold;
  font-optical-sizing: auto;
}
.barlow-thin {
  font-family: "Barlow", sans-serif;
  font-weight: 100;
  font-style: normal;
}
.barlow-extralight {
  font-family: "Barlow", sans-serif;
  font-weight: 200;
  font-style: normal;
}
.barlow-bold {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.barlow-extrabold {
  font-family: "Barlow", sans-serif;
  font-weight: 800;
  font-style: normal;
}
.barlow-semibold-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: italic;
}
.barlow-bold-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: italic;
}
.background {
  position: fixed;
  background-image: url("imgs/common/back_ground.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 100vh;
  width: 100%;
  z-index: -1;
  content: '';
}
button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}
button.learn-more {
  width: 8rem;
  height: auto;
}
button.learn-more .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 2rem;
  height: 2rem;
  background-image: linear-gradient(40deg, rgba(26, 61, 72, 1), rgba(159, 47, 36, 1) 50%, rgba(247, 182, 67, 1));
  border-radius: 1.625rem;
}
button.learn-more .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}
button.learn-more .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.2rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}
button.learn-more .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(45deg);
}
button.learn-more .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.28rem 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 2rem;
  margin-bottom: 0;
  color: #333333;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1rem;
}
button:hover .circle {
  width: 100%;
}
button:hover .circle .icon.arrow {
  background: #fff;
  transform: translate(1rem, 0);
}
button:hover .button-text {
  color: #fff;
  margin-left: 3.5rem;
}
.fade {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s, transform 2s;
}
.fade.active {
  opacity: 1;
  transform: translateY(0px);
}
@supports (display: grid) {
  #container {
    grid-area: main;
    align-self: center;
    justify-self: center;
  }
}
p {
  font-size: 1.1vw;
  color: #666;
  font-family: 'Zen Kaku Gothic New', 'sans-serif';
  font-weight: 300;
  line-height: 1.5;
}
h2 {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: bold;
}
dt {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
dd {
  font-size: 16px;
  font-size: 1.4rem;
  line-height: 1.6em; /* padding-top: 0.6em; 
	padding-bottom: 1.3em; */
}
img {
  width: 100%;
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
/* clearfix　ここから */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* clearfix　ここまで */
* {
  margin: 0;
  padding: 0;
}
/* Google Map レスポンシブ　ここまで */
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
.sp-show {
  display: none;
}
.drawer {
  display: none;
}
.pinkpink { /*coloursのUピンク共通*/
  color: #F39;
}
.red_text { /*赤文字*/
  color: #C00;
}
.yellow_marker { /*黄色の蛍光マーカー線*/
  background: linear-gradient(transparent 85%, #FF3 85%);
}
.accordion-004 summary::-webkit-details-marker {
    display: none;
}
@media screen and (max-width:767.98px) { /* 変更点。0.02引く。 */
.sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .sp-show {
    display: block;
  }
  #h1_tag {
    margin-top: 0;
  }
  .header_logo_h1 {
    width: 30%;
  }
}
/*===========ここまで共通css===========*/



/*==================================
   PC用　ここから
===================================*/
body main {
  margin: 0 auto;
  width: 100%;
}
.graduation_main {
  margin: 0 auto;
  width: 100%;
  padding: 5% 0 0 0;
}
.brushup_section {
	width: 80%;
	margin: 0 auto;
}
.brushup_section ul {
    display: flex;
	flex-direction: row;
	align-items: center;
    margin: 0 auto;
    justify-content: space-between;
}
.brushup_section ul li {
   flex-basis: 45%;
    color: #1A3D48;
    margin: 0 auto;
}
.brushup_section ul li h3 {
    padding-bottom: 0px;
    border-bottom: 2px dotted #1A3D48;
    margin-bottom: 15px;
}
.brushup_section ul li h3 small {
    display: block;
    font-size: 15px;
    letter-spacing: 1px;
}
.brushup_section ul li h3 b {
    font-size: 25px;
    padding-bottom: 0px;
    display: block;
    padding-top: 0px;
    padding-left: 10px;
    border-left: 5px solid #f0b643;
    margin-top: 10px;
    margin-bottom: 15px;
}
.brushup_section ul li .brushup_text {
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    text-align: justify;
    letter-spacing: 1px;
    padding-bottom: 30px;
    font-weight: 500;
}
.brushup_section ul li img {
    width: 100%;
   animation: fuwafuwa 2s infinite;
}
.alumni_section {
	width: 80%;
	margin: 10% auto;
}
.falumni_section_ul {
    display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.falumni_section_ul .frame {
    flex-basis: 48%;
    padding: 2%;
    position: relative;
    -webkit-box-shadow: 3px 3px 13px -2px #808080;
    box-shadow: 3px 3px 13px -2px #808080;
}
.alumni_section h3 small {
    display: block;
    font-size: 15px;
    letter-spacing: 1px;
	color: #1A3D48;
}
.alumni_section h3 b {
    font-size: 30px;
    padding-bottom: 0px;
    display: block;
    padding-top: 0px;
    padding-left: 10px;
    border-left: 5px solid #f0b643;
    margin-top: 10px;
    margin-bottom: 35px;
	color: #1A3D48;
}
.falumni_section_ul .frame span {
    position: absolute;
    left: 0px;
    top: 0px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    background: rgba(166,47,36,1);
    font-size: 1.3vw;
    color: #F2F2F2;
    letter-spacing: 2px;
}
.falumni_section_ul .frame .profile {
    display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}
.falumni_section_ul .frame .profile li {
    margin: 0 auto;
    width: 48%;
}
.profile li img {
    width: 100%;
}
.profile li .name {
    font-size: 25px;
    letter-spacing: 1px;
    padding-bottom: 10px;
    color: #1A3D48;
}
.profile li .job {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 3px dotted #1A3D48;
    font-size: 12px;
    display: block;
    width: 100%;
    font-weight: 500;
    color: #1A3D48;
}
.profile li .name small {
    font-size: 15px;
    font-weight: 500;
}
.falumni_section_ul .frame .profile_text {
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    padding-bottom: 15px;
    border-bottom: 3px dotted #1A3D48;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
.falumni_section_ul .frame.fade .colours_interview {
    font-size: 16px;
    font-weight: 500;
}
.falumni_section_ul .frame.fade .colours_interview a {
    color: #A20002;
}

.accordion-004 summary::-webkit-details-marker {
    display: none;
}
@keyframes fuwafuwa {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-3px);
  }
  100% {
    transform: translateY(0px);
  }
}


/*===============================
   sp用　ここから
===============================*/
@media screen and (max-width:767.98px) { /* 変更点。0.02引く。 */
.brushup_section {
  width: 90%;
  margin: 0px auto;
}
.brushup_section ul {
	width: 100%;
    display: block;
    margin: 5% auto;
    justify-content: space-between;
}
.brushup_section ul li {
   flex-basis: 100%;
	}
.brushup_section ul li h3 {
    padding-bottom: 0px;
    border-bottom: 2px dotted #1A3D48;
    margin-bottom: 15px;
}
.brushup_section ul li h3 small {
    display: block;
    font-size: 15px;
    letter-spacing: 1px;
}
.brushup_section ul li h3 b {
    font-size: 25px;
    padding-bottom: 0px;
    display: block;
    padding-top: 0px;
    padding-left: 10px;
    border-left: 5px solid #f0b643;
    margin-top: 10px;
    margin-bottom: 15px;
}
.brushup_section ul li .brushup_text {
    width: 100%;
    font-size: 17px;
    line-height: 26px;
    text-align: justify;
    letter-spacing: 1px;
    padding-bottom: 30px;
    font-weight: 500;
}
.brushup_section ul li img {
    width: 100%;
   animation: fuwafuwa 2s infinite;
}
.alumni_section {
	width: 90%;
	margin: 0 auto;
	}
.alumni_section .falumni_section_ul {
    display: block;
	width: 100%;
    justify-content: space-between;
}
.falumni_section_ul .frame {
    width: 100%;
    padding: 5% 5%;
    position: relative;
    -webkit-box-shadow: 3px 3px 13px -2px #808080;
    margin: 2% auto;
    box-shadow: 3px 3px 13px -2px #808080;
}
.alumni_section h3 small {
    display: block;
    font-size: 15px;
    letter-spacing: 1px;
	color: #1A3D48;
}
.alumni_section h3 b {
    font-size: 30px;
    padding-bottom: 0px;
    display: block;
    padding-top: 0px;
    padding-left: 10px;
    border-left: 5px solid #f0b643;
    margin-top: 10px;
    margin-bottom: 35px;
	color: #1A3D48;
}
.falumni_section_ul .frame span {
    position: absolute;
    right: 0px;
    top: 0px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    background: rgba(166,47,36,1);
    font-size: 4vw;
    color: #F2F2F2;
    letter-spacing: 1px;
}
.falumni_section_ul .frame .profile {
    display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}
.falumni_section_ul .frame .profile li {
    margin: 0 auto;
    width: 100%;
}
.profile li img {
    width: 100%;
	padding: 5% auto;
}
.profile li .name {
    font-size: 25px;
    letter-spacing: 1px;
    padding-bottom: 10px;
    color: #1A3D48;
}
.profile li .job {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 3px dotted #1A3D48;
    font-size: 12px;
    display: block;
    width: 100%;
    font-weight: 500;
    color: #1A3D48;
}
.profile li .name small {
    font-size: 15px;
    font-weight: 500;
}
.falumni_section_ul .frame .profile {
    display: flex;
}
.falumni_section_ul .frame .profile_text {
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    padding-bottom: 15px;
    border-bottom: 3px dotted #1A3D48;
    letter-spacing: 1px;
}
@keyframes fuwafuwa {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-3px);
  }
  100% {
    transform: translateY(0px);
  }
}
