@charset "utf8";
/*=============================
  - header
	- fotter
	- navigation
==============================*/

/*----------------------------------------------------
	header
----------------------------------------------------*/
#header {
  width: 100%;
  background-color: #fff;
  position: static;
  top: 0;
  left: 0;
  z-index: 100;
}
#header .inner {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
#header .logo-wrap {
  padding: 10px 10px;
}
#header .logo-wrap a {
    width: 360px;
    display: block;
}
@media screen and (max-width: 1360px) {
    #header .logo-wrap a {
        width: 20vw;
    }

}
@media screen and (max-width: 1080px) {
    
}
@media screen and (max-width: 991px) {
    #header .logo-wrap a {
        width: 15vw;
    }
}
@media screen and (max-width: 767px) {
  #header {
    width: 100%;
    height: auto;
  }
  #header .inner {
    width: 100%;
    height: auto;
  }
  #header .logo-wrap {
    width: 100%;
    height: auto;
    padding: 0 0;
    border-bottom: 3px solid #785ca8;
    display: flex;
    justify-content: space-between;
  }
  #header .logo-wrap a {
    width: 48vw;
    padding: 9px 10px;
  }
  #header .logo-wrap h1 img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: flex;
  }
}


/*----------------------------------------
ナビゲーション(ヘッダー)
----------------------------------------*/
#header .fixed-wrap,
#header .menu,
#header .sub-menu {
  display: flex;
}

#header .fixed-wrap {
    height: 100%;
    justify-content: space-between;
    align-items: stretch;
}

#header .menu {
    height: 100%;
    flex-direction: column-reverse;
    align-items: flex-end;
    justify-content: center;
}
#header .menu nav ul { display: flex; }
#header .menu nav ul li {
  margin: 15px 1em;
}
#header .menu nav ul li:last-child {
  margin: 15px 2em  15px 1em;
}
#header .menu nav ul li a {
  transition: 0.3s;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  font-feature-settings: "palt";
  letter-spacing: 0.03em;
  height: 2.8em;
  display: flex;
  align-items: center;
}
#header .menu nav ul li a:hover {
    opacity: 1;
    transform: translateY(-1px);
}

#header .menu .tel-wrap {
  margin-left: 40px;
  margin-right: 20px;
}
#header .menu .tel-wrap a {
  display: block;
  line-height: 1;
  letter-spacing: 0.04em;
  padding: 0 0 0 20px;
  background: url("../images/header-tel.png") no-repeat left 5px;
}
#header .menu .btn-wrap .btn01 {
    font-size: 18px;
    width: 320px;
    min-width: 320px;
    height: 60px;
    padding: 0 0;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
#header .menu .btn-wrap .btn01::before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url("../images/i_reister.png") no-repeat;
    background-size: contain;
    margin-right: 0.5em;
}
@media screen and (max-width: 1360px) {
    #header .fixed-wrap {
        align-items: center;
    }
    
    #header .menu nav ul li,
    #header .menu nav ul li:last-child {
        margin: 10px 0.75em;
    }
    #header .menu nav ul li a {
        font-size: clamp(12px,3.0vw,14px);
    }
    
    #header .menu .btn-wrap .btn01 {
        font-size: clamp(12px,3.0vw,14px);
        height: auto;
        padding: 10px 10px;
    }
    #header .menu .btn-wrap .btn01::before {
        width: 25px;
        height: 25px;
    }
}
@media screen and (max-width: 1080px) {
    #header .menu nav ul li,
    #header .menu nav ul li:last-child {
        margin: 10px 0.5em;
    }
    #header .menu nav ul li a {
        font-size: clamp(11px,3.0vw,12px);
    }
}
@media screen and (max-width: 991px) {
    #header .menu nav ul li {
        margin: 10px 5px;
    }
    #header .menu nav ul li:last-child {
        margin: 10px 0 10px 5px;
    }
    
    
    #header .menu .btn-wrap .btn01 {
        width: auto;
        min-width: inherit;
        font-size: clamp(11px, 3.0vw, 13px);
        padding: 10px 2em;
    }
    #header .menu .btn-wrap .btn01::before {
        width: 16px;
        height: 16px;
    }
}
@media screen and (max-width: 767px) {
  #header .fixed-wrap {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    z-index: 1000;
    background: #fff;
  }
  #header .menu {
    display: none;
  }
  #header .menu nav ul {
    display: block;
    padding: 0 5;
  }
  #header .menu nav ul li {
    width: 100%;
    margin: 0 0;
    border-bottom: 1px solid #ddd;
  }
  #header .menu nav ul li:last-child {
    margin: 0 0 0;
  }
  #header .menu nav ul li a {
    font-size: 15px;
    padding: 10px 15px;
    text-align: left;
    height: auto;
  }
  
  #header .logo-wrap .menu-ani-button-wrap {
    display: block;
    width: 30px;
    height: 100%;
    margin-left: 10px;
  }
  
  #header .sub-menu {
    display: block;
  }
  #header .menu .btn-wrap {
  }
  #header .menu .btn-wrap .btn01 {
    width: 100%;
    min-width: 100%;
    height: auto;
    font-size: 15px;
    padding: 15px 15px;
    justify-content: flex-start;
  }
  #header .logo-wrap .sp-tel {
    display: block;
    padding-top: 3px;
  }
  #header .logo-wrap .sp-tel i {
    font-size: 30px;
    color: #2fbbdc;
    transform: rotate(105deg);
  }
}

/*----------------------------------------------------
	sp ハンバーガーメニューcss
----------------------------------------------------*/
.menu-ani-button {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 15px;
  width: 30px; /*---線の長さ---*/
  height: 25px; /*---線の太さ長さによって調整---*/
}
.bar,
.bar:before,
.bar:after {
  height: 3px; /*---線の太さ---*/
  border-radius: 3px;
  width: 100%;
  background-color: #785ca8;
  transition: all 0.25s;
  position: absolute;
}
.bar {
  left: 0;
  top: 10px;
}
.bar:before {
  content: "";
  left: 0;
  top: -10px;
}
.bar:after {
  content: "";
  left: 0;
  top: 10px;
}

.menu-animated .bar {
  background-color: transparent;
  transition: all 0.25s;
}
.menu-animated .bar:before {
  transition: all 0.25s;
  content: "";
  transform: rotate(45deg);
  top: 0px;
}
.menu-animated .bar:after {
  transition: all 0.25s;
  content: "";
  transform: rotate(-45deg);
  top: 0px;
}




/*----------------------------------------------------
	footer
----------------------------------------------------*/
#footer {
  width: 100%;
  overflow: hidden;
}
#footer .foot-content {
    padding: 30px 0;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

#foot-logo {
    width: 30%;
    max-width: 316px;
}
#foot-logo a { display: block; }

#scroll-top a {
  border-radius: 50%;
  background: rgb(235 181 111 / 70%);
  bottom: 70px;
  display: block;
  float: right;
  height: 70px;
  width: 70px;
  padding: 5px;
  position: fixed;
  right: 30px;
  text-align: center;
  padding-top: 16px;
  z-index: 9999;
}
#scroll-top a .fa-arrow-up::before {
  font-size: 36px;
  color: #fff;
}

#copy {
    padding: 10px 10px;
    background: #000;
}
@media screen and (max-width: 1360px) {
    
}
@media screen and (max-width: 1080px) {
    
}
@media screen and (max-width: 991px) {
    
}
@media screen and (max-width: 767px) {
  #footer {}
  #footer .foot-content {
    width: 100%;
    padding: 30px 3vw;
    flex-direction: column;
  }
  
  #foot-logo {
    width: 60%;
    margin: 0 auto 20px;
  }

  #scroll-top a {
    right: 1em;
    bottom: 30px;
    height: 45px;
    width: 45px;
    padding: 10px;
  }
  #scroll-top a .fa-arrow-up::before {
    font-size: 24px;
  }
}

/*----------------------------------------
ナビゲーション(フッター)
----------------------------------------*/
#foot-navi {
    border-left: 1px solid #000;
    padding-left: 30px;
    margin-left: 60px;
}
#foot-navi ul {
    display: flex;
    flex-direction: column;
    gap: 7px 0;
}
#foot-navi li {}
#foot-navi li a {
    font-size: 16px;
    transition: 0.3s;
    display: inline-block;
    position: relative;
}
/*#foot-navi li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 1px;
    background: #333;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}*/
#foot-navi li a:hover {
    opacity: 1;
    transform: translateY(-1px);
}

.foot-btn-employer {
    position: absolute;
    top: 0;
    right: 0;
}
.foot-btn-employer .btn {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 1em 2.5em;
    background: #f37602;
    border: 1px solid #f37602;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.foot-btn-employer .btn::before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(../images/i_reister.png) no-repeat;
    background-size: contain;
    margin-right: 0.5em;
}
@media screen and (max-width: 1360px) {
    
}
@media screen and (max-width: 1080px) {
    
}
@media screen and (max-width: 991px) {
    
}
@media screen and (max-width: 767px) {
  #foot-navi {
    border: none;
    padding: 0;
    margin: 0 0;
  }
  #foot-navi ul {
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px 20px;
  }
  #foot-navi li a {
    font-size: 13px;
  }
    
  .foot-btn-employer {
    margin: 20px auto 0;
    position: static;
  }
  .foot-btn-employer .btn {
    font-size: 15px;
  }
    
}



.section_wrap { 
    padding: 0 0 5em;
}
.section_wrap2 {
    padding: 5em 0;
}
@media screen and (max-width: 1360px) {
    
}
@media screen and (max-width: 1080px) {
    
}
@media screen and (max-width: 991px) {
    
}
@media screen and (max-width: 767px) {
    .section_wrap { padding: 0 0 2em; }
    .section_wrap2 { padding: 2em 0; }
}


.ellipsis01 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.ellipsis02 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.ellipsis03 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (max-width:767px) {
	.sp_ellipsis01 {
	  display: -webkit-box;
	  -webkit-box-orient: vertical;
	  -webkit-line-clamp: 1;
	  overflow: hidden;
	}
	.sp_ellipsis02 {
	  display: -webkit-box;
	  -webkit-box-orient: vertical;
	  -webkit-line-clamp: 2;
	  overflow: hidden;
	}
	.sp_ellipsis03 {
	  display: -webkit-box;
	  -webkit-box-orient: vertical;
	  -webkit-line-clamp: 3;
	  overflow: hidden;
	}
}



