@charset "UTF-8";
* {
  margin: 0px;
  padding: 0px;
  font-family: -apple-system, BlinkMacSystemFont, 'Sawarabi Gothic', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
  font-weight: 100;
  color: #413F51;
}

html, body {
  width: 99.9%;
  height: 100%;
  font-size: 16px;
  margin: 0 auto;
}
.for_sp {
	display: none!important;
}

#container li, #container p, .txt, .contents_p, #footer_wrap div {
  transform: rotate(0.05deg);
}

/************************/
/*                      */
/*         汎用         */
/*                      */
/************************/

.white{ color:#FFFFFF;}
.white a{ color:#FFFFFF;}

.reg { font-size:70%; vertical-align:top;line-height:1em; }

.hidden { overflow:hidden; }
.float  { float:left; }
.clear  { clear:both; }
.clear hr { display:none; } 

.center { text-align:center; }
.left   { text-align:left; }
.right  { text-align:right; }

.bold{ font-weight:bold;}


.green {color:rgb(43,58,16);}
.pink {color:rgb(191,48,82);}

/****** 汎用font-size ******/

.fz8 { font-size:8px; }
.fz9 { font-size:9px; }
.fz10 { font-size:10px; }
.fz12 { font-size:12px; }
.fz13 { font-size:13px; }
.fz14 { font-size:14px; }
.fz16 { font-size:16px; }
.fz17 { font-size:17px; }
.fz18 { font-size:18px; }
.fz20 { font-size:20px; }
.fz21 { font-size:21px; }
.fz23 { font-size:23px; }
.fz24 { font-size:24px; }
.fz30 { font-size:30px; }
.fz36 { font-size:36px; }
.fz40 { font-size:40px; }

/****** 汎用margin ******/
.mgt-7 { margin-top:-7px; }
.mgt-16 { margin-top:-16px; }
.mgt-30 { margin-top:-30px; }
.mgt-32 { margin-top:-32px; }
.mgt5 { margin-top:5px; }
.mgt7 { margin-top:7px; }
.mgt8 { margin-top:8px; }
.mgt10 {
	margin-top: 10px;
}
.mgt20 { margin-top:20px; }
.mgt30 { margin-top:30px; }
.mgt35 { margin-top:35px; }
.mgt40 { margin-top:40px; }
.mgt50 { margin-top:50px; }
.mgt60 { margin-top:60px; }
.mgt70 { margin-top:70px; }
.mgt80 { margin-top:80px; }
.mgt100 { margin-top:100px; }
.mgt150 { margin-top:150px; }

.mgl-10 { margin-left:-10px; }
.mgl05 { margin-left:5px; }
.mgl10 { margin-left:10px; }
.mgl15 { margin-left:15px; }
.mgl20 { margin-left:20px; }
.mgl25 { margin-left:25px; }
.mgl30 { margin-left:30px; }
.mgl40 { margin-left:40px; }
.mgl50 { margin-left:50px; }
.mgl60 { margin-left:60px; }
.mgl70 { margin-left:70px; }
.mgl80 { margin-left:80px; }
.mgl90 { margin-left:90px; }
.mgl93 { margin-left:93px; }
.mgl100 { margin-left:100px; }
.mgl105 { margin-left:105px; }
.mgl110 { margin-left:110px; }
.mgl150 { margin-left:150px; }
.mgl200 { margin-left:200px; }
.mgl250 { margin-left:250px; }
.mgl335 { margin-left:335px; }
.mgl350 { margin-left:350px; }

.mgr05 { margin-right:5px; }
.mgr10 { margin-right:10px; }
.mgr20 { margin-right:20px; }
.mgr30 { margin-right:30px; }
.mgr40 { margin-right:40px; }
.mgr60 { margin-right:60px; }
.mgr70 { margin-right:70px; }
.mgr80 { margin-right:80px; }
.mgr90 { margin-right:90px; }
.mgr100 { margin-right:100px; }
.mgr200 { margin-right:200px; }

.mgb05 { margin-bottom:5px; }
.mgb10 { margin-bottom:10px; }
.mgb20 { margin-bottom:20px; }
.mgb30 { margin-bottom:30px; }
.mgb40 { margin-bottom:40px; }
.mgb100 { margin-bottom:100px; }

.m20{ margin:20px;}


hr {
  border: 0;
  border-top: 1px solid #413F51;
  margin: 10px 20px 20px;
}

h3 {
  font-size: 1.2em;
}

img {
  vertical-align: bottom;
}

a {
  text-decoration: none;
}

a:link {
  color: #333333;
}

a:visited {
  color: #555577;
}

a:hover {
  color: #8855AA;
}

a:active {
  color: #CC5000;
}

a[href$='.pdf'] {
  display: inline-block;
  height: 1.3em;
  padding: 0 0 0 22px;
  margin: 0px 5px 0px 0;
  background: transparent url(../img/icon_pdf.gif) no-repeat center left;
  border-bottom: 1px dotted #858;
}

#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 20px;
  left: 0px;
  background: #FFF;
  z-index: 1998;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  text-align: center;
  color: #fff;
  z-index: 1999;
  transform: translate(-50%, -10%);
}

h1{ color:#FFF;top:0; font-size:14px; background-color:rgb(191,48,82); padding:3px; text-align:center;}
#navi {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

#container {
  position: relative;
}

#bg_img {
  position: absolute;
  /* width: auto; */
  height: auto;
  top: 50%;
  left: 50%;
  min-height: 100%;
  /* min-width: 100%; */
  transform: translateX(-50%) translateY(-60%);
}

#menu {
  position: fixed;
  padding: 10px;
  top: 2000px;
  min-width: 768px;
  width: 90%;
  max-width: 1400px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 996;
}

#m_menu {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0px auto 5px;
  white-space: nowrap;
  list-style: none;
  z-index: 999;
  text-align: center;
}

#m_menu li {
  position: relative;
  width: calc(100% / 5.5);
  transition: all .3s ease 0s;
}

#m_menu li.pop {
  transform: translateY(100%) translateY(10px);
}

#m_menu li img {
  width: 100%;
  max-width: 200px;
}

#m_menu .m_menu_margin {
  width: calc(100% / 9);
}

#menu_cloud {
  position: fixed;
  top: 0px;
  left: 0px;
  display: none;
  width: 100%;
  background: #FFF;
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 0.7) 100%);
  z-index: 989;
}

#fb_icon {
  z-index: 1995;
  position: fixed;
  top: 0;
  left: 0;
  margin: 5px;

}

#title_logo {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 150px;
  width: 90%;
  max-width: 600px;
  z-index: 998;
}

#logo_outer {
  position: fixed;
  width: calc(100% / 5);
  left: 50%;
  transition: all .1s linear 0s;
  transform: translate(-50%, 0);
  top: 60px;
  z-index: 990;
}

.m_menu_margin {
  z-index: 997;
}

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 77%;
  z-index: 1000;
}

#page-top a {
  background: #666;
  text-decoration: none;
  color: #fff;
  width: 100px;
  padding: 30px 0;
  text-align: center;
  display: block;
  border-radius: 5px;
}

#page-top a:hover {
  text-decoration: none;
  background: #999;
}

.separation {
  
}

.separation::before, .separation::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 100vw;
  height: 10px;
  border-top: 2px dashed #595757;
  z-index: 10;
  animation: fade 0.6s ease 0s 1 normal forwards;
}

.separation::before {
  left: -100vw;
}

.separation::after {
}




.contents {
  position: relative;
  width: 100%;
  min-height: 1000px;
  margin: 10px auto;
  padding: 120px 0 40px 0;
}


.contents::before {
  content: '';
  position: absolute;
  top: 0px;
  background: url("../img/separation.svg") no-repeat bottom;
  height: 121px;
  width: 100%;
}

.contents_main {
  position: relative;
}

.contents_pic {
  position: relative;
  overflow: hidden;
  height: 430px;
  min-height: 400px;
}

.contents_pic img {
  position: absolute;
  right: 0;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  transform: translateX(-50%) translateY(-40%);
}

.contents_p {
  position: absolute;
  top: 25px;
  left: 0px;
  width: 250px;
  height: 250px;
  padding: 50px;
  background: rgba(255,255,255,0.7);
  text-align: center;
  
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.contents_p hr {
  width: 250px;
}

.contents_free {
  padding: 20px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  background: linear-gradient(to bottom, #FFF 0%, #FFF 30%, #EFA 100%);
}

.contents_blk {
  display: flex;
  position: relative;
  justify-content: space-around;
  height: 100%;
}

.blk {
  position: relative;
  overflow: hidden;
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  white-space: wrap;
}

.blk.l {
    position: absolute;
    min-height: 100%;
    min-width: 30%;
    width: 62%;
    left: 0px;
}

.blk.r {
  min-height: 200px;
  width: 40%;
}

/**.blk img {
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}**/

.blk .txt {
  width: 80%;
  padding: 3vw 4vw;
  text-align: justify;
}

.blk .txt h3 {
  font-size: 1.4em;
  text-align: center;
}

.blk .txt p {
  text-indent: 1em;
  word-wrap: break-word;
  white-space: wrap;
}

.blk .txt p a {
	color:#FFF;padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    border: solid 3px #FFF;
}

.contents_free {
  padding: 50px 0;
}

.contents_free img {
  width: 100%;
}

#introduction .contents_pic video {
  width: 100%;
  object-position: 100% 20%;
  transform: translateY(-20%);
}


#introduction .contents_pic img, #contact .contents_pic img {
  object-position: 100% 20%;
}

#introduction .contents_p, #recruit .contents_p, #contact .contents_p {
  left: 25px;
}

#introduction .contents_free {
}

#intro_02 {
  width: 48%;
  min-width: 200px;
}

#intro_03 {
  position: relative;
  width: 48%;
  min-width: 200px;
}

#intro_03 img:first-child {
  position: absolute;
  width: 25%;
  top: 10%;
  left: 1%;
}

#intro_04 {
  position: relative;
  margin-top: 30px;
  text-align: center;
}

#intro_04 ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#intro_04 ul li {
  width: 28%;
  border: calc(1vw) solid #FFF;
  max-width: 400px;
  box-shadow: 2px 5px 10px rgba(30,0,0,0.3);
}

#intro_04 li::before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  top: -2rem;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/10.svg) no-repeat center;
}

#intro_04 li:nth-child(2)::before {
  top: -1.1rem;
}

#intro_04 li:nth-child(1) {
  transform: rotate(3deg);
}

#intro_04 li:nth-child(3) {
  transform: rotate(-2deg);
}

#intro_05 {
  position: relative;
  margin-top: 30px;
  text-align: center;
  max-width: 1200px;
  width: 95%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#intro_05 > div {
  width: 40%;
  background: #FFF;
  margin: 1vw;
  padding: 1vw 2vw;
  box-shadow: 2px 5px 10px rgba(30,0,0,0.3);
  position: relative;
}

#intro_05 > div ul {
  position: relative;
  margin-top: 5px;
  list-style: none;
  text-align: left;
  background-image: linear-gradient( rgba(152,196,255,.3) .1em, transparent .1em );
  background-size: auto 1.7rem;
  line-height: 1.7rem;
  font-size:120%;

}

#intro_05 > div::before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  top: -0.5rem;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/10.svg) no-repeat center;
}

#intro_05 > div div {
  padding-top: 2px;
  font-size: 1.5em;
  background: #FEC;
  text-align: center;
  margin: 0 0 1rem;
}

#intro_05 > div li {
  text-indent: -2em;
  padding-left: 2.5em;
}

#intro_05 > div > ul > li:nth-child(2) {
  margin-top: 0.1rem;
}

#intro_05 > div:nth-child(2) > ul > li:nth-child(1)  {
  width: 90%;
  text-indent: 0;
  padding: 0.1em 0 0.1em 0.8em;
  margin: 0.4rem auto 0.4rem auto;
  border: 3px solid #CCC;
  background: #FEE;
  line-height: 1.5rem;
  border-radius: 1em;
}

#intro_txt {
  padding: 50px 10px;
  background: #FFF;
}

#intro_txt p {
  margin: 0.7vw;
  border-bottom: 1px dotted #413F51;
}

#intro_txt_02 {
  padding: 50px 10px;
  background: #FFF;
}

#introduction .contents_blk {
  background: #cc3055;
}

#introduction .blk .txt h3 {
  color: #FFF;
}

#introduction .blk .txt p {
  color: #FFF;
}

#introduction .blk hr {
  border: 0px;
  border-top: 1px solid #FFF;
}

#services .contents_pic img {
    transform: translateX(-50%) translateY(-36%);
}

#services .contents_p {
  left: calc(100% - 375px);
}

#serv_02 {
  width: 100%;
  text-align: center;
  margin: 1vw auto;
}

#serv_02 img {
  width: 70%;
  max-width: 800px;
}

#services .blk .txt {
  color: #000!important;
}

#recr_free1 {
}

#recr_01 {
  background: url(../img/11.gif);
  padding: 40px 30px;
  border-radius: 30px;
  position: relative;
  box-shadow: 2px 5px 14px rgba(0,0,50,0.3);
}

#recr_02 img {
  position: absolute;
  width: 50%!important;
  height: auto;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 200;
}

#recr_02 {
  width: 565px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: #FFF;
  box-shadow: 2px 5px 14px rgba(0,0,50,0.3);
  padding: 20px 20px 25px;
  position: relative;
}

#recr_02 div {
  width: 420px;
  padding: 0.1em 0.5em;
  border: 1px solid #877;
  margin: -0.5px;
  text-align: justify;
  text-justify: inter-ideograph;
  position: relative;
}

.recr_02_line{ border-top: 1px solid #FFF; border-left:1px solid #FFF; border-right:1px solid #FFF;}

#recr_02 div:nth-child(2n) {
  width: 100px;
}

#recr_02 div:nth-child(2) {
  width: 100%;
  text-align: center;
  font-size: 1.3em;
  background: #c04;
  border: 0px;
  color: #FFF;
  margin-top: 35px;
  margin-bottom: 0.7em;
}

#recr_02 div:nth-child(2) p {
  color: #FFF;
}

#recr_02 div:nth-child(3) {
  width: 100%;
  margin-bottom: 0.7em;
  text-align: justify;
  text-justify: inter-ideograph;
  text-indent: 1em;
  border: 0px;
}

#recr_02 span {
  margin-left: 0.7em;
}

#contact .contents_pic img { 
    transform: translateX(-50%) translateY(-45%);
}

#cont_free1 {
}

#cont_free1 h3 {
  width: 80%;
  max-width: 787px;
  padding: 0.5em 0;
  text-indent: 1em;
  border-left: 0.8em solid #58D;
  border-bottom: 1px solid #58D;
  margin: 0 0 1em;
}


#contact_form {
  width: 80%;
  max-width: 800px;
  position: relative;
  display: flex;

  background: #FFF;
  border: 1px solid #EEE;
  padding: 1em 0.1em;
  justify-content: center;
  flex-wrap: wrap;
}

#contact_form div {
  border: 1px solid #CCC;
  padding: 0.5em 0.3em;
  margin: -0.5px -0.5px;
  display: flex;
  align-items: center;
}

#contact_form div:nth-child(2n-1) {
  width: 12em;
  background: #FAFAFA;
}

#contact_form div:nth-child(2n-1)::before {
  content: '推奨';
  font-size: 0.8em;
  padding: 0.1em 0.4em 0.1em 0.3em;
  margin: 0 0.5em;
  background: #58D;
  color: #FFF;
  border-radius: 0.3em;
}

#contact_form .req::before {
  content: '必須'!important;
  background: #F55!important;

}

#contact_form div:nth-child(2n) {
  width: calc(100% - 15em);
  background: #FFF;
}

#contact_form input {
  width: 20em;
}

#contact_form textarea {
  width: calc(99.9% + 2px);
}

.confirm {
  width: 12em!important;
  padding: 0.5em;
  margin: 1.0em 0 0.3em;
  background: #58D;
  font-size: 1.1em;
  color: #FFF;
  border: 0px;
  border-radius: 0.3em;
}


.contents_logo {
  position: relative;
  width: 100%;
  display: inline-block;
  top: 0px;
  text-align: center;
}

.visible {
  animation: fade1 0.5s ease 0s 1 normal forwards;
}

.hidden {
  animation: fade1 1.5s ease 0s 1 reverse forwards;
}

@keyframes fade1 {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  50% {
    visibility: visible;
    opacity: .5;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}

.fadein {
  animation: fade2 1.5s ease 0s 1 normal forwards;
}

.fadeout {
  animation: fade2 1.5s ease 0s 1 reverse forwards;
}

@keyframes fade2 {
  0% {
    visibility: hidden;
    opacity: 0;
    transform: translateY(100px);
  }
  50% {
    visibility: visible;
    opacity: .5;
    transform: translateY(0px);
  }
  100% {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
  }
}


footer {
  width: 100%;
  height: 300px;
  background: #333;
}

footer div, footer span {
  color: #FFF;
}

#footer_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  position: relative;
}

#footer_wrap h3 {
  padding: 0.5em;
  font-size: 1.3em;
  color: white;
}

#footer_wrap ul {
  list-style: none;
}

#footer_wrap a {
  color: #FFF;
  font-size: 1.3em;
}

#footer_logo {
  width: 80%;
}

.footer_c {
  width: 300px;
  margin: 2vw;
  text-align: justify;
  font-size: 0.8em;
}

.footer_c:first-child {
  text-align: center;
}

.footer_c div {
}

.footer_b {
  width: 100%;
  margin: 20px auto;
  text-align: center;
  align-self: flex-end;
}



.body {
  background: url(../img/bg_1000.jpg) center top no-repeat;
  background-attachment: fixed;
  background-size: fixed;
}

h4 {
  position: absolute;
  left: 0;
  width: calc(100% - 41px);
  margin: -25px 0;
  padding: 2px 20px;
  background-color: #FFF;
  text-shadow: 1px 1px 2px #FFF,
 -1px 1px 2px #FFF,
 1px -1px 2px #FFF,
 -1px -1px 2px #FFF,
 2px 0 2px #FFF,
 -2px 0 2px #FFF;
  font-size: 88%;
}

@media screen and (max-width: 767px) {
  h4 {
    position: fixed;
    top: 0;
    margin: 0;
    z-index: 500;
  }
}

.pc_img {
  display: block !important;
}

.sp_img {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .pc_img {
    display: none !important;
  }
  .sp_img {
    display: block !important;
  }
  .img_100{ width:100%;}
  
  #menu{ width:100%;}
  
  .contents{ width:100%;}
}

#header a:link, #footer a:link {
  color: #FFFFFF;
}

#header a:visited, #footer a:visited {
  color: #EEEEEE;
}

#header a:hover, #footer a:hover {
  color: #C8FF00;
}

#header a:active, #footer a:active {
  color: #ff8000;
}

#light-menu a:link, #light-menu a:visited {
  color: #000;
}

.st_action a {
  position: relative;
}

.st_action a:hover {
  animation: T00 0.3s ease 0s 1 alternate forwards;
}

@keyframes T00 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, -1px);
  }
}

.jigyou_box{ margin:0 auto; max-width:1000px; margin-top:40px; margin-bottom:40px;}
.jigyou_box p{ margin:0 5%;}

.rinen{ margin-left:50px; margin-right:30px;color:rgb(43,58,16);}
.rinen_tit{color:rgb(43,58,16); margin-right:30px; text-align:right;background-image:url(../img/intro_04_02.svg); background-repeat:no-repeat; background-position:bottom; }


.services_box{ background-image:url(../img/services_02_02.svg); background-repeat:no-repeat; background-position:bottom; }
.services_box p{ margin:0 auto;color:rgb(191,48,82); text-align:left; width:450px;}