@charset "utf-8";
/* CSS Document */


/* #topmain
----------------------------------------- */
#topmain {
	position: relative;
}

#topmain li.slick-slide {
    width : 100%;
    height: -webkit-calc(100vh - 19rem);
    height: calc(100vh - 19rem);
}

#topmain .top_slider {
	width: 100%;
    height: 100%;
	padding: 4rem;
	padding-top: 15rem;
}

#topmain li.slick-slide {
	/*background: url(../images/top/topmain_bg.svg) repeat center center;
	background-size: 3rem;
	border-radius: 2rem;
	background-color: #FFFFFF;
	padding: 4.5rem;*/
}

#topmain li.slick-slide .slide_wrap {
	display: flex;
	align-items: center;
	justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
}
#topmain li.slick-slide .slide_wrap img {
    width: 100%;
    height: auto;
}

#topmain .txt_wrap {
	position: absolute;
	bottom: 4rem;
	left: 4rem;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	z-index: 2;
	text-align: center;
	color: #001F60;
	background-color: rgba(255,255,255,0.90);
	padding: 1.5rem;
}
#topmain .txt_wrap h1 {
	font-size: 2.6rem;
	letter-spacing: 0.1em;
	font-weight: 600;
	line-height: 1.4;
    margin-bottom: 1rem;
	
	/*animation-name: txt_show;
    animation-fill-mode: both;
    animation-delay: 2s;
    animation-duration: 1.2s;*/
}

@keyframes txt_show {
  0% { 
    /*clip-path: inset(0% 100% 0 0);*/
    width: 0;
    }
  100% { 
    /*clip-path: inset(0% 0% 0 0);*/
    width: 100%;
    }
}


#topmain .category_list {
	justify-content: flex-start;
	margin-bottom: 0.5rem;
}
#topmain .category_list > li:not(:last-child) {
	margin-right: 1rem;
}
#topmain .category_list a {
	display: block;
	padding: 1rem 2rem;
	color: #FFFFFF;
	font-size: 1.4rem;
	line-height: 1;
	letter-spacing: 0.1em;
	text-align: center;
	background-color: #0071cf;
}

#topmain .job_cat_list {
	font-size: 1.4rem;
	justify-content: flex-start;
	color: #333333;
}
#topmain .job_cat_list > li {
    margin-bottom: 0.5rem;
}
#topmain .job_cat_list > li:not(:last-child) {
    margin-right: 1rem;
}
#topmain .job_cat_list > li.ttl {
    margin-right: 0;
}

#topmain .tag_list {
	font-size: 1.4rem;
	justify-content: flex-start;
	color: #333333;
}
#topmain .tag_list > li {
    margin-bottom: 0.5rem;
}
#topmain .tag_list > li:not(:last-child) {
    margin-right: 1rem;
}
#topmain .tag_list > li span {
	color: #0071cf;
}

#topmain .info_wrap .name {
    font-size: 1.4rem;
    color: #333333;
    text-align: left;
}
	

#topmain .scroll_arrow {
    position: absolute;
    bottom: 0;
    left: 6rem;
    z-index: 2;
}
#topmain .scroll_arrow a {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-feature-settings: normal;
    font-size: 1.4rem;
	letter-spacing: 0.15em;
    font-weight: 400;
    line-height: 1;
    height: 20rem;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}
#topmain .scroll_arrow a::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0.3rem;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 0.1rem;
    height: 12rem;
    background-color: #FFFFFF;
    margin-top: 1.5rem;
    -webkit-transition: all .6s;
    transition: all .6s;

	animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}


@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
	

@media only screen and (max-width: 768px) {
#topmain {
    /*height : 100vh ;
    height : calc(var(--vh, 1vh) * 100);*/
	height: auto;
}
#topmain .top_slider {
    width: 100%;
    height: 100%;
    padding: 7rem 2rem 0;
}
#topmain li.slick-slide {
    /*height: -webkit-calc(100vh - 20rem);
    height: calc(100vh - 20rem);*/
	height: auto;
}
#topmain li.slick-slide .slide_wrap {
      width: 100%;
      height: 100%;
}
#topmain .txt_wrap {
    position: relative;
    bottom: 3rem;
    left: auto;
}
#topmain .txt_wrap h1 {
    font-size: 2.5rem;
}
}


/* #about
----------------------------------------- */
#about {
}
#about .inner {
	position: relative;
	padding-top: 8rem;
    padding-bottom: 12rem;
}

#about .txt_wrap {
	font-size: 2.2rem;
	letter-spacing: 0.1em;
	line-height: 2;
	margin: auto;
	text-align: center;
	position: relative;
    z-index: 1;
}
#about .txt_wrap span {
	background-color: #fcffb8;
}
#about .btn {
	margin-top: 4rem;
}

@media screen and (max-width: 768px) {
#about {
}
#about .inner {
    position: relative;
	padding: 0;
	padding-top: 4rem;
    padding-bottom: 6rem;
}
#about .txt_wrap {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
}
}



/* #contact
----------------------------------------- */
#contact {
	padding-top: 12rem;
	padding-bottom: 12rem;
    background-color: rgba(255,183,0,0.10);
}
#contact .inner {
	max-width: 80rem;
}

#contact .contact_wrap {
	width: 100%;
	margin: auto;
	text-align: center;
	background-color: #FFFFFF;
    padding: 6rem;
	position: relative;
}

#contact .contact_wrap .tel_wrap {
	font-size: 1.4rem;
	letter-spacing: 0.12em;
	text-align: center;
    margin-bottom: 4rem;
}
#contact .contact_wrap .tel_wrap h2 {
	font-size: 2.0rem;
	letter-spacing: 0.12em;
	text-align: center;
        color: #001F60;
}
#contact .contact_wrap .tel_wrap a {
	display: block;
	font-size: 3.3rem;
	letter-spacing: 0.08em;
	text-align: center;
	color: #001F60;
	font-weight: 400;
}


#contact .contact_wrap .mail_wrap {
	padding-top: 3rem;
    padding-bottom: 6rem;
	font-size: 1.4rem;
	letter-spacing: 0.12em;
	text-align: center;
}
#contact .contact_wrap .mail_wrap h2 {
	font-size: 2.0rem;
	letter-spacing: 0.12em;
	text-align: center;
        color: #001F60;
}

#contact .contact_wrap .address_wrap {
	padding: 3rem 0;
	display: flex;
	align-items: flex-start;
	justify-content: center;
    position: relative;
	font-weight: 400;
}
#contact .contact_wrap .address_wrap::before {
	content: "";
	display: block;
	height: 0.1rem;
	width : 100%;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform:translate(-50%, 0);
	background-color: #001F60;
}

#contact .contact_wrap .address_wrap h2 {
     width: 100%;
	font-size: 2.0rem;
	letter-spacing: 0.12em;
	text-align: center;
	margin-bottom: 2.5rem;
    white-space: nowrap;
        color: #001F60;
}
#contact .contact_wrap .address_wrap .address {
	font-size: 1.6rem;
	letter-spacing: 0.12em;
	text-align: left;
}
#contact .btn {
	margin-top: 4rem;
}

@media screen and (max-width: 768px) {
#contact {
	padding-top: 6rem;
    padding-bottom: 6rem;
}
    
#contact .lead_wrap {
	width: 100%;
}
#contact .lead_wrap .lead {
	text-align: left;
}
#contact .lead_wrap .lead br {
	display: none;
}
    
#contact .contact_wrap {
	border-bottom: none;
    padding: 3rem;
}
    
#contact .btn {
    margin-top: 2rem;
}

#contact .contact_wrap .tel_wrap {
    padding-bottom: 3rem;
}
#contact .contact_wrap .tel_wrap h2 {
	font-size: 1.6rem;
    margin-bottom: 2rem;
}
#contact .contact_wrap .tel_wrap a {
    font-size: 2.8rem;
}


#contact .contact_wrap .mail_wrap {
    padding-top: 1rem;
    padding-bottom: 4rem;
	font-size: 1.4rem;
	letter-spacing: 0.12em;
	text-align: center;
}
#contact .contact_wrap .mail_wrap h2 {
	font-size: 1.6rem;
}

#contact .contact_wrap .contact_btn {
	width: 24rem;
    height: 6rem;
    font-size: 1.4rem;
}
#contact .contact_wrap .contact_btn::after {
    right: 1.0rem;
}
#contact .contact_wrap .contact_btn:hover {
	color: #001F60;
	background-color: #FFFFFF;
}

#contact .contact_wrap .address_wrap {
	padding: 2.5rem 0;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
}
#contact .contact_wrap .address_wrap::before {
	height: 0.2rem;
	width : 100%;
}

#contact .contact_wrap .address_wrap h2 {
	font-size: 1.6rem;
	margin-right: 0;
	width: 100%;
    text-align: center;
	margin-bottom: 1.5rem;
}
#contact .contact_wrap .address_wrap .address {
	font-size: 1.4rem;
}
	
}

