@charset "utf-8";

@import url("reset.css");

/* Noto Sans JP */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

/* Jost  Bold & Black-Italic */
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@100..900&display=swap');

:root{
	--jp: YakuHanJP,  "Noto Sans JP", sans-serif;
	--jp-regular: 400;
	--jp-medium: 500;
	--jp-bold: 700;
    --jp-black: 900;
	--en: "Jost", sans-serif;
	--en-bold: 700;
	--en-black: 900;
    --txt-color: #111;
    --main-color: #ff7800;
    --grad-start:#ffa400;
    --main-gradient: linear-gradient(-135deg, var(--grad-start), var(--main-color));
    --sub-color: #6085a0;
	--red: #cc0000;
	--black: #000000;
	--white: #ffffff;
    --lightbeige:#f6f4ec;
    --beige:#e3e0d5;
    --darkbeige:#2f2e2b;
    --darkbeige-rgb: rgba(47,46,43,0.9);
    --gray: #e2e2e2;
	--lightgray: #f4f4f4;
    --palegray: #f9f9f9;
    --darkgray: #262626;
    --darkgray-rgb: rgba(0,0,0,0.9);
    --darkblue: #08113b;
	--hover: all 0.3s;
}

/*===============================================

common

=================================================*/

html {
  font-size: 62.5%;
}
body {
    background-color: var(--lightbeige);
    font-family: var(--jp);
    font-weight: var(--jp-regular);
    font-size: 1.5rem;
  font-feature-settings: "pwid";
  letter-spacing: 0.1em;
  overflow-x: hidden;
}

.sp {
  display: none !important;
}
#header .mid {
    display: none !important;
  }
body *,
body *::before,
body *::after{
  box-sizing: border-box;
}
main {
  display: block;
  }
img {
	vertical-align: middle;
}
p.note,
ul.note li{
  position: relative;
  padding-left: 1em;
  font-size: 1.4rem;
}
p.note::before,
ul.note li::before{
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
span.note {
  position:inherit;
  padding-left: 0;
}
span.note::before {
  position:inherit;
}
.list li{
  position: relative;
  padding-left: 15px;
}
.list li:before {
  content: "";
  position: absolute;
  top: .7em;
  left: 0;
  width:5px;
  height: 5px;
  background-color: var(--main-color);
  border-radius: 50%;
}
main p {
    line-height: 1.6;
}
.en {
  font-family: var(--en);
}

/* a
--------------------------------------------------------- */
a, a:link, a:visited, a:active {
  color: var(--darkbeige);
  text-decoration: none;
}
a:hover {
  color: var(--main-color);
}

/* pdf
--------------------------------------------------------- */
.pdf a {
    position: relative;
    padding-left: 20px;
}
.pdf a::before{
    content: "";
    display: inline-block;
    position: absolute;
    top: 2px;
    left: 0;
    width: 12px;
    height: 16px;
    margin-right: 8px;
    background: url("../img/common/i_pdf.svg");
    background-size: 12px auto;
    background-repeat: no-repeat;
}

/* margin
--------------------------------------------------------- */
.top10 {
    margin-top: 10px;
}
.top20 {
    margin-top: 20px;
}
.top30 {
    margin-top: 30px;
}
.top40 {
    margin-top: 40px;
}
.top50 {
    margin-top: 50px;
}

/* other
--------------------------------------------------------- */
.flexWrap{
	display: flex;
}

/* fadein_animation
--------------------------------------------------------- */
.fadein {
  opacity: 0.1;
  transform: translate(0, 150px);
  transition: all ease 1.0s;
}
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}


/*===============================================

#header

=================================================*/
#header {
	width: 100%;
  height: 124px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
	background-color: var(--white);
	position: fixed;
	z-index: 100;
}
#header .h_logo {
  margin-top: 43px;
  margin-left: 3.4375vw;
}
#header .h_logo a {
  display: block;
  width: 498px;
  height: auto;
  transition: .5s;
}
#header .h_logo a:hover {
  opacity: 0.7;
}
#header .h_logo a img {
  max-width: 450px;
  height: auto;
}
#header .hBtn a {
    display: none;
}
#header .hBtn a:hover {
    opacity: 0.5;
}
#header .hRight {
    margin-top: 20px;
    margin-right: 2vw;
    display: flex;
    justify-content: flex-end;
}
#header .hRight .exlink {
    font-size: 1.2rem;
}

/* =========================================================
 #gnav
========================================================= */
#gnav {
  margin-left: auto;
	letter-spacing: 0.05em;
}
#gnav .inner > ul {
  display: flex;
  justify-content: space-between;
    margin-top: 20px;
}
#gnav .inner > ul > li > a {
  display: flex;
  align-items: center;
  /* height: 84px;*/
  margin-right: 2vw;
  padding: 0;
  transition: .5s;
	font-size: 1.5rem;
}
/* 企業サイトリンクボタン */
#gnav .inner .corporate {
    display: none;
}
@media screen and (min-width: 768px) {
#gnav .inner .exlink a {
        display: block;
        width: 150px;
        line-height: 30px;
        border: 2px solid;
        border-color: var(--main-color);
        border-radius: 20px;
        padding: 0 30px 0 10px;
    text-align: center;
    color: var(--main-color);
    transition: 0.5s;
    background-image: url("../img/common/i_exlink_orange.png");
    background-repeat: no-repeat;
    background-size: 20px auto;
    background-position: right 25px top 8px;
    }
    #gnav .inner .exlink a:hover {
        color: var(--white);
        background-color: var(--main-color);
        background-image: url("../img/common/i_exlink.png");
    }
}
#gnav .inner > ul > li > a:hover {
  color: var(--main-color);
}
#gnav .inner > ul > li > div.sub {
  width: 100%;
  display: none;
  position: absolute;
  top: 124px;
  left: 0;
  background-color: rgba(234,234,234,1.00);
  z-index: 6;
}
#gnav .inner > ul > li > div.sub .subIn {
  display: flex;
  flex-wrap: wrap;
  width: 1200px;
  margin: 76px auto 52px;
}
#gnav .inner > ul > li > div.sub .subIn .ttl {
  width: 400px;
	color: var(--main-color);
	font-size: 1.6rem;
  font-weight: bold;
}
#gnav .inner > ul > li > div.sub .subIn .ttl .en{
	display: block;
	font-family: var(--en);
	font-size: 5rem;
}
#gnav .inner > ul > li > div.sub .subIn ul {
  display: flex;
  flex-wrap: wrap;
  width: 800px;
  margin-top: 0;
	padding-right: 0;
}
#gnav .inner > ul > li > div.sub .subIn ul li {
  width: 150px;
  margin-top: 10px;
  margin-left: 20px;
  text-align: center;
}

#gnav .inner > ul > li > div.sub .subIn ul li a {
  display: block;
  line-height:2.2;
  border:2px solid;
    border-color: var(--gray);
  font-size:1.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  border-radius: 20px;
  transition: 0.3s;
}
#gnav .inner > ul > li > div.sub .subIn ul li a:hover {
  background-color: var(--gray);
  color: var(--white);
}
#gnav .inner > ul > li .pdf a::before{
    top: 10px;
    left: 20px;
}


/*===============================================

other

=================================================*/


/*===============================================

#footer

=================================================*/
#footer{
	background-color: var(--darkbeige);
	color: var(--white);
	letter-spacing: 0.1em;
}
#footer .inner{
	display: flex;
	width: 1170px;
	padding: 90px 0 85px;
	margin: 0 auto;
}
#footer .fLeft{
	width: 40%;
    margin: 0 auto;
    text-align: center;
}
#footer .fLeft .info{
	display: flex;
	margin-top: 30px;
	justify-content: center;
}
#footer .fLeft .info figure{
	margin: 4px 22px 0 4px;
}
#footer .fLeft .btn a{
position: relative;
display: block;
width: 150px;
line-height: 32px;
border: 1px solid #fff;
border-radius: 17px;
	font-size: 1.4rem;
	font-weight: bold;
color: var(--white);
	padding: 0 30px 0 10px;
    background-image: url("../img/common/i_exlink.png");
    background-repeat: no-repeat;
    background-position: right 15px top 8px;
    background-size: 20px auto;
transition: 0.5s;
}
#footer .fLeft figure a {
transition: 0.5s;
}
#footer .fLeft .btn a:hover,
#footer .fLeft figure a:hover{
    opacity: 0.5;
}
#footer small{
	display: block;
	text-align: center;
	background-color: var(--lightbeige);
	color: #001a2e;
	font-size: 1.4rem;
	padding: 45px 0 243px;
}

@media screen and (max-width: 1500px) {
  #header .pc {
    display: none !important;
  }
  #header .mid {
    display: block !important;
  }
  #header .h_logo .mid.open {
    display: none !important;
  }
  #header .hBtn a {
    font-size: 2.0rem;
  }
  #header .hBtn a::after {
    display: none;
  }
  #header .h_logo a {
  width: 40vw;
  }
  #header .h_logo a img {
  width: 100%;
    min-width: 320px;
  }
}
@media screen and (max-width: 767px) {
  /* gnav切り替え */
  
  /* =========================================================
 header
========================================================= */
  #header.overlay:before {
    content: "";
    display: block;
    width: 100%;
    height: 100vh;
    background-color:var(--darkbeige-rgb);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 52;
  }
  #header .hBtn {
    z-index: 56;
  }
    #header .hRight {
        display: none;
    }
  
  /* .open ※navが開いた状態、body.open
--------------------------------------------------------- */
  .open #header {
    height: auto;
  }
  .open #gnav .inner {
    margin-top: 100px;
  }
  .open .h_logo {
    z-index: 53;
    position: absolute;
  }
  .open #header .h_logo .mid {
    display: none !important;
  }
  .open #header .h_logo .mid.open {
    display: block !important;
  }
  
  /* =========================================================
 #gnav
========================================================= */
  #gnav {
    margin: 0;
  }
  #gnav .inner {
    width: 100%;
    position: absolute;
    left: 0;
    display: none;
    margin: 0 auto;
    z-index: 55;
    overflow: hidden;
  }
  #gnav .inner > ul {
    display: block;
  }
  #gnav .inner > ul > li {
    position: relative;
    border-bottom: solid 1px;
      border-color: var(--darkbeige);
    font-size: 1.6rem;
  }
    #gnav .inner > ul > li a {
    color: var(--white);
  }
  #gnav .inner > ul > li > a {
    display: block;
    height: auto;
    padding: 15px 6vw 15px 6vw;
    color: var(--white);
    background-image: none;
  }
  #gnav > .inner > ul > li:first-child > a,
	#gnav > .inner > ul > li:nth-of-type(3) a{
    display: block;
    height: auto;
    padding: 15px 6vw 15px 6vw;
  }
  #gnav .inner > ul > li.exlink {
    background-image: url("../img/common/i_exlink_orange.png");
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: right 15px center;
  }
    #gnav .inner .corporate {
      display: block;
}
  
/* pdf */
#gnav .inner > ul > li > div.sub .subIn ul li.pdf a{
    background-image: url("../img/common/i_pdf.svg");
    background-repeat: no-repeat;
    background-size: 15px auto;
    background-position: right 15px center;
}
#gnav .inner > ul > li .pdf a::before{
    display: none;
}

  /* menuBtn
--------------------------------------------------------- */
  .menuBtn {
    display: block;
    position: absolute;
    top: 35px;
    right: 25px;
    z-index: 54;
  }
  .menuBtn a, .menuBtn a span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .menuBtn a {
    position: relative;
    width: 35px;
    height: 25px;
  }
  .menuBtn a span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color:var(--main-color);
  }
  .menuBtn a span:nth-of-type(1) {
    top: 0;
  }
  .menuBtn a span:nth-of-type(2) {
    top: 11px;
  }
  .menuBtn a span:nth-of-type(3) {
    bottom: 0;
  }
  .menuBtn a.active span:nth-of-type(1) {
    -webkit-transform: translateY(11px) rotate(-45deg);
    transform: translateY(11px) rotate(-45deg);
  }
  .menuBtn a.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menuBtn a.active span:nth-of-type(3) {
    -webkit-transform: translateY(-11px) rotate(45deg);
    transform: translateY(-11px) rotate(45deg);
  }
  
}
@media screen and (max-width: 767px) {

  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  body {
  font-size: 1.4rem;
    -webkit-text-size-adjust: 100%; /* for iOS font-size */
  }
   main {
    /*overflow-x: hidden;*/ /* 240312 delete */
  }
  figure.workerImg img{
	width: 60%;
}
  
/* =========================================================
 header
========================================================= */
  #header {
  height: 100px;
  justify-content: left;
  padding: 0;
  }
  #header .h_logo {
    margin-top: 35px;
    margin-left: 25px;
  }
  #header .h_logo a {
    width: 70vw;
  }
  #header .h_logo a img {
    width: 100%;
    max-width: 320px;
    min-width: inherit;
  }
  
  /* #headerBtn
--------------------------------------------------------- */
#header .hBtn {
  position: fixed;
  bottom: 0;
  width: 100%;
}
#header .hBtn a {
  line-height: 18vw;
  width: 100%;
  max-width: 100%;
  min-width: auto;
  height: 18vw;
  padding: 0;
  background-image: url("../img/common/i_exlink.png");
  background-repeat: no-repeat;
  background-size: 21px 17px;
  background-position: right 30px center;
  text-align: center;
}
#header .hBtn a::after {
  display: none;
}
  
  /* menuBtn
--------------------------------------------------------- */
  .menuBtn {
    top: 35px;
    right: 25px;
  }


/*===============================================

#footer

=================================================*/
#footer{
}
#footer .inner{
	display: flex;
  flex-direction: column;
  align-items: center;
	width: 100%;
	padding: 10vw 5vw;
  text-align: center;
}
#footer .fLeft{
	width: 100%;
}
#footer .fLeft > figure img {
  display: block;
  width: 80px;
  margin: 0 auto;
  }
#footer .fLeft > figure img:last-child {
  width: 200px;
  padding-top: 15px;
  }
#footer .fLeft .info{
	display: flex;
  justify-content: center;
	margin-top: 5vw;
}
#footer .fLeft .info figure{
	margin: 4px 22px 0 4px;
}
#footer .fLeft .btn a{
	font-size: 1.2rem;
}

/* small
--------------------------------------------------------- */
#footer small {
  font-size: 1.2rem;
  padding: 7.031vw 0 23.438vw;
}
  
}



