@charset "UTF-8";
/* CSS Document */
body {
    font-family: 'Oswald', '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-light {
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.barlow-regular {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.barlow-medium {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.barlow-semibold {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  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-black {
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-style: normal;
}
.barlow-thin-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 100;
  font-style: italic;
}
.barlow-extralight-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 200;
  font-style: italic;
}
.barlow-light-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-style: italic;
}
.barlow-regular-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-style: italic;
}
.barlow-medium-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-style: italic;
}
.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;
}
.barlow-extrabold-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 800;
  font-style: italic;
}
.barlow-black-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-style: italic;
}
.New_graduate {
    width: 300px;
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #FFFFFF;
    border-radius: 15px;
    -webkit-box-shadow: 4px 3px 5px -3px #777777;
    box-shadow: 4px 3px 5px -3px #777777;
    position: relative;
    bottom: auto;
    transition: all .2s;
    margin-top: 40px;
  }
	.New_graduate:hover {
    width: 300px;
    background-color: #F7F7F7;
    -webkit-box-shadow: 0px 0px 0px 0px #333333;
    box-shadow: 0px 0px 0px 0px #333333;
  }
.New_graduate span {
    display: block;
    padding-left: 20px;
    padding-right: 0px;
    font-size: 22px;
    font-weight: 500;
    color: #FFFFFF;
    padding-top: 10px;
    padding-bottom: 10px;
    background: linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    background: -webkit-linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
  }
.New_graduate small {
    /*形状*/
    display: inline-block;
    padding-top: 0;
    padding-right: 20px;
    padding-left: 20px;
    color: #333;
    text-decoration: none;
    outline: none;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    font-size: 16px;
    font-weight: 600;
    background: linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    background: -webkit-linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  /*矢印と下線の形状*/
  .New_graduate small::before{
    content: '';
    /*絶対配置で下線の位置を決める*/
    position: absolute;
    bottom: 20px;
    left: 20px;
    /*下線の形状*/
    width: 260px;
    height: 2px;
    /*アニメーションの指定*/
    transition: all .3s;
    background: linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    background: -webkit-linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    -webkit-text-fill-color: transparent;
  }
  .New_graduate small::after{
    border-image-slice: 1;
    content: '';
    /*絶対配置で矢印の位置を決める*/
    position: absolute;
    bottom: 24px;
    right: 19px;
    /*矢印の形状*/
    width: 15px;
    height: 2px;
    transform: rotate(35deg);
    /*アニメーションの指定*/
    transition: all .3s;
    background: linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    background: -webkit-linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    -webkit-text-fill-color: transparent;
  }
  .New_graduate small:hover::before{
    left: 33px;
  }
 .New_graduate small:hover::after {
    right: 5px;
  }
.detail p a {
    color: #282828;
}
@media screen and (min-width:1441px){
  body footer {
    background-color: #3E3A39;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 50px;
  }
  body footer h4 {
    margin: auto;
    width: 1100px;
    font-size: 25px;
    color: #F7F7F7;
  }
  .site_map {
    margin: auto;
    width: 1100px;
  }
  .site_map ul {
    margin: auto;
    display: flex;
  }
  .site_map ul li {
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    height: 220px;
    padding-left: 15px;
    border-left: 1px solid #F7F7F7;
    padding-right: 20px;
    padding-top: 0px;
  }
  .site_map ul li:first-child {
    border-left: none;
  }
  .site_map ul li p {
    color: #F7F7F7;
    line-height: 20px;
    letter-spacing: 2px; /*追加*/
    width: auto;
    display: block;
    margin-top: 0px;
    position: relative;
    top: -5px;
  }
  .site_map ul li a {
    color: #F7F7F7;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 2px;
    width: 100%;
  }
  .site_map ul li .weight_bold {
    font-weight: 600;
    position: relative;
  }
  .weight_bold.boder_bottom {}
  .copy {
    color: #F7F7F7;
    font-size: 14px;
    text-align: center;
    margin-top: 50px;
    font-weight: 500;
    letter-spacing: 3px;
  }
}
@media screen and (max-width:1440px){
  body footer {
    background-color: #3E3A39;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  body footer h4 {
    margin: auto;
    width: 80vw;
    font-size: 21px;
    color: #F7F7F7;
  }
  .site_map {
    margin: auto;
    width: 80vw;
  }
  .site_map ul {
    margin: auto;
    display: flex;
  }
  .site_map ul li {
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    height: 220px;
    padding-left: 15px;
    border-left: 1px solid #F7F7F7;
    padding-right: 20px;
    padding-top: 0px;
  }
  .site_map ul li:first-child {
    border-left: none;
  }
  .site_map ul li p {
    color: #F7F7F7;
    line-height: 20px;
    letter-spacing: 2px; /*追加*/
    width: auto;
    display: block;
    margin-top: 0px;
    position: relative;
    top: -5px;
  }
  .site_map ul li a {
    color: #F7F7F7;
    display: inline-block;
    font-size: 0.8em;
    letter-spacing: 1px;
    width: 100%;
  }
  .site_map ul li .weight_bold {
    font-weight: 600;
    position: relative;
  }
  .weight_bold.boder_bottom {}
  .copy {
    color: #F7F7F7;
    font-size: 13px;
    text-align: center;
    margin-top: 50px;
  }
}
@media screen and (max-width: 765px) {
  body footer {
    background-color: #3E3A39;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 15vw;
  }
  body footer h4 {
    margin-top: 0vw;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    width: 85vw;
    font-size: 25px;
    color: #F7F7F7;
  }
  .site_map {
    margin: auto;
    width: 90vw;
  }
  .site_map ul {
    margin: auto;
    display: block;
    padding-left: 0px;
  }
  .site_map ul li {
    margin: 0;
    margin-bottom: 0px;
    height: 100%;
    border-left-style: none;
    padding-top: 0px;
    display: block;
  }
  .site_map ul li:first-child {
    border-left: none;
  }
  .site_map ul li p {
    color: #F7F7F7;
    line-height: 3em;
    letter-spacing: 2px; /*追加*/
    width: auto;
    display: block;
    margin-top: 0px;
    position: static;
    top: 0px;
    border-bottom: 1px solid #F7F7F7;
  }
  .site_map ul li a {
    color: #F7F7F7;
    display: inline-block;
    font-size: 1em;
    letter-spacing: 2px;
    width: 100%;
  }
  .site_map ul li .weight_bold {
    font-weight: 600;
    position: static;
    margin-top: 50px;
  }
  .weight_bold.boder_bottom {}
  .copy {
    color: #F7F7F7;
    font-size: 3.5vw;
    text-align: center;
    margin-top: 50px;
  }
}
