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

/***画面全体にローディング画面を表示***/
#showloading {
  width: 100%;
  height: 100vh;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
}

#showloading img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#showloading > div {
  width: 100%;
  font-size: 50px;
  font-weight: bold;
  position: absolute;
  top: 50vh;
  transform: translateY(-50%);
  text-align: center;
}

#showloading > div div {
  display: flex;
  margin: 0 auto;
  width: 8em;

}

#showloading div span {
  animation: rotate 1.2s ease 0s infinite;
  display: block;
  width: 1em;
}

#showloading div span:nth-of-type(2) {
  animation: rotate 1.2s ease 0.2s infinite;
}

#showloading div span:nth-of-type(3) {
  animation: rotate 1.2s ease 0.4s infinite;
}

#showloading div span:nth-of-type(4) {
  animation: rotate 1.2s ease 0.6s infinite;
}

#showloading div span:nth-of-type(5) {
  animation: rotate 1.2s ease 0.8s infinite;
}

#showloading div span:nth-of-type(6) {
  animation: rotate 1.2s ease 1s infinite;
}

#showloading div span:nth-of-type(7) {
  animation: rotate 1.2s ease 1.2s infinite;
}

@keyframes rotate {
  0% {
    transform: rotateY(0deg);
  }

  100% {
    transform: rotateY(360deg);
  }
}

.hidden {
  display: none;
}

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

.dis_fle {
  display: flex;
}

.display_pc {
  display: none;
}

.display_sp {
  display: block;
}

html {
  width: 100%;
  font-size: 62.5%;
}

body {
  line-height: 24px;
  font-family: "Meiryo UI", "メイリオ", Meiryo, "Segoe UI", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  overflow-X: hidden;
}

.min {
  font-family: "游明朝", Yu Mincho, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.gosi {
  font-family: "Montserrat", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.center {
  text-align: center;
}

.w100 {
  width: 100%;
}

h2 {
  font-size: 2.8rem;
  position: relative;
  text-align: center;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  color: #333;
  padding-bottom: 1.6rem;
  margin-bottom: 4rem;
  line-height: 1.5em;
}

h2::before {
  content: "";
  display: block;
  height: 1px;
  width: 250px;
  border-bottom: 1px solid #333;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-162px);
}

h2::after {
  content: "";
  display: block;
  height: 1px;
  width: 73px;
  border-bottom: 1px dashed #333;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(87px);
}
/*ページトップボタンのCSS*/
#page_top{
  width: 100px;
  height: 100px;
  position: fixed;
  right: -100px;
  bottom: 50px;
  border-radius: 50%;
  z-index: 99999
}
#page_top a{
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
/*ここまで*/

h3{
    font-size: 2.8rem;
    line-height: 1.5em;
    text-align: center;
    font-weight: bold;
    margin-bottom: 4rem;
}

.btnsty01{
    width: 100%;
    max-width: 36rem;
    margin: 0 auto;
    margin-top: 6rem;
}

.btnsty01 a{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1.8rem;
    padding: 1rem 0;
    background: #3db155;
    color: #fff;
    font-weight: bold;
    border: 2px solid #3db155;
    box-sizing: border-box;
}

.btnsty01 a:hover{
    background: rgba(255,255,255,0);
    color: #3db155;
    border: 2px solid #3db155;
    transition: 0.5s;
    box-sizing: border-box;
}

.site_wrap {
  width: 120rem;
  margin: 0 auto;
}

/*スマホ以外の画面では表示しない*/
.sp_buttom_button {
  display: none;
}

footer {
  padding-bottom: 80px;
  background:#000;
  color: #fff;
}

footer .nav_area {
  width: 60rem;
  margin: 0 auto 4rem;
  padding-top: 2rem;
}

footer .nav_area li {
  width: calc(100% / 4);
  text-align: center;
}

footer .nav_area li a {
  color: #fff;
  font-size: 1.8rem;
  width: 100%;
  display: block;
}

footer .btn_area{
  flex-wrap:wrap;
    width:50rem;
    margin: 0 auto 4rem;
    justify-content: space-between;
}

footer .btn_area > div{
  width: 45%;
    background: #fff;
}

footer .btn_area > div.roguin{
    background: #3db155;
}

footer .btn_area > div a{
  width:100%;
    display: block;
    text-align: center;
    padding: 1rem 0;
    font-size: 1.8rem;
    font-weight: bold;
}

footer .btn_area > div.roguin a{
    color: #fff;
}

footer p {
  font-size: 1.8rem;
  line-height: 1.5em;
  text-align: center;
}

footer p.corp_name {
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: .8rem;
}

footer p.tel {
  font-size: 3.2rem;
  font-weight: bold;
}

footer .tel01 {
  margin-top: .8rem;
}

footer p.tel a {
  color: #fff;
}

footer .copy {
  color: #fff;
  background: #000;
  text-align: center;
  font-size: 1.4rem;
  padding: 1rem 0;
  margin-top: 3rem;
}

footer .footer_top .big_fon {
  font-size: 4.6rem;
  color: #fff;
  text-align: center;
}

footer .footer_top .normal_text {
  font-weight: bold;
}

footer .footer_top .dis_fle > div {
  width: 100%;
}

footer .footer_top .dis_fle .left {
  width: 100%;
  background-image: url(../img/common/bk_yazirusi.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left 2.5rem;
}

footer .footer_top .dis_fle .left .yokuaru {
  font-size: 3rem;
  margin-top: 4.7rem;
  margin-bottom: 2.8rem;
  font-weight: bold;
  text-align: left;
}

footer .footer_top .dis_fle .left ul li {
  font-size: 2.1rem;
  margin-bottom: 1.8rem;
  font-weight: bold;
}

footer .footer_top .dis_fle .left ul li img {
  margin-right: .8rem;
}

footer .footer_top .dis_fle .right {
  padding-top: 2rem;
  display: flex;
  padding-left: 3rem;
}

footer .footer_top .dis_fle .right p {
  font-size: 2.1rem;
  font-weight: bold;
  text-align: left;
}

footer .footer_top .dis_fle .right .right_left {
  width: 13.3rem;
  margin-right: 2rem;
}

footer .footer_top .dis_fle .right .right_left img {
  width: 100%;
}

footer .footer_top .dis_fle .right .right_right {
  width: calc(100% - 14.3rem);
}

footer .footer_top .dis_fle .right .right_right .tel_link a {
  font-size: 5.7rem;
  color: #fff;
  margin: 2rem 0;
  display: block;
}

footer .footer_top .dis_fle .right .right_right .uketuke {
  padding-left: 2em;
  margin-bottom: 1em;
}

footer .footer_top .dis_fle .right .right_right span a {
  width: 29rem;
  height: 5.5rem;
  background: #fff;
  line-height: 5.5rem;
  font-size: 2.2rem;
  font-weight: bold;
  color: #ff7e00;
  display: flex;
  margin-left: 4rem;
  border-radius: 10px;
  padding-top: 2px;
}

footer .footer_top .dis_fle .right .right_right span a img {
  margin: 6px .5rem 0 1rem;
  width: 4rem;
  height: 4rem;
}





@media screen and (min-width: 768px) {
  .display_pc {
    display: block;
  }

  .display_sp {
    display: none;
  }

  .header {
    width: 100%;
      min-width: 96rem;
    height: 7rem;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    box-shadow: 0 0 5px #aaa;
    display: flex;
    justify-content: space-between;
    font-size: 1.4rem;
    font-weight: 700;
  }
  
  .header .nav_container {
    width: 75%;
    display: flex;
    justify-content: end;
  }

  .header nav {
    clear: both;
  }
  
  .header .nav_menu {
    display: flex;
    padding-right: 2rem;
      width: calc(100% - 31rem);
      justify-content: end;
  }
  
  .header .nav_menu li:not(:last-of-type) {
    margin-right: 3rem;
  }
  
  .header .nav_menu a {
    font-size: 1.4rem;
    font-weight: 700;
    font-family: "游明朝", Yu Mincho, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
  
  .header .nav_menu_2 {
    display: flex;
  }
  
  .header .nav_menu_2 li {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .header .nav_menu_2 li a {
    background-size: 22px 18px;
    background-repeat: no-repeat;
    background-position: 21%;
    width: 15.5rem;
    height: 100%;
  }

  .header .nav_menu_2 li:nth-of-type(2) a {
    background-position: 12%;
  }

  
  .header .nav_menu_2 .recruit_icon a {
    background-image: url(../img/common/recruit_icon.svg);
    background-color: #000;
  }
  
  .header .nav_menu_2 .nto_icon a {
    background-image: url(../img/common/login_icon.svg);
    background-color: #3db155;
  }
  
  .header .nav_menu_2 span {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    padding-left: 2rem;
  }

  .header nav ul.nav_menu li {
    font-size: 1.8rem;
    line-height: 6.6rem;
  }

  .header nav ul.nav_menu ul li {
    max-width: 128px;
  }

  .header .home_logo {
    width: 25%;
    height: 100%;
    margin-left: 2rem;
  }

  .header .home_logo img {
    height: 80%;
    padding-top: 1%;
  }

  .header .num_area {
    width: 32.5rem;
    display: flex;
  }

  .header .num_area span {
    width: 100%;
    display: block;
    line-height: 3.3rem;
  }

  .header .num_area span:first-of-type a {
    font-size: 3.2rem;
    font-weight: bold;
  }

  .header .num_area span:last-of-type {
    font-size: 1.6rem;
  }

  .header .num_area .header_map {
    width: 76px;
    margin: 0 5px 0;
  }

  .header .num_area div:not(.header_map) {
    width: calc(100% - 9.6rem);
    text-align: right;
    padding-right: 2rem;
  }

  .header .num_area .header_map a {
    width: 100%;
    height: 66px;
    display: block;
    background: linear-gradient(to right bottom, rgb(251, 170, 49), rgb(251, 170, 49), rgb(243, 99, 4), rgb(243, 99, 4));
    color: #fff;
    text-align: center;
    line-height: 60px;
    border: 3px solid #aaa;
    border-radius: 55%;
    box-sizing: border-box;
    font-size: 1.1em;
    font-weight: bold;
    transition: .5s;
  }

  .header .num_area .header_map a:hover {
    background: linear-gradient(to right, rgb(251, 170, 49), rgb(243, 99, 4));
    transition: .5s;
  }

  .header .nav_menu ul li a {
    position: relative;
    line-height: 6.6rem;
    display: block;
  }

  .header .nav_menu ul li a::after {
    content: "";
    display: flex;
    width: 90%;
    height: 1px;
    background-color: #333;
    position: absolute;
    bottom: 17px;
    left: 6px;
    transform: scaleX(0);
    transform-origin: left;
    transition: .2s;
  }

  .header .nav_menu ul li a:hover::after {
    transform: scaleX(1);
    transition: .2s;
  }

  .header nav ul ul {
    display: flex;
    justify-content: flex-end;
    width: calc(75% - 325px);
  }

  .nav_mail_btn {
    background-color: #3db155;
    width: 10rem;
    height: 10rem;
    margin-top: -2rem;
    margin-bottom: -1rem;
    display: flex;
    align-items: center;
  }

  .nav_mail_btn span {
    color: #fff;
    font-size: 1.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 1rem;
  }

  .nav_mail_btn img {
    display: block;
    width: 55%;
    margin: 0 auto;
  }

}

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

  body {
    margin-top: 0;
  }

  header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 5rem;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
    background-color: #fff;
    padding: 5px;
	box-sizing: border-box;
  }

  header .home_logo {
    width:auto;
      height: 4rem;
  }

  header .home_logo img {
    width:auto;
      height: 4rem;
  }
  
  .home_logo.display_sp {
    width: 5rem;
  }
  
  .home_logo.display_sp a {
    height: 100%;
    width: auto;
    padding-left: 1rem;
  }
  
  .home_logo.display_sp a img {
    height: 100%;
    width: auto;
    margin-top: 0;
  }

  nav {
    position: fixed;
    top: 6rem;
    left: calc(-61% - 4rem);
    background-color: rgba(255, 255, 255, .95);
    width: 61%;
    height: calc(100vh - 10rem);
    padding: 2rem;
    transition: all .5s;
  }

  nav.nav_container {
    font-size: 1.6rem;
    width:26rem;
    height: 100vh;
    background: #fff;
	position:fixed;
	top:0;
	left:-26rem;
	transition: all .5s;
	box-sizing:border-box;
  }

nav.nav_container.move {
    left: 0;
    transition: all .5s;
  }

  nav ul li {
    border-bottom: 1px #333 solid;
    color: #300;
  }

nav.nav_container li.logo{
    margin-bottom:2rem;
	border-bottom:none;
    height: 6rem;
  }

    nav.nav_container li.logo a{
    padding: 0;
    display: block;
    height: 6rem;
  }
    
    nav.nav_container li.logo img{
    height: 6rem;
  }
    
  nav ul li.num_area {
    border: none;
  }

  nav ul li.num_area span {
    color: #333;
  }

  nav ul li.num_area .header_map {
    background: #27aab4;
    margin-top: 1rem;
  }

  nav ul li.num_area .header_map a {
    color: #fff;
  }

  nav ul ul li:last-of-type {
    border-bottom: none;
    margin: 4rem 0 1rem;
  }

  nav ul li a {
    padding: 1rem 0;
    display: inline-block;
    text-align: center;
    width: 100%;
  }

  nav ul ul li:last-of-type a {
    background-color: #225782;
    color: #fff;
  }

nav ul.nav_menu_2{
	margin-top:4rem;
	}

nav ul.nav_menu_2 li{
	border:none;
	background:#000;
	margin-bottom:1rem;
	}

nav ul.nav_menu_2 li a{
	color:#fff;
	}

nav ul.nav_menu_2 li:last-of-type{
	background:#3db155;
	margin-bottom:0;
	}

  .humb {
    width: 5rem;
    height: 5rem;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
  }

  .humb p {
    text-align: center;
    font-size: 1.4rem;
  }

  .humb span {
    width: 81%;
    height: .3rem;
    background-color: #3db155;
    display: block;
    margin: 0 auto;
  }

  .humb span:nth-child(1) {
    margin-top: 1rem;
    transition: all .2s;
  }

  .humb span:nth-child(2) {
    margin-top: 1.1rem;
  }

  .humb span:nth-child(3) {
    margin-top: 1.1rem;
    margin-bottom: .2rem;
    transition: all .2s;
  }

  .humb.move span:nth-child(1) {
    transform-origin: left;
    transform: rotate(43deg);
    transition: all .2s;
  }

  .humb.move span:nth-child(2) {
    opacity: 0;
  }

  .humb.move span:nth-child(3) {
    transform-origin: left;
    transform: rotate(-43deg);
    transition: all .2s;
  }

  .humb.move p {
    opacity: 0;
  }

  header nav ul.nav_menu li.home_logo {
    width: 30%;
    line-height: 5rem;
  }

  header nav ul.nav_menu li.home_logo img {
    width: 100%;
  }

  .site_wrap {
    width: 90%;
    margin: 0 auto;
  }

  h2 {
    font-size: 2.2rem;
    padding-bottom: 1.6rem;
    margin-bottom: 4rem;
    line-height: 1.5em;
  }

  /*スマホ画面の時に下部にボタンを表示*/
  .sp_buttom_button{
    height: 80px;
    position: fixed;
    justify-content: space-between;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    z-index: 1000;
  }

  .btn_green {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 50%;
    background-color: #3db155;
    transition: opacity 0.2s ease;
  }

  .btn_gray {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 50%;
    background-color: #8d8d8d;
    transition: opacity 0.2s ease;
  }

  .sp_buttom_button a {
    color: #fff;
    font-size: 2em;
    font-weight: bold;
    text-decoration: none;
  }

  .icon {
    margin-right: 15px;
    display: block;
    align-items: center;
  }

  
  .btn_green:active,
  .btn_gray:active {
    opacity: 0.6;
}



  /*ここまで*/



  footer .nav_area {
    width: 100%;
    margin: 0 auto 2rem;
    flex-wrap: wrap;
}

  footer .nav_area li {
    width: 50%;
    text-align: left;
    padding-left: 2rem;
    box-sizing: border-box;
}

  footer p.corp_name {
    font-size: 2.8rem;
    font-weight: bold;
    margin-bottom: .8rem;
  }

  footer p.tel {
    font-size: 2.8rem;
    font-weight: bold;
    margin-top: 1rem;
  }

  footer p {
    font-size: 1.6rem;
    line-height: 1.5em;
    text-align: center;
    margin-top: 0;
    padding-left: 0;
}

  footer .copy {
    color: #fff;
    background: #000;
    text-align: center;
    font-size: 1.4rem;
    padding: 0;
    margin-top: 5rem;
}

  footer .nav_area li a {
    color: #fff;
    font-size: 1.8rem;
    width: 100%;
    line-height: 2em;
    display: block;
  }

  footer .footer_top .dis_fle {
    flex-wrap: wrap;
    margin-top: 2rem;
  }

  footer .footer_top .dis_fle .left .yokuaru {
    font-size: 3rem;
    margin-top: 2.7rem;
    margin-bottom: 1.8rem;
    font-weight: bold;
    text-align: center;
    padding-left: 0;
  }

  footer .footer_top .dis_fle .left ul li {
    font-size: 2.1rem;
    margin-bottom: 1rem;
    font-weight: bold;
    padding-left: 2.4rem;
    text-indent: -2.4rem;
  }

  footer .footer_top .dis_fle .right {
    padding-top: 2rem;
    display: block;
    padding-left: 0;
  }

  footer .footer_top .dis_fle .right .right_left {
    width: 5.3rem;
    margin: 0 auto 1.5rem;
  }

  footer .footer_top .dis_fle .right .right_right {
    width: 100%;
  }

  footer .footer_top .dis_fle .right p {
    margin-top: 0;
    padding-left: 0;
    text-align: center;
  }

  footer .footer_top .dis_fle .right p.tel_link {
    margin-top: 1rem;
    text-align: center;
  }

  footer .footer_top .dis_fle .right .right_right .tel_link a {
    font-size: 3.7rem;
    margin: 2rem 0;
  }

  footer .footer_top .dis_fle .right .right_right .uketuke {
    padding-left: 0;
    margin-bottom: 1em;
    text-align: center;
  }

  footer .footer_top .dis_fle .right .right_right span {
    width: 29rem;
    display: block;
    margin: 0 auto;
  }

  footer .footer_top .dis_fle .right .right_right span a {
    width: 29rem;
    height: 5.5rem;
    margin-left: 0;
  }

  footer .footer_top .normal_text {
    padding-left: 0;
  }

  footer .footer_top {
    padding: 2rem 5% 4rem;
    margin-bottom: 2rem;
    width: 90%;
  }

  footer .footer_top .big_fon {
    font-size: 3.6rem;
    text-align: center;
    padding-left: 0;
  }

h2::before {
    content: "";
    display: block;
    height: 1px;
    width: 166px;
    border-bottom: 1px solid #333;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-135px);
}

h2::after {
    content: "";
    display: block;
    height: 1px;
    width: 100px;
    border-bottom: 1px dashed #333;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(32px);
}

h3 {
    font-size: 2rem;
    line-height: 1.5em;
    text-align: center;
    font-weight: bold;
    margin-bottom: 2rem;
}

.btnsty01 {
    width: 100%;
    max-width: 36rem;
    margin: 0 auto;
    margin-top: 2rem;
}

#page_top {
    width: 80px;
    height: 80px;
    position: fixed;
    bottom: 90px;
    right: -17px;
    border-radius: 50%;
    z-index: 99999;
}


footer .btn_area {
    flex-wrap: wrap;
    width: 95%;
    margin: 0 auto 4rem;
    justify-content: space-between;
}

footer .btn_area > div a {
    width: 100%;
    display: block;
    text-align: center;
    padding: 1rem 0;
    font-size: 1.6rem;
    font-weight: bold;
}

footer .btn_area {
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto 2rem;
    justify-content: space-between;
}

.btnsty01 a {
    display: block;
    margin: 0 auto;
    width: 95%;
    text-align: center;
    font-size: 1.6rem;
    padding: 1rem 0;
    background: #3db155;
    color: #fff;
    font-weight: bold;
}





























}
