@charset "UTF-8";
@ff- ***: '***', sans-serif;
@fs-title-pc : ***rem;
@fs-text-pc : ***rem;
@fs-title-sp : ***rem;
@fs-text-sp : ***rem;
@content-margin-pc : ***px;
@content-margin-tb : ***px;
@content-margin-sp : ***px;
.flex {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
}
.flex-between {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-pack: justify;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: justify;
  /*--- IE10 ---*/
  -webkit-justify-content: space-between;
  /*--- safari（PC）用 ---*/
  justify-content: space-between;
}
.flex-center {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-pack: center;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: center;
  /*--- IE10 ---*/
  -webkit-justify-content: center;
  /*--- safari（PC）用 ---*/
  justify-content: center;
}
.flex-end {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-pack: end;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: end;
  /*--- IE10 ---*/
  -webkit-justify-content: flex-end;
  /*--- safari（PC）用 ---*/
  justify-content: flex-end;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-item-center {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-align: center;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-align: center;
  /*--- IE10 ---*/
  -webkit-align-items: center;
  /*--- safari（PC）用 ---*/
  align-items: center;
}
.flex-self-center {
  -ms-flex-flex-item-align: center;
  /*--- IE10 ---*/
  -webkit-align-self: center;
  /*--- safari（PC）用 ---*/
  align-self: center;
}
.flex-self-end {
  -ms-flex-flex-item-align: flex-end;
  /*--- IE10 ---*/
  -webkit-align-self: flex-end;
  /*--- safari（PC）用 ---*/
  align-self: flex-end;
}
.flex-self-start {
  -ms-flex-flex-item-align: flex-start;
  /*--- IE10 ---*/
  -webkit-align-self: flex-start;
  /*--- safari（PC）用 ---*/
  align-self: flex-start;
}
.appearance-none {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.br-none br {
  display: none;
}
.text-ry {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-none {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.box-link {
  display: block;
  width: 100%;
  height: 100%;
  color: #2f2f2f;
  text-decoration: none;
}
/* RESET */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
*,
::before,
::after {
  box-sizing: inherit;
}
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
}
* {
  background-repeat: no-repeat;
  /* 1 */
  padding: 0;
  /* 2 */
  margin: 0;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
hr {
  overflow: visible;
  /* 1 */
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
small {
  font-size: 80%;
  /* 1 */
}
[hidden],
template {
  display: none;
  /* 1 */
}
abbr[title] {
  border-bottom: 1px dotted;
  /* 1 */
  text-decoration: none;
  /* 2 */
}
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
a:active,
a:hover {
  outline-width: 0;
  /* 1 */
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
}
b,
strong {
  font-weight: bolder;
  /* 1 */
}
dfn {
  font-style: italic;
  /* 1 */
}
mark {
  background-color: #ff0;
  color: #000;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
input {
  border-radius: 0;
}
[type="number"] {
  width: auto;
  /* 1 */
}
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* 1 */
}
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */
}
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
}
optgroup {
  font-weight: bold;
  /* 1 */
}
button {
  overflow: visible;
  /* 1 */
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
button,
select {
  text-transform: none;
  /* 1 */
}
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}
select {
  -moz-appearance: none;
  /* 1*/
  -webkit-appearance: none;
  /* 2 */
}
select::-ms-expand {
  display: none;
  /* 1 */
}
select::-ms-value {
  color: currentColor;
  /* 1 */
}
legend {
  border: 0;
  /* 1*/
  color: inherit;
  /* 2 */
  display: table;
  /* 3 */
  max-width: 100%;
  /* 4 */
  white-space: normal;
  /* 5 */
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
img {
  border-style: none;
  /* 1 */
}
progress {
  vertical-align: baseline;
}
svg:not(:root) {
  overflow: hidden;
  /* 1 */
}
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
}
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy="true"] {
  cursor: progress;
}
[aria-controls] {
  cursor: pointer;
}
[aria-disabled] {
  cursor: default;
}
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #fff;
  text-shadow: none;
}
::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #fff;
  text-shadow: none;
}
/* INTERFACE */
html {
  font-size: 62.5%;
}
body {
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  font-family: '游ゴシック', '游ゴシック体', 'YuGothic', 'Yu Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 1.4rem;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #F5F8F7;
}
.animated {
  opacity: 0;
}
@keyframes fadeIn {
  0% {
    -webkit-transform: translateY(5%);
    -moz-transform: translateY(5%);
    -ms-transform: translateY(5%);
    -o-transform: translateY(5%);
    transform: translateY(5%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(5%);
    -moz-transform: translateY(5%);
    -ms-transform: translateY(5%);
    -o-transform: translateY(5%);
    transform: translateY(5%);
    opacity: 0;
  }
}
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.pace-inactive {
  display: none;
}
.pace .pace-progress {
  background: #00a53b;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}
#global_header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
  background-color: #fff;
}
#global_header .inner {
  width: 100%;
  height: 74px;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 0 0 10px;
  box-sizing: border-box;
  overflow: hidden;
}
#global_header .inner #switchbtn_area {
  display: none;
}
#global_header .inner figure#logo {
  display: block;
  max-width: 185px;
  padding: 16px 0 0;
  float: left;
}
#global_header .inner figure#logo img {
  display: block;
  width: 100%;
  height: auto;
}
#global_header .inner #menulist {
  float: right;
  height: 100%;
  list-style-type: none;
  border-left: 1px solid #c7c7c7;
}
#global_header .inner #menulist li {
  display: inline-block;
  width: 180px;
  height: 100%;
  padding: 13px 0 0;
  border-right: 1px solid #c7c7c7;
  text-align: center;
}
#global_header .inner #menulist li.top {
  display: none;
}
#global_header .inner #menulist li a {
  display: block;
  width: 100%;
  padding: 29px 0 0;
  text-decoration: none;
  color: #000;
  font-size: 12px;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: center top;
}
#global_header .inner #menulist li a:hover {
  opacity: 0.5;
  transition: .3s;
}
#global_header .inner #menulist li a.service {
  background-image: url(../../img/common/navi_service.svg);
  background-size: auto 20px;
}
#global_header .inner #menulist li a.message {
  background-image: url(../../img/common/navi_message.svg);
  background-size: auto 27px;
}
#global_header .inner #menulist li a.company {
  background-image: url(../../img/common/navi_company.svg);
  background-size: auto 27px;
}
#global_header .inner #menulist li a.recruit {
  background-image: url(../../img/common/navi_recruit.svg);
  background-size: auto 20px;
}
#global_header .inner #menulist li a.contact {
  background-image: url(../../img/common/navi_contact.svg);
  background-size: auto 20px;
}
@media screen and (max-width: 1130px) {
  #global_header .inner #menulist li {
    width: 160px;
  }
}
@media screen and (max-width: 1020px) {
  #global_header .inner {
    width: 100%;
    height: auto;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    overflow: visible;
    position: relative;
  }
  #global_header .inner figure#logo {
    display: block;
    max-width: 185px;
    height: 74px;
    margin: 0;
    padding: 16px 0 0 10px;
    box-sizing: border-box;
    float: left;
  }
  #global_header .inner figure#logo img {
    display: block;
    width: 100%;
    height: auto;
  }
  #global_header .inner #switchbtn_area {
    display: block;
    width: 68px;
    height: 74px;
    padding: 50px 0 0;
    box-sizing: border-box;
    position: absolute;
    top: 2px;
    right: 5px;
  }
  #global_header .inner #switchbtn_area #switchbtn {
    display: block;
    width: 30px;
    height: 22px;
    text-align: center;
    position: absolute;
    top: 19px;
    right: 19px;
  }
  #global_header .inner #switchbtn_area #switchbtn span {
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    background-color: #00a53b;
    transition: all 0.2s linear;
  }
  #global_header .inner #switchbtn_area #switchbtn span:nth-of-type(1) {
    top: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  #global_header .inner #switchbtn_area #switchbtn span:nth-of-type(2) {
    top: 10px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  #global_header .inner #switchbtn_area #switchbtn span:nth-of-type(3) {
    bottom: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  #global_header .inner #switchbtn_area #switchbtn.btnClose span:nth-of-type(1) {
    top: 10px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #global_header .inner #switchbtn_area #switchbtn.btnClose span:nth-of-type(2) {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  #global_header .inner #switchbtn_area #switchbtn.btnClose span:nth-of-type(3) {
    bottom: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #global_header .inner #switchbtn_area img {
    display: block;
    width: 30px;
    height: auto;
    margin: 0 auto;
  }
  #global_header .inner #menulist {
    display: none;
    float: none;
    width: 100%;
    list-style-type: none;
    border-top: 1px solid #c7c7c7;
    border-left: none;
    background-color: #fff;
    overflow: hidden;
  }
  #global_header .inner #menulist li {
    display: block;
    width: 50%;
    height: 100%;
    padding: 0;
    border-right: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
    box-sizing: border-box;
    float: left;
    text-align: center;
  }
  #global_header .inner #menulist li.top {
    display: block;
  }
  #global_header .inner #menulist li:nth-child(2n) {
    border-right: none;
  }
  #global_header .inner #menulist li a {
    display: block;
    width: 100%;
    padding: 18px 0 18px;
    text-decoration: none;
    color: #000;
    font-size: 14px;
    line-height: 1em;
    font-weight: bold;
    background-image: none!important;
  }
#global_header .inner #menulist li.sns{
	width:100%;
}
#global_header .inner #menulist li.sns a{
	display:inline;
	padding:0;
}

#global_header .inner #menulist li.sns a img{
	width:40px;
	margin:10px 5px;
}

}
#global-footer {
  width: 100%;
}
#global-footer .btn_area {
  width: 100%;
  max-width: 1450px;
  padding: 0 10px 12px;
  box-sizing: border-box;
  overflow: hidden;
}
#global-footer .btn_area .back_top_btn {
  float: right;
}
#global-footer .btn_area .back_top_btn img {
  width: 61px;
  height: auto;
}
#global-footer .inner {
  border-top: solid 1px #636363;
  height: 110px;
  text-align: center;
  padding: 25px 0 0;
  box-sizing: border-box;
}
#global-footer .inner small {
  font-size: 10px;
}
#global-footer .inner small span {
  font-size: 12px;
  vertical-align: -3%;
}
.sp_none {
  display: none;
}

@media screen and (max-width: 660px) {
#news_view {
  width: 100%;
}
 
@media screen and (max-width: 660px) {

.sub_key {
  width: 100%;
  height: 200px;
  margin: 0 auto 65px;
  padding: 50px 0 0;
  background-image: url("../../img/news/head_pic.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size:cover;
}
.sub_key h1{
    text-align: center;
    margin:0 20px;
    padding: 10px 0 0;
    font-size: 24px;
    color: #fff;
}
  #news_view .sub_key time{
  font-size: 16px;
  font-weight: normal;
}
}
 
/*--------main--------*/

h2 {
  text-align: center;
  display:flex;
  flex-direction: column;
  margin-bottom: 40px;
}

h2 .en{
font-size: 26px;
color: #00a53b;
padding-bottom: 5px;
}
 h2 .ja{
  font-size: 14px;
  color: #000;
}
.color_change{
  color:#00a53b
}
/***********benefit*************/

.training_section {
  font-size: 14px;
  line-height: 1.7em;
  text-align: center;
}
.training_section .benefit_txt{
  padding-bottom: 50px;
}
.training{
  position: relative;
}
.training-box_list {
  overflow: hidden;
}
.training::before{
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  top: 0;
  height: 100%;
  background-color: #E4F4EA
}

.training-box_list .training .training-box{
  max-width: 1020px;
  margin: 0 auto 40px;
  padding: 20px 15px ;
align-items: center;
text-align: left;
position: relative;

}

.training-box_list .training-box .box_text{
  margin: 20px auto;
}

h3{
  font-size: 18px;
  padding-bottom: 20px;
  text-align: left;
}

.training-box_list .training-box .box_img{
position: relative;
}

.training-box_list .training-box .box_img img{
  width: 100%;
}

.paidvacation{
max-width: 1020px;
margin: 0 auto 120px;
}
.voice{
  margin: 0 auto 120px;
  text-align: center;
}

 .btn_area {
  width: 100%;
  padding: 0 0 55px;
  text-align: center;
}
 .btn_area .btn {
  display: inline-block;
  padding: 7px 55px;
  box-sizing: border-box;
  text-decoration: none;
  font-size: 16px;
  color: #636363;
  border: solid 4px #c7c7c7;
}
.section_wrapper{
  padding: 0 20px;
}
   .video_wrapper {
        max-width: 1020px;
        margin: 0 auto;
        padding-bottom: 120px;
    }
    .video_box{
  
}

    .training_video{
max-width: 100%;
height: auto;
}