@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

.clear {
  *zoom: 1;
}
.clear:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto;
  font-size: 16px;
  font-size: 1rem;
  line-height: 160%;
}

html,
body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
}

sub, sup {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  line-height: 150%;
  font-size: 70%;
}

* {
  box-sizing: border-box;
}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
  box-sizing: border-box;
}

div {
  box-sizing: border-box;
}

ul {
  list-style-type: none;
}

ul:after, div:after {
  content: "";
  display: block;
  clear: both;
  height: 0px;
  overflow: hidden;
}

ol {
  list-style-position: outside;
  padding-left: 2em;
  line-height: 130%;
}

ol li {
  line-height: 130%;
  padding-bottom: 10px;
}

blockquote, q {
  quotes: none;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

td {
  line-height: 140%;
}

th {
  line-height: 140%;
}

img {
  max-width: 100%;
  height: auto;
}

.ta_left {
  text-align: left;
}

.ta_right {
  text-align: right;
}

.ta_center {
  text-align: center;
}

.float_left {
  float: left;
  margin-right: 20px;
}

.float_right {
  float: right;
  margin-left: 20px;
}

.container {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  /* the auto margins (in conjunction with a width) center the page */
  text-align: left;
  /* this overrides the text-align: center on the body element. */
  _display: inline;
  _zoom: 1;
}

a[href^="tel:"] {
  cursor: default;
}

/* @mixin  絶対位置の指定*/
a {
  color: #0001AA;
}
a:hover, a:active, a:focus {
  color: #1112ff;
}

.radius_5 {
  border-radius: 5px;
}

.radius_10 {
  border-radius: 10px;
}

.radius_head5 {
  border-radius: 5px 5px 0px 0px;
}

.radius_head10 {
  border-radius: 10px 10px 0px 0px;
}

.box-shadow {
  box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.4);
}

.flex {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.pc_only {
  display: block;
}

.sphone_only {
  display: none;
}

.sphone_tab_only {
  display: none;
}

.ios .tab_only, .android .tab_only {
  display: block;
}

.desktop .tab_only {
  display: none;
}

/* 変数　キーカラー*/
.sphone_only {
  display: none;
}

/* -------------------------------------
   ヘッダ
------------------------------------- */
header#header {
  position: fixed;
  top: 0;
  left: 0;
  height: 65px;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100;
}
header#header #logo {
  width: 290px;
  position: relative;
  border-bottom: 65px solid white;
  border-left: -20px solid transparent;
  border-right: 20px solid transparent;
}
header#header #logo img {
  position: absolute;
  top: 5px;
  left: 5px;
  height: 50px;
}
header#header #logo #site_tit {
  position: absolute;
  top: 15px;
  left: 140px;
  padding: 2px 5px 2px 5px;
  background: #0F5D0B;
  color: white;
  font-family: 'Mplus 1p', san-serif;
  font-weight: 400;
  font-size: 80%;
}

.pc_only #main_menu {
  position: absolute;
  top: 10px;
  right: 10px;
}
.pc_only #main_menu ul {
  display: flex;
  align-items: center;
  align-content: stretch;
}
.pc_only #main_menu ul li {
  margin-right: 5px;
}
.pc_only #main_menu ul li a {
  display: block;
  height: 50px;
  width: 124px;
  padding: 6px 0 0 0;
  background: black;
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 85%;
  line-height: 125%;
  border: #717171 1px solid;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.pc_only #main_menu ul li a:hover {
  background: #0F5D0B;
  border: black 1px solid;
}
.pc_only #main_menu ul li#home a {
  display: block;
  width: 30px;
  height: 50px;
  border: none;
  background: transparent;
  text-indent: -9999px;
}
.pc_only #main_menu ul li#home:after {
  position: absolute;
  top: 10px;
  right: 0;
  font-family: "icomoon", sans-serif;
  content: "\e90c";
  color: #FFF;
  font-size: 160%;
  z-index: -1;
}
.pc_only #main_menu ul li#home:hover:after {
  color: #98FE4A;
}

/* -------------------------------------
   フッタ
------------------------------------- */
footer {
  background: #000;
  color: #fff;
  font-size: 90%;
  padding: 6px;
  overflow: hidden;
}
footer #g_menu {
  float: left;
}
footer #g_menu li {
  float: left;
}
footer #g_menu li a {
  color: #fff;
  text-decoration: none;
}
footer #g_menu li:after {
  content: "｜";
  color: #ccc;
}
footer #copyright {
  float: right;
  color: #fff;
}

#b_toiawase {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 10;
}
#b_toiawase a {
  display: block;
  background: #FF8800;
  color: #fff;
  text-decoration: none;
  padding: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 5px;
}
#b_toiawase a:hover {
  background: #FFA948;
  cursor: pointer;
}

#b_kyujin {
  position: fixed;
  right: 10px;
  top: 70px;
  z-index: 10;
}
#b_kyujin a {
  display: block;
  position: relative;
  background: #F677C7;
  color: #fff;
  text-decoration: none;
  padding: 10px 30px 10px 20px;
  border-radius: 5px;
}
#b_kyujin a:hover {
  background: #F68DCF;
  cursor: pointer;
}
#b_kyujin a:after {
  position: absolute;
  top: 10px;
  right: 0;
  font-family: "icomoon", sans-serif;
  content: "\e904";
  font-size: 180%;
}

/* -------------------------------------
   TOP PAGE
------------------------------------- */
#bg_fixed1 {
  height: 100vh;
  background-image: url("../images/top/back1.jpg");
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: top;
  position: relative;
  z-index: 2;
}
#bg_fixed1 h1 {
  position: absolute;
  top: 300px;
  right: 10px;
  text-align: right;
  font-family: 'Mplus 1p', san-serif;
  font-weight: 800;
  font-size: 150%;
  line-height: 160%;
  color: #ff9700;
  text-shadow: 1px 1px 1px #000000;
}
#bg_fixed1 .scroll {
  width: 100%;
  position: absolute;
  bottom: 10%;
  left: 0;
  text-align: center;
  font-family: 'Mplus 1p', san-serif;
  font-weight: 500;
  font-size: 200%;
  line-height: 160%;
  color: white;
  text-shadow: 1px 1px 1px #000000;
}

.scroll:after {
  position: absolute;
  bottom: -40px;
  left: 50%;
  font-family: 'icomoon', sans-serif;
  content: '\e906';
  color: #fff;
  font-size: 200%;
  text-shadow: none;
}

#cont_1 {
  min-height: 650px;
  background-color: #346380;
  z-index: 2;
  padding-top: 80px;
  position: relative;
}
#cont_1 .circlelink {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#cont_1 .circlelink li {
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
  color: #fff;
  font-family: 'Mplus 1p', san-serif;
  font-weight: 500;
  font-size: 140%;
  line-height: 130%;
}
#cont_1 .circlelink li figure {
  margin-top: 5px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto;
  font-weight: normal;
  font-size: 16px;
  position: relative;
  overflow: hidden;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
#cont_1 .circlelink li figure#link1 {
  background-image: url("../images/top/link_back1.jpg");
}
#cont_1 .circlelink li figure#link2 {
  background-image: url("../images/top/link_back2.jpg");
}
#cont_1 .circlelink li figure#link3 {
  background-image: url("../images/top/link_back3.jpg");
}
#cont_1 .circlelink li figcaption {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  color: #FFF;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
#cont_1 .circlelink li figure:hover figcaption {
  transform: rotate(360deg) scale(1);
  opacity: 1;
  cursor: pointer;
}
#cont_1 .circlelink li figure:hover figcaption .txt {
  position: absolute;
  top: 90px;
  width: 100%;
}
#cont_1 .circlelink li figure figcaption .icn {
  position: absolute;
  bottom: -150px;
  left: calc(50% - 70px);
  width: 140px;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
#cont_1 .circlelink li figure figcaption .icn a {
  text-decoration: none;
  color: #fff;
  display: block;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  border: solid 1px #98FE4A;
}
#cont_1 .circlelink li figure figcaption .icn a:hover {
  border: solid 1px #fff;
  background: rgba(255, 255, 255, 0.3);
  color: #98FE4A;
}
#cont_1 .circlelink li figure:hover figcaption .icn {
  -webkit-transform: translate(0, -190px);
  transform: translate(0, -190px);
}
#cont_1 .scroll {
  width: 100%;
  position: absolute;
  bottom: 50px;
  left: 0;
  text-align: center;
  font-family: 'Mplus 1p', san-serif;
  font-weight: 500;
  font-size: 200%;
  line-height: 160%;
  color: white;
  text-shadow: 1px 1px 1px #000000;
}

#bg_fixed2 {
  height: 80vh;
  background: url("../images/top/back2.jpg");
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: top;
  position: relative;
  z-index: 1;
}
#bg_fixed2 #fukidashi {
  position: absolute;
  width: 960px;
  bottom: 50px;
  left: calc(50% - 480px);
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding: 30px;
  border-radius: 20px 20px 20px 20px;
}
#bg_fixed2 #fukidashi:before {
  content: "";
  position: absolute;
  top: -50px;
  left: 50%;
  margin-left: -25px;
  border: 25px solid transparent;
  border-bottom: 25px solid rgba(255, 255, 255, 0.8);
}
#bg_fixed2 #fukidashi h2 {
  font-family: 'Mplus 1p', san-serif;
  font-weight: 500;
  font-size: 140%;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 10px;
  margin-bottom: 10px;
}
#bg_fixed2 #fukidashi p {
  font-family: 'Mplus 1p', san-serif;
  font-weight: 300;
  font-size: 160%;
}

.ios #bg_fixed2 {
  background-attachment: inherit;
}

#cont_2 {
  background-color: #D9801E;
  z-index: 2;
  padding-top: 50px;
  padding-bottom: 100px;
}
#cont_2 .scroll {
  position: relative;
  width: 100%;
  text-align: center;
  font-family: 'Mplus 1p', san-serif;
  font-weight: 500;
  font-size: 170%;
  line-height: 150%;
  color: white;
  text-shadow: 1px 1px 1px #000000;
  margin-bottom: 100px;
}
#cont_2 .top_linkblock .title {
  display: inline-block;
  padding: 5px 0 5px 20px;
  font-family: 'Mplus 1p', san-serif;
  font-weight: 600;
  font-size: 160%;
  background: #000;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#cont_2 .top_linkblock .title:before {
  font-family: 'icomoon', sans-serif;
  content: '\e904';
  color: #fff;
  font-size: 150%;
  float: right;
}
#cont_2 .block_l a {
  display: block;
  width: 100%;
  height: 130px;
  margin-top: 50px;
  background-color: #ccc;
  position: relative;
  padding-top: 20px;
  text-align: left;
  padding-left: 240px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#cont_2 .block_l a img {
  position: absolute;
  top: -30px;
  left: 5px;
}
#cont_2 .block_l a p {
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#cont_2 .block_l a:hover {
  background-color: #000;
}
#cont_2 .block_l a:hover .title {
  background-color: #007925;
}
#cont_2 .block_l a:hover p {
  color: #fff;
}
#cont_2 .block_r a {
  display: block;
  width: 100%;
  height: 130px;
  margin-top: 50px;
  background-color: #ccc;
  position: relative;
  padding-top: 20px;
  text-align: right;
  padding-right: 240px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#cont_2 .block_r a img {
  position: absolute;
  top: -30px;
  right: 5px;
}
#cont_2 .block_r a p {
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#cont_2 .block_r a:hover {
  background-color: #000;
}
#cont_2 .block_r a:hover .title {
  background-color: #007925;
}
#cont_2 .block_r a:hover p {
  color: #fff;
}

#bg_fixed3 {
  height: 250px;
  background-image: url("../images/top/back3.jpg");
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  z-index: 1;
}

/* -------------------------------------
   下層
------------------------------------- */
#main_container {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  /* the auto margins (in conjunction with a width) center the page */
  text-align: left;
  /* this overrides the text-align: center on the body element. */
  _display: inline;
  _zoom: 1;
  padding-bottom: 100px;
}
#main_container #main_contents {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  min-height: 640px;
}
#main_container #main_contents h1 {
  position: relative;
  background: rgba(0, 0, 0, 0.8);
  padding: 14px;
  color: #fff;
  text-align: center;
  font-size: 140%;
  font-weight: bold;
  margin-bottom: 15px;
}
#main_container #main_contents h1:before {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  border-width: 0 15px 15px 0;
  border-style: solid;
  border-color: #fff #fff #8A8A8A;
}
#main_container #main_contents > p {
  line-height: 200%;
  *zoom: 1;
}
#main_container #main_contents > p:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
#main_container #main_contents > p figcaption {
  line-height: 130%;
}
#main_container #main_contents h2 {
  clear: both;
  margin-top: 50px;
  margin-bottom: 15px;
  position: relative;
  border: solid 1px #ccc;
  padding: 14px 14px 14px 30px;
  font-size: 120%;
  font-weight: bold;
}
#main_container #main_contents h2:before {
  position: absolute;
  content: '';
  left: 10px;
  top: 5px;
  border-width: 35px 5px 5px 5px;
  border-style: solid;
  border-color: #0F5D0B;
}

.topic {
  background: #FFFFCE;
  border: #008B80 solid 3px;
  padding: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.topic.pad10 .text {
  padding: 10px;
}
.topic.pad10 .text p {
  padding: 10px;
}
.topic img {
  float: left;
  margin-right: 20px;
}
.topic .b_shosai {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.topic .b_shosai a {
  display: block;
  padding: 5px 30px 5px 30px;
  background: #000;
  color: #fff;
  text-decoration: none;
}
.topic .b_shosai a:hover {
  background: #4C4C4C;
}

.tit_stytle_01 {
  font-size: 120%;
  font-weight: bold;
  display: inline-block;
  background: linear-gradient(rgba(0, 0, 0, 0) 40%, #a7d6ff 50%);
  padding-left: 5px;
  padding-right: 35px;
}

.b_link a {
  display: block;
  background: #000;
  color: #fff;
  text-decoration: none;
  padding: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 5px;
  position: relative;
}
.b_link a:after {
  font-family: 'icomoon', sans-serif;
  content: '\e908';
  color: #fff;
  font-size: 150%;
  float: right;
}
.b_link a:hover {
  background: #555;
}

/* スタッフ
------------------------------------- */
#link_voice a {
  display: block;
  width: 100%;
  padding: 10px;
  background: #7EC9FF;
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#link_voice a:hover {
  background: #41AFFF;
}
#link_voice a:after {
  position: absolute;
  top: 40%;
  right: 5px;
  font-family: "icomoon", sans-serif;
  content: "\e908";
  color: #FFF;
  font-size: 300%;
}
#link_voice a p {
  padding-top: 40px;
  color: #fff;
  font-size: 120%;
  font-weight: bold;
}

#link_voice {
  margin-top: 20px;
}
#link_voice img {
  float: left;
  margin-right: 20px;
}

.chrat_staff {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 10px;
}
.chrat_staff .chrat_1 {
  padding: 30px 0 30px 0;
  color: #fff;
  font-size: 120%;
  font-weight: bold;
  text-align: center;
  background: #298DC4;
  flex-grow: 0;
  /*幅固定用*/
  flex-shrink: 0;
  /*幅固定用*/
  width: 300px;
  border-radius: 10px;
  position: relative;
  margin-right: 70px;
}
.chrat_staff .chrat_1:after {
  position: absolute;
  top: 40%;
  right: -55px;
  font-family: "icomoon", sans-serif;
  content: "\e908";
  font-size: 240%;
  color: #ccc;
}

/* 研修
------------------------------------- */
#training_menu li {
  border-bottom: dotted 1px #B6B6B6;
  padding-bottom: 5px;
  margin-top: 15px;
}
#training_menu .icon {
  float: left;
  margin-right: 20px;
  width: 156px;
  height: 156px;
  background: #80BC3F;
  border-radius: 6px;
  text-align: center;
  color: #FFFFFF;
  font-family: 'Mplus 1p', san-serif;
  font-weight: 500;
  font-size: 120%;
  padding-top: 10px;
}
#training_menu .icon i {
  font-size: 320%;
}
#training_menu p {
  float: left;
  margin-right: 20px;
  width: 440px;
}

/* コーディネーター
------------------------------------- */
.coordinator {
  overflow: hidden;
  margin-bottom: 100px;
}
.coordinator .title {
  width: 440px;
}
.coordinator .title h3 {
  font-family: 'Mplus 1p', san-serif;
  font-weight: 500;
  font-size: 140%;
  line-height: 150%;
  margin-bottom: 20px;
}
.coordinator .title .name {
  border-left: solid 7px #AEAEAE;
  margin-left: 10px;
  padding-left: 10px;
}
.coordinator .textblock {
  clear: both;
  margin-top: 20px;
  padding: 30px;
  border-radius: 14px;
  background: #E9E9E9;
  min-height: 470px;
  position: relative;
}
.coordinator .textblock:before {
  content: '';
  position: absolute;
  top: -30px;
  display: block;
  width: 0;
  height: 0;
  border-right: 30px solid transparent;
  border-bottom: 30px solid #E9E9E9;
  border-left: 30px solid transparent;
}
.coordinator .textblock .photo {
  width: 330px;
}
.coordinator .textblock .photo img {
  margin-bottom: 0;
}
.coordinator .left .title {
  float: left;
  padding-top: 30px;
  padding-left: 30px;
}
.coordinator .left > img {
  float: right;
}
.coordinator .left .textblock p {
  float: right;
  width: 520px;
}
.coordinator .left .textblock .photo {
  float: left;
  border-right: solid 8px #136334;
}
.coordinator .left .textblock:before {
  left: 70%;
}
.coordinator .right .title {
  float: right;
  padding-top: 30px;
  padding-right: 30px;
}
.coordinator .right > img {
  float: left;
}
.coordinator .right .textblock p {
  float: left;
  width: 520px;
}
.coordinator .right .textblock .photo {
  float: right;
  border-left: solid 8px #136334;
  padding-left: 20px;
}
.coordinator .right .textblock:before {
  right: 70%;
}

/* 企業様・働く外国人スタッフの声
------------------------------------- */
#voice_com li {
  clear: both;
  overflow: hidden;
  padding-bottom: 60px;
}
#voice_com li .icon {
  float: left;
  margin-right: 30px;
  width: 230px;
  height: 180px;
  border: solid 6px #C8C8C8;
  border-radius: 12px;
  text-align: center;
  font-family: 'Mplus 1p', san-serif;
  font-weight: 500;
  font-size: 120%;
  padding-top: 20px;
}
#voice_com li .icon i {
  font-size: 280%;
  color: #298DC4;
}
#voice_com li .wrap {
  float: left;
}
#voice_com li .wrap p {
  width: 700px;
  position: absolute;
  background: #298DC4;
  color: #FFFFFF;
  line-height: 180%;
  border-radius: 12px;
  padding: 20px 30px 20px 30px;
}
#voice_com li .wrap p:before {
  content: "";
  position: absolute;
  top: 50px;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #298DC4;
}

#voice_staff {
  overflow: hidden;
}
#voice_staff li {
  float: left;
  width: 49%;
  margin-top: 10px;
  margin-right: 2%;
  padding-bottom: 60px;
}
#voice_staff li:nth-child(2) {
  margin-right: 0%;
}
#voice_staff li .title {
  border-radius: 6px;
  background: #80BC3F;
  color: #fff;
  padding: 13px 10px 10px 50px;
  position: relative;
  margin-bottom: 8px;
}
#voice_staff li .title:before {
  position: absolute;
  left: 10px;
  to: 10px;
  font-family: "icomoon", sans-serif;
  content: "\e90e";
  font-size: 240%;
}
#voice_staff li p {
  line-height: 180%;
}

/* 料金システム・お申し込みの流れ
------------------------------------- */
#flow {
  padding: 0 100px 0 120px;
}
#flow li {
  text-align: center;
  color: #fff;
  padding: 20px;
  margin-bottom: 40px;
  background: #008B80;
  border-radius: 8px;
  position: relative;
  font-weight: bold;
}
#flow li:after {
  position: absolute;
  bottom: -30px;
  left: calc(50% - 15px);
  font-family: "icomoon", sans-serif;
  content: "\e906";
  font-size: 240%;
  color: #999;
}
#flow li:last-child:after {
  content: none;
}

.chrat_price {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 10px;
}
.chrat_price .chrat_1 {
  padding: 30px 0 30px 0;
  color: #fff;
  font-size: 120%;
  font-weight: bold;
  text-align: center;
  background: #FF9500;
  flex-grow: 0;
  /*幅固定用*/
  flex-shrink: 0;
  /*幅固定用*/
  width: 300px;
  border-radius: 10px;
  position: relative;
  margin-right: 70px;
}
.chrat_price .chrat_1:after {
  position: absolute;
  top: 40%;
  right: -55px;
  font-family: "icomoon", sans-serif;
  content: "\e908";
  font-size: 240%;
  color: #ccc;
}

/* タブレット (portrait) ----------- */
@media only screen and (max-width: 768px) {
  .pc_only {
    display: none;
  }

  .sphone_tab_only {
    display: block;
  }

  .sphone_only {
    display: none;
  }

  #bg_fixed1 {
    height: 100%;
  }

  /* -------------------------------------
     ヘッダ
  ------------------------------------- */
  header#header {
    position: fixed;
    top: 0;
    left: 0;
    height: 80px;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 100;
  }
  header#header #logo {
    width: 500px;
    position: relative;
    border-bottom: 80px solid white;
    border-left: -30px solid transparent;
    border-right: 30px solid transparent;
  }
  header#header #logo img {
    position: absolute;
    top: 5px;
    left: 5px;
    height: 75px;
  }
  header#header #logo #site_tit {
    position: absolute;
    top: 20px;
    left: 230px;
    padding: 5px;
    background: #0F5D0B;
    color: white;
    font-family: 'Mplus 1p', san-serif;
    font-weight: 400;
    font-size: 140%;
  }

  /*----------------------------------------------------
  	ナビ
  ----------------------------------------------------*/
  .menu-trigger a {
    display: block;
    width: 40px;
    height: 40px;
    margin-top: 20px;
    margin-left: 20px;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
  }

  .menu-trigger a:after {
    position: absolute;
    top: 13px;
    right: 10px;
    font-family: 'icomoon', sans-serif;
    content: '\e9bd';
    color: #fff;
    font-size: 200%;
  }

  .menu-trigger .sellected {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
  }
  .menu-trigger .sellected:after {
    position: absolute;
    top: 15px;
    right: 15px;
    font-family: 'icomoon', sans-serif;
    content: '\ea0f';
    color: #fff;
    font-size: 160%;
  }

  #panel {
    width: 100%;
    min-height: 1000px;
    background: #333;
    position: absolute;
    top: 80px;
    left: 0;
    display: none;
    overflow: hidden;
    z-index: 100;
  }

  .sphone_tab_only #main_menu ul li a {
    text-decoration: none;
    color: #fff;
    display: block;
    padding: 10px 5px 10px 5px;
    width: 100%;
    border-bottom: 1px solid #555;
  }

  .sphone_tab_only #main_menu ul li#home a {
    background: #0F5D0B;
  }

  .sphone_tab_only #main_menu ul li#kyujin a {
    background: #F677C7;
  }

  #panel li:before {
    position: absolute;
    right: 10px;
    font-family: 'icomoon', sans-serif;
    content: '\e904';
    color: #FFF;
    font-size: 120%;
    margin-top: 5px;
  }
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width: 736px) {
  body {
    margin: 0;
  }

  strong {
    font-size: 100%;
  }

  * {
    box-sizing: border-box;
  }

  html {
    -webkit-text-size-adjust: 100%;
    font-size: 90%;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  body {
    background-image: none;
    position: relative;
  }

  .pc_only {
    display: none;
  }

  .sphone_only {
    display: block;
  }

  .flex {
    flex-wrap: wrap;
  }
  .flex li, .flex img {
    margin-bottom: 20px;
  }

  .container {
    min-width: 300px;
    _display: inline;
    _zoom: 1;
  }

  .scroll {
    overflow-x: scroll;
  }

  #main_container {
    padding-top: 0;
    padding-bottom: 20px;
  }

  /* -------------------------------------
     TOP PAGE
  ------------------------------------- */
  #bg_fixed1 {
    height: 70hv;
    background-position: left,top;
  }
  #bg_fixed1 h1 {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 40%;
    left: 0;
    font-weight: 800;
    font-size: 130%;
    line-height: 160%;
  }
  #bg_fixed1 .scroll {
    font-size: 160%;
    line-height: 130%;
  }

  .scroll {
    overflow: visible;
  }

  .scroll:after {
    position: absolute;
    bottom: -40px;
    left: calc(50% - 20px);
    font-family: 'icomoon', sans-serif;
    content: '\e906';
    color: #fff;
    font-size: 200%;
    text-shadow: none;
  }

  #cont_1 {
    min-height: 0;
    padding-top: 20px;
    position: relative;
  }
  #cont_1 .circlelink li {
    margin-bottom: 40px;
    font-size: 140%;
    line-height: 130%;
    -moz-user-select: none;
    -webkit-user-select: none;
  }
  #cont_1 .circlelink li span {
    font-size: 80%;
    color: rgba(255, 255, 255, 0.5);
  }
  #cont_1 .scroll {
    position: inherit;
    clear: both;
    margin-top: 60px;
    margin-bottom: 10px;
    font-size: 160%;
    line-height: 130%;
  }

  #bg_fixed2 {
    height: 500px;
  }
  #bg_fixed2 #fukidashi {
    width: 96%;
    left: 3%;
    bottom: 50px;
    padding: 30px;
  }
  #bg_fixed2 #fukidashi h2 {
    font-family: 'Mplus 1p', san-serif;
    font-weight: 500;
    font-size: 120%;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 10px;
    margin-bottom: 10px;
  }
  #bg_fixed2 #fukidashi p {
    font-family: 'Mplus 1p', san-serif;
    font-weight: 500;
    font-size: 120%;
  }

  #cont_2 {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  #cont_2 .scroll {
    font-size: 120%;
    line-height: 150%;
    margin-bottom: 50px;
  }
  #cont_2 .top_linkblock .title {
    display: inherit;
    padding: 5px 0 5px 10px;
    font-size: 110%;
  }
  #cont_2 .block_l a {
    height: auto;
    min-height: 110px;
    margin-top: 10px;
    padding: 10px 0 10px 90px;
  }
  #cont_2 .block_l a img {
    position: absolute;
    top: 5px;
    left: -20px;
    width: 100px;
  }
  #cont_2 .block_l a p {
    color: #000;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #cont_2 .block_r a {
    height: auto;
    overflow: hidden;
    min-height: 110px;
    margin-top: 10px;
    padding: 10px 0 10px 90px;
    text-align: left;
  }
  #cont_2 .block_r a img {
    position: absolute;
    top: 5px;
    left: -20px;
    width: 100px;
  }
  #cont_2 .block_r a p {
    color: #000;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  #bg_fixed3 {
    height: 50px;
  }

  /* -------------------------------------
     下層
  ------------------------------------- */
  #main_container #main_contents {
    width: 98%;
    padding-top: 0;
    padding-bottom: 20px;
    min-height: none;
  }
  #main_container #main_contents h1 {
    padding: 10px;
    font-size: 110%;
    margin-top: 0;
  }
  #main_container #main_contents h1:before {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    border-width: 0 15px 15px 0;
    border-style: solid;
    border-color: #fff #fff #8A8A8A;
  }
  #main_container #main_contents > figure {
    max-width: 60%;
  }
  #main_container #main_contents h2 {
    clear: both;
    margin-top: 30px;
    padding: 5px 5px 5px 15px;
    font-size: 100%;
  }
  #main_container #main_contents h2:before {
    left: 3px;
    top: 3px;
    border-width: 20px 3px 3px 3px;
    border-style: solid;
  }

  .topic {
    background: #FFFFCE;
    border: #008B80 solid 3px;
    padding: 10px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .topic.pad10 .text {
    padding: 5px;
  }
  .topic.pad10 .text p {
    padding: 0;
  }
  .topic img {
    float: none;
    margin-right: 0;
  }
  .topic .b_shosai {
    position: inherit;
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }

  /* スタッフ
  ------------------------------------- */
  #link_voice a {
    text-align: center;
  }
  #link_voice a:hover {
    background: #41AFFF;
  }
  #link_voice a:after {
    content: "";
  }
  #link_voice a p {
    clear: both;
    padding-top: 0;
    font-size: 100%;
  }

  #link_voice {
    margin-top: 20px;
  }
  #link_voice img {
    float: none;
    margin-right: 0;
  }

  .chrat_staff li {
    -webkit-align-self: stretch;
    align-self: stretch;
  }
  .chrat_staff .chrat_1 {
    min-width: 100px;
    margin-right: 30px;
    width: 30%;
    padding: 10px;
    font-size: 100%;
  }
  .chrat_staff .chrat_1:after {
    top: 40%;
    right: -30px;
    content: "\e908";
    font-size: 180%;
  }

  /* 研修
  ------------------------------------- */
  #training_menu li {
    padding-bottom: 5px;
    margin-top: 15px;
  }
  #training_menu .icon {
    margin-right: 10px;
    width: 30%;
    height: auto;
    min-height: 100px;
    font-size: 100%;
    padding-top: 5px;
    line-height: 120%;
  }
  #training_menu .icon i {
    font-size: 280%;
  }
  #training_menu p {
    margin-right: 0;
    width: calc(70% - 10px);
  }

  /* コーディネーター
  ------------------------------------- */
  .coordinator {
    overflow: hidden;
    margin-bottom: 40px;
  }
  .coordinator .title {
    width: 100%;
  }
  .coordinator .title h3 {
    font-size: 110%;
    line-height: 150%;
    margin-bottom: 10px;
  }
  .coordinator .title .name {
    border-left: solid 7px #AEAEAE;
    margin-left: 10px;
    padding-left: 10px;
  }
  .coordinator .textblock {
    clear: both;
    margin: 10px 5px 0 5px;
    padding: 15px;
    border-radius: 14px;
    min-height: auto;
    position: relative;
  }
  .coordinator .textblock:before {
    content: '';
    position: absolute;
    top: -20px;
    display: block;
    width: 0;
    height: 0;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #E9E9E9;
    border-left: 20px solid transparent;
  }
  .coordinator .textblock .photo {
    width: 100%;
  }
  .coordinator .textblock .photo img {
    width: 48%;
    float: left;
    margin-top: 5px;
    margin-right: 5px;
  }
  .coordinator .left .title {
    float: none;
    padding-top: 5px;
    padding-left: 10px;
  }
  .coordinator .left > img {
    float: none;
    max-width: 90%;
    margin-left: 10px;
    margin-top: 10px;
  }
  .coordinator .left .textblock p {
    float: none;
    width: 100%;
  }
  .coordinator .left .textblock .photo {
    float: none;
    border-right: none;
    margin-right: 0;
  }
  .coordinator .left .textblock:before {
    left: 10%;
  }
  .coordinator .right .title {
    float: none;
    padding-top: 5px;
    padding-right: 0;
    padding-left: 10px;
  }
  .coordinator .right > img {
    float: none;
    max-width: 90%;
    margin-left: 10px;
    margin-top: 10px;
  }
  .coordinator .right .textblock p {
    float: none;
    width: 100%;
  }
  .coordinator .right .textblock .photo {
    float: none;
    border-left: none;
    margin-left: 0;
    padding-left: 0;
  }
  .coordinator .right .textblock:before {
    left: 10%;
  }

  /* 企業様・働く外国人スタッフの声
  ------------------------------------- */
  #voice_com li {
    clear: both;
    overflow: auto;
    padding-bottom: 30px;
  }
  #voice_com li .icon {
    float: none;
    margin-right: 0;
    width: 100%;
    height: auto;
    border: solid 3px #C8C8C8;
    border-radius: 6px;
    text-align: left;
    font-size: 100%;
    padding: 10px;
  }
  #voice_com li .icon i {
    font-size: 200%;
    vertical-align: middle;
    margin-right: 5px;
  }
  #voice_com li .wrap {
    float: none;
    clear: both;
    margin-top: 5px;
  }
  #voice_com li .wrap p {
    width: 100%;
    position: inherit;
    background: #298DC4;
    color: #FFFFFF;
    line-height: 150%;
    border-radius: 6px;
    padding: 10px;
  }
  #voice_com li .wrap p:before {
    border: none;
    border-top: 1none;
  }

  #voice_staff {
    overflow: hidden;
  }
  #voice_staff li {
    float: none;
    width: 100%;
    margin-right: 0;
    padding-bottom: 20px;
  }
  #voice_staff li .title {
    border-radius: 6px;
    background: #80BC3F;
    color: #fff;
    padding: 13px 10px 10px 50px;
    position: relative;
    margin-bottom: 8px;
  }
  #voice_staff li .title:before {
    position: absolute;
    left: 10px;
    to: 10px;
    font-family: "icomoon", sans-serif;
    content: "\e90e";
    font-size: 240%;
  }
  #voice_staff li p {
    line-height: 150%;
  }

  /* 料金システム・お申し込みの流れ
  ------------------------------------- */
  .chrat_price li {
    -webkit-align-self: stretch;
    align-self: stretch;
  }
  .chrat_price .chrat_1 {
    min-width: 100px;
    margin-right: 30px;
    width: 30%;
    padding: 10px;
    font-size: 100%;
  }
  .chrat_price .chrat_1:after {
    top: 40%;
    right: -30px;
    content: "\e908";
    font-size: 180%;
  }

  #flow {
    padding: 0;
  }
  #flow li {
    text-align: center;
    color: #fff;
    padding: 20px;
    margin-bottom: 40px;
    background: #008B80;
    border-radius: 8px;
    position: relative;
    font-weight: bold;
  }
  #flow li:after {
    position: absolute;
    bottom: -30px;
    left: calc(50% - 15px);
    font-family: "icomoon", sans-serif;
    content: "\e906";
    font-size: 240%;
    color: #999;
  }
  #flow li:last-child:after {
    content: none;
  }

  #main_container {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  /* -------------------------------------
     ヘッダ　
  ------------------------------------- */
  header#header {
    position: inherit;
    height: 50px;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 100;
    margin-bottom: 0;
  }
  header#header #logo {
    width: 85%;
    position: relative;
    border-top: 50px solid white;
    border-bottom: 0;
    border-left: 0 solid transparent;
    border-right: -20px solid transparent;
    margin-bottom: 0;
  }
  header#header #logo img {
    position: absolute;
    top: -45px;
    left: 5px;
    width: 100px;
    height: auto;
  }
  header#header #logo #site_tit {
    position: absolute;
    top: -45px;
    left: 110px;
    padding: 5px;
    background: #0f5d0b;
    color: white;
    font-family: 'Mplus 1p', san-serif;
    font-weight: 400;
    font-size: 80%;
  }

  /*----------------------------------------------------
  	ナビ
  ----------------------------------------------------*/
  .menu-trigger a {
    display: block;
    width: 40px;
    height: 40px;
    margin-top: 10px;
    margin-left: 10px;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
  }

  #panel {
    top: 50px;
  }

  /* -------------------------------------
     フッタ
  ------------------------------------- */
  footer {
    width: 100%;
    height: auto;
    padding: 0;
    text-align: center;
  }
  footer #g_menu {
    float: none;
  }
  footer #g_menu li {
    float: none;
  }
  footer #g_menu li a {
    display: block;
    background: #0F5D0B;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding: 6px 0 6px 0;
  }
  footer #g_menu li:after {
    content: "";
  }
  footer #copyright {
    float: none;
  }

  #b_kyujin_s {
    position: fixed;
    right: 10px;
    top: -60px;
    z-index: 10;
  }
  #b_kyujin_s a {
    display: block;
    position: relative;
    background: #F677C7;
    color: #fff;
    text-decoration: none;
    padding: 10px 30px 10px 20px;
    border-radius: 5px;
  }
  #b_kyujin_s a:after {
    position: absolute;
    top: 10px;
    right: 0;
    font-family: "icomoon", sans-serif;
    content: "\e904";
    font-size: 180%;
  }
}
