@charset "utf-8";
/* CSS Document */
* {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: none;
  vertical-align: baseline;
}
html {
  font-size: 62.5%;
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
}
body {
  font-family: "Roboto", "Noto Sans JP", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 100px 0 0;
  line-height: 1.75;
  font-size: 1.4rem;
  color: #333333;
}
section {
  margin: 0 0;
}
audio, canvas, video {
  display: inline-block;
}
hr {
  display: block;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
input, select {
  vertical-align: middle;
}
table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  empty-cells: show;
}
img {
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
}
a {
  text-decoration: none;
  color: #575554;
}
a:hover {
  opacity: .7;
  text-decoration: none;
}
sup {
  position: relative;
  top: 0.2em;
  font-size: 60%;
  vertical-align: top;
}
.centerTxt {
  text-align: center;
}
.mb_ss {
  margin-bottom: 0.5em !important;
}
.mb_s {
  margin-bottom: 1em !important;
}
.mb_m {
  margin-bottom: 4em !important;
}
.mb_l {
  margin-bottom: 6em !important;
}
.text_m {
  font-size: 1.3rem;
}
.text_s {
  font-size: 1.0rem;
}
.sp_view {
  display: none;
}
@media screen and (max-width: 769px) {
  body {
    padding: 0;
  }
  section {
    margin: 0 0;
  }
  .sp_view {
    display: block;
  }
  .pc_view {
    display: none;
  }
  .btn {
    width: 100%;
  }
}
/* ============================================================ */
/* #header
/* ============================================================ */
header {
  width: 100%;
  margin: 0 auto;
  position: fixed;
  background: #fff;
  z-index: 1;
  top: 0;
  padding: 20px;
  height: 100px;
}
header .header_top {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
}
header .logo {
  margin-bottom: 25px;
}
header .logo img {
  width: 250px;
}
header .header_top {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
}
nav {
  position: absolute;
  top: 20%;
  right: 0;
  width: 700px;
}
nav ul.menu {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  width: 100%;
}
nav ul.menu li {
  /*flex: 0 0 16.5%;*/
  margin: 0 auto;
  padding: 0 0 10px;
  text-align: center;
  font-weight: bold;
}
nav ul.menu li {
  position: relative;
}
nav ul.menu li a {
  display: block;
  height: 40px;
}
nav ul.menu li a.g_link_experience::before, nav ul.menu li a.g_link_contract::before, nav ul.menu li a.g_link_attendance::before, nav ul.menu li a.g_link_trouble::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 0 5px 0;
  vertical-align: middle;
}
nav ul.menu li a.g_link_experience::before {
  background: url(/manual/assets/img/icon_head01.svg) no-repeat left;
  right: 154px;
}
nav ul.menu li a.g_link_contract::before {
  background: url(/manual/assets/img/icon_head02.svg) no-repeat left;
  right: 154px;
}
nav ul.menu li a.g_link_attendance::before {
  background: url(/manual/assets/img/icon_head03.svg) no-repeat left;
  right: 154px;
}
nav ul.menu li a.g_link_trouble::before {
  background: url(/manual/assets/img/icon_head04.svg) no-repeat left;
  right: 154px;
}
@media screen and (max-width: 769px) {
  header {
    padding: 15px;
    height: 70px;
    position: fixed;
    z-index: 100;
  }
  header .logo {
    margin: 0;
    width: 70%;
  }
  header .logo img {
    width: 200px;
  }
  nav {
    width: 100%;
    position: fixed;
    top: 0;
    height: auto;
    padding: 70px 0;
    overflow-y: scroll;
    bottom: 0;
  }
  nav ul.menu.pc_view {
    display: none;
  }
  /*ハンバーガーボタン*/
  .h_menu {
    position: fixed;
    top: 20px;
    right: 30px;
    width: 30px;
    height: 25px;
    padding-top: 1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 0px;
    z-index: 20;
    cursor: pointer;
    pointer-events: auto;
    color: #000;
    text-align: center;
  }
  .h_menu_wrapper {
    margin-bottom: 5px;
    width: 30px;
    display: inline-block;
    background: #fff;
  }
  .h_menu_text {
    font-size: 12px;
    letter-spacing: 0.1em;
    font-family: "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  }
  .js_h_menuOpen .h_menu_text.h_menu_text__menu {
    display: none;
  }
  h_menu_text.h_menu_text__close {
    display: none;
  }
  .js_h_menuOpen .h_menu_text.h_menu_text__close {
    display: block;
  }
  .h_menu span.h_menu_bar {
    display: block;
    width: 100%;
    margin: 0 auto 5px;
    height: 4px;
    background: #000;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  }
  .h_menu span.h_menu_bar:last-child {
    margin-bottom: 0;
  }
  .h_menu_wrapper span.bottom_txt {
    font-size: 1rem;
    color: #575554;
    position: absolute;
    bottom: -15px;
    right: 0;
  }
  .js_h_menuOpen .h_menu span.h_menu_bar {
    background: #000;
  }
  .js_h_menuOpen .h_menu span.h_menu_bar.top {
    -webkit-transform: translateY(10px) rotate(-45deg);
    -ms-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }
  .js_h_menuOpen .h_menu span.h_menu_bar.middle {
    opacity: 0;
  }
  .js_h_menuOpen .h_menu span.h_menu_bar.bottom {
    -webkit-transform: translateY(-8px) rotate(45deg);
    -ms-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
  }
  .js_h_menuOpen span.bottom_txt {
    display: none;
  }
  .h_menuButton.h_menuButton__close {
    top: 2%;
    right: 2%;
  }
  .h_menuButton__close span.h_menu_bar {
    display: block;
    width: 35px;
    margin: 0 auto;
    height: 4px;
    background: #000;
  }
  .h_menuButton__close span.h_menu_bar.top {
    -webkit-transform: translateY(5px) rotate(-45deg);
    -ms-transform: translateY(5px) rotate(-45deg);
    transform: translateY(5px) rotate(-45deg);
  }
  .h_menuButton__close span.h_menu_bar.bottom {
    -webkit-transform: translateY(-6px) rotate(45deg);
    -ms-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
  }
  nav {
    position: fixed;
    right: 0;
    height: 100%;
    background-color: #FFF;
    width: 100%;
    z-index: 3;
    padding-top: 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*
  -webkit-transition: all 600ms ease-out;
  -o-transition: all 600ms ease-out;
  transition: all 600ms ease-out;
*/
    transform: translateZ(0) translateX(100%);
    overflow: auto;
  }
  .js_h_menuOpen nav {
    transform: translateZ(0) translateX(0);
  }
  .navi_inner {
    border-top: 1px solid #EBEBEB;
    overflow: auto;
    height: 100%;
  }
  .navi_link {
    position: relative;
    font-size: 1.6rem;
    white-space: nowrap;
  }
  /*.navi_link li {
		padding: 20px;
		height: 100px;
	}*/
  .navi_link a {
    width: 100%;
    display: flex;
    /*height: 100%;*/
    padding: 10px;
    border-bottom: 1px solid #EBEBEB;
  }
  .navi_link a p {
    height: 40px;
    position: absolute;
    left: 140px;
    top: 35%;
    font-weight: bold;
    width: 62%;
  }
  .navi_link a p::before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 0 5px 0;
    vertical-align: middle;
  }
  .navi_link a.g_link_experience p::before {
    background: url(/manual/assets/img/icon_head01.svg) no-repeat left;
    right: 154px;
  }
  .navi_link a.g_link_contract p::before {
    background: url(/manual/assets/img/icon_head02.svg) no-repeat left;
    right: 154px;
  }
  .navi_link a.g_link_attendance p::before {
    background: url(/manual/assets/img/icon_head03.svg) no-repeat left;
    right: 154px;
  }
  .navi_link a.g_link_trouble p::before {
    background: url(/manual/assets/img/icon_head04.svg) no-repeat left;
    right: 154px;
  }
  .navi_link a p::after {
    content: "";
    opacity: 1;
    position: absolute;
    top: 0;
    right: 15px;
    height: 33px;
    width: 33px;
    background: url(/manual/assets/img/icon_next.svg) no-repeat;
  }
  .navi_link a figure img {
    width: 100px;
  }
  .navi_link a figure {
    flex: 0 0 30%;
  }
  .el_spChildNavOpen {
    position: absolute;
    top: 12px;
    left: 85%;
    z-index: 20;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    padding: 10px;
  }
  .js_openParent.js_fire > .el_spChildNavOpen {
    transform: scale(1, -1);
  }
  .js_openParent.js_fire > .el_spChildNavOpen > .el_spChildNavOpen_wrapper:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  .el_spChildNavOpen_wrapper {
    position: relative;
    width: 100%;
    height: 15px;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
  }
  .el_spChildNavOpen_wrapper:before {
    content: "";
    width: 100%;
    height: 8px;
    position: absolute;
    top: calc(50% - 1px);
    background: url(/assets/img/header_arrow.svg) no-repeat right;
    right: 20px;
  }
  .el_spChildNavOpen_wrapper:after {
    content: "";
    width: 100%;
    height: 8px;
    position: absolute;
    top: calc(50% - 1px);
    right: 20px;
  }
  .nav_child {
    padding-top: 20px;
  }
  .nav_child_link {
    position: relative;
    font-size: 16px;
    padding-left: 20px;
    margin-bottom: 10px;
    color: #575554;
  }
  .nav_child_link > a {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border: none;
  }
  .nav_child_link:last-child {
    margin-bottom: 0px;
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 20px;
  }
  .js_openSwitch {
    cursor: pointer;
    width: 100%;
    position: absolute;
    left: 0;
  }
  .js_openTarget {
    display: none;
  }
}
@media screen and (min-width: 429px) and (max-width: 768px) {
  header .logo {
    margin: 0;
    width: 40%;
  }
}
main {
  margin: 0 0 6rem;
}
/* ============================================================ */
/* .visual 
/* ============================================================ */
#index #visual {
  min-height: 530px;
  background: url(/manual/assets/img/main_visual.png) no-repeat center;
  background-size: cover;
  /*background: #8CD6FD;*/
}
#index #visual ul.flex_1rows_s {
  display: flex;
  flex-wrap: wrap;
}
#index #visual ul.flex_1rows_s li {
  flex: 0 0 100%;
  margin: 0 auto 1rem;
  background: #fff;
  box-shadow: 1px 1px 5px rgb(0 0 0 / 15%);
  border-radius: 50px;
  text-align: center;
  font-weight: bold;
}
#index #visual ul.flex_1rows_s li a {
  display: block;
  padding: 1rem 5.5rem 1rem 1rem;
  position: relative;
}
#index #visual ul.flex_1rows_s li a::after {
  content: "";
  opacity: 1;
  position: absolute;
  top: 20%;
  right: 1rem;
  height: 33px;
  width: 33px;
  background: url(/manual/assets/img/icon_next.svg) no-repeat;
  background-size: 80%;
}
#index #visual ul.flex_2rows {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
}
#index #visual ul.flex_2rows li {
  flex: 0 0 47%;
  margin: 0 auto 1rem;
  background: #fff;
  box-shadow: 1px 1px 5px rgb(0 0 0 / 15%);
  border-radius: 10px;
}
#index #visual ul.flex_2rows li a {
  display: flex;
}
#index #visual ul.flex_2rows li figure {
  flex: 0 0 70px;
  background: #F1F8FC;
  position: relative;
  border-radius: 10px 0 0 10px;
}
#index #visual ul.flex_2rows li img {
  position: absolute;
  top: 33%;
  left: 20%;
}
#index #visual ul.flex_2rows li div {
  flex: 0 0 76%;
  padding: 1.5rem 1rem 1.5rem;
}
#index #visual ul.flex_2rows li h3 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #009FE8;
  position: relative;
  margin-bottom: 1.6rem;
}
#index #visual ul.flex_2rows li h3::after {
  content: "";
  opacity: 1;
  position: absolute;
  top: 0;
  right: -10px;
  height: 33px;
  width: 33px;
  background: url(/manual/assets/img/icon_next.svg) no-repeat;
  background-size: 80%;
}
#index #visual ul.flex_2rows li p {
  line-height: 1.6;
}
#index #visual ul.flex_1rows_m {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
}
#index #visual ul.flex_1rows_m li {
  flex: 0 0 600px;
  margin: 0 auto 1rem;
  background: #fff;
  box-shadow: 1px 1px 5px rgb(0 0 0 / 15%);
  border-radius: 10px;
}
#index #visual ul.flex_1rows_m li a {
  display: flex;
  position: relative;
}
#index #visual ul.flex_1rows_m li figure.icon {
  flex: 0 0 70px;
  background: #F1F8FC;
  position: relative;
  border-radius: 10px 0 0 10px;
}
#index #visual ul.flex_1rows_m li figure.icon img {
  position: absolute;
  top: 30%;
  left: 23%;
}
#index #visual ul.flex_1rows_m li div {
  flex: 0 0 76%;
  padding: 1.5rem;
}
#index #visual ul.flex_1rows_m li h3 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #009FE8;
}
#index #visual ul.flex_1rows_m li figure.appstore {
  position: absolute;
  top: 10px;
  right: 10px;
}
/****　共通visual　***/
#experience .visual, #contract .visual, #attendance .visual, #trouble .visual {
  /*background: url(/manual/assets/img/sub_visual.png) no-repeat center;*/
  background-size: cover;
  position: relative;
  min-height: 180px;
  position: relative;
}
#experience .visual {
  background-image: url(/manual/assets/img/sub_visual_experience.png), url(/manual/assets/img/sub_visual.png);
  background-position: right 10% bottom 50%, left top;
  background-size: 25% auto, 100% auto;
  background-repeat: no-repeat, no-repeat;
}
#contract .visual {
  background-image: url(/manual/assets/img/sub_visual_contract.png), url(/manual/assets/img/sub_visual.png);
  background-position: right 10% top 0, left top;
  background-size: 25% auto, 100% auto;
  background-repeat: no-repeat, no-repeat;
}
#attendance .visual {
  background-image: url(/manual/assets/img/sub_visual_attendance.png), url(/manual/assets/img/sub_visual.png);
  background-position: right 20% bottom 25%, left top;
  background-size: 17% auto, 100% auto;
  background-repeat: no-repeat, no-repeat;
}
#trouble .visual {
  background-image: url(/manual/assets/img/sub_visual_trouble.png), url(/manual/assets/img/sub_visual.png);
  background-position: right 10% bottom 10%, left top;
  background-size: 25% auto, 100% auto;
  background-repeat: no-repeat, no-repeat;
}
#attendance .visual .main, #contract .visual .main, #experience .visual .main, #trouble .visual .main {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  font-size: 2.6rem;
  font-weight: bold;
}
#attendance .visual .main h2, #contract .visual .main h2, #experience .visual .main h2, #trouble .visual .main h2 {
  text-align: center;
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}
@media screen and (max-width: 769px) {
  #index .visual {
    position: relative;
    background: url(/img/main_sp.png) no-repeat center center;
    background-size: cover;
    padding-top: 106.48148%; /*高さ399÷幅640×100*/
    height: 0;
    width: 100%;
    min-height: auto;
    margin-top: 75px;
  }
  #index .visual .main {
    width: 100%;
    padding: 15px 0;
    line-height: 1.4;
    top: 75%;
    left: 50%;
    text-align: center;
  }
  /****　共通visual　***/
  #attendance .visual .main, #contract .visual .main, #experience .visual .main, #trouble .visual .main {
    font-size: 2rem;
  }
  #experience .visual, #contract .visual, #attendance .visual, #trouble .visual {
    margin-top: 70px;
    min-height: 100px;
  }
  #index #visual ul.flex_1rows_m li {
    flex: inherit;
    width: 100%;
  }
  #index #visual ul.flex_2rows {
    display: inherit;
  }
  #index #visual ul.flex_1rows_s li a::after {
    top: 20%;
    right: 0.5rem;
    background-size: 80%;
  }
  #index #visual ul.flex_2rows li div {
    flex: inherit;
    padding: 1.5rem;
    width: 100%;
  }
  #experience .visual {
    background-image: url(/manual/assets/img/sub_visual_experience_sp.png), url(/manual/assets/img/sub_visual.png);
    background-position: right 10% bottom 50%, left top;
    background-size: 50% auto, 100% auto;
  }
  #contract .visual {
    background-image: url(/manual/assets/img/sub_visual_contract_sp.png), url(/manual/assets/img/sub_visual.png);
    background-position: right 10% top 0, left top;
    background-size: 50% auto, 100% auto;
  }
  #attendance .visual {
    background-image: url(/manual/assets/img/sub_visual_attendance_sp.png), url(/manual/assets/img/sub_visual.png);
    background-position: right 10% bottom 25%, left top;
    background-size: 30% auto, 100% auto;
  }
  #trouble .visual {
    background-image: url(/manual/assets/img/sub_visual_trouble_sp.png), url(/manual/assets/img/sub_visual.png);
    background-position: right 10% bottom 10%, left top;
    background-size: 50% auto, 100% auto;
  }
  #index #visual ul.flex_1rows_m li figure.icon img {
    top: 40%;
  }
  #index #visual ul.flex_1rows_m li div {
    flex: inherit;
    width: 100%;
  }
  #index #visual ul.flex_1rows_m li figure.appstore {
    position: initial;
    text-align: center;
    margin-top: 0.5rem;
  }
}
/* ============================================================ */
/* contents
/* ============================================================ */
.wrap {
  max-width: 890px;
  width: 100%;
  margin: 0 auto;
  color: #333;
}
.visual_wrap {
  max-width: 620px;
  width: 100%;
  margin: 0 auto;
  color: #333;
  padding: 20px 0;
}
section#index_purpose, section#index_question, section#index_apply {
  margin: 60px 0 0 0;
}
.breadcrumb_list ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 10px 20px;
  font-size: 1.3rem;
}
.breadcrumb_list ol li {
  margin: 0 30px 0 0;
  font-weight: bold;
  position: relative;
}
.breadcrumb_list ol li::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  right: -15px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.breadcrumb_list ol li:last-child {
  color: #009FE8;
}
.breadcrumb_list ol li:last-child::after {
  display: none;
}
#container {
  display: flex;
  width: 900px;
  margin: 0 auto;
}
#main_contents {
  flex: 3;
  padding: 0 0 0 55px;
}
#side_menu {
  flex: 1;
}
#side_menu > div {
  align-items: center;
  justify-content: center;
  position: sticky;
  top: 100px;
}
#side_menu .side_menu_tit {
  background: #F6F6F8;
  padding: 1.7rem 2rem;
  border-left: solid 5px #009FE8;
  font-size: 1.6rem;
  font-weight: bold;
  width: 280px;
}
#side_menu .side_menu_list li {
  border-bottom: solid 1px #EBEBEB;
}
#side_menu .side_menu_list li a {
  position: relative;
  padding: 2rem 2rem 2rem 5.5rem;
  display: block;
}
#side_menu .side_menu_list li a::before {
  content: "";
  opacity: 1;
  position: absolute;
  top: 5px;
  left: 0;
  height: 50px;
  width: 50px;
  background: url(/manual/assets/img/icon_connection.svg) no-repeat left;
}
#side_menu .side_menu_list li.inlist {
  padding: 0;
}
#side_menu .side_menu_list li ul {
  padding: 0 0 0 4rem;
}
#side_menu .side_menu_list li ul li:last-child {
  border-bottom: none;
}
#container h3 {
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  padding: 0 0 0 2rem;
}
#container h3:before {
  position: absolute;
  top: 25%;
  left: 0;
  width: 6px;
  height: 50%;
  content: '';
  background: #009FE8;
}
#main_contents ul {
  margin: 1rem 0 5rem;
}
#trouble #main_contents ul {
  margin: 1rem 0 2rem;
}
#trouble #main_contents div ul:last-child {
  margin: 1rem 0 5rem;
}
#main_contents ul li {
  padding: 0 0 0 2rem;
}
#main_contents ul li a {
  color: #009FE8;
  font-weight: bold;
  line-height: 2;
  position: relative;
  padding: 0 0.5rem 0 2rem;
}
#main_contents ul li a::before {
  position: absolute;
  left: 0;
  content: '●';
}
#main_contents ul li a::after {
  content: "";
  opacity: 1;
  position: absolute;
  right: -30px;
  height: 25px;
  width: 30px;
  background: url(/manual/assets/img/icon_pdf_s.svg) no-repeat left;
  background-size: 60%;
}
#main_contents ul li a.none_pdf::after {
  content: none;
}
/*#main_contents ul li a[target="_blank"]::after{
    background: url(/manual/assets/img/icon_outbound_s.svg) no-repeat left;
}*/
#main_contents ul li a.outbound::after {
  background: url(/manual/assets/img/icon_outbound_s.svg) no-repeat left;
}
#main_contents .model {
  background: #F6F6F8;
  padding: 0.5rem 1rem;
  font-weight: bold;
  display: inline;
}
#main_contents .period {
  margin: 1rem 0 0;
  font-weight: bold;
}
#experience #index_chatbot, #contract #index_chatbot, #attendance #index_chatbot, #trouble #index_chatbot {
  margin: 120px 0 0 0;
  padding: 60px;
}
#experience #index_chatbot h2, #contract #index_chatbot h2, #attendance #index_chatbot h2, #trouble #index_chatbot h2 {
  font-weight: bold;
  font-size: 2.6rem;
  text-align: center;
  color: #333;
  margin-bottom: 40px;
}
#experience #index_chatbot h2::after, #contract #index_chatbot h2::after, #attendance #index_chatbot h2::after, #trouble #index_chatbot h2::after {
  content: "";
  display: block;
  margin: 10px auto 0;
  width: 100px;
  height: 4px;
  background: linear-gradient(90deg, #00DDF6 0, #00CAF2 30%, #00B6ED 70%, #009FE8);
}
@media screen and (max-width: 769px) {
  .visual_wrap {
    padding: 20px;
    padding-top: 90px;
  }
  section#index_purpose, section#index_question, section#index_apply {
    padding: 0 2rem;
  }
  #container {
    display: inherit;
    padding: 0 2rem;
    width: 100%;
  }
  .breadcrumb_list ol {
    background: #F1F8FC;
  }
  #side_menu .side_menu_tit {
    display: none;
  }
  #main_contents {
    padding: 0;
  }
  #main_contents ul {
    margin: 1rem 0 3rem;
  }
  #side_menu .side_menu_list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 3rem;
  }
  #side_menu .side_menu_list li {
    flex: 0 0 50%;
  }
  #side_menu .side_menu_list li a {
    padding: 1rem 1rem 1rem 4rem;
    font-size: 1.1rem;
  }
  #side_menu .side_menu_list li a::before {
    top: -5%;
    background-size: 80%;
  }
  #experience #index_chatbot h2, #contract #index_chatbot h2, #attendance #index_chatbot h2, #trouble #index_chatbot h2 {
    font-size: 2rem;
  }
}
/* ============================================================ */
/* #index #index_purpose
/* ============================================================ */
#index #visual h2 {
  font-weight: bold;
  font-size: 2.6rem;
  text-align: center;
  color: #fff;
  margin: 0 0 20px;
  text-shadow: 0 0 3px #009fe8, 0 0 3px #009fe8, 0 0 3px #009fe8, 0 0 3px #009fe8, 0 0 3px #009fe8, 0 0 3px #009fe8, 0 0 3px #009fe8, 0 0 3px #009fe8, 0 0 3px #009fe8, 0 0 3px #009fe8, 0 0 3px #009fe8, 0 0 3px #009fe8, 0 0 3px #009fe8, 0 0 3px #009fe8, 0 0 3px #009fe8, 0 0 3px #009fe8;
}
#index #index_purpose h2, #index #index_question h2, #index #index_apply h2, #index #index_chatbot h2 {
  font-weight: bold;
  font-size: 2.6rem;
  text-align: center;
  color: #333;
  margin-bottom: 40px;
}
#index #index_purpose h2::after, #index #index_question h2::after, #index #index_apply h2::after, #index #index_chatbot h2::after {
  content: "";
  display: block;
  margin: 10px auto 0;
  width: 100px;
  height: 4px;
  background: linear-gradient(90deg, #00DDF6 0, #00CAF2 30%, #00B6ED 70%, #009FE8);
}
#index #index_purpose ul.flex_3rows {
  display: flex;
  flex-wrap: wrap;
}
#index #index_purpose ul.flex_3rows li {
  flex: 0 0 30%;
  margin: 0 auto;
  background: #fff;
  box-shadow: 1px 1px 5px rgb(0 0 0 / 15%);
}
#index #index_purpose ul.flex_3rows li a {
  display: block;
  padding: 2rem 2rem 4rem;
  height: 100%;
}
#index #index_purpose ul.flex_3rows li figure {
  text-align: center;
  margin-bottom: 1rem;
}
#index #index_purpose ul.flex_3rows li h3 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #009FE8;
  position: relative;
  margin-bottom: 1.6rem;
}
#index #index_purpose ul.flex_3rows li h3::after {
  content: "";
  opacity: 1;
  position: absolute;
  top: 0;
  right: 0;
  height: 33px;
  width: 33px;
  background: url(/manual/assets/img/icon_next.svg) no-repeat;
}
#index #index_purpose ul.flex_3rows li p {
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (max-width: 769px) {
  #index h2 {
    line-height: 1.4;
  }
  #index #visual h2 {
    font-size: 2rem;
  }
  #index #index_purpose h2, #index #index_question h2, #index #index_apply h2, #index #index_chatbot h2 {
    font-size: 2rem;
    margin-bottom: 25px;
  }
  #index #index_purpose ul.flex_3rows {
    display: inherit;
  }
  #index #index_purpose ul.flex_3rows li {
    margin: 0 auto 1.5rem;
  }
  #index #index_purpose ul.flex_3rows li a {
    display: flex;
    padding: 0;
  }
  #index #index_purpose ul.flex_3rows li a figure {
    flex: 0 0 30%;
    margin-bottom: 0;
  }
  #index #index_purpose ul.flex_3rows li a figure img {
    width: 120px;
  }
  #index #index_purpose ul.flex_3rows li a div {
    padding: 2rem;
    width: 100%;
  }
  #index #index_question ul.flex_2rows {
    display: inherit !important;
  }
  #index #index_question ul.flex_2rows li {
    margin: 0 auto 1.5rem !important;
  }
  #index #index_question ul.flex_2rows li a figure img {
    width: 120px;
  }
  #index #index_purpose ul.flex_3rows li h3 {
    font-size: 1.6rem;
  }
  #index #index_purpose ul.flex_3rows li p {
    font-size: 1.2rem;
  }
  #index #index_purpose ul.flex_3rows li h3::after {
    background-size: 80%;
    right: -15px;
  }
  #index #index_purpose h2::after, #index #index_question h2::after, #index #index_apply h2::after, #index #index_chatbot h2::after {
    width: 55px;
  }
}
/* ============================================================ */
/* #index #index_question
/* ============================================================ */
#index #index_question ul.flex_2rows {
  display: flex;
  flex-wrap: wrap;
}
#index #index_question ul.flex_2rows li {
  flex: 0 0 47%;
  margin: 0 auto;
  background: #fff;
  box-shadow: 1px 1px 5px rgb(0 0 0 / 15%);
  position: relative;
}
#index #index_question ul.flex_2rows li a {
  /*display: block;*/
  display: flex;
}
#index #index_question ul.flex_2rows li a figure {
  flex: 0 0 30%;
}
#index #index_question ul.flex_2rows li a div {
  flex: 0 0 62%;
  padding: 2rem;
}
#index #index_question ul.flex_2rows li h3 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #009FE8;
  position: relative;
  margin-bottom: 1.6rem;
}
#index #index_question ul.flex_2rows li h3::after {
  content: "";
  opacity: 1;
  position: absolute;
  top: 0;
  right: 0;
  height: 33px;
  width: 33px;
  background: url(/manual/assets/img/icon_next.svg) no-repeat;
}
#index #index_question ul.flex_2rows li p {
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (max-width: 769px) {
  #index #index_question ul.flex_2rows li h3 {
    font-size: 1.6rem;
  }
  #index #index_question ul.flex_2rows li p {
    font-size: 1.2rem;
  }
  #index #index_question ul.flex_2rows li h3::after {
    background-size: 80%;
    right: -15px;
  }
  #index #index_question ul.flex_2rows li a div {
    flex: inherit;
    width: 100%;
  }
}
/* ============================================================ */
/* #index #index_apply
/* ============================================================ */
#index #index_apply ul.flex_2rows {
  display: flex;
  flex-wrap: wrap;
}
#index #index_apply ul.flex_2rows li {
  flex: 0 0 47%;
  margin: 0 auto 2rem;
  background: #fff;
  box-shadow: 1px 1px 5px rgb(0 0 0 / 15%);
  position: relative;
  border-radius: 10rem;
}
#index #index_apply ul.flex_2rows li a {
  font-size: 1.6rem;
  text-align: center;
  display: block;
  width: 100%;
  font-weight: bold;
  padding: 1.5rem 6.5rem 1.5rem 1.5rem;
  position: relative;
  line-height: 1.4;
}
#index #index_apply ul.flex_2rows li a::after {
  content: "";
  opacity: 1;
  position: absolute;
  top: 30%;
  right: 2rem;
  height: 33px;
  width: 33px;
  background: url(/manual/assets/img/icon_pdf.svg) no-repeat;
}
#index #index_apply ul.flex_2rows li a.none_pdf {}
#index #index_apply ul.flex_2rows li a.none_pdf::after {
  background: url(/manual/assets/img/icon_next.svg) no-repeat;
  background-size: 80%;
}
@media screen and (max-width: 769px) {
  #index #index_apply ul.flex_2rows {
    display: inherit;
  }
  #index #index_apply ul.flex_2rows li {
    margin: 0 auto 1rem;
  }
  #index #index_apply ul.flex_2rows li a {
    font-size: 1.4rem;
  }
  #index #index_apply ul.flex_2rows li a::after {
    right: 1rem;
  }
}
/* ============================================================ */
/* #index #index_chatbot
/* ============================================================ */
#index #index_chatbot, #experience #index_chatbot, #contract #index_chatbot, #attendance #index_chatbot, #trouble #index_chatbot {
  background: #F1F8FC;
  padding: 60px;
  margin: 120px 0 0 0;
}
#index #index_chatbot p, #experience #index_chatbot p, #contract #index_chatbot p, #attendance #index_chatbot p, #trouble #index_chatbot p {
  text-align: center;
}
/*iframe body　{
    border: 0px !important;
}*/
@media screen and (max-width: 769px) {
  #index #index_chatbot, #experience #index_chatbot, #contract #index_chatbot, #attendance #index_chatbot, #trouble #index_chatbot {
    background: #F1F8FC;
    padding: 2rem;
    margin: 60px 0 0 0;
  }
}
/* ============================================================ */
/* footer
/* ============================================================ */
footer {
  position: relative;
  background: #3A3A3A;
  color: #fff;
  padding: 5rem 0 3rem;
}
footer .footer_nav {
  max-width: 890px;
  width: 100%;
  margin: 0 auto;
}
footer .footer_nav a {
  color: #fff;
  font-weight: bold;
  position: relative;
}
footer .footer_nav a::after {
  content: "";
  opacity: 1;
  position: absolute;
  top: 0;
  right: -30px;
  height: 20px;
  width: 23px;
  background: url(/manual/assets/img/icon_next_footer.svg) no-repeat left;
  background-size: 60%;
}
footer .footer_nav a[target="_blank"]::after {
  background: url(/manual/assets/img/icon_outbound_footer.svg) no-repeat left;
}
footer .footer_nav ul.flex_3rows {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 20px;
}
footer .footer_nav ul.flex_3rows li {
  flex: 0 0 30%;
  font-size: 1.6rem;
}
footer .footer_nav ul.flex_3rows li:nth-child(1) {
  flex: 0 0 40%;
}
footer .footer_nav ul.flex_3rows ul li {
  margin-bottom: 1.5rem;
}
footer .footer_nav ul.flex_3rows p {
  font-weight: bold;
  color: #fff;
  margin-bottom: 1rem;
}
footer .footer_nav ul.flex_3rows ul.outbound_link {
  border-bottom: 1px solid #5e5e5e;
  padding: 0 0 0.5rem;
  margin: 0 0 2.3rem;
}
footer .footer_nav ul.flex_3rows ul.outbound_link2 li {
  margin-bottom: 0rem;
}
footer .footer_nav ul.flex_3rows ul.outbound_link2 a {
  font-weight: normal;
  padding: 0 0 0 2rem;
}
footer .footer_nav ul.flex_3rows ul.outbound_link2 a::before {
  position: absolute;
  left: 0;
  content: '―';
}
footer .copy {
  color: #7B7B7B;
  font-size: 1rem;
}
footer .btn_pagetop {
  position: fixed;
  right: 80px;
  z-index: 99;
}
@media screen and (max-width: 769px) {
  footer {
    padding: 2rem;
  }
  footer .footer_nav {
    width: 100%;
    margin: 0 auto;
  }
  footer .footer_nav ul.flex_3rows {
    display: inherit;
  }
  footer .footer_nav ul.flex_3rows ul li {
    margin-bottom: 0;
    border-bottom: 1px solid #5e5e5e;
    padding: 1.5rem 1rem;
    font-size: 1.4rem;
  }
  footer .footer_nav ul.flex_3rows li div {
    border-bottom: 1px solid #5e5e5e;
    padding: 0 0 2rem;
  }
  footer .footer_nav ul.flex_3rows ul.outbound_link {
    border-bottom: none;
  }
  footer .footer_nav ul.flex_3rows ul.outbound_link2 {
    border-bottom: 1px solid #5e5e5e;
    padding: 0 0 2.5rem;
  }
  footer .footer_nav ul.flex_3rows ul.outbound_link2 li {
    border-bottom: none;
    padding: 0.5rem 1rem;
  }
  footer .footer_nav a {
    padding: 1.5rem 1rem;
    display: block;
  }
  footer .footer_nav a::after {
    top: 15px;
    right: 0;
  }
  footer .footer_nav ul.flex_3rows ul.outbound_link2 a::after {
    top: 3px;
    right: 0;
  }
  footer .footer_nav ul.flex_3rows ul li {
    padding: initial;
  }
  footer .footer_nav_b p {
    margin: 50px 0 90px;
  }
  footer .btn_pagetop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 10%;
  }
  footer .btn_pagetop img {
    width: 100%;
  }
  footer .footer_nav p.toTop {
    margin-bottom: 0;
    display: block;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    padding: 20px;
    border-bottom: 1px solid #fff;
    padding: 0;
  }
  footer .footer_nav p.toTop a {
    display: block;
    padding: 20px;
  }
  footer .footer_nav p.toTop::after {
    position: absolute;
    top: 35px;
    right: 15px;
    content: "";
    display: inline-block;
    background-size: contain;
    background: url(/assets/img/footer_arrow.svg) no-repeat;
    transform: rotateZ(270deg);
    padding: 5px 10px;
    text-align: center;
    cursor: pointer;
  }
  footer .copy {
    text-align: center;
  }
}