@charset "UTF-8";
/* CSS Document */
[id] {
 scroll-margin-top: 137px;
}
html{
 color: #222;
 background-color: #FEFBF6;
}
body, h2, h3, p, ul, li{
 font-family: "Zen Kaku Gothic New", sans-serif;
 margin: 0;
 padding: 0;
}
h2{
 font-size: 15px;
 font-weight: bold;
 line-height: 1.4;
 color: #F55723;
}
h2 span{
 display: block;
 font-family: "Montserrat", sans-serif;
 margin: 20px 0 0;
 font-size: 50px;
 font-weight: bold;
 letter-spacing: 0.05rem;
 line-height: 1.22;
}
ul{
 list-style: none;
}
a{
 text-decoration: none;
}
a:hover{
 cursor: pointer;
 opacity: 0.7;
}
img{
 width: 100%;
}
header{
 position: fixed;
 left: 0;
 right: 0;
 top: 20px;
 z-index: 10;
 width: 100%;
 max-width: 1400px;
 margin: 0 auto;
 border-radius: 5px;
 box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
}
header div{
 display: flex;
 align-items: center;
}
header > div:first-child{
 justify-content: space-between;
 background-color: #fff;
 padding: 10px 20px;
 border-radius: 5px 5px 0 0;
}
header > div > div:first-child{
 gap: 20px;
 align-items: center;
}
header > div > div:first-child a:first-child{
 max-width: 120px;
}
header > div > div:first-child a:last-child{
 color: #F55723;
 font-size: 12px;
 font-weight: 600;
 letter-spacing: 0.05rem;
 line-height: 1.25;
 padding: 5px 15px;
 border: solid 1px;
 border-radius: 12px;
}
header > div > div:first-child a:last-child:hover{
 color: #fff;
 background-color: #F55723;
}
header > div > div:last-child{
 gap: 10px;
}
header > div > div:last-child a{
 text-align: center;
 width: 180px;
 padding: 10px;
 border-radius: 5px;
 font-size: 14px;
 font-weight: bold;
 line-height: 1.5;
}
header > div > div:last-child a:nth-child(1),
header > div > div:last-child a:nth-child(2){
 padding: 0;
}
header > div > div:last-child a:nth-child(1){
 width: 124px;
}
header > div > div:last-child a:nth-child(2){
 width: 206px;
 margin: 0 20px 0 0;
}
header > div > div:last-child a:nth-child(3){
 color: #F55723;
 border: solid 1px;
 background-color: #fff;
}
header > div > div:last-child a:nth-child(3):hover{
 background-color: #F55723;
 color: #fff;
}
header > div > div:last-child a:nth-child(4){
 color: #fff;
 background-color: #F55723;
 border: solid 1px  #F55723;
}
header > div > div:last-child a:nth-child(4):hover{
 color: #F55723;
 background-color: #fff;
}
header > div > div:last-child a:nth-child(1) img,
header > div > div:last-child a:nth-child(2) img{
 display: flex;
 align-items: center;
}
header > div:last-child{
 background-color: #F55723;
 border-radius: 0 0 5px 5px;
 padding: 15px 0;
}
header > div:last-child ul{
 display: flex;
 gap: 30px;
 margin: auto;
}
header > div:last-child ul li a{
 color: #fff;
 font-size: 14px;
 font-weight: bold;
 line-height: 1.5;
}
header > div:last-child ul li:nth-last-child(1) a,
header > div:last-child ul li:nth-last-child(2) a{
 position: relative;
 padding-right: 15px;
}
header > div:last-child ul li:nth-last-child(1) a:after,
header > div:last-child ul li:nth-last-child(2) a:after{
 position: absolute;
 content: "";
 background: url("../../img/icon/other-link.webp") no-repeat center center;
 background-size: cover!important;
 width: 10px;
 height: 10px;
 right: 0;
 top: 0;
 bottom: 0;
 margin: auto;
}
/*Google Fonts*/
.zen-kaku-gothic-new-regular {
 font-family: "Zen Kaku Gothic New", sans-serif;
 font-weight: 400;
 font-style: normal;
}
.zen-kaku-gothic-new-medium {
 font-family: "Zen Kaku Gothic New", sans-serif;
 font-weight: 500;
 font-style: normal;
}
.zen-kaku-gothic-new-bold {
 font-family: "Zen Kaku Gothic New", sans-serif;
 font-weight: 700;
 font-style: normal;
}
.montserrat-<uniquifier> {
 font-family: "Montserrat", sans-serif;
 font-optical-sizing: auto;
 font-weight: <weight>;
 font-style: normal;
}
.bebas-neue-regular {
 font-family: "Bebas Neue", sans-serif;
 font-weight: 400;
 font-style: normal;
}
.en{
 font-family: "Montserrat", sans-serif;
}
.link-Btn{
 color: #F55723;
 font-family: "Montserrat", sans-serif;
 font-weight: 600;
 position: relative;
 display: block;
 width: fit-content;
 padding: 0 50px 0 0;
}
.link-Btn:after{
 position: absolute;
 content: "";
 right: 0;
 top: 0;
 bottom: 0;
 margin: auto;
 width: 40px;
 height: 40px;
 background-color: #F55723;
 background-image: url("../../img/icon/arrow-right-wh.webp");
 background-repeat: no-repeat;
 background-position: center center;
 background-size: 10px;
 border-radius: 100px;
}
.link-Btn2{
 width: 790px;
 display: block;
 margin: 0 auto;
 position: relative;
 background-color: #F55723;
 padding: 27px 50px;
 box-sizing: border-box;
 color: #fff;
 font-size: 18px;
 font-weight: bold;
 line-height: 1.4;
 border-radius: 10px;
}
.link-Btn2:after{
 position: absolute;
 content: "";
 background: url("../../img/icon/arrow-right-wh2.webp") no-repeat center center;
 width: 5px;
 height: 10px;
 background-size: cover;
 right: 50px;
 top: 0;
 bottom: 0;
 margin: auto;
}
footer{
 background: linear-gradient(to bottom, #F55723, #F6553F);
 padding: 50px 100px;
 color: #fff;
 margin: 80px auto 0;
}
footer > div:first-child{
 display: flex;
 justify-content: space-between;
}
footer > div:first-child div:first-child a{
 display: block;
 max-width: 117px;
}
footer > div:first-child div:first-child p{
 margin: 25px 0 0;
 font-size: 14px;
 font-weight: bold;
 line-height: 1.4;
}
footer > div:first-child div:last-child > ul{
 display: flex;
 gap: 30px;
}
footer > div:first-child div:last-child > ul li a{
 color: #fff;
 font-size: 14px;
 font-weight: bold;
 line-height: 1.43;
 display: block;
}
footer > div:first-child div:last-child > ul > li > a{
 margin-bottom: 10px;
}
footer > div:first-child div:last-child > ul > li > ul li a{
 position: relative;
 padding-left: 20px;
}
footer > div:first-child div:last-child > ul > li > ul li a:before{
 position: absolute;
 content: "";
 width: 5px;
 height: 5px;
 background-color: #fff;
 border-radius: 100px;
 left: 10px;
 top: 0;
 bottom: 0;
 margin: auto;
}
footer > div:first-child div:last-child > ul > li > ul li:not(:last-child){
 margin-bottom: 10px;
}
footer > div:last-child{
 display: flex;
 margin: 60px 0 0;
 justify-content: space-between;
}
footer > div:last-child copyright{
 font-size: 12px;
 font-weight: 500;
 letter-spacing: 0.05rem;
 line-height: 1.25;
}
footer > div:last-child ul{
 display: flex;
 gap: 15px;
}
footer > div:last-child ul li:not(:last-child) a{
 padding-right: 15px;
}
footer > div:last-child ul li a{
 color: #fff;
 font-size: 13px;
 font-weight: 500;
 line-height: 1.46;
 position: relative;
}
footer > div:last-child ul li:not(:last-child) a:after{
 position: absolute;
 content: "";
 right: 0;
 width: 1px;
 height: 15px;
 top: 0;
 bottom: 0;
 margin: auto;
 background-color: #fff;
}
.heading-img .wrapper{
 display: flex;
}
.heading-img .wrapper > div{
 padding: 220px 0 0 150px;
}
.heading-img .wrapper > img{
 width: 720px;
 margin: 80px 0 0 auto;
 z-index: 1;
}
.heading-img .wrapper .nav-list{
 display: flex;
 gap: 15px;
 align-items: center;
 margin: 50px 0 0;
}
.heading-img .wrapper .nav-list li{
 font-size: 14px;
 font-weight: bold;
 line-height: 1.43;
}
.heading-img .wrapper .nav-list li:first-child a{
 color: #222;
 padding: 0 15px 0 0;
 position: relative;
}
.heading-img .wrapper .nav-list li:first-child a:after{
 position: absolute;
 content: "";
 background: url("../../img/icon/arrow-right3.webp") no-repeat center center;
 background-size: cover;
 width: 5px;
 height: 10px;
 right: 0;
 top: 0;
 bottom: 0;
 margin: auto;
}
.heading-img .wrapper .nav-list li:not(:first-child){
 color: #F55723;
}
ul.anchor-link{
 min-width: 144px;
}
ul.anchor-link li:not(:last-child){
 margin: 0 0 20px;
}
ul.anchor-link li a{
 font-size: 16px;
 font-weight: 500;
 line-height: 1.5;
 color: #222;
}
ul.anchor-link li a:hover{
 color: #F55723;
}
.pc{
 display: block;
}
.sp{
 display: none;
}
/*先輩インタビュー*/
.interview .interview-slider{
 margin: 32px 0 0;
 overflow: hidden;
}
.interview .interview-slider .is-slide{
 height: 500px;
 background-size: cover;
 background-position: center;
 background-repeat: no-repeat;
 position: relative;
 border-radius: 15px;
}
.interview .interview-slider .is-slide .text-Box{
 position: absolute;
 left: 30px;
 bottom: 30px;
 z-index: 1;
}
.interview .interview-slider .is-slide .text-Box p:first-child{
 font-size: 24px;
 font-weight: bold;
 color: #fff;
 line-height: 1.46;
 margin: 0 0 10px;
}
.interview .interview-slider .is-slide .text-Box p:last-child{
 font-size: 16px;
 font-weight: 500;
 line-height: 1.5;
 color: #fff;
}
.interview .interview-slider .is-slide .is-bg{
 position: absolute;
 background-image: linear-gradient(
  to top,
  rgba(0, 0, 0, 0.7),
  rgba(0, 0, 0, 0)
 ), url("../img/top/interview-bg.png");
 background-size: cover;
 background-position: center;
 width: 100%;
 height: 200px;
 left: 0;
 right: 0;
 margin: auto;
 bottom: 0;
 border-radius: 0 0 15px 15px;
}
@media screen and (min-width:1000px) {
 .interview .interview-slider div.slick-slide{
  width: 390px!important;
  margin: 0 30px!important;
 }
}
@media screen and (max-width:1000px) {
 .interview .interview-slider div.slick-slide{
  margin: 0 15px;
 }
}
/*先輩インタビュー*/
@media screen and (max-width:1000px) {
 body.no-scroll {
  overflow: hidden; /* スクロールを無効にする */
 }
 .sp{
  display: block;
 }
 .pc{
  display: none;
 }
 h2{
  font-size: 14px;
 }
 h2 span{
  font-size: 25px;
  margin: 5px 0 0;
 }
 .link-Btn{
  margin: 0 0 0 auto;
 }
 .link-Btn2{
  width: 100%;
  margin: 15px 0 0;
  padding: 20px;
  font-size: 15px;
 }
 .link-Btn2:after{
  right: 20px;
 }
 header{
  top: 10px;
  width: 95%;
  position: fixed;
  box-shadow: unset;
 }
 header + div{
  padding-top: 113px;
 }
 header > div:first-child{
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  border-radius: 15px;
  z-index: 1000;
 }
 header > div > div:first-child{
  display: block;
  max-width: 43%;
 }
 header > div > div:first-child a:last-child{
  display: block;
  text-align: center;
  padding: 5px;
  font-size: 10px;
  line-height: 1;
 }
 header > div > div:nth-child(2){
  display: none;
 }
 /*スマホメニュー 開始*/
 /*メニューボタンのスタイル*/
 .menu-toggle {
  position: fixed;
  top: 55px;
  right: 10%;
  width: auto;
  height: fit-content;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1000; /* 最前面 */
  display: flex;
  align-items: center;
 }
 .menu-text {
  font-size: 16px;
  font-weight: bold;
  color: #F55723;
  margin-right: 10px;
  transition: all 0.3s;
 }
 /* 線のコンテナを縦に並べる */
 .menu-lines {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
 }
 .line {
  display: block;
  width: 25px;
  height: 2px;
  background-color: #F55723;
  margin-bottom: 5px;
  transition: transform 0.3s, opacity 0.3s;
 }
 .line1 {
  transform-origin: 0 0;
 }
 .line3 {
  transform-origin: 0 100%;
  margin-bottom: 0px;
 }
 /* 展開時のボタンの「×」印アニメーション */
 .menu-toggle.is-active .line1 {
  transform: rotate(35deg);
 }
 .menu-toggle.is-active .line2 {
  opacity: 0;
 }
 .menu-toggle.is-active .line3 {
  transform: rotate(-35deg);
 }
 /* ナビゲーションメニューのスタイル */
 .navigation {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: block;
  justify-content: center;
  align-items: center;
 }
 .navigation.is-active {
  opacity: 1;
  visibility: visible;
 }
 .navigation div.nav-cont{
  width: 90%;
  height: 84%;
  display: block;
  position: absolute;
  top: 90px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  padding: 20px;
  box-sizing: border-box;
  overflow: scroll;
  border-radius: 0 0 15px 15px;
 }
 /* オーバーレイのスタイル */
 .menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out;
  z-index: 998;
 }
 .menu-overlay.is-active {
  opacity: 1;
  visibility: visible;
 }
 .navigation ul{
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
 }
 .navigation ul:nth-child(1) li a{
  display: block;
  width: 100%;
  padding: 20px 0;
  border-bottom: solid 1px #eee;
  text-align: left;
  color: #222;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05rem;
 }
 .navigation ul:nth-child(1) li a span{
  display: block;
  color: #F55723;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0.5rem;
  letter-spacing: 0rem;
 }
 .navigation ul:nth-child(2){
  display: grid;
  gap: 10px;
  margin: 20px 0;
 }
 .navigation ul:nth-child(2) li,
 .navigation ul:nth-child(2) li a{
  width: 100%;
 }
 .navigation ul:nth-child(2) li a{
  display: block;
  padding: 15px;
  border-radius: 5px;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.5;
  box-sizing: border-box;
  letter-spacing: 0.05rem;
 }
 .navigation ul:nth-child(2) li:nth-child(1) a{
  color: #F55723;
  border: solid 1px;
 }
 .navigation ul:nth-child(2) li:nth-child(2) a{
  background-color: #F55723;
  color: #fff;
 }
 .navigation ul:nth-child(3){
  text-align: left;
 }
 .navigation ul:nth-child(3) li:nth-child(1){
  margin: 0 0 5px;
 }
 .navigation ul:nth-child(3) li:nth-child(1) a img{
  width: 55%;
 }
 .navigation ul:nth-child(3) li:nth-child(2) a img{
  width: 80%;
 }
 /*スマホメニュー 終了*/
 header > div:last-child{
  display: none;
 }
 footer{
  margin: 40px auto 0;
  padding: 30px;
  border-radius: 15px 15px 0 0;
 }
 footer > div:first-child{
  display: block;
 }
 footer > div:first-child > div:last-child{
  display: none;
 }
 footer > div:first-child div:first-child p{
  margin: 12px 0 0;
  font-size: 13px;
  line-height: 1.6;
 }
 footer > div:last-child{
  margin: 30px 0 0;
 }
 footer > div:last-child copyright{
  margin: 0 auto;
 }
 footer > div:last-child ul{
  display: none;
 }
 ul.anchor-link{
  min-width: unset;
  background-color: #fff;
  border-radius: 15px;
  padding: 20px;
 }
 ul.anchor-link li:not(:last-child){
  margin: 0 0 15px;
 }
 ul.anchor-link li a{
  position: relative;
  font-size: 15px;
  padding: 0 0 0 15px;
 }
 ul.anchor-link li a:before{
  position: absolute;
  content: "";
  background: url("../../img/icon/arrow-right-or.webp") no-repeat center center;
  background-size: cover;
  width: 5px;
  height: 10px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
 }
 .heading-img .wrapper{
  display: grid;
 }
 .heading-img .wrapper > div{
  order: 2;
  padding: 20px 20px 0;
 }
 .heading-img .wrapper .nav-list{
  margin: 25px 0 0;
  justify-content: end;
 }
 .heading-img .wrapper > img{
  order: 1;
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center;
  margin: 0 0 0;
 }
}