@charset "UTF-8";
/*!
Theme Name:   DVERZ THEMES
Theme URI:    http://dverz.co.jp/
Author:       DVERZ Inc.
Author URI:   https://dverz.co.jp/
Description:  DVERZ WP theme
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  dverz
Tags:         企業サイト
*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}
a:active {
  outline: 0;
}
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  /*  font-size: 2em;	*/
  /*  margin: 0.67em 0;	*/
}

mark {
  background: #ff0;
  color: #000;
}

small {
  /*  font-size: 80%;	*/
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

select {
  text-transform: none;
}

button, html input[type=button] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td, th {
  padding: 0;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: inherit;
}

html {
  overflow: auto;
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  overflow: hidden;
  background: #fff;
  color: #44403F;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-size: 1rem;
  line-height: 2;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
.font-size-small body {
  font-size: 8px;
  font-size: 0.8rem;
}
.font-size-large body {
  font-size: 12px;
  font-size: 1.2rem;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #44403F;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus, a:active {
  color: none;
  text-decoration: none;
  outline: 0;
}

.button-hover {
  margin-top: 1px;
  margin-bottom: -1px;
}

hr {
  background-color: rgb(159.375, 159.375, 159.375);
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: normal;
  margin: 0;
  font-size: 100%;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
}

p, span, address, th, td, a, li, em {
  font-feature-settings: "palt";
}

p {
  margin-bottom: 1.5rem;
  line-height: 2;
}

dfn, cite, i {
  font-style: italic;
}

em {
  font-style: normal;
}

blockquote {
  margin: 0 1.5rem;
}

address {
  margin: 0;
  font-style: normal;
}

pre {
  overflow: auto;
  margin-bottom: 1.6rem;
  padding: 1.6rem;
  max-width: 100%;
  background: rgb(243.525, 243.525, 243.525);
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code, kbd, tt, var {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

abbr, acronym {
  border-bottom: dotted 1px #44403F;
  cursor: help;
}

mark, ins {
  text-decoration: none;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

.link-hover-inverse {
  text-decoration: none;
}
.link-hover-inverse:hover {
  text-decoration: underline;
}

.monospace {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 15px;
  font-size: 1.5rem;
}
.font-size-small .monospace {
  font-size: 12px;
  font-size: 1.2rem;
}
.font-size-large .monospace {
  font-size: 18px;
  font-size: 1.8rem;
}

ul {
  margin: 0;
  padding: 0;
}

ol {
  margin-bottom: 2rem;
}

ul {
  list-style: none;
}

ol {
  list-style: decimal;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  font-size: 0;
}
.list-inline > li {
  display: inline-block;
  font-size: 15px;
  font-size: 1.5rem;
}
.font-size-small .list-inline > li {
  font-size: 12px;
  font-size: 1.2rem;
}
.font-size-large .list-inline > li {
  font-size: 18px;
  font-size: 1.8rem;
}

.list-table {
  padding-left: 0;
  list-style: none;
  display: table;
  margin: 0 0 25px;
  padding: 0;
  width: 100%;
  text-align: center;
}
.list-table > li {
  display: table-cell;
  vertical-align: middle;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

.button {
  display: inline-block;
  border: 1px solid;
  border-color: transparent;
  border-radius: 3px;
  background: #269682;
  color: #fff;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
}
.button:hover, .button:active, .button:focus {
  border-color: transparent;
  background: rgb(59.1223404255, 205.3776595745, 179.2606382979);
  color: #fff;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  border: 1px solid #269682;
  color: #666;
  -webkit-appearance: none;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #269682;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color] {
  padding: 3px;
}

textarea {
  padding-left: 3px;
  vertical-align: middle;
}

#wrapper {
  width: 100%;
  font-size: 15px;
  font-size: 1.5rem;
  position: relative;
  overflow: hidden;
}
.font-size-small #wrapper {
  font-size: 12px;
  font-size: 1.2rem;
}
.font-size-large #wrapper {
  font-size: 18px;
  font-size: 1.8rem;
}

.container {
  margin: 0 auto;
  width: 1000px;
  max-width: 1350px;
  min-width: 1000px;
  padding: 8rem 0;
  position: relative;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}

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

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

table {
  margin: 0 0 1.5em;
  width: 100%;
}

embed,
iframe,
object {
  max-width: 100%;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

*:focus {
  outline: none;
}

/*primary--ボタンスタイル-------*/
/*more btn*/
.btn_1 {
  padding: 15px;
  min-width: 230px;
  line-height: 1.3;
  display: inline-block;
  text-align: left;
  position: relative;
  color: #4d4d4d;
  border-bottom: 1px solid #269682;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
.btn_1:after {
  content: "";
  width: 53px;
  height: 5px;
  background-image: url("images/common/arrow_r.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom;
  position: absolute;
  right: 15px;
  bottom: 20px;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
.btn_1:hover {
  opacity: 1 !important;
  color: #269682;
}
.btn_1:hover:after {
  transform: translateX(5px);
}
.btn_1.c_w {
  color: white;
}
.btn_1.c_w:before {
  background: white;
}
.btn_1.c_w:hover {
  color: #F2F8EC;
}

.btn_2 {
  padding: 10px 15px;
  text-align: center;
  border: 1px solid rgb(159.375, 159.375, 159.375);
  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: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.btn_2.icon_img .icon {
  width: 80px;
  height: 60px;
  margin-right: 20px;
}
.btn_2.icon_img .icon img {
  object-fit: contain;
  object-position: center;
  width: auto;
  height: 60px;
}
.btn_2.icon_pdf:before {
  content: "\f1c1";
  font-family: fontawesome;
  font-size: 30px;
  margin-right: 20px;
}

/*共通見出し*/
.sec_title1 {
  line-height: 1;
  position: relative;
  margin-bottom: 30px;
  letter-spacing: 0.2em;
  padding-top: 50px;
}
.sec_title1 h2 {
  font-size: 40px;
  position: relative;
  z-index: 2;
}
.sec_title1 h3 {
  font-size: 110px;
  font-family: "Noto Serif JP", serif;
  color: #e6e6e6;
  position: absolute;
  bottom: 0;
  left: 0;
}

.sec_title2 {
  line-height: 1.6;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
}
.sec_title2 h2 {
  font-size: 23px;
  color: #269682;
  font-family: "Noto Serif JP", serif;
}

.sec_title3 {
  line-height: 1.6;
  margin-bottom: 40px;
  letter-spacing: 0.2em;
  text-align: center;
  font-family: "Noto Serif JP", serif;
}
.sec_title3 h2 {
  font-size: 30px;
  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: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
}
.sec_title3 h2:before, .sec_title3 h2:after {
  content: "";
  width: 15px;
  height: 1px;
  background: #666666;
  margin: 0 20px;
  display: inline-block;
}
.sec_title3 h3 {
  font-size: 18px;
}

.sec_title4 {
  text-align: center;
  margin-bottom: 20px;
}
.sec_title4 h3 {
  color: white;
  background: #4d4d4d;
  font-family: "Noto Serif JP", serif;
  display: inline-block;
  font-size: 20px;
  line-height: 1.3;
  padding: 10px 20px;
  letter-spacing: 0.1em;
}

.bg_gray_type_1 {
  background: #f2f2f2;
  position: relative;
  margin: 80px 0;
}
.bg_gray_type_1:before {
  content: "";
  position: absolute;
  left: 0;
  top: -80px;
  height: 80px;
  width: 100%;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  background: #f2f2f2;
}
.bg_gray_type_1:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -80px;
  height: 80px;
  width: 100%;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  background: #f2f2f2;
}
.bg_gray_type_2 {
  background: #f2f2f2;
  position: relative;
  margin: 80px 0;
}
.bg_gray_type_2:before {
  content: "";
  position: absolute;
  left: 0;
  top: -80px;
  height: 80px;
  width: 100%;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
  background: #f2f2f2;
}
.bg_gray_type_2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -80px;
  height: 80px;
  width: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  background: #f2f2f2;
}
.youtube_wrap {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}
.youtube_wrap iframe, .youtube_wrap img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.table_type_1 {
  font-family: "Noto Serif JP", serif;
  font-size: 17px;
  text-align: center;
}
.table_type_1 table {
  text-align: left;
  display: inline-block;
  width: auto;
}
.table_type_1 table tr th, .table_type_1 table tr td {
  padding: 15px 0;
  vertical-align: top;
}
.table_type_1 table tr th {
  padding-right: 70px;
  position: relative;
  text-align: right;
  font-weight: normal;
}
.table_type_1 table tr th:after {
  content: "";
  width: 40px;
  height: 1px;
  background: gray;
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 33px;
}
.table_type_1 table tr td a {
  color: #269682;
  display: inline-block;
}

.table_type_2 {
  margin-bottom: 45px;
}
.table_type_2 table {
  border-top: 1px solid rgb(159.375, 159.375, 159.375);
}
.table_type_2 table tr {
  border-bottom: 1px solid rgb(159.375, 159.375, 159.375);
}
.table_type_2 table tr th {
  background: #e6e6e6;
  font-weight: normal;
  width: 140px;
  text-align: justify;
  text-align-last: justify;
  padding: 10px 25px;
}
.table_type_2 table tr td {
  padding: 10px 40px;
}
.table_type_2 table tr td a {
  color: #269682;
  display: inline-block;
}

.table_type_app table {
  border-top: 1px solid rgb(159.375, 159.375, 159.375);
}
.table_type_app table tr {
  border-bottom: 1px solid rgb(159.375, 159.375, 159.375);
}
.table_type_app table tr th, .table_type_app table tr td {
  line-height: 1.5;
  padding: 25px 35px;
  background: white;
}
.table_type_app table tr th {
  min-width: 140px;
  background: #3264c8;
  color: white;
}
.table_type_app table tr td a {
  color: #269682;
  display: inline-block;
}

.sp-buttons .sp-button {
  border: none;
  background: rgb(216.75, 216.75, 216.75);
  width: 6px;
  height: 6px;
  margin: 6px;
}
.sp-buttons .sp-selected-button {
  background-color: #333333;
}

#pankuzu {
  text-align: left;
  position: relative;
  z-index: 10;
}
#pankuzu .container {
  padding: 1rem 0;
}
#pankuzu #breadcrumb ul > li {
  display: inline-block;
  margin-left: 6px;
  font-size: 1.2rem;
  line-height: 1.3;
}
#pankuzu #breadcrumb ul > li:before {
  display: inline-block;
  margin-right: 6px;
  content: "/";
}
#pankuzu #breadcrumb ul > li:first-of-type:before {
  display: none;
}
#pankuzu #breadcrumb ul > li > a {
  text-decoration: underline;
}

#wrapper {
  padding-top: 72px;
}
#wrapper.page_type_recruit {
  padding-top: 130px;
}

#header.header_type_default {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  background: #269682;
}
#header.header_type_default .container {
  padding: 0;
  width: 100%;
  max-width: 100%;
}
#header.header_type_default .container .content {
  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: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}
#header.header_type_default .container .content .head_logo {
  width: 310px;
  padding: 15px;
  background: white;
}
#header.header_type_default .container .content .head_logo a {
  display: block;
  position: relative;
}
#header.header_type_default .container .content .head_logo a:after {
  position: absolute;
  content: "";
  right: -88px;
  top: -15px;
  border: none;
  border-left: solid 73px white;
  border-bottom: solid 73px transparent;
}
#header.header_type_default .container .content #gnav {
  width: calc(100% - 310px);
  padding: 15px;
  background: #269682;
}
#header.header_type_default .container .content #gnav .header-nav-menu {
  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: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: flex-end;
}
#header.header_type_default .container .content #gnav .header-nav-menu li {
  border-right: 1px solid white;
}
#header.header_type_default .container .content #gnav .header-nav-menu li:first-child {
  border-left: 1px solid white;
}
#header.header_type_default .container .content #gnav .header-nav-menu li a {
  display: block;
  padding: 5px 10px;
  transition: 0.3s;
  color: white;
}
#header.header_type_default .container .content #gnav .header-nav-menu li a:hover {
  opacity: 1 !important;
  transform: translateY(-2px);
}
#header.header_type_default .container .content #gnav .header-nav-menu .recruit {
  border-right: none;
  margin-left: 5px;
}
#header.header_type_default .container .content #gnav .header-nav-menu .recruit a {
  padding: 5px 25px;
  background-color: #ffde33;
  border-radius: 30px;
  font-weight: bold;
  color: #269682;
}

#header.header_type_recruit {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  background: white;
}
#header.header_type_recruit .container {
  padding: 0 !important;
  width: 100%;
  max-width: 100%;
}
#header.header_type_recruit .container .content {
  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: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0;
  padding-left: 25px;
}
#header.header_type_recruit .container .content .head_logo {
  width: 290px;
  background: white;
}
#header.header_type_recruit .container .content .head_logo a {
  display: block;
}
#header.header_type_recruit .container .content .head_logo a img {
  margin-bottom: 10px;
}
#header.header_type_recruit .container .content .head_logo a h2 {
  color: #3264c8;
  position: relative;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
#header.header_type_recruit .container .content .head_logo a h2 strong {
  display: inline-block;
  background: white;
  line-height: 1;
  padding: 3px 15px;
  font-weight: normal;
  position: relative;
  z-index: 2;
}
#header.header_type_recruit .container .content .head_logo a h2:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #3264c8;
  position: absolute;
  left: 0;
  top: 10px;
}
#header.header_type_recruit .container .content #gnav {
  width: calc(100% - 290px);
  padding: 0 30px;
}
#header.header_type_recruit .container .content #gnav .nav_sub_1 {
  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: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 15px;
  margin-right: 25px;
}
#header.header_type_recruit .container .content #gnav .nav_sub_1 a {
  display: inline-block;
  color: #3264c8;
}
#header.header_type_recruit .container .content #gnav .nav_sub_1 a.tel {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
}
#header.header_type_recruit .container .content #gnav .nav_sub_1 a.tel em {
  font-size: 15px;
}
#header.header_type_recruit .container .content #gnav .nav_sub_1 a.tel:before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("images/recruit/icon_phone_blue.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  margin-right: 5px;
}
#header.header_type_recruit .container .content #gnav .nav_sub_1 a.mail {
  width: 25px;
  line-height: 0.5;
  margin: 0 43px;
}
#header.header_type_recruit .container .content #gnav .nav_sub_1 a.corp {
  font-family: "Oswald", serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: white;
  background: #3264c8;
  border-radius: 50px;
  padding: 3px 15px;
  position: relative;
  line-height: 1.3;
  padding-right: 35px;
}
#header.header_type_recruit .container .content #gnav .nav_sub_1 a.corp:after {
  content: "";
  width: 13px;
  height: 10px;
  background-image: url("images/recruit/icon_link.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 8px;
}
#header.header_type_recruit .container .content #gnav .nav_main {
  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: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: flex-end;
}
#header.header_type_recruit .container .content #gnav .nav_main a {
  font-family: "Oswald", serif;
  font-weight: 700;
  color: #3264c8;
  font-size: 20px;
  padding: 0 14px;
  line-height: 1;
  border-right: 1px solid #3264c8;
}
#header.header_type_recruit .container .content #gnav .nav_main a:last-of-type {
  border: none;
}
#header.header_type_recruit .container .content #gnav .nav_sub_2 {
  display: none;
}

#page-vi-section .container {
  padding: 0;
  width: 100%;
  max-width: 100%;
  position: relative;
}
#page-vi-section .container .pic {
  width: 100%;
}
#page-vi-section .container .pic img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center;
}
#page-vi-section .container .ttl {
  position: absolute;
  left: calc((100% - 1000px) / 2);
  top: 0;
  width: 1000px;
  height: 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: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-content: center;
  color: white;
  line-height: 1.2;
  letter-spacing: 0.2em;
}
#page-vi-section .container .ttl h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 60px;
  width: 100%;
  margin-bottom: 25px;
}
#page-vi-section .container .ttl h2 {
  width: 100%;
  font-size: 25px;
  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: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: flex-start;
  align-items: center;
}
#page-vi-section .container .ttl h2:before {
  content: "";
  width: 20px;
  height: 1px;
  background: white;
  display: inline-block;
  margin-right: 10px;
}

#main-content img.size-full {
  margin-bottom: 2.5rem;
}

#main-content article[class^=post-] > .content table {
  width: 100%;
  margin-bottom: 3rem;
}
#main-content article[class^=post-] > .content table tr {
  border-bottom: 1px solid #494949;
}
#main-content article[class^=post-] > .content table tr th, #main-content article[class^=post-] > .content table tr td {
  line-height: 1;
  padding: 15px 23px;
  font-size: 1.5rem;
  color: #5f5f5f;
  letter-spacing: 3px;
}
#main-content article[class^=post-] > .content table tr th {
  width: 30%;
  text-align: center;
  font-weight: normal;
}
#main-content article[class^=post-] > .content table tr td {
  line-height: 1.5em;
}
#main-content article[class^=post-] > .content table tr td > p {
  margin-bottom: 1rem;
}
#main-content article[class^=post-] > .content table tr td em {
  font-size: 1.3rem;
  color: #8a8a8a;
  display: block;
  line-height: 1.2;
}
#main-content article[class^=post-] > .content h1 {
  margin: 1rem 0 2rem;
  line-height: 1.5;
  font-size: 2.5rem;
  font-weight: bold;
}
#main-content article[class^=post-] > .content h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  line-height: 1.5;
  padding-left: 1.5rem;
  border-bottom: 0.5rem solid #269682;
  font-weight: bold;
  display: inline-block;
}
#main-content article[class^=post-] > .content h3 {
  color: #269682;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 1rem;
  display: inline-block;
  min-width: 50%;
  background: white;
}
#main-content article[class^=post-] > .content h4 {
  color: white;
  font-weight: bold;
  line-height: 1.5;
  padding: 1rem 1.5rem;
  margin-bottom: 1rem;
  background: #269682;
}
#main-content article[class^=post-] > .content h5 {
  color: #269682;
  background: white;
  font-weight: bold;
  line-height: 1.5;
  padding: 1rem 1.5rem;
  margin-bottom: 1rem;
  border: 2px solid #269682;
}
#main-content article[class^=post-] > .content p {
  font-size: 1.5rem;
  margin-bottom: 2rem;
}
#main-content article[class^=post-] > .content a {
  text-decoration: underline;
  color: #269682;
}
#main-content article[class^=post-] > .content h2.caption {
  box-sizing: border-box;
  color: #000 !important;
  font-size: 2.1rem;
  line-height: 1.5;
  padding: 2rem !important;
  border-bottom: 2px solid #44403F;
  border-left: 0px !important;
  border-radius: 0;
  margin-bottom: 4rem !important;
  background: none;
  box-shadow: none;
  display: block;
  text-align: left;
}
#main-content article[class^=post-] > .content h2.caption:before {
  content: "\f068";
  font-family: fontawesome;
  display: inline-block;
  margin-right: 2rem;
  color: #269682;
}
#main-content article[class^=post-] > .content ul {
  margin: 2rem 0 3rem;
  list-style: disc;
  padding-left: 4rem;
}
#main-content article[class^=post-] > .content ul li {
  line-height: 1.5;
  margin-bottom: 1.5rem;
  font-style: normal;
}
#main-content article[class^=post-] > .content .btn {
  text-align: right;
  margin: 1rem 0 1rem;
}
#main-content article[class^=post-] > .content .btn > a {
  text-decoration: none !important;
  min-width: 300px;
}
#main-content article[class^=post-] > .content .gallery_card article {
  width: calc(50% - 1rem);
  box-shadow: 0 0 1rem 0.5rem rgb(243.525, 243.525, 243.525);
  background: white;
  text-align: center;
  margin-bottom: 2rem;
}
#main-content article[class^=post-] > .content .gallery_card article:nth-of-type(2n) {
  margin-left: 2rem;
}
#main-content article[class^=post-] > .content .gallery_card article .pic {
  line-height: 0.5;
}
#main-content article[class^=post-] > .content .gallery_card article .pic img {
  width: 100%;
  margin: 0;
}
#main-content article[class^=post-] > .content .gallery_card article .txt {
  line-height: 1;
  padding: 1rem 2rem;
}
#main-content article[class^=post-] > .content .gallery_card article .txt h3 {
  font-size: 1.5rem;
  margin: 0;
}
#main-content article[class^=post-] > .content iframe {
  width: 100%;
  height: 40rem;
  margin-bottom: 2rem;
}
#main-content article[class^=post-] > .content img {
  clear: both;
}
#main-content article[class^=post-] > .content img.size-full {
  width: auto;
  margin-bottom: 0px;
}
#main-content article[class^=post-] > .content img.size-large {
  margin-bottom: 0rem;
}

#pagination {
  margin-top: 60px;
  margin-bottom: 30px;
}
#pagination .nav-links {
  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: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: center;
}
#pagination .nav-links a:hover {
  text-decoration: underline;
}
#pagination .nav-links .page-numbers {
  font-size: 18px;
  font-weight: bold;
  color: #269682;
  background: white;
  border-radius: 100px;
  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: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: center;
  align-items: center;
  align-content: center;
  line-height: 1;
  width: 40px;
  height: 40px;
  padding-bottom: 2px;
}
#pagination .nav-links .page-numbers.current {
  background: #269682;
  color: white;
}
#pagination .nav-links .page-numbers.prev, #pagination .nav-links .page-numbers.next {
  background: white;
  border: 1px solid #269682;
  position: relative;
  padding: 0;
}
#pagination .nav-links .page-numbers.prev:after, #pagination .nav-links .page-numbers.next:after {
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  content: "";
  width: 15px;
  height: 15px;
  background-image: url("images/common/arrow_r_r.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
}
#pagination .nav-links .page-numbers.prev:hover:after, #pagination .nav-links .page-numbers.next:hover:after {
  transform: translateX(5px);
}
#pagination .nav-links .page-numbers.prev.inactive, #pagination .nav-links .page-numbers.next.inactive {
  border-color: #D3D3D3;
}
#pagination .nav-links .page-numbers.prev.inactive:after, #pagination .nav-links .page-numbers.next.inactive:after {
  background-image: url("images/common/arrow_r_g.png");
}
#pagination .nav-links .page-numbers.prev {
  margin-right: 30px;
}
#pagination .nav-links .page-numbers.prev:after {
  transform: rotate(180deg);
}
#pagination .nav-links .page-numbers.prev:hover:after {
  transform: translateX(5px) rotate(180deg);
}
#pagination .nav-links .page-numbers.next {
  margin-left: 30px;
}

#pager {
  margin-top: 40px;
}
#pager .content {
  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: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
}
#pager .content .btn_prev a,
#pager .content .btn_next a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 1;
  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: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: center;
  align-items: center;
  align-content: center;
  border: 1px solid #269682;
  border-radius: 100px;
  background: white;
}
#pager .content .btn_prev a i,
#pager .content .btn_next a i {
  position: relative;
}
#pager .content .btn_prev a i:after,
#pager .content .btn_next a i:after {
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  content: "";
  width: 15px;
  height: 15px;
  background-image: url("images/common/arrow_r_r.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
}
#pager .content .btn_prev a i.arrow_next:after,
#pager .content .btn_next a i.arrow_next:after {
  transform: rotate(180deg);
}
#pager .content .btn_prev a:hover i.arrow_next:after,
#pager .content .btn_next a:hover i.arrow_next:after {
  transform: translateX(-5px) rotate(180deg);
}
#pager .content .btn_prev a:hover i.arrow_prev:after,
#pager .content .btn_next a:hover i.arrow_prev:after {
  transform: translateX(5px);
}
#pager .content .btn_prev .inactive,
#pager .content .btn_next .inactive {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 1;
  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: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: center;
  align-items: center;
  align-content: center;
  border: 1px solid #D3D3D3;
  border-radius: 100px;
  background: white;
}
#pager .content .btn_prev .inactive i,
#pager .content .btn_next .inactive i {
  position: relative;
}
#pager .content .btn_prev .inactive i:after,
#pager .content .btn_next .inactive i:after {
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  content: "";
  width: 15px;
  height: 15px;
  background-image: url("images/common/arrow_r_g.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
}
#pager .content .btn_prev .inactive i.arrow_next:after,
#pager .content .btn_next .inactive i.arrow_next:after {
  transform: rotate(180deg);
}
#pager .content .list a {
  color: #269682;
  font-size: 18px;
  font-weight: 700;
  font-family: "Oswald", serif;
  display: block;
  padding: 10px;
  margin: 0 45px;
}

#btn-go-top {
  position: fixed;
  right: 36px;
  bottom: 36px;
  width: 56px;
  height: 56px;
  background: #269682;
  box-shadow: 0 0 1rem 0.5rem rgba(0, 0, 0, 0.1);
  z-index: 997;
  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: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: center;
  align-content: center;
  border-radius: 100px;
  color: white;
}
#btn-go-top:after {
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  content: "\f054";
  font-family: fontawesome;
  display: inline-block;
  transform: rotate(-90deg);
}
#btn-go-top:hover:after {
  transform: translateY(-5px) rotate(-90deg);
}
#btn-go-top.stop {
  position: absolute;
  bottom: 374px;
}

#foot-content-section {
  background: #f2f2f2;
}
#foot-content-section .container .content {
  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: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#foot-content-section .container .content .head {
  width: 500px;
}
#foot-content-section .container .content .btn_list {
  width: 470px;
}
#foot-content-section .container .content .btn_list .btn_tel {
  margin-bottom: 25px;
}
#foot-content-section .container .content .btn_list .btn_contact a {
  color: #269682;
  border: 1px solid #269682;
  padding: 15px;
  line-height: 1.5;
  display: block;
  text-align: center;
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
#foot-content-section .container .content .btn_list .btn_contact a:before {
  content: "\f0e0";
  font-family: fontawesome;
  display: inline-block;
  margin-right: 15px;
}
#foot-content-section .container .content .btn_list .btn_contact a:hover {
  opacity: 1 !important;
  background-color: #269682;
  color: white;
}

footer#footer .container {
  padding: 40px 0;
}
footer#footer .container .content {
  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: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
footer#footer .container .content .l .foot_info {
  line-height: 1.5;
}
footer#footer .container .content .l .foot_info .foot_logo {
  width: 280px;
  margin-bottom: 20px;
}
footer#footer .container .content .l .foot_info h1 {
  font-size: 20px;
  margin-bottom: 10px;
}
footer#footer .container .content .l .foot_info address, footer#footer .container .content .l .foot_info p {
  margin: 0 0 5px;
}
footer#footer .container .content .r .foot_nav {
  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: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
footer#footer .container .content .r .foot_nav nav {
  margin-right: 80px;
}
footer#footer .container .content .r .foot_nav nav:last-of-type {
  margin-right: 0;
}
footer#footer .container .content .r .foot_nav nav ul.footer-nav-menu {
  padding-left: 20px;
  line-height: 1.5;
}
footer#footer .container .content .r .foot_nav nav ul.footer-nav-menu > li {
  line-height: 1.5;
  margin-bottom: 15px;
}
footer#footer .container .content .r .foot_nav nav ul.footer-nav-menu > li > a {
  position: relative;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
footer#footer .container .content .r .foot_nav nav ul.footer-nav-menu > li > a:before {
  content: "\f0da";
  font-family: fontawesome;
  color: #269682;
  display: inline-block;
  position: absolute;
  left: -20px;
  top: 0;
  color: #269682;
}
footer#footer .container .content .r .foot_nav nav ul.footer-nav-menu > li > a:hover {
  opacity: 1 !important;
  color: #269682;
}
footer#footer .container .content .r .foot_nav nav ul.footer-nav-menu > li ul.sub-menu {
  margin-top: 5px;
}
footer#footer .container .content .r .foot_nav nav ul.footer-nav-menu > li ul.sub-menu > li > a {
  display: inline-block;
  padding: 5px;
  border-bottom: 1px solid #269682;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
footer#footer .container .content .r .foot_nav nav ul.footer-nav-menu > li ul.sub-menu > li > a:hover {
  opacity: 1 !important;
  color: #269682;
}

footer#credit-section {
  background: #269682;
}
footer#credit-section .container {
  padding: 15px;
}
footer#credit-section p {
  font-size: 13px;
  color: white;
  text-align: right;
  margin: 0;
  line-height: 1.5;
}

#footer-type-recruit {
  border-top: 3px solid #ffc832;
}
#footer-type-recruit .container {
  padding: 40px 0 !important;
  width: 100%;
  max-width: 100%;
}
#footer-type-recruit .container .content_1 {
  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: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0;
  padding-left: 25px;
  margin-bottom: 35px;
}
#footer-type-recruit .container .content_1 .foot_logo {
  width: 290px;
  background: white;
}
#footer-type-recruit .container .content_1 .foot_logo a {
  display: block;
}
#footer-type-recruit .container .content_1 .foot_logo a img {
  margin-bottom: 10px;
}
#footer-type-recruit .container .content_1 .foot_logo a h2 {
  color: #3264c8;
  font-weight: 700;
  position: relative;
  line-height: 1;
  text-align: center;
}
#footer-type-recruit .container .content_1 .foot_logo a h2 strong {
  display: inline-block;
  background: white;
  line-height: 1;
  padding: 3px 15px;
  font-weight: normal;
  position: relative;
  z-index: 2;
}
#footer-type-recruit .container .content_1 .foot_logo a h2:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #3264c8;
  position: absolute;
  left: 0;
  top: 10px;
}
#footer-type-recruit .container .content_1 .foot_nav {
  width: calc(100% - 290px);
  padding: 0 30px;
}
#footer-type-recruit .container .content_1 .foot_nav .nav_main {
  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: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: flex-end;
}
#footer-type-recruit .container .content_1 .foot_nav .nav_main a {
  font-family: "Oswald", serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #3264c8;
  font-size: 20px;
  padding: 0 10px;
  line-height: 1;
  border-right: 1px solid #3264c8;
}
#footer-type-recruit .container .content_1 .foot_nav .nav_main a:last-of-type {
  border: none;
}
#footer-type-recruit .container .content_2 {
  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: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 25px;
}
#footer-type-recruit .container .content_2 .foot_info {
  width: 320px;
}
#footer-type-recruit .container .content_2 .foot_info p, #footer-type-recruit .container .content_2 .foot_info address, #footer-type-recruit .container .content_2 .foot_info a, #footer-type-recruit .container .content_2 .foot_info h1 {
  font-size: 15px;
  line-height: 1.3;
  margin: 0 0 10px;
  color: black;
}
#footer-type-recruit .container .content_2 .foot_info p {
  margin: 0;
}
#footer-type-recruit .container .content_2 .foot_link nav.link_1 {
  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: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: flex-end;
  margin-bottom: 10px;
}
#footer-type-recruit .container .content_2 .foot_link nav.link_1 a.corp {
  font-family: "Oswald", serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: white;
  background: #3264c8;
  border-radius: 50px;
  padding: 3px 15px;
  position: relative;
  line-height: 1.3;
  padding-right: 35px;
}
#footer-type-recruit .container .content_2 .foot_link nav.link_1 a.corp:after {
  content: "";
  width: 13px;
  height: 10px;
  background-image: url("images/recruit/icon_link.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 8px;
}
#footer-type-recruit .container .content_2 .foot_link nav.link_2 {
  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: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: flex-end;
}
#footer-type-recruit .container .content_2 .foot_link nav.link_2 a {
  margin-left: 25px;
}
#footer-type-recruit .container #btn-go-top-recruit {
  position: absolute;
  width: 45px;
  height: 45px;
  right: 50px;
  top: -22.5px;
  background: white;
  border: 1px solid #ffc832;
  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: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: center;
  align-content: center;
}
#footer-type-recruit .container #btn-go-top-recruit:after {
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  content: "\f054";
  color: #ffc832;
  font-family: fontawesome;
  display: inline-block;
  transform: rotate(-90deg);
}
#footer-type-recruit .container #btn-go-top-recruit:hover:after {
  transform: translateY(-5px) rotate(-90deg);
}

footer#credit-section-recruit {
  border-top: 1px solid #ffc832;
}
footer#credit-section-recruit .container {
  padding: 15px !important;
  text-align: center;
}
footer#credit-section-recruit p {
  font-size: 13px;
  margin: 0;
  line-height: 1.5;
}

body.home #page {
  position: relative;
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
}
body.home #page #vi-section .container {
  padding: 0;
  width: 100%;
  max-width: 100%;
}
body.home #page #vi-section .container .vi_wrap {
  position: relative;
}
body.home #page #vi-section .container .vi_wrap #vi-slide .sp-slide img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}
body.home #page #vi-section .container .vi_wrap #vi-slide .sp-buttons {
  display: inline-block;
  position: absolute;
  text-align: left;
  padding: 0;
  right: 50px;
  bottom: 110px;
  width: auto;
}
body.home #page #vi-section .container .vi_wrap .vi_content {
  position: absolute;
  left: 40px;
  bottom: 40px;
}
body.home #page #vi-section .container .vi_wrap .vi_content h2 {
  color: white;
  font-size: 40px;
  text-shadow: 0 0 0.5rem black;
  line-height: 1.9;
  letter-spacing: 0.21em;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
}
body.home #page #company-section .container {
  width: 100%;
}
body.home #page #company-section .container .content {
  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: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}
body.home #page #company-section .container .content .pic {
  width: 55%;
}
body.home #page #company-section .container .content .pic img {
  object-fit: cover;
  min-height: 550px;
  width: auto;
}
body.home #page #company-section .container .content .txt {
  width: 45%;
  padding: 0 50px;
}
body.home #page #company-section .container .content .txt .btn_list {
  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: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: flex-start;
  margin: 20px 0;
}
body.home #page #company-section .container .content .txt .btn_list a {
  display: inline-block;
  padding: 3px 2px;
  border-bottom: 1px solid #269682;
  margin-right: 25px;
  margin-bottom: 10px;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
body.home #page #company-section .container .content .txt .btn_list a:before {
  content: "\f0da";
  font-family: fontawesome;
  color: #269682;
  display: inline-block;
  margin-right: 7px;
}
body.home #page #company-section .container .content .txt .btn_list a:hover {
  opacity: 1 !important;
  color: #269682;
}
body.home #page #company-section .container .content .txt .btn {
  text-align: right;
}
body.home #page #business-section {
  background: #f2f2f2;
  position: relative;
  margin: 80px 0;
}
body.home #page #business-section:before {
  content: "";
  position: absolute;
  left: 0;
  top: -80px;
  height: 80px;
  width: 100%;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  background: #f2f2f2;
}
body.home #page #business-section:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -80px;
  height: 80px;
  width: 100%;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  background: #f2f2f2;
}
body.home #page #business-section .container {
  width: 100%;
  padding: 40px 0;
}
body.home #page #business-section .container .content {
  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: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}
body.home #page #business-section .container .content .pic {
  width: 55%;
  position: relative;
  z-index: 2;
}
body.home #page #business-section .container .content .pic img {
  object-fit: cover;
  min-height: 550px;
  width: auto;
}
body.home #page #business-section .container .content .txt {
  width: 45%;
  padding: 0 50px;
}
body.home #page #business-section .container .content .txt .btn {
  text-align: right;
}
body.home #page #jcss-section .container {
  text-align: center;
  width: 700px;
  min-width: auto;
}
body.home #page #jcss-section .container .sec_title1 {
  margin-bottom: 50px;
}
body.home #page #jcss-section .container .sec_title1 h3 {
  left: calc((100% - 255px) / 2);
}
body.home #page #jcss-section .container .sec_title1 h2 {
  font-size: 38px;
}
body.home #page #jcss-section .container .pic {
  width: 700px;
  margin: 40px auto 30px;
}
body.home #page #jcss-section .container .memo {
  text-align: left;
}
body.home #page #jcss-section .container .txt {
  margin-top: 50px;
}
body.home #page #loop-section-1 .container {
  width: 100%;
  max-width: 100%;
}
body.home #page #loop-section-1 .container .loop_slide_wrap #loopslider-1,
body.home #page #loop-section-1 .container .loop_slide_wrap #loopslider-2 {
  margin: 0 auto;
  width: 100%;
  height: 249px;
  text-align: left;
  position: relative;
  overflow: hidden;
}
body.home #page #loop-section-1 .container .loop_slide_wrap #loopslider-1 ul,
body.home #page #loop-section-1 .container .loop_slide_wrap #loopslider-2 ul {
  height: 249px;
  float: left;
  display: inline;
  overflow: hidden;
  display: inline-block;
}
body.home #page #loop-section-1 .container .loop_slide_wrap #loopslider-1 ul:after,
body.home #page #loop-section-1 .container .loop_slide_wrap #loopslider-2 ul:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}
body.home #page #loop-section-1 .container .loop_slide_wrap #loopslider-1 ul li,
body.home #page #loop-section-1 .container .loop_slide_wrap #loopslider-2 ul li {
  width: 374px;
  height: 249px;
  float: left;
  display: inline-block;
  overflow: hidden;
}
body.home #page #loop-section-1 .container .loop_slide_wrap #loopslider-1 ul li img,
body.home #page #loop-section-1 .container .loop_slide_wrap #loopslider-2 ul li img {
  width: 374px;
  height: 249px;
}
body.home #page #trivia-section .container .head {
  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: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 50px;
}
body.home #page #trivia-section .container .head .sec_title1 {
  width: 450px;
}
body.home #page #trivia-section .container .head p {
  width: calc(100% - 450px - 50px);
}
body.home #page #trivia-section .container .trivia_feeds_wrap {
  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: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: flex-start;
}
body.home #page #trivia-section .container .trivia_feeds_wrap article {
  width: calc(33.3333333333% - 20px);
  margin-right: 30px;
}
body.home #page #trivia-section .container .trivia_feeds_wrap article:last-child {
  margin-right: 0;
}
body.home #page #trivia-section .container .trivia_feeds_wrap article .thumb {
  margin-bottom: 5px;
}
body.home #page #trivia-section .container .trivia_feeds_wrap article .thumb img {
  width: 320px;
  height: 200px;
  object-fit: cover;
}
body.home #page #trivia-section .container .trivia_feeds_wrap article .txt .post-cat {
  color: #269682;
  border: 1px solid #269682;
  line-height: 1.2;
  padding: 2px 5px;
  display: inline-block;
  margin-left: 15px;
}
body.home #page #trivia-section .container .btn {
  text-align: center;
  margin-top: 50px;
}
body.home #page #recruit-section {
  background: #3264c8;
  position: relative;
  margin: 80px 0;
}
body.home #page #recruit-section:before {
  content: "";
  position: absolute;
  left: 0;
  top: -80px;
  height: 80px;
  width: 100%;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
  background: #3264c8;
}
body.home #page #recruit-section:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -80px;
  height: 80px;
  width: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  background: #3264c8;
}
body.home #page #recruit-section .container {
  width: 100%;
  padding: 40px 0;
}
body.home #page #recruit-section .container .content {
  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: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}
body.home #page #recruit-section .container .content .pic {
  width: 55%;
  position: relative;
  z-index: 2;
}
body.home #page #recruit-section .container .content .pic img {
  object-fit: cover;
  min-height: 550px;
  width: auto;
}
body.home #page #recruit-section .container .content .txt {
  width: 45%;
  padding: 0 50px;
  color: white;
}
body.home #page #recruit-section .container .content .txt .sec_title1 h2 {
  color: white;
}
body.home #page #recruit-section .container .content .txt .sec_title1 h3 {
  color: #5877b3;
}
body.home #page #recruit-section .container .content .txt .sec_title2 h2 {
  color: white;
}
body.home #page #recruit-section .container .content .txt .btn {
  text-align: right;
}
body.home #page #recruit-section .container .content .txt .btn a {
  color: white;
  border-bottom: 1px solid #ffc832;
}
body.home #page #recruit-section .container .content .txt .btn a:after {
  background-image: url(images/common/arrow_r_w.png);
}
body.home #page #recruit-section .container .content .txt .btn a:hover {
  color: #ffc832;
}
body.home #page #news-section .container .feeds {
  width: calc(100% - 260px);
  margin-left: 260px;
}
body.home #page #news-section .container .feeds article {
  border-bottom: 1px solid rgb(216.75, 216.75, 216.75);
}
body.home #page #news-section .container .feeds article .txt {
  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: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
  line-height: 1.4;
  padding: 25px 15px;
  padding-left: 60px;
  position: relative;
}
body.home #page #news-section .container .feeds article .txt .new-post {
  position: absolute;
  left: 10px;
  top: 24px;
  color: #ffc832;
}
body.home #page #news-section .container .feeds article .txt .post-date {
  font-size: 13px;
  color: gray;
  display: inline-block;
  margin-right: 15px;
  width: 70px;
}
body.home #page #news-section .container .feeds article .txt .post-cat {
  display: inline-block;
  min-width: 70px;
  margin-right: 15px;
}
body.home #page #news-section .container .feeds article .txt .post-cat li {
  display: inline-block;
  color: #269682;
  border: 1px solid #269682;
}
body.home #page #news-section .container .feeds article .txt .post-cat li a {
  padding: 3px 10px;
  font-size: 13px;
  color: #269682;
}
body.home #page #news-section .container .feeds article .txt .post-title {
  display: block;
  width: calc(100% - 140px - 30px);
}
body.home #page #news-section .container .feeds article .txt .post-title a {
  display: block;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
body.home #page #news-section .container .feeds article .txt .post-title a:hover {
  opacity: 1 !important;
  color: #269682;
}
body.home #page #news-section .container .btn {
  text-align: right;
  margin-top: 30px;
}

#page-404 .container {
  width: 820px;
  margin: 0 auto;
  text-align: center;
}
#page-404 .container .sec_title1 {
  text-align: left;
}

#page-company #message-section .container .content {
  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: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}
#page-company #message-section .container .content .pic {
  width: 350px;
}
#page-company #message-section .container .content .txt {
  width: calc(100% - 350px - 50px);
}
#page-company #message-section .container .content .txt .name {
  text-align: right;
  font-size: 18px;
}
#page-company #philosophy-section {
  text-align: center;
}
#page-company #maker-section .content {
  background: #f2f2f2;
  border-radius: 10px;
  padding: 80px;
}
#page-company #maker-section .content .txt {
  text-align: center;
}
#page-company #maker-section .content .txt em {
  display: block;
}
#page-company #office-section .container article {
  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: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
#page-company #office-section .container article:last-of-type {
  margin-bottom: 0;
}
#page-company #office-section .container article .pic {
  width: 400px;
}
#page-company #office-section .container article .txt {
  width: calc(100% - 400px);
  padding: 0 50px;
}
#page-company #office-section .container article .txt .sec_title2 h2:before {
  content: "■";
}
#page-company #office-section .container article .txt address, #page-company #office-section .container article .txt p {
  margin: 0 0 5px;
  line-height: 1.5;
}
#page-company #office-section .container article .txt .btn {
  text-align: right;
}
#page-company #sustainability-section {
  text-align: center;
}
#page-company #sustainability-section .container .txt article {
  margin-bottom: 50px;
}
#page-company #sustainability-section .container .txt article h3 {
  font-size: 25px;
  font-weight: bold;
  color: white;
  background: #269682;
}
#page-company #sustainability-section .container .txt article .pic {
  margin: 30px auto;
}
#page-company #sustainability-section .container .txt article .effort {
  border: 1px solid #269682;
  padding: 25px 40px;
}
#page-company #sustainability-section .container .txt article .effort h4, #page-company #sustainability-section .container .txt article .effort h5 {
  font-size: 20px;
  font-weight: bold;
  color: #269682;
}
#page-company #sustainability-section .container .txt article .effort p {
  margin-top: 0;
}
#page-company #health-section {
  text-align: center;
}
#page-company #health-section .container .txt h4 {
  font-weight: bold;
  font-size: 25px;
}
#page-company #health-section .container .txt .cards {
  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: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#page-company #health-section .container .txt .memo {
  width: calc(50% - 15px);
  border: 1px solid #269682;
  padding: 25px 40px;
  margin: 10px auto;
}
#page-company #health-section .container .txt .memo h5 {
  font-size: 20px;
  font-weight: bold;
  color: #269682;
}
#page-company #health-section .container .txt .memo p {
  margin: 0;
}
#page-company #health-section .container .btn {
  width: 350px;
  margin: 30px auto 0;
}
#page-company #health-section .container .btn .btn_2 {
  justify-content: center;
}
#page-company #himeboss-section {
  text-align: center;
}
#page-company #himeboss-section .container .pic img {
  width: 300px;
}
#page-company #himeboss-section .container .txt .btn {
  width: 350px;
  margin: 30px auto 0;
}
#page-company #himeboss-section .container .txt .btn .btn_2 {
  justify-content: center;
}

#page-business #page-head-section .business_flow {
  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: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#page-business #page-head-section .business_flow article {
  width: calc(20% - 40px);
  position: relative;
  text-align: center;
  background: rgb(216.75, 216.75, 216.75);
  padding: 20px;
  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: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: center;
}
#page-business #page-head-section .business_flow article:after {
  content: "";
  width: 24px;
  height: 88px;
  background-image: url("images/business/arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: -39px;
  top: calc((100% - 88px) / 2);
}
#page-business #page-head-section .business_flow article:nth-of-type(even) {
  background: rgb(243.525, 243.525, 243.525);
}
#page-business #page-head-section .business_flow article:last-of-type:after {
  content: none;
}
#page-business #page-head-section .business_flow article .icon {
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
}
#page-business #page-head-section .business_flow article .icon img {
  object-fit: contain;
  object-position: center;
  max-width: 100%;
  max-height: 100%;
}
#page-business #page-head-section .business_flow article h3 {
  line-height: 1.5;
}
#page-business .business_content_wrap .container {
  width: 90%;
}
#page-business .business_content_wrap .content {
  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: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#page-business .business_content_wrap .content .pic {
  width: 500px;
}
#page-business .business_content_wrap .content .pic img {
  width: auto;
  height: 100%;
  object-fit: cover;
}
#page-business .business_content_wrap .content .txt {
  width: calc(100% - 500px);
  padding: 40px;
  padding-right: 0;
}
#page-business .business_content_wrap .content .txt .btn {
  text-align: right;
}

#page-target-items #page-head-section .item_list {
  margin-top: 50px;
  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: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: flex-start;
}
#page-target-items #page-head-section .item_list article {
  width: calc(20% - 15px);
  border: 1px solid rgb(159.375, 159.375, 159.375);
  margin-bottom: 20px;
  margin-right: 18px;
}
#page-target-items #page-head-section .item_list article:nth-child(5n) {
  margin-right: 0;
}
#page-target-items #page-head-section .item_list article a {
  background: black;
  display: block;
}
#page-target-items #page-head-section .item_list article a:hover .pic {
  opacity: 0.7;
}
#page-target-items #page-head-section .item_list article a:hover .pic img {
  transform: scale(110%);
}
#page-target-items #page-head-section .item_list article .pic {
  overflow: hidden;
}
#page-target-items #page-head-section .item_list article .pic img {
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
#page-target-items #page-head-section .item_list article .txt {
  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: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: white;
}
#page-target-items #page-head-section .item_list article .txt span.num {
  display: inline-block;
  width: 30px;
  background: rgb(159.375, 159.375, 159.375);
  color: white;
  font-size: 13px;
  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: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  justify-content: center;
}
#page-target-items #page-head-section .item_list article .txt h2 {
  display: block;
  width: calc(100% - 30px);
  text-align: center;
  line-height: 1.5;
  font-size: 14px;
  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: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  justify-content: center;
  padding: 5px 0;
}
#page-target-items .item_content_wrap .containe {
  padding: 60px 0;
}
#page-target-items .item_content_wrap .content {
  position: relative;
  padding-top: 50px;
}
#page-target-items .item_content_wrap .content .pic {
  width: 500px;
  position: absolute;
  left: 0;
  top: 0;
}
#page-target-items .item_content_wrap .content .txt {
  width: calc(100% - 300px);
  margin-left: 300px;
  background: #666;
  color: white;
  position: relative;
  z-index: -1;
  padding: 50px;
  padding-left: 250px;
}
#page-target-items .item_content_wrap .content .txt .sec_title2 h2 {
  color: white;
}
#page-target-items .item_content_wrap:nth-of-type(even) .content .pic {
  left: auto;
  right: 0;
  top: 0;
}
#page-target-items .item_content_wrap:nth-of-type(even) .content .txt {
  width: calc(100% - 300px);
  margin-left: 0;
  margin-right: 300px;
  padding-left: 50px;
  padding-right: 250px;
}
#page-target-items #item-9 .txt p {
  text-align: center;
}

#page-jcss #what-section {
  text-align: center;
}
#page-jcss #system-section {
  text-align: center;
}
#page-jcss #system-section .jcss_system {
  margin-top: 30px;
}
#page-jcss #system-section .jcss_system h4 {
  background: #269682;
  color: white;
  font-size: 17px;
  margin-bottom: 20px;
}
#page-jcss #system-section .jcss_system .memo {
  text-align: left;
}
#page-jcss #intro-section {
  text-align: center;
}
#page-jcss #intro-section .head {
  margin-bottom: 50px;
}
#page-jcss #intro-section .jcss {
  width: 900px;
  margin: 0 auto;
  text-align: left;
}
#page-jcss #registration-section .content {
  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: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: center;
}
#page-jcss #registration-section .content .pic {
  width: 400px;
  margin: 0 25px;
}
#page-jcss #organization-section {
  text-align: center;
}
#page-jcss #organization-section .table_type_1 {
  display: inline-block;
}
#page-jcss #proofreading-section .content {
  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: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: center;
}
#page-jcss #proofreading-section .content .btn_2 {
  width: 400px;
  margin: 0 25px;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
#page-jcss #proofreading-section .content .btn_2:hover {
  background-color: #44403F;
  color: white;
}
#page-jcss #jcss-scale-section .head,
#page-jcss #jcss-weight-section .head {
  text-align: center;
  margin-bottom: 50px;
}
#page-jcss #jcss-scale-section .service_1,
#page-jcss #jcss-scale-section .service_2,
#page-jcss #jcss-weight-section .service_1,
#page-jcss #jcss-weight-section .service_2 {
  margin-bottom: 30px;
}
#page-jcss #jcss-scale-section .service_3,
#page-jcss #jcss-weight-section .service_3 {
  margin-bottom: 70px;
}
#page-jcss #jcss-scale-section .service_3 .content,
#page-jcss #jcss-scale-section .service_4 .content,
#page-jcss #jcss-weight-section .service_3 .content,
#page-jcss #jcss-weight-section .service_4 .content {
  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: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}
#page-jcss #jcss-scale-section .service_3 .content .pic,
#page-jcss #jcss-scale-section .service_4 .content .pic,
#page-jcss #jcss-weight-section .service_3 .content .pic,
#page-jcss #jcss-weight-section .service_4 .content .pic {
  width: 45%;
  margin: 0 20px;
}
#page-jcss #jcss-scale-section .service_3 .content .txt,
#page-jcss #jcss-scale-section .service_4 .content .txt,
#page-jcss #jcss-weight-section .service_3 .content .txt,
#page-jcss #jcss-weight-section .service_4 .content .txt {
  width: 45%;
  margin: 0 20px;
}
#page-jcss #jcss-scale-section .service_3 .content .txt h3,
#page-jcss #jcss-scale-section .service_4 .content .txt h3,
#page-jcss #jcss-weight-section .service_3 .content .txt h3,
#page-jcss #jcss-weight-section .service_4 .content .txt h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
}
#page-jcss #jcss-scale-section .service_3 .btn_list,
#page-jcss #jcss-scale-section .service_4 .btn_list,
#page-jcss #jcss-weight-section .service_3 .btn_list,
#page-jcss #jcss-weight-section .service_4 .btn_list {
  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: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: center;
}
#page-jcss #jcss-scale-section .service_3 .btn_list .btn_2,
#page-jcss #jcss-scale-section .service_4 .btn_list .btn_2,
#page-jcss #jcss-weight-section .service_3 .btn_list .btn_2,
#page-jcss #jcss-weight-section .service_4 .btn_list .btn_2 {
  width: 250px;
  margin: 0 20px;
  justify-content: center;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
#page-jcss #jcss-scale-section .service_3 .btn_list .btn_2:hover,
#page-jcss #jcss-scale-section .service_4 .btn_list .btn_2:hover,
#page-jcss #jcss-weight-section .service_3 .btn_list .btn_2:hover,
#page-jcss #jcss-weight-section .service_4 .btn_list .btn_2:hover {
  background-color: #44403F;
  color: white;
}
#page-jcss #jcss-scale-section .service_3 .table_type_1,
#page-jcss #jcss-scale-section .service_4 .table_type_1,
#page-jcss #jcss-weight-section .service_3 .table_type_1,
#page-jcss #jcss-weight-section .service_4 .table_type_1 {
  text-align: left;
}
#page-jcss #jcss-scale-section .service_3 .table_type_1 table,
#page-jcss #jcss-scale-section .service_4 .table_type_1 table,
#page-jcss #jcss-weight-section .service_3 .table_type_1 table,
#page-jcss #jcss-weight-section .service_4 .table_type_1 table {
  margin-bottom: 0;
}
#page-jcss #jcss-scale-section .service_3 .table_type_1 table th, #page-jcss #jcss-scale-section .service_3 .table_type_1 table td,
#page-jcss #jcss-scale-section .service_4 .table_type_1 table th,
#page-jcss #jcss-scale-section .service_4 .table_type_1 table td,
#page-jcss #jcss-weight-section .service_3 .table_type_1 table th,
#page-jcss #jcss-weight-section .service_3 .table_type_1 table td,
#page-jcss #jcss-weight-section .service_4 .table_type_1 table th,
#page-jcss #jcss-weight-section .service_4 .table_type_1 table td {
  padding-bottom: 0;
}

#page-manufacturing #manufacturing-list .container {
  padding-top: 0;
}
#page-manufacturing #manufacturing-list .manufacturing_parts_feeds_wrap article {
  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: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
#page-manufacturing #manufacturing-list .manufacturing_parts_feeds_wrap article .thumb {
  width: 440px;
}
#page-manufacturing #manufacturing-list .manufacturing_parts_feeds_wrap article .txt {
  width: calc(100% - 440px);
  padding: 0 50px;
}
#page-manufacturing #manufacturing-list .manufacturing_parts_feeds_wrap article .txt .post-title.sec_title2 {
  margin-bottom: 10px;
}
#page-manufacturing #manufacturing-list .manufacturing_parts_feeds_wrap article .txt .post-cat {
  color: #269682;
  border: 1px solid #269682;
  line-height: 1.2;
  padding: 2px 5px;
  display: inline-block;
  margin-left: 15px;
}
#page-manufacturing #manufacturing-list .manufacturing_parts_feeds_wrap article .txt .post-ex {
  margin: 15px 0;
  display: block;
}
#page-manufacturing #manufacturing-list .manufacturing_parts_feeds_wrap article .txt .btn {
  text-align: right;
}

#page-manufacturing-detail .head {
  margin-bottom: 30px;
}
#page-manufacturing-detail .head .post-title {
  margin-bottom: 5px;
}
#page-manufacturing-detail .head .post-cat {
  color: #269682;
  border: 1px solid #269682;
  line-height: 1.2;
  padding: 2px 5px;
  display: inline-block;
  margin-left: 15px;
}
#page-manufacturing-detail .thumb {
  margin-bottom: 30px;
}
#page-manufacturing-detail .thumb img {
  width: 100%;
}
#page-manufacturing-detail .post-content table {
  width: 100%;
  margin-bottom: 3rem;
}
#page-manufacturing-detail .post-content table tr {
  border-bottom: 1px solid #494949;
}
#page-manufacturing-detail .post-content table tr th, #page-manufacturing-detail .post-content table tr td {
  line-height: 1;
  padding: 15px 23px;
  font-size: 1.5rem;
  color: #5f5f5f;
  letter-spacing: 3px;
}
#page-manufacturing-detail .post-content table tr th {
  width: 30%;
  text-align: center;
  font-weight: normal;
}
#page-manufacturing-detail .post-content table tr td {
  line-height: 1.5em;
}
#page-manufacturing-detail .post-content table tr td > p {
  margin-bottom: 1rem;
}
#page-manufacturing-detail .post-content table tr td em {
  font-size: 1.3rem;
  color: #8a8a8a;
  display: block;
  line-height: 1.2;
}
#page-manufacturing-detail .post-content h1 {
  margin: 1rem 0 2rem;
  line-height: 1.5;
  font-size: 3rem;
  font-weight: bold;
}
#page-manufacturing-detail .post-content h2 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  line-height: 1.5;
  border-bottom: 0.5rem solid #269682;
  font-weight: bold;
  display: inline-block;
}
#page-manufacturing-detail .post-content h3 {
  color: #269682;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 1rem;
  display: inline-block;
  min-width: 50%;
  background: white;
}
#page-manufacturing-detail .post-content h4 {
  color: white;
  font-weight: bold;
  line-height: 1.5;
  padding: 1rem 1.5rem;
  margin-bottom: 1rem;
  background: #269682;
}
#page-manufacturing-detail .post-content h5 {
  color: #269682;
  background: white;
  font-weight: bold;
  line-height: 1.5;
  padding: 1rem 1.5rem;
  margin-bottom: 1rem;
  border: 2px solid #269682;
}
#page-manufacturing-detail .post-content p {
  font-size: 1.5rem;
  margin-bottom: 2rem;
}
#page-manufacturing-detail .post-content a {
  text-decoration: underline;
  color: #269682;
}
#page-manufacturing-detail .post-content h2.caption {
  box-sizing: border-box;
  color: #000 !important;
  font-size: 2.1rem;
  line-height: 1.5;
  padding: 2rem !important;
  border-bottom: 2px solid #44403F;
  border-left: 0px !important;
  border-radius: 0;
  margin-bottom: 4rem !important;
  background: none;
  box-shadow: none;
  display: block;
  text-align: left;
}
#page-manufacturing-detail .post-content h2.caption:before {
  content: "\f068";
  font-family: fontawesome;
  display: inline-block;
  margin-right: 2rem;
  color: #269682;
}
#page-manufacturing-detail .post-content ul {
  margin: 2rem 0 3rem;
  list-style: disc;
  padding-left: 4rem;
}
#page-manufacturing-detail .post-content ul li {
  line-height: 1.5;
  margin-bottom: 1.5rem;
  font-style: normal;
}
#page-manufacturing-detail .post-content .btn {
  text-align: right;
  margin: 1rem 0 1rem;
}
#page-manufacturing-detail .post-content .btn > a {
  text-decoration: none !important;
  min-width: 300px;
}
#page-manufacturing-detail .post-content .gallery_card article {
  width: calc(50% - 1rem);
  box-shadow: 0 0 1rem 0.5rem rgb(243.525, 243.525, 243.525);
  background: white;
  text-align: center;
  margin-bottom: 2rem;
}
#page-manufacturing-detail .post-content .gallery_card article:nth-of-type(2n) {
  margin-left: 2rem;
}
#page-manufacturing-detail .post-content .gallery_card article .pic {
  line-height: 0.5;
}
#page-manufacturing-detail .post-content .gallery_card article .pic img {
  width: 100%;
  margin: 0;
}
#page-manufacturing-detail .post-content .gallery_card article .txt {
  line-height: 1;
  padding: 1rem 2rem;
}
#page-manufacturing-detail .post-content .gallery_card article .txt h3 {
  font-size: 1.5rem;
  margin: 0;
}
#page-manufacturing-detail .post-content iframe {
  width: 100%;
  height: 40rem;
  margin-bottom: 2rem;
}
#page-manufacturing-detail .post-content img {
  clear: both;
}
#page-manufacturing-detail .post-content img.size-full {
  width: auto;
  margin-bottom: 0px;
}
#page-manufacturing-detail .post-content img.size-large {
  margin-bottom: 0rem;
}

#page-news .feeds article {
  margin-bottom: 50px;
}
#page-news .feeds article:last-of-type {
  margin-bottom: 0;
}
#page-news .post-head .sec_title2 {
  margin-bottom: 10px;
}
#page-news .post-head .post-cat {
  display: inline-block;
}
#page-news .post-head .post-cat li {
  border: 1px solid #269682;
  line-height: 1.2;
  padding: 2px 5px;
  margin-left: 15px;
}
#page-news .post-head .post-cat li a {
  color: #269682;
}
#page-news .post-ex {
  margin: 20px 0;
}
#page-news .btn {
  text-align: right;
}

#news-detail .post-head {
  margin-bottom: 30px;
}
#news-detail .post-content table {
  width: 100%;
  margin-bottom: 3rem;
}
#news-detail .post-content table tr {
  border-bottom: 1px solid #494949;
}
#news-detail .post-content table tr th, #news-detail .post-content table tr td {
  line-height: 1;
  padding: 15px 23px;
  font-size: 1.5rem;
  color: #5f5f5f;
  letter-spacing: 3px;
}
#news-detail .post-content table tr th {
  width: 30%;
  text-align: center;
  font-weight: normal;
}
#news-detail .post-content table tr td {
  line-height: 1.5em;
}
#news-detail .post-content table tr td > p {
  margin-bottom: 1rem;
}
#news-detail .post-content table tr td em {
  font-size: 1.3rem;
  color: #8a8a8a;
  display: block;
  line-height: 1.2;
}
#news-detail .post-content h1 {
  margin: 1rem 0 2rem;
  line-height: 1.5;
  font-size: 3rem;
  font-weight: bold;
}
#news-detail .post-content h2 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  line-height: 1.5;
  border-bottom: 3px solid #269682;
  font-weight: bold;
  display: inline-block;
}
#news-detail .post-content h3 {
  color: #269682;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 1rem;
  display: inline-block;
  min-width: 50%;
  background: white;
}
#news-detail .post-content h4 {
  color: white;
  font-weight: bold;
  line-height: 1.5;
  padding: 1rem 1.5rem;
  margin-bottom: 1rem;
  background: #269682;
}
#news-detail .post-content h5 {
  color: #269682;
  background: white;
  font-weight: bold;
  line-height: 1.5;
  padding: 1rem 1.5rem;
  margin-bottom: 1rem;
  border: 2px solid #269682;
}
#news-detail .post-content p {
  font-size: 1.5rem;
  margin-bottom: 2rem;
}
#news-detail .post-content a {
  text-decoration: underline;
  color: #269682;
}
#news-detail .post-content h2.caption {
  box-sizing: border-box;
  color: #000 !important;
  font-size: 2.1rem;
  line-height: 1.5;
  padding: 2rem !important;
  border-bottom: 2px solid #44403F;
  border-left: 0px !important;
  border-radius: 0;
  margin-bottom: 4rem !important;
  background: none;
  box-shadow: none;
  display: block;
  text-align: left;
}
#news-detail .post-content h2.caption:before {
  content: "\f068";
  font-family: fontawesome;
  display: inline-block;
  margin-right: 2rem;
  color: #269682;
}
#news-detail .post-content ul {
  margin: 2rem 0 3rem;
  list-style: disc;
  padding-left: 4rem;
}
#news-detail .post-content ul li {
  line-height: 1.5;
  margin-bottom: 1.5rem;
  font-style: normal;
}
#news-detail .post-content .btn {
  text-align: right;
  margin: 1rem 0 1rem;
}
#news-detail .post-content .btn > a {
  text-decoration: none !important;
  min-width: 300px;
}
#news-detail .post-content .gallery_card article {
  width: calc(50% - 1rem);
  box-shadow: 0 0 1rem 0.5rem rgb(243.525, 243.525, 243.525);
  background: white;
  text-align: center;
  margin-bottom: 2rem;
}
#news-detail .post-content .gallery_card article:nth-of-type(2n) {
  margin-left: 2rem;
}
#news-detail .post-content .gallery_card article .pic {
  line-height: 0.5;
}
#news-detail .post-content .gallery_card article .pic img {
  width: 100%;
  margin: 0;
}
#news-detail .post-content .gallery_card article .txt {
  line-height: 1;
  padding: 1rem 2rem;
}
#news-detail .post-content .gallery_card article .txt h3 {
  font-size: 1.5rem;
  margin: 0;
}
#news-detail .post-content iframe {
  width: 100%;
  height: 40rem;
  margin-bottom: 2rem;
}
#news-detail .post-content img {
  clear: both;
}
#news-detail .post-content img.size-full {
  width: auto;
  margin-bottom: 0px;
}
#news-detail .post-content img.size-large {
  margin-bottom: 0rem;
}

#page-trivia #trivia-feeds-section .container {
  padding-top: 0;
}
#page-trivia .trivia_parts_feeds_wrap {
  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: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: flex-start;
}
#page-trivia .trivia_parts_feeds_wrap article {
  width: calc(33.3333333333% - 15px);
  margin-right: 22.5px;
  margin-bottom: 30px;
}
#page-trivia .trivia_parts_feeds_wrap article:nth-of-type(3n) {
  margin-right: 0;
}
#page-trivia .trivia_parts_feeds_wrap article .thumb {
  margin-bottom: 5px;
}
#page-trivia .trivia_parts_feeds_wrap article .thumb img {
  width: 320px;
  height: 200px;
  object-fit: cover;
}
#page-trivia .trivia_parts_feeds_wrap article .txt .post-cat {
  color: #269682;
  border: 1px solid #269682;
  line-height: 1.2;
  padding: 2px 5px;
  display: inline-block;
  margin-left: 15px;
}

#page-trivia-detail .head {
  margin-bottom: 50px;
}
#page-trivia-detail .head .post-title {
  margin-bottom: 5px;
}
#page-trivia-detail .head .post-cat {
  color: #269682;
  border: 1px solid #269682;
  line-height: 1.2;
  padding: 2px 5px;
  display: inline-block;
  margin-left: 15px;
}
#page-trivia-detail .thumb {
  margin-bottom: 30px;
}
#page-trivia-detail .thumb img {
  width: 100%;
}
#page-trivia-detail .post-content table {
  width: 100%;
  margin-bottom: 3rem;
}
#page-trivia-detail .post-content table tr {
  border-bottom: 1px solid #494949;
}
#page-trivia-detail .post-content table tr th, #page-trivia-detail .post-content table tr td {
  line-height: 1;
  padding: 15px 23px;
  font-size: 1.5rem;
  color: #5f5f5f;
  letter-spacing: 3px;
}
#page-trivia-detail .post-content table tr th {
  width: 30%;
  text-align: center;
  font-weight: normal;
}
#page-trivia-detail .post-content table tr td {
  line-height: 1.5em;
}
#page-trivia-detail .post-content table tr td > p {
  margin-bottom: 1rem;
}
#page-trivia-detail .post-content table tr td em {
  font-size: 1.3rem;
  color: #8a8a8a;
  display: block;
  line-height: 1.2;
}
#page-trivia-detail .post-content h1 {
  margin: 1rem 0 2rem;
  line-height: 1.5;
  font-size: 3rem;
  font-weight: bold;
}
#page-trivia-detail .post-content h2 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  line-height: 1.5;
  border-bottom: 3px solid #269682;
  font-weight: bold;
  display: inline-block;
}
#page-trivia-detail .post-content h3 {
  color: #269682;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 1rem;
  display: inline-block;
  min-width: 50%;
  background: white;
}
#page-trivia-detail .post-content h4 {
  color: white;
  font-weight: bold;
  line-height: 1.5;
  padding: 1rem 1.5rem;
  margin-bottom: 1rem;
  background: #269682;
}
#page-trivia-detail .post-content h5 {
  color: #269682;
  background: white;
  font-weight: bold;
  line-height: 1.5;
  padding: 1rem 1.5rem;
  margin-bottom: 1rem;
  border: 2px solid #269682;
}
#page-trivia-detail .post-content p {
  font-size: 1.5rem;
  margin-bottom: 2rem;
}
#page-trivia-detail .post-content a {
  text-decoration: underline;
  color: #269682;
}
#page-trivia-detail .post-content h2.caption {
  box-sizing: border-box;
  color: #000 !important;
  font-size: 2.1rem;
  line-height: 1.5;
  padding: 2rem !important;
  border-bottom: 2px solid #44403F;
  border-left: 0px !important;
  border-radius: 0;
  margin-bottom: 4rem !important;
  background: none;
  box-shadow: none;
  display: block;
  text-align: left;
}
#page-trivia-detail .post-content h2.caption:before {
  content: "\f068";
  font-family: fontawesome;
  display: inline-block;
  margin-right: 2rem;
  color: #269682;
}
#page-trivia-detail .post-content ul {
  margin: 2rem 0 3rem;
  list-style: disc;
  padding-left: 4rem;
}
#page-trivia-detail .post-content ul li {
  line-height: 1.5;
  margin-bottom: 1.5rem;
  font-style: normal;
}
#page-trivia-detail .post-content .btn {
  text-align: right;
  margin: 1rem 0 1rem;
}
#page-trivia-detail .post-content .btn > a {
  text-decoration: none !important;
  min-width: 300px;
}
#page-trivia-detail .post-content .gallery_card article {
  width: calc(50% - 1rem);
  box-shadow: 0 0 1rem 0.5rem rgb(243.525, 243.525, 243.525);
  background: white;
  text-align: center;
  margin-bottom: 2rem;
}
#page-trivia-detail .post-content .gallery_card article:nth-of-type(2n) {
  margin-left: 2rem;
}
#page-trivia-detail .post-content .gallery_card article .pic {
  line-height: 0.5;
}
#page-trivia-detail .post-content .gallery_card article .pic img {
  width: 100%;
  margin: 0;
}
#page-trivia-detail .post-content .gallery_card article .txt {
  line-height: 1;
  padding: 1rem 2rem;
}
#page-trivia-detail .post-content .gallery_card article .txt h3 {
  font-size: 1.5rem;
  margin: 0;
}
#page-trivia-detail .post-content iframe {
  width: 100%;
  height: 40rem;
  margin-bottom: 2rem;
}
#page-trivia-detail .post-content img {
  clear: both;
}
#page-trivia-detail .post-content img.size-full {
  width: auto;
  margin-bottom: 0px;
}
#page-trivia-detail .post-content img.size-large {
  margin-bottom: 0rem;
}

#page-privacy-policy #intro-section {
  text-align: center;
}
#page-privacy-policy #privacy-policy-section {
  background: rgb(243.525, 243.525, 243.525);
}
#page-privacy-policy #privacy-policy-section .container > .content {
  background: white;
  padding: 50px 70px;
  width: 900px;
  margin: 0 auto;
}
#page-privacy-policy #privacy-policy-section article {
  margin-bottom: 50px;
}
#page-privacy-policy #privacy-policy-section article h3 {
  font-size: 25px;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 20px;
  line-height: 1.5;
}
#page-privacy-policy #privacy-policy-section article p {
  margin-top: 0;
  font-size: 13px;
}
#page-privacy-policy #privacy-policy-section article ul {
  padding-left: 20px;
  margin-bottom: 20px;
}
#page-privacy-policy #privacy-policy-section article ul li {
  padding-left: 16px;
  position: relative;
  line-height: 1.5;
  margin: 7px 0;
}
#page-privacy-policy #privacy-policy-section article ul li:before {
  content: "・";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}

#page-contact #intro-section,
#page-entry #intro-section {
  text-align: center;
}
#page-contact #contact-form-section .sec_title2,
#page-entry #contact-form-section .sec_title2 {
  text-align: center;
}

#page-entry #intro-section .btn .btn_1 {
  border-bottom: 1px solid #3264c8;
}
#page-entry #intro-section .btn .btn_1:hover {
  color: #3264c8;
}
#page-entry #contact-form-section .form-wrap .form_bl .h span {
  color: #3264c8;
}
#page-entry #contact-form-section .form-wrap .form_bl .h span em {
  background: #3264c8;
}
#page-entry #contact-form-section .form-wrap .form_bl .c select, #page-entry #contact-form-section .form-wrap .form_bl .c input, #page-entry #contact-form-section .form-wrap .form_bl .c textarea {
  border: 1px solid #3264c8;
}
#page-entry #contact-form-section .form-wrap input[type=submit] {
  background: white;
  border: 1px solid #3264c8;
  color: #3264c8;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
#page-entry #contact-form-section .form-wrap input[type=submit]:hover {
  background: #3264c8;
  color: white;
}

.form-wrap div.wpcf7 .ajax-loader {
  min-width: 24px !important;
}
.form-wrap form {
  width: 100%;
  width: auto;
  box-sizing: border-box;
  margin: 2rem auto;
  border-top: 1px solid rgb(243.525, 243.525, 243.525);
}
.form-wrap form > p, .form-wrap form > h3 {
  text-align: center;
}
.form-wrap form h4 {
  text-align: center;
  color: #269682;
  font-weight: bold;
}
.form-wrap form .privacy {
  width: 100%;
  height: 350px;
  overflow: scroll;
  border: 1px solid rgb(159.375, 159.375, 159.375);
  background: rgb(243.525, 243.525, 243.525);
  border-radius: 7px;
  padding: 25px 35px;
}
.form-wrap form .form_check_btn > span {
  display: inline-block;
  background: red;
  padding: 25px 35px;
}
.form-wrap form .form_check_btn > span .wpcf7-list-item {
  margin-left: 0;
}
.form-wrap form .form_input_list.recaptcha {
  text-align: center;
  color: gray;
}
.form-wrap form .form_input_list.recaptcha a {
  text-decoration: underline;
}
.form-wrap form .form_bl {
  padding: 25px 30px;
  background: white;
  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: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgb(243.525, 243.525, 243.525);
}
.form-wrap form .form_bl > .h {
  width: 200px;
}
.form-wrap form .form_bl > .h > span {
  display: inline-block;
  line-height: 1.5;
  color: #269682;
}
.form-wrap form .form_bl > .h > span em {
  background: #269682;
  font-size: 1.2rem;
  padding: 0.5rem 1rem;
  border-radius: 1rem;
  display: inline-block;
  margin-left: 1rem;
  line-height: 1;
  font-style: normal;
  color: white;
}
.form-wrap form .form_bl > .h.fullwide {
  width: 100%;
  text-align: left;
}
.form-wrap form .form_bl > .h.w40 {
  width: 40%;
  text-align: left;
}
.form-wrap form .form_bl > .c {
  width: calc(100% - 200px - 20px);
}
.form-wrap form .form_bl > .c.w60 {
  width: calc(60% - 20px);
}
.form-wrap form .form_bl > dl.c {
  margin: 0;
}
.form-wrap form .form_bl > dl.c dd {
  margin-left: 0;
}
.form-wrap form .form_bl > dl.c dd em {
  display: inline-block;
  width: 100px;
  margin-right: 1rem;
}
.form-wrap form .form_bl > dl.c dd > span {
  display: inline-block;
  width: calc(100% - 110px);
}
.form-wrap form .form_bl > dl.c dd:last-of-type {
  margin-bottom: 0;
}
.form-wrap form .checkbox label {
  margin-right: 15px;
}
.form-wrap form .checkbox input {
  width: auto;
  display: inline-block;
  margin-right: 5px;
  padding: 0;
}
.form-wrap form .form_check_btn {
  display: block;
  width: 800px;
  margin: 25px auto;
  padding: 15px;
  text-align: center;
}
.form-wrap form .form_check_btn a {
  color: #269682;
  text-decoration: underline;
}
.form-wrap form .form_check_btn input {
  width: auto;
  display: inline-block;
  margin-right: 15px;
}
.form-wrap form .submit_btn_wrap {
  text-align: center;
}
.form-wrap form .submit_btn_wrap input[type=submit] {
  display: inline-block !important;
  font-weight: bold;
  width: 30rem;
  color: white;
  border: none;
}
.form-wrap form .submit_btn_wrap input[type=button] {
  display: inline-block !important;
  font-weight: bold;
  width: 30rem;
  color: gray;
  background: rgb(216.75, 216.75, 216.75);
  border: none;
  margin-right: 15px;
}
.form-wrap form .submit_btn_wrap .wpcf7-spinner {
  min-width: 2.5rem !important;
}
.form-wrap form input,
.form-wrap form textarea {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 1rem 2rem;
}
.form-wrap form input :placeholder-shown,
.form-wrap form input ::-webkit-input-placeholder,
.form-wrap form input :-ms-input-placeholder,
.form-wrap form input :-moz-placeholder,
.form-wrap form input ::-moz-placeholder,
.form-wrap form textarea :placeholder-shown,
.form-wrap form textarea ::-webkit-input-placeholder,
.form-wrap form textarea :-ms-input-placeholder,
.form-wrap form textarea :-moz-placeholder,
.form-wrap form textarea ::-moz-placeholder {
  color: rgb(243.525, 243.525, 243.525);
}
.form-wrap form input[type=radio] {
  width: 2rem;
  display: inline-block;
  margin-right: 1rem;
}
.form-wrap form input[type=button],
.form-wrap form input[type=submit] {
  background: #44403F;
  border-radius: 50px;
  color: white;
  box-sizing: border-box;
  padding: 1rem 0;
  display: block;
  margin: 1rem 0;
  font-size: 18px;
  letter-spacing: 0.2em;
}
.form-wrap form select,
.form-wrap form .wpcf7-select {
  outline: none;
  text-overflow: "";
  vertical-align: middle;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  width: 100%;
  position: relative;
  display: inline-block;
  padding: 2rem 2rem;
  margin-right: 15px;
  background: #fff;
}
.form-wrap form select:before,
.form-wrap form .wpcf7-select:before {
  z-index: 1;
  content: "\f054";
  font-family: FontAwesome;
  color: #269682;
  position: absolute;
  right: 1rem;
  top: 1rem;
}
.form-wrap form .birth select {
  min-width: 100px;
  display: inline-block;
  margin-right: 1.5rem;
}

#wrapper.page_type_recruit > #page {
  background-image: url(images/recruit/move__bg.png);
  background-position: top center;
  background-size: 1920px;
  background-repeat: repeat-y;
  position: relative;
}
#wrapper.page_type_recruit > #page:after {
  content: "";
  width: 45px;
  height: 100%;
  background-image: url("images/recruit/side_fix_scale.png");
  background-repeat: repeat-y;
  background-position: top right;
  background-size: 100%;
  position: absolute;
  left: calc((100% - 1000px) / 2 + 25px);
  top: 0;
}
#wrapper.page_type_recruit .container {
  width: 1000px;
  min-width: 1000px;
  max-width: 1000px;
  padding-left: 140px;
}
#wrapper.page_type_recruit .btn_rec_1 {
  color: #3264c8;
  font-family: "Oswald", serif;
  font-weight: 700;
  line-height: 1;
  padding-right: 125px;
  letter-spacing: 0.05em;
  position: relative;
}
#wrapper.page_type_recruit .btn_rec_1:after {
  content: "";
  width: 115px;
  height: 7px;
  position: absolute;
  right: 0;
  bottom: 5px;
  background-image: url("images/recruit/arrow_blue.png");
  background-size: contain;
  background-position: right bottom;
  background-repeat: no-repeat;
}
#wrapper.page_type_recruit .btn_rec_1.color_w {
  color: white;
}
#wrapper.page_type_recruit .btn_rec_1.color_w:after {
  background-image: url("images/recruit/arrow_white.png");
}
#wrapper.page_type_recruit #cta-common-section .container .inner .btn_wrap_type_recruit {
  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: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: calc(100% - 47px);
}
#wrapper.page_type_recruit #cta-common-section .container .inner .btn_wrap_type_recruit a {
  display: block;
  width: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 160px;
  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: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 25px;
  flex-direction: column;
}
#wrapper.page_type_recruit #cta-common-section .container .inner .btn_wrap_type_recruit a h2 {
  color: white;
  line-height: 1.3;
  font-size: 25px;
  font-weight: 700;
  padding-left: 50px;
  position: relative;
}
#wrapper.page_type_recruit #cta-common-section .container .inner .btn_wrap_type_recruit a h2:before {
  content: "";
  width: 35px;
  height: 2px;
  background: white;
  position: absolute;
  left: 0;
  top: 15px;
}
#wrapper.page_type_recruit #cta-common-section .container .inner .btn_wrap_type_recruit a h3 {
  width: 100%;
  text-align: right;
}
#wrapper.page_type_recruit #cta-common-section .container .inner .btn_wrap_type_recruit a.app {
  background-image: url("images/recruit/btn_app.jpg");
}
#wrapper.page_type_recruit #cta-common-section .container .inner .btn_wrap_type_recruit a.entry {
  background-image: url("images/recruit/btn_entry.jpg");
}
#wrapper.page_type_recruit #cta-common-section.cta_type__single .container .inner .btn_wrap_type_recruit a {
  width: 100%;
}
#wrapper.page_type_recruit #cta-common-section.cta_type__single .container .inner .btn_wrap_type_recruit a h4 {
  color: white;
  font-weight: 700;
  font-size: 25px;
  text-align: center;
  margin-top: -14px;
}
#wrapper.page_type_recruit .sec_title_rec_1 {
  margin-bottom: 28px;
}
#wrapper.page_type_recruit .sec_title_rec_1 .num {
  margin-bottom: 20px;
  width: 50px;
  display: inline-block;
}
#wrapper.page_type_recruit .sec_title_rec_1 h3 {
  color: #3264c8;
  font-family: "Oswald", serif;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  line-height: 1.5;
}
#wrapper.page_type_recruit .sec_title_rec_1 h2 {
  color: #3264c8;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}
#wrapper.page_type_recruit .sec_title_rec_2 {
  margin-bottom: 35px;
  text-align: center;
}
#wrapper.page_type_recruit .sec_title_rec_2 h2 {
  color: #3264c8;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  line-height: 1.5;
  margin-bottom: 15px;
  position: relative;
}
#wrapper.page_type_recruit .sec_title_rec_2 h2.en {
  font-family: "Oswald", serif;
  line-height: 1.3;
}
#wrapper.page_type_recruit .sec_title_rec_2 h3 {
  color: #3264c8;
  font-weight: 700;
  line-height: 1.5;
  font-size: 15px;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}
#wrapper.page_type_recruit .sec_title_rec_2 h3 strong {
  font-size: 18px;
  display: inline-block;
}
#wrapper.page_type_recruit .sec_title_rec_3 {
  margin-bottom: 30px;
  text-align: center;
  position: relative;
}
#wrapper.page_type_recruit .sec_title_rec_3:before {
  content: "";
  width: 1px;
  height: 44px;
  background: #000;
  display: block;
  margin: 0 auto 15px;
}
#wrapper.page_type_recruit .sec_title_rec_3 h2 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  line-height: 1.5;
}
#wrapper.page_type_recruit .ttl_type_num {
  text-align: center;
  margin-bottom: 25px;
}
#wrapper.page_type_recruit .ttl_type_num .num {
  margin-bottom: 20px;
  width: 50px;
  display: inline-block;
}
#wrapper.page_type_recruit .ttl_type_num h2 {
  color: #3264c8;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1em;
  text-indent: 1em;
  line-height: 1.5;
}
#wrapper.page_type_recruit .ttl_type_num h3 {
  color: #3264c8;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}
#wrapper.page_type_recruit .sec_head_recruit {
  position: relative;
}
#wrapper.page_type_recruit .sec_head_recruit:before {
  content: "";
  width: 1px;
  height: 44px;
  background: #ffc832;
  display: block;
  margin: 0 auto 15px;
}
#wrapper.page_type_recruit .sec_head_recruit:after {
  content: "";
  width: 250px;
  height: 23px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("images/recruit/scale_2.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
}
#wrapper.page_type_recruit #vi-type-recruit-section .container {
  padding-top: 0;
  padding-bottom: 30px;
}
#wrapper.page_type_recruit #vi-type-recruit-section .container .inner {
  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: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#wrapper.page_type_recruit #vi-type-recruit-section .container .inner .l {
  width: 120px;
}
#wrapper.page_type_recruit #vi-type-recruit-section .container .inner .r {
  width: 710px;
  position: relative;
}
#wrapper.page_type_recruit #vi-type-recruit-section .container .inner .r .txt {
  position: absolute;
  right: 50px;
  top: calc((100% - 95px) / 2);
  color: white;
  text-align: right;
}
#wrapper.page_type_recruit #vi-type-recruit-section .container .inner .r .txt h3 {
  font-family: "Oswald", serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
#wrapper.page_type_recruit #vi-type-recruit-section .container .inner .r .txt h2 {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
#wrapper.page_type_recruit #page-recruit #loading-images {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100vw;
  height: 100dvh;
  align-items: center;
  justify-content: center;
  background: white;
}
#wrapper.page_type_recruit #page-recruit #loading-images .logo {
  width: 700px;
}
#wrapper.page_type_recruit #page-recruit #loading-images.is-active {
  display: flex;
}
#wrapper.page_type_recruit #page-recruit #vi-section .container {
  padding: 0;
  padding-left: 140px;
}
#wrapper.page_type_recruit #page-recruit #vi-section .container .vi_wrap {
  position: relative;
  margin-bottom: 50px;
}
#wrapper.page_type_recruit #page-recruit #vi-section .container .vi_wrap .vi {
  width: 100%;
  margin-bottom: 80px;
}
#wrapper.page_type_recruit #page-recruit #vi-section .container .vi_wrap .vi_txt {
  position: absolute;
  top: 285px;
  left: 0;
  width: 100%;
  text-align: center;
}
#wrapper.page_type_recruit #page-recruit #vi-section .container .vi_wrap .vi_txt h2 {
  display: inline-block;
  font-size: 60px;
  color: white;
  letter-spacing: 7px;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
}
#wrapper.page_type_recruit #page-recruit #vi-section .container .vi_wrap .vi_txt h2 em {
  margin: 0 10px;
}
#wrapper.page_type_recruit #page-recruit #vi-section .container .vi_wrap .vi_txt .re_title {
  overflow: hidden;
  position: relative;
  display: inline-block;
}
#wrapper.page_type_recruit #page-recruit #vi-section .container .vi_wrap .vi_txt .re_title h2 {
  opacity: 0;
  margin: 0;
  position: relative;
  bottom: -30px;
  white-space: nowrap;
  animation: catch 1.5s ease 2.5s 1;
  animation-fill-mode: forwards;
  display: inline-block;
  font-size: 60px;
  color: white;
  letter-spacing: 7px;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
  text-shadow: 0 0 1rem #3264c8;
}
#wrapper.page_type_recruit #page-recruit #vi-section .container .vi_wrap .vi_txt .re_title h2 em {
  margin: 0 10px;
}
#wrapper.page_type_recruit #page-recruit #vi-section .container .vi_wrap .vi_txt .re_title .line {
  background-color: #fff;
  width: 100%;
  position: absolute;
  transform: scaleX(0);
  animation: line 2.5s ease 1.5s 1;
  animation-fill-mode: forwards;
}
@keyframes line {
  0% {
    bottom: 0;
    height: 5px;
  }
  20% {
    transform: scaleX(1);
  }
  40% {
    height: 5px;
  }
  50% {
    bottom: 0;
    height: 100%;
  }
  70% {
    bottom: 100%;
    height: 100%;
  }
  100% {
    bottom: 100%;
    height: -1px;
    transform: scaleX(1);
  }
}
@keyframes catch {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
#wrapper.page_type_recruit #page-recruit #vi-section .container .vi_wrap .vi_num {
  width: 225px;
  position: absolute;
  right: 35px;
  top: 630px;
}
#wrapper.page_type_recruit #page-recruit #vi-section .container .vi_wrap .txt .vi_hakaru {
  margin-bottom: 30px;
}
#wrapper.page_type_recruit #page-recruit #vi-section .container .vi_wrap .txt p {
  text-align: center;
  font-size: 18px;
  letter-spacing: 1px;
}
#wrapper.page_type_recruit #page-recruit #message-section .inner {
  padding-right: 50px;
  position: relative;
}
#wrapper.page_type_recruit #page-recruit #message-section .inner .pic {
  position: absolute;
  right: 0;
  top: 0;
  width: 458px;
  margin-right: 50px;
  z-index: -1;
}
#wrapper.page_type_recruit #page-recruit #message-section .inner h4 {
  color: #3264c8;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
#wrapper.page_type_recruit #page-recruit #message-section .inner .name {
  text-align: right;
  color: #3264c8;
  font-weight: 700;
  width: 330px;
  margin-top: 10px;
}
#wrapper.page_type_recruit #page-recruit #message-section .inner .btn {
  margin-top: 35px;
}
#wrapper.page_type_recruit #page-recruit #works-section .inner {
  padding-right: 50px;
  width: 263px;
  margin-left: calc(100% - 263px);
  margin-bottom: 30px;
}
#wrapper.page_type_recruit #page-recruit #works-section .inner .pic {
  width: 560px;
  position: absolute;
  left: 140px;
  top: 80px;
}
#wrapper.page_type_recruit #page-recruit #works-section .inner .link_list {
  position: absolute;
  left: 140px;
  top: 510px;
  width: 560px;
  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: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: flex-start;
}
#wrapper.page_type_recruit #page-recruit #works-section .inner .link_list a {
  color: #3264c8;
  font-weight: 700;
  line-height: 1.5;
  padding-left: 40px;
  position: relative;
  margin-top: 10px;
  width: 47%;
}
#wrapper.page_type_recruit #page-recruit #works-section .inner .link_list a:before {
  content: "";
  width: 25px;
  height: 1px;
  background: #3264c8;
  position: absolute;
  left: 0;
  top: 11px;
}
#wrapper.page_type_recruit #page-recruit #works-section .inner .btn {
  margin-top: 65px;
}
#wrapper.page_type_recruit #page-recruit #works-section .hundou_wrap {
  padding-right: 50px;
  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: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#wrapper.page_type_recruit #page-recruit #works-section .hundou_wrap .h {
  width: 508px;
  padding-left: 100px;
  background: #ffc832;
  position: relative;
  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: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-content: center;
}
#wrapper.page_type_recruit #page-recruit #works-section .hundou_wrap .h .pic {
  position: absolute;
  left: -10px;
  bottom: 0;
  width: 100px;
}
#wrapper.page_type_recruit #page-recruit #works-section .hundou_wrap .c {
  background: #3264c8;
  width: calc(100% - 508px);
}
#wrapper.page_type_recruit #page-recruit #works-section .hundou_wrap .c a {
  position: relative;
  padding: 20px;
  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: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-content: center;
}
#wrapper.page_type_recruit #page-recruit #works-section .hundou_wrap .c a .t {
  width: 168px;
  margin-bottom: 7px;
}
#wrapper.page_type_recruit #page-recruit #works-section .hundou_wrap .c a .p {
  position: absolute;
  right: -5px;
  bottom: 0;
  width: 105px;
}
#wrapper.page_type_recruit #page-recruit #works-section .hundou_wrap .c a h3 {
  color: white;
  font-family: "Oswald", serif;
  font-weight: 700;
  line-height: 1;
  padding-right: 125px;
  letter-spacing: 0.05em;
  display: inline-block;
  position: relative;
}
#wrapper.page_type_recruit #page-recruit #works-section .hundou_wrap .c a h3:after {
  content: "";
  width: 115px;
  height: 7px;
  position: absolute;
  right: 0;
  bottom: 5px;
  background-image: url(images/recruit/arrow_white.png);
  background-size: contain;
  background-position: right bottom;
  background-repeat: no-repeat;
}
#wrapper.page_type_recruit #page-recruit #interview-section .inner {
  padding-right: 50px;
  position: relative;
}
#wrapper.page_type_recruit #page-recruit #interview-section .inner > p {
  width: 220px;
}
#wrapper.page_type_recruit #page-recruit #interview-section .inner .pic {
  width: 588px;
  position: absolute;
  right: 0;
  top: 0;
}
#wrapper.page_type_recruit #page-recruit #interview-section .inner .btn {
  position: absolute;
  left: 373px;
  top: 320px;
  background: #ffc832;
  mix-blend-mode: multiply;
  width: 100vw;
  height: 120px;
}
#wrapper.page_type_recruit #page-recruit #interview-section .inner .btn a {
  display: inline-block;
  margin-top: 80px;
  margin-left: 300px;
}
#wrapper.page_type_recruit #page-recruit #system-section .inner {
  padding-right: 140px;
  text-align: center;
}
#wrapper.page_type_recruit #page-recruit #system-section .inner .link_list {
  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: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 25px;
  margin-bottom: 25px;
}
#wrapper.page_type_recruit #page-recruit #system-section .inner .link_list a {
  display: block;
  width: 50%;
  height: 170px;
  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: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: center;
  align-content: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#wrapper.page_type_recruit #page-recruit #system-section .inner .link_list a h2 {
  color: white;
  font-weight: 700;
  font-size: 25px;
  width: calc(100% - 25px);
  height: calc(100% - 25px);
  border: 1px solid white;
  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: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-content: center;
  justify-content: center;
}
#wrapper.page_type_recruit #page-recruit #system-section .inner .link_list a:nth-of-type(1) {
  background-image: url("images/recruit/system_1.jpg");
}
#wrapper.page_type_recruit #page-recruit #system-section .inner .link_list a:nth-of-type(2) {
  background-image: url("images/recruit/system_2.jpg");
}
#wrapper.page_type_recruit #page-recruit #system-section .inner .link_list a:nth-of-type(3) {
  background-image: url("images/recruit/system_3.jpg");
}
#wrapper.page_type_recruit #page-recruit #system-section .inner .link_list a:nth-of-type(4) {
  background-image: url("images/recruit/system_4.jpg");
}
#wrapper.page_type_recruit #page-recruit #news-section .inner {
  padding-right: 50px;
  position: relative;
}
#wrapper.page_type_recruit #page-recruit #news-section .inner:after {
  content: "";
  width: 365px;
  height: 33px;
  position: absolute;
  right: 40px;
  top: 10px;
  background-image: url("images/recruit/scale_1.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#wrapper.page_type_recruit #page-recruit #news-section .inner .feeds {
  position: absolute;
  right: 50px;
  bottom: 0;
  width: 530px;
}
#wrapper.page_type_recruit #page-recruit #news-section .inner .feeds article {
  border-bottom: 1px solid #ffc832;
}
#wrapper.page_type_recruit #page-recruit #news-section .inner .feeds article a {
  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: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: flex-start;
  padding: 15px;
  padding-left: 50px;
  position: relative;
}
#wrapper.page_type_recruit #page-recruit #news-section .inner .feeds article a .new-post {
  position: absolute;
  left: 5px;
  top: 15px;
  color: #ffc832;
  font-style: normal;
  font-family: "Oswald", serif;
  font-weight: 700;
  letter-spacing: 0.05em;
}
#wrapper.page_type_recruit #page-recruit #news-section .inner .feeds article a .post-date {
  width: 125px;
}
#wrapper.page_type_recruit #page-recruit #news-section .inner .feeds article a .post-title {
  width: calc(100% - 125px);
}
#wrapper.page_type_recruit #page-recruit #news-section .inner .btn {
  margin-top: 70px;
}
#wrapper.page_type_recruit #page-recruit #movie-section .inner {
  position: relative;
  width: 610px;
  margin: 0 auto;
}
#wrapper.page_type_recruit #page-recruit #movie-section .inner:after {
  content: "";
  background: #ffc832;
  mix-blend-mode: multiply;
  width: 100vw;
  height: 165px;
  position: absolute;
  left: 0;
  bottom: 1px;
  z-index: -1;
}
#wrapper.page_type_recruit #page-recruit #movie-section .inner .sec_title_rec_1 {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  height: 280px;
}
#wrapper.page_type_recruit #page-recruit #movie-section .inner .sec_title_rec_1 .num {
  margin: 0;
}
#wrapper.page_type_recruit #page-recruit #movie-section .inner .sec_title_rec_1 .vertical {
  transform: rotate(90deg);
  position: absolute;
  left: -40px;
  bottom: 40px;
}
#wrapper.page_type_recruit #page-recruit #movie-section .inner .sec_title_rec_1 .vertical h3, #wrapper.page_type_recruit #page-recruit #movie-section .inner .sec_title_rec_1 .vertical h2 {
  color: white;
}
#wrapper.page_type_recruit #page-recruit #movie-section .inner .movie_wrap {
  width: 500px;
}
#wrapper.page_type_recruit #page-recruit #contact-section .inner {
  text-align: center;
}
#wrapper.page_type_recruit #page-recruit #contact-section .inner .contact_list {
  width: 520px;
  margin: 0 auto;
  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: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#wrapper.page_type_recruit #page-recruit #contact-section .inner .contact_list a {
  width: 50%;
}
#wrapper.page_type_recruit #page-recruit #contact-section .inner .contact_list a .icon {
  height: 76px;
  margin-bottom: 20px;
  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: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: center;
  align-content: center;
}
#wrapper.page_type_recruit #page-recruit #contact-section .inner .contact_list a .icon img {
  height: 100%;
}
#wrapper.page_type_recruit #page-recruit #contact-section .inner .contact_list a .icon.icon_mail img {
  height: 62px;
}
#wrapper.page_type_recruit #page-recruit #contact-section .inner .contact_list a h2 {
  color: #3264c8;
  font-weight: 700;
  line-height: 1.5;
}
#wrapper.page_type_recruit #page-recruit #contact-section .inner .contact_list a h2 em {
  font-size: 13px;
}
#wrapper.page_type_recruit #page-message #message-section .pic {
  margin-bottom: 35px;
}
#wrapper.page_type_recruit #page-message #message-section .txt {
  margin-bottom: 35px;
}
#wrapper.page_type_recruit #page-message #message-section .hakaru {
  background: #3264c8;
  padding: 25px 35px;
  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: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#wrapper.page_type_recruit #page-message #message-section .hakaru .l {
  width: 340px;
}
#wrapper.page_type_recruit #page-message #message-section .hakaru .l .ttl h2 {
  padding-left: 40px;
  position: relative;
  line-height: 1.5;
  color: #ffc832;
  font-weight: 700;
  margin-top: 15px;
}
#wrapper.page_type_recruit #page-message #message-section .hakaru .l .ttl h2:before {
  content: "";
  width: 22px;
  height: 32px;
  background-image: url("images/recruit/message/icon_hundou.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: -5px;
}
#wrapper.page_type_recruit #page-message #message-section .hakaru .l .ttl h2 strong {
  display: inline-block;
  position: relative;
}
#wrapper.page_type_recruit #page-message #message-section .hakaru .l .ttl h2 strong:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #ffc832;
}
#wrapper.page_type_recruit #page-message #message-section .hakaru .l .ttl h3 {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.5;
  color: white;
  margin-top: 66px;
}
#wrapper.page_type_recruit #page-message #message-section .hakaru .r {
  width: calc(100% - 340px - 30px);
  color: white;
}
#wrapper.page_type_recruit #page-message #message-section .hakaru .r p {
  margin: 0;
}
#wrapper.page_type_recruit #page-message #person-section .container .inner .content {
  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: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}
#wrapper.page_type_recruit #page-message #person-section .container .inner .content .pic {
  width: 280px;
}
#wrapper.page_type_recruit #page-message #person-section .container .inner .content .txt {
  width: calc(100% - 280px - 55px);
}
#wrapper.page_type_recruit #page-message #person-section .container .inner .content .txt h3 {
  color: #3264c8;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
#wrapper.page_type_recruit #page-works #nav-section .container .inner .nav_list {
  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: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#wrapper.page_type_recruit #page-works #nav-section .container .inner .nav_list a {
  width: 200px;
  height: 200px;
  display: block;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 120px;
  text-align: center;
}
#wrapper.page_type_recruit #page-works #nav-section .container .inner .nav_list a .t {
  color: white;
}
#wrapper.page_type_recruit #page-works #nav-section .container .inner .nav_list a .t h2 {
  line-height: 1.5;
  letter-spacing: 1em;
  text-indent: 1em;
  font-size: 20px;
  font-weight: 700;
}
#wrapper.page_type_recruit #page-works #nav-section .container .inner .nav_list a .t h3 {
  line-height: 1.5;
  font-weight: 700;
}
#wrapper.page_type_recruit #page-works #nav-section .container .inner .nav_list a:nth-of-type(1) {
  background-image: url("images/recruit/works/nav_1.jpg");
}
#wrapper.page_type_recruit #page-works #nav-section .container .inner .nav_list a:nth-of-type(2) {
  background-image: url("images/recruit/works/nav_2.jpg");
}
#wrapper.page_type_recruit #page-works #nav-section .container .inner .nav_list a:nth-of-type(3) {
  background-image: url("images/recruit/works/nav_3.jpg");
}
#wrapper.page_type_recruit #page-works #nav-section .container .inner .nav_list a:nth-of-type(4) {
  background-image: url("images/recruit/works/nav_4.jpg");
}
#wrapper.page_type_recruit #page-works #nav-section .container .inner .nav_list a:nth-of-type(4) .t h2 {
  letter-spacing: 0;
  text-indent: 0;
}
#wrapper.page_type_recruit #page-works .works_content_wrap .vi {
  margin-bottom: 30px;
}
#wrapper.page_type_recruit #page-works .works_content_wrap .content {
  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: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#wrapper.page_type_recruit #page-works .works_content_wrap .content .txt {
  width: calc(100% - 315px - 30px);
}
#wrapper.page_type_recruit #page-works .works_content_wrap .content .txt h3 {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.5;
  margin-bottom: 15px;
  color: #3264c8;
}
#wrapper.page_type_recruit #page-works .works_content_wrap .content .pic {
  width: 315px;
}
#wrapper.page_type_recruit #page-works .works_content_wrap:nth-of-type(even) .content .txt {
  order: 2;
}
#wrapper.page_type_recruit #page-works .works_content_wrap:nth-of-type(even) .content .pic {
  order: 1;
}
#wrapper.page_type_recruit #page-works .works_content_wrap#works-section-1 .pic .link_hundou {
  margin-top: 25px;
  text-align: center;
}
#wrapper.page_type_recruit #page-works .works_content_wrap#works-section-1 .pic .link_hundou .t {
  background: #ffc832;
  padding: 15px;
}
#wrapper.page_type_recruit #page-works .works_content_wrap#works-section-1 .pic .link_hundou .t h4 {
  margin: 0;
  line-height: 1.5;
}
#wrapper.page_type_recruit #page-works .works_content_wrap#works-section-1 .pic .link_hundou .b {
  background: #3264c8;
  padding: 15px;
}
#wrapper.page_type_recruit #page-works .works_content_wrap#works-section-1 .pic .link_hundou .b a {
  display: block;
  line-height: 1;
}
#wrapper.page_type_recruit #page-works .works_content_wrap#works-section-4 .ttl_type_num h2 {
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}
#wrapper.page_type_recruit #page-works #hundou-section .container .inner .head {
  text-align: center;
  color: #3264c8;
  position: relative;
  padding-top: 50px;
  margin-bottom: 25px;
}
#wrapper.page_type_recruit #page-works #hundou-section .container .inner .head > h3 {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.5;
}
#wrapper.page_type_recruit #page-works #hundou-section .container .inner .head > h2 {
  font-size: 30px;
  font-weight: 700;
}
#wrapper.page_type_recruit #page-works #hundou-section .container .inner .head .staff {
  position: absolute;
  top: 0;
}
#wrapper.page_type_recruit #page-works #hundou-section .container .inner .head .staff_1 {
  left: 25px;
  width: 268px;
}
#wrapper.page_type_recruit #page-works #hundou-section .container .inner .head .staff_2 {
  right: 55px;
  width: 219px;
}
#wrapper.page_type_recruit #page-works #hundou-section .container .inner .hundou_wrap {
  position: relative;
  z-index: 2;
  background: #ffc832;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-top: 180px;
  padding: 60px;
  padding-top: 0;
}
#wrapper.page_type_recruit #page-works #hundou-section .container .inner .hundou_wrap:before {
  content: "";
  width: 100%;
  height: 156px;
  background-image: url("images/recruit/works/hundou_bg_top.png");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: absolute;
  top: -156px;
  left: 0;
}
#wrapper.page_type_recruit #page-works #hundou-section .container .inner .hundou_wrap > .ttl {
  width: 280px;
  margin: 0 auto 50px;
}
#wrapper.page_type_recruit #page-works #hundou-section .container .inner .hundou_wrap .hundou_list article {
  margin-bottom: 50px;
  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: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#wrapper.page_type_recruit #page-works #hundou-section .container .inner .hundou_wrap .hundou_list article:last-of-type {
  margin-bottom: 0;
}
#wrapper.page_type_recruit #page-works #hundou-section .container .inner .hundou_wrap .hundou_list article .txt {
  width: calc(100% - 270px - 40px);
}
#wrapper.page_type_recruit #page-works #hundou-section .container .inner .hundou_wrap .hundou_list article .txt .t {
  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: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}
#wrapper.page_type_recruit #page-works #hundou-section .container .inner .hundou_wrap .hundou_list article .txt .t .num {
  width: 50px;
  margin-right: 20px;
}
#wrapper.page_type_recruit #page-works #hundou-section .container .inner .hundou_wrap .hundou_list article .txt .t h2 {
  color: white;
  font-weight: 700;
  font-size: 25px;
  line-height: 1.5;
  position: relative;
  padding-right: 35px;
  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: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: flex-start;
  align-items: center;
  margin-top: 14px;
}
#wrapper.page_type_recruit #page-works #hundou-section .container .inner .hundou_wrap .hundou_list article .txt .t h2:after {
  content: "";
  width: 23px;
  height: 36px;
  background-image: url("images/recruit/works/hatena.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  margin-left: 15px;
}
#wrapper.page_type_recruit #page-works #hundou-section .container .inner .hundou_wrap .hundou_list article .txt .c h3 {
  color: #3264c8;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 15px;
}
#wrapper.page_type_recruit #page-works #hundou-section .container .inner .hundou_wrap .hundou_list article .pic {
  width: 270px;
  position: relative;
}
#wrapper.page_type_recruit #page-works #hundou-section .container .inner .hundou_wrap .hundou_list article .pic .p2 {
  position: absolute;
}
#wrapper.page_type_recruit #page-works #hundou-section .container .inner .hundou_wrap .hundou_list article .pic .s {
  position: absolute;
}
#wrapper.page_type_recruit #page-works #hundou-section .container .inner .hundou_wrap .hundou_list article:nth-of-type(even) .txt {
  order: 2;
}
#wrapper.page_type_recruit #page-works #hundou-section .container .inner .hundou_wrap .hundou_list article:nth-of-type(even) .pic {
  order: 1;
}
#wrapper.page_type_recruit #page-works #hundou-section .container .inner .hundou_wrap .hundou_list article:nth-of-type(1) .pic .p1 {
  margin-top: 25px;
}
#wrapper.page_type_recruit #page-works #hundou-section .container .inner .hundou_wrap .hundou_list article:nth-of-type(1) .pic .p2 {
  width: 119px;
  top: -25px;
  right: 45px;
}
#wrapper.page_type_recruit #page-works #hundou-section .container .inner .hundou_wrap .hundou_list article:nth-of-type(1) .pic .s {
  width: 118px;
  right: -65px;
  bottom: -30px;
}
#wrapper.page_type_recruit #page-works #hundou-section .container .inner .hundou_wrap .hundou_list article:nth-of-type(2) .pic .s {
  width: 106px;
  left: -25px;
  bottom: -20px;
}
#wrapper.page_type_recruit #page-works #hundou-section .container .inner .hundou_wrap .hundou_list article:nth-of-type(3) .pic .s {
  width: 131px;
  left: -45px;
  bottom: 10px;
}
#wrapper.page_type_recruit #page-works #hundou-section .container .inner .hundou_wrap .hundou_type {
  margin-top: 50px;
  position: relative;
}
#wrapper.page_type_recruit #page-works #hundou-section .container .inner .hundou_wrap .hundou_type > h2 {
  display: block;
  margin: 0 auto;
  background: white;
  color: #3264c8;
  font-weight: 700;
  font-size: 20px;
  padding: 20px 0 10px;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  text-align: center;
  width: 220px;
}
#wrapper.page_type_recruit #page-works #hundou-section .container .inner .hundou_wrap .hundou_type .type_list {
  background: white;
  padding: 40px;
  padding-right: 110px;
  border-radius: 15px;
  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: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: center;
}
#wrapper.page_type_recruit #page-works #hundou-section .container .inner .hundou_wrap .hundou_type .type_list article {
  text-align: center;
  margin: 10px 40px;
}
#wrapper.page_type_recruit #page-works #hundou-section .container .inner .hundou_wrap .hundou_type .type_list article .p {
  margin-bottom: 10px;
  height: 90px;
  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: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: center;
  align-content: center;
}
#wrapper.page_type_recruit #page-works #hundou-section .container .inner .hundou_wrap .hundou_type .type_list article .p img {
  width: auto;
  height: 90px;
  object-fit: contain;
  object-position: center;
}
#wrapper.page_type_recruit #page-works #hundou-section .container .inner .hundou_wrap .hundou_type .type_list article:nth-of-type(3) img {
  height: 70px;
}
#wrapper.page_type_recruit #page-works #hundou-section .container .inner .hundou_wrap .hundou_type .staff {
  position: absolute;
  right: -40px;
  bottom: 20px;
  width: 205px;
}
#wrapper.page_type_recruit #page-interview #nav-section .nav_list {
  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: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: center;
}
#wrapper.page_type_recruit #page-interview #nav-section .nav_list a {
  width: calc(33.3333333333% - 10px);
  margin: 5px 5px;
}
#wrapper.page_type_recruit #page-interview #nav-section .nav_list a .t {
  background: #3264c8;
  color: white;
  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: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
}
#wrapper.page_type_recruit #page-interview #nav-section .nav_list a .t h2 {
  font-weight: 700;
  line-height: 1.5;
}
#wrapper.page_type_recruit #page-interview #nav-section .nav_list a .t h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
#wrapper.page_type_recruit #page-interview #nav-section .nav_list a .t h4 {
  width: 100%;
  text-align: right;
  line-height: 1.5;
}
#wrapper.page_type_recruit #page-interview .interview_content_wrap .container .inner .vi {
  position: relative;
  margin-bottom: 70px;
}
#wrapper.page_type_recruit #page-interview .interview_content_wrap .container .inner .vi .t {
  position: absolute;
  left: 0;
  top: 0;
  width: 190px;
  height: 100%;
  padding: 20px;
}
#wrapper.page_type_recruit #page-interview .interview_content_wrap .container .inner .vi .t:before {
  content: "";
  display: block;
  width: 190px;
  height: 100%;
  background: #3264c8;
  mix-blend-mode: multiply;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
#wrapper.page_type_recruit #page-interview .interview_content_wrap .container .inner .vi .t h2 {
  font-weight: 700;
  color: white;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}
#wrapper.page_type_recruit #page-interview .interview_content_wrap .container .inner .vi .t h3 {
  font-weight: 700;
  color: white;
  font-size: 30px;
  line-height: 1.5;
  position: relative;
  z-index: 2;
}
#wrapper.page_type_recruit #page-interview .interview_content_wrap .container .inner .vi .t h3 em {
  display: block;
  font-weight: 400;
  font-size: 15px;
}
#wrapper.page_type_recruit #page-interview .interview_content_wrap .container .inner .interview_1 {
  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: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 35px;
}
#wrapper.page_type_recruit #page-interview .interview_content_wrap .container .inner .interview_1 .pic {
  width: 366px;
}
#wrapper.page_type_recruit #page-interview .interview_content_wrap .container .inner .interview_1 .pic .staff {
  margin-bottom: 25px;
}
#wrapper.page_type_recruit #page-interview .interview_content_wrap .container .inner .interview_1 .pic .staff .s {
  margin: 0 auto;
  margin-top: -210px;
  margin-bottom: 15px;
  width: 190px;
  position: relative;
  z-index: 10;
}
#wrapper.page_type_recruit #page-interview .interview_content_wrap .container .inner .interview_1 .pic .staff .message {
  text-align: center;
}
#wrapper.page_type_recruit #page-interview .interview_content_wrap .container .inner .interview_1 .pic .staff .message h2 {
  color: #3264c8;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.5;
}
#wrapper.page_type_recruit #page-interview .interview_content_wrap .container .inner .interview_1 .pic .staff .message h2 strong {
  display: inline-block;
  color: black;
  min-width: 200px;
  border: 3px solid #ffc832;
  padding: 0 10px;
  margin: 0 10px;
  font-size: 35px;
  line-height: 1.5;
}
#wrapper.page_type_recruit #page-interview .interview_content_wrap .container .inner .interview_1 .pic .p {
  margin-bottom: 15px;
}
#wrapper.page_type_recruit #page-interview .interview_content_wrap .container .inner .interview_1 .txt {
  width: calc(100% - 366px - 50px);
}
#wrapper.page_type_recruit #page-interview .interview_content_wrap .container .inner .interview_1 .txt article {
  margin-bottom: 40px;
}
#wrapper.page_type_recruit #page-interview .interview_content_wrap .container .inner .interview_1 .txt article:last-of-type {
  margin-bottom: 0;
}
#wrapper.page_type_recruit #page-interview .interview_content_wrap .container .inner .interview_1 .txt article h2 {
  color: #3264c8;
  line-height: 1.5;
  margin-bottom: 7px;
  font-weight: 700;
}
#wrapper.page_type_recruit #page-interview .interview_content_wrap .container .inner .interview_1 .txt article h3 {
  color: #3264c8;
  line-height: 1.5;
  font-size: 20px;
  font-weight: 700;
}
#wrapper.page_type_recruit #page-interview .interview_content_wrap .container .inner .interview_2 {
  background: #ffc832;
  padding: 25px 30px;
  padding-right: 25px;
  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: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#wrapper.page_type_recruit #page-interview .interview_content_wrap .container .inner .interview_2 .l {
  width: calc(100% - 370px - 25px);
}
#wrapper.page_type_recruit #page-interview .interview_content_wrap .container .inner .interview_2 .l h2 {
  background: white;
  line-height: 1.5;
  padding: 0 30px;
  margin-left: -30px;
  font-weight: 700;
  color: #3264c8;
  display: inline-block;
}
#wrapper.page_type_recruit #page-interview .interview_content_wrap .container .inner .interview_2 .l h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  margin: 10px 0;
  color: #3264c8;
}
#wrapper.page_type_recruit #page-interview .interview_content_wrap .container .inner .interview_2 .l p {
  margin: 0;
}
#wrapper.page_type_recruit #page-interview .interview_content_wrap .container .inner .interview_2 .r {
  width: 370px;
}
#wrapper.page_type_recruit #page-interview .interview_content_wrap:nth-of-type(even) .container .inner .vi .t {
  left: auto;
  right: 0;
}
#wrapper.page_type_recruit #page-interview .interview_content_wrap:nth-of-type(even) .container .inner .interview_1 .pic {
  order: 2;
}
#wrapper.page_type_recruit #page-interview .interview_content_wrap:nth-of-type(even) .container .inner .interview_1 .txt {
  order: 1;
}
#wrapper.page_type_recruit #page-system .system_content_wrap .container .inner .sec_head_recruit:before {
  content: none;
}
#wrapper.page_type_recruit #page-system .system_content_wrap .container .inner .sec_head_recruit > h3 {
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.5;
  color: #3264c8;
  margin-bottom: 30px;
}
#wrapper.page_type_recruit #page-system .system_content_wrap .container .inner > .head {
  margin-bottom: 45px;
}
#wrapper.page_type_recruit #page-system .system_content_wrap .container .inner > .head > p {
  text-align: center;
}
#wrapper.page_type_recruit #page-system .system_content_wrap .container .inner > .vi {
  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: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
}
#wrapper.page_type_recruit #page-system .system_content_wrap .container .inner > .vi .p {
  width: 545px;
}
#wrapper.page_type_recruit #page-system .system_content_wrap .container .inner > .vi .t {
  width: calc(100% - 545px - 30px);
}
#wrapper.page_type_recruit #page-system .system_content_wrap .container .inner .system_list___type_1 {
  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: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: flex-start;
}
#wrapper.page_type_recruit #page-system .system_content_wrap .container .inner .system_list___type_1 article {
  width: calc(33.3333333333% - 15px);
  margin-right: 22.5px;
  margin-bottom: 15px;
}
#wrapper.page_type_recruit #page-system .system_content_wrap .container .inner .system_list___type_1 article:nth-of-type(3n) {
  margin-right: 0;
}
#wrapper.page_type_recruit #page-system .system_content_wrap .container .inner .system_list___type_1 article h3 {
  text-align: center;
  line-height: 1.5;
  font-weight: 700;
  margin: 0 0 10px;
  color: #3264c8;
}
#wrapper.page_type_recruit #page-system .system_content_wrap .container .inner .system_list___type_2 {
  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: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: flex-start;
}
#wrapper.page_type_recruit #page-system .system_content_wrap .container .inner .system_list___type_2 article {
  width: calc(33.3333333333% - 30px);
  margin-right: 45px;
  margin-bottom: 50px;
}
#wrapper.page_type_recruit #page-system .system_content_wrap .container .inner .system_list___type_2 article:nth-of-type(3n) {
  margin-right: 0;
}
#wrapper.page_type_recruit #page-system .system_content_wrap .container .inner .system_list___type_2 article h3 {
  text-align: center;
  color: #3264c8;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  padding-bottom: 5px;
  margin-bottom: 30px;
  border-bottom: 1px solid #3264c8;
}
#wrapper.page_type_recruit #page-system .system_content_wrap .container .inner .system_list___type_2 article .p {
  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: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-content: center;
  justify-content: center;
}
#wrapper.page_type_recruit #page-system .system_content_wrap .container .inner .system_list___type_2 article .p img {
  width: auto;
  height: 190px;
  object-fit: contain;
  object-position: center;
}
#wrapper.page_type_recruit #page-system .system_content_wrap .container .inner .system_list___type_2 article h4 {
  text-align: center;
  color: #3264c8;
}
#wrapper.page_type_recruit #page-system .system_content_wrap .container .inner .memo {
  text-align: right;
}
#wrapper.page_type_recruit #page-system .system_content_wrap .container .inner .system_list___type_3 {
  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: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: flex-start;
}
#wrapper.page_type_recruit #page-system .system_content_wrap .container .inner .system_list___type_3 article {
  width: calc(33.3333333333% - 15px);
  margin-right: 22.5px;
  margin-bottom: 15px;
}
#wrapper.page_type_recruit #page-system .system_content_wrap .container .inner .system_list___type_3 article:nth-of-type(3n) {
  margin-right: 0;
}
#wrapper.page_type_recruit #page-system .system_content_wrap .container .inner .system_list___type_3 article .p {
  margin-bottom: 15px;
}
#wrapper.page_type_recruit #page-system .system_content_wrap .container .inner .system_list___type_3 article h3 {
  text-align: center;
  line-height: 1.5;
  font-weight: 700;
  margin: 0 0 10px;
  color: #3264c8;
}
#wrapper.page_type_recruit #page-system .system_content_wrap .container .inner .system_list___type_3 article p {
  margin-top: 10px;
}
#wrapper.page_type_recruit #page-application #app-section .container .inner .app_content_wrap .tab_container {
  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: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}
#wrapper.page_type_recruit #page-application #app-section .container .inner .app_content_wrap .tab_container .tab_btn {
  width: 50%;
  text-align: center;
  position: relative;
}
#wrapper.page_type_recruit #page-application #app-section .container .inner .app_content_wrap .tab_container .tab_btn h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  color: #3264c8;
  background: rgb(243.525, 243.525, 243.525);
  padding: 25px;
}
#wrapper.page_type_recruit #page-application #app-section .container .inner .app_content_wrap .tab_container .tab_btn.active:after {
  content: "\f0d7";
  font-family: fontawesome;
  position: absolute;
  bottom: 0;
  left: calc((100% - 10px) / 2);
  color: white;
}
#wrapper.page_type_recruit #page-application #app-section .container .inner .app_content_wrap .tab_container .tab_btn.active h3 {
  color: white;
  background: #3264c8;
}
#wrapper.page_type_recruit #page-application #app-section .container .inner .app_content_wrap .content_container .tab_content {
  display: none;
}
#wrapper.page_type_recruit #page-application #app-section .container .inner .app_content_wrap .content_container .tab_content > h2 {
  font-weight: 700;
  font-size: 25px;
  line-height: 1.5;
  margin-bottom: 30px;
  text-align: center;
  color: #3264c8;
}
#wrapper.page_type_recruit #page-application #app-section .container .inner .app_content_wrap .content_container .tab_content.show {
  display: block;
}
#wrapper.page_type_recruit #page-application #app-section .container .inner .app_content_wrap .content_container .memo {
  text-align: center;
  margin: 30px auto;
}

@media screen and (max-width: 732px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .grecaptcha-badge {
    bottom: 83px !important;
    display: none;
  }
  .page-id-166 .grecaptcha-badge {
    display: block;
  }
  .container {
    padding: 3rem 0;
    width: calc(100% - 30px);
    min-width: auto;
    max-width: 100%;
    box-sizing: border-box;
  }
  #wrapper {
    position: relative;
    font-size: 1.3rem;
  }
  /*primary--ボタンスタイル-------*/
  /*more btn*/
  .btn_1 {
    padding: 15px;
    min-width: 230px;
    line-height: 1.3;
    display: inline-block;
    text-align: left;
    position: relative;
    color: #4d4d4d;
    border-bottom: 1px solid #269682;
    transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  }
  .btn_1:after {
    content: "";
    width: 53px;
    height: 5px;
    background-image: url("images/common/arrow_r.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left bottom;
    position: absolute;
    right: 15px;
    bottom: 20px;
    transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  }
  .btn_1:hover {
    opacity: 1 !important;
    color: #269682;
  }
  .btn_1:hover:after {
    transform: translateX(5px);
  }
  .btn_1.c_w {
    color: white;
  }
  .btn_1.c_w:before {
    background: white;
  }
  .btn_1.c_w:hover {
    color: #F2F8EC;
  }
  .btn_2 {
    padding: 10px 15px;
    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: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 17px;
    align-items: center;
  }
  .btn_2.icon_img .icon {
    width: 70px;
    height: 55px;
    margin-right: 10px;
  }
  .btn_2.icon_img .icon img {
    object-fit: contain;
    object-position: center;
    width: auto;
    height: 55px;
  }
  .btn_2.icon_pdf:before {
    content: "\f1c1";
    font-family: fontawesome;
    font-size: 30px;
    margin-right: 20px;
  }
  /*共通見出し*/
  .sec_title1 {
    margin-bottom: 25px;
    letter-spacing: 0.1em;
    padding-top: 40px;
  }
  .sec_title1 h2 {
    font-size: 30px;
  }
  .sec_title1 h3 {
    font-size: 60px;
    bottom: 0;
    left: 0;
  }
  .sec_title2 {
    margin-bottom: 25px;
    letter-spacing: 0;
  }
  .sec_title2 h2 {
    font-size: 20px;
  }
  .sec_title3 {
    margin-bottom: 35px;
    letter-spacing: 0em;
  }
  .sec_title3 h2 {
    font-size: 25px;
  }
  .sec_title3 h2:before, .sec_title3 h2:after {
    margin: 0 15px;
    content: none;
  }
  .sec_title3 h3 {
    font-size: 13px;
  }
  .sec_title4 {
    margin-bottom: 0px;
  }
  .sec_title4 h3 {
    display: block;
    font-size: 15px;
    padding: 10px 20px;
  }
  .bg_gray_type_1 {
    margin: 60px 0;
  }
  .bg_gray_type_1:before {
    top: -60px;
    height: 60px;
  }
  .bg_gray_type_1:after {
    bottom: -60px;
    height: 60px;
  }
  .bg_gray_type_2 {
    margin: 60px 0;
  }
  .bg_gray_type_2:before {
    top: -60px;
    height: 60px;
  }
  .bg_gray_type_2:after {
    bottom: -60px;
    height: 60px;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
  }
  .table_type_1 {
    font-size: 13px;
    text-align: center;
  }
  .table_type_1 table {
    text-align: left;
    display: inline-block;
    width: auto;
  }
  .table_type_1 table tr {
    border-bottom: 1px solid rgb(216.75, 216.75, 216.75);
  }
  .table_type_1 table tr th, .table_type_1 table tr td {
    padding: 15px 0;
    vertical-align: top;
    line-height: 1.5;
  }
  .table_type_1 table tr th {
    padding-right: 15px;
    text-align: left;
    min-width: 80px;
  }
  .table_type_1 table tr th:after {
    content: none;
  }
  .table_type_1 table tr td a {
    color: #269682;
    display: inline-block;
  }
  .table_type_2 {
    margin-bottom: 45px;
  }
  .table_type_2 table {
    border-top: 1px solid rgb(159.375, 159.375, 159.375);
  }
  .table_type_2 table tr {
    border-bottom: 1px solid rgb(159.375, 159.375, 159.375);
  }
  .table_type_2 table tr th {
    background: #e6e6e6;
    font-weight: normal;
    width: 140px;
    text-align: justify;
    text-align-last: justify;
    padding: 10px 25px;
  }
  .table_type_2 table tr td {
    padding: 10px 40px;
  }
  .table_type_2 table tr td a {
    color: #269682;
    display: inline-block;
  }
  .table_type_app table tr th, .table_type_app table tr td {
    padding: 15px;
  }
  .table_type_app table tr th {
    min-width: 100px;
  }
  .sp-buttons .sp-button {
    border-bottom-color: #269682;
    width: 8px;
    height: 8px;
  }
  .sp-buttons .sp-selected-button {
    background-color: #269682;
  }
  #pankuzu {
    text-align: left;
  }
  #pankuzu .container {
    padding: 1.5rem 0 !important;
  }
  #pankuzu #breadcrumb ul > li {
    margin-left: 4px;
    font-size: 1.2rem;
    line-height: 1.3;
  }
  #pankuzu #breadcrumb ul > li:before {
    display: inline-block;
    margin-right: 4px;
  }
  #pankuzu #breadcrumb ul > li:first-of-type:before {
    display: none;
  }
  #pankuzu #breadcrumb ul > li > a {
    text-decoration: underline;
  }
  #wrapper {
    padding-top: 59px;
  }
  #wrapper.page_type_recruit {
    padding-top: 60px;
  }
  #header.header_type_default .container .content {
    align-items: center;
  }
  #header.header_type_default .container .content .head_logo {
    width: 210px;
    padding: 15px 0 15px 15px;
  }
  #header.header_type_default .container .content .head_logo a:after {
    right: -58px;
    top: -15px;
    border-left: solid 58px white;
    border-bottom: solid 58px transparent;
  }
  #header.header_type_default .container .content #gnav {
    width: 100%;
    padding: 0;
    display: none;
  }
  #header.header_type_default .container .content #gnav .header-nav-menu {
    display: block;
  }
  #header.header_type_default .container .content #gnav .header-nav-menu li {
    width: 100%;
    display: block;
    border: 0;
    border-bottom: 1px solid white;
  }
  #header.header_type_default .container .content #gnav .header-nav-menu li:last-child {
    border: 0;
  }
  #header.header_type_default .container .content #gnav .header-nav-menu li a {
    display: block;
    padding: 15px 25px;
    position: relative;
  }
  #header.header_type_default .container .content #gnav .header-nav-menu li a:hover {
    transform: none;
  }
  #header.header_type_default .container .content #gnav .header-nav-menu li a:after {
    content: "\f054";
    font-family: fontawesome;
    position: absolute;
    right: 20px;
    top: 15px;
  }
  #header.header_type_default .container .content #gnav .header-nav-menu .recruit {
    margin-left: 0;
  }
  #header.header_type_default .container .content #gnav .header-nav-menu .recruit a {
    padding: 15px 25px;
    background-color: #ffde33;
    border-radius: 0;
  }
  #header.header_type_recruit .container {
    width: 100% !important;
  }
  #header.header_type_recruit .container .content {
    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: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    position: relative;
    height: 60px;
    z-index: 10000;
  }
  #header.header_type_recruit .container .content .head_logo {
    width: auto;
    margin-top: 20px;
    margin-left: 20px;
    margin-bottom: 20px;
  }
  #header.header_type_recruit .container .content .head_logo a {
    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: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-content: flex-start;
    align-items: center;
  }
  #header.header_type_recruit .container .content .head_logo a img {
    width: 130px;
    margin: 0;
    margin-right: 12px;
  }
  #header.header_type_recruit .container .content .head_logo a h2 {
    text-align: left;
  }
  #header.header_type_recruit .container .content .head_logo a h2 strong {
    display: inline-block;
    background: none;
    padding: 0;
    font-weight: 700;
    font-size: 12px;
    margin-bottom: 3px;
  }
  #header.header_type_recruit .container .content .head_logo a h2:after {
    content: none;
  }
  #header.header_type_recruit .container .content #gnav {
    display: none;
    width: calc(90% - 10px);
    padding: 10px 10px;
    margin-left: calc(10% + 10px);
    position: fixed;
    left: 0;
    top: 60px;
    background: white;
    z-index: 9000;
  }
  #header.header_type_recruit .container .content #gnav .nav_sub_1 {
    display: none;
  }
  #header.header_type_recruit .container .content #gnav .nav_main {
    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: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 25px;
    padding-left: 10px;
  }
  #header.header_type_recruit .container .content #gnav .nav_main a {
    width: 53%;
    font-size: 19px;
    padding: 15px 0;
    border: none;
    display: block;
    position: relative;
  }
  #header.header_type_recruit .container .content #gnav .nav_main a:nth-of-type(even) {
    width: 40%;
  }
  #header.header_type_recruit .container .content #gnav .nav_main a:after {
    content: "\f054";
    font-family: fontawesome;
    position: absolute;
    right: 15px;
    top: 18px;
    font-size: 15px;
  }
  #header.header_type_recruit .container .content #gnav .nav_sub_2 {
    display: block;
  }
  #header.header_type_recruit .container .content #gnav .nav_sub_2 .btn_list .btn_app,
  #header.header_type_recruit .container .content #gnav .nav_sub_2 .btn_list .btn_entry {
    background: #3264c8;
    color: white;
    font-weight: 700;
    letter-spacing: 0.05em;
    border-radius: 50px;
    padding: 0 25px;
    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: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 6px;
    height: 42px;
  }
  #header.header_type_recruit .container .content #gnav .nav_sub_2 .btn_list .btn_app:before,
  #header.header_type_recruit .container .content #gnav .nav_sub_2 .btn_list .btn_entry:before {
    content: "";
    width: 25px;
    height: 1px;
    background: white;
    margin-right: 10px;
    display: block;
  }
  #header.header_type_recruit .container .content #gnav .nav_sub_2 .btn_list .btn_app:after,
  #header.header_type_recruit .container .content #gnav .nav_sub_2 .btn_list .btn_entry:after {
    content: "";
    width: 88px;
    height: 6px;
    background-image: url("images/recruit/arrow_white.png");
    background-size: contain;
    background-position: right bottom;
    background-repeat: no-repeat;
    margin-left: auto;
    display: block;
  }
  #header.header_type_recruit .container .content #gnav .nav_sub_2 .btn_list .btn_entry {
    background: #ffc832;
  }
  #header.header_type_recruit .container .content #gnav .nav_sub_2 .btn_list .btn_tel,
  #header.header_type_recruit .container .content #gnav .nav_sub_2 .btn_list .btn_mail {
    background: white;
    font-weight: 700;
    border-radius: 50px;
    padding: 0 25px;
    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: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 6px;
    height: 42px;
    font-size: 12px;
    line-height: 1.3;
    text-align: center;
    border: 1px solid black;
  }
  #header.header_type_recruit .container .content #gnav .nav_sub_2 .btn_list .btn_tel:before,
  #header.header_type_recruit .container .content #gnav .nav_sub_2 .btn_list .btn_mail:before {
    content: "";
    width: 22px;
    height: 22px;
    margin-right: 10px;
    display: block;
    background-image: url("images/recruit/icon_phone.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  #header.header_type_recruit .container .content #gnav .nav_sub_2 .btn_list .btn_mail:before {
    background-image: url("images/recruit/icon_mail.png");
  }
  #header.header_type_recruit .container .content #gnav .nav_sub_2 .btn_list .btn_corp {
    font-family: "Oswald", serif;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: white;
    background: #3264c8;
    border-radius: 50px;
    padding: 3px 15px;
    position: relative;
    line-height: 1.3;
    padding-right: 35px;
    margin: 15px 0;
    display: inline-block;
  }
  #header.header_type_recruit .container .content #gnav .nav_sub_2 .btn_list .btn_corp:after {
    content: "";
    width: 13px;
    height: 10px;
    background-image: url("images/recruit/icon_link.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 8px;
  }
  #header.header_type_recruit .container .content #gnav .nav_sub_2 .txt_list a {
    display: block;
  }
  #header.header_type_recruit .container .content #gnav .nav_sub_2 p {
    font-size: 12px;
  }
  #menu_btn.type_default {
    display: block;
    width: 68px;
    height: 28px;
    position: absolute;
    top: 15px;
    right: 15px;
    background: #44403F;
    line-height: 1;
    z-index: 9999 !important;
    border: 1px solid #44403F;
    border-radius: 100px;
  }
  #menu_btn.type_default:hover {
    background: white;
  }
  #menu_btn.type_default:hover:after, #menu_btn.type_default:hover:before {
    background: black;
  }
  #menu_btn.type_default:after, #menu_btn.type_default:before {
    content: "";
    width: 20px;
    height: 2px;
    background: white;
    position: absolute;
    border-radius: 10px;
    left: calc((100% - 20px) / 2);
    transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
    transform-origin: center center;
  }
  #menu_btn.type_default:before {
    top: 15px;
  }
  #menu_btn.type_default:after {
    bottom: 15px;
  }
  #menu_btn.type_default.close:after, #menu_btn.type_default.close:before {
    width: 20px;
    height: 2px;
    left: calc((100% - 20px) / 2);
  }
  #menu_btn.type_default.close:before {
    top: 12px;
    transform: rotate(30deg);
  }
  #menu_btn.type_default.close:after {
    bottom: 12px;
    transform: rotate(-30deg);
  }
  #menu_btn.type_recruit {
    display: block;
    width: 40px;
    height: 10px;
    position: absolute;
    top: 25px;
    right: 25px;
    line-height: 1;
    z-index: 9999 !important;
  }
  #menu_btn.type_recruit:after, #menu_btn.type_recruit:before {
    content: "";
    width: 100%;
    height: 2px;
    background: #3264c8;
    position: absolute;
    border-radius: 10px;
    left: 0;
    transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
    transform-origin: center center;
  }
  #menu_btn.type_recruit:before {
    top: 0;
  }
  #menu_btn.type_recruit:after {
    bottom: 0;
  }
  #menu_btn.type_recruit.close:after, #menu_btn.type_recruit.close:before {
    width: 100%;
    height: 2px;
  }
  #menu_btn.type_recruit.close:before {
    top: 4px;
    transform: rotate(20deg);
  }
  #menu_btn.type_recruit.close:after {
    bottom: 4px;
    transform: rotate(-20deg);
  }
  #page-vi-section .container .pic {
    width: 100%;
  }
  #page-vi-section .container .pic img {
    height: 200px;
  }
  #page-vi-section .container .ttl {
    position: absolute;
    left: 20px;
    top: 0;
    width: 100%;
    height: 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: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-content: center;
    color: white;
    line-height: 1.2;
    letter-spacing: 0.2em;
  }
  #page-vi-section .container .ttl h3 {
    font-size: 40px;
    margin-bottom: 10px;
  }
  #page-vi-section .container .ttl h2 {
    font-size: 20px;
  }
  #page-vi-section .container .ttl h2:before {
    width: 20px;
    height: 1px;
    margin-right: 10px;
  }
  #main-content img.size-full {
    margin-bottom: 2.5rem;
  }
  #main-content article[class^=post-] > .content table {
    width: 100%;
    margin-bottom: 3rem;
  }
  #main-content article[class^=post-] > .content table tr th, #main-content article[class^=post-] > .content table tr td {
    line-height: 1;
    padding: 1.5rem;
    font-size: 1.2rem;
  }
  #main-content article[class^=post-] > .content table tr th {
    width: 30%;
  }
  #main-content article[class^=post-] > .content table tr td {
    line-height: 1.5em;
  }
  #main-content article[class^=post-] > .content table tr td em {
    font-size: 1.2rem;
  }
  #main-content article[class^=post-] > .content h1 {
    margin: 1rem 0 2rem;
    line-height: 1.5;
    font-size: 2rem;
    font-weight: bold;
  }
  #main-content article[class^=post-] > .content h2 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    line-height: 1.5;
    padding-left: 1.5rem;
    border-left: 0.5rem solid #269682;
    font-weight: bold;
  }
  #main-content article[class^=post-] > .content h3 {
    color: #269682;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 1rem;
    display: inline-block;
    min-width: 50%;
  }
  #main-content article[class^=post-] > .content h4 {
    color: white;
    font-weight: bold;
    line-height: 1.5;
    padding: 1rem 1.5rem;
    margin-bottom: 1rem;
    background: #269682;
  }
  #main-content article[class^=post-] > .content h5 {
    color: #269682;
    font-weight: bold;
    line-height: 1.5;
    padding: 1rem 1.5rem;
    margin-bottom: 1rem;
    border: 2px solid #269682;
  }
  #main-content article[class^=post-] > .content p {
    font-size: 1.3rem;
    margin-bottom: 2rem;
  }
  #main-content article[class^=post-] > .content a {
    text-decoration: underline;
    color: #269682;
  }
  #main-content article[class^=post-] > .content h2.caption {
    box-sizing: border-box;
    color: #000 !important;
    font-size: 2.1rem;
    line-height: 1.5;
    padding: 2rem !important;
    border-bottom: 2px solid #44403F;
    border-left: 0px !important;
    border-radius: 0;
    margin-bottom: 4rem !important;
    background: none;
    box-shadow: none;
    display: block;
    text-align: left;
  }
  #main-content article[class^=post-] > .content h2.caption:before {
    content: "\f068";
    font-family: fontawesome;
    display: inline-block;
    margin-right: 2rem;
    color: #269682;
  }
  #main-content article[class^=post-] > .content ul {
    margin: 2rem 0 3rem;
    list-style: disc;
    padding-left: 4rem;
  }
  #main-content article[class^=post-] > .content ul li {
    line-height: 1.5;
    margin-bottom: 1.5rem;
    font-style: normal;
  }
  #main-content article[class^=post-] > .content .btn {
    text-align: right;
    margin: 1rem 0 1rem;
  }
  #main-content article[class^=post-] > .content .btn > a {
    text-decoration: none !important;
    text-align: left;
    min-width: 250px;
  }
  #main-content article[class^=post-] > .content .gallery_card article {
    width: calc(50% - 1rem);
    box-shadow: 0 0 1rem 0.5rem rgb(243.525, 243.525, 243.525);
    background: white;
    text-align: center;
    margin-bottom: 2rem;
  }
  #main-content article[class^=post-] > .content .gallery_card article:nth-of-type(2n) {
    margin-left: 2rem;
  }
  #main-content article[class^=post-] > .content .gallery_card article .pic {
    line-height: 0.5;
  }
  #main-content article[class^=post-] > .content .gallery_card article .pic img {
    width: 100%;
    margin: 0;
  }
  #main-content article[class^=post-] > .content .gallery_card article .txt {
    line-height: 1;
    padding: 1rem 2rem;
  }
  #main-content article[class^=post-] > .content .gallery_card article .txt h3 {
    font-size: 1.5rem;
    margin: 0;
  }
  #main-content article[class^=post-] > .content iframe {
    width: 100%;
    height: 40rem;
    margin-bottom: 2rem;
  }
  #main-content article[class^=post-] > .content img {
    clear: both;
  }
  #main-content article[class^=post-] > .content img.size-full {
    width: auto;
    margin-bottom: 0px;
  }
  #main-content article[class^=post-] > .content img.size-large {
    margin-bottom: 0rem;
  }
  #pagination {
    margin-top: 60px;
    margin-bottom: 30px;
  }
  #pagination .nav-links {
    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: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-content: center;
  }
  #pagination .nav-links a:hover {
    text-decoration: underline;
  }
  #pagination .nav-links .page-numbers {
    font-size: 18px;
    font-weight: bold;
    color: #269682;
    background: white;
    border-radius: 100px;
    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: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-content: center;
    align-items: center;
    align-content: center;
    line-height: 1;
    width: 40px;
    height: 40px;
    padding-bottom: 2px;
  }
  #pagination .nav-links .page-numbers.current {
    background: #269682;
    color: white;
  }
  #pagination .nav-links .page-numbers.prev, #pagination .nav-links .page-numbers.next {
    background: white;
    border: 1px solid #269682;
    position: relative;
    padding: 0;
  }
  #pagination .nav-links .page-numbers.prev:after, #pagination .nav-links .page-numbers.next:after {
    transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
    content: "";
    width: 15px;
    height: 15px;
    background-image: url("images/common/arrow_r_r.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
  }
  #pagination .nav-links .page-numbers.prev:hover:after, #pagination .nav-links .page-numbers.next:hover:after {
    transform: translateX(5px);
  }
  #pagination .nav-links .page-numbers.prev.inactive, #pagination .nav-links .page-numbers.next.inactive {
    border-color: #D3D3D3;
  }
  #pagination .nav-links .page-numbers.prev.inactive:after, #pagination .nav-links .page-numbers.next.inactive:after {
    background-image: url("images/common/arrow_r_g.png");
  }
  #pagination .nav-links .page-numbers.prev {
    margin-right: 30px;
  }
  #pagination .nav-links .page-numbers.prev:after {
    transform: rotate(180deg);
  }
  #pagination .nav-links .page-numbers.prev:hover:after {
    transform: translateX(5px) rotate(180deg);
  }
  #pagination .nav-links .page-numbers.next {
    margin-left: 30px;
  }
  #pager {
    margin-top: 40px;
  }
  #pager .content {
    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: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
    justify-content: center;
  }
  #pager .content .btn_prev a,
  #pager .content .btn_next a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 1;
    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: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-content: center;
    align-items: center;
    align-content: center;
    border: 1px solid #269682;
    border-radius: 100px;
    background: white;
  }
  #pager .content .btn_prev a i,
  #pager .content .btn_next a i {
    position: relative;
  }
  #pager .content .btn_prev a i:after,
  #pager .content .btn_next a i:after {
    transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
    content: "";
    width: 15px;
    height: 15px;
    background-image: url("images/common/arrow_r_r.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
  }
  #pager .content .btn_prev a i.arrow_next:after,
  #pager .content .btn_next a i.arrow_next:after {
    transform: rotate(180deg);
  }
  #pager .content .btn_prev a:hover i.arrow_next:after,
  #pager .content .btn_next a:hover i.arrow_next:after {
    transform: translateX(-5px) rotate(180deg);
  }
  #pager .content .btn_prev a:hover i.arrow_prev:after,
  #pager .content .btn_next a:hover i.arrow_prev:after {
    transform: translateX(5px);
  }
  #pager .content .btn_prev .inactive,
  #pager .content .btn_next .inactive {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 1;
    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: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-content: center;
    align-items: center;
    align-content: center;
    border: 1px solid #D3D3D3;
    border-radius: 100px;
    background: white;
  }
  #pager .content .btn_prev .inactive i,
  #pager .content .btn_next .inactive i {
    position: relative;
  }
  #pager .content .btn_prev .inactive i:after,
  #pager .content .btn_next .inactive i:after {
    transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
    content: "";
    width: 15px;
    height: 15px;
    background-image: url("images/common/arrow_r_g.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
  }
  #pager .content .btn_prev .inactive i.arrow_next:after,
  #pager .content .btn_next .inactive i.arrow_next:after {
    transform: rotate(180deg);
  }
  #pager .content .list a {
    color: #269682;
    font-size: 18px;
    font-weight: bold;
    font-family: "Oswald", serif;
    display: block;
    padding: 10px;
    margin: 0 45px;
  }
  #btn-go-top {
    right: 15px;
    bottom: 15px;
    width: 56px;
    height: 56px;
  }
  #btn-go-top.stop {
    position: absolute;
    bottom: 374px;
  }
  #foot-content-section .container {
    width: 75%;
    padding-top: 40px;
  }
  #foot-content-section .container .content .head {
    width: 100%;
  }
  #foot-content-section .container .content .btn_list {
    width: 100%;
  }
  #foot-content-section .container .content .btn_list .btn_tel {
    margin-bottom: 25px;
  }
  footer#footer .container {
    padding: 40px 0;
  }
  footer#footer .container .content {
    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: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  footer#footer .container .content .l {
    width: 100%;
    text-align: center;
  }
  footer#footer .container .content .l .foot_info {
    line-height: 1.5;
  }
  footer#footer .container .content .l .foot_info .foot_logo {
    width: 280px;
    margin: 0 auto 20px;
  }
  footer#footer .container .content .l .foot_info h1 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  footer#footer .container .content .l .foot_info address, footer#footer .container .content .l .foot_info p {
    margin: 0 0 5px;
  }
  footer#footer .container .content .r {
    display: none;
  }
  footer#footer .container .content .r .foot_nav {
    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: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  footer#footer .container .content .r .foot_nav nav {
    margin-right: 80px;
  }
  footer#footer .container .content .r .foot_nav nav:last-of-type {
    margin-right: 0;
  }
  footer#footer .container .content .r .foot_nav nav ul.footer-nav-menu {
    padding-left: 20px;
    line-height: 1.5;
  }
  footer#footer .container .content .r .foot_nav nav ul.footer-nav-menu > li {
    line-height: 1.5;
    margin-bottom: 15px;
  }
  footer#footer .container .content .r .foot_nav nav ul.footer-nav-menu > li > a {
    position: relative;
    transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  }
  footer#footer .container .content .r .foot_nav nav ul.footer-nav-menu > li > a:before {
    content: "\f0da";
    font-family: fontawesome;
    color: #269682;
    display: inline-block;
    position: absolute;
    left: -20px;
    top: 0;
    color: #269682;
  }
  footer#footer .container .content .r .foot_nav nav ul.footer-nav-menu > li > a:hover {
    opacity: 1 !important;
    color: #269682;
  }
  footer#footer .container .content .r .foot_nav nav ul.footer-nav-menu > li ul.sub-menu {
    margin-top: 5px;
  }
  footer#footer .container .content .r .foot_nav nav ul.footer-nav-menu > li ul.sub-menu > li > a {
    display: inline-block;
    padding: 5px;
    border-bottom: 1px solid #269682;
    transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  }
  footer#footer .container .content .r .foot_nav nav ul.footer-nav-menu > li ul.sub-menu > li > a:hover {
    opacity: 1 !important;
    color: #269682;
  }
  footer#credit-section {
    background: #269682;
  }
  footer#credit-section .container {
    padding: 15px;
  }
  footer#credit-section p {
    font-size: 13px;
    color: white;
    text-align: right;
    margin: 0;
    line-height: 1.5;
  }
  #footer-type-recruit .container {
    padding: 40px 0 !important;
    width: 90%;
    max-width: 90%;
  }
  #footer-type-recruit .container .content_1 {
    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: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    height: auto;
    margin-bottom: 15px;
  }
  #footer-type-recruit .container .content_1 .foot_logo {
    width: auto;
  }
  #footer-type-recruit .container .content_1 .foot_logo a {
    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: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-content: flex-start;
    align-items: center;
  }
  #footer-type-recruit .container .content_1 .foot_logo a img {
    width: 130px;
    margin: 0;
    margin-right: 12px;
  }
  #footer-type-recruit .container .content_1 .foot_logo a h2 {
    text-align: left;
  }
  #footer-type-recruit .container .content_1 .foot_logo a h2 strong {
    display: inline-block;
    background: none;
    padding: 0;
    font-weight: 700;
    font-size: 12px;
    margin-bottom: 3px;
  }
  #footer-type-recruit .container .content_1 .foot_logo a h2:after {
    content: none;
  }
  #footer-type-recruit .container .content_1 .foot_nav {
    display: none;
  }
  #footer-type-recruit .container .content_2 {
    padding: 0;
  }
  #footer-type-recruit .container .content_2 .foot_info {
    width: 100%;
    margin-bottom: 20px;
  }
  #footer-type-recruit .container .content_2 .foot_info p, #footer-type-recruit .container .content_2 .foot_info address, #footer-type-recruit .container .content_2 .foot_info a, #footer-type-recruit .container .content_2 .foot_info h1 {
    font-size: 13px;
    line-height: 1.3;
    margin: 0 0 10px;
    display: block;
  }
  #footer-type-recruit .container .content_2 .foot_link nav.link_1 {
    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: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-content: flex-start;
    margin-bottom: 6px;
  }
  #footer-type-recruit .container .content_2 .foot_link nav.link_2 {
    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: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-content: flex-start;
  }
  #footer-type-recruit .container .content_2 .foot_link nav.link_2 a {
    margin-left: 0;
    margin-right: 20px;
    font-size: 13px;
  }
  #footer-type-recruit .container #btn-go-top-recruit {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -15px;
    background: white;
    border: 1px solid #ffc832;
    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: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-content: center;
    align-content: center;
  }
  #footer-type-recruit .container #btn-go-top-recruit:after {
    transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
    content: "\f054";
    color: #ffc832;
    font-family: fontawesome;
    display: inline-block;
    transform: rotate(-90deg);
  }
  #footer-type-recruit .container #btn-go-top-recruit:hover:after {
    transform: translateY(-5px) rotate(-90deg);
  }
  footer#credit-section-recruit {
    padding-bottom: 60px;
  }
  footer#credit-section-recruit .container {
    padding: 15px !important;
  }
}
@media screen and (max-width: 732px) {
  body.home #page {
    position: relative;
    /*------------------------------------------------------------------*/
    /*------------------------------------------------------------------*/
    /*------------------------------------------------------------------*/
    /*------------------------------------------------------------------*/
    /*------------------------------------------------------------------*/
    /*------------------------------------------------------------------*/
    /*------------------------------------------------------------------*/
    /*------------------------------------------------------------------*/
    /*------------------------------------------------------------------*/
  }
  body.home #page #vi-section .container {
    padding: 0;
    width: 100%;
    max-width: 100%;
  }
  body.home #page #vi-section .container .vi_wrap {
    position: relative;
  }
  body.home #page #vi-section .container .vi_wrap #vi-slide .sp-slide img {
    width: auto;
    height: 500px;
    object-fit: cover;
    object-position: center;
  }
  body.home #page #vi-section .container .vi_wrap .vi_content {
    left: 10px;
    bottom: 20px;
  }
  body.home #page #vi-section .container .vi_wrap .vi_content h2 {
    font-size: 21px;
    text-shadow: 0 0 0.5rem black;
    line-height: 1.8;
    letter-spacing: 0.05em;
  }
  body.home #page #company-section .container {
    width: 90%;
    padding-top: 5vw;
  }
  body.home #page #company-section .container .content .pic {
    width: 100%;
  }
  body.home #page #company-section .container .content .pic img {
    object-fit: contain;
    min-height: auto;
    width: 100%;
  }
  body.home #page #company-section .container .content .txt {
    width: 100%;
    padding: 0 0;
  }
  body.home #page #company-section .container .content .txt .btn_list {
    margin: 20px 0;
  }
  body.home #page #company-section .container .content .txt .btn_list a {
    display: inline-block;
    padding: 3px 0;
    border-bottom: 1px solid #269682;
    margin-right: 16px;
  }
  body.home #page #company-section .container .content .txt .btn {
    text-align: right;
  }
  body.home #page #business-section {
    margin: 80px 0;
  }
  body.home #page #business-section:before {
    content: "";
    position: absolute;
    left: 0;
    top: -80px;
    height: 80px;
    width: 100%;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    background: #f2f2f2;
  }
  body.home #page #business-section:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -80px;
    height: 80px;
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    background: #f2f2f2;
  }
  body.home #page #business-section .container {
    width: 90%;
    padding: 40px 0;
  }
  body.home #page #business-section .container .content {
    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: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
  }
  body.home #page #business-section .container .content .pic {
    width: 100%;
    position: relative;
    z-index: 2;
  }
  body.home #page #business-section .container .content .pic img {
    object-fit: contain;
    min-height: auto;
    width: 100%;
  }
  body.home #page #business-section .container .content .txt {
    width: 100%;
    padding: 0;
    margin-bottom: 25px;
  }
  body.home #page #business-section .container .content .txt .btn {
    text-align: right;
  }
  body.home #page #jcss-section .container {
    width: 90%;
  }
  body.home #page #jcss-section .container .sec_title1 {
    margin-bottom: 50px;
  }
  body.home #page #jcss-section .container .sec_title1 h3 {
    left: calc((100% - 138px) / 2);
    bottom: 30px;
  }
  body.home #page #jcss-section .container .sec_title1 h2 {
    font-size: 30px;
  }
  body.home #page #jcss-section .container .pic {
    width: 100%;
    margin: 30px auto 20px;
  }
  body.home #page #jcss-section .container .txt {
    text-align: left;
  }
  body.home #page #jcss-section .container .txt .btn {
    text-align: right;
  }
  body.home #page #loop-section-1 .container {
    width: 100%;
    padding-bottom: 0;
  }
  body.home #page #loop-section-1 .container .loop_slide_wrap #loopslider-1,
  body.home #page #loop-section-1 .container .loop_slide_wrap #loopslider-2 {
    height: 151px;
  }
  body.home #page #loop-section-1 .container .loop_slide_wrap #loopslider-1 ul,
  body.home #page #loop-section-1 .container .loop_slide_wrap #loopslider-2 ul {
    height: 151px;
  }
  body.home #page #loop-section-1 .container .loop_slide_wrap #loopslider-1 ul li,
  body.home #page #loop-section-1 .container .loop_slide_wrap #loopslider-2 ul li {
    width: 225px;
    height: 151px;
  }
  body.home #page #loop-section-1 .container .loop_slide_wrap #loopslider-1 ul li img,
  body.home #page #loop-section-1 .container .loop_slide_wrap #loopslider-2 ul li img {
    width: 225px;
    height: 151px;
  }
  body.home #page #trivia-section .container .head {
    display: block;
    margin-bottom: 20px;
  }
  body.home #page #trivia-section .container .head .sec_title1 {
    width: 100%;
  }
  body.home #page #trivia-section .container .head p {
    width: 100%;
  }
  body.home #page #trivia-section .container .trivia_feeds_wrap article {
    width: 100%;
    margin-bottom: 25px;
    margin-right: 0;
  }
  body.home #page #trivia-section .container .trivia_feeds_wrap article .thumb {
    margin-bottom: 5px;
  }
  body.home #page #trivia-section .container .trivia_feeds_wrap article .thumb img {
    width: 100%;
    height: auto;
  }
  body.home #page #trivia-section .container .trivia_feeds_wrap article .txt .post-cat {
    color: #269682;
    border: 1px solid #269682;
    line-height: 1.2;
    padding: 2px 5px;
    display: inline-block;
    margin-left: 15px;
  }
  body.home #page #trivia-section .container .btn {
    text-align: right;
    margin-top: 20px;
  }
  body.home #page #recruit-section {
    margin: 80px 0;
  }
  body.home #page #recruit-section .container {
    width: 90%;
    padding: 40px 0;
  }
  body.home #page #recruit-section .container .content .pic {
    width: 100%;
  }
  body.home #page #recruit-section .container .content .pic img {
    object-fit: cover;
    min-height: 280px;
  }
  body.home #page #recruit-section .container .content .txt {
    width: 100%;
    padding: 0 0;
  }
  body.home #page #news-section .container .feeds {
    width: 100%;
    margin-left: 0;
  }
  body.home #page #news-section .container .feeds article .txt {
    padding: 20px 0px;
  }
  body.home #page #news-section .container .feeds article .txt .post-date {
    font-size: 13px;
    margin-right: 15px;
    width: 70px;
  }
  body.home #page #news-section .container .feeds article .txt .post-cat {
    min-width: 70px;
    margin-right: 15px;
  }
  body.home #page #news-section .container .feeds article .txt .post-cat li a {
    padding: 3px 7px;
    font-size: 12px;
  }
  body.home #page #news-section .container .feeds article .txt .post-title {
    display: block;
    width: 100%;
    margin-top: 4px;
  }
  body.home #page #news-section .container .feeds article .txt .post-title a {
    display: block;
  }
  body.home #page #news-section .container .btn {
    text-align: right;
    margin-top: 30px;
  }
  #page-404 .container {
    width: 90%;
  }
  #page-company #message-section .container .content .pic {
    width: 100%;
  }
  #page-company #message-section .container .content .txt {
    width: 100%;
  }
  #page-company #message-section .container .content .txt .name {
    font-size: 16px;
  }
  #page-company #philosophy-section {
    text-align: center;
  }
  #page-company #maker-section .container {
    padding: 0;
  }
  #page-company #maker-section .content {
    padding: 50px 20px;
  }
  #page-company #office-section .container {
    padding-top: 0;
  }
  #page-company #office-section .container article {
    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: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
  }
  #page-company #office-section .container article:last-of-type {
    margin-bottom: 0;
  }
  #page-company #office-section .container article .pic {
    width: 100%;
    margin-bottom: 15px;
  }
  #page-company #office-section .container article .txt {
    width: 100%;
    padding: 0 0;
  }
  #page-company #office-section .container article .txt .sec_title2 {
    margin-bottom: 7px;
  }
  #page-company #office-section .container article .txt address, #page-company #office-section .container article .txt p {
    margin: 0 0 5px;
    line-height: 1.5;
  }
  #page-company #office-section .container article .txt .btn {
    text-align: right;
  }
  #page-company #sustainability-section {
    text-align: center;
  }
  #page-company #sustainability-section .container .txt article {
    margin-bottom: 35px;
  }
  #page-company #sustainability-section .container .txt article h3 {
    font-size: 19px;
  }
  #page-company #sustainability-section .container .txt article .pic {
    margin: 20px auto;
  }
  #page-company #sustainability-section .container .txt article .effort {
    padding: 15px 20px;
    text-align: left;
  }
  #page-company #sustainability-section .container .txt article .effort h4, #page-company #sustainability-section .container .txt article .effort h5 {
    font-size: 17px;
  }
  #page-company #health-section {
    text-align: center;
  }
  #page-company #health-section .container .txt h4 {
    font-size: 19px;
  }
  #page-company #health-section .container .txt .memo {
    width: 100%;
    padding: 15px 20px;
  }
  #page-company #health-section .container .txt .memo h5 {
    font-size: 17px;
  }
  #page-company #health-section .container .txt .btn {
    width: 90%;
  }
  #page-company #himeboss-section .container .pic img {
    width: 230px;
  }
  #page-company #himeboss-section .container .txt .btn {
    width: 90%;
  }
  #page-business #page-head-section .business_flow {
    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: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #page-business #page-head-section .business_flow article {
    width: 100%;
    padding: 20px;
    margin-bottom: 30px;
  }
  #page-business #page-head-section .business_flow article:after {
    content: "\f078";
    font-family: fontawesome;
    font-size: 20px;
    width: auto;
    height: auto;
    background: none;
    position: absolute;
    right: calc((100% - 20px) / 2);
    top: auto;
    bottom: -23px;
    line-height: 1;
  }
  #page-business #page-head-section .business_flow article a {
    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: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
    justify-content: center;
  }
  #page-business #page-head-section .business_flow article a .icon {
    width: 50px;
    height: 50px;
    margin-bottom: 0;
    margin-right: 15px;
  }
  #page-business #page-head-section .business_flow article a h3 {
    line-height: 1.5;
    font-size: 20px;
    font-weight: bold;
  }
  #page-business .business_content_wrap .container {
    width: 90%;
  }
  #page-business .business_content_wrap .content {
    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: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #page-business .business_content_wrap .content .pic {
    width: 100%;
    margin-bottom: 25px;
  }
  #page-business .business_content_wrap .content .pic img {
    width: 100%;
    height: auto;
  }
  #page-business .business_content_wrap .content .txt {
    width: 100%;
    padding: 0;
  }
  #page-business .business_content_wrap .content .txt .btn {
    text-align: right;
  }
  #page-target-items #page-head-section .item_list {
    margin-top: 50px;
    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: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #page-target-items #page-head-section .item_list article {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }
  #page-target-items #page-head-section .item_list article a {
    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: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: stretch;
    background: none;
  }
  #page-target-items #page-head-section .item_list article a .pic {
    width: 70px;
  }
  #page-target-items #page-head-section .item_list article a .txt {
    width: calc(100% - 70px);
    height: 70px;
    align-self: center;
    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: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    align-content: center;
  }
  #page-target-items #page-head-section .item_list article a .txt span.num {
    position: absolute;
    right: 0;
    top: 0;
  }
  #page-target-items #page-head-section .item_list article a .txt h2 {
    display: block;
    width: 100%;
    text-align: center;
    line-height: 1.5;
    font-size: 14px;
    padding: 0;
    font-weight: bold;
    font-size: 17px;
    align-self: center;
    padding: 0 30px 0 15px;
  }
  #page-target-items .item_content_wrap .container {
    padding: 60px 0 0;
  }
  #page-target-items .item_content_wrap .content {
    position: relative;
    padding-top: 0;
  }
  #page-target-items .item_content_wrap .content .pic {
    width: 100%;
    position: relative;
    left: auto;
    top: auto;
  }
  #page-target-items .item_content_wrap .content .txt {
    width: 100%;
    margin: 0;
    z-index: -1;
    padding: 25px;
  }
  #page-target-items .item_content_wrap:nth-of-type(even) .content .pic {
    left: auto;
    right: 0;
    top: 0;
  }
  #page-target-items .item_content_wrap:nth-of-type(even) .content .txt {
    width: 100%;
    margin: 0;
    padding: 25px;
  }
  #page-target-items #item-9 {
    padding-bottom: 60px;
  }
  #page-target-items #item-9 .txt p {
    text-align: left;
  }
  #page-jcss #what-section .head p {
    text-align: left;
  }
  #page-jcss #what-section .head p br {
    display: none;
  }
  #page-jcss #system-section .head p {
    text-align: left;
  }
  #page-jcss #system-section .head p br {
    display: none;
  }
  #page-jcss #system-section .jcss_system {
    margin-top: 20px;
  }
  #page-jcss #system-section .jcss_system h4 {
    font-size: 15px;
  }
  #page-jcss #system-section .jcss_system .chart {
    overflow-x: scroll;
  }
  #page-jcss #system-section .jcss_system .chart .pic {
    width: 650px;
  }
  #page-jcss #intro-section {
    text-align: center;
  }
  #page-jcss #intro-section .head {
    margin-bottom: 50px;
  }
  #page-jcss #intro-section .jcss {
    width: 100%;
  }
  #page-jcss #registration-section .content {
    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: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-content: center;
  }
  #page-jcss #registration-section .content .pic {
    width: 100%;
    margin: 10px 25px;
  }
  #page-jcss #organization-section {
    text-align: center;
  }
  #page-jcss #organization-section .table_type_1 {
    display: inline-block;
  }
  #page-jcss #proofreading-section .content {
    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: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-content: center;
  }
  #page-jcss #proofreading-section .content .btn_2 {
    width: 100%;
    margin: 0 0 10px;
  }
  #page-jcss #jcss-scale-section .head,
  #page-jcss #jcss-weight-section .head {
    text-align: center;
    margin-bottom: 50px;
  }
  #page-jcss #jcss-scale-section .service_1,
  #page-jcss #jcss-scale-section .service_2,
  #page-jcss #jcss-scale-section .service_3,
  #page-jcss #jcss-scale-section .service_4,
  #page-jcss #jcss-weight-section .service_1,
  #page-jcss #jcss-weight-section .service_2,
  #page-jcss #jcss-weight-section .service_3,
  #page-jcss #jcss-weight-section .service_4 {
    margin-bottom: 20px;
  }
  #page-jcss #jcss-scale-section .service_1 .content,
  #page-jcss #jcss-scale-section .service_2 .content,
  #page-jcss #jcss-scale-section .service_3 .content,
  #page-jcss #jcss-scale-section .service_4 .content,
  #page-jcss #jcss-weight-section .service_1 .content,
  #page-jcss #jcss-weight-section .service_2 .content,
  #page-jcss #jcss-weight-section .service_3 .content,
  #page-jcss #jcss-weight-section .service_4 .content {
    margin-bottom: 40px;
  }
  #page-jcss #jcss-scale-section .service_1 .content .pic,
  #page-jcss #jcss-scale-section .service_2 .content .pic,
  #page-jcss #jcss-scale-section .service_3 .content .pic,
  #page-jcss #jcss-scale-section .service_4 .content .pic,
  #page-jcss #jcss-weight-section .service_1 .content .pic,
  #page-jcss #jcss-weight-section .service_2 .content .pic,
  #page-jcss #jcss-weight-section .service_3 .content .pic,
  #page-jcss #jcss-weight-section .service_4 .content .pic {
    width: 100%;
    margin: 0;
  }
  #page-jcss #jcss-scale-section .service_1 .content .txt,
  #page-jcss #jcss-scale-section .service_2 .content .txt,
  #page-jcss #jcss-scale-section .service_3 .content .txt,
  #page-jcss #jcss-scale-section .service_4 .content .txt,
  #page-jcss #jcss-weight-section .service_1 .content .txt,
  #page-jcss #jcss-weight-section .service_2 .content .txt,
  #page-jcss #jcss-weight-section .service_3 .content .txt,
  #page-jcss #jcss-weight-section .service_4 .content .txt {
    width: 100%;
    margin: 0;
  }
  #page-jcss #jcss-scale-section .service_1 .content .txt h3,
  #page-jcss #jcss-scale-section .service_2 .content .txt h3,
  #page-jcss #jcss-scale-section .service_3 .content .txt h3,
  #page-jcss #jcss-scale-section .service_4 .content .txt h3,
  #page-jcss #jcss-weight-section .service_1 .content .txt h3,
  #page-jcss #jcss-weight-section .service_2 .content .txt h3,
  #page-jcss #jcss-weight-section .service_3 .content .txt h3,
  #page-jcss #jcss-weight-section .service_4 .content .txt h3 {
    font-family: "Noto Serif JP", serif;
    font-size: 20px;
    text-align: center;
  }
  #page-jcss #jcss-scale-section .service_1 .btn_list,
  #page-jcss #jcss-scale-section .service_2 .btn_list,
  #page-jcss #jcss-scale-section .service_3 .btn_list,
  #page-jcss #jcss-scale-section .service_4 .btn_list,
  #page-jcss #jcss-weight-section .service_1 .btn_list,
  #page-jcss #jcss-weight-section .service_2 .btn_list,
  #page-jcss #jcss-weight-section .service_3 .btn_list,
  #page-jcss #jcss-weight-section .service_4 .btn_list {
    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: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-content: center;
  }
  #page-jcss #jcss-scale-section .service_1 .btn_list .btn_2,
  #page-jcss #jcss-scale-section .service_2 .btn_list .btn_2,
  #page-jcss #jcss-scale-section .service_3 .btn_list .btn_2,
  #page-jcss #jcss-scale-section .service_4 .btn_list .btn_2,
  #page-jcss #jcss-weight-section .service_1 .btn_list .btn_2,
  #page-jcss #jcss-weight-section .service_2 .btn_list .btn_2,
  #page-jcss #jcss-weight-section .service_3 .btn_list .btn_2,
  #page-jcss #jcss-weight-section .service_4 .btn_list .btn_2 {
    width: 100%;
    margin: 0 20px 10px;
  }
  #page-jcss #jcss-scale-section .service_1 .table_type_1,
  #page-jcss #jcss-scale-section .service_2 .table_type_1,
  #page-jcss #jcss-scale-section .service_3 .table_type_1,
  #page-jcss #jcss-scale-section .service_4 .table_type_1,
  #page-jcss #jcss-weight-section .service_1 .table_type_1,
  #page-jcss #jcss-weight-section .service_2 .table_type_1,
  #page-jcss #jcss-weight-section .service_3 .table_type_1,
  #page-jcss #jcss-weight-section .service_4 .table_type_1 {
    text-align: left;
  }
  #page-jcss #jcss-scale-section .service_1 .table_type_1 table,
  #page-jcss #jcss-scale-section .service_2 .table_type_1 table,
  #page-jcss #jcss-scale-section .service_3 .table_type_1 table,
  #page-jcss #jcss-scale-section .service_4 .table_type_1 table,
  #page-jcss #jcss-weight-section .service_1 .table_type_1 table,
  #page-jcss #jcss-weight-section .service_2 .table_type_1 table,
  #page-jcss #jcss-weight-section .service_3 .table_type_1 table,
  #page-jcss #jcss-weight-section .service_4 .table_type_1 table {
    margin-bottom: 0;
    width: 100%;
    display: table;
  }
  #page-jcss #jcss-scale-section .service_1 .table_type_1 table th, #page-jcss #jcss-scale-section .service_1 .table_type_1 table td,
  #page-jcss #jcss-scale-section .service_2 .table_type_1 table th,
  #page-jcss #jcss-scale-section .service_2 .table_type_1 table td,
  #page-jcss #jcss-scale-section .service_3 .table_type_1 table th,
  #page-jcss #jcss-scale-section .service_3 .table_type_1 table td,
  #page-jcss #jcss-scale-section .service_4 .table_type_1 table th,
  #page-jcss #jcss-scale-section .service_4 .table_type_1 table td,
  #page-jcss #jcss-weight-section .service_1 .table_type_1 table th,
  #page-jcss #jcss-weight-section .service_1 .table_type_1 table td,
  #page-jcss #jcss-weight-section .service_2 .table_type_1 table th,
  #page-jcss #jcss-weight-section .service_2 .table_type_1 table td,
  #page-jcss #jcss-weight-section .service_3 .table_type_1 table th,
  #page-jcss #jcss-weight-section .service_3 .table_type_1 table td,
  #page-jcss #jcss-weight-section .service_4 .table_type_1 table th,
  #page-jcss #jcss-weight-section .service_4 .table_type_1 table td {
    padding-bottom: 15px;
  }
  #page-manufacturing #manufacturing-list .container {
    padding-top: 0;
  }
  #page-manufacturing #manufacturing-list .manufacturing_parts_feeds_wrap article {
    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: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 35px;
  }
  #page-manufacturing #manufacturing-list .manufacturing_parts_feeds_wrap article .thumb {
    width: 100%;
    margin-bottom: 15px;
  }
  #page-manufacturing #manufacturing-list .manufacturing_parts_feeds_wrap article .txt {
    width: 100%;
    padding: 0;
  }
  #page-manufacturing #manufacturing-list .manufacturing_parts_feeds_wrap article .txt .post-title.sec_title2 {
    margin-bottom: 10px;
  }
  #page-manufacturing #manufacturing-list .manufacturing_parts_feeds_wrap article .txt .post-cat {
    color: #269682;
    border: 1px solid #269682;
    line-height: 1.2;
    padding: 2px 5px;
    display: inline-block;
    margin-left: 15px;
  }
  #page-manufacturing #manufacturing-list .manufacturing_parts_feeds_wrap article .txt .post-ex {
    margin: 15px 0;
    display: block;
  }
  #page-manufacturing #manufacturing-list .manufacturing_parts_feeds_wrap article .txt .btn {
    text-align: right;
  }
  #page-manufacturing-detail .head {
    margin-bottom: 30px;
  }
  #page-manufacturing-detail .head .post-cat {
    color: #269682;
    border: 1px solid #269682;
    line-height: 1.2;
    padding: 2px 5px;
    display: inline-block;
    margin-left: 15px;
  }
  #page-manufacturing-detail .post-content table {
    margin-bottom: 2rem;
  }
  #page-manufacturing-detail .post-content table tr th, #page-manufacturing-detail .post-content table tr td {
    padding: 10px 15px;
    font-size: 1.3rem;
  }
  #page-manufacturing-detail .post-content table tr th {
    width: 20%;
  }
  #page-manufacturing-detail .post-content table tr td em {
    font-size: 1.2rem;
  }
  #page-manufacturing-detail .post-content h1 {
    font-size: 2.3rem;
  }
  #page-manufacturing-detail .post-content h2 {
    font-size: 1.8rem;
  }
  #page-manufacturing-detail .post-content h3 {
    font-size: 1.5rem;
  }
  #page-manufacturing-detail .post-content p {
    font-size: 1.3rem;
  }
  #page-manufacturing-detail .post-content .btn > a {
    min-width: 100%;
  }
  #page-manufacturing-detail .post-content .gallery_card article {
    width: 100%;
  }
  #page-manufacturing-detail .post-content .gallery_card article:nth-of-type(2n) {
    margin-left: 0;
  }
  #page-manufacturing-detail .post-content .gallery_card article .txt h3 {
    font-size: 1.3rem;
  }
  #page-manufacturing-detail .post-content iframe {
    height: 20rem;
  }
  #page-news .feeds article {
    margin-bottom: 50px;
  }
  #page-news .feeds article:last-of-type {
    margin-bottom: 0;
  }
  #page-news .post-head .sec_title2 {
    margin-bottom: 10px;
  }
  #page-news .post-head .post-cat {
    display: inline-block;
  }
  #page-news .post-head .post-cat li {
    border: 1px solid #269682;
    line-height: 1.2;
    padding: 2px 5px;
    margin-left: 15px;
  }
  #page-news .post-head .post-cat li a {
    color: #269682;
  }
  #page-news .post-ex {
    margin: 20px 0;
  }
  #page-news .btn {
    text-align: right;
  }
  #news-detail .post-head {
    margin-bottom: 20px;
  }
  #news-detail .post-content table {
    margin-bottom: 2rem;
  }
  #news-detail .post-content table tr th, #news-detail .post-content table tr td {
    padding: 10px 15px;
    font-size: 1.3rem;
  }
  #news-detail .post-content table tr th {
    width: 20%;
  }
  #news-detail .post-content table tr td em {
    font-size: 1.2rem;
  }
  #news-detail .post-content h1 {
    font-size: 2.3rem;
  }
  #news-detail .post-content h2 {
    font-size: 1.8rem;
  }
  #news-detail .post-content h3 {
    font-size: 1.5rem;
  }
  #news-detail .post-content p {
    font-size: 1.3rem;
  }
  #news-detail .post-content .btn > a {
    min-width: 100%;
  }
  #news-detail .post-content .gallery_card article {
    width: 100%;
  }
  #news-detail .post-content .gallery_card article:nth-of-type(2n) {
    margin-left: 0;
  }
  #news-detail .post-content .gallery_card article .txt h3 {
    font-size: 1.3rem;
  }
  #news-detail .post-content iframe {
    height: 20rem;
  }
  #page-trivia #trivia-feeds-section .container {
    padding-top: 0 !important;
  }
  #page-trivia .trivia_parts_feeds_wrap {
    display: block;
  }
  #page-trivia .trivia_parts_feeds_wrap article {
    width: 100%;
    margin: 0 0 35px;
  }
  #page-trivia .trivia_parts_feeds_wrap article .thumb {
    margin-bottom: 15px;
  }
  #page-trivia .trivia_parts_feeds_wrap article .thumb img {
    width: 100%;
    height: auto;
  }
  #page-trivia .trivia_parts_feeds_wrap article .txt .post-cat {
    color: #269682;
    border: 1px solid #269682;
    line-height: 1.2;
    padding: 2px 5px;
    display: inline-block;
    margin-left: 15px;
  }
  #page-trivia-detail .head {
    margin-bottom: 30px;
  }
  #page-trivia-detail .head .post-cat {
    color: #269682;
    border: 1px solid #269682;
    line-height: 1.2;
    padding: 2px 5px;
    display: inline-block;
    margin-left: 15px;
  }
  #page-trivia-detail .post-content table {
    margin-bottom: 2rem;
  }
  #page-trivia-detail .post-content table tr th, #page-trivia-detail .post-content table tr td {
    padding: 10px 15px;
    font-size: 1.3rem;
  }
  #page-trivia-detail .post-content table tr th {
    width: 20%;
  }
  #page-trivia-detail .post-content table tr td em {
    font-size: 1.2rem;
  }
  #page-trivia-detail .post-content h1 {
    font-size: 2.3rem;
  }
  #page-trivia-detail .post-content h2 {
    font-size: 1.8rem;
  }
  #page-trivia-detail .post-content h3 {
    font-size: 1.5rem;
  }
  #page-trivia-detail .post-content p {
    font-size: 1.3rem;
  }
  #page-trivia-detail .post-content .btn > a {
    min-width: 100%;
  }
  #page-trivia-detail .post-content .gallery_card article {
    width: 100%;
  }
  #page-trivia-detail .post-content .gallery_card article:nth-of-type(2n) {
    margin-left: 0;
  }
  #page-trivia-detail .post-content .gallery_card article .txt h3 {
    font-size: 1.3rem;
  }
  #page-trivia-detail .post-content iframe {
    height: 20rem;
  }
  #page-privacy-policy #intro-section p {
    text-align: left;
  }
  #page-privacy-policy #intro-section p br {
    display: none;
  }
  #page-privacy-policy #privacy-policy-section .container > .content {
    padding: 20px 25px;
    width: 100%;
  }
  #page-privacy-policy #privacy-policy-section article {
    margin-bottom: 30px;
  }
  #page-privacy-policy #privacy-policy-section article h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  #page-privacy-policy #privacy-policy-section article p {
    margin-top: 0;
    font-size: 13px;
  }
  #page-privacy-policy #privacy-policy-section article ul {
    padding-left: 20px;
    margin-bottom: 20px;
  }
  #page-privacy-policy #privacy-policy-section article ul li {
    padding-left: 16px;
    position: relative;
    line-height: 1.5;
    margin: 7px 0;
  }
  #page-privacy-policy #privacy-policy-section article ul li:before {
    content: "・";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
  }
  #page-contact #intro-section,
  #entry-contact #intro-section {
    text-align: center;
  }
  #page-contact #contact-form-section .sec_title2,
  #entry-contact #contact-form-section .sec_title2 {
    text-align: center;
  }
  .form-wrap div.wpcf7 .ajax-loader {
    min-width: 24px !important;
  }
  .form-wrap form {
    width: 100%;
  }
  .form-wrap form > h3 {
    text-align: center;
  }
  .form-wrap form > h4 {
    text-align: left;
  }
  .form-wrap form > p {
    text-align: left;
  }
  .form-wrap form .privacy {
    width: 100%;
    height: 350px;
    overflow: scroll;
    border: 1px solid rgb(159.375, 159.375, 159.375);
    background: rgb(243.525, 243.525, 243.525);
    border-radius: 7px;
    padding: 25px 35px;
  }
  .form-wrap form .form_check_btn > span {
    display: inline-block;
    background: red;
    padding: 25px 35px;
  }
  .form-wrap form .form_check_btn > span .wpcf7-list-item {
    margin-left: 0;
  }
  .form-wrap form .form_input_list.recaptcha {
    text-align: center;
    color: gray;
  }
  .form-wrap form .form_input_list.recaptcha a {
    text-decoration: underline;
  }
  .form-wrap form .form_bl {
    padding: 15px 0;
    background: white;
    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: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgb(243.525, 243.525, 243.525);
  }
  .form-wrap form .form_bl > .h {
    width: 100%;
  }
  .form-wrap form .form_bl > .h > span {
    display: block;
    margin-bottom: 5px;
  }
  .form-wrap form .form_bl > .h.fullwide {
    width: 100%;
    text-align: left;
  }
  .form-wrap form .form_bl > .h.w40 {
    width: 100%;
  }
  .form-wrap form .form_bl > .c {
    width: 100%;
  }
  .form-wrap form .form_bl > .c.w60 {
    width: 100%;
  }
  .form-wrap form .form_bl > dl.c {
    margin: 0;
  }
  .form-wrap form .form_bl > dl.c dd {
    margin-left: 0;
  }
  .form-wrap form .form_bl > dl.c dd em {
    display: inline-block;
    width: 100px;
  }
  .form-wrap form .form_bl > dl.c dd > span {
    display: inline-block;
    width: calc(100% - 110px);
  }
  .form-wrap form .form_bl > dl.c dd:last-of-type {
    margin-bottom: 0;
  }
  .form-wrap form .checkbox label {
    margin-right: 15px;
  }
  .form-wrap form .checkbox input {
    width: auto;
    display: inline-block;
    margin-right: 5px;
    padding: 0;
  }
  .form-wrap form .form_check_btn {
    display: block;
    width: 100%;
    margin: 25px auto;
    padding: 15px;
    text-align: center;
  }
  .form-wrap form .form_check_btn a {
    color: #269682;
    text-decoration: underline;
  }
  .form-wrap form .form_check_btn input {
    width: auto;
    display: inline-block;
    margin-right: 15px;
  }
  .form-wrap form .submit_btn_wrap {
    text-align: center;
  }
  .form-wrap form .submit_btn_wrap input[type=submit] {
    display: inline-block !important;
    font-weight: bold;
    width: 100%;
    color: white;
    border: none;
  }
  .form-wrap form .submit_btn_wrap input[type=button] {
    display: inline-block !important;
    font-weight: bold;
    width: 100%;
    color: gray;
    background: rgb(216.75, 216.75, 216.75);
    border: none;
    margin-right: 15px;
  }
  .form-wrap form .submit_btn_wrap .wpcf7-spinner {
    min-width: 2.5rem !important;
  }
  .form-wrap form input,
  .form-wrap form textarea {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 1rem 2rem;
  }
  .form-wrap form input :placeholder-shown,
  .form-wrap form input ::-webkit-input-placeholder,
  .form-wrap form input :-ms-input-placeholder,
  .form-wrap form input :-moz-placeholder,
  .form-wrap form input ::-moz-placeholder,
  .form-wrap form textarea :placeholder-shown,
  .form-wrap form textarea ::-webkit-input-placeholder,
  .form-wrap form textarea :-ms-input-placeholder,
  .form-wrap form textarea :-moz-placeholder,
  .form-wrap form textarea ::-moz-placeholder {
    color: rgb(243.525, 243.525, 243.525);
  }
  .form-wrap form input[type=radio] {
    width: 2rem;
    display: inline-block;
    margin-right: 1rem;
  }
  .form-wrap form input[type=button],
  .form-wrap form input[type=submit] {
    background: #44403F;
    border-radius: 50px;
    color: white;
    box-sizing: border-box;
    padding: 1rem 0;
    display: block;
    margin: 1rem 0;
    font-size: 18px;
    letter-spacing: 0.2em;
  }
  .form-wrap form select,
  .form-wrap form .wpcf7-select {
    width: 100% !important;
    outline: none;
    text-overflow: "";
    vertical-align: middle;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    width: auto;
    position: relative;
    display: inline-block;
    padding: 1.5rem 2rem;
    margin-right: 15px;
    background: #fff;
  }
  .form-wrap form select:before,
  .form-wrap form .wpcf7-select:before {
    z-index: 1;
    content: "\f054";
    font-family: FontAwesome;
    color: #269682;
    position: absolute;
    right: 1rem;
    top: 1rem;
  }
  .form-wrap form .birth select {
    min-width: 100px;
    display: inline-block;
    margin-right: 1.5rem;
  }
  #wrapper.page_type_recruit > #page {
    background: none;
  }
  #wrapper.page_type_recruit > #page:after {
    width: 19px;
    left: 10px;
    z-index: 9999;
  }
  #wrapper.page_type_recruit .container {
    width: 90%;
    min-width: auto;
    max-width: inherit;
    padding-left: calc(5% + 10px);
  }
  #wrapper.page_type_recruit .btn_rec_1 {
    padding-right: 95px;
  }
  #wrapper.page_type_recruit .btn_rec_1:after {
    width: 80px;
    height: 6px;
    bottom: 5px;
  }
  #wrapper.page_type_recruit #cta-common-section {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 10000;
  }
  #wrapper.page_type_recruit #cta-common-section .container {
    padding: 0;
    width: 100%;
  }
  #wrapper.page_type_recruit #cta-common-section .container .inner .btn_wrap_type_recruit {
    width: 100%;
  }
  #wrapper.page_type_recruit #cta-common-section .container .inner .btn_wrap_type_recruit a {
    width: 50%;
    height: 60px;
    padding: 20px 25px;
    display: block;
  }
  #wrapper.page_type_recruit #cta-common-section .container .inner .btn_wrap_type_recruit a h2 {
    font-size: 15px;
    padding-left: 40px;
  }
  #wrapper.page_type_recruit #cta-common-section .container .inner .btn_wrap_type_recruit a h2:before {
    width: 25px;
    top: 9px;
  }
  #wrapper.page_type_recruit #cta-common-section .container .inner .btn_wrap_type_recruit a h3 {
    display: none;
  }
  #wrapper.page_type_recruit #cta-common-section .container .inner .btn_wrap_type_recruit a.app {
    background-image: url("images/recruit/btn_app.jpg");
  }
  #wrapper.page_type_recruit #cta-common-section .container .inner .btn_wrap_type_recruit a.entry {
    background-image: url("images/recruit/btn_entry.jpg");
  }
  #wrapper.page_type_recruit #cta-common-section.cta_type__single .container .inner .btn_wrap_type_recruit a {
    width: 100%;
    position: relative;
  }
  #wrapper.page_type_recruit #cta-common-section.cta_type__single .container .inner .btn_wrap_type_recruit a h4 {
    position: absolute;
    right: 25px;
    top: 23px;
    line-height: 1;
    font-size: 14px;
    text-align: right;
    display: inline-block;
    margin: 0;
  }
  #wrapper.page_type_recruit .sec_title_rec_1 {
    margin-bottom: 28px;
  }
  #wrapper.page_type_recruit .sec_title_rec_1 .num {
    margin-bottom: 15px;
    width: 40px;
  }
  #wrapper.page_type_recruit .sec_title_rec_1 h3 {
    font-size: 32px;
  }
  #wrapper.page_type_recruit .sec_title_rec_2 {
    margin-bottom: 25px;
  }
  #wrapper.page_type_recruit .sec_title_rec_2 h2 {
    font-size: 20px;
    margin-bottom: 13px;
  }
  #wrapper.page_type_recruit .sec_title_rec_2 h3 {
    font-size: 14px;
  }
  #wrapper.page_type_recruit .sec_title_rec_2 h3 strong {
    font-size: 16px;
  }
  #wrapper.page_type_recruit .sec_title_rec_2 > p {
    text-align: left;
  }
  #wrapper.page_type_recruit .sec_title_rec_3 {
    margin-bottom: 20px;
  }
  #wrapper.page_type_recruit .sec_title_rec_3:before {
    height: 22px;
    margin: 0 auto 12px;
  }
  #wrapper.page_type_recruit .sec_title_rec_3 h2 {
    font-size: 15px;
  }
  #wrapper.page_type_recruit .ttl_type_num {
    margin-bottom: 20px;
  }
  #wrapper.page_type_recruit .ttl_type_num .num {
    margin-bottom: 15px;
    width: 45px;
  }
  #wrapper.page_type_recruit .ttl_type_num h2 {
    font-size: 20px;
  }
  #wrapper.page_type_recruit .ttl_type_num h3 {
    font-size: 15px;
  }
  #wrapper.page_type_recruit .sec_head_recruit:before {
    height: 23px;
    margin: 0 auto 12px;
  }
  #wrapper.page_type_recruit .sec_head_recruit:after {
    width: 120px;
    height: 11px;
  }
  #wrapper.page_type_recruit #vi-type-recruit-section .container {
    width: 100%;
    padding-left: calc(10% + 10px);
    padding-bottom: 10px;
  }
  #wrapper.page_type_recruit #vi-type-recruit-section .container .inner {
    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: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #wrapper.page_type_recruit #vi-type-recruit-section .container .inner .l {
    width: 45px;
  }
  #wrapper.page_type_recruit #vi-type-recruit-section .container .inner .r {
    width: calc(100% - 45px - 10px);
  }
  #wrapper.page_type_recruit #vi-type-recruit-section .container .inner .r .txt {
    right: 20px;
    top: calc((100% - 70px) / 2);
  }
  #wrapper.page_type_recruit #vi-type-recruit-section .container .inner .r .txt h3 {
    font-size: 30px;
  }
  #wrapper.page_type_recruit #page-recruit #loading-images .logo {
    width: 70%;
  }
  #wrapper.page_type_recruit #page-recruit #vi-section .container {
    padding: 0;
    width: 100%;
    padding-left: calc(5% + 20px);
  }
  #wrapper.page_type_recruit #page-recruit #vi-section .container .vi_wrap {
    position: relative;
    margin-bottom: 0;
  }
  #wrapper.page_type_recruit #page-recruit #vi-section .container .vi_wrap .vi {
    margin-bottom: 60px;
  }
  #wrapper.page_type_recruit #page-recruit #vi-section .container .vi_wrap .vi_txt {
    top: 120px;
    width: 100%;
  }
  #wrapper.page_type_recruit #page-recruit #vi-section .container .vi_wrap .vi_txt h2 {
    font-size: 28px;
    letter-spacing: 4px;
  }
  #wrapper.page_type_recruit #page-recruit #vi-section .container .vi_wrap .vi_txt h2 em {
    margin: 0 6px;
  }
  #wrapper.page_type_recruit #page-recruit #vi-section .container .vi_wrap .vi_txt .re_title h2 {
    font-size: 28px;
    letter-spacing: 4px;
  }
  #wrapper.page_type_recruit #page-recruit #vi-section .container .vi_wrap .vi_txt .re_title h2 em {
    margin: 0 6px;
  }
  #wrapper.page_type_recruit #page-recruit #vi-section .container .vi_wrap .vi_num {
    width: 110px;
    right: 10px;
    top: 300px;
  }
  #wrapper.page_type_recruit #page-recruit #vi-section .container .vi_wrap .txt .vi_hakaru {
    margin-bottom: 15px;
  }
  #wrapper.page_type_recruit #page-recruit #vi-section .container .vi_wrap .txt p {
    font-size: 14px;
    text-align: left;
  }
  #wrapper.page_type_recruit #page-recruit #message-section .inner {
    padding-right: 0;
  }
  #wrapper.page_type_recruit #page-recruit #message-section .inner .pic {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  #wrapper.page_type_recruit #page-recruit #message-section .inner h4 {
    font-size: 22px;
  }
  #wrapper.page_type_recruit #page-recruit #message-section .inner .name {
    width: 100%;
    margin-top: 10px;
  }
  #wrapper.page_type_recruit #page-recruit #message-section .inner .btn {
    margin-top: 25px;
  }
  #wrapper.page_type_recruit #page-recruit #works-section .inner {
    padding-right: 0;
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
  }
  #wrapper.page_type_recruit #page-recruit #works-section .inner .pic {
    width: 100%;
    position: relative;
    left: auto;
    top: auto;
  }
  #wrapper.page_type_recruit #page-recruit #works-section .inner .link_list {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    justify-content: space-between;
  }
  #wrapper.page_type_recruit #page-recruit #works-section .inner .link_list a {
    padding-left: 31px;
    margin-top: 10px;
    width: auto;
    width: 180px;
  }
  #wrapper.page_type_recruit #page-recruit #works-section .inner .link_list a:before {
    width: 20px;
    left: 0;
    top: 9px;
  }
  #wrapper.page_type_recruit #page-recruit #works-section .inner .link_list a:nth-of-type(even) {
    width: calc(100% - 180px);
  }
  #wrapper.page_type_recruit #page-recruit #works-section .inner .btn {
    margin-top: 25px;
    text-align: right;
  }
  #wrapper.page_type_recruit #page-recruit #works-section .hundou_wrap {
    padding-right: 0;
  }
  #wrapper.page_type_recruit #page-recruit #works-section .hundou_wrap .h {
    width: 100%;
    padding: 9px;
    padding-left: 90px;
  }
  #wrapper.page_type_recruit #page-recruit #works-section .hundou_wrap .h h3 {
    line-height: 1.6;
  }
  #wrapper.page_type_recruit #page-recruit #works-section .hundou_wrap .h br {
    display: none;
  }
  #wrapper.page_type_recruit #page-recruit #works-section .hundou_wrap .h .pic {
    left: -10px;
    width: 89px;
  }
  #wrapper.page_type_recruit #page-recruit #works-section .hundou_wrap .c {
    width: 100%;
  }
  #wrapper.page_type_recruit #page-recruit #works-section .hundou_wrap .c a {
    padding: 15px;
  }
  #wrapper.page_type_recruit #page-recruit #works-section .hundou_wrap .c a .t {
    width: 100%;
    margin-bottom: 4px;
  }
  #wrapper.page_type_recruit #page-recruit #works-section .hundou_wrap .c a .t img {
    width: calc(100% - 130px);
  }
  #wrapper.page_type_recruit #page-recruit #works-section .hundou_wrap .c a .p {
    right: 10px;
    bottom: -10px;
    width: 95px;
  }
  #wrapper.page_type_recruit #page-recruit #works-section .hundou_wrap .c a h3 {
    padding-right: 95px;
  }
  #wrapper.page_type_recruit #page-recruit #works-section .hundou_wrap .c a h3:after {
    width: 80px;
    height: 6px;
    bottom: 3px;
  }
  #wrapper.page_type_recruit #page-recruit #interview-section .inner {
    padding-right: 0;
    padding-bottom: 45px;
  }
  #wrapper.page_type_recruit #page-recruit #interview-section .inner > p {
    width: 100%;
  }
  #wrapper.page_type_recruit #page-recruit #interview-section .inner .pic {
    width: 100%;
    position: relative;
    right: auto;
    top: auto;
  }
  #wrapper.page_type_recruit #page-recruit #interview-section .inner .btn {
    position: absolute;
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
    width: 70vw;
    height: 90px;
    margin-right: -5vw;
    text-align: right;
  }
  #wrapper.page_type_recruit #page-recruit #interview-section .inner .btn a {
    display: inline-block;
    margin-top: 60px;
    margin-left: auto;
    margin-right: 15px;
  }
  #wrapper.page_type_recruit #page-recruit #system-section .inner {
    padding-right: 0;
  }
  #wrapper.page_type_recruit #page-recruit #system-section .inner .link_list a {
    width: 100%;
    height: 100px;
  }
  #wrapper.page_type_recruit #page-recruit #system-section .inner .link_list a h2 {
    font-size: 15px;
    width: calc(100% - 15px);
    height: calc(100% - 15px);
  }
  #wrapper.page_type_recruit #page-recruit #news-section .inner {
    padding-right: 0;
    position: relative;
  }
  #wrapper.page_type_recruit #page-recruit #news-section .inner:after {
    width: 270px;
    height: 30px;
    right: -30vw;
    top: 10px;
  }
  #wrapper.page_type_recruit #page-recruit #news-section .inner .feeds {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
  }
  #wrapper.page_type_recruit #page-recruit #news-section .inner .feeds article a {
    padding: 10px 0;
    padding-left: 35px;
  }
  #wrapper.page_type_recruit #page-recruit #news-section .inner .feeds article a .new-post {
    left: 0;
    top: 10px;
    letter-spacing: 0;
  }
  #wrapper.page_type_recruit #page-recruit #news-section .inner .feeds article a .post-date {
    width: 80px;
  }
  #wrapper.page_type_recruit #page-recruit #news-section .inner .feeds article a .post-title {
    width: calc(100% - 80px);
  }
  #wrapper.page_type_recruit #page-recruit #news-section .inner .btn {
    margin-top: 30px;
  }
  #wrapper.page_type_recruit #page-recruit #movie-section .inner {
    width: 100%;
  }
  #wrapper.page_type_recruit #page-recruit #movie-section .inner:after {
    content: "";
    background: #ffc832;
    mix-blend-mode: multiply;
    width: 100vw;
    height: 165px;
    position: absolute;
    left: 30px;
    bottom: auto;
    top: 100px;
    z-index: -1;
  }
  #wrapper.page_type_recruit #page-recruit #movie-section .inner .sec_title_rec_1 {
    text-align: center;
    position: relative;
    right: auto;
    top: auto;
    margin: 0 0 28px;
    height: auto;
  }
  #wrapper.page_type_recruit #page-recruit #movie-section .inner .sec_title_rec_1 .num {
    margin: 0 0 50px;
  }
  #wrapper.page_type_recruit #page-recruit #movie-section .inner .sec_title_rec_1 .vertical {
    transform: rotate(0);
    position: relative;
    left: auto;
    bottom: auto;
    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: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-content: center;
    align-items: flex-end;
    align-items: center;
  }
  #wrapper.page_type_recruit #page-recruit #movie-section .inner .sec_title_rec_1 .vertical h3, #wrapper.page_type_recruit #page-recruit #movie-section .inner .sec_title_rec_1 .vertical h2 {
    color: white;
    line-height: 1;
  }
  #wrapper.page_type_recruit #page-recruit #movie-section .inner .sec_title_rec_1 .vertical h3 {
    margin-right: 20px;
  }
  #wrapper.page_type_recruit #page-recruit #movie-section .inner .movie_wrap {
    width: 100%;
  }
  #wrapper.page_type_recruit #page-recruit #contact-section .inner .contact_list {
    width: 100%;
  }
  #wrapper.page_type_recruit #page-recruit #contact-section .inner .contact_list a {
    width: 50%;
  }
  #wrapper.page_type_recruit #page-recruit #contact-section .inner .contact_list a .icon {
    height: 60px;
    margin-bottom: 10px;
  }
  #wrapper.page_type_recruit #page-recruit #contact-section .inner .contact_list a .icon.icon_mail img {
    height: 50px;
  }
  #wrapper.page_type_recruit #page-recruit #contact-section .inner .contact_list a h2 {
    color: #3264c8;
    font-weight: 700;
    line-height: 1.5;
  }
  #wrapper.page_type_recruit #page-recruit #contact-section .inner .contact_list a h2 em {
    font-size: 13px;
    display: block;
  }
  #wrapper.page_type_recruit #page-message #message-section .pic {
    width: calc(100% + 5vw);
    margin-right: -5vw;
    margin-bottom: 20px;
  }
  #wrapper.page_type_recruit #page-message #message-section .txt {
    margin-bottom: 25px;
  }
  #wrapper.page_type_recruit #page-message #message-section .hakaru {
    padding: 20px 30px;
  }
  #wrapper.page_type_recruit #page-message #message-section .hakaru .l {
    width: 100%;
    margin-bottom: 20px;
  }
  #wrapper.page_type_recruit #page-message #message-section .hakaru .l .ttl h2 {
    font-size: 15px;
  }
  #wrapper.page_type_recruit #page-message #message-section .hakaru .l .ttl h3 {
    font-size: 20px;
    margin-top: 15px;
  }
  #wrapper.page_type_recruit #page-message #message-section .hakaru .r {
    width: 100%;
  }
  #wrapper.page_type_recruit #page-message #message-section .hakaru .r p {
    margin: 0;
  }
  #wrapper.page_type_recruit #page-message #person-section .container .inner .content .pic {
    width: 186px;
    margin: 0 auto 30px;
  }
  #wrapper.page_type_recruit #page-message #person-section .container .inner .content .txt {
    width: 100%;
  }
  #wrapper.page_type_recruit #page-message #person-section .container .inner .content .txt h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  #wrapper.page_type_recruit #page-works #nav-section .container .inner .nav_list {
    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: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #wrapper.page_type_recruit #page-works #nav-section .container .inner .nav_list a {
    width: calc(50% - 5px);
    margin-bottom: 10px;
    height: 160px;
    padding-top: 90px;
  }
  #wrapper.page_type_recruit #page-works #nav-section .container .inner .nav_list a .t h2 {
    font-size: 17px;
  }
  #wrapper.page_type_recruit #page-works .works_content_wrap .vi {
    margin-bottom: 20px;
    width: calc(100% + 5vw);
    margin-right: -5vw;
  }
  #wrapper.page_type_recruit #page-works .works_content_wrap .content .txt {
    width: 100%;
    margin-bottom: 20px;
  }
  #wrapper.page_type_recruit #page-works .works_content_wrap .content .txt h3 {
    font-size: 20px;
  }
  #wrapper.page_type_recruit #page-works .works_content_wrap .content .pic {
    width: 100%;
  }
  #wrapper.page_type_recruit #page-works .works_content_wrap:nth-of-type(even) .content .txt {
    order: 1;
  }
  #wrapper.page_type_recruit #page-works .works_content_wrap:nth-of-type(even) .content .pic {
    order: 2;
  }
  #wrapper.page_type_recruit #page-works .works_content_wrap#works-section-1 .pic .link_hundou {
    margin-top: 15px;
  }
  #wrapper.page_type_recruit #page-works .works_content_wrap#works-section-1 .pic .link_hundou .t {
    padding: 10px;
  }
  #wrapper.page_type_recruit #page-works .works_content_wrap#works-section-1 .pic .link_hundou .b {
    padding: 15px 20px;
  }
  #wrapper.page_type_recruit #page-works #hundou-section {
    overflow: hidden;
  }
  #wrapper.page_type_recruit #page-works #hundou-section .container .inner .head {
    padding-top: 40px;
    margin-bottom: 0;
  }
  #wrapper.page_type_recruit #page-works #hundou-section .container .inner .head > h3 {
    font-size: 18px;
  }
  #wrapper.page_type_recruit #page-works #hundou-section .container .inner .head > h2 {
    font-size: 20px;
  }
  #wrapper.page_type_recruit #page-works #hundou-section .container .inner .head .staff {
    top: 120px;
  }
  #wrapper.page_type_recruit #page-works #hundou-section .container .inner .head .staff_1 {
    left: 0;
    width: 50%;
  }
  #wrapper.page_type_recruit #page-works #hundou-section .container .inner .head .staff_2 {
    right: 0;
    width: 50%;
  }
  #wrapper.page_type_recruit #page-works #hundou-section .container .inner .hundou_wrap {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    margin-top: 190px;
    padding: 15px 25px;
    padding-top: 0;
  }
  #wrapper.page_type_recruit #page-works #hundou-section .container .inner .hundou_wrap:before {
    height: 70px;
    top: -70px;
  }
  #wrapper.page_type_recruit #page-works #hundou-section .container .inner .hundou_wrap > .ttl {
    width: 80%;
    margin: 0 auto 30px;
  }
  #wrapper.page_type_recruit #page-works #hundou-section .container .inner .hundou_wrap .hundou_list article {
    margin-bottom: 40px;
    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: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #wrapper.page_type_recruit #page-works #hundou-section .container .inner .hundou_wrap .hundou_list article .txt {
    width: 100%;
    margin-bottom: 15px;
  }
  #wrapper.page_type_recruit #page-works #hundou-section .container .inner .hundou_wrap .hundou_list article .txt .t {
    justify-content: flex-start;
    margin-bottom: 17px;
    text-align: center;
  }
  #wrapper.page_type_recruit #page-works #hundou-section .container .inner .hundou_wrap .hundou_list article .txt .t .num {
    width: 40px;
    margin-right: 15px;
  }
  #wrapper.page_type_recruit #page-works #hundou-section .container .inner .hundou_wrap .hundou_list article .txt .t h2 {
    font-size: 20px;
    padding-right: 0;
    margin-top: 11px;
  }
  #wrapper.page_type_recruit #page-works #hundou-section .container .inner .hundou_wrap .hundou_list article .txt .t h2:after {
    width: 20px;
    height: 20px;
    margin-left: 7px;
  }
  #wrapper.page_type_recruit #page-works #hundou-section .container .inner .hundou_wrap .hundou_list article .txt .c h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  #wrapper.page_type_recruit #page-works #hundou-section .container .inner .hundou_wrap .hundou_list article .pic {
    width: 100%;
  }
  #wrapper.page_type_recruit #page-works #hundou-section .container .inner .hundou_wrap .hundou_list article .pic img {
    border-radius: 10px;
  }
  #wrapper.page_type_recruit #page-works #hundou-section .container .inner .hundou_wrap .hundou_list article:nth-of-type(even) .txt {
    order: 1;
  }
  #wrapper.page_type_recruit #page-works #hundou-section .container .inner .hundou_wrap .hundou_list article:nth-of-type(even) .pic {
    order: 2;
  }
  #wrapper.page_type_recruit #page-works #hundou-section .container .inner .hundou_wrap .hundou_list article:nth-of-type(1) .pic .p1 {
    margin-top: 0;
  }
  #wrapper.page_type_recruit #page-works #hundou-section .container .inner .hundou_wrap .hundou_list article:nth-of-type(1) .pic .p2 {
    width: 110px;
    top: -35px;
    right: 50px;
  }
  #wrapper.page_type_recruit #page-works #hundou-section .container .inner .hundou_wrap .hundou_list article:nth-of-type(1) .pic .s {
    width: 118px;
    right: -45px;
    bottom: -30px;
  }
  #wrapper.page_type_recruit #page-works #hundou-section .container .inner .hundou_wrap .hundou_list article:nth-of-type(2) .pic .s {
    width: 95px;
    left: -35px;
    bottom: -20px;
  }
  #wrapper.page_type_recruit #page-works #hundou-section .container .inner .hundou_wrap .hundou_list article:nth-of-type(3) .pic .s {
    width: 120px;
    left: -40px;
    bottom: -15px;
  }
  #wrapper.page_type_recruit #page-works #hundou-section .container .inner .hundou_wrap .hundou_type {
    margin-top: 40px;
  }
  #wrapper.page_type_recruit #page-works #hundou-section .container .inner .hundou_wrap .hundou_type > h2 {
    font-size: 17px;
    padding: 15px 0 5px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    width: 70%;
  }
  #wrapper.page_type_recruit #page-works #hundou-section .container .inner .hundou_wrap .hundou_type .type_list {
    padding: 15px;
    border-radius: 10px;
    justify-content: flex-start;
  }
  #wrapper.page_type_recruit #page-works #hundou-section .container .inner .hundou_wrap .hundou_type .type_list article {
    margin: 0 0 20px;
    width: 50%;
  }
  #wrapper.page_type_recruit #page-works #hundou-section .container .inner .hundou_wrap .hundou_type .type_list article .p {
    margin-bottom: 10px;
    height: 50px;
  }
  #wrapper.page_type_recruit #page-works #hundou-section .container .inner .hundou_wrap .hundou_type .type_list article .p img {
    height: 50px;
  }
  #wrapper.page_type_recruit #page-works #hundou-section .container .inner .hundou_wrap .hundou_type .type_list article:nth-of-type(3) img {
    height: 40px;
  }
  #wrapper.page_type_recruit #page-works #hundou-section .container .inner .hundou_wrap .hundou_type .staff {
    right: -20px;
    bottom: -145px;
    width: 150px;
  }
  #wrapper.page_type_recruit #page-interview #nav-section .nav_list a {
    width: calc(50% - 5px);
    margin: 0px 2.5px 5px;
  }
  #wrapper.page_type_recruit #page-interview #nav-section .nav_list a .t {
    padding: 5px 15px;
  }
  #wrapper.page_type_recruit #page-interview #nav-section .nav_list a .t h3 {
    font-size: 15px;
  }
  #wrapper.page_type_recruit #page-interview .interview_content_wrap .container .inner .vi {
    margin-bottom: 30px;
    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: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #wrapper.page_type_recruit #page-interview .interview_content_wrap .container .inner .vi .p {
    order: 2;
    width: 100%;
  }
  #wrapper.page_type_recruit #page-interview .interview_content_wrap .container .inner .vi .t {
    order: 1;
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
    padding: 0;
    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: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-content: flex-start;
    align-items: center;
  }
  #wrapper.page_type_recruit #page-interview .interview_content_wrap .container .inner .vi .t:before {
    content: none;
  }
  #wrapper.page_type_recruit #page-interview .interview_content_wrap .container .inner .vi .t h2 {
    background: #3264c8;
    font-size: 14px;
    margin-bottom: 0;
    padding: 10px 0;
    width: 90px;
    text-align: center;
  }
  #wrapper.page_type_recruit #page-interview .interview_content_wrap .container .inner .vi .t h3 {
    width: calc(100% - 90px);
    color: #3264c8;
    font-size: 14px;
    padding: 10px 15px;
  }
  #wrapper.page_type_recruit #page-interview .interview_content_wrap .container .inner .vi .t h3 em {
    display: inline-block;
    font-size: 13px;
  }
  #wrapper.page_type_recruit #page-interview .interview_content_wrap .container .inner .interview_1 {
    margin-bottom: 20px;
  }
  #wrapper.page_type_recruit #page-interview .interview_content_wrap .container .inner .interview_1 .pic {
    width: 100%;
  }
  #wrapper.page_type_recruit #page-interview .interview_content_wrap .container .inner .interview_1 .pic .staff {
    margin-top: -20px;
    margin-bottom: 20px;
    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: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
  }
  #wrapper.page_type_recruit #page-interview .interview_content_wrap .container .inner .interview_1 .pic .staff .s {
    margin: 0;
    width: 86px;
  }
  #wrapper.page_type_recruit #page-interview .interview_content_wrap .container .inner .interview_1 .pic .staff .message {
    text-align: center;
  }
  #wrapper.page_type_recruit #page-interview .interview_content_wrap .container .inner .interview_1 .pic .staff .message h2 {
    font-size: 15px;
  }
  #wrapper.page_type_recruit #page-interview .interview_content_wrap .container .inner .interview_1 .pic .staff .message h2 strong {
    min-width: auto;
    padding: 0 10px;
    margin: 0 5px;
    font-size: 18px;
  }
  #wrapper.page_type_recruit #page-interview .interview_content_wrap .container .inner .interview_1 .pic .p {
    margin-bottom: 15px;
  }
  #wrapper.page_type_recruit #page-interview .interview_content_wrap .container .inner .interview_1 .txt {
    width: 100%;
  }
  #wrapper.page_type_recruit #page-interview .interview_content_wrap .container .inner .interview_1 .txt article {
    margin-bottom: 25px;
  }
  #wrapper.page_type_recruit #page-interview .interview_content_wrap .container .inner .interview_1 .txt article h3 {
    font-size: 18px;
  }
  #wrapper.page_type_recruit #page-interview .interview_content_wrap .container .inner .interview_2 {
    padding: 25px 25px;
    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: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #wrapper.page_type_recruit #page-interview .interview_content_wrap .container .inner .interview_2 .l {
    width: 100%;
    margin-bottom: 20px;
  }
  #wrapper.page_type_recruit #page-interview .interview_content_wrap .container .inner .interview_2 .l h2 {
    padding: 0 25px;
    margin-left: -25px;
  }
  #wrapper.page_type_recruit #page-interview .interview_content_wrap .container .inner .interview_2 .l h3 {
    font-size: 15px;
    margin: 10px 0;
  }
  #wrapper.page_type_recruit #page-interview .interview_content_wrap .container .inner .interview_2 .r {
    width: 100%;
  }
  #wrapper.page_type_recruit #page-interview .interview_content_wrap:nth-of-type(even) .container .inner .vi .t {
    right: auto;
  }
  #wrapper.page_type_recruit #page-interview .interview_content_wrap:nth-of-type(even) .container .inner .interview_1 .pic {
    order: 1;
  }
  #wrapper.page_type_recruit #page-interview .interview_content_wrap:nth-of-type(even) .container .inner .interview_1 .txt {
    order: 2;
  }
  #wrapper.page_type_recruit #page-system .system_content_wrap .container .inner .sec_head_recruit > h3 {
    font-size: 20px;
    margin-bottom: 25px;
  }
  #wrapper.page_type_recruit #page-system .system_content_wrap .container .inner > .head {
    margin-bottom: 25px;
  }
  #wrapper.page_type_recruit #page-system .system_content_wrap .container .inner > .head > p {
    text-align: left;
  }
  #wrapper.page_type_recruit #page-system .system_content_wrap .container .inner > .vi {
    margin-bottom: 20px;
  }
  #wrapper.page_type_recruit #page-system .system_content_wrap .container .inner > .vi .p {
    width: 100%;
  }
  #wrapper.page_type_recruit #page-system .system_content_wrap .container .inner > .vi .t {
    width: 100%;
  }
  #wrapper.page_type_recruit #page-system .system_content_wrap .container .inner .system_list___type_1 article {
    width: 100%;
    margin: 0 0 30px;
  }
  #wrapper.page_type_recruit #page-system .system_content_wrap .container .inner .system_list___type_1 article h3 {
    font-size: 15px;
  }
  #wrapper.page_type_recruit #page-system .system_content_wrap .container .inner .system_list___type_1 article h3 br {
    display: none;
  }
  #wrapper.page_type_recruit #page-system .system_content_wrap .container .inner .system_list___type_2 {
    justify-content: space-between;
  }
  #wrapper.page_type_recruit #page-system .system_content_wrap .container .inner .system_list___type_2 article {
    width: calc(50% - 10px);
    margin: 0 0 45px;
  }
  #wrapper.page_type_recruit #page-system .system_content_wrap .container .inner .system_list___type_2 article h3 {
    font-size: 13px;
    margin-bottom: 17px;
  }
  #wrapper.page_type_recruit #page-system .system_content_wrap .container .inner .system_list___type_2 article .p img {
    height: 90px;
  }
  #wrapper.page_type_recruit #page-system .system_content_wrap .container .inner .system_list___type_2 article h4 {
    font-size: 12px;
    margin-top: 5px;
  }
  #wrapper.page_type_recruit #page-system .system_content_wrap .container .inner .memo {
    margin-top: -50px;
  }
  #wrapper.page_type_recruit #page-system .system_content_wrap .container .inner .system_list___type_3 article {
    width: 100%;
    margin: 0 0 30px;
  }
  #wrapper.page_type_recruit #page-system .system_content_wrap .container .inner .system_list___type_3 article .p {
    margin-bottom: 15px;
  }
  #wrapper.page_type_recruit #page-system .system_content_wrap .container .inner .system_list___type_3 article h3 {
    font-size: 15px;
  }
  #wrapper.page_type_recruit #page-system .system_content_wrap .container .inner .system_list___type_3 article p {
    margin-top: 10px;
  }
  #wrapper.page_type_recruit #page-application #app-section .container .inner .app_content_wrap .tab_container {
    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: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  #wrapper.page_type_recruit #page-application #app-section .container .inner .app_content_wrap .tab_container .tab_btn {
    width: 50%;
    text-align: center;
    position: relative;
  }
  #wrapper.page_type_recruit #page-application #app-section .container .inner .app_content_wrap .tab_container .tab_btn h3 {
    font-size: 13px;
    padding: 25px 0;
  }
  #wrapper.page_type_recruit #page-application #app-section .container .inner .app_content_wrap .tab_container .tab_btn.active:after {
    bottom: 0;
    left: calc((100% - 10px) / 2);
  }
  #wrapper.page_type_recruit #page-application #app-section .container .inner .app_content_wrap .content_container .tab_content {
    display: none;
  }
  #wrapper.page_type_recruit #page-application #app-section .container .inner .app_content_wrap .content_container .tab_content > h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 30px;
    text-align: center;
    color: #3264c8;
  }
  #wrapper.page_type_recruit #page-application #app-section .container .inner .app_content_wrap .content_container .tab_content.show {
    display: block;
  }
  #wrapper.page_type_recruit #page-application #app-section .container .inner .app_content_wrap .content_container .btn {
    width: 90%;
  }
  #wrapper.page_type_recruit #page-application #app-section .container .inner .app_content_wrap .content_container .btn .app_btn {
    font-size: 16px;
  }
  #wrapper.page_type_recruit #page-application #app-section .container .inner .app_content_wrap .content_container .btn .app_btn.btn_mynavi img {
    width: 65%;
  }
  #wrapper.page_type_recruit #page-application #app-section .container .inner .app_content_wrap .content_container .btn .app_btn.btn_hellowork {
    padding: 15px 0;
    font-weight: 700;
  }
}
