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

blockquote,
body,
button,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
select,
td,
textarea,
th,
ul {
	margin: 0;
	padding: 0;
	text-indent: 0;
}

h1,
h2,
h3,
h4,
h5,
h6{
	display: block;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,
img {
	border: 0;
}
address,
button,
caption,
cite,
code,
dfn,
em,
input,
optgroup,
option,
select,
strong,
textarea,
th,
var {
	font: inherit;
}
del,
ins {
	text-decoration: none;
}
li {
	list-style: none;
}

section,
article,
aside,
header,
footer,
nav,
figure,
figcaption,
summary {
	display: block;
}

/*imgのみ選択不可*/
img{
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
*{
	/* -webkit-transition: all .4s;
	transition: all .4s; */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


html{
	background: #fff;
	height:100%;
}

body{
	/* text-align: center; */
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",verdana;
	/* font-family: 'Noto Sans JP',"游ゴシック", YuGothic, "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, verdana, sans-serif; */
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
	height:100%;
  color: #333;
	-webkit-text-size-adjust: 100%;
  letter-spacing: .1rem;
}

a{
	color: #333;
  -webkit-transition: all .4s;
  transition: all .4s;
}
a:link,
a:visited,
a:active{
	text-decoration: none;
}
a:hover {
	color: #999;
	text-decoration: none;
}
a:focus {
	outline: none;
}

embed{
  display: none;
}

/* =============================
 ==============================
wrapper
 ==============================
============================= */
#wrapper{
	width: 100%;
	position: relative;
	-webkit-overflow-scrolling: touch;
}



/* =============================
 ==============================
container
 ==============================
============================= */
#container {
  width: 100%;
  position: relative;
}

/* =============================
 ==============================
top-area
 ==============================
============================= */
.top-area{
  width: 100%;
  padding-bottom: 80%;
  position: relative;
  background: url(../img/top/main_img_bg01_2025.png) no-repeat;
  background-position: bottom 0 right 0;
  background-size:120% auto;
}
.top-area img{
  width: 100%;
  height: auto;
}
.top-img-area{
  position: absolute;
}
.top-main-title-area{
  position: absolute;
  top: 120px;
  width: 230px;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}





/* =============================
 ==============================
header
 ==============================
============================= */
#header{
  position: relative;
  padding: 20px;
  z-index: 1;
}
#header img{
  width: 100%;
  height: auto;
}
#header h1{
  display: block;
  text-align: center;
  width: 120px;
  height: 50px;
}
#header h1 a{
  display: block;
  
}


/* =============================
 ==============================
entry-side-btn
 ==============================
============================= */
.entry-side-btn{
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100px;
  z-index: 999;
}
.entry-side-btn img{
  width: 100%;
  height: auto;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.entry-side-btn img:hover{
  opacity: .6;
}


/*ドロワーメニュー関係*/
/* =============================
 ==============================
HUMBURGER MENU
 ==============================
============================= */
#hamburger {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 55px;
  height: 60px;
  position: absolute;
  top: 15px;
  right: 0;
  padding: 17px 7px 17px;
  cursor: pointer;
  z-index:9998;
  opacity: 1;
  -webkit-transition: .8s;
  -moz-transition: .8s;
  -o-transition: .8s;
  transition: .8s;
}
#hamburger .icn {
  position: relative;
  width: 100%;
  height: 100%;
}
#hamburger .icn span {
  position: absolute;
  left: 50%;
  margin-left: -12px;
  width: 26px;
  height: 1px;
  background-color: #333;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#hamburger .icn span:nth-of-type(1) {
  top: 0;
}
#hamburger .icn span:nth-of-type(2) {
  top: 10px;
}
#hamburger .icn span:nth-of-type(3) {
  top: 20px;
}
#hamburger.on {
  position: fixed;
  z-index: 9999;
}
#hamburger.on .icn span:nth-of-type(1) {
  background-color: #fff;
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}
#hamburger.on .icn span:nth-of-type(2) {
  opacity: 0;
}
#hamburger.on .icn span:nth-of-type(3) {
  background-color: #fff;
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}


/* =============================
 ==============================
LAYER MENU
 ==============================
============================= */
.layerMenu{
  display: none;
  position:fixed;
  top: 0;
  left:0;
  width:100%;
  height:100%;
  z-index: 9995;
  background: #000;
  opacity: .8;
}
.layerMenu ul{
  position: relative;
  top: 50%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: .8s;
  -webkit-transition: .8s;
}
.layerMenu ul li{
  display: block;
}
.layerMenu ul li a{
  position: relative;
  padding: 20px;
  text-decoration: none;
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: .2rem;
}
.layerMenu ul li a:hover{
  color: #ea0001;
}

/* =============================
 ==============================
GLOVAL MENU
 ==============================
============================= */
#groval-menu{
  position:absolute;
  top: -480px;
  right: 0;
  opacity: 0;
  /* transition: .4s;
  -webkit-transition: .4s; */
}
#groval-menu ul{
  display: flex;
  align-items: center;
}
#groval-menu ul li{
  display: block;
  margin: 10px 5px;
  width: 100px;
}
#groval-menu ul li img{
  width: 100%;
  height: auto;
}
#groval-menu ul li a{
  position: relative;
  display: block;
  font-size: .8rem;
  padding: 0 5px;
}
#groval-menu ul li a:hover{
  opacity: .6;
  transition: .4s;
  -webkit-transition: .4s;
}
#groval-menu ul li:nth-child(1){
  width: 140px;
}



/* =============================
 ==============================
temp-area
 ==============================
============================= */
.temp-area{
  width: 100%;
}
.temp-area .temp-inner-area{
  width: 90%;
  margin: 40px auto;
  margin-bottom: 60px;
}
.temp-area.bg-type01 .temp-inner-area{
  margin-bottom: 0;
  padding-bottom: 60px;
}
.temp-area .temp-inner-area.interview-content{
  padding-bottom: 20px;
}
/* =============================
 ==============================
.bg-type
 ==============================
============================= */
.bg-type01{
  background:repeating-linear-gradient(-45deg, #f1efde 0, #f1efde 30px, #f0ecd0 30px, #f0ecd0 100px);
}
.bg-type02{
  background-color: #efeddc;
}
.temp-area.bg-type02 .temp-inner-area{
  margin-bottom: 0;
  padding-bottom: 60px;
}



/* =============================
 ==============================
greeting-area
 ==============================
============================= */
.greeting-area img{
  width: 100%;
  height: auto;
}
.greeting-img{
  width: 90%;
  margin: 0 auto;
}
.greeting-img p{
  text-align: right;
  font-size: .8rem;
  margin-bottom: 40px;
}
.greeting-img p span{
  display: block;
  font-size: 1.3rem;
}

.greeting-area2{
  padding: 20px 0;
}
.greeting-area2 img{
  width: 100%;
  height: auto;
}
.philosophy-area01{
  padding: 30px 20px;
  margin-top: 30px;
  background: #fff;
  position: relative;
}
.greeting-area2 h2{
  display: block;
  width: 120px;
  height: 50px;
  margin-bottom: 30px;
}
.greeting-area2 li{
  list-style-type: decimal;
  margin-left: 24px;
  margin-bottom: 15px;
  font-size: 1.2rem;
}
.greeting-area2 li br{
  display: none;
}
.greeting-area2 li span{
  display: block;
  margin-top: 5px;
  font-size: .9rem;
}
.philosophy-img-area{
  margin-top: 30px;
}





/* =============================
 ==============================
learn-title-area
 ==============================
============================= */
.learn-title-area{
  background: url(../img/learn/title_bg01.png) no-repeat;
  background-size: 220%;
  background-position: -220px 0;
  width: 100%;
  height: 200px;
  position: relative;
}
.learn-title-area h2{
  width: 220px;
  height: 60px;
  position: absolute;
  bottom: 50%;
  right: 50%;
  -webkit-transform: translateX(50%) translateY(50%);
  transform: translateX(50%) translateY(50%);
}
.learn-title-area h2 img{
  width: 100%;
  height: auto;
}


/* =============================
 ==============================
learn-area01
 ==============================
============================= */
.learn-area01{
  padding-bottom: 40px;
}
.learn-area01 img{
  width: 100%;
  height: auto;
}
.learn-area01 h3{
  display: block;
  width: 100%;
  height: 80px;
  margin-bottom: 30px;
}
.learn-area01 p{
  margin-bottom: 30px;
}
.learn-lead-img{
  width: 90%;
  margin: 0 auto;
}


/* =============================
 ==============================
product-area
 ==============================
============================= */
.product-area{
  position: relative;
  background: #f1efde;
  padding: 40px 10px;
}
.product-area img{
  width: 100%;
  height: auto;
}
.product-area .product-bg-img{
  position: absolute;
  width: 100px;
  height: 60px;
  top: -30px;
  left: 10px;
}
.product-area h3{
  display: block;
  width: 100%;
  height: 80px;
  margin: 20px 0;
}
.product-area .product-logo{
  width: 160px;
  height: 80px;
  margin: 0 auto;
}
.product-area p.product-lead-text{
  font-size: 1rem;
  font-weight: 600;
  color: #844517;
  text-align: center;
  margin: 30px 0;
}
.product-area p.product-lead-text br{
  display: none;
}

ul.product-item-list{
  padding-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
ul.product-item-list li{
  display: inline-block;
  width: 47%;
  margin-bottom: 15px;
}
ul.product-item-list li img{
  width: 100%;
  height: auto;
}


/* =============================
 ==============================
learn-area02
 ==============================
============================= */
.learn-area02{
  padding-bottom: 80px;
}
.learn-area02 img{
  width: 100%;
  height: auto;
}
.learn-area02 h3{
  width: 100%;
  height: 80px;
  margin-bottom: 20px;
}
.learn-area02 p{
  margin-bottom: 30px;
}

.learn-area02-img{
  width: 90%;
  margin: 0 auto;
}


/* =============================
 ==============================
interview-title-area
 ==============================
============================= */
.interview-title-area{
  width: 100%;
  height: 200px;
  position: relative;
  background: url(../img/interview/title_bg01.png) center center / cover no-repeat;
}
.interview-title-area img{
  width: 100%;
  height: auto;
}
.interview-title-area h2{
  position: absolute;
  width: 280px;
  height: 130px;
  bottom: 50%;
  right: 50%;
  -webkit-transform: translateX(50%) translateY(50%);
  transform: translateX(50%) translateY(50%);
}

/* =============================
 ==============================
interview-content-area
 ==============================
============================= */

.interview-content-area{

}
.interview-content-area img{
  width: 100%;
  height: auto;
}
.interview-content-area img.pc_img{
  display: none;
}
.interview-content-area h3{
  display: block;
}

.interview-inner-content-area{
  padding-top: 40px;
}
.interview-inner-content-text h4{
  width: 100%;
  height: 30px;
  margin-bottom: 20px;
}
.interview-inner-content-text h4.interview-sub-title-type02{
  height: 60px;
}
.interview-inner-content-text p{
  margin-bottom: 40px;
}
.interview-inner-content-img{
  width: 90%;
  margin: 0 auto;
  padding-bottom: 40px;
}
.interview-btn-area{
  width: 80%;
  padding: 20px;
  text-align: center;
  margin: 0 auto;
}
.interview-btn-area a{
  display: block;
  width: 160px;
  height: 40px;
  margin: 0 auto;
}
.interview-btn-area a:hover{
  opacity: .7;
}
.interview-btn-area a.btn img{
  /* transform: rotate(-180deg); */
}
.interview-inner-content-area .interview-btn-area a.btn img{
  /* transform: rotate(0deg); */
}

.interview-inner-content-area .interview-schedule{
  /* display: none; */
}

.interview-content-area::after{
  content: "";
  display: block;
  width: 80%;
  height: 10px;
  margin: 0 auto;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}



/* =============================
 ==============================
department-title-area
 ==============================
============================= */
.department-title-area{
  width: 100%;
  height: 200px;
  position: relative;
  /* background: url(../img/department/title_bg01.png) center center / cover no-repeat; */
  background: url(../img/department/title_bg01.png) -300px center / cover no-repeat;
}
.department-title-area img{
  width: 100%;
  height: auto;
}
.department-title-area h2{
  position: absolute;
  width: 280px;
  height: 130px;
  bottom: 50%;
  right: 50%;
  -webkit-transform: translateX(50%) translateY(50%);
  transform: translateX(50%) translateY(50%);
}


/* =============================
 ==============================
department-area
 ==============================
============================= */
.department-area{
  margin: 20px 0 40px;
}
.department-area img{
  width: 100%;
  height: auto;
}
.department-area h3{
  display: block;
  padding-bottom: 30px;
}
.department-area h3 img.pc-img{
  display: none;
}

/* =============================
 ==============================
department-inner-area
 ==============================
============================= */
.department-inner-area{
  padding-bottom: 30px;
}
.department-text h4{
  width: 200px;
  height: 50px;
  margin-bottom: 10px;
}
.department-text h4.department-title-type02{
  width: 260px;
  height: 75px;
}
.department-text p{
  margin-bottom: 30px;
}
.department-img{
  width: 90%;
  margin: 0 auto;
  padding-bottom: 30px;
}


/* =============================
 ==============================
department-list-area
 ==============================
============================= */
.department-list-area{
  /* padding-top: 30px; */
}
.department-list-area li{
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.department-list-area li .department-list-img{
  width: 45%;
  height: 120px;
  margin-left: 0;
}
.department-list-area li p{
  width: 50%;
}
.department-list-area li p{
  font-size: .9rem;
}
.department-list-area li p span{
  display: block;
  color: #00803b;
  font-size: 1.1rem;
  margin-bottom: 10px;
}




/* =============================
 ==============================
know-title-area
 ==============================
============================= */
.know-title-area{
  background: url(../img/know/title_bg01.png) no-repeat;
  background-size: 220%;
  background-position: -250px 0;
  width: 100%;
  height: 200px;
  position: relative;
}
.know-title-area h2{
  width: 280px;
  height: 60px;
  position: absolute;
  bottom: 50%;
  right: 50%;
  -webkit-transform: translateX(50%) translateY(50%);
  transform: translateX(50%) translateY(50%);
}
.know-title-area h2 img{
  width: 100%;
  height: auto;
}

/* =============================
 ==============================
know-area
 ==============================
============================= */
.know-area{

}
.know-area img{
  width: 100%;
  height: auto;
}


.know-area-info{
  text-align: center;
  font-size: 1rem;
  color: #666;
  margin-top: 20px;
}




/* =============================
 ==============================
entry-title-area
 ==============================
============================= */
.entry-title-area{
  width: 100%;
  height: 200px;
  position: relative;
  background-color: #80b750;
  background-image: radial-gradient(#699642 12%, transparent 12%);
  background-size: 20px 20px;
}
.entry-title-area img{
  width: 100%;
  height: auto;
}
.entry-title-area h2{
  position: absolute;
  width: 150px;
  height: 45px;
  bottom: 50%;
  right: 50%;
  -webkit-transform: translateX(50%) translateY(50%);
  transform: translateX(50%) translateY(50%);
}

/* =============================
 ==============================
entry-info-area
 ==============================
============================= */
.entry-info-area{

}
.entry-info-area dl{
  border-bottom: solid 1px #40a06c;
  margin-bottom: 30px;
}
.entry-info-area dt{
  font-size: 1.1rem;
  color: #00803b;
  font-weight: 600;
  padding-bottom: 20px;
}
.entry-info-area dd{
  font-size: 1rem;
  padding-bottom: 20px;
}
.entry-info-area ul{
  padding-top: 10px;
}
.entry-info-area ul li{
  list-style-type: disc;
  margin-left: 24px;
  margin-bottom: 5px;
  font-size: .9rem;
}
.entry-info-area ul li.list-type01{
  list-style:none;
}
.entry-info-area ul li.list-type01::before{ 
  content: "※";
  margin-left: -24px;
  padding-right: 8px;
}
.entry-info-area span{
  display: block;
  margin-top: 10px;
}
.entry-info-area ul + span{
  font-size: .9rem;
}


/* =============================
 ==============================
entry-link-area
 ==============================
============================= */
.entry-link-area{
  margin: 100px 0 40px;
  background: #0071b9;
  padding: 20px;
}
.entry-link-area img{
  width: 100%;
  height: auto;
}
.entry-link-title{
  width: 250px;
  height: 60px;
  margin-bottom: 20px;
}
.entry-link{
  background: #fff;
  position: relative;
  height: 100px;
}
.entry-link a{
  position: absolute;
  display: block;
  width: 200px;
  height: 64px;
  bottom: 50%;
  right: 50%;
  -webkit-transform: translateX(50%) translateY(50%);
  transform: translateX(50%) translateY(50%);
}
.entry-link a:hover{
  opacity: .6;
}

/* =============================
 ==============================
contact-area
 ==============================
============================= */
.contact-area{

}
.contact-area h3{
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.1rem;
}
.contact-area h3 p{
  width: 260px;
}
.contact-area h3::after{
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  border-top: solid 1px #666;
}
.contact{
  margin: 20px 0 60px;
  padding: 20px 20px 40px;
  background: #efefef;
}
.contact address{
  font-size: 1rem;
}
.contact p.company{
  font-size: 1.3rem;
  margin: 10px 0 20px;
  line-height: 1rem;
}
.contact p.company span{
  display: block;
  font-size: 1rem;
}
.contact-tel{
  font-size: 1.6rem;
}
.contact-tel p.mail{
  margin-top: 10px;
  font-size: 1rem;
  line-height: .4rem;
}
.contact-tel p.mail span{
  display: block;
}


/* =============================
 ==============================
footer
 ==============================
============================= */
#footer{
  margin-top: 40px;
  text-align: center;
}
#footer img{
  width: 100%;
  height: auto;
}
#footer img:hover{
  opacity: .7;
}
#footer p.copy{
  width: 90%;
  margin: 0 auto;
  border-top: 2px solid #209054;
  padding: 30px;
  font-size: .9rem;
  text-align: center;
}
#footer p.copy span{
  display: block;
}
#footer p.copy span.home-link{
  width: 140px;
  height: 50px;
  margin: 0 auto;
  margin-bottom: 10px;
}


/* =============================
 ==============================
print-btn-area
 ==============================
============================= */
.print-btn-area{
    text-align: right;
}
.print-btn-area input{
  color: #fff;
  font-size: .9rem;
  border: none;
  font-weight: 500;
  background-color: #00803b;
  padding: 10px 20px;
  letter-spacing: .1rem;
  border-radius: 10px;
  cursor: pointer;
}

.print-btn-area input:hover{
  opacity: .7;
}
.print-btn-area p{
  padding-top: 10px;
  font-size: .6rem;
}


/* =============================
 ==============================
totop
 ==============================
============================= */
.page-top p{
  position: fixed;
  right: 0;
  bottom: 20px;
  width: 40px;
  height: 40px;
  z-index: 998;
  opacity: 0;
  transition: .8s;
  -webkit-transition: .8s;
}
.page-top p img{
  width: 100%;
  height: auto;
}
.page-top a.move-page-top{
  display: block;
  text-decoration: none;
  opacity: 1;
  transition: .4s;
  -webkit-transition: .4s;
}
.page-top a.move-page-top:hover{
  opacity: .8 ;
}
.show-totop{
  bottom: 0;
  opacity: 1 !important;
  cursor: pointer;
}




/* =============================
min-width: 480px
============================= */
@media screen and (min-width: 480px){


  /* =============================
  layerMenu
  ============================= */
  .layerMenu ul li{
    display: inline-block;
    margin: 0 10px;
  }
  .layerMenu ul li a{
    position: relative;
    padding: 5px;
    display: block;
    font-size: 16px;
    letter-spacing: .1rem;
  }

  /* =============================
  top-area
  ============================= */
  .top-main-title-area{
    top: 190px;
    width: 320px;
  }


  /* =============================
  learn-area01
  ============================= */
  .learn-area01 h3{
    width: 400px;
    height: 100px;
  }
  .learn-area01 p{
    margin-bottom: 60px;
  }


  /* =============================
  product-area
  ============================= */
  .product-area h3 {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .product-area p.product-lead-text br{
    display: block;
  }

  /* =============================
  learn-area02
  ============================= */
  .learn-area02 h3{
    width: 400px;
    height: 100px;
  }


  /* =============================
  interview-title-area
  ============================= */
  .interview-title-area h2{
    width: 300px;
    height: 145px;
  }


  /* =============================
  interview-inner-content-text
  ============================= */
  .interview-inner-content-text h4{
    width: 500px;
    height: 45px;
    margin-bottom: 30px;
  }


  /* =============================
  department-title-area
  ============================= */
  .department-title-area{
    background: url(../img/department/title_bg01.png) center center / cover no-repeat;
  }
  .department-title-area h2{
    width: 300px;
    height: 145px;
  }

  .department-list-area li .department-list-img{
    height: 200px;
  }

  /* =============================
  contact
  ============================= */
  .contact p.company{
    font-size: 1.5rem;
    margin-top: 12px;
  }
  .contact-tel{
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
  }
  .contact-tel p.tel{
    margin-right: 30px;
  }
  .contact-tel p.mail{
    font-size: 1.5rem;
  }
  .contact-tel p.mail span{
    display: inline-block;
  }





}



/* =============================
min-width: 768px
============================= */
@media screen and (min-width: 768px){

  /* =============================
  top-area
  ============================= */
  .top-main-title-area{
    top: 270px;
    width: 400px;
  }

  /* =============================
  learn-title-area
  ============================= */
  .learn-title-area{
    height: 400px;
    background-position: 50% 0;
  }
  .learn-title-area h2 {
    width: 320px;
    height: 85px;
  }

  /* =============================
  interview-title-area
  ============================= */
  .interview-title-area{
    height: 400px;
  }
  .interview-title-area h2{
    width: 400px;
    height: 190px;
  }
  /* =============================
  interview-content-area
  ============================= */
  .interview-content-area::after{
    margin-bottom: 100px;
  }


  /* =============================
  department-title-area
  ============================= */
  .department-title-area{
    height: 400px;
  }
  .department-title-area h2{
    width: 400px;
    height: 190px;
  }

  /* =============================
  department-list-area
  ============================= */
  .department-list-area li .department-list-img {
    height: 230px;
  }

  /* =============================
  know-title-area
  ============================= */
  .know-title-area{
    height: 400px;
    background-position: 50% 0;
  }
  .know-title-area h2 {
    width: 400px;
    height: 85px;
  }
  .temp-area.bg-type02 .temp-inner-area{
    padding-bottom: 100px;
  }

  /* =============================
  entry-title-area
  ============================= */
  .entry-title-area{
    height: 400px;
  }
  .entry-title-area h2{
    width: 200px;
    height: 60px;
  }

  /* =============================
  contact-area
  ============================= */
  .contact-area h3 p{
    width: 200px;
  }


  /* =============================
  interview-btn-area
  ============================= */
  .interview-btn-area a{
    width: 260px;
    height: 65px;
  }



  







}


/* =============================
min-width: 980px
============================= */
@media screen and (min-width: 980px){
  

  /* =============================
  hamburger
  ============================= */
  #hamburger{
    opacity: 0;
    cursor: default;
    display: none;
  }
  /* =============================
  groval-menu
  ============================= */
  #groval-menu{
    display: block;
    top: 40px;
    right: 100px;
    opacity: 1;
  }
  /* =============================
  entry-side-btn-area
  ============================= */
  .entry-side-btn-area{
    position: relative;
    top: 0px;
  }
  /* =============================
  entry-side-btn
  ============================= */
  .entry-side-btn{
    width: 50px;
    height: 220px;
    top: -200px;
    right: 20px;
  }



  /* =============================
  top-area
  ============================= */
  .top-area {
    padding-bottom: 55%;
    background-size: 100%;
  }
  .top-img-area {
    width: 70%;
  }
  .top-main-title-area{
    top: 135px;
    right: 20%;
    width: 35%;
  }

  /* =============================
  header
  ============================= */
  #header{
    padding: 20px;
    padding-top: 40px;
  }
  #header h1{
    width: 140px;
    height: 60px;
  }


  /* =============================
  temp-inner-area
  ============================= */
  .temp-area .temp-inner-area{
    padding-top: 20px;
    padding-bottom: 60px;
  }
  .temp-area .temp-inner-area.interview-content{
    padding-bottom: 1px;
  }



  /* =============================
  greeting-area
  ============================= */
  .greeting-area{
    display: flex;
    justify-content: space-between;
  }
  .greeting-img{
    width: 410px;
    margin-left: 0;
  }
  .greeting-img p{
    margin-top: 10px;
  }
  .greeting-text{
    width: 50%;
  }


  /* =============================
  philosophy-area01
  ============================= */
  .greeting-area2{
    padding: 40px 0;
  }
  .philosophy-area01{
    display: flex;
    justify-content: space-between;
    padding: 0;
    background: none;
  }
  .philosophy-inner-area{
    background: #fff;
    padding: 50px;
    width: 60%;
    z-index: 1;
  }
  .philosophy-img-area{
    position: absolute;
    width: 460px;
    height: 400px;
    top: -60px;
    right: 0;
  }
  .philosophy-area01.p-left{
    flex-direction: row-reverse;
    padding-bottom: 100px;
  }
  .p-left .philosophy-img-area{
    left: 0;
  }

  /* =============================
  learn-title-area
  ============================= */
  .learn-title-area{
    height: 400px;
    background-size: cover;
    background-position: 50% 0;
  }
  .learn-title-area h2 {
    width: 320px;
    height: 85px;
    right: 28%;
  }

  /* =============================
  learn-area01
  ============================= */
  .learn-area01{
    display: flex;
    justify-content: space-between;
  }
  .learn-area01 .learn-lead-text{
    width: 45%;
  }
  .learn-area01 h3{
    width: 430px;
  }
  .learn-lead-img{
    width: 450px;
    margin-right: 0;
  }



  /* =============================
  product-area
  ============================= */
  .product-area .product-bg-img{
    width: 200px;
    height: 110px;
    top: -95px;
    left: 20%;
  }
  .product-area h3{
    width: 450px;
    height: 100px;
  }
  .product-area .product-logo{
    width: 200px;
    height: 90px;
  }
  .product-area p.product-lead-text{
    font-size: 1.2rem;
  }

  ul.product-item-list{
    padding-bottom: 40px;
  }
  ul.product-item-list li{
    width: 18%;
  }

  /* =============================
  learn-area02
  ============================= */
  .learn-area02{
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .learn-area02-text{
    width: 48%;
  }
  .learn-area02-img{
    width: 45%;
    margin-left: 0;
  }
  .learn-area02:nth-child(2){
    flex-direction: row;
  }
  .learn-area02:nth-child(2) .learn-area02-img{
    margin-right: 0;
  }


  /* =============================
  interview-title-area
  ============================= */
  .interview-title-area h2{
    width: 460px;
    height: 220px;
  }

  /* =============================
  interview-content-area
  ============================= */
  .interview-content-area img.sp_img{
    display: none;
  }
  .interview-content-area img.pc_img{
    display: block;
  }

  .interview-inner-content-area{
    display: flex;
    justify-content: space-between;
  }
  .interview-inner-content-text{
    width: 48%;
  }
  .interview-inner-content-img{
    width: 45%;
    margin-right: 0;
  }
  .interview-inner-content-area:nth-child(2){
    flex-direction: row-reverse;
  }
  .interview-inner-content-area:nth-child(2) .interview-inner-content-img{
    margin-left: 0;
  }
  .interview-inner-content-area .interview-schedule{
    display: block;
  }


  /* =============================
  department-title-area
  ============================= */
  .department-title-area h2{
    width: 460px;
    height: 220px;
  }

  /* =============================
  department-area
  ============================= */
  .department-area{
    padding-top: 30px;
  }
  .department-area h3{
    margin-bottom: 40px;
  }
  .department-area h3 img.pc-img{
    display: block;
  }
  .department-area h3 img.sp-img{
    display: none;
  }

  /* =============================
  department-inner-area
  ============================= */
  .department-inner-area{
    display: flex;
    justify-content: space-between;
  }
  .department-inner-area.r-department-area{
    flex-direction: row-reverse;
  }
  .department-text{
    width: 400px;
  }
  .department-img{
    width: 50%;
    margin-right: 0;
  }
  .department-inner-area.r-department-area .department-img{
    margin-left: 0;
  }

  .department-text h4{
    width: 250px;
    height: 60px;
    margin-bottom: 20px;
  }
  .department-text h4.department-title-type02{
    width: 320px;
    height: 90px;
  }
  .department-text p{
    margin-bottom: 50px;
  }


  /* =============================
  department-list-area
  ============================= */
  .department-list-area{
    display: flex;
    justify-content: space-between;
  }
  .department-list-area li{
    width: 30%;
    display: block;
  }
  .department-list-area li .department-list-img{
    width: 100%;
    height: 205px;
  }
  .department-list-area li p{
    width: 100%;
    margin-top: 20px;
  }
  .department-list-area li p span{
    font-weight: 600;
  }


  /* =============================
  know-title-area
  ============================= */
  .know-title-area{
    height: 400px;
    background-size: cover;
    background-position: 50% 0;
  }
  .know-title-area h2 {
    width: 400px;
    height: 85px;
    left: -10%;
  }

  .know-area-info{
    width: 90%;
    margin: 60px auto 0;
    /* margin-bottom: 60px; */
    font-size: 1.1rem;
  }
  .temp-area.bg-type02 .temp-inner-area{
    padding-bottom: 160px;
  }


  /* =============================
  entry-info-area
  ============================= */
  .entry-info-area{
    width: 820px;
    margin-left: auto;
    margin-right: auto;

  }
  .entry-info-area dl{
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 30px;
  }
  .entry-info-area dl dt{
    width: 140px;
    font-size: 1.3rem;
  }
  .entry-info-area dl dd{
    flex: 1;
    font-size: 1.3rem;
    line-height: 2rem;
  }
  .entry-info-area dl dd ul li{
    line-height: 1.6rem;
    font-size: 1rem;
  }


  /* =============================
  entry-link-area
  ============================= */
  .entry-link-area{
    margin-top: 160px;
    margin-bottom: 100px;
    display: flex;
    justify-content: space-between;
  }
  .entry-link-title{
    width: 50%;
    height: auto;
    position: relative;
    margin-bottom: 0;
  }
  .entry-link{
    width: 50%;
  }
  .entry-link-title-img{
    position: absolute;
    width: 280px;
    height: 64px;
    bottom: 50%;
    right: 50%;
    -webkit-transform: translateX(50%) translateY(50%);
    transform: translateX(50%) translateY(50%);
  }

  /* =============================
  contact
  ============================= */
  .contact{
    margin-top: 40px;
  }

  /* =============================
  print-btn-area
  ============================= */
  .print-btn-area p{
    font-size: .8rem;
  }






}




/* =============================
min-width: 1140px
============================= */
@media screen and (min-width: 1140px){

  /* =============================
  header
  ============================= */
  #header h1{
    width: 205px;
    height: 85px;
  }
  /* =============================
  groval-menu
  ============================= */
  #groval-menu ul li{
    width: 150px;
  }
  #groval-menu ul li:nth-child(1){
    width: 210px;
  }
  /* =============================
  entry-side-btn
  ============================= */
  .entry-side-btn{
    width: 70px;
    height: 220px;
  }

  /* =============================
  temp-inner-area
  ============================= */
  .temp-area .temp-inner-area{
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    padding-bottom: 100px;
  }




  /* =============================
  greeting-img
  ============================= */
  .greeting-img{
    width: 500px;
  }
  .greeting-img p span{
    font-size: 1.5rem;
  }
  .greeting-text{
    line-height: 2rem;
  }

  /* =============================
  greeting-area2
  ============================= */
  .greeting-area2{
    /* padding: 140px 0 20px; */
  }
  .greeting-area2 h2{
    width: 140px;
    height: 60px;
    margin-bottom: 50px;
  }
  .greeting-area2 li{
    margin-bottom: 25px;
    font-weight: 500;
  }
  .greeting-area2 li br{
    display: block;
  }

  /* =============================
  philosophy
  ============================= */
  .philosophy-inner-area{
    width: 65%;
  }
  .philosophy-area01{
    margin-top: 130px;
  }
  .philosophy-img-area{
    width: 500px;
    top: -140px;
  }


  /* =============================
  learn
  ============================= */
  .learn-title-inner-area{
    width: 1100px;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  .learn-title-area h2 {
    right: 20%;
  }

  /* =============================
  learn-area01
  ============================= */
  .learn-area01{
    width: 1100px;
  }
  .learn-lead-img{
    width: 550px;
  }
  .learn-area01 h3{
    width: 490px;
    height: 110px;
    margin-bottom: 40px;
  }
  .learn-area01 p{
    line-height: 2rem;
  }

  /* =============================
  product-area
  ============================= */
  .temp-area .temp-inner-area.product-area-top{
    padding-top: 0;
    margin-top: -60px;
    width: 1100px;
  }
  .product-area .product-bg-img{
    width: 240px;
    height: 130px;
    top: -115px;
  }
  .product-area h3{
    width: 490px;
    height: 110px;
  }
  .product-area p.product-lead-text{
    margin-top: 60px;
  }

  /* =============================
  learn-area02 
  ============================= */
  .learn-area02 h3 {
    width: 540px;
    height: 120px;
    margin-bottom: 30px;
  }
  .learn-area02 p{
    line-height: 2rem;
  }


  /* =============================
  interview 
  ============================= */
  .interview-inner-content-text{
    width: 50%;
  }
  .interview-inner-content-img{
    width: 480px;
    height: 400px;
  }
  .interview-inner-content-text h4{
    width: 560px;
    height: 50px;
  }
  .interview-inner-content-text h4.interview-sub-title-type02{
    height: 80px;
  }
  .interview-inner-content-text p{
    line-height: 2rem;
  }


  /* =============================
  department-area
  ============================= */
  .department-text h4{
    width: 300px;
    height: 70px;
  }
  .department-text h4.department-title-type02{
    width: 400px;
    height: 110px;
  }
  .department-text p{
    margin-bottom: 70px;
    line-height: 2rem;
  }

  /* =============================
  department-list-area
  ============================= */
  .department-list-area li .department-list-img{
    height: 250px;
  }
  .department-list-area li p span{
    font-size: 1.3rem;
  }

  /* =============================
  know
  ============================= */
  .know-title-inner-area{
    width: 1100px;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  .know-title-area h2 {
    /* left: -10%; */
  }

  .know-area-info{
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
  }


  /* =============================
  footer
  ============================= */
  #footer p.copy{
    width: 1100px;
    padding: 60px;
    font-size: .8rem;
  }











}

/* =============================
min-width: 1300px
============================= */
@media screen and (min-width: 1300px){

  /* =============================
  product
  ============================= */
  .temp-area .temp-inner-area.product-area-top{
    width: 1300px;
  }
  ul.product-item-list{
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
}




/* =============================
min-width: 1600px
============================= */
@media screen and (min-width: 1600px){

  /* =============================
  top-area
  ============================= */
  .top-area {
    width: 1600px;
    padding-bottom: 900px;
    margin: 0 auto;
  }
  /* =============================
  header
  ============================= */
  #header{
    width: 1600px;
    margin-left: auto;
    margin-right: auto;
  }
  /* =============================
  entry-side-btn-area
  ============================= */
  .entry-side-btn-area{
    width: 1600px;
    margin-left: auto;
    margin-right: auto;
    /* position: relative;
    top: -200px; */
  }

  /* =============================
  learn
  ============================= */
  .learn-title-area{
    background-size: auto;
    background-position: 0 0;
    background-color: #00813b;

  }
  .learn-title-area h2{
    right: 30%;
  }

  /* =============================
  product
  ============================= */
  .temp-area .temp-inner-area.product-area-top{
    width: 1600px;
  }


  /* =============================
  know
  ============================= */
  .know-title-area{
    background-size: auto;
    background-position: right 0;
    background-color: #00813b;

  }
  .know-title-area h2{
    /* right: 30%; */
  }








}



.clearfix{
  clear: both;
}

















