@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Red+Hat+Text:ital,wght@0,300..700;1,300..700&display=swap');
@font-face {
font-family: 'LINESeedJP';
src: url('../font/LINESeedJP_TTF_Rg.eot');
src: url('../font/LINESeedJP_TTF_Rg.eot?iefix') format('eot'),
url('../font/LINESeedJP_OTF_Rg.woff')  format('woff'),
url('../font/LINESeedJP_OTF_Rg.woff2')  format('woff2');
font-weight: 400;
}
@font-face {
font-family: 'LINESeedJP';
src: url('../font/LINESeedJP_TTF_Bd.eot');
src: url('../font/LINESeedJP_TTF_Bd.eot?iefix') format('eot'),
url('../font/LINESeedJP_OTF_Bd.woff')  format('woff'),
url('../font/LINESeedJP_OTF_Bd.woff2')  format('woff2');
font-weight: 600;
}

* {
    margin: 0;
    padding: 0;
} 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
strong {
font-weight: bold;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

*, *::before, *::after {
	box-sizing: border-box;
}

/*base*/
html {
	font-size: 62.5%;
	position: relative;
	text-align: center;
	/*scroll-behavior: smooth;*/
}
body {
	background-color: #ffffff;
	text-align: center;
	color: #292929;
	font-size: 1.6rem;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.8;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 400;
	position:relative;
	min-width: 160rem;
}

a {
	color: #333;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all  0.2s ease;
}

img {
	box-shadow: #fff 0 0 0;
	vertical-align:middle;
	max-width:100%;
}
a:hover {
	color: #00b7e4;
}
a img,a .st0{
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all  0.2s ease;
}


.fw_jost{font-family: 'Jost', sans-serif;}
.fw_line{font-family: 'LINESeedJP', sans-serif;}
.fw_redhat{font-family: 'Red Hat Text', sans-serif;}
.fw_mincho{font-family: "Noto Serif JP", serif;}

.container{
    max-width: 160rem;
    margin: 0 auto;
    padding: 0 5em;
}

.flexbox{
    display: flex;
}

#wapper{
    contain: paint;
}

/*------------------------------------------------------------------------------------footer */
#header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 1em 3em;
    z-index: 10;
}
#header h1 a{
    font-family: 'Red Hat Text', sans-serif;
    font-weight: 800;
    font-size: 2.7rem;
    color: #000;
    display: flex;
    align-items: center;
}
#header h1 img{
  width: 2.5em;
  margin-right: 0.4em;
}
#header ul{
    display: flex;
    padding: 0.8em 4em 0 0;
}
#header .navi li{
    margin-left: 2.5em;
}
#header .navi li.btn{
    position: relative;
    background-color: #4577a5;
    border-radius: 2em;
    overflow: hidden;
}
#header .navi li.btn a{
    position: relative;
    z-index: 3;
    display: block;
    color: #fff;
    padding: 0 2em 0.1em 2em;
}



/*------------------------------------------------------------------------------------detail */
#maintitle{
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #a8a8a8;
    color: #000;
}
#maintitle .container{
    text-align: justify;
    padding-top: 14em;
}
#maintitle h2{
    font-size: 2rem;
    font-weight: 600;
}
#maintitle h2::after{
    content: "";
    display: inline-block;
    width: 3em;
    border-bottom: 1px solid #000;
    vertical-align: middle;
    margin: 0 0 0.2em 1em;
}
#maintitle .title{
    font-size: 10rem;
    font-weight: 600;
    line-height: 1;
}
#maintitle .read{
    font-size: 2rem;
    font-weight: 600;
    padding: 2em 0 7em 0;
}
#maintitle .images{
    position: absolute;
    opacity: 0.5;
    top: 0;
    right: 5%;
    height: 100%;
}
#maintitle .images img{
    height: 101%;
}


#pankuzu{
    text-align: right;
    padding: 1.5em 5em;
}
#pankuzu ul{
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}
#pankuzu li{
    font-family: 'LINESeedJP', sans-serif;
    font-size: 1.5rem;
    line-height: 1.4;
}
#pankuzu li:after{
    content: ">";
    padding: 0 0.5em;
}
#pankuzu li:last-child:after{
    display: none;
}


/*------------------------------------------------------------------------------------footer */
#footer{
    background-color: #282828;
    color: #fff;
    position: relative;
    padding: 10em 5em 0 5em;
    margin-top: 13em;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
#footer a{
    color: #fff;
}
#footer a:hover{
    color: #00b7e4;
}
#foot_con{
    position: absolute;
    top: -8em;
    left: 5em;
    background-color: #404040;
    border-radius: 1em;
    overflow: hidden;
}
#foot_con a{
    position: relative;
    display: block;
    padding: 4em 3em 3em 3em;
    color: #d6d6d6;
    text-align: left;
    z-index: 3;
}
#foot_con a:hover{
    color: #fff;
}
#foot_con .title{
    font-family: 'Jost', sans-serif;
    font-size: 3.4rem;
    font-weight: 600;
    line-height: 1;
}
#foot_con .txt{
    font-size: 1.8rem;
    line-height: 1.5;
    padding:0.5em 0 2em 0; 
}
#foot_con .btn{
    font-family: 'Jost', sans-serif;
    font-size: 9rem;
    font-weight: 600;
    line-height: 1;
}
#foot_con .btn span{
    font-size: 3.4rem;
}

#foot_con:hover::before,#header .navi li.btn:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
#foot_con::before,#header .navi li.btn::before {
  position: absolute;
    z-index: 2;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
background: -moz-linear-gradient(90deg, #41a4fd, #0ef4ff);
background: -webkit-linear-gradient(90deg, #41a4fd, #0ef4ff);
background: linear-gradient(90deg, #41a4fd, #0ef4ff);
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
}

#footnavi{
    order: 2;
    font-family: 'LINESeedJP', sans-serif;
}
#footnavi ul{
    display: flex;
    justify-content: flex-end;
    margin-bottom: 2em;
}
#footnavi ul li{
    margin-left: 2em;
}
#footnavi ul li span{
    font-size: 86%;
}
#footnavi ul .rec{
    display: none;
}
#footnavi .recruit{
    position: relative;
    width: 46em;
    margin-right: -2em;
}
#footnavi .recruit a{
    display: block;
}
#footnavi .recruit .txtbox{
    position: absolute;
    top: 5.2em;
    right: 2em;
    text-align: left;
    line-height: 1.4;
}
#footnavi .recruit .obi{
    display: inline-block;
    background-color: #033a8d;
    font-family: 'Red Hat Text', sans-serif;
    font-size: 2rem;
    font-weight: 800;
    padding: 0 0.5em;
}
#footnavi .recruit .title{
    font-size: 3rem;
    font-weight: 600;
    padding: 0.4em 0 0.1em 0;
}
#footnavi .recruit .txt{
    font-size: 1.8rem;
    margin-bottom: 1em;
}
#footnavi .recruit .btn{
    display: block;
    width: 5em;
    line-height: 5em;
    font-family: 'Red Hat Text', sans-serif;
    font-size: 2.6rem;
    font-weight: 800;
    text-align: center;
    border-radius: 50%;
    background-color: #feaa19;
  -moz-transition: ease-out 0.3s;
  -o-transition: ease-out 0.3s;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}
#footnavi .recruit a:hover{
    color: #fff;
}
#footnavi .recruit a:hover .btn{
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
    background-color: #000;
}

#footadd{
    order: 1;
    font-family: 'LINESeedJP', sans-serif;
    text-align: left;
    color: #d5d5d5;
}
#footadd .title{
    font-size: 2rem;
    font-weight: 600;
}
#footadd .add{
    font-size: 1.8rem;
    line-height: 1.8;
    padding: 1em 0;
}
#footadd .map span{
    font-size: 2.2rem;
    vertical-align: sub;
}
#footadd .copyright{
    font-size: 1.4rem;
    padding: 5em 0 3em 0;
}

/*------------------------------------------------------------------------------------drawer */
#nav-overlay .navibox li{
    width: 100%;
    padding: 0.5em 1em;
    font-family: 'LINESeedJP', sans-serif;
}
#nav-overlay .navibox li a{
    display: block;
    line-height: 1;
    padding: 0.8em 0 0.6em 0;
}
#nav-overlay .navibox li a.on{
    font-weight: 800;
}
#nav-overlay .navibox li a[data-hover="HOME"].on{
    font-weight: 400;
}
#nav-overlay .navibox li span{
    display: none;
}



@media screen and (min-width: 769px) and (max-width: 1600px) {
/*base*/
html {
	font-size: 0.6vw;
}
body {
	min-width: 100%;
	font-size:1.6rem;
}

.container{
max-width:100%;
width:100%;
padding:0 5em;
margin:0 auto;
}
/*------------------------------------------------------------------------------------header mini*/

/*------------------------------------------------------------------------------------detail mini*/
    

/*------------------------------------------------------------------------------------footer mini*/


}

@media only screen and (max-width: 768px) {


html{
	font-size:2.5vw;
	}

body {
	min-width: 100%;
}
   
.container{
max-width:100%;
width:100%;
padding:0 1.5em;
} 
    
/*------------------------------------------------------------------------------------header sp*/
#header{
    padding: 1em;
}
#header h1 a{
    font-size: 2.4rem;
}
#header ul{
    display: none;
}

/*------------------------------------------------------------------------------------detail sp*/
#maintitle{
}
#maintitle .container{
    padding-top: 7em;
}
#maintitle h2{
}
#maintitle h2::after{
    width: 2em;
}
#maintitle .title{
    font-size: 5.5rem;
}
#maintitle .read{
    font-size: 1.8rem;
    line-height: 1.5;
    padding: 1.5em 0 3em 0;
}
#maintitle .images{
    right: 2%;
}
#maintitle .images img{
}

#pankuzu{
    padding: 1em 1.5em;
}
#pankuzu ul{
}
#pankuzu li{
    font-size: 1.4rem;
    line-height: 1.4;
}


/*------------------------------------------------------------------------------------footer sp*/
#footer{
    padding: 12em 1.5em 0 1.5em;
    margin-top: 7em;
    display: block;
}
#foot_con{
    top: -5em;
    left: 1em;
    right: 1em;
}
#foot_con a{
    padding: 3em 1em 1em 1em;
}
#foot_con .title{
    font-size: 3rem;
}
#foot_con .txt{
    font-size: 1.6rem;
}
#foot_con .btn{
    font-size: 5.6rem;
}
#foot_con .btn span{
    font-size: 2rem;
}


#footnavi{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#footnavi ul{
    display: block;
    margin-bottom: 3em;
}
#footnavi ul li{
    margin-left: 0;
    text-align: left;
}
#footnavi ul li span{
    font-size: 86%;
}
#footnavi .recruit{
    position: relative;
    width: 100%;
    margin: 2em 0;
}
    
#footnavi .recruit a{
    background-image: url("../img/foot_rec.png");
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: 80% auto;
}
#footnavi .recruit .txtbox{
    position: relative;
    top: auto;
    right: auto;
    padding-bottom: 1em;
}
#footnavi .recruit .obi{
    font-size: 2rem;
    font-weight: 800;
    padding: 0 0.5em;
}
#footnavi .recruit .title{
    font-size: 2.6rem;
}
#footnavi .recruit .txt{
    font-size: 1.8rem;
    margin-bottom: 1em;
}
#footnavi .recruit .btn{
    width: 5em;
    line-height: 5em;
    font-size: 2.4rem;
    margin: 0 0 0 auto;
}
    
#footadd{
    padding-top: 3em;
}
#footadd .title{
    font-size: 2rem;
    font-weight: 600;
}
#footadd .add{
    font-size: 1.8rem;
    line-height: 1.8;
    padding: 1em 0;
}
#footadd .map span{
    font-size: 2.2rem;
    vertical-align: sub;
}
#footadd .copyright{
    font-size: 1.2rem;
    padding: 5em 0 3em 0;
}
    
    
}


/*------------------------------------------------------------------------------------btn*/
.links a {
  padding: 5px 0;
  position: relative;
  -moz-transition: ease-out 0.3s 0.1s;
  -o-transition: ease-out 0.3s 0.1s;
  -webkit-transition: ease-out 0.3s;
  -webkit-transition-delay: 0.1s;
  transition: ease-out 0.3s 0.1s;
}
.links a::before {
  height: 2px;
  width: 100%;
background: -moz-linear-gradient(90deg, #41a4fd, #0ef4ff);
background: -webkit-linear-gradient(90deg, #41a4fd, #0ef4ff);
background: linear-gradient(90deg, #41a4fd, #0ef4ff);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.links a::after {
  height: 2px;
  width: 100%;
background: -moz-linear-gradient(90deg, #41a4fd, #0ef4ff);
background: -webkit-linear-gradient(90deg, #41a4fd, #0ef4ff);
background: linear-gradient(90deg, #41a4fd, #0ef4ff);
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  visibility: hidden;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.links a:hover {
  color: #00b7e4;
}
.links a:hover::before {
  visibility: visible;
  top: 100%;
}
.links a:hover::after {
  visibility: visible;
  top: 0;
}
.links .btn a::before,.links .btn a::after{
    display: none;
}