*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/* =================================
		ヘッダー
================================= */
header {
  z-index: 9000;
  position: relative;
}
.h_area {
  display: flex;
  justify-content: space-between;
  /*padding: 10px 20px 10px 100px;*/
  padding: 0px 20px 10px 100px;
}
.logo_box a {
  color: black;
}
.logo_box img {
  /*width: 234px;*/
  width: 400px;
  height: auto;
}
.logo_box h1 {
  font-size: 240%;
  margin-left: 25px;
}
.h_btn {
  margin-top: 20px;
}
a.ent_btn {
  display: inline-block;
  width: 226px;
  height: 58px;
  background: #44b035;
  vertical-align: top;
  color: white;
  text-align: center;
  font-size: 120%;
  margin-right: 5px;
  padding-top: 14px;
}
a.ent_btn:hover {
  background: #0263a9;
}
a.menu_btn {
  background: #3b4b5c;
  color: white;
  display: inline-block;
  text-align: center;
  width: 60px;
  height: 58px;
}
.menu_btn {
  display: inline-block;
  background: #3b4b5c;
  vertical-align: top;
}
/* =================================
		ハンバーガーメニューのボタン
================================= */
/* ハンバーガーメニューのボタン */
.menu-button {
  width: 60px;
  height: 58px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  position: relative;
  padding: 14px;
}
.menu-button span {
  display: block;
  width: 100%;
  height: 5px;
  background: white;
  transition: 0.3s;
}
/* メニューのスタイル */
.menu {
  position: absolute;
  top: 100px;
  right: 20px;
  background: white;
  width: 296px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  display: none;
  border-radius: 5px;
}
.menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu li {
  border-bottom: 1px solid #ddd;
  position: relative;
}
.menu li:last-child {
  border-bottom: none;
}
.menu a {
  display: block;
  padding: 15px;
  padding-left: 30px;
  text-decoration: none;
  color: black;
}
.menu a:hover {
  background: #0263a9;
  color: white;
}
/* メニューが開いた時のスタイル */
.menu.open {
  display: block;
  z-index: 9999;
}
/* ハンバーガーメニューが「×」に変わる */
.menu-button.open span:nth-child(1) {
  transform: translateY(12px) rotate(45deg);
}
.menu-button.open span:nth-child(2) {
  opacity: 0;
}
.menu-button.open span:nth-child(3) {
  transform: translateY(-12px) rotate(-45deg);
}
a.m_mail_btn {
  background: #fed652;
  color: white;
  text-align: center;
  font-weight: bold;
}
.menu li:before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 32px;
  background: #fed652;
  position: absolute;
  top: 12px;
  left: 12px;
  border-radius: 2px;
}
.menu li:after {
  font-family: 'Material Icons';
  content: "\e5cc";
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 220%;
  color: #bdbdbd;
}
/* =================================
		ページ
================================= */
.chkoa div#container {
  //background: #f2f2f2;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 100px;
  overflow: auto;
}
.chkoa div#container.toppage_rct {
  background: url(../img_1/top-bg.jpg);
  background-position: center -3px;
  background-repeat: no-repeat;
}
.chkoa div#container.pravacy {
  background: url(../privacy/img/privacy-bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
}
.chkoa div#container.recruit {
  background: url(../recruit/img/recruit-bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
}
.chkoa div#container.about {
  background: url(../about/img/about-bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
}
.chkoa div#container.voice {
  background: url(../voice/img/voice-bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
}
.chkoa div#container.work {
  background: url(../work/img/work-bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
}
.chkoa div#container.entry {
  background: url(../entry/img/entry-bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
}
.chkoa div#container.workstyle {
  background: url(../workstyle/img/workstyle-bg.png);
  background-position: center top;
  background-repeat: no-repeat;
}
section {
  max-width: 1080px;
  margin: 0 auto;
}
.chkoa h2 {
  font-size: 400% !important;
  display: inline;
  vertical-align: middle;
  color: #3b4b5b;
}
span.sbt_r {
  font-weight: bold;
  margin-left: 40px;
  color: #3b4b5b;
}
p.pkz {
  margin: 50px 0 10px;
}
p.subtt {
  font-weight: bold;
  color: #3b4b5b;
}
.conts_area {
  padding: 80px 50px;
}
/* =================================
		トップページ
================================= */
.chkoa div#container.toppage_rct {
  margin-top: -116px;
}
.main_vsl {
  width: 100%;
  overflow: hidden;
}
.main_vsl img {
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.ins_logo img {
  display: block;
  margin: -100px auto 0;
}
.insta_plgin {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.insta_plgin {
  display: none;
}
h2.ins_logo {
  position: relative;
  z-index: 1000;
}
.ist_pg_box {
  margin: 0 20px 10px;
  height: 500px;
  overflow: scroll;
}
ul.insta_ls {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1080px;
  margin: 30px auto 0;
}
ul.insta_ls li {
  width: 24%;
  background: white;
}
ul.insta_ls li img {
  width: 100%;
  height: auto;
}
.ins_box {
  color: #3b4b5b;
  padding: 14px;
}
.ins_box h3 {
  margin-top: 6px;
  margin-bottom: 14px;
  position: relative;
  padding-left: 55px;
}
.ins_box h3:before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url(../img_1/logomark.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: -10px;
}
.ins_box p {
  font-size: 90%;
}
p.dtl_btn {
  margin: 0;
  padding-top: 20px;
  border-top: 1px solid;
  text-align: right;
}
.tp_area.apa_02 {
  margin-top: 240px;
}
.tp_area.apa_02 h2 {
  display: inline-block;
  position: relative;
  top: 0;
  left: 14%;
  line-height: 1.6;
}
.tp_area.apa_02 p {
  display: inline-block;
}
.tp_area.apa_02 p {
  display: inline-block;
  font-size: 150%;
  font-weight: bold;
  line-height: 2.4;
  position: relative;
  top: 0;
  left: 18%;
  vertical-align: middle;
}
.tp_area.apa_03 {
  margin-top: 350px;
}
.t3_box_1, .t4_box_1, .t5_box_1 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}
img.abt_lg {
  display: block;
  position: relative;
  left: -150px;
}
.t3_box_1 h2, .t4_box_1 h2, .t5_box_1 h2 {
  font-size: 260% !important;
}
p.ap3sub {
  color: #3b4b5b;
  font-size: 130%;
}
a.dtl_a_btn {
  display: block;
  width: 198px;
  background: #fed652;
  text-align: center;
  padding: 14px 0;
  color: white;
  margin-top: 60px;
}
a.dtl_a_btn:hover {
  background: #0263a9;
}
img.abt_vsl {
  float: right;
  width: 44%;
  padding-right: 50px;
}
.tp_area.apa_04 {
  margin-top: 400px;
}
img.wor_lg {
  position: relative;
  left: 55%;
  top: -30px;
}
ul.twokls {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1100px;
  margin: 100px auto 0;
}
ul.twokls li {
  width: 32%;
}
ul.twokls li img {
  width: 100%;
  height: auto;
}
/* スライダー
------------------------ */
.slider-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 70px;
  clear: both;
}
.slider-wrapper {
  width: 100%;
  overflow: hidden;
  display: flex;
}
.slider {
  display: flex;
  transition: transform 0.4s ease-in-out;
  width: calc(372px * 19); /* 19スライド（19 + クローン6つ） */
  transform: translateX(-2232px); /* 1番を中央に */
}
.slide {
  width: 372px;
  height: auto;
  margin: 0 10px;
  flex-shrink: 0;
  position: relative;
}
span.siwk {
  display: block;
  height: 420px;
  overflow: hidden;
  position: relative;
}
.slide img {
  width: auto;
  height: 420px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  object-fit: cover;
}
.sprbox {
  color: white;
  padding: 14px 14px 4px;
  background: #3b4b5b;
  position: relative;
}
.slide h3 {
  position: absolute;
  top: 20px;
  right: 10px;
  font-size: 160%;
  writing-mode: vertical-rl;
  line-height: 1.4;
  color: #3b4b5b;
}
p.vcmt_03 {
  margin: 0 0 5px;
  padding-left: 15px;
  position: relative;
}
p.vcmt_03:before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 52px;
  background: #fed652;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 2px;
}
p.vcmt_04 {
  font-size: 150%;
  margin: 0;
}
p.vcmt_05 {
  position: absolute;
  right: 14px;
  bottom: 0;
  margin: 0;
  font-size: 132%;
}
p.vcmt_05 a {
  color: #fed652;
}
p.vcmt_05 a:hover {
  text-decoration: underline;
}
.sld-btn {
  position: absolute;
  right: 0;
  bottom: 0;
}
.sld-btn button {
  width: 70px;
  height: 70px;
  border-radius: 35px;
  border: none;
  background: #969ea6;
  margin: 0 5px;
  cursor: pointer;
  appearance: none;
}
.sld-btn button span {
  font-size: 300%;
  color: white;
  padding-top: 8px;
}
/* ------------------------ */
a.dtl_a_btn.t_vo_btn {
  width: 90%;
  max-width: 700px;
  display: block;
  margin: 50px auto 0;
}
.tp_area.apa_05 {
  margin-top: 250px;
}
/* =================================
		事業紹介
================================= */
div#container.about p.subtt {
  font-size: 132%;
}
.cbr_1_1 h3 {
  font-size: 220%;
  color: #3b4b5b;
}
.conts_box.about_b_01 {
  position: relative;
  margin-top: 200px;
}
p.dynm {
  margin-top: 50px;
  font-weight: bold;
}
p.dynm span span {
  font-size: 150%;
  font-weight: bold;
  margin-left: 20px;
}
.cbr_1_2 {
  position: absolute;
  right: -70px;
  bottom: 0;
}
.conts_box.about_b_02 {
  background: rgba(255, 255, 255, 0.7);
  margin-top: 50px;
  padding: 70px;
  line-height: 2.5;
}
.conts_box.about_b_02 p {
  font-size: 114%;
}
.conts_box.about_b_03 {
  position: relative;
  margin-top: 150px;
}
.conts_box.about_b_03 h3 {
  font-size: 260%;
  color: #3b4b5b;
  margin-bottom: 50px;
}
.conts_box.about_b_03 h4 {
  font-size: 220%;
  color: #3b4b5b;
  line-height: 1.5;
  margin-bottom: 50px;
  margin-top: 50px;
  padding-left: 24px;
  position: relative;
}
.conts_box.about_b_03 h4:before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 92px;
  background: #fed652;
  position: absolute;
  top: 0;
  left: 0px;
  border-radius: 4px;
}
.cbr_3_1 {
  width: 100%;
  max-width: 400px;
}
.cbr_3_1 img {
  display: block;
  width: 320px;
  margin: 0 auto;
}
.cbr_3_1 p {
  text-align: center;
  margin: 20px 0;
}
.cbr_3_1 ul {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 20px 0;
  border-top: 1px solid #ddd;
}
.cbr_3_1 ul li {
  min-width: 180px;
  margin-top: 10px;
}
.cbr_3_2 {
  position: absolute;
  right: -50px;
  bottom: -50px;
}
.conts_box.about_b_04, .conts_box.about_b_05, .conts_box.about_b_06, .conts_box.about_b_07, .conts_box.about_b_08 {
  margin-top: 164px;
}
.conts_box.about_b_04 h3, .conts_box.about_b_05 h3, .conts_box.about_b_06 h3, .conts_box.about_b_07 h3, .conts_box.about_b_08 h3 {
  font-size: 220%;
  color: #3b4b5b;
  line-height: 1.5;
  margin-bottom: 50px;
  margin-top: 50px;
  padding-left: 24px;
  position: relative;
}
.conts_box.about_b_04 h3:before, .conts_box.about_b_05 h3:before, .conts_box.about_b_06 h3:before, .conts_box.about_b_07 h3:before, .conts_box.about_b_08 h3:before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 80px;
  background: #fed652;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  border-radius: 4px;
}
.conts_box.about_b_04 h4 {
  text-align: center;
  color: #2f9d6a;
  font-size: 220%;
  margin-top: 50px;
}
ul.cbr_4_ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
ul.cbr_4_ul > li {
  width: 32%;
  border: 1px solid #ddd;
  text-align: center;
  padding: 14px;
  margin-top: 2%;
  background: white;
}
ul.cbr_4_ul span {
  display: inline-block;
  background: #ecf6ec;
  color: #2f9d6a;
  font-weight: bold;
  font-size: 110%;
  padding: 4px 20px;
  border-radius: 20px;
  margin-bottom: 10px;
}
ul.cbr_4_ul h5 {
  color: #2f9d6a;
  font-weight: bold;
  font-size: 120%;
  margin-bottom: 10px;
}
ul.cbr_4_ul li ul li {
  font-weight: bold;
}
ul.cbr_4_ul li p {
  margin: 10px 0;
}
.conts_box.about_b_05 img {
  display: block;
  max-width: 100%;
  margin: 70px auto 0;
}
.conts_box.about_b_06 span {
  display: inline-block;
  color: white;
  background: #3b4b5b;
  width: 120px;
  text-align: center;
}
.cbr_6_1, .cbr_6_2, .cbr_6_3 {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
}
.cbr_6_1 {
  margin-top: 70px;
}
.cbr_6_2 {
  flex-direction: row-reverse;
}
.cbr_6_2, .cbr_6_3 {
  margin-top: 100px;
}
.c6_1_1, .c6_1_2, .c6_2_1, .c6_2_2, .c6_3_1, .c6_3_2 {
  width: 50%;
}
.c6_2_1 {
  padding-left: 50px;
}
.conts_box.about_b_06 h4 {
  font-size: 160%;
  margin: 20px 0 40px;
}
.cbr_7box.cbr_7_2 {
  margin-top: 50px;
}
.cbr_7box.cbr_7_3 {
  margin-top: 50px;
}
.cbr_7box.cbr_7_4 {
  margin-top: 50px;
}
.cbr_7box.cbr_7_5 {
  margin-top: 50px;
}
.cbr_7box.cbr_7_6 {
  margin-top: 50px;
}
.cbr_7box.cbr_7_7 {
  margin-top: 50px;
}
.cbr_7box.cbr_7_8 {
  margin-top: 50px;
}
.cbr_7box.cbr_7_9 {
  margin-top: 50px;
}
.cbr_7box img {
  display: block;
  width: 300px;
  margin: 40px auto;
}
.cbr_7box h4 {
  text-align: center;
  font-size: 140%;
  color: white;
  background: #3b4b5b;
}
.cbr_7box h4 span {
  display: inline-block;
  background: white;
  visibility: visible;
  color: #3b4b5b;
  font-weight: normal;
  font-size: 74%;
  width: 150px;
  line-height: 1;
  padding: 7px 0 2px;
  border-radius: 20px;
  margin-right: 20px;
}
.cbr_7box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 40px;
}
.cbr_7box ul li {
  width: 30%;
}
.cbr_7box h5 {
  color: #5056a3;
  font-size: 118%;
}
.conts_box.about_b_08 ul li {
  background: #3b4b5b;
  color: white;
}
ul.cbr_8_1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
ul.cbr_8_1 li {
  width: 32%;
}
ul.cbr_8_1 li img {
  width: 100%;
  height: auto;
}
.conts_box.about_b_08 h4 {
  position: relative;
}
ul.cbr_8_1 h4 {
  font-size: 160%;
  padding: 10px 15px 15px 36px;
}
ul.cbr_8_1 h4:before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 40px;
  background: #fed652;
  position: absolute;
  top: 20;
  left: 15px;
  border-radius: 4px;
}
ul.cbr_8_2 h4 {
  font-size: 100%;
  padding: 10px 15px 15px 20px;
}
ul.cbr_8_2 h4:before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 26px;
  background: #fed652;
  position: absolute;
  top: 23px;
  transform: translateY(-50%);
  left: 8px;
  border-radius: 4px;
}
ul.cbr_8_1 li p {
  padding: 15px;
}
ul.cbr_8_2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
}
ul.cbr_8_2 li {
  width: 16%;
}
ul.cbr_8_2 li img {
  width: 100%;
  height: auto;
}
/* =================================
		社員の声
================================= */
div#container.voice p.subtt {
  font-size: 132%;
}
.conts_box.voice_b_01 {
  color: #3b4b5b;
}
.cbv_1_1 {
  padding: 30px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.cbv_1_1 h3 {
  margin-top: 10px;
  margin-left: 20px;
}
.cbv_1_1 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding: 0 20px;
}
li.lih3 {
  font-weight: bold;
  color: #3b4b5b;
  padding-top: 10px;
  margin-right: 10px;
  font-size: 120%;
}
.cbv_1_1 ul li a {
  display: inline-block;
  color: white;
  background: #3b4b5b;
  text-align: center;
  padding: 10px 35px 10px 15px;
  position: relative;
}
.cbv_1_1 ul li a:after {
  font-family: 'Material Icons';
  content: "\e5cf";
  position: absolute;
  top: -5px;
  right: 2px;
  font-size: 200%;
  color: #fed652;
}
.cbv_1_1 ul li a:hover {
  background: #0263a9;
}
.voice_area {
  color: #3b4b5b;
  margin-top: 100px;
}
.voice_box {
  display: flex;
  flex-wrap: wrap;
}
.vb_ig {
  width: 50%;
  background: url(../voice/img/sv-bg-box.png);
  background-position: center top;
  background-repeat: no-repeat;
}
.voice_box img {
  display: block;
  width: 100%;
  height: auto;
}
.vb_cmt {
  display: block;
  width: 50%;
  position: relative;
  background-color: white;
  background-image: url(../voice/img/sv-bg-lg.png);
  background-position: center;
  background-repeat: no-repeat;
}
.vb_cmt h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 220%;
  width: 90%;
  text-align: center;
  line-height: 1.4;
}
p.vcmt_01 {
  position: absolute;
  bottom: 0;
  left: 50px;
  font-weight: bold;
  color: black;
}
p.vcmt_01:before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 47px;
  background: #fed652;
  position: absolute;
  top: 4px;
  left: -20px;
  border-radius: 4px;
}
p.vcmt_02 {
  position: absolute;
  bottom: 12px;
  right: 40px;
  font-size: 250%;
  font-weight: bold;
  margin: 0;
  color: black;
}
p.vcmt_p {
  margin: 50px 0 0;
  text-align: justify;
}
/* =================================
		部門紹介
================================= */
div#container.work p.subtt {
  font-size: 132%;
}
ul.wor_ls {
  display: flex;
  justify-content: center;
  margin: 70px 0;
}
ul.wor_ls li {
  border-right: 1px solid #ddd;
  padding: 20px 80px;
}
ul.wor_ls li:nth-child(1) {
  border-left: 1px solid #ddd;
}
ul.wor_ls li a {
  color: #3b4b5b;
  font-weight: bold;
  font-size: 118%;
}
ul.wor_ls li a:after {
  font-family: 'Material Icons';
  display: block;
  height: 10px;
  line-height: 0.5;
  content: "\e5cf";
  font-size: 180%;
  color: #3b4b5b;
  text-align: center;
}
.work_b {
  margin-top: 100px;
}
.work_b h3 {
  text-align: center;
  font-size: 280%;
  color: #3b4b5b;
  margin-bottom: 70px;
}
.worig_box {
  width: 560px;
  margin: 0 auto 50px;
  color: white;
}
.worig_box div {
  background: #3b4b5b;
  position: relative;
}
.worig_box img {
  width: 100%;
  height: auto;
}
.worig_box h4 {
  display: inline-block;
  font-size: 150%;
  margin-left: 20px;
}
.worig_box h4:before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 28px;
  background: #fed652;
  position: relative;
  top: 6px;
  margin-right: 10px;
  border-radius: 2px;
}
.worig_box p {
  display: inline-block;
  float: right;
}
.worig_box span {
  font-size: 150%;
  font-weight: bold;
  vertical-align: middle;
  margin: 20px;
}
.worp_box {
  color: #3b4b5b;
}
.worp_box h5 {
  font-size: 132%;
  margin: 30px 0;
}
img.mid_ig {
  display: block;
  margin: 70px auto;
}
.worp_box h6 {
  font-size: 132%;
  margin-top: 70px;
  margin-bottom: 30px;
  margin-left: 30px;
  color: black;
}
img.btm_ig {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
/* =================================
		採用情報
================================= */
div#container.recruit p.subtt {
  font-size: 132%;
}
.voice_area.va_recruit {
  margin: 0 0 100px;
}
div#container.recruit h3 {
  font-size: 280%;
  color: #3b4b5b;
  margin-bottom: 20px;
}
div#container.recruit h4 {
  text-align: center;
  font-size: 200%;
  font-weight: normal;
  color: white;
  background: #969ea6;
  margin-bottom: 30px;
}
table.rec_tab {
  width: 100%;
  border-top: 2px solid #3b4b5b;
  margin-bottom: 100px;
}
table.rec_tab th {
  color: white;
  background: #3b4b5b;
  font-weight: normal;
  width: 200px;
  padding: 30px 0;
  border-bottom: 1px solid #969ea6;
}
table.rec_tab td {
  color: #3b4b5b;
  ;
  padding: 20px 30px;
  border-bottom: 1px solid #969ea6;
}
.td_box {
  display: inline-block;
  vertical-align: top;
  margin-right: 40px;
}
div#container.recruit h3.recbh3 {
  font-size: 200% !important;
}
a.ent-btn:hover {
  text-decoration: underline;
}
td.kyksd h5 {
  margin-top: 20px;
}
div#container.recruit h2.boshu_flow {
  color: #ad081d;
  text-align: center;
  display: block;
}
h2.boshu_flow span {
  display: block;
  font-size: 20px;
  visibility: initial;
}
.freshers_hdr, .professional_hdr {
  position: relative;
  text-align: center;
}
div#container.recruit .freshers_hdr h3, div#container.recruit .freshers_box.career_hdr h3, div#container.recruit .professional_hdr h3, div#container.recruit .professional_box.career_hdr h3 {
  padding: .4em 0;
  background: #dd5037;
  color: #fff;
  font-size: 1.75em;
  font-weight: bold;
  text-align: center;
}
.professional_box.professional_hdr h3 {
  background: #f0c43e;
}
.freshers_hdr .model_img, .professional_hdr .model_img {
  position: absolute;
  left: -4%;
  bottom: 0%;
  width: 35%;
  max-width: 120px;
}
.freshers_hdr p img, .professional_hdr p img {
  max-width: 240px;
}
@media screen and (max-width: 760px) {
  .freshers_hdr .model_img, .professional_hdr .model_img {
    left: -8%;
    width: 30%;
  }
}
.boshu_area {
  width: 88%;
  max-width: 960px;
  margin: 0 auto;
  padding: 3em 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}
.freshers_box {
  position: relative;
  width: 48%;
}
.freshers_inner, .professional_inner {
  padding: 2em;
  background: #e6e6e5;
  line-height: 1.6;
}
.freshers_inner table, .professional_inner table {
  width: 100%;
  margin: 0 0 2em;
  text-align: left;
}
.freshers_inner tr, .professional_inner tr {
  border-bottom: 1px solid #a2a2a2
}
.freshers_inner tr.nobrdr, .professional_inner tr.nobrdr {
  border: none;
}
.freshers_inner th, .professional_inner th {
  min-width: 6em;
  padding: .5em 0;
  color: #ad081d;
  font-size: 1.125em;
  font-weight: bold;
  vertical-align: top;
}
.freshers_inner td, .professional_inner td {
  width: auto;
  padding: .5em 0;
  font-size: 1.125em;
  vertical-align: top;
}
.freshers_inner dl, .professional_inner dl {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.freshers_inner dl dt, .professional_inner dl dt {
  display: block;
  width: 6em;
}
.boshu_area .flow {
  /*width: 400px;*/
  margin: 0 auto;
}
.boshu_area .step {
  display: flex;
  align-items: center;
  /*background: #f6f7f8;*/
  /*border-radius: 6px;*/
  margin-bottom: 20px;
  padding: 10px 0px;
  position: relative;
}
.boshu_area .step-number {
  background: #ad081d;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  border-radius: 0px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 15px;
}
.boshu_area .step-text {
  font-size: 15px;
  line-height: 1.6;
  color: #000;
  font-weight: bold;
}
.boshu_area .arrow {
  text-align: left;
  margin: -28px 0px 0px -17px;
  font-size: 18px;
  color: #ad081d;
}
.boshu_area .info_ctn {
  font-weight: normal;
  display: inline-block;
  font-size: 1em;
  letter-spacing: 0;
  line-height: 1.4;
}
.box_btn_red {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 300px;
  padding: 1em 3.5em 1em 1.25em;
  background: #ad081d;
  font-size: 1.125em;
  font-weight: bold;
  letter-spacing: .1em;
  color: #fff;
  text-align: left;
  line-height: 1.4;
}
.box_btn_red::after {
  content: "";
  position: absolute;
  right: 2em;
  bottom: calc(50% - .15em);
  width: 1.5em;
  height: .3em;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: skewX(45deg);
  transition: all .25s ease-out 0s;
}
.professional_box {
  position: relative;
  width: 48%;
}
@media only screen and (max-width: 760px) {
  .boshu_area {
    width: 94%
  }
  .freshers_box {
    width: 100%;
    margin: 2em auto;
  }
  .professional_box {
    width: 100%;
    margin: 2em auto;
  }
  .freshers_inner th, .professional_inner th {
    display: block;
    width: 100%;
  }
  .freshers_inner td, .professional_inner td {
    display: block;
    width: 100%;
    padding: 0 0 .5em;
  }
  .info_ctn {
    font-size: .8125em;
  }
}
/* =================================
		エントリー
================================= */
div#container.entry p.subtt {
  font-size: 132%;
}
div#container.entry p.subtt br {
  display: none;
}
.entry ul#nav_entry01 {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #3b4b5b;
}
.entry ul#nav_entry01 li {
  width: 32%;
}
.entry ul#nav_entry01 li a {
  display: block;
  text-align: center;
  background-color: #727d88;
  text-align: center;
  padding: 20px 0;
  font-size: 118%;
  color: white;
  clip-path: polygon(0% 100%, 100% 100%, 97% 0%, 3% 0%);
}
.entry ul#nav_entry01 li a.active {
  display: block;
  background: #3b4b5b;
}
.entry ul#nav_entry01 li a:after {
  content: '';
  display: block;
  width: 30px;
  height: 5px;
  background: #fed652;
  margin: 4px auto 0;
  border-radius: 2px;
}
h3.enttit {
  font-size: 220%;
  color: #3b4b5b;
  margin: 40px 0 0px;
}
table.ent_form {
  width: 100%;
  border-top: 1px solid #3b4b5b;
  margin-bottom: 70px;
}
table.ent_form th {
  width: 250px;
  color: white;
  background: #3b4b5b;
  vertical-align: middle !important;
  position: relative;
  text-align: left;
  padding: 35px;
  border-bottom: 1px solid #969ea6;
}
table.ent_form td {
  border-bottom: 1px solid #969ea6;
  padding: 30px 0 30px 60px;
  position: relative;
}
span.must {
  font-size: 100% !important;
  color: #3b4b5b;
  display: block;
  width: 50px;
  background: white;
  text-align: center;
  border-radius: 4px;
  float: right;
}
input.w300.necessary {
  width: 570px !important;
  padding: 5px;
  background: white;
  border: 1px solid #ddd;
  border-radius: 4px;
}
span.ipt_box {
  display: inline-block;
  position: relative;
}
p.fmemo {
  position: absolute;
  right: 0px;
}
input.w70.necessary, input.w50.necessary, input.w150.necessary, input.w200.necessary, input.w400.necessary, textarea.w600.h210.necessary, select.w250.necessary, select.w300.necessary, select.w360.necessary {
  padding: 5px;
  background: white;
  border: 1px solid #ddd;
  border-radius: 4px;
}
input.w200.necessary {
  width: 200px;
}
input.w400.necessary {
  width: 350px;
}
input.w70.necessary {
  margin: 0 20px;
}
input.w50.necessary.fimgn1 {
  margin: 0 20px;
}
input.w150.necessary.fimgn2 {
  margin-right: 20px;
}
input.w150.necessary.fimgn1 {
  margin: 0 20px;
}
input.w150.necessary.fimgn3 {
  margin-left: 20px;
}
td.kikk_box input {
  margin-right: 5px;
}
td.kikk_box label {
  margin-right: 20px;
}
.wrap_inner_entry {
  width: 700px;
  margin: 0 auto 70px;
}
p.mb_none, div#inner_entry02 {
  color: #3b4b5b;
}
div#inner_entry02 {
  text-align: center;
  margin-top: 40px;
}
div#inner_entry02 label {
  display: inline-block;
  font-size: 160%;
}
input.valign_middle {
  transform: scale(3);
  margin-right: 20px;
  border: 2px solid #333;
}
input.submit, input.back {
  display: block;
  background: #fed652;
  color: white;
  width: 340px;
  height: 50px;
  border: none;
  text-indent: 0;
  margin: 0 auto;
}
input.submit:hover, input.back:hover {
  background: #0263a9;
}
input.send {
  display: block;
  background: #7d94a5;
  color: white;
  width: 340px;
  height: 50px;
  border: none;
  text-indent: 0;
  margin: 20px auto 0;
}
input.send:hover {
  background: #404e58;
}
/* =================================
		個人情報保護方針
================================= */
.pra_b_01 {
  font-size: 118%;
  color: #3b4b5b;
  padding-bottom: 30px;
  border-bottom: 3px solid;
}
.pra_b_02 {
  font-size: 118%;
  padding: 70px 0;
  border-bottom: 3px solid;
}
.pra_b_02 ul li {
  margin: 0 0 20px;
  color: #3b4b5b;
}
p.pb2r {
  text-align: right;
  color: #3b4b5b;
  margin-top: 80px;
}
.pra_b_03 {
  font-size: 118%;
  color: #3b4b5b;
  padding-top: 70px;
}
/* =================================
		フッター
================================= */
.fbx_01 {
  text-align: center;
  background: url(../img_1/fotter-btn.png);
  background-position: center top;
  padding: 50px 0;
}
.fbx_01 h2 {
  font-size: 280% !important;
  color: white;
}
.fbx_01 h2 span {
  font-size: 100% !important;
  color: #fed652;
  visibility: visible;
}
.fbx_01 p {
  font-size: 118%;
  color: white;
}
.fbx_01 a.ety_btn {
  display: inline-block;
  background: #fed652;
  color: white;
  width: 706px;
  font-size: 110%;
  padding: 14px;
}
.fbx_01 a.ety_btn:hover {
  background: #0263a9;
}
.ft_box.fbx_02 {
  width: 100%;
  max-width: 1100px;
  margin: 70px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.f_logo_box p {
  display: block;
  width: 366px;
  text-align: center;
  border: 1px solid black;
  color: #3b4b5b;
  padding: 3px 0;
  margin-top: 10px;
}
table#footer_nav {}
table#footer_nav td {
  padding-right: 40px;
  padding-bottom: 20px;
}
table#footer_nav td a {
  color: black;
}
table#footer_nav td a:hover {
  text-decoration: underline;
}
.sp_i {
  display: none;
}
/*=====================================================
	  workstyle
===================================================== */
div#container.workstyle h4 {
  text-align: center;
  font-size: 200%;
  font-weight: normal;
  color: white;
  background: #969ea6;
  margin-bottom: 30px;
}
.toparea {
  margin: 0 auto;
  text-align: center
}
.place_area {
  margin-top: 70px;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
}
.place_area_1 {
  width: 50%;
}
.flow {
  /*width: 400px;*/
  margin: 0 auto;
}
div#container.workstyle dl {
  display: flex;
  flex-wrap: wrap; /* 複数行対応 */
  margin: 0;
  padding: 0;
}
div#container.workstyle dt, div#container.workstyle dd {
  margin: 0;
  padding: 8px 0;
}
/* dt（タイトル側）の幅を固定 */
div#container.workstyle dt {
  width: 180px; /* 必要に応じて調整 */
  font-weight: bold;
}
/* dd（内容側）は残りの幅を使用 */
div#container.workstyle dd {
  width: calc(100% - 180px);
  margin: 0;
}
@media (max-width: 768px) {
  div#container.workstyle dl {
    display: block; /* ブロック表示に戻す */
  }
  div#container.workstyle dt, div#container.workstyle dd {
    width: 100%;
  }
  div#container.workstyle dt {
    margin-top: 1em; /* 項目間に余白を追加 */
  }
}
@media screen and (max-width: 760px) {
  .place_area {
    margin-top: 20px;
  }
  .place_area_1 {
    width: 100%;
  }
}
.step {
  display: flex;
  align-items: center;
  /*background: #f6f7f8;*/
  border-radius: 6px;
  margin-bottom: 0px;
  padding: 10px 15px;
  position: relative;
}
.step-number {
  background: #3ec2e1;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  border-radius: 4px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 15px;
}
.step-text {
  font-size: 15px;
  line-height: 1.6;
  color: #333;
}
.arrow {
  text-align: left;
  margin: -10px 0 0px 0;
  font-size: 18px;
  color: #3ec2e1;
  padding-left: 30px;
}
.bumon_area ul {
  display: flex;
  lex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
}
.bumon_area ul > li {
  width: 32%;
  text-align: left;
  padding: 14px;
  margin-top: 2%;
}
.pc {
  display: block;
}
.sp {
  display: none
}
@media screen and (max-width: 760px) {
  .bumon_area ul {
    display: block;
  }
  .bumon_area ul > li {
    width: 100%;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block
  }
}
.bumon-ttl {
  color: #3b4b5b;
  font-size: 1.2em;
  font-weight: bold;
  padding-left: 24px;
  position: relative;
}
.bumon-ttl:before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 35px;
  background: #fed652;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  border-radius: 4px;
}
.bumon_txt {
  min-height: 170px;
}
.link-btn {
  text-align: center;
}
.link-btn a {
  display: inline-block;
  color: white;
  background: #3b4b5b;
  text-align: center;
  padding: 10px 35px 10px 15px;
  position: relative;
  border-radius: 30px;
  text-decoration: none;
}
.link-btn a:after {
  font-family: 'Material Icons';
  content: "\e5cf";
  position: absolute;
  top: -5px;
  right: 2px;
  font-size: 200%;
  color: #fed652;
}
.link-btn a:hover {
  background: #0263a9;
}
/*=====================================================
	  追従バナー
===================================================== */
/* 右側中央の追従バナー */
.follow-banner {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: #44b035;
  color: #fff;
  text-align: center;
  padding: 20px 10px;
  width: 60px;
  border-radius: 10px 0 0 10px;
  display: none;
  box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.2);
  z-index: 999;
  transition: opacity 0.3s ease;
}
/* ボタン内の文字を縦書きに */
.banner-btn {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  display: block;
  writing-mode: vertical-rl; /* ← ここがポイント */
  text-orientation: upright;
  letter-spacing: 0.1em;
  font-size: 16px;
}
/* スマホでは下部中央に変更 */
@media (max-width: 768px) {
  .follow-banner {
    top: auto;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    border-radius: 0;
    transform: none;
    padding: 15px 0;
  }
  .banner-btn {
    writing-mode: horizontal-tb;
  }
}
/*=====================================================
	  レスポンシブ 1400px
===================================================== */
@media screen and (max-width: 1400px) {
  .main_vsl img {
    position: relative;
    top: 0;
    left: -180px;
    transform: none;
  }
} /*===	スマートフォン 1400px  === */
/*=====================================================
	  レスポンシブ 800px
===================================================== */
@media screen and (max-width: 800px) {
  .h_area {
    padding: 10px 20px 10px 10px;
  }
  .logo_box_top img {
    width: 400px;
  }
  .h_btn {
    margin-top: 0;
  }
  .chkoa div#container.toppage_rct {
    margin-top: 0px;
  }
  .main_vsl img {
    left: 0;
    transform: none;
    width: 100%;
  }
  ul.insta_ls li {
    width: 48%;
    margin-top: 4%;
    background: white;
  }
  .ins_logo img {
    display: block;
    margin: -20px auto 0;
  }
  ul.insta_ls {
    width: 88%;
    margin: 0 6% 0;
  }
  .tp_area.apa_02, .tp_area.apa_03, .tp_area.apa_04, .tp_area.apa_05 {
    margin-top: 180px;
  }
  .tp_area.apa_02 h2 {
    left: 4%;
  }
  .tp_area.apa_02 p {
    display: block;
    top: 30px;
    left: 0;
    padding: 0 20px;
  }
  .tp_area.apa_02 p br {
    display: none;
  }
  img.abt_vsl {
    float: none;
    width: 100%;
    max-width: 600px;
    padding-right: 0;
    margin: 0 auto;
    display: block;
  }
  .t3_box_1, .t4_box_1, .t5_box_1 {
    width: 100%;
    padding: 20px;
  }
  img.abt_lg {
    display: block;
    position: absolute;
    left: auto;
    top: -100px;
    left: 44%;
  }
  .t3_box_1 h2 {
    display: block;
    margin-top: 30px;
  }
  .t3_box_1 p br, .t4_box_1 p br, .t5_box_1 p br {
    display: none;
  }
  a.dtl_a_btn {
    margin: 60px auto 0;
  }
  .sld-btn {
    position: static;
    right: auto;
    bottom: auto;
    display: block;
    text-align: center;
    margin: 70px 0 20px;
  }
  .slider-container {
    margin: 0;
  }
  img.wor_lg {
    position: relative;
    left: 38%;
    top: -30px;
  }
  ul.twokls {
    padding: 0 20px;
  }
  .ft_box.fbx_02 {
    display: block;
  }
  .f_logo_box {
    text-align: center;
  }
  .f_logo_box p {
    margin: 20px auto;
  }
  table#footer_nav {
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  p#pagetop {
    position: fixed;
    right: 8px;
    /*bottom: 12px;*/
    bottom: 68px;
  }
  .logo_box h1 {
    font-size: 200%;
  }
  .chkoa div#container.about {
    background-position: 80% top !important;
  }
  .chkoa div#container.voice {
    background-position: 66% top !important;
  }
  .chkoa div#container.work {
    background-position: 66% top !important;
  }
  .chkoa div#container.recruit {
    background-position: 68% top !important;
  }
  .chkoa div#container.entry {
    background-position: 66% top !important;
  }
  section {
    padding: 0 20px;
  }
  .cbr_1_2 {
    position: static;
    text-align: center;
    margin-top: 50px;
  }
  span.dynmblk {
    display: inline-block;
    text-align: left;
  }
  p.dynm {
    text-align: center;
  }
  .cbr_3_2 {
    position: static;
  }
  .cbr_3_1 {
    width: 100%;
    max-width: 400px;
    margin: 70px auto 0;
  }
  ul.cbr_4_ul > li {
    width: 48%;
  }
  .conts_box.about_b_06 p br {
    display: none;
  }
  .cbr_6_1, .cbr_6_2, .cbr_6_3 {
    display: block;
  }
  .c6_1_1, .c6_1_2, .c6_2_1, .c6_2_2, .c6_3_1, .c6_3_2 {
    width: 100%;
  }
  .c6_1_2, .c6_2_2, .c6_3_2 {
    text-align: center;
  }
  .c6_2_1 {
    padding-left: 0;
  }
  .cbr_7box h4 {
    text-align: center;
    font-size: 120%;
  }
  ul.cbr_8_2 li {
    width: 33%;
  }
  .cbv_1_1 ul {
    justify-content: normal;
  }
  li.lih3 {
    width: 100%;
    margin-bottom: 14px;
  }
  .cbv_1_1 ul li a {
    width: auto;
    text-align: left;
    padding: 10px 30px 10px 10px;
  }
  .cbv_1_1 ul li {
    margin-right: 14px;
    margin-bottom: 14px;
  }
  .voice_box {
    display: block;
  }
  .vb_ig, .vb_cmt {
    margin: 0 auto;
  }
  .vb_cmt h3 {
    position: static;
    transform: none;
    font-size: 150%;
    width: 100%;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .vb_cmt {
    background-image: none;
    padding: 10px;
    position: relative;
  }
  p.vcmt_01, p.vcmt_02 {
    display: inline-block;
    margin: 0px;
  }
  p.vcmt_01 {
    position: relative;
    left: 14px;
    font-size: 90%;
  }
  p.vcmt_01:before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 40px;
    background: #fed652;
    position: absolute;
    top: 4px;
    left: -14px;
  }
  p.vcmt_02 {
    font-size: 140%;
    margin-left: 20px;
    vertical-align: 8px;
    right: 10px;
  }
  ul.wor_ls li {
    padding: 20px 50px;
  }
  div#container.recruit h3 {
    position: static;
    transform: none;
    font-size: 150%;
    width: 100%;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  div#container.recruit h3 br {
    display: none;
  }
  table.rec_tab td {
    padding: 20px 0 20px 20px;
  }
  .td_box {
    display: block;
    width: 100%;
    margin: 0;
  }
  .tdb_02, .tdb_03 {
    margin-top: 20px;
  }
  div#container.recruit h3.recbh3 {
    text-align: left;
    margin-bottom: 30px;
  }
  div#container.entry p.subtt br {
    display: inline;
  }
  .entry ul#nav_entry01 li a {
    font-size: 100%;
  }
  span.must {
    display: none;
  }
  table.ent_form th {
    width: auto;
    padding: 35px 10px;
  }
  table.ent_form td {
    padding: 30px 10px;
  }
  input.w300.necessary, .w600 {
    width: 100% !important;
  }
  span.ipt_box {
    display: block;
    position: relative;
  }
  span.kysnm {
    display: block;
  }
} /*===	スマートフォン 800px  === */
/*=====================================================
	  スマートフォン 600px
===================================================== */
@media screen and (max-width: 600px) {
  .pc_i {
    display: none;
  }
  .sp_i {
    display: inline-block;
  }
  .h_area {
    padding: 10px;
  }
  .logo_box h1 {
    font-size: 100%;
    margin-left: 0;
    line-height: 0;
  }
  .logo_box img {
    /* width: 100px;*/
    width: 150px;
  }
  .topsplogo {
    width: 150px !important;
  }
  .h_btn {
    margin-top: 0px;
  }
  a.ent_btn {
    width: 120px;
    height: 40px;
    font-size: 80%;
    padding-top: 10px;
    margin-right: 0px;
  }
  .menu-button {
    width: 40px;
    height: 40px;
    padding: 8px;
  }
  .menu {
    width: 100%;
    top: 60px;
    right: 0;
    width: 100%;
    box-shadow: none;
    display: none;
    border-radius: 0;
  }
  .menu.open {
    display: block;
    padding-bottom: 80px;
  }
  a.m_mail_btn {
    width: 90%;
    margin: 20px auto 0;
  }
  .menu li:last-child {
    border-bottom: 1px solid #ddd;
  }
  .menu li:first-child {
    border-top: 1px solid #ddd;
  }
  .menu-button.open span:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
  }
  .menu-button.open span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
  }
  .chkoa div#container {
    //background: #f2f2f2;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 100px;
    overflow: auto;
  }
  .chkoa div#container {
    background-size: 100% !important;
    background-repeat: no-repeat !important;
  }
  .chkoa div#container.toppage_rct {
    background: url(../img_1/top-bg-sp.jpg);
    background-position: center 46%;
  }
  .chkoa div#container.pravacy {
    background: url(../privacy/img/privacy-bg-sp.jpg);
    background-position: left top !important;
  }
  .chkoa div#container.recruit {
    background: url(../recruit/img/recruit-bg-sp.jpg);
    background-position: left top !important;
  }
  .chkoa div#container.about {
    background: url(../about/img/about-bg-sp.jpg);
    background-position: left top !important;
  }
  .chkoa div#container.voice {
    background: url(../voice/img/voice-bg-sp.jpg);
    background-position: left top !important;
  }
  .chkoa div#container.work {
    background: url(../work/img/work-bg-sp.jpg);
    background-position: left top !important;
  }
  .chkoa div#container.entry {
    background: url(../entry/img/entry-bg-sp.jpg);
    background-position: left top !important;
  }
  .chkoa div#container.workstyle {
    background: url(../workstyle/img/workstyle-bg_sp.png);
    background-position: left top !important;
  }
  .chkoa div#container.toppage_rct {
    margin-top: 0;
  }
  .ins_logo img {
    display: block;
    width: 50px;
  }
  ul.insta_ls {
    width: calc(100% - 20px);
    margin: 0 10px;
  }
  ul.insta_ls li {
    width: 49%;
  }
  .ins_box h3:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 50px;
  }
  .ins_box h3 {
    margin-top: 0px;
    margin-bottom: 14px;
    position: relative;
    padding-left: 26px;
    font-size: 80%;
  }
  ul.insta_ls li:nth-child(3), ul.insta_ls li:nth-child(4) {
    display: none;
  }
  .tp_area.apa_02, .tp_area.apa_03, .tp_area.apa_04, .tp_area.apa_05 {
    margin-top: 100px;
    padding: 0 10px;
  }
  .tp_area.apa_02 h2 {
    left: 0px;
  }
  .chkoa h2 {
    display: inline-block;
    font-size: 190% !important;
    margin-bottom: 20px !important;
  }
  .tp_area.apa_02 p {
    display: block;
    top: 30px;
    left: 0;
    padding: 0;
    line-height: 1.8;
    font-size: 120%;
  }
  img.abt_lg {
    display: block;
    position: absolute;
    left: auto;
    top: -35px;
    left: auto;
    right: 0;
    width: 180px;
  }
  .t3_box_1, .t4_box_1, .t5_box_1 {
    width: 100%;
    padding: 20px 0;
  }
  a.dtl_a_btn {
    width: 100%;
  }
  img.wor_lg {
    position: relative;
    left: 30%;
    width: 230px;
    top: -10px;
  }
  p.ap3sub {
    display: none;
  }
  .t3_box_1 h2:after {
    content: 'OUR BUSINESS';
    font-size: 50% !important;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    font-weight: normal;
  }
  .t4_box_1 h2:after {
    content: 'Voices';
    font-size: 50% !important;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    font-weight: normal;
  }
  .t5_box_1 h2:after {
    content: 'OUR WORK';
    font-size: 50% !important;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    font-weight: normal;
  }
  ul.twokls {
    display: block;
  }
  ul.twokls li {
    width: 100%;
    margin-top: 20px;
  }
  .conts_area {
    padding: 80px 0;
  }
  .conts_box.about_b_01 {
    position: relative;
    margin-top: 0;
  }
  .cbr_1_1 h3 {
    font-size: 145%;
    color: #3b4b5b;
  }
  .cbr_1_2 img {
    width: 200px;
  }
  .conts_box.about_b_02 {
    padding: 20px;
  }
  .conts_box.about_b_04, .conts_box.about_b_05, .conts_box.about_b_06, .conts_box.about_b_07 {
    margin-top: 100px;
    position: relative;
  }
  .conts_box.about_b_03 h4 {
    font-size: 148%;
  }
  .conts_box.about_b_03 h4:before {
    height: 68px;
  }
  .cbr_3_2 img {
    width: 100%;
  }
  .cbr_3_1 ul li {
    width: 50%;
    min-width: auto;
    margin-top: 10px;
  }
  .cbr_3_1 ul li:nth-child(5) {
    width: 100%;
  }
  .conts_box.about_b_02 p br, .conts_box.about_b_03 p br {
    display: none;
  }
  .conts_box.about_b_04 h3, .conts_box.about_b_05 h3, .conts_box.about_b_06 h3, .conts_box.about_b_07 h3, .conts_box.about_b_08 h3 {
    font-size: 134%;
  }
  .conts_box.about_b_04 h3:before, .conts_box.about_b_05 h3:before, .conts_box.about_b_06 h3:before, .conts_box.about_b_07 h3:before, .conts_box.about_b_08 h3:before {
    height: 40px;
  }
  .conts_box.about_b_04 {
    margin-top: 0;
  }
  .conts_box.about_b_04 p br {
    display: none;
  }
  .conts_box.about_b_04 h4 {
    text-align: center;
    color: #2f9d6a;
    font-size: 160%;
    margin-top: 50px;
    margin-bottom: 20px;
  }
  ul.cbr_4_ul > li {
    width: 49%;
    font-size: 70%;
    background: white;
  }
  .c6_1_2 img, .c6_2_2 img, .c6_3_2 img {
    width: 300px;
  }
  .cbr_7box h4 {
    text-align: left;
    font-size: 80%;
    padding: 5px;
  }
  .cbr_7box h4 span {
    width: 80px;
    padding: 3px 0 2px;
    text-align: center;
    margin-right: 10px;
  }
  .cbr_7box ul {
    display: block;
  }
  .cbr_7box ul li {
    width: 100%;
  }
  .cbr_7box {
    margin-top: 100px !important;
  }
  ul.cbr_8_1 {
    display: block;
  }
  ul.cbr_8_1 li {
    width: 100%;
  }
  ul.cbr_8_2 li {
    width: 49%;
  }
  span.sbt_r {
    font-weight: bold;
    margin-left: 20px;
    vertical-align: 7px;
    display: inline-block;
    color: #3b4b5b;
  }
  div#container.about p.subtt, div#container.voice p.subtt, div#container.work p.subtt, div#container.recruit p.subtt, div#container.entry p.subtt {
    font-size: 100%;
  }
  .cbv_1_1 ul {
    padding: 0;
  }
  .voice_area {
    color: #3b4b5b;
    margin-top: 20px;
  }
  .vb_ig, .vb_cmt {
    width: 100%;
  }
  ul.wor_ls {
    justify-content: space-between;
  }
  ul.wor_ls li {
    width: 32%;
    background: #3b4b5b;
    padding: 0;
  }
  ul.wor_ls li a {
    display: block;
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 100%;
    padding-left: 12px;
  }
  ul.wor_ls li a:after {
    display: inline;
    color: #ffd744;
    vertical-align: -8px;
  }
  .work_b h3 {
    text-align: center;
    font-size: 200%;
  }
  .worig_box {
    width: 80%;
  }
  .worig_box h4 {
    display: inline-block;
    font-size: 170%;
    margin-left: 6px;
  }
  .worig_box h4:before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 20px;
    background: #fed652;
    position: relative;
    top: 6px;
    margin-right: 6px;
  }
  .worig_box div {
    background: #3b4b5b;
    position: relative;
    font-size: 50%;
    padding-bottom: 5px;
  }
  .worig_box p {
    display: inline-block;
    float: none;
    margin: 0;
    margin-left: 10px;
  }
  img.mid_ig {
    width: 80%;
  }
  table.rec_tab th {
    text-align: left;
    width: 100px;
    padding: 30px 10px;
  }
  span.fm_tab_btn {
    display: block;
  }
  .entry ul#nav_entry01 li a {
    font-size: 100%;
    vertical-align: bottom;
    height: 66px;
    padding: 10px 0;
    line-height: 1.4;
  }
  ul#nav_entry01 li:nth-child(1) a {
    padding-top: 31px;
  }
  h3.enttit {
    font-size: 100%;
  }
  table.ent_form {
    font-size: 80%;
  }
  input.w70.necessary, .fimgn1, .fimgn2, .fimgn3 {
    margin: 0 !important;
  }
  input.w50.necessary.fimgn1 {
    width: 40px !important;
  }
  p.fmemo {
    font-size: 70%;
  }
  td.kikk_box label {
    margin-right: 20px;
    display: inline-block;
  }
  span.kysnm span {
    display: inline-block;
    margin-bottom: 8px;
  }
  input.w150.necessary.fimgn2, input.w150.necessary.fimgn1 {
    width: 76px !important;
  }
  input.w70.necessary {
    width: 50px !important;
  }
  input.w400.necessary {
    width: 100% !important;
  }
  table.ent_form th {
    width: 100px;
  }
  select.w300.necessary {
    width: 100% !important;
  }
  .w300 {
    width: 100% !important;
  }
  .wrap_inner_entry {
    width: 100% !important;
  }
  p.mb_none br {
    display: none;
  }
  .worig_box span {
    font-size: 150%;
    font-weight: bold;
    vertical-align: middle;
    margin: 20px 0px 20px 10px;
  }
  .fbx_01 {
    box-sizing: border-box;
    padding: 50px 20px;
  }
  .fbx_01 h2 {
    font-size: 200% !important;
    color: white;
    line-height: 1.4;
  }
  .fbx_01 p {
    font-size: 100%;
    text-align: left;
    margin-top: 20px;
  }
  .fbx_01 a.ety_btn {
    color: white;
    width: 300px;
  }
  .ft_box.fbx_02 {
    display: block;
  }
  .f_logo_box {
    text-align: center;
  }
  .f_logo_box img {
    width: 240px;
  }
  .f_logo_box p {
    display: inline-block;
    width: 300px;
    padding: 10px 0;
  }
  table#footer_nav {
    width: 100%;
    border-bottom: 1px solid #ddd;
  }
  table#footer_nav td {
    display: inline-block;
    padding-right: 0;
    padding-bottom: 0;
    text-align: center;
    width: 50%;
    border-top: 1px solid #ddd;
    padding: 16px 0;
  }
  table#footer_nav td:nth-of-type(odd) {
    border-right: 1px solid #ddd;
  }
  h2.ins_logo {
    display: block;
  }
  td.syuni br {
    display: none;
  }
} /*===	スマートフォン 600px  === */