@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700&display=swap');

/*************************************** 

    common

***************************************/

* {
    margin: 0; 
	padding: 0;
	line-height: 1.0;
	color: #000;
	font-style: normal;
	word-break: break-all;
  	font-family: "Inter",'Hiragino Kaku Gothic ProN', "Noto Sans JP",  "Yu Gothic M", "Yu Gothic Medium","Custom Yu Gothic",'Noto Sans JP', Meiryo, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-feature-settings: 'palt' 1; 
    box-sizing: border-box;
}

a {
	padding: 0;
	text-decoration: none;
}

a:link {
	text-decoration: none;

}

a:hover {
	text-decoration: none;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/*************************************** 

    all

***************************************/

/*-------------------------------
  navigation
--------------------------------*/


#nav_wrapper
{
    margin: 0;
}


.modal {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    
    transition: background-color 0.5s ease-out, box-shadow 0.5s ease-out ;
}

.modal.resizenav {
  box-shadow: 0 2px 3px 3px #0000002c;
  background-color: rgba(255, 255, 255, 0.9);
}

.modal ul
{
    padding: 16px 0 8px 0;
    margin: 0 auto;
    max-width: 100%;
    max-width: 1100px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;

    transition: padding 0.5s  ;
}

.modal.resizenav ul {
   padding: 8px 0;
}

.modal ul li {
    text-align: center;
    transition: margin 0.3s  ;
}


.modal ul li:first-child
 {
   margin-right: 20%;
 }




.modal ul li {
    display: block;
    color: #7e7e7e;
    font-size: 1.7rem;
    font-family: din-2014, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.05rem;
}

.modal ul li a {
    display: block;
    color: #000000;
    font-size: 1.7rem;
    font-family: din-2014, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.05rem;
}

.modal ul li a:hover {
    color: #7e7e7e;
    transition: color 400ms ease;
}

.modal ul li:first-child a {
    text-indent: -99999px;
    width: 226px;
    height: 30px;
   
    background-image: url(../images/common/symbol_iwf.svg);
    background-position: center center;
    background-repeat: no-repeat;

    transition: width 0.3s , height 0.3s ;
}

.modal.modal.resizenav ul li:first-child a {
    width: 160px;
    height: 24px;
}



.modal ul li:last-child a {
    padding: 0 16px;
    color: #fff;
    background-color: rgb(210, 50, 15);
    height: 38px;
    width: 100%;
    border-radius: 0.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;

    transition: background-color 0.5s ease-out ;
}

.modal ul li:last-child a:hover{
    background-color: rgb(180, 50, 15);
}


#nav_btn_wrap {
	position: fixed;
	top:0;
	right: 0;
	width: 64px;
    height: 64px;
	z-index: 999;
}

#nav_btn {
    position: absolute;
    width: 44px;
    height: 38px;

    top: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 999;
}

#nav_btn span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    border-radius: 0;

    display: inline-block;
    transition: all .5s;
}

#nav_btn span:nth-of-type(1) {
    top: 0;
}
#nav_btn span:nth-of-type(2) {
    top: 18px;
}
#nav_btn span:nth-of-type(3) {
    bottom: 0;
}


.showModal {
    overflow: hidden;
}

#nav_btn.showModal span  {
    display: inline-block;
    transition: all .4s;
}

#nav_btn.showModal span:nth-of-type(1) {
    transform: translateY(18px) rotate(-45deg);
}

#nav_btn.showModal span:nth-of-type(2) {
    opacity: 0;
}
#nav_btn.showModal span:nth-of-type(3) {
    transform: translateY(-18px) rotate(45deg);
}

#nav_btn.showModal span {
    background-color: rgb(255, 255, 255);
}

.sp-only {
    display: none;
}

.pc-only {
    display: block;
}




/*-------------------------------
  ft
--------------------------------*/

#footer_wrapper {
  width: 100%;
}

#ft_tp {
  background-color:#181818;
}

#ft_tp_inner,
#ft_bt_inner {
  margin: 0 auto;
  max-width: 1100px;
}

#ft_tp_inner {
  padding: 54px 64px 36px 64px;
}

#ft_tp_inner  #ft_tp_inner_tp {
  margin-bottom: 48px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#ft_tp_inner  #ft_tp_inner_bt {
  padding: 0 120px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}


#ft_logo {
  margin-right: 64px;
}

#ft_logo a {
  width: 324px;
  display: block;
}

#ft_logo a img {
  width: 100%;
}

#ft_tp_inq,
#ft_tp_account {
  border-left: 1px solid #424242;
}

#ft_tp_inq dl,
#ft_tp_account dl {
  padding-top: 24px;
  padding-left: 32px;
  display: flex;
  flex-direction: column;
}

#ft_tp_inq dl dt,
#ft_tp_account dl dt {
  margin-bottom: 24px;
  font-size: 1.4rem;
  font-weight: 500;
  color: rgb(148, 148, 148);
}

#ft_tp_inq dl dd.ft_inq_link ,
#ft_tp_account dl dd.ft_inq_link {
  margin-bottom: 16px;
}

#ft_tp_inq dl dd.ft_inq_link a,
#ft_tp_account dl dd.ft_inq_link a{
  font-size: 1.4rem;
  font-weight: 600;
  color: rgb(255, 255, 255);
  text-decoration: underline;
  transition: all .1s ease-in-out;

}

#ft_tp_inq dl dd.ft_inq_link a:hover,
#ft_tp_account dl dd.ft_inq_link a:hover{
  text-decoration: underline;
  color: #29ABE2;
  transition: all .3s ease-in-out;
}



#ft_tp_inq dl dd.ft_inq_text,
#ft_tp_account dl dd.ft_inq_text,
.ft_inq_text a {
  font-size: 1.2rem;
  font-weight: 300;
  color: rgb(255, 255, 255);
}


#ft_account,
#ft_archive {
  display: flex;
  flex-direction: row;
  align-items: center;
}

#ft_account dt,
#ft_archive dt {
  margin-right: 24px;
  font-size: 1.3rem;
  font-weight: 600;
  color: rgb(148, 148, 148);
}

#ft_account dd {
  margin-right: 24px;
}

#ft_account dd a i {
  color: #fff;
  font-size: 1.8rem;
  transition: all .1s ease-in-out;
}

#ft_account dd a:hover i {
  color: #29ABE2;
  transition: all .3s ease-in-out;
}


#ft_archive dd {
  margin-right: 24px;
}

#ft_archive dd a {
  font-size: 1.3rem;
  font-weight: 600;
  color: rgb(255, 255, 255);
  transition: all .1s ease-in-out;

}

#ft_archive dd a:hover {
  color: #29ABE2;
  transition: all .3s ease-in-out;
}


#ft_bt {
  background-color:rgb(0, 0, 0);
}

#ft_bt_inner {
  padding: 12px 0;
}

#ft_bt_inner ul {
  margin-bottom: 20px;
  padding: 20px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

#ft_bt_inner ul li {
  margin: 0 30px;
}

#ft_jwave a {
  display: block;
  width: 138px;
}
#ft_tsukuba a {
  display: block;
  width: 120px;
}
#ft_hotstaff a {
  display: block;
  width: 146px;
}

#ft_jwave img {
  width: 100%;
  height: 100%;
}

#ft_bt_inner p {
  text-align: center;
  color: #666666;
}

/****************************

    SP Tablet共通

****************************/
@media all and  (max-width:768px){


.sp-only {
    display: block;
}

.pc-only {
		display: none;
}

.modal {
    padding: 5vh 0;
    margin: auto;
    text-align: center;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    overflow: hidden;
    background: none;
    visibility: hidden;
}

.modal ul
{
    margin: 0 auto;
    max-width: 100%;
    width: 93.75%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    transition: none;
}

.modal ul li {
    color: #7e7e7e;
    opacity: 0;
    transform: scale(1.3);
    transition: none;
}

.modal ul li a {
    color: #fff;

}

.modal.modal_active  {
    visibility: visible;
}

.modal.modal_active ul li {
    opacity: 1;
    transform: scale(1.0) ;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
}

.modal.modal_active ul li:first-child{
    transition-delay: 0.0s;
}

.modal.modal_active ul li:nth-child(2){
    transition-delay: 0.1s;
}

.modal.modal_active ul li:nth-child(3){
    transition-delay: 0.2s;
}

.modal.modal_active ul li:nth-child(4){
    transition-delay: 0.3s;
}

.modal.modal_active ul li:nth-child(5){
    transition-delay: 0.4s;
}
.modal.modal_active ul li:nth-child(6){
    transition-delay: 0.5s;
}
.modal.modal_active ul li:nth-child(7){
    transition-delay: 0.6s;
}
.modal.modal_active ul li:nth-child(8){
    transition-delay: 0.7s;
}

.modal ul li:first-child {
    margin-right: 0;
    margin-bottom: 1vh;
}

.modal ul li:first-child a {
    width: 28vh;
    height: 5vh;
    background-image: url(../images/common/symbol_iwf_w.svg);
}


.modal ul li:last-child {
    width: 20vh;
    height: 5vh;
}

.modal ul li:last-child a {
    padding: 0;
    width: 100%;
    height: 100%;
}


.overlay {
    background: rgb(34, 34, 34);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;

    display: none;
}

.bg_path_1  {
  position: absolute;
  top: 0;
  z-index: 2;
  background-image: url(../images/nav/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: 100%;
  height: 100%;
}


.bg_path_1 {
clip-path: polygon(66% 0, 100% 0, 100% 65%, 100% 65%, 100% 0, 66% 0);
}

.bg_path_1.anim {
clip-path: polygon(66% 0, 100% 0, 100% 65%, 21% 100%, 11% 100%, 3% 100%);
    transition: clip-path 0.2s ease-out;
    transition-delay: 0.3s;
}


#nav_btn {
    top: 1.5vh;
    right: 1.5vh;
}


/*-------------------------------
  ft
--------------------------------*/

#footer_wrapper {
  width: 100%;
  overflow: hidden;
}

#ft_tp_inner,
#ft_bt_inner {
  margin: 0 auto;
  max-width: 100%;
}

#ft_tp_inner {
  padding: 7vh 3vh 0 3vh;
}

#ft_tp_inner  #ft_tp_inner_tp {
  margin-bottom: 0;
  flex-direction: column;
}

#ft_tp_inner  #ft_tp_inner_bt {
  padding: 0 0;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}


#ft_logo {
  margin-right: 0;
}

#ft_logo a {
  margin: 0 auto;
  margin-bottom: 4vh;
  width: 80%;
  display: block;
}

#ft_logo a img {
  width: 100%;
}

#ft_tp_inq,
#ft_tp_account {
  border-top: 1px solid #424242;
  border-left: none;
}

#ft_tp_inq dl,
#ft_tp_account dl {
  margin-bottom: 3vh;
  padding-top: 3vh;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  text-align: center;
}

#ft_tp_inq dl dt,
#ft_tp_account dl dt {
  margin-bottom: 1.5vh;
}

#ft_tp_inq dl dd.ft_inq_link ,
#ft_tp_account dl dd.ft_inq_link {
  margin-bottom: 2vh;
}

#ft_account,
#ft_archive {
  margin-bottom: 4vh;
  display: block;
  text-align: center;
}

#ft_account dt,
#ft_archive dt {
  margin-right: 0;
  margin-bottom: 1.5vh;
}

#ft_account dd {
  display: inline-block;
  margin: 0 1.5vh;
}

#ft_archive dd {
  display: inline-block;
  margin: 0 1vh;
}


#ft_bt_inner {
  padding: 2vh 0;
}

#ft_bt_inner ul {
  margin-bottom: 3vh;
  padding: 2vh 0;
}

#ft_bt_inner ul li {
  margin: 0 2.5vw;
}

#ft_jwave a {
  width: 24vw;
}
#ft_tsukuba a {
  width: 23vw;
}
#ft_hotstaff a {
  width: 24vw;
}

}

/****************************

    SP 

****************************/

@media all and (max-width:480px) {


}

/****************************

    Tablet 

****************************/
@media all and   (min-width:481px) and (max-width:768px){


#ft_logo a {
    width: 50%;
}

#ft_jwave a {
  width: 18vw;
}
#ft_tsukuba a {
  width: 17vw;
}
#ft_hotstaff a {
  width: 18vw;
}

}

/****************************

    Large Tablet 

****************************/
@media all and  (min-width:769px) and (max-width:1199px){


.modal ul
{

    width: 93.5%;

}

.modal ul li:first-child {
    margin-right: 2%;
}


#ft_tp_inner,
#ft_bt_inner {
  margin: 0 auto;
  max-width: 100%;
}

}







