@charset "utf-8";
/* CSS Document */

/*
Theme Name: AMATERASU
Description: Easy,SimpleDesign
Version: simple 1.1
Base Color: red
Author: AMATERASU
Author URI: http://www.seo-amaterasu.com/
*/

@media screen and (max-width: 768px){

.pc {
  display: none !important;
}

/* ヘッダー エリア */
#header_in .inner_left {
  width: 70.19780219%;
  max-width: 280px;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
}

#header_in .inner_left img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

#header_in .inner_right {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  float: right;
}

#menu {
  width: auto;
  height: auto;
  max-width: 52px;
  margin: 0;
  position: relative;
  cursor: pointer;
  float: right;
}

#menu .bar {
  width: 30px;
  height: 4px;
  background-color: #dc2020;
  position: absolute;
  left: 0;
  -webkit-transition: .15s ease-in-out;
  -o-transition: .15s ease-in-out;
  transition: .15s ease-in-out;
  display: inline-block;
}

#bar01 {
  top: 5px;
}

#bar02 {
  top: 14px;
}

#bar03 {
  top: 23px;
}

.active #bar01 {
  top: 14px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.active #bar02 {
  width: 0;
}
.active #bar03 {
  top: 14px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#header .nav_sp {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: rgba(255,255,255,0.9);
  border-top: 2px solid #ffdaea;
  position: fixed;
  z-index: 2;
}

#header .nav_sp a.lnk {
  font-size: 24px;
  text-align: center;
  line-height: 1.3em;
  letter-spacing: 0.04em;
  color: #ffffff;
  text-decoration: none;
  padding: 2%;
  background-color: #f29900;
  border-bottom: 1px solid #f29900;
  display: block;
}

#header .nav_sp a.lnk:hover {
  color: #f29900;
  background-color: #ffffff;
  border-bottom: 1px solid #f29900;
  -webkit-transition: 1.0s;
  -o-transition: 1.0s;
  transition: 1.0s;
}

#header .nav_sp .inner {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

#header .nav_sp .inner ul {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

#header .nav_sp .inner ul li {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #4563c4;
}

#header .nav_sp .inner ul li a {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  line-height: 1.3em;
  color: #4563c4;
  padding: 5.208333333% 2.604166666%;
  text-decoration: none;
  display: block;
}

#header .nav_sp .inner ul li a:hover {
  background-color: #4563c4;
  color: #ffffff;
  -webkit-transition: 1.0s;
  -o-transition: 1.0s;
  transition: 1.0s;
}

.fixheader {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: block;
  z-index: 300;
}

.is-fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  min-width: 0;
}

#main_visual_in img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

/* パンくずリスト エリア */
#breadcrumb {
  width: 100%;
  margin: 2.604166666% 0 5.208333333% 0;
  padding: 0 2.604166666%;
}
#breadcrumb a{
  color: #000;
}

#breadcrumb div {
  font-size: 12px;
  display: inline-block;
}

/* コンテンツ エリア */
#content h1 { 
  width: 96%;
  font-size: 28px;
  letter-spacing: 1px;
  font-weight: normal;
  text-align: left;
  line-height: 1.3em;
  margin:0 2% 5.208333333%;
  padding: 2.604166666%;
  clear: both;
  color: #ffffff;
  background-color: #ff8b47;
  text-shadow: #933d21 0px 1px 2px;
  border-bottom: 5px solid #cccccc;
  position: relative;
  z-index: 2;
}

#content h2 { 
  width: 100%;
  font-size: 26px;
  font-weight: normal;
  line-height: 1.3em;
  margin-bottom: 3.90625%;
  padding: 0;
  clear: both;
  color: #262626;
}

#content h3 { 
  width: 100%;
  font-size: 24px;
  text-align: center;
  line-height: 1.3em;
  margin-bottom: 1.5em;
  padding: 0 0 0.15em;
  clear: both;
  color: #262626;
  position: relative;
}

#content h3:before {
  width: 80px;
  height: 2px;
  content: '';
  position: absolute;
  bottom: -4px;
  left: calc(50% - 40px);
  background: #f29800;
}

#content h4,
#content h5,
#content h6 { 
  width: 100%;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.3em;
  margin: 0 0 2.604166666% 25px;
  padding: 0;
  clear: both;
  color: #262626;
  position: relative;
}

#content h4:before,
#content h5:before,
#content h6:before { 
position: absolute;
  width: 15px;
  height: 6px;
  content: '';
  top: calc(50% - 6px);
  margin-left: -25px;
  border-top: 3px solid #4563c4;
  border-bottom: 3px solid #4563c4;
}

#content h1 a { 
  font-size: 28px;
  text-decoration: none; 
  color: #ffffff;
}

#content h2 a { 
  font-size: 26px;
  text-decoration: none; 
  color: #262626;
}

#content h3 a { 
  font-size: 24px;
  text-decoration: none; 
  color: #262626;
}

#content h4 a,
#content h5 a,
#content h6 a { 
  font-size: 18px;
  text-decoration: none; 
  color: #262626;
}

#content h1 a:hover,
#content h2 a:hover,
#content h3 a:hover,
#content h4 a:hover,
#content h5 a:hover,
#content h6 a:hover { 
  opacity: 0.5;
}

.post-type-archive #content .post{
  overflow: hidden;
  padding: 0 2% 15%;
}
#content .post {
  padding-bottom: 15%;
}

#content .eye_catch img {
  margin: 0 10px 20px 0;
  float: left;
}

/* 続きを読む エリア */
a.more-link {
  font-size: 14px;
  text-align: right;
  margin-right: 10px;
  display: block;
}

a.more-link:hover {
  text-decoration: underline;
}

a.more-link:link,
a.more-link:active,
a.more-link:visited,
a.more-link:hover {
  color: #dc143c;
}

/* ページトップ エリア */
p.pagetop {
  display: none;
  position: fixed;
  bottom: 5.208333333%;
  right: 2.604166666%;
}

p.pagetop a {
  display: block;
  width: 40px;
  height: 40px;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  line-height: 40px;
  color: #ffffff;
  background-color: #4563c4;
  border: 1px solid #ffffff;
}

p.pagetop a:hover {
  opacity: 0.7;
}

/* フッター エリア */
#footer_in .inner {
  width: 100%;
  height: auto;
  margin: 0;
  padding-left: 5.208333333%;
}

#footer_in .inner ul {
  width: 100%;
  height: auto;
  margin-bottom: 3.90625%;
  padding: 0;
}

#footer_in .inner ul li {
  width: 100%;
  height: auto;
  margin-bottom: 0.651041666%;
  padding: 0;
}

#footer_in .inner ul li.mgn {
  margin-bottom: 3.90625%;
}

#footer_in .inner ul li p {
  font-family: "arial";
  font-size: 26px;
  font-weight: bold;
  line-height: 1.3em;
  color: #4563c4;
}

#footer_in .inner ul li a {
  font-size: 16px;
  line-height: 1.4em;
  color: #000000;
  text-decoration: none;
}

#footer_in .inner ul li a:hover {
  color: #4563c4;
  text-decoration: underline;
}

#copyright p {
  width: auto;
  height: auto; 
  font-family: "arial","メイリオ";
  font-size: 12px;
  text-align: center;
  color: #ffffff;
  margin: 0;
}

/* ウィジェット エリア */
#sidebar #widget-area {
  width: 100%;
  height: auto;
  display: block;
}

#sidebar #widget-area .widget-container {
  width: 100%;
  height: auto;
  float: left;
  clear: both;
}

#sidebar #widget-area .widget-container ul {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  padding-bottom: 10px;
  float: left;
  clear: both;
  background-color: #none;
}

#sidebar #widget-area .widget-container ul li {
  width: auto;
  height: auto;
  margin: 0 5px;
  padding: 4px 0 4px 25px;
  background-image: url("images/nav_icon.png");
  background-position: 0 8px;
  background-repeat: no-repeat;
  border-bottom: 1px dotted #444444;
}

#sidebar #widget-area .widget-container ul li a {
  width: auto;
  height: auto;
  display: block;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none; 
  color: #666666;
}

#sidebar #widget-area .widget-container ul li a:hover {
  color: #cc0000;
}

#sidebar #widget-area .widget-container form#searchform {
  width: 100%;
  margin-bottom: 20px;
  padding: 10px 11px 0 11px;
  display: block;
  background-color: #f8f8f8;
  border-radius: 5px;
  border: 1px solid #eeeeee;
}

#sidebar #widget-area .widget-container form#searchform label.screen-reader-text {
  margin-top: -3px;
}

#sidebar #widget-area .widget-container form#searchform input[type=text] {
  width: 100%;
  border: 1px solid #cccccc;
}

#sidebar #widget-area .widget-container form#searchform input[type=submit] {
  width: auto;
  font-size: 12px;
  margin: 5px 0 10px 0;
  padding: 0 15px;
  float: right;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
}

#sidebar #widget-area .widget-container form#searchform input[type=submit]:hover {
  color: #cc0000;
}

.wpcf7 input[type="submit"],
.wpcf7 input[type="button"],
.wpcf7 select.wpcf7-select { 
  -webkit-appearance: none;
  width: 100%;
}

#sidebar #widget-area .widget-container #calendar_wrap {
  width: auto;
  margin-bottom: 20px;
  padding: 0 15px 0 0;
  background-color: #f8f8f8;
  border: 1px solid #eeeeee;
  border-radius: 5px;
}

#sidebar #widget-area .widget-container #calendar_wrap table#wp-calendar {
  width: 100%;
  margin-top: 10px;
}

#sidebar #widget-area .widget-container #calendar_wrap table#wp-calendar th {
  font-weight: bold;
  text-align: right;
  color: #333333;
}

#sidebar #widget-area .widget-container #calendar_wrap table#wp-calendar td {
  text-align: right;
  color: #333333;
}

#sidebar #widget-area .widget-container #calendar_wrap table#wp-calendar td a {
  color: #dc143c;
}

#sidebar #widget-area .widget-container #calendar_wrap table#wp-calendar td a:hover {
  color: #999999;
}

#sidebar #widget-area .widget-container #calendar_wrap table#wp-calendar caption {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 10px 10px;
  color: #333333;
}

#sidebar #widget-area .widget-container h3 {
  width: auto;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  padding: 8px 0 8px 15px;
  color: #666666;
  background-color: #f8f8f8;
  border-top: 4px solid #cc0000;
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}

#sidebar #widget-area .widget-container .tagcloud {
  margin-bottom: 20px;
}

#sidebar #widget-area .widget-container .rss-widget-icon {
  margin: 0 5px 20px -5px;
  float: left;
}

/* コメント エリア */
#comments {
  width: auto;
  height: auto;
  margin: 20px 0 10px 0;
}

#respond h3 a {
  color: #ffffff;
}

#respond h3 a:hover {
  color: #dc143c;
}

#respond {
  width: auto;
  height: auto;
  margin-top: 20px;
}

#respond a {
  font-weight: bold;
}

.commentlist {
  list-style-image: none;
  list-style-type: none;
}

.reply {
  margin-bottom : 20px;
}

#commentform textarea {
  width: 99%;
  height: auto;
  margin: 10px 0;
  border: 1px solid #cccccc;
}

#commentform input[type=text] {
  margin-bottom: 5px;
  border: 1px solid #cccccc;
}

#commentform input[type=submit] {
  margin-bottom: 20px;
  padding:5px;
  color: #333333;
  background-color: #eeeeee; /* [if lt IE 9] */
  background: -o-linear-gradient(bottom, #eeeeee 0%, #cccccc 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#cccccc));
  background: -o-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
  background: linear-gradient(to bottom, #eeeeee 0%, #cccccc 100%);
  border: 1px solid #bbbbbb;
}

p.nocomments {
  display: none;
}

/* 検索結果 エリア */
#content h4.not_found {
  font-size: 24px;
  padding-left: 25px;
  background-image: url("images/not_found.png") !important;
  background-position: 0 0 !important;
  background-repeat: no-repeat !important;
  background: none;
  border: none;
}

#content p.not_found {
  font-size: 14px;
  color: #dc143c;
}

#content dl.search_box {
  width: 100%;
  height: auto;
  padding: 15px;
  display: block;
  background-color: #f8f8f8;
  border-radius: 5px;
  border: 1px solid #eeeeee;
}

#content dl.search_box dt input[type=text] {
  width: 70%;
  height: 25px;
  float: left;
  border: 1px solid #cccccc;
}

#content dl.search_box dd input[type=submit] {
  width: 100px;
  height: auto;
  font-size: 14px;
  text-align: center;
  padding: 2px 0;
  float: right;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
}

#content dl.search_box dd input[type=submit]:hover {
  color: #cc0000;
}

#content h4.search_result_title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-left: 30px;
  color: #333333;
  background: none;
  background-image: url("images/search_result.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  border: none;
  border-bottom: 3px dotted #000000;
}

#content p.search_result {
  font-size: 16px;
  margin-bottom: 20px;
}

#content p.search_result_txt {
  font-size: 14px;
  color: #dc143c;
  margin-bottom: 20px;
}

/* ページャー エリア */
#content .pager {
  text-align: center;
}

#content .pager a,
#content .pager span {
  font-size: 14px;
  padding: 0 3px;
}

#content .pager span {
  color: #dc143c;
}

#content .pager a {
  color: #000000;
}

#content .pager a:hover {
  color: #dc143c;
}

/* 404 エリア */
#content a.reverse_lnk {
  font-size: 16px;
  text-align: center;
  padding-top: 10px;
  text-decoration: underline;
}

/* トップページ エリア */
.top01 {
  width: 100%;
  height: auto;
  padding: 3.90625% 0 13.2083333% 0;
  margin: 0;
  background-color: #f5f5f5;
}

.top01 .inner_top {
  width: 100%;
  height: auto;
  padding: 0;
  padding-top: 11.8125%;
  padding-bottom: 7.8125%;
  background-image: none;
  margin: 0;
}

.top01 .inner_top img {
  width: 41.32791327%;
  height: auto;
  margin: auto;
  padding: 0;
}

.top01 .inner_top ul {
  width: 100%;
  height: auto;
  margin-top: -3.90625%;
  padding-top: 7.8125%;
  background-color: #eeeeee;
}

.top01 .inner_top ul li {
  width: 100%;
  height: auto;
  margin-bottom: 3.90625%;
  padding: 0 2.604166666%;
}

.top01 .inner_top ul li:last-child {
  margin: 0;
  padding: 0;
}

.top01 .inner_top ul li strong {
  font-size: 22px;
  font-weight: normal;
  text-align: center;
  line-height: 1.6em;
  color: #000000;
  display: block;
}

.top01 .inner_top ul li p {
  font-size: 16px;
  text-align: center;
  line-height: 1.8em;
  color: #000000;
}

.top01 .inner_top ul li:last-child img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.top01 .inner_bottom {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.top01 .inner_bottom a {
  width: 70%;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  line-height: 1.3em;
  color: #ffffff;
  margin: 0 auto;
  max-width: 320px;
  padding: 1.953125% 0;
  background-color: #f29900;
  border: 2px solid #f29900;
  display: block;
}

.top01 .inner_bottom a:hover {
  color: #f29900;
  -webkit-transition: 1.0s;
  -o-transition: 1.0s;
  transition: 1.0s;
  background-color: #ffffff;
  border: 2px solid #f29900;
}

.top02 {
  width: 100%;
  height: auto;
  margin-bottom: 13.2083333%;
  padding: 0;
}

.top02 .inner {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.top02 .inner img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0 3.556432%;
}

.top02 .inner ul {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 3.90625% 0;
  background-color: #f5f5f5;
}

.top02 .inner ul li {
  width: 100%;
  height: auto;
  margin-bottom: 5.90625%;
  padding: 0 2.604166666%;
}

.top02 .inner ul li:first-child {
  margin-bottom: 1.404167%;
}

.top02 .inner ul li:last-child {
  padding: 0;
}

.top02 .inner ul li p {
  font-size: 4vw;
  text-align: center;
}

.top02 .inner ul li strong {
  font-size: 6.5vw;
  line-height: 1.45em;
  display: block;
  text-align: center;
  letter-spacing: 0.975px;
}

.top02 .inner ul li a {
  width: 70%;
  font-size: 16px;
  max-width: 320px;
  text-align: center;
  text-decoration: none;
  line-height: 1.3em;
  color: #fff;
  margin: 0 auto;
  padding: 1.953125% 0 3.153125%;
  display: block;
}

.top02 .inner ul li a:hover {
  color: #f29900;
  -webkit-transition: 1.0s;
  -o-transition: 1.0s;
  transition: 1.0s;
  background-color: #ffffff;
}

.top03 {
  width: 100%;
  height: auto;
  margin-bottom: 13.2083333%;
  padding: 0;
}

.top03 .title {
  width: 100%;
  height: auto;
  margin-bottom: 3.90625%;
  padding: 0 2.604166666%;
}

.top03 .title img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.top03 .inner {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0 2.604166666%;
}

.top03 .inner ul {
  width: 100%;
  height: auto;
  margin-bottom: 5.208333333%;
  padding: 5.208333333% 2.604166666%;
  border: 2px solid #262626;
  position: relative;
}

.top03 .inner ul.point01 {
  background-image: url("http://suzuran-758.com/recruit/wp-content/uploads/2021/05/point01_bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.top03 .inner ul.point02 {
  background-image: url("http://suzuran-758.com/recruit/wp-content/uploads/2021/05/point02_bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.top03 .inner ul.point03 {
  background-image: url("http://suzuran-758.com/recruit/wp-content/uploads/2021/05/point03_bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.top03 .inner ul.point01:hover {
  background-image: url("http://suzuran-758.com/recruit/wp-content/uploads/2021/05/point01_bg_hover.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.top03 .inner ul.point02:hover {
  background-image: url("http://suzuran-758.com/recruit/wp-content/uploads/2021/05/point02_bg_hover.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.top03 .inner ul.point03:hover {
  background-image: url("http://suzuran-758.com/recruit/wp-content/uploads/2021/05/point03_bg_hover.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.top03 .inner ul a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -999px;
}

.top03 .inner ul li {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.top03 .inner ul.point01 li:first-child {
  height: 115px;
  margin-bottom: 3.90625%;
  background-image: url("http://suzuran-758.com/recruit/wp-content/uploads/2021/05/point01.png");
  background-position: center center;
  background-repeat: no-repeat;
}

.top03 .inner ul.point02 li:first-child {
  height: 115px;
  margin-bottom: 3.90625%;
  background-image: url("http://suzuran-758.com/recruit/wp-content/uploads/2021/05/point02.png");
  background-position: center center;
  background-repeat: no-repeat;
}

.top03 .inner ul.point03 li:first-child {
  height: 115px;
  margin-bottom: 3.90625%;
  background-image: url("http://suzuran-758.com/recruit/wp-content/uploads/2021/05/point03.png");
  background-position: center center;
  background-repeat: no-repeat;
}

.top03 .inner ul.point01:hover li:first-child {
  height: 115px;
  margin-bottom: 3.90625%;
  background-image: url("http://suzuran-758.com/recruit/wp-content/uploads/2021/05/point01_hover.png");
  background-position: center center;
  background-repeat: no-repeat;
}

.top03 .inner ul.point02:hover li:first-child {
  height: 115px;
  margin-bottom: 3.90625%;
  background-image: url("http://suzuran-758.com/recruit/wp-content/uploads/2021/05/point02_hover.png");
  background-position: center center;
  background-repeat: no-repeat;
}

.top03 .inner ul.point03:hover li:first-child {
  height: 115px;
  margin-bottom: 3.90625%;
  background-image: url("http://suzuran-758.com/recruit/wp-content/uploads/2021/05/point03_hover.png");
  background-position: center center;
  background-repeat: no-repeat;
}

.top03 .inner ul li strong {
  font-size: 28px;
  text-align: center;
  line-height: 1.3em;
  color: #262626;
  margin-bottom: 3.90625%;
  display: block;
}

.top03 .inner ul:hover li strong {
  color: #ffffff;
}

.top03 .inner ul li p {
  font-size: 18px;
  line-height: 1.8em;
  margin-bottom: 6.510416666%;
  color: #262626;
}

.top03 .inner ul:hover li p {
  color: #ffffff;
}

.top03 .inner ul li span {
  font-size: 18px;
  text-align: center;
  line-height: 1.3em;
  color: #ffffff;
  margin: 0;
  padding: 15px 0;
  background-color: #4563c4;
  display: block;
}

.top03 .inner ul:hover li span {
  color: #4563c4;
  background-color: #ffffff;
}

.top04 {
  width: 100%;
  height: auto;
  margin-bottom: 13.2083333%;
  padding: 0;
}

.top04 .inner_top {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0 2.604166666%;
  display: block;
}
#content .data-txt-title{ 
  padding-left: 9.5%;
}
p.data-txt {
    padding-left: 9.5%;
}
.top04 .inner_lnk {
  width: 100%;
  height: auto;
  margin: 0;
  padding-top: 2.604166666%;
}

.top04 .inner_lnk a {
  width: 70%;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  line-height: 1.3em;
  color: #ffffff;
  margin: 0 auto;
  padding: 1.953125% 0;
  background-color: #f16620;
  border: 2px solid #f16620;
  display: block;
}

.top04 .inner_lnk a:hover {
  color: #f29900;
  -webkit-transition: 1.0s;
  -o-transition: 1.0s;
  transition: 1.0s;
  background-color: #ffffff;
  border: 2px solid #f16620;
}

.top04 .inner_middle {
  width: 100%;
  height: auto;
  margin: 5.208333333% 0 13.2083333% 0;
  padding: 0 2.604166666%;
  display: block;
}

.top04 .inner_middle strong {
  width: 100%;
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  line-height: 1.3em;
  color: #ffffff;
  margin: 0;
  padding: 2.604166666% 0;
  background-color: #262626;
  display: block;
}

.top04 .inner_top .title {
  width: 100%;
  height: auto;
  margin-bottom: 3.90625%;
  padding: 0;
  display: block;
}

.top04 .inner_middle .title {
  width: 100%;
  height: auto;
  margin-bottom: 6.510416666%;
  padding: 0;
  display: block;
}

.top04 .inner_top .title img,
.top04 .inner_middle .title img {
  width: 80%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

.top04 .inner_top .title ul,
.top04 .inner_middle .title ul {
  width: 100%;
  height: auto;
  margin-top: 3.90625%;
  padding: 0;
}

.top04 .inner_top .title ul li,
.top04 .inner_middle .title ul li {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.top04 .inner_top .title ul li span,
.top04 .inner_middle .title ul li span {
  font-size: 20px;
  line-height: 1.3em;
  color: #000000;
  margin-bottom: 3.90625%;
  display: block;
}

.top04 .inner_top .title ul li img,
.top04 .inner_middle .title ul li img {
  width: 62.16216216%;
  height: auto;
  margin: 0 0 3.90625% 0;
  padding: 0;
}

.top04 .inner_top .title ul li strong,
.top04 .inner_middle .title ul li strong {
  width: 100%;
  font-size: 26px;
  font-weight: normal;
  text-align: left;
  line-height: 1.3em;
  color: #000000;
  margin-bottom: 2.604166666%;
  padding: 0;
  background: none;
  display: block;
}

.top04 .inner_top .title ul li p,
.top04 .inner_middle .title ul li p {
  font-size: 16px;
  line-height: 1.6em;
  color: #000000;
}

.top04 .inner_top .inner_left {
  width: 100%;
  height: auto;
  margin-top: 7.8125%;
  padding: 0;
}

.top04 .inner_top .inner_right {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.top04 .inner_top .inner_left ul,
.top04 .inner_top .inner_right ul {
  width: 100%;
  height: auto;
  margin-bottom: 5.208333333%;
  padding: 0;
}

.top04 .inner_top .inner_left ul li,
.top04 .inner_top .inner_right ul li {
  width: 100%;
  height: auto;
  margin-bottom: 3.90625%;
  padding: 0;
}

.top04 .inner_top .inner_left ul li img,
.top04 .inner_top .inner_right ul li img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.top04 .inner_top .inner_left ul li a:hover img,
.top04 .inner_top .inner_right ul li a:hover img {
  -webkit-transition: 1.0s;
  -o-transition: 1.0s;
  transition: 1.0s;
  opacity: 0.5;
}

.top04 .inner_top .inner_left ul li p {
  font-size: 16px;
  line-height: 1.6em;
  margin-left: 9.114583333%;
  color: #000000;
}

.top04 .inner_top .inner_right ul li p {
  font-size: 16px;
  line-height: 1.6em;
  color: #000000;
  margin-right: 9.114583333%;
}

.top04 .inner_middle .inner {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.top04 .inner_middle .inner ul {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.top04 .inner_middle .inner ul li {
  width: 33.33333333%;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
}

.top04 .inner_middle .inner ul li img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.top04 .inner_middle .inner ul li a:hover img {
  -webkit-transition: 1.0s;
  -o-transition: 1.0s;
  transition: 1.0s;
  opacity: 0.5;
}

.top04 .inner_bottom {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0 2.604166666%;
  display: block;
}

.top04 .inner_bottom img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.top04 .inner_bottom img.right {
  margin-bottom: 6.510416666%;
}

.top04 .inner_bottom a:hover img {
  -webkit-transition: 1.0s;
  -o-transition: 1.0s;
  transition: 1.0s;
  opacity: 0.5;
}
	
/*top05ここから*/
.top05 {	
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 0;
}

.top05 .inner {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: block;
}

.top05 .inner strong {
  width: 100%;
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  line-height: 1.3em;
  color: #ffffff;
  margin: 0 auto;
  padding: 2.604166666% 0;
  background-color: #262626;
  display: block;
}

.top05 .inner p {
  font-size: 16px;
  text-align: left;
  line-height: 1.3em;
  color: #000000;
  margin: 3.90625% 0;
  padding: 0 2.604166666%;
}

.top05 .inner ul {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0 2.604166666%;
  display: block;
}

.top05 .inner ul li {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.top05 .inner ul li img {
  width: 80%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

.top05 .inner ul li:first-child img,
.top05 .inner ul li:last-child img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.top05 .inner ul li a:hover img {
  -webkit-transition: 1.0s;
  -o-transition: 1.0s;
  transition: 1.0s;
  opacity: 0.5;
}

.top05 .data-inner-wrap {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-top: 0;
}

/*縦スライダーここから*/
	
.vertical-swiper {
	width: 100%;
	height: 80vw;
}
.vertical-swiper .swiper-slide {
	position: relative;
	background-size: cover;
	opacity: 1!important;
}
.vertical-swiper .swiper-slide.slide1 {
	background-image: url(images/img_workplace3.png);
}
.vertical-swiper .swiper-slide.slide2 {
	background-image: url(images/img_workplace1.png);
}
.vertical-swiper .swiper-slide.slide3 {
	background-image: url(images/img_workplace2.png);
}
.swiper-slide-prev {
	z-index: 1;
}
.swiper-slide-next {
	z-index: 2;
}
.swiper-slide-active {
	z-index: 3;
}
.vertical-swiper .swiper-slide figure {
	position: absolute;
	height: 16vw;
	margin: 0;
	overflow: hidden;
}
.vertical-swiper .swiper-slide.swiper-slide-next figure {
	height: 0;
}
.vertical-swiper .swiper-slide figure.swiper-parts-1 {
	position: absolute;
	bottom: 64vw;
	-webkit-transition: all .5s .0s ease;
	-o-transition: all .5s .0s ease;
	transition: all .5s .0s ease;
}
.vertical-swiper .swiper-slide figure.swiper-parts-2 {
	bottom: 48vw;
	-webkit-transition: all .5s .05s ease;
	-o-transition: all .5s .05s ease;
	transition: all .5s .05s ease;
}
.vertical-swiper .swiper-slide figure.swiper-parts-3 {
	bottom: 32vw;
	-webkit-transition: all .5s .1s ease;
	-o-transition: all .5s .1s ease;
	transition: all .5s .1s ease;
}
.vertical-swiper .swiper-slide figure.swiper-parts-4 {
	bottom: 16vw;
	-webkit-transition: all .5s .15s ease;
	-o-transition: all .5s .15s ease;
	transition: all .5s .15s ease;
}
.vertical-swiper .swiper-slide figure.swiper-parts-5 {
	bottom: 0;
	-webkit-transition: all .5s .2s ease;
	-o-transition: all .5s .2s ease;
	transition: all .5s .2s ease;
}
.vertical-swiper .swiper-slide.swiper-slide-active figure {
	height: 16vw;
}
.vertical-swiper .swiper-slide figure img {
	position: relative;
}
.vertical-swiper .swiper-slide figure.swiper-parts-2 img {
	top: -16vw;
}
.vertical-swiper .swiper-slide figure.swiper-parts-3 img {
	top: -32vw;
}
.vertical-swiper .swiper-slide figure.swiper-parts-4 img {
	top: -48vw;
}
.vertical-swiper .swiper-slide figure.swiper-parts-5 img {
	top: -64vw;
}
	
/*スライダーここまで*/
.top06 {
  width: 100%;
  height: auto;
  margin-bottom: 13.2083333%;
  padding: 0;
  padding-top: 80px;
}

.top06 .title {
  width: 100%;
  height: auto;
  margin-bottom: 5.208333333%;
  padding: 0 2.604166666%;
  display: block;
}

.top06 .title ul {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.top06 .title ul li {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.top06 .title ul li span {
  font-size: 20px;
  line-height: 1.3em;
  color: #4563c4;
  margin-bottom: 3.90625%;
  display: block;
}

.top06 .title ul li img {
  width: 62.16216216%;
  height: auto;
  margin-bottom: 3.90625%;
  padding: 0;
}

.top06 .title ul li strong {
  width: 100%;
  font-size: 26px;
  font-weight: normal;
  line-height: 1.3em;
  color: #4563c4;
  margin-bottom: 2.604166666%;
  padding: 0;
  display: block;
}

.top06 .slider01 {
  width: 100%;
  height: 200px;
  background-image: url("http://suzuran-758.com/recruit/wp-content/uploads/2021/05/slider01_bg.png");
  background-repeat: repeat-x;
}

.top06 .slider02 {
  width: 100%;
  height: 240px;
  background-image: url("http://suzuran-758.com/recruit/wp-content/uploads/2021/05/slider02_bg.png");
  background-repeat: repeat-x;
}

.top07 {
  width: 100%;
  height: auto;
  margin-bottom: 13.2083333%;
  padding: 0 2.604166666%;
}

.top07 .title {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: block;
}

.top07 .title img {
  width: 80%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

.top07 .title ul {
  width: 100%;
  height: auto;
  margin-top: 3.90625%;
  padding: 0;
}

.top07 .title ul li {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.top07 .title ul li span {
  font-size: 20px;
  line-height: 1.3em;
  color: #000000;
  margin-bottom: 3.90625%;
  display: block;
}

.top07 .title ul li img {
  width: 62.16216216%;
  height: auto;
  margin: 0 0 3.90625% 0;
  padding: 0;
  float: none;
}

.top07 .title ul li strong {
  width: 100%;
  font-size: 26px;
  font-weight: normal;
  text-align: left;
  line-height: 1.3em;
  color: #000000;
  margin-bottom: 2.604166666%;
  padding: 0;
  background: none;
  display: block;
}

.top07 .title ul li p {
  font-size: 16px;
  line-height: 1.6em;
  color: #000000;
}

.top07 .inner {
  width: 100%;
  height: auto;
  margin-top: 3.90625%;
  padding: 0;
  display: block;
}

.top07 .inner ul.left {
  width: 100%;
  height: auto;
  margin-bottom: 5.208333333%;
  padding: 0;
}

.top07 .inner ul.right {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.top07 .inner ul li {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.top07 .inner ul li img {
  width: 100%;
  height: auto;
  margin-bottom: 2.604166666%;
  padding: 0;
}

.top07 .inner ul li p {
  font-size: 16px;
  line-height: 1.6em;
  color: #000000;
}

.top07 .inner ul li a:hover img {
  -webkit-transition: 1.0s;
  -o-transition: 1.0s;
  transition: 1.0s;
  opacity: 0.5;
}

.top07 .inner_lnk {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding-top: 7.8125%;
}

.top07 .inner_lnk a {
  width: 70%;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  line-height: 1.3em;
  color: #ffffff;
  margin: 0 auto;
  padding: 1.953125% 0;
  max-width: 320px;
  background-color: #f16620;
  border: 2px solid #f16620;
  display: block;
}

.top07 .inner_lnk a:hover {
  color: #f29900;
  -webkit-transition: 1.0s;
  -o-transition: 1.0s;
  transition: 1.0s;
  background-color: #ffffff;
  border: 2px solid #f16620;
}

.top08 {
  width: 100%;
  height: auto;
  margin-bottom: 13.2083333%;
  padding: 0 2.604166666%;
}

.top08 .title {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: block;
}

.top08 .title ul {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.top08 .title ul li {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.top08 .title ul li span {
  font-size: 20px;
  line-height: 1.3em;
  color: #000000;
  margin-bottom: 3.90625%;
  display: block;
}

.top08 .title ul li img {
  width: 62.16216216%;
  height: auto;
  margin-bottom: 3.90625%;
  padding: 0;
}

.top08 .title ul li strong {
  width: 100%;
  font-size: 26px;
  font-weight: normal;
  line-height: 1.3em;
  color: #000000;
  margin-bottom: 2.604166666%;
  padding: 0;
  display: block;
}

.top08 .title ul li p {
  font-size: 16px;
  line-height: 1.6em;
  color: #000000;
}

.top08 .inner {
  width: 100%;
  height: auto;
  margin-top: 3.90625%;
  padding: 0;
  display: block;
}

.top08 .inner img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.top08 .inner a:hover img {
  -webkit-transition: 1.0s;
  -o-transition: 1.0s;
  transition: 1.0s;
  opacity: 0.5;
}

.top09 {
  width: 100%;
  height: auto;
  margin-bottom: 13.2083333%;
  padding: 0 2.604166666%;
}

.top09 .title {
  width: 100%;
  height: auto;
  margin-bottom: 6.510416666%;
  padding: 0;
  display: block;
}

.top09 .title ul li span {
  font-size: 20px;
  line-height: 1.3em;
  color: #ff5e00;
  margin-bottom: 3.90625%;
  display: block;
}

.top09 .title ul li img {
  width: 62.16216216%;
  height: auto;
  margin: 0;
  padding: 0;
}

.top09 .inner {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  display: block;
}

.top09 .inner .blog {
  width: 100%;
  height: auto;
  margin-bottom: 3.90625%;
  padding: 0;
  display: block;
}

.top09 .inner .blog ul {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
}

.top09 .inner .blog ul li.thum {
  width: auto;
  margin: 0 auto 5vw;
  height: auto;
  max-width: 50vw;
  margin-bottom: 5.208333333%;
  padding: 0;
}

.top09 .inner .blog ul li.thum img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.top09 .inner .blog ul li.sentence {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.top09 .inner .blog ul li.sentence p {
  font-size: 14px;
  margin-bottom: 2.604166666%;
}
.top09 .inner .blog ul li.sentence p.date {
  margin-bottom: 8px;
}
.top09 .inner .blog ul li.sentence p.date span {
    display: inline-block;
    padding: 5px 8px;
    background: #ee6a28;
    color: #fff;
    font-size: 14px;
}
.top09 .inner .blog ul li.sentence p.date span i {
    margin-right: 4px;
    font-size: 1.15em;
}
.top09 .inner .blog ul li.sentence p.post_title a {
  font-size: 22px;
  text-decoration: none;
  line-height: 1.4em;
  color: #000000;
  margin-top: 0.651041666%;
  display: block;
}
.top09 .inner .blog ul li.sentence p.text a {
  font-size: 15px;
  text-decoration: none;
  color: #000000;
}

.top09 .inner .blog ul li.sentence p a:hover,
.top09 .inner .blog ul li.sentence p.text a:hover {
  opacity: 0.5;
}

.top09 .inner .blog ul li.last {
  width: 100%;
  height: 2.604166666%;
  margin: 0;
  padding: 0;
  float: left;
}

.top09 .inner .lnk {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: block;
}

.top09 .inner .lnk a {
  width: 70%;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  line-height: 1.3em;
  color: #ffffff;
  margin: 0 auto;
  max-width: 320px;
  padding: 1.953125% 0;
  background-color: #f16620;
  border: 2px solid #f16620;
  display: block;
}

.top09 .inner .lnk a:hover {
  color: #f29900;
  -webkit-transition: 1.0s;
  -o-transition: 1.0s;
  transition: 1.0s;
  background-color: #ffffff;
  border: 2px solid #f16620;
}

.top010 {
  width: 100%;
  height: auto;
  margin-bottom: 13.2083333%;
  padding: 0 2.604166666%;
}

.top010 .title {
  width: 100%;
  height: auto;
  margin-bottom: 6.510416666%;
  padding: 0;
  display: block;
}

.top010 .title ul li span {
  font-size: 20px;
  line-height: 1.3em;
  color: #4563c4;
  margin-bottom: 3.90625%;
  display: block;
}

.top010 .title ul li img {
  width: 62.16216216%;
  height: auto;
  margin: 0;
  padding: 0;
}

.top010 .inner {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: block;
}

.top010 .inner .topics {
  width: 100%;
  height: auto;
  margin-bottom: 7.8125%;
  padding: 0;
  display: block;
}

.top010 .inner .topics ul {
  width: 100%;
  height: auto;
  margin-bottom: 5.208333333%;
  padding: 0;
}

.top010 .inner .topics ul li img {
  width: 100%;
  height: auto;
  margin-bottom: 2.604166666%;
  padding: 0;;
}

.top010 .inner .topics ul li {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.top010 .inner .topics ul li p {
  font-size: 15px;
  text-align: right;
  line-height: 1.3em;
}

.top010 .inner .topics ul li p a {
  font-size: 18px;
  text-align: left;
  text-decoration: none;
  line-height: 1.4em;
  color: #000000;
  margin-top: 5px;
  display: block;
}

.top010 .inner .topics ul li p.text a {
  font-size: 16px;
  text-align: left;
  text-decoration: none;
  line-height: 1.4em;
  color: #000000;
  margin-top: 10px;
  display: block;
}

.top010 .inner .topics ul li p a:hover,
.top010 .inner .topics ul li p.text a:hover {
  opacity: 0.5;
}

.top010 .inner .lnk {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: block;
}

.top010 .inner .lnk a {
  width: 70%;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  line-height: 1.3em;
  color: #ffffff;
  margin: 0 auto;
  padding: 1.953125% 0;
  background-color: #262626;
  border: 2px solid #262626;
  display: block;
}

.top010 .inner .lnk a:hover {
  color: #262626;
  -webkit-transition: 1.0s;
  -o-transition: 1.0s;
  transition: 1.0s;
  background-color: #ffffff;
  border: 2px solid #262626;
}

.top_contact {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.top_contact.under-contact{
  padding-top: 5vw;
  padding-bottom: 0;
}

.top_contact .inner_top {
  width: 100%;
  height: auto;
  margin-bottom: 3.90625%;
  padding: 0 2.604166666%;
  display: block;
}

.top_contact .inner_top p {
  font-size: 28px;
  font-weight: bold;
  text-align: left;
  line-height: 1.2em;
  color: #444444;
  margin-bottom: 3.90625%;
}

.top_contact .inner_top img {
  width: auto;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

.top_contact .inner_bottom {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: block;
}

.top_contact .inner_bottom ul {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.top_contact .inner_bottom ul li {
  width: 100%;
  height: auto;
  margin-bottom: 1.302083333%;
  padding: 0;
}

.top_contact .inner_bottom ul li img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.top_contact .inner_bottom ul li a:hover img {
  -webkit-transition: 1.0s;
  -o-transition: 1.0s;
  transition: 1.0s;
  opacity: 0.5;
}

/* 企業理念ページ エリア */
.philosophy {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0 2.604166666%;
}

.philosophy .inner01 {
  width: 100%;
  height: auto;
  margin: 10.02083333% 0;
  padding: 8.02083333% 0;
  background-image: -o-linear-gradient(108deg, #ff5e17,#F09C0B , #f7a301, #f76f01);
  background-image: linear-gradient(342deg, #ff5e17,#F09C0B , #f7a301, #f76f01);
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.1);
          box-shadow: 0 3px 6px rgba(0,0,0,0.1);
  border: 1px solid #e65218;
}

.philosophy .inner01 img {
  width: 70%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

.philosophy .inner01 span {
  text-align: center;
  line-height: 1.0em;
  margin:0 0 8.02083333% 0;
  display: block;
}

.philosophy .inner01 span strong {
  font-size: 11.0vw;
  color: #ffffff;
  margin: 0 1.953125%;
  padding: 2.904167% 3.90625% 3.904167%;
  background-color: #f17a00;
  line-height: 11.0vw;
  display: inline-block;
}

.philosophy .inner01 p {
  font-size: 4.8vw;
  text-align: left;
  line-height: 1.6em;
  letter-spacing: 0.1em;
  color: #ffffff;
  padding:0 3.90625%;
  text-shadow: #933d21 0px 1px 2px;
}

.philosophy .inner02 {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 5.208333333% 0;
}

.philosophy .inner02 img {
  width: 91.81818181%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}
.philosophy .phy_p_al p {
    white-space: nowrap;
}


/* 福利厚生ページ エリア */
.welfare {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.welfare .inner01 {
  width: 100%;
  min-height: unset;
  height: auto;
  margin-top: 0;
  padding: 0;
  background: none;
  background-color: #fff;
}

.welfare .inner01 img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.welfare .inner01 span {
  font-size: 8.0vw;
  font-weight: bold;
  text-align: center;
  line-height: 1.3em;
  letter-spacing: 0.1em;
  color: #ffffff;
  text-shadow: 0 0 3px #ff833b,
  0 0 3px #ff833b,
  0 0 3px #ff833b,
  0 0 3px #ff833b,
  0 0 3px #ff833b,
  0 0 3px #ff833b,
  0 0 3px #ff833b,
  0 0 3px #ff833b,
  0 0 3px #ff833b,
  0 0 3px #ff833b,
  0 0 3px #ff833b,
  0 0 3px #ff833b,
  0 0 3px #ff833b,
  0 0 3px #ff833b,
  0 0 3px #ff833b,
  0 0 3px #ff833b;
  margin-bottom: 3.20625%;
  padding: 0 2.604166666%;
  display: block;
}

.post .welfare .inner01 p {
  font-size: 4.2vw;
  font-weight: bold;
  text-align: left;
  line-height: 1.65em;
  letter-spacing: 0.1em;
  color: #4b4b4b;
  margin-top: 0;
  padding:4% 2.604166666% 0;
}
.welfare .inner01 p br{display: none;}

.welfare .inner02 {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 7.208333333% 0;
  padding-bottom: 0;
}

.welfare .inner02 strong {
  font-size: 5.5vw;
  text-align: center;
  line-height: 1.3em;
  letter-spacing: 0.55vw;
  margin-bottom: 3.90625%;
  padding-right: 2.604166666%;
  display: block;
}

.welfare .inner02 p.welfare_txt.wel_big_txt {
    margin: 45px auto 30px;
    font-size: 23px;
}
.welfare .inner02 p.welfare_txt {
  font-size: 17px;
  padding: 0 2%;
  margin: 15px 0;
  text-align: left;
}
.wel_title_{
	margin: 15px auto;
}
.wel_flex{
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.wel_flex_in {
    margin: 25px auto;
    width: calc(100% - 20px);
}
.img_welfare img {
    margin: auto;
}
.welfare .inner02 p.welfare_txt.txt_markup {
    background: unset;
	font-size: 21px;
}

.welfare .inner02 .wel_txt_enclose {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 25px 0 0;
    gap: 10px;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
}
.welfare .inner02 .wel_txt_enclose p {
    font-size: 18px;
    min-width: auto;
    width: 30%;
    margin: 0;
    padding: 0 12px;
}
.welfare .inner03 {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.welfare .inner03 .inner {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.welfare .inner03 .inner p.title {
  text-align: center;
  line-height: 1.0em;
  margin-bottom: 10.41666666%;
}

.welfare .inner03 .inner p.title span {
  font-family: "arial","メイリオ";
  font-size: 9.0vw;
  font-weight: bold;
  text-align: center;
  line-height: 1.3em;
  margin-bottom: 5.41666666%;
  display: block;
}

.welfare .inner03 .inner p.title strong {
  font-size: 11.0vw;
  color: #ffffff;
  display: inline-block;
  line-height: 11.0vw;
  margin: 0 1.953125%;
  padding: 2.904167% 3.90625% 3.904167%;
  -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.4);
          box-shadow: 0 2px 4px rgba(0,0,0,0.4);
}

.welfare .inner03 .inner p {
  font-size: 4.95vw;
  font-weight: bold;
  text-align: center;
  line-height: 1.3em;
  letter-spacing: 0.04em;
  color: #222222;
  margin: 0;
  padding: 0 2.604166666%;
}

.welfare .inner03 .inner p span {
  font-family: "arial";
  font-size: 8vw;
}

.welfare .inner03 .inner ul,
.welfare .inner04 .inner ul {
  width: 94.7916667%;
  height: auto;
  margin: 6.510416666% 2.604166666% 0 2.604166666%;
  padding: 3.90625% 2.604166666%;
}

.welfare .inner05 .inner ul {
  width: 100%;
  height: auto;
  margin-top: 6.510416666%;
  padding: 3.90625% 2.604166666%;
  background-color: #4563c4;
}

.welfare .inner03 .inner ul li,
.welfare .inner04 .inner ul li,
.welfare .inner05 .inner ul li {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.welfare .inner03 .inner ul li img,
.welfare .inner04 .inner ul li img,
.welfare .inner05 .inner ul li img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.welfare .inner03 .inner ul li p,
.welfare .inner04 .inner ul li p,
.welfare .inner05 .inner ul li p {
  font-size: 16px;
  font-weight: normal;
  text-align: left;
  line-height: 1.6em;
  color: #ffffff;
  padding: 0;
}

.welfare .inner04 {
  width: 100%;
  height: auto;
  margin: 10.41666666% 0;
  padding: 0;
}

.welfare .inner04 .title {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.welfare .inner04 .title img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.welfare .inner04 .inner {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.welfare .inner05 {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.welfare .inner05 img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.welfare .inner05 .inner {
  width: 100%;
  height: auto;
  margin-top: 5.208333333%;
  padding: 0 2.604166666%;
}

.welfare .inner05 .inner p.left {
  font-size: 6.5vw;
  font-weight: bold;
  text-align: left;
  line-height: 1.6em;
  letter-spacing: 0.10em;
  color: #222222;
  margin: 0;
}

.welfare .inner05 .inner p.right {
  font-size: 7.0vw;
  font-weight: bold;
  text-align: right;
  line-height: 1.6em;
  letter-spacing: 0.10em;
  color: #222222;
  margin: 0;
}

.welfare .inner05 .inner p.left span,
.welfare .inner05 .inner p.right span {
  font-size: 8.5vw;
  color: #cc0000;
}

/* 代表メッセージページ エリア */
.greet {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.greet .inner01 {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0 2.604166666% 7.8125% 2.604166666%;
}

.greet .inner01 p {
  font-size: 6.3vw;
  font-weight: bold;
  text-align: center;
  line-height: 1.8em;
  letter-spacing: 0.04em;
  color: #222222;
}

.greet .inner01 p span {
  font-size: 8.5vw;
  font-weight: bold;
  color: #f29900;
}

.greet .inner01 p strong {
  font-size: 6.3vw;

  color: #222222;
  display: block;
}

.greet .inner02 {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0 2.604166666% 0;
}

.greet .inner02 .inner {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.greet .inner02 .inner img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.greet .inner02 .inner p {
  font-size: 16px;
  text-align: left;
  line-height: 1.6em;
  letter-spacing: 0.04em;
  color: #232323;
  margin-top: 5.208333333%;
}

.greet .inner02 .inner ul {
  width: 100%;
  height: auto;
  margin-top: 7.8125%;
  padding: 0;
  display: block;
}

.greet .inner02 .inner ul li {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.greet .inner02 .inner ul li img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.greet .inner02 .inner ul li p {
  font-size: 4.6vw;
  text-align: center;
  line-height: 1.0em;
  letter-spacing: 0.04em;
  color: #ffffff;
  margin-top: 5.208333333%;
}

.greet .inner02 .inner ul li strong {
  font-size: 7.0vw;
  font-weight: normal;
  text-align: center;
  line-height: 1.0em;
  letter-spacing: 0.04em;
  color: #ffffff;
  display: block;
}
.greet .inner02 .inner .flex_wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
}

.greet .inner02 .inner .flex_wrap figure,.greet .inner02 .inner .flex_wrap div {
    width: 100%;
    padding: 0 2%;
}

.greet .inner02 .inner .flex_wrap figure {
    max-width: 416px;
    margin: 0 auto;
}

#content .greet .inner02 .inner .flex_wrap div p {
  padding: 0;
  font-size: 16px;
}

#content .greet .inner02 .inner .flex_wrap div h2 {
    margin-top: 0.75em;
    padding: 2% 1% 2%;
    font-size: 5vw;
}
#content .greet .inner02 .inner .flex_wrap div h2 span{
  font-size: 0.75em;
}
#content .greet .inner02 .inner .flex_wrap div table th, 
#content .greet .inner02 .inner .flex_wrap div table td {
  width: 100%;
  float: left;
}
#content .greet .inner02 .inner .flex_wrap div table th {
    border-bottom: none;
    padding-bottom: 0;
}

#content .greet .inner02 .inner .flex_wrap div table td,
#content .greet .inner02 .inner .flex_wrap div table.career_table td {
    padding-top: 3px;
}
#content .greet .inner02 .inner .flex_wrap div table th,
#content .greet .inner02 .inner .flex_wrap div table.career_table th{
    border-bottom: none;
    padding-bottom: 0;
}
/* 教育制度ページ エリア */
.education {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.education .inner01 {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.education .inner01 .inner {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.education .inner01 .inner p.left {
  font-size: 8.5vw;
  font-weight: bold;
  text-align: center;
  line-height: 1.6em;
  letter-spacing: 0.10em;
  color: #222222;
  margin: 0;
}

.education .inner01 .inner p.right {
  text-align: center;
  line-height: 1.0em;
  margin: 6.510416666% 0 7.8125% 0;
}

.education .inner01 .inner p.right span {
  font-size: 9.0vw;
  font-weight: bold;
  text-align: center;
  color: #065cac;
  margin-bottom: 11.71875%;
  display: block;
}

.education .inner01 .inner p.right strong {
  font-size: 11.0vw;
  color: #ffffff;
  margin: 0 1.953125%;
  padding: 2.604166666% 3.90625%;
  background-color: #4563c4;
  -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.4);
          box-shadow: 0 2px 4px rgba(0,0,0,0.4);
}

.education .inner02 {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 5.208333333% 0 2.604166666% 0;
}

.education .inner02 img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.education .inner02 p {
  font-size: 7.0vw;
  font-weight: bold;
  text-align: right;
  line-height: 1.6em;
  letter-spacing: 0.03em;
  color: #222222;
  margin: 0;
  padding-right: 2.604166666%;
}

.education .inner02 p span {
  font-size: 9.0vw;
  font-weight: bold;
  letter-spacing: 0.10em;
  color: #065cac;
}

.education .inner02 .inner {
  width: 100%;
  height: auto;
  margin-top: 5.208333333%;
  padding: 0 2.604166666%;
}

.education .inner02 .inner ul {
  width: 100%;
  height: auto;
  margin-bottom: 5.208333333%;
  padding: 0;
}

.education .inner02 .inner ul li {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  background: none;
}

.education .inner02 .inner ul li:first-child {
  padding: 1.692708333% 0 1.302083333% 0;
  background-color: #4563c4;
}

.education .inner02 .inner ul li:last-child {
  margin-top: 2.604166666%;
}

.education .inner02 .inner ul li strong {
  font-size: 6.5vw;
  text-align: center;
  line-height: 1.3em;
  color: #ffffff;
  display: block;
}

.education .inner02 .inner ul li img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.education .inner02 .inner ul li p {
  font-size: 20px;
  font-weight: normal;
  text-align: left;
  line-height: 1.6em;
  color: #222222;
  margin: 0;
}

.education .inner03 {
  width: 100%;
  height: auto;
  margin: 0;
  padding-bottom: 10.41666666%;
}

.education .inner03 img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.education .inner03 p {
  font-size: 7.0vw;
  font-weight: bold;
  text-align: right;
  line-height: 1.6em;
  letter-spacing: 0.03em;
  color: #222222;
  margin: 0;
  padding-right: 2.604166666%;
}

.education .inner03 p span {
  font-size: 9.0vw;
  font-weight: bold;
  text-align: right;
  letter-spacing: 0.05em;
  color: #065cac;
  display: block;
}

.education .inner03 .inner {
  width: 100%;
  height: auto;
  margin-top: 5.208333333%;
  padding: 0 2.604166666%;
}

.education .inner03 .inner img.top {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.education .inner03 .inner img.middle {
  width: 40%;
  height: auto;
  margin: 3.90625% auto 0 auto;
  padding: 0;
}

.education .inner03 .inner img.bottom {
  width: 74.09090909%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

.education .inner04 {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.education .inner04 img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.education .inner04 p {
  font-size: 7.0vw;
  font-weight: bold;
  text-align: right;
  line-height: 1.6em;
  letter-spacing: 0.03em;
  color: #222222;
  margin: 0;
  padding-right: 2.604166666%
}

.education .inner04 p span {
  font-size: 9.0vw;
  font-weight: bold;
  text-align: right;
  letter-spacing: 0.10em;
  color: #065cac;
  display: block;
}

.education .inner04 .inner {
  width: 100%;
  height: auto;
  margin-top: 5.208333333%;
  padding: 0 2.604166666%;
}

.education .inner04 .inner img.top {
  width: 100%;
  height: auto;
  margin: 0 0 3.90625% 0;
  padding: 0;
}

.education .inner04 .inner img.bottom {
  width: 100%;
  height: auto;
  margin: 7.8125% 0 0 0;
  padding: 0;
}

.education .inner04 .inner p {
  font-size: 20px;
  font-weight: normal;
  text-align: left;
  line-height: 1.6em;
  color: #222222;
  margin: 0;
}

.education .inner04 .inner span {
  font-size: 5.0vw;
  font-weight: bold;
  text-align: center;
  line-height: 1.3em;
  color: #222222;
  margin: 0;
  padding: 0;
  display: block;
}

.education .inner04 .inner span strong {
  width: 100%;
  font-size: 5.0vw;
  text-align: center;
  color: #ffffff;
  margin-bottom: 1.602083333%;
  padding: 1.692708333% 0 1.302083333% 0;
  background-color: #4563c4;
  display: block;
}

.education .inner04 .inner ul {
  width: 100%;
  height: auto;
  margin: 3.90625% 0 9.114583333% 0;
  padding: 0;
  display: block;
}

.education .inner04 .inner ul li:first-child {
  width: 60%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

.education .inner04 .inner ul li:last-child {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 3.90625% 0 0 0;
}

.education .inner04 .inner ul li img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.education .inner04 .inner ul li p {
  font-size: 20px;
  font-weight: normal;
  text-align: left;
  line-height: 1.6em;
  color: #222222;
  margin: 0;
}

.education .inner05 {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.education .inner05 img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.education .inner05 p {
  font-size: 9.0vw;
  font-weight: bold;
  text-align: right;
  line-height: 1.3em;
  letter-spacing: 0.05em;
  color: #4563c4;
  margin: 0;
  padding-right: 2.604166666%;
}

.education .inner05 .inner {
  width: 94.7916667%;
  height: auto;
  margin: 5.208333333% 2.604166666% 0 2.604166666%;
  padding: 5.208333333%;
  background-color: #4563c4;
}

.education .inner05 .inner span {
  font-size: 6.0vw;
  font-weight: bold;
  text-align: center;
  line-height: 1.3em;
  letter-spacing: 0.05em;
  color: #ffffff;
  margin: 0;
  padding: 1.692708333% 2.604166666% 1.302083333% 2.604166666%;
  background-color: #222222;
  display: block;
  float: left;
}

.education .inner05 .inner .inner_top {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: block;
}

.education .inner05 .inner .inner_top p {
  font-size: 6.5vw;
  font-weight: bold;
  text-align: left;
  line-height: 1.3em;
  color: #ffffff;
  margin: 6.510416666% 0 0 0;
  padding: 0;
}

.education .inner05 .inner .inner_top p strong {
  font-size: 9.0vw;
  font-weight: bold;
  text-align: left;
  line-height: 1.3em;
  letter-spacing: 0.10em;
  color: #ffffff;
  margin: 1.302083333% 0 0 0;
  padding: 0;
  display: block;
}

.education .inner05 .inner .inner_top ul {
  width: 100%;
  height: auto;
  margin: 6.510416666% 0 0 0;
  padding: 0;
}

.education .inner05 .inner .inner_top ul li {
  width: 100%;
  height: auto;
  margin: 0 0 3.90625% 0;
  padding: 0;
}

.education .inner05 .inner .inner_top ul li p {
  font-size: 6.0vw;
  font-weight: bold;
  text-align: left;
  line-height: 1.4em;
  color: #ffffff;
  margin: 0;
  padding: 0 0 0 9.0vw;
  background-image: url("http://suzuran-758.com/recruit/wp-content/uploads/2021/05/education_icon.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 6.0vw;
}

.education .inner05 .inner .inner_middle {
  width: 100%;
  height: auto;
  margin: 7.8125% 0 0 0;
  padding: 0;
  display: block;
}

.education .inner05 .inner .inner_middle span {
  font-size: 6.5vw;
  font-weight: bold;
  text-align: center;
  line-height: 1.3em;
  letter-spacing: 0.05em;
  color: #4563c4;
  margin: 0;
  padding: 1.692708333% 2.604166666% 1.302083333% 2.604166666%;
  background-color: #ffffff;
  display: block;
  float: left;
}

.education .inner05 .inner .inner_middle ul {
  width: 100%;
  height: auto;
  margin: 5.208333333% 0 0 0;
  padding: 0;
  float: left;
}

.education .inner05 .inner .inner_middle ul li {
  width: 100%;
  height: auto;
  margin: 0 0 3.90625% 0;
  padding: 0;
}

.education .inner05 .inner .inner_middle ul li p {
  font-size: 5.0vw;
  font-weight: normal;
  text-align: left;
  line-height: 1.3em;
  color: #ffffff;
  margin: 0;
  padding: 0;
}

.education .inner05 .inner .inner_bottom {
  width: 100%;
  height: auto;
  margin: 7.8125% 0 0 0;
  padding: 0;
  display: block;
}

.education .inner05 .inner .inner_bottom span {
  font-size: 7.0vw;
  font-weight: normal;
  text-align: center;
  line-height: 1.3em;
  letter-spacing: 0.10em;
  color: #ffffff;
  margin: 0;
  padding: 0;
  background: none;
  float: none;
}

.education .inner05 .inner .inner_bottom ul {
  width: 100%;
  height: auto;
  margin: 5.208333333% 0 0 0;
  padding: 0;
  float: left;
}

.education .inner05 .inner .inner_bottom  ul li {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.education .inner05 .inner .inner_bottom  ul li img {
  width: 100%;
  height: auto;
  margin: 0 0 5.208333333% 0;
  padding: 0;
}

.education .inner05 .inner .inner_bottom  ul li span {
  font-size: 7.0vw;
  font-weight: bold;
  text-align: center;
  line-height: 1.3em;
  letter-spacing: 0.10em;
  color: #ffffff;
  margin: 0 0 5.208333333% 0;
  padding: 0;
  background: none;
  float: none;
  display: block;
}

.education .inner05 .inner .inner_bottom  ul li p {
  font-size: 20px;
  font-weight: normal;
  text-align: left;
  line-height: 1.6em;
  color: #ffffff;
  margin: 0 0 7.8125% 0;
  padding: 0;
}

/* スポーツ事業ページ エリア */
.sports {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.sports strong {
  font-family: "arial";
  font-size: 10.0vw;
  font-weight: bold;
  text-align: center;
  text-shadow: 0 2px 3px #065cac;
  line-height: 1.3em;
  color: #4563c4;
  display: block;
}

.sports .inner01 {
  width: 100%;
  height: auto;
  margin-top: 5.208333333%;
  padding: 0;
}

.sports .inner01 img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.sports .inner02 {
  width: 100%;
  height: auto;
  margin: 5.208333333% 0 2.604166666% 0;
  padding: 0 2.604166666%;
}

.sports .inner02 img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.sports .inner02 .inner {
  width: 100%;
  height: auto;
  margin-top: 7.8125%;
  padding: 0;
  display: block;
}

.sports .inner02 .inner p {
  font-size: 5.0vw;
  font-weight: bold;
  text-align: left;
  line-height: 1.3em;
  color: #ffffff;
  margin: 0 0 1.302083333% 0;
  padding: 1.692708333% 2.604166666% 1.302083333% 2.604166666%;
  background-color: #4563c4;
  float: left;
}

.sports .inner03 {
  width: 100%;
  height: auto;
  margin-bottom: 5.208333333%;
  padding: 0 2.604166666%;
}

.sports .inner03 p {
  font-size: 20px;
  font-weight: normal;
  text-align: left;
  line-height: 1.6em;
  color: #222222;
  margin: 0;
  padding: 0;
}

.sports .inner04 {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.sports .inner04 .inner {
  width: 100%;
  height: auto;
  margin: 0 0 6.510416666% 0;
  padding: 0 2.604166666%;
  display: block;
}

.sports .inner04 .inner ul {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.sports .inner04 .inner ul li {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.sports .inner04 .inner ul li:first-child {
  margin-bottom: 3.90625%;
  padding-left: 11.0vw;
  background-image: url("http://suzuran-758.com/recruit/wp-content/uploads/2021/05/sports_icon.png");
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: 8.0vw;
}

.sports .inner04 .inner ul li span {
  font-size: 6.0vw;
  font-weight: bold;
  text-align: left;
  line-height: 1.2em;
  color: #222222;
  display: block;
}

.sports .inner04 .inner ul li span strong {
  font-size: 8.0vw;
  text-shadow: none;
  color: #4563c4;
  display: inline-block;
}

.sports .inner04 .inner ul li p {
  font-size: 20px;
  font-weight: normal;
  text-align: left;
  line-height: 1.6em;
  color: #222222;
  margin: 0;
  padding: 0;
}

.sports .inner05 {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.sports .inner05 .inner {
  width: 100%;
  height: auto;
  margin: 6.510416666% 0 0 0;
  padding: 5.208333333% 0 7.8125% 0;
  background-color: #4563c4;
}

.sports .inner05 .inner strong {
  font-size: 5.8vw;
  text-align: center;
  line-height: 1.3em;
  color: #ffffff;
  margin-bottom: 2.604166666%;
  display: block;
}

.sports .inner05 .inner span {
  width: 94.7916664%;
  font-size: 5.5vw;
  font-weight: bold;
  text-align: center;
  line-height: 1.3em;
  margin: 0 2.604166666%;
  color: #222222;
  padding: 1.692708333% 0 1.302083333% 0;
  background-color: #ffffff;
  display: block;
}

.sports .inner05 .inner p {
  font-size: 20px;
  font-weight: normal;
  text-align: left;
  line-height: 1.6em;
  color: #ffffff;
  margin-top: 5.208333333%;
  padding: 0 2.604166666%;
}

.sports .inner05 .inner p img {
  width: 36.11111111%;
  height: auto;
  margin: 0 20px 0 0;
  padding: 0;
  float: left;
}

.sports .inner05 .inner p span {
  font-size: 18px;
  font-weight: normal;
  text-align: right;
  line-height: 1.3em;
  color: #ffffff;
  margin-top: 2.604166666%;
  padding: 0;
  background: none;
  display: block;
}

.sports .inner05 .inner .img_box {
  width: 100%;
  height: auto;
  margin-top: 5.208333333%;
  padding: 0 2.604166666%;
  display: block;
}

.sports .inner05 .inner .img_box img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

/* カテゴリ・アーカイブ・検索結果ページ エリア */
.post_inner {
  width: 100%;
  height: auto;
  margin-bottom: 3.90625%;
  padding-bottom: 1.953125%;
  float: left;
  border-bottom: 1px dotted #262626;
}

.post_inner .thum {
  width: 21.97802197%;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
}

.post_inner .show_post {
  width: 75.27472527%;
  height: auto;
  margin: 0;
  padding: 0;
  float: right;
}

.post_inner .show_post li {
  width: 100%;
  height: auto;
  margin-bottom: 0.911458333%;
  padding: 0;
  float: left;
}

.post_inner .show_post li.cat_mark_box p.cat_mark {
  width: auto;
  height: auto;
  line-height: 1.0em;
  margin: 0;
  padding: 0 3px;
  float: left;
  background-color: #ea7d22;
}

.post_inner .show_post li.cat_mark_box p.cat_mark a {
  font-size: 10px;
  color: #ffffff;
  text-decoration: none; 
}

.post_inner .show_post li.cat_mark_box p.cat_date {
  width: auto;
  height: auto;
  font-size: 12px;
  line-height: 1.4em;
  float: right;
}

.post_inner .show_post li.cat_title_box p.cat_title {
  font-weight: bold;
  line-height: 1.2em;
}

.post_inner .show_post li.cat_title_box p.cat_title a {
  font-size: 15px;
  color: #262626;
  text-decoration: none;
  line-height: 1.2em;
  display: block;
}

.post_inner .show_post li.cat_text_box {
  margin: 0;
}

.post_inner .show_post li.cat_text_box p.cat_text {
  line-height: 1.2em;
}

.post_inner .show_post li.cat_text_box p.cat_text a {
  font-size: 13px;
  color: #262626;
  line-height: 1.3em;
  text-decoration: none; 
  display: block;
}

.post_inner .show_post li.cat_title_box p.cat_title a:hover,
.post_inner .show_post li.cat_text_box p.cat_text a:hover {
  color: #dddddd;
}

.post_inner .show_post li.cat_mark_box p.cat_mark a:hover {
  color: #dddddd;
}

.nav_sp ul {
  width: 100%;
  overflow: hidden;
  padding-left: 0;
  padding-top: 1px;
}

.nav_sp ul li {
  width: 50%;
  float: left;
  padding-right: 1px;
  padding-bottom: 1px;
}
.nav_sp ul li:nth-child(even) {
  padding-right: 0;

}

/*.nav_sp ul li:last-of-type {
  display: none;
}*/

.nav_sp ul li a {
  display: block;
  padding: 8px 15px;
  background-color: #f29900;
  color: white;
  text-align: left;
  text-decoration: none;
  position: relative;
}
#header .nav_sp  ul li.menu-item a:hover {
  color: #f29900;
  background-color: #ffffff;
  -webkit-transition: 1.0s;
  -o-transition: 1.0s;
  transition: 1.0s;
}
.nav_sp ul li a:before {
    border-left: 2px solid;
    border-top: 2px solid;
    border-color: #ffffff;
    content: "";
    height: 1.5vw;
    position: absolute;
    right: 5%;
    top: 40%;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 1.5vw;
}
.footer-menu ul {
  display: block;
  padding-left: 0;
  padding-top: 1px;
}

.footer-menu ul li {
  display: block;
  width: 50%;
  float: left;
  padding-right: 1px;
  padding-bottom: 1px;
}
.footer-menu ul li:nth-of-type(even) {
  padding-right: 0;
}
.footer-menu ul li:last-of-type:nth-of-type(odd) {
  width: 100%;
}

.footer-menu ul li a {
  background-color: #f29900;
  color: white;
  font-size: 14px;
  text-align: left;
}
	
.footer-menu ul li a span{
  display: block;
  text-align: center;
}
.footer-menu ul li:last-of-type a span{
  text-align: center;
}
.footer-menu ul li a span:before{
  border-color: #fff;
  left: 90%;
}
.footer-menu ul li:last-of-type a span::before{
  left: 95%;
}

.footer-popup {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 999;
  width: 100%;
}

.footer-popup {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 999;
}

.footer-popup ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-popup ul li{
  width: 33.333333333333333333333%;
}
.footer-popup ul li a{
  display: block;
}
.footer-popup ul li:nth-child(1) {
  background: -webkit-gradient(linear, left top, right top, from(#f4872a), to(#ffa60b));
  background: -o-linear-gradient(left, #f4872a, #ffa60b);
  background: linear-gradient(78.65deg, #f4872a, #ffa60b);
}
.footer-popup ul li:nth-child(2) {
  background: -webkit-gradient(linear, left top, right top, from(#0062b0), to(#348fd7));
  background: -o-linear-gradient(left, #0062b0, #348fd7);
  background: linear-gradient(78.65deg, #0062b0, #348fd7);
}
.footer-popup ul li:nth-child(3) {
  background: -webkit-gradient(linear, left top, right top, from(#10a71b), to(#47b924));
  background: -o-linear-gradient(left, #10a71b, #47b924);
  background: linear-gradient(78.65deg, #10a71b, #47b924);
}
.footer-popup ul li img{
  width: 100%;
}

#copyright {
  padding-bottom: 17%;
}
.data-inner-wrap .top-data-swiper-wrap .swiper-button-prev{
    left: 2px;
    right: auto;
}
.data-inner-wrap .top-data-swiper-wrap .swiper-button-next{
    right: 2px;
    left: auto
}
.data-inner-wrap .top-data-swiper-wrap .swiper-button-next:after,.data-inner-wrap .top-data-swiper-wrap .swiper-button-prev:after ,
.top-staff-swiper-wrap.swiper .swiper-button-next:after,.top-staff-swiper-wrap.swiper .swiper-button-prev:after{
    font-size: 25px;
}
	
}


@media screen and (max-width:400px){
.top01 .inner_top ul li p{
  font-size: 13px;
}
.top_contact .inner_top p {
    text-align: center;
    font-size: 4.9vw;
    line-height: 1.7em;
}

.top02 .inner ul li strong {
    font-size: 6.2vw;
    letter-spacing: 0.08em;
}

.top01 .inner_top ul li strong {
    font-size: 5.45vw;
    letter-spacing: 0.25vw;
}

}

@media screen and (max-width: 768px){
	#g_map{
		width: 96%;
		margin: 0 2%;
		position: relative;
		max-height: 400px;
		height: 56vw;
	}
	#g_map iframe{
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
	}
	/*topメイン*/
	div#main_visual {
		padding-top: 70px;
	}

	/*募集要項エリア*/
	div#contact_box_entry.main_bottom_entry {
		background-size: cover;
		background-repeat: no-repeat;
	}
	/*求人応募エリア*/
	
	li.btn-li div.tel-link::before{
		left: 7vw;
	}
	li.btn-li div.web-link::before{
		left: 7vw;
	}
  li.btn-li div.line-link::before{
		left: 7vw;
	}

	/*topコンセプトエリア*/
	.top01 .inner_top::before{
		content: none;
		display: none;
	}
	/*top代表挨拶エリア*/
	.top02 {
		background: #fff;
	}
	
	.top02 .inner {
		background: none;
		margin: 0;
		margin-top: 50px;
	}
	
	.top02 .inner ul {
		  background-color: #fff;
	}
	
	/*topキャリアパスプランエリア*/
	.top04{
		background-image: url("images/dataof_txt.png");
		background-position: right 100%;
		background-repeat: no-repeat;
		background-size: contain;
		padding-bottom: 70px;
	}
	.top04 .data-inner-wrap {
		width: 100%;
		height: auto;
		margin: 40px auto 20px auto;
		gap: 30px;
		padding: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: space-evenly;
		    -ms-flex-pack: space-evenly;
		        justify-content: space-evenly;
	}
	.data-txt-title .tit-jp {
    	font-weight: bold;
		font-size: 27px;
	}
	.data-slide{
		max-width: 100%;
	}
	.data-slide img{
		width: 100%;
	}
	.top04 .top-data-swiper-wrap {
		max-width: 100%;
		padding: 4px;
		padding-bottom: 0;
	}
	
	/*top制度環境エリア*/
	.top05 .top-system-txt {
		max-width: 100%;
		left: 0%;
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
		padding: 25px 10px;
		background-color: #f29900;
		z-index: 2;
	}
	.top05 .top-system-txt::after{
		content: none;
		display: none;
	}
	/*top社員紹介エリア*/
	.top06 .inner_top {
		margin-top: -120px;
	}
	#content .top06 .inner_top .top-staff-txt .staff-txt-title{
    	padding-left: 9.5%;
	}
	.bg_staff figure::after{
    	height: 90px;
	}
	/*フッターポップアップ*/
	.footer-popup .tel-link.btn p{
		color: #fff;
		margin: auto;
		text-align: center;
	}
	.footer-popup .tel-link.btn {
		background: none;
		padding: 15px 0;
	}

	.footer-popup .tel-link.btn::before{
	}
	
	.footer-popup .web-link.btn p{
		color: #fff;
		margin: auto;
		text-align: center;
	}
	.footer-popup .web-link.btn {
		background: none;
		padding: 15px 0;
	}

	.footer-popup li.btn-li div::after{
    font-family: FontAwesome;
    content: "\f054";
    position: absolute;
    font-size: 1em;
    right: 2vw;
    top: 23.2%;
    color: #fff;
	}

  	.footer-popup .line-link.btn p{
		color: #fff;
		margin: auto;
		text-align: center;
	}
	.footer-popup .line-link.btn {
		background: none;
		padding: 15px 0;
	}

	.footer-popup li.btn-li div::after{
    font-family: FontAwesome;
    content: "\f054";
    position: absolute;
    font-size: 1em;
    right: 2vw;
    top: 28.2%;
    color: #fff;
	}
	
	
.recruit_info_box.two-type {
    padding: 0 10px;
}

.guidlins_top_ul a {
    text-decoration: none;
    color: rgba(0, 0, 0, .5);
    font-size: 16px;
    padding: 0 10px;
    text-align: center;
}

.recruit_info_box.two-type .inner02 {
    margin-top: 40px;
}

table.layout_table {
    margin: 0;
}

.layout_table th, .layout_table td {
    padding: 10px 15px;
    font-size: 16px;
    width: 100%;
    display: block;
}
div#contact_box_contact li.btn-li .btn p.tel-link-btn-bottom {
    margin-top: -5px;
}
}
@media screen and (max-width: 530px){
	li.btn-li div.tel-link::before{
		left: 7vw;
	}
	li.btn-li div.web-link::before{
		left: 7vw;
	}
  li.btn-li div.line-link::before{
		left: 7vw;
	}
	
	.footer-popup .tel-link.btn::before{
    width: 20px;
    height: 20px;
    left: 2vw;
	}
		
	.footer-popup .web-link.btn::before{
    width: 20px;
    height: 20px;
    left: 2vw;
	}

  .footer-popup .line-link.btn::before{
    width: 20px;
    height: 20px;
    left: 2vw;
	}
}

@media screen and (max-width: 786px) and (min-width: 430px){
	
	/*福利厚生ページタブレット版*/
	
	.wel_flex {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		-ms-flex-pack: distribute;
		    justify-content: space-around;
	}
	
	.wel_flex_in {
		text-align: center;
		margin: 25px auto;
		width: 46%;
	}
	
	.wel_flex::after {
		content: "";
		display: block;
		width: 46%;
		height: 0;
	}
	
}

@media screen and (max-width: 380px){
	li.btn-li div.tel-link::before{
		left: 7vw;
	}
	li.btn-li div.web-link::before{
		left: 7vw;
	}
  li.btn-li div.line-link::before{
		left: 7vw;
	}
	.footer-popup .tel-link.btn::before{
		width: 20px;
		height: 20px;
		left: 1.7vw;
		top: 50%;
		-webkit-transform: translateY(-50%);
		    -ms-transform: translateY(-50%);
		        transform: translateY(-50%);
	}	
	.footer-popup .web-link.btn::before{
		width: 20px;
		height: 20px;
		left: 1.7vw;
		top: 50%;
		-webkit-transform: translateY(-50%);
		    -ms-transform: translateY(-50%);
		        transform: translateY(-50%);
	}
  .footer-popup .line-link.btn::before{
		width: 20px;
		height: 20px;
		left: 1.7vw;
		top: 50%;
		-webkit-transform: translateY(-50%);
		    -ms-transform: translateY(-50%);
		        transform: translateY(-50%);
	}
}