@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:      2.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;
  opacity: 0.7 !important;
}

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: #333333;
  font-family: "Zen Kaku Gothic New", 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: #333333;
  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(216.75, 216.75, 216.75);
  border: 0;
  height: 1px;
  margin: 3.5rem 0;
}

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

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: normal;
}

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 #333333;
  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: #0070d0;
  color: #fff;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
}
.button:hover, .button:active, .button:focus {
  border-color: transparent;
  background: rgb(29.5, 150.9230769231, 255);
  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 #0070d0;
  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 #0070d0;
}

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: 830px;
  padding: 7rem 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%;
}

.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

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

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

*:focus {
  outline: none;
}

/*primary--ボタンスタイル-------*/
/*more btn*/
.btn_1 {
  background: #3E93DB;
  background: -webkit-linear-gradient(135deg, rgb(62, 147, 219) 0%, rgb(0, 81, 208) 85%);
  background: -moz-linear-gradient(135deg, rgb(62, 147, 219) 0%, rgb(0, 81, 208) 85%);
  background: linear-gradient(135deg, rgb(62, 147, 219) 0%, rgb(0, 81, 208) 85%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3E93DB", endColorstr="#0051D0", GradientType=0);
  text-align: left;
  border-radius: 100px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  padding: 20px 35px;
  padding-right: 60px;
  min-width: 250px;
  line-height: 1.3;
  display: inline-block;
  position: relative;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
.btn_1:after {
  content: "";
  width: 21px;
  height: 20px;
  background-image: url("images/common/arrow_r_w.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  position: absolute;
  right: 23px;
  top: 23px;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
.btn_1:hover {
  opacity: 1;
}
.btn_1:hover:after {
  transform: translateX(5px);
}

.btn_2 {
  background: #3E93DB;
  background: -webkit-linear-gradient(135deg, rgb(62, 147, 219) 0%, rgb(0, 81, 208) 85%);
  background: -moz-linear-gradient(135deg, rgb(62, 147, 219) 0%, rgb(0, 81, 208) 85%);
  background: linear-gradient(135deg, rgb(62, 147, 219) 0%, rgb(0, 81, 208) 85%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3E93DB", endColorstr="#0051D0", GradientType=0);
  text-align: center;
  border-radius: 100px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  padding: 20px 35px;
  min-width: 300px;
  line-height: 1.3;
  display: inline-block;
  position: relative;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
.btn_2:before {
  content: "";
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 30px;
  top: 23px;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
.btn_2:hover {
  opacity: 1;
}
.btn_2:hover:after {
  transform: translateX(5px);
}
.btn_2.icon_tel {
  font-family: "Poppins", sans-serif;
  font-size: 22px;
}
.btn_2.icon_tel:before {
  background-image: url("images/common/icon_tel.png");
}
.btn_2.icon_mail:before {
  background-image: url("images/common/icon_mail.png");
}

/*共通見出し*/
.sec_head {
  border-top: 1px solid #007ce7;
  padding: 25px 0;
}
.sec_head.type_white {
  border-color: white;
}

.sec_title1 {
  margin-bottom: 30px;
}
.sec_title1 h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 1.3;
}
.sec_title1 h2 {
  color: #0070d0;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.3;
}
.sec_title1.color_w h3, .sec_title1.color_w h2 {
  color: white;
}

.sec_title2 {
  margin-bottom: 30px;
}
.sec_title2 h2 {
  font-size: 45px;
  font-weight: bold;
  color: #0070d0;
  margin-bottom: 10px;
  line-height: 1.3;
}
.sec_title2.color_w h3, .sec_title2.color_w h2 {
  color: white;
}

.sec_title3 {
  margin-bottom: 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;
}
.sec_title3 span.num {
  color: #0070d0;
  font-size: 17px;
  display: inline-block;
  font-weight: bold;
  padding-right: 40px;
  margin-right: 15px;
  position: relative;
}
.sec_title3 span.num:after {
  content: "";
  width: 25px;
  height: 1px;
  background: #0070d0;
  position: absolute;
  right: 0;
  top: 17px;
}
.sec_title3 h2 {
  font-size: 17px;
  font-weight: bold;
  color: #0070d0;
  line-height: 1.3;
}
.sec_title3 h3 {
  width: 100%;
  font-size: 30px;
  font-weight: bold;
  color: #0070d0;
  line-height: 1.3;
  margin-top: 15px;
}
.sec_title3.color_w span.num, .sec_title3.color_w h3, .sec_title3.color_w h2 {
  color: white;
}
.sec_title3.color_w span.num:after {
  background: white;
}

.round_t_r {
  overflow: hidden;
  border-top-right-radius: 30px;
}
.round_t_r img {
  width: 100%;
}

.round_type_1 {
  overflow: hidden;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
}
.round_type_1 img {
  width: 100%;
}

.youtube_wrap {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}
.youtube_wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.gmap_wrap iframe {
  width: 100%;
  height: 500px;
}

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

.table_type_normal {
  margin-bottom: 45px;
}
.table_type_normal table {
  border-top: 1px solid rgb(216.75, 216.75, 216.75);
}
.table_type_normal table tr {
  border-bottom: 1px solid rgb(216.75, 216.75, 216.75);
  line-height: 1.5;
}
.table_type_normal table tr th {
  width: 150px;
  text-align: center;
  font-weight: normal;
  padding: 25px 30px;
}
.table_type_normal table tr td {
  padding: 25px 40px;
}
.table_type_normal table tr td > strong {
  display: inline-block;
  font-weight: bold;
  color: #0070d0;
}

.table_type_company {
  margin-bottom: 45px;
}
.table_type_company table {
  border-top: 1px solid rgb(216.75, 216.75, 216.75);
}
.table_type_company table tr {
  border-bottom: 1px solid rgb(216.75, 216.75, 216.75);
}
.table_type_company table tr th {
  width: 120px;
  text-align: center;
  font-weight: normal;
  text-align: justify;
  text-align-last: justify;
  padding: 25px 30px;
}
.table_type_company table tr td {
  padding: 25px 40px;
}

.list_type_bar ul li {
  display: flex;
  align-items: center;
  padding: 0.5rem 0;
}
.list_type_bar ul li:before {
  content: "";
  width: 15px;
  height: 1px;
  background: #0070d0;
  display: inline-block;
  margin-right: 1rem;
}
.list_type_bar ul li a {
  color: #0070d0;
  font-weight: bold;
}

.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: right;
}
#pankuzu #breadcrumb ul > li {
  margin-left: 10px;
  font-size: 1.2rem;
  line-height: 1.3;
  display: inline-block;
}
#pankuzu #breadcrumb ul > li:before {
  display: inline-block;
  margin-right: 10px;
  content: ">";
}
#pankuzu #breadcrumb ul > li:first-of-type:before {
  display: none;
}
#pankuzu #breadcrumb ul > li > a {
  text-decoration: underline;
}

#menu_btn {
  display: none;
}

#wrapper {
  padding-top: 88px;
}

#header {
  background: white;
  width: 100%;
  z-index: 1111;
  position: fixed;
  top: 0;
  box-shadow: 0 0 1rem 0.5rem rgba(0, 0, 0, 0.1);
}
#header .container {
  width: 100%;
  padding: 20px 40px;
}
#header .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;
  position: relative;
  align-items: center;
}
#header .container .content .head_logo {
  width: 250px;
}
#header .container .content .head_logo a {
  display: block;
}
#header .container .content #gnav {
  width: calc(100% - 250px);
}
#header .container .content #gnav nav ul.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 .container .content #gnav nav ul.header-nav-menu li {
  display: inline-block;
}
#header .container .content #gnav nav ul.header-nav-menu li a {
  padding: 8px;
  font-weight: bold;
}

body.home #header {
  position: absolute;
  background: none;
  box-shadow: none;
}
body.home #header .container .content .head_logo {
  width: 250px;
}
body.home #header .container .content #gnav nav ul.header-nav-menu li a {
  color: white;
  text-shadow: 0 0 0.5rem rgb(0, 0, 0);
}

#vihalf-section {
  position: relative;
  z-index: 10;
  overflow: hidden;
}
#vihalf-section:after {
  content: "";
  width: 410px;
  height: 380px;
  background-image: url("images/common/y_gray.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right top;
  position: absolute;
  right: 0;
  top: -100px;
  z-index: -1;
}
#vihalf-section .container {
  position: relative;
  width: calc(100% - 200px);
  max-width: 1350px;
  min-width: 900px;
}
#vihalf-section .container .sec_title1 {
  margin-bottom: 0;
}
#vihalf-section .container #pankuzu {
  position: absolute;
  right: 0;
  bottom: 25px;
}

.page-vi-pic img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  object-position: top center;
  height: 280px;
}

#news-detail img.size-full {
  margin-bottom: 2.5rem;
}

#news-detail article[class^=post-] > .content table {
  border-top: 1px solid #0070d0;
  margin-bottom: 45px;
}
#news-detail article[class^=post-] > .content table tr {
  border-bottom: 1px solid #0070d0;
}
#news-detail article[class^=post-] > .content table tr th, #news-detail article[class^=post-] > .content table tr td {
  letter-spacing: 0.1em;
  line-height: 1.3;
  padding: 15px 20px;
}
#news-detail article[class^=post-] > .content table tr th {
  background: #0036b5;
  color: #0070d0;
  width: 200px;
  text-align: center;
  font-weight: normal;
}
#news-detail article[class^=post-] > .content h1 {
  margin: 1rem 0 2rem;
  line-height: 1.5;
  font-size: 2.5rem;
  font-weight: bold;
}
#news-detail article[class^=post-] > .content h2 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  line-height: 1.5;
  font-weight: bold;
}
#news-detail article[class^=post-] > .content h3 {
  color: #0070d0;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 1rem;
  display: inline-block;
  min-width: 50%;
  background: white;
}
#news-detail article[class^=post-] > .content h4 {
  color: white;
  font-weight: bold;
  line-height: 1.5;
  padding: 1rem 1.5rem;
  margin-bottom: 1rem;
  background: #0070d0;
}
#news-detail article[class^=post-] > .content h5 {
  color: #0070d0;
  background: white;
  font-weight: bold;
  line-height: 1.5;
  padding: 1rem 1.5rem;
  margin-bottom: 1rem;
  border: 2px solid #0070d0;
}
#news-detail article[class^=post-] > .content p {
  margin-bottom: 2rem;
}
#news-detail article[class^=post-] > .content a {
  text-decoration: underline;
  color: #0070d0;
}
#news-detail article[class^=post-] > .content h2.caption {
  box-sizing: border-box;
  color: #000 !important;
  font-size: 2.5rem;
  line-height: 1.5;
  padding: 2rem 0 !important;
  border-bottom: 1px solid #0070d0;
  margin-bottom: 4rem !important;
  background: none;
  box-shadow: none;
  display: block;
  text-align: left;
}
#news-detail article[class^=post-] > .content ul {
  margin: 2rem 0 3rem;
  list-style: disc;
  padding-left: 3rem;
}
#news-detail article[class^=post-] > .content ul li {
  line-height: 1.5;
  color: #0070d0;
  margin-bottom: 1.5rem;
}
#news-detail article[class^=post-] > .content .btn {
  text-align: right;
  margin: 1rem 0 1rem;
}
#news-detail article[class^=post-] > .content .btn > a {
  text-decoration: none !important;
  min-width: 300px;
}
#news-detail 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;
}
#news-detail article[class^=post-] > .content .gallery_card article:nth-of-type(2n) {
  margin-left: 2rem;
}
#news-detail article[class^=post-] > .content .gallery_card article .pic {
  line-height: 0.5;
}
#news-detail article[class^=post-] > .content .gallery_card article .pic img {
  width: 100%;
  margin: 0;
}
#news-detail article[class^=post-] > .content .gallery_card article .txt {
  line-height: 1;
  padding: 1rem 2rem;
}
#news-detail article[class^=post-] > .content .gallery_card article .txt h3 {
  font-size: 1.5rem;
  margin: 0;
}
#news-detail article[class^=post-] > .content iframe {
  width: 100%;
  height: 40rem;
  margin-bottom: 2rem;
}
#news-detail article[class^=post-] > .content img {
  clear: both;
}
#news-detail article[class^=post-] > .content img.size-full {
  width: auto;
  margin-bottom: 0px;
}
#news-detail 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: #0070d0;
  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: #0070d0;
  color: white;
}
#pagination .nav-links .page-numbers.prev, #pagination .nav-links .page-numbers.next {
  background: white;
  border: 1px solid #0070d0;
  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: "\f054";
  font-family: fontawesome;
  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 {
  content: "\f054";
  font-family: fontawesome;
}
#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 #0070d0;
  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: "\f054";
  font-family: fontawesome;
  color: #0070d0;
  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 rgb(216.75, 216.75, 216.75);
  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: "\f054";
  font-family: fontawesome;
  color: rgb(216.75, 216.75, 216.75);
  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: #0070d0;
  font-size: 15px;
  display: block;
  padding: 10px;
  margin: 0 45px;
}

#go-top {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 60px;
  background: #0070d0;
  padding: 10px;
  z-index: 9999;
}
#go-top img {
  vertical-align: middle;
}

footer#footer {
  background: #3E93DB;
  background: -webkit-linear-gradient(135deg, rgb(62, 147, 219) 0%, rgb(0, 81, 208) 85%);
  background: -moz-linear-gradient(135deg, rgb(62, 147, 219) 0%, rgb(0, 81, 208) 85%);
  background: linear-gradient(135deg, rgb(62, 147, 219) 0%, rgb(0, 81, 208) 85%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3E93DB", endColorstr="#0051D0", GradientType=0);
}
footer#footer .container {
  padding: 5rem 0;
  width: 1000px;
}
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: 190px;
}
footer#footer .container .content .l .foot_logo {
  margin-bottom: 70px;
}
footer#footer .container .content .l .foot_info h1, footer#footer .container .content .l .foot_info p, footer#footer .container .content .l .foot_info address, footer#footer .container .content .l .foot_info a {
  font-weight: bold;
  color: white;
  line-height: 1.5;
  margin-top: 7px;
}
footer#footer .container .content .r {
  width: calc(100% - 190px - 50px);
}
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;
  justify-content: flex-end;
}
footer#footer .container .content .r .foot_nav nav {
  display: inline-block;
  margin-left: 50px;
}
footer#footer .container .content .r .foot_nav nav a {
  color: white;
  display: block;
  line-height: 1.5;
  font-weight: bold;
}
footer#footer .container .content .r .foot_nav nav .footer-nav-menu > li {
  margin-bottom: 25px;
}
footer#footer .container .content .r .foot_nav nav .footer-nav-menu > li:last-of-type {
  margin-bottom: 0;
}
footer#footer .container .content .r .foot_nav nav .footer-nav-menu > li .sub-menu {
  padding-left: 7px;
  margin-top: 7px;
}
footer#footer .container .content .r .foot_nav nav .footer-nav-menu > li .sub-menu > li {
  line-height: 1.5;
  margin-bottom: 7px;
}
footer#footer .container .content .r .foot_nav nav .footer-nav-menu > li .sub-menu > li a:before {
  content: "・";
  display: inline-block;
}

footer#foot-credit-section {
  background: #0036b5;
}
footer#foot-credit-section .container {
  padding: 0;
  text-align: center;
}
footer#foot-credit-section .container p {
  margin: 20px 0;
  color: white;
  font-size: 13px;
}

#foot-fix-btn-section {
  display: none;
}

body.home #wrapper {
  padding-top: 0;
}

body.home #page {
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
}
body.home #page #vi-section .container {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
body.home #page #vi-section .container .vi_wrap {
  position: relative;
  @incldue cards;
  justify-content: center;
  align-content: center;
  width: 100%;
  height: 770px;
}
body.home #page #vi-section .container .vi_wrap #vi-slide {
  position: absolute;
  left: 0;
  top: 0;
}
body.home #page #vi-section .container .vi_wrap #vi-slide .sp-slide img {
  width: 100%;
  height: 770px;
  object-fit: cover;
  object-position: top center;
}
body.home #page #vi-section .container .vi_wrap .vi_fix_img {
  position: absolute;
  top: 0;
  right: 0;
}
body.home #page #vi-section .container .vi_wrap .vi_fix_img img {
  width: auto;
  height: 770px;
  object-fit: cover;
  object-position: center;
}
body.home #page #vi-section .container .vi_wrap .vi_catch {
  position: absolute;
  top: calc((100% - 230px) / 2);
  right: 200px;
  line-height: 1;
  color: white;
}
body.home #page #vi-section .container .vi_wrap .vi_catch h2 {
  font-family: "Poppins", sans-serif;
  font-size: 80px;
  margin-bottom: 10px;
  text-shadow: 0 0 0.5rem #0070d0;
  font-weight: 700 !important;
  font-style: italic !important;
}
body.home #page #vi-section .container .vi_wrap .vi_catch h2 strong {
  display: block;
  font-size: 100px;
  font-weight: 700 !important;
  font-style: italic !important;
}
body.home #page #vi-section .container .vi_wrap .vi_catch h3 {
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 15px;
  text-shadow: 0 0 0.5rem #0070d0;
}
body.home #page #vi-section .container .vi_wrap .vi_catch h1 {
  color: white;
  font-weight: bold;
  font-size: 20px;
  text-align: right;
  text-shadow: 0 0 0.5rem #0070d0;
}
body.home #page #vi-section .container .vi_wrap .vi_catch h1:before {
  content: "";
  width: 20px;
  height: 1px;
  background: white;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
body.home #page #vi-section .container .vi_wrap .scrolldown_img {
  position: absolute;
  right: 50px;
  bottom: -40px;
  z-index: 10;
  width: 35px;
}
body.home #page #topics-news-section .container {
  padding: 0;
  width: 100%;
  max-width: 100%;
}
body.home #page #topics-news-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;
}
body.home #page #topics-news-section .container .content .head {
  width: 185px;
  @incldue cards;
  background: #3E93DB;
  background: -webkit-linear-gradient(135deg, rgb(62, 147, 219) 0%, rgb(0, 81, 208) 85%);
  background: -moz-linear-gradient(135deg, rgb(62, 147, 219) 0%, rgb(0, 81, 208) 85%);
  background: linear-gradient(135deg, rgb(62, 147, 219) 0%, rgb(0, 81, 208) 85%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3E93DB", endColorstr="#0051D0", GradientType=0);
  justify-content: center;
  align-content: center;
}
body.home #page #topics-news-section .container .content .head h2 {
  align-self: center;
  color: white;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 20px;
}
body.home #page #topics-news-section .container .content .news_feeds_wrap {
  width: calc(100% - 185px);
  background: #f2f9ff;
}
body.home #page #topics-news-section .container .content .news_feeds_wrap article {
  border-top: 0;
}
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;
}
body.home #page #company-section .container .content .pic {
  width: 380px;
}
body.home #page #company-section .container .content .txt {
  width: calc(100% - 380px - 50px);
}
body.home #page #company-section .container .content .txt .btn {
  text-align: right;
  margin-top: 25px;
}
body.home #page #company-section .container .map {
  position: absolute;
  left: 410px;
  top: 20px;
  width: 650px;
  z-index: -1;
}
body.home #page #top-loop-slide-section .container {
  width: 100%;
  max-width: 100%;
}
body.home #page #services-section .container {
  position: relative;
}
body.home #page #services-section .container:after {
  content: "";
  width: 1330px;
  height: 1350px;
  display: inline-block;
  position: absolute;
  top: -70px;
  left: 400px;
  background-image: url("images/top/y_big.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
body.home #page #services-section .container .txt {
  padding: 50px 0 0;
  margin-bottom: 120px;
  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 #services-section .container .txt .sec_title2 {
  width: 390px;
}
body.home #page #services-section .container .txt p {
  width: 430px;
}
body.home #page #services-section .container .txt .btn {
  width: 100%;
}
body.home #page #achievements-section {
  background: #3E93DB;
  background: -webkit-linear-gradient(135deg, rgb(62, 147, 219) 0%, rgb(0, 81, 208) 85%);
  background: -moz-linear-gradient(135deg, rgb(62, 147, 219) 0%, rgb(0, 81, 208) 85%);
  background: linear-gradient(135deg, rgb(62, 147, 219) 0%, rgb(0, 81, 208) 85%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3E93DB", endColorstr="#0051D0", GradientType=0);
}
body.home #page #achievements-section .container {
  width: calc(100% - 200px);
  max-width: 1350px;
  min-width: 1000px;
}
body.home #page #achievements-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;
}
body.home #page #achievements-section .container .content .txt {
  width: 380px;
  color: white;
}
body.home #page #achievements-section .container .content .txt .btn {
  margin-top: 40px;
}
body.home #page #achievements-section .container .content .slide_wrap {
  width: calc(100% - 380px - 50px + 100px);
  margin-right: -100px;
  margin-top: -110px;
}
body.home #page #achievements-section .container .content .slide_wrap article.post-achievements .thumb {
  margin-bottom: 15px;
  overflow: hidden;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
body.home #page #achievements-section .container .content .slide_wrap article.post-achievements .thumb a {
  display: block;
}
body.home #page #achievements-section .container .content .slide_wrap article.post-achievements .thumb a img {
  width: auto;
  height: 390px;
  object-fit: cover;
  object-position: center;
}
body.home #page #achievements-section .container .content .slide_wrap article.post-achievements .post_txt {
  color: white;
  line-height: 1.3;
  padding-left: 20px;
  border-left: 1px solid white;
}
body.home #page #achievements-section .container .content .slide_wrap article.post-achievements .post_txt h2 {
  margin-bottom: 7px;
  font-weight: bold;
}
body.home #page #facility-quality-section .container {
  width: calc(100% - 200px);
  max-width: 1100px;
  min-width: 1000px;
}
body.home #page #facility-quality-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;
}
body.home #page #facility-quality-section .container .content article {
  width: calc(50% - 25px);
  border-radius: 20px;
  box-shadow: 0 0 1rem 0.5rem rgba(0, 0, 0, 0.1);
  background: white;
  overflow: hidden;
}
body.home #page #facility-quality-section .container .content article .txt {
  padding: 45px 25px;
}
body.home #page #facility-quality-section .container .content article .txt .sec_title1 {
  text-align: center;
  margin-bottom: 20px;
}
body.home #page #facility-quality-section .container .content article .txt .sec_title2 {
  text-align: center;
  margin-bottom: 20px;
}
body.home #page #facility-quality-section .container .content article .txt .sec_title2 h2 {
  font-size: 35px;
}
body.home #page #facility-quality-section .container .content article .txt p {
  padding: 0 50px;
  min-height: 120px;
}
body.home #page #facility-quality-section .container .content article .txt .btn {
  text-align: center;
  margin-top: 20px;
}
body.home #page #recruit-section {
  overflow: hidden;
  background: #3E93DB;
  background: -webkit-linear-gradient(135deg, rgb(62, 147, 219) 0%, rgb(0, 81, 208) 85%);
  background: -moz-linear-gradient(135deg, rgb(62, 147, 219) 0%, rgb(0, 81, 208) 85%);
  background: linear-gradient(135deg, rgb(62, 147, 219) 0%, rgb(0, 81, 208) 85%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3E93DB", endColorstr="#0051D0", GradientType=0);
}
body.home #page #recruit-section .container {
  width: 850px;
  min-width: 850px;
}
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;
}
body.home #page #recruit-section .container .content .pic {
  width: 380px;
}
body.home #page #recruit-section .container .content .txt {
  width: calc(100% - 380px - 50px);
  color: white;
  position: relative;
  z-index: 2;
}
body.home #page #recruit-section .container .content .txt .btn {
  text-align: right;
  margin-top: 35px;
}
body.home #page #recruit-section .container .symbol {
  position: absolute;
  left: 480px;
  top: -220px;
  width: 780px;
  z-index: 1;
}
body.home #page #news-section .btn {
  text-align: right;
  margin-top: 50px;
}
body.home #page .loop_slide_wrap #loopslider-1,
body.home #page .loop_slide_wrap #loopslider-2 {
  margin: 0 auto;
  width: 100%;
  height: 260px;
  text-align: left;
  position: relative;
  overflow: hidden;
}
body.home #page .loop_slide_wrap #loopslider-1 ul,
body.home #page .loop_slide_wrap #loopslider-2 ul {
  height: 260px;
  float: left;
  display: inline;
  overflow: hidden;
  display: inline-block;
}
body.home #page .loop_slide_wrap #loopslider-1 ul:after,
body.home #page .loop_slide_wrap #loopslider-2 ul:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}
body.home #page .loop_slide_wrap #loopslider-1 ul li,
body.home #page .loop_slide_wrap #loopslider-2 ul li {
  width: 390px;
  height: 260px;
  float: left;
  display: inline-block;
  overflow: hidden;
}
body.home #page .loop_slide_wrap #loopslider-1 ul li img,
body.home #page .loop_slide_wrap #loopslider-2 ul li img {
  width: 390px;
  height: 260px;
}

/*------------------------------------------------------------------*/
.news_feeds_wrap article {
  border-top: 1px solid #0070d0;
}
.news_feeds_wrap article:last-of-type {
  border-bottom: 1px solid #0070d0;
}
.news_feeds_wrap article .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;
  justify-content: flex-start;
  padding: 25px 45px;
}
.news_feeds_wrap article .inner .post-date {
  display: inline-block;
  width: 80px;
}
.news_feeds_wrap article .inner .post-cat {
  margin-right: 10px;
}
.news_feeds_wrap article .inner .post-cat li {
  margin-right: 10px;
  text-align: center;
}
.news_feeds_wrap article .inner .post-cat li a {
  color: white;
  display: inline-block;
  background: #0070d0;
  line-height: 1;
  padding: 5px 15px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  width: 110px;
}
.news_feeds_wrap article .inner .post-title {
  width: calc(100% - 80px - 130px);
}
.news_feeds_wrap article .inner .post-title a {
  display: block;
  font-weight: bold;
}

.cta_section_type_1 .inner {
  border: 1px solid #0070d0;
  background: white;
  padding: 40px 55px;
  position: relative;
}
.cta_section_type_1 .inner:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #3E93DB;
  background: -webkit-linear-gradient(135deg, rgb(62, 147, 219) 0%, rgb(0, 81, 208) 85%);
  background: -moz-linear-gradient(135deg, rgb(62, 147, 219) 0%, rgb(0, 81, 208) 85%);
  background: linear-gradient(135deg, rgb(62, 147, 219) 0%, rgb(0, 81, 208) 85%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3E93DB", endColorstr="#0051D0", GradientType=0);
  position: absolute;
  right: -12px;
  bottom: -12px;
  z-index: -1;
}
.cta_section_type_1 .inner h2 {
  color: #0070d0;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 25px;
}
.cta_section_type_1 .inner .btn {
  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;
}
.cta_section_type_1 .inner .btn a {
  margin: 0 10px;
}

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

#wrapper.news #news-detail .container .inner {
  background: white;
  padding: 70px;
  box-shadow: 0 0 1rem 0.5rem rgba(0, 0, 0, 0.1);
}
#wrapper.news #news-detail .post-header {
  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;
  margin-bottom: 40px;
}
#wrapper.news #news-detail .post-header .post-title {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 15px;
  width: 100%;
}
#wrapper.news #news-detail .post-header .post-date {
  display: inline-block;
  color: gray;
  line-height: 1.5;
  margin-right: 15px;
}
#wrapper.news #news-detail .post-header ul.post-cat {
  margin-bottom: 10px;
  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;
}
#wrapper.news #news-detail .post-header ul.post-cat li {
  display: inline-block;
  margin-right: 5px;
}
#wrapper.news #news-detail .post-header ul.post-cat li a {
  display: inline-block;
  background: #0070d0;
  color: white;
  font-weight: bold;
  line-height: 1.5;
  padding: 5px 15px;
}
#wrapper.news #news-detail .content {
  margin-bottom: 40px;
}

#page-head-section {
  text-align: center;
}

.section_type_blue {
  background: #0070d0;
  color: white;
}

.section_type_blue_2 {
  background: #f2f9ff;
}

#page-company #greeting-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;
}
#page-company #greeting-section .content .pic {
  width: 320px;
}
#page-company #greeting-section .content .txt {
  width: calc(100% - 320px - 50px);
}
#page-company #greeting-section .content .txt .name {
  text-align: right;
  font-weight: bold;
}
#page-company #customer-section .customer_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;
}
#page-company #customer-section .customer_list article {
  width: calc(33.3333333333% - 15px);
  margin-right: 22.5px;
  margin-bottom: 30px;
}
#page-company #customer-section .customer_list article:nth-of-type(3n) {
  margin-right: 0;
}

#page-services > section > .container > .vi {
  margin-bottom: 55px;
}
#page-services > section > .container > .vi .pic {
  margin-bottom: 20px;
}
#page-services > section > .container > .vi p {
  padding: 0 15px;
  font-weight: bold;
}
#page-services #service-1-section .service_list 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: 30px;
}
#page-services #service-1-section .service_list article:last-of-type {
  margin-bottom: 0;
}
#page-services #service-1-section .service_list article .pic {
  width: 215px;
}
#page-services #service-1-section .service_list article .txt {
  width: calc(100% - 215px - 25px);
}
#page-services #service-1-section .service_list article .txt h2 {
  color: #0070d0;
  font-size: 25px;
  font-weight: bold;
}
#page-services #service-1-section .service_list article:nth-of-type(2n) .pic {
  order: 2;
}
#page-services #service-1-section .service_list article:nth-of-type(2n) .txt {
  order: 1;
}
#page-services #service-2-section .flow_list 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;
  justify-content: flex-start;
  align-items: center;
  padding-left: 40px;
  padding-bottom: 25px;
  position: relative;
}
#page-services #service-2-section .flow_list article:before {
  content: "●";
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 20px;
}
#page-services #service-2-section .flow_list article:after {
  content: "";
  width: 1px;
  height: 100%;
  background: white;
  position: absolute;
  left: 9px;
  top: 18px;
}
#page-services #service-2-section .flow_list article:last-of-type:after {
  content: none;
}
#page-services #service-2-section .flow_list article h2 {
  font-size: 18px;
  font-weight: bold;
  padding: 5px 15px;
  border: 1px solid white;
  display: inline-block;
  margin-right: 20px;
  line-height: 1.3;
}
#page-services #service-2-section .flow_list article h3 {
  font-size: 25px;
  font-weight: bold;
}
#page-services #service-2-section .flow_list article p {
  width: 100%;
  margin-top: 5px;
}
#page-services #service-3-section .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-services #service-3-section .cards .pic {
  width: calc(50% - 15px);
}
#page-services #service-3-section .gallery_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;
}
#page-services #service-3-section .gallery_list .pic {
  width: calc(33.3333333333% - 15px);
  margin-right: 22.5px;
  margin-bottom: 22.5px;
}
#page-services #service-3-section .gallery_list .pic:nth-of-type(3n) {
  margin-right: 0;
}

#page-facilities #facility-1-section .facility_list > 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: 40px;
}
#page-facilities #facility-1-section .facility_list > article:last-of-type {
  margin-bottom: 0;
}
#page-facilities #facility-1-section .facility_list > article .pic {
  width: 340px;
}
#page-facilities #facility-1-section .facility_list > article .txt {
  width: calc(100% - 340px - 25px);
}
#page-facilities #facility-1-section .facility_list > article .txt h2 {
  color: #0070d0;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
}
#page-facilities #facility-1-section .facility_list > article .txt .detail {
  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-facilities #facility-1-section .facility_list > article .txt .detail article {
  width: 48%;
  justify-content: flex-start;
  margin-right: 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;
  align-items: center;
}
#page-facilities #facility-1-section .facility_list > article .txt .detail article h3 {
  width: 75px;
  color: white;
  background: #0070d0;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  margin-right: 10px;
}
#page-facilities #facility-1-section .facility_list > article .txt .detail article h4 {
  width: calc(100% - 75px - 10px);
}
#page-facilities #facility-1-section .facility_list > article .txt > p {
  margin-top: 5px;
}

#page-quality-control > section > .container > .vi {
  margin-bottom: 65px;
  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-quality-control > section > .container > .vi .pic {
  width: 360px;
}
#page-quality-control > section > .container > .vi .txt {
  width: calc(100% - 360px - 50px);
}
#page-quality-control > section > .container > .vi .txt .sec_title3 {
  margin-bottom: 25px;
}
#page-quality-control > section > .container > .vi .txt p {
  margin-top: 5px;
}
#page-quality-control #quality-1-section .container,
#page-quality-control #quality-2-section .container {
  width: calc(100% - 200px);
  max-width: 1350px;
  min-width: 1000px;
}
#page-quality-control #quality-1-section .quality_slide_wrap .inner .pic {
  margin-bottom: 20px;
}
#page-quality-control #quality-1-section .quality_slide_wrap .inner .txt {
  padding: 0 20px;
}
#page-quality-control #quality-1-section .quality_slide_wrap .inner .txt h2 {
  border-left: 1px solid #0070d0;
  padding-left: 15px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
}
#page-quality-control #quality-2-section .quality_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;
}
#page-quality-control #quality-2-section .quality_list article {
  width: calc(50% - 25px);
  margin-bottom: 50px;
}
#page-quality-control #quality-2-section .quality_list article .pic {
  margin-bottom: 20px;
}
#page-quality-control #quality-2-section .quality_list article .txt {
  padding: 0 20px;
}
#page-quality-control #quality-2-section .quality_list article .txt h2 {
  border-left: 1px solid #0070d0;
  padding-left: 15px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
}

#page-recruit #page-head-section .link_list {
  margin-top: 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;
}
#page-recruit #page-head-section .link_list a {
  margin: 7px;
}
#page-recruit #interview-section .container {
  width: calc(100% - 200px);
  max-width: 1350px;
  min-width: 1000px;
}
#page-recruit #interview-section .interview_content_wrap article.interview_head {
  line-height: 1.5;
  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: 35px;
}
#page-recruit #interview-section .interview_content_wrap article.interview_head .job_ttl {
  font-weight: bold;
  font-size: 40px;
  width: 100%;
  margin-bottom: 10px;
}
#page-recruit #interview-section .interview_content_wrap article.interview_head .name {
  color: #0070d0;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin-right: 15px;
}
#page-recruit #interview-section .interview_content_wrap article.interview_head .year {
  color: white;
  background: #0070d0;
  font-weight: bold;
  line-height: 1.2;
  padding: 5px 10px;
  display: inline-block;
}
#page-recruit #interview-section .interview_content_wrap article.interview {
  margin-bottom: 25px;
}
#page-recruit #interview-section .interview_content_wrap article.interview:last-of-type {
  margin-bottom: 0;
}
#page-recruit #interview-section .interview_content_wrap article.interview > h3 {
  background: #0070d0;
  color: white;
  font-weight: bold;
  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;
  justify-content: flex-start;
  align-items: center;
}
#page-recruit #interview-section .interview_content_wrap article.interview > h3:before {
  content: "Q";
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: white;
  background: #0036b5;
  padding: 15px;
  line-height: 1;
  margin-right: 15px;
}
#page-recruit #interview-section .interview_content_wrap article.interview.message p {
  background: #f2f9ff;
  padding: 30px 55px;
  margin: 0;
}
#page-recruit #interview-section .interview_content_wrap > article {
  margin-bottom: 50px;
}
#page-recruit #interview-section .interview_content_wrap > article:last-of-type {
  margin-bottom: 0;
}
#page-recruit #interview-section .interview_content_wrap > article .sec_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: 20px;
}
#page-recruit #interview-section .interview_content_wrap > article .sec_1 .vi {
  width: 250px;
}
#page-recruit #interview-section .interview_content_wrap > article .sec_1 .txt {
  width: calc(100% - 250px - 40px);
}
#page-recruit #interview-section .interview_content_wrap > article .sec_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;
  margin-bottom: 30px;
}
#page-recruit #interview-section .interview_content_wrap > article .sec_2 .pic {
  width: calc(33.3333333333% - 15px);
}
#page-recruit #culture-section .culture_list > .culture {
  margin-bottom: 35px;
}
#page-recruit #culture-section .culture_list > .culture:last-of-type {
  margin-bottom: 0;
}
#page-recruit #culture-section .culture_list > .culture article {
  margin-bottom: 25px;
}
#page-recruit #culture-section .culture_list > .culture article:last-of-type {
  margin-bottom: 0;
}
#page-recruit #culture-section .culture_list > .culture article h3 {
  font-size: 20px;
  font-weight: bold;
  padding-left: 20px;
  border-left: 1px solid #0070d0;
  line-height: 1.5;
  margin-bottom: 5px;
}
#page-recruit #culture-section .culture_list > .culture article > p {
  padding-left: 20px;
}
#page-recruit #flow-section .flow_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;
}
#page-recruit #flow-section .flow_list article {
  width: calc(33.3333333333% - 20px);
  border: 1px solid #0070d0;
  padding: 20px 25px;
  position: relative;
}
#page-recruit #flow-section .flow_list article:after {
  content: "";
  width: 13px;
  height: 45px;
  background-image: url("images/recruit/arrow_r.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: -23px;
  top: calc((100% - 45px) / 2);
}
#page-recruit #flow-section .flow_list article:last-of-type:after {
  content: none;
}
#page-recruit #flow-section .flow_list article > h2 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.3;
  color: #0070d0;
}
#page-recruit #flow-section .flow_list article > h2 em {
  display: block;
  font-size: 25px;
  font-family: "Poppins", sans-serif;
}
#page-recruit #faq-section .faq_list {
  margin-bottom: 50px;
}
#page-recruit #faq-section .faq_list:last-of-type {
  margin-bottom: 0;
}
#page-recruit #faq-section .faq_list article {
  margin-bottom: 25px;
}
#page-recruit #faq-section .faq_list article:last-of-type {
  margin-bottom: 0;
}
#page-recruit #faq-section .faq_list article .q h2 {
  background: #0070d0;
  color: white;
  font-weight: bold;
  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;
  justify-content: flex-start;
  align-items: center;
}
#page-recruit #faq-section .faq_list article .q h2:before {
  content: "Q";
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: white;
  background: #0036b5;
  padding: 15px;
  line-height: 1;
  margin-right: 15px;
}
#page-recruit #faq-section .faq_list article .a {
  background: #f2f9ff;
  padding: 20px 35px;
}
#page-recruit #faq-section .faq_list article .a p {
  margin: 0;
}

#page-achievements #achievements-feeds-section {
  background: #f2f9ff;
}
#page-achievements #achievements-feeds-section .container #achievements_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;
}
#page-achievements #achievements-feeds-section .container #achievements_list article.post-achievements {
  width: calc(50% - 25px);
  margin-bottom: 50px;
}
#page-achievements #achievements-feeds-section .container #achievements_list article.post-achievements .thumb {
  margin-bottom: 15px;
  overflow: hidden;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
#page-achievements #achievements-feeds-section .container #achievements_list article.post-achievements .thumb a {
  display: block;
}
#page-achievements #achievements-feeds-section .container #achievements_list article.post-achievements .thumb a img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center;
}
#page-achievements #achievements-feeds-section .container #achievements_list article.post-achievements .post_txt {
  line-height: 1.3;
  padding-left: 20px;
  border-left: 1px solid #0070d0;
}
#page-achievements #achievements-feeds-section .container #achievements_list article.post-achievements .post_txt h2 {
  margin-bottom: 7px;
  font-weight: bold;
}
#page-achievements #achievements-detail-section #achievements-detail .post_head {
  margin-bottom: 10px;
}
#page-achievements #achievements-detail-section #achievements-detail .post_head h2 {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.5;
}
#page-achievements #achievements-detail-section #achievements-detail .post_vi {
  margin-bottom: 45px;
}
#page-achievements #achievements-detail-section #achievements-detail .post_vi img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center;
}
#page-achievements #achievements-detail-section #achievements-detail .post_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-achievements #achievements-detail-section #achievements-detail .post_content .l {
  width: 300px;
}
#page-achievements #achievements-detail-section #achievements-detail .post_content .l .table_type_company th {
  width: 60px;
  padding: 25px 10px;
}
#page-achievements #achievements-detail-section #achievements-detail .post_content .l .table_type_company td {
  padding: 25px 30px;
}
#page-achievements #achievements-detail-section #achievements-detail .post_content .r {
  width: calc(100% - 300px - 50px);
}
#page-achievements #achievements-detail-section #achievements-detail .post_content .r .txt h3 {
  color: #0070d0;
  font-weight: bold;
  font-size: 20px;
}

#page-contact-confirm .intro h2.ttl,
#page-contact-thanks .intro h2.ttl {
  background: #0070d0;
  color: white;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
  padding: 10px 25px;
}

#page-contact #privacy-policy-section .sec_title1 {
  text-align: center;
}
#page-contact #privacy-policy-section article {
  margin-bottom: 50px;
}
#page-contact #privacy-policy-section article h3 {
  font-size: 20px;
  font-weight: bold;
  color: #0070d0;
  margin-bottom: 10px;
  line-height: 1.5;
}
#page-contact #privacy-policy-section article p {
  margin-top: 0;
  font-size: 13px;
}
#page-contact #privacy-policy-section article ul {
  padding-left: 20px;
  margin-bottom: 20px;
}
#page-contact #privacy-policy-section article ul li {
  padding-left: 16px;
  position: relative;
  line-height: 1.5;
  margin: 7px 0;
}
#page-contact #privacy-policy-section article ul li:before {
  content: "・";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}

#contact-form-section {
  background: #0070d0;
}
#contact-form-section .container > .inner {
  background: white;
  padding: 70px 100px;
  width: 900px;
  margin: 0 auto;
}
#contact-form-section .container > .inner .intro {
  text-align: center;
  margin-bottom: 40px;
}
#contact-form-section .container > .inner .intro p {
  display: inline-block;
  text-align: left;
}
#contact-form-section .container > .inner .intro p > a {
  text-decoration: underline;
  color: #0070d0;
}
#contact-form-section .container > .inner .tel_list {
  width: 700px;
  margin: 0 auto 70px;
}
#contact-form-section .container > .inner .tel_list h2.ttl {
  background: #0070d0;
  color: white;
  padding: 10px;
  line-height: 1.5;
  text-align: center;
}
#contact-form-section .container > .inner .tel_list .list article {
  border-bottom: 1px solid rgb(159.375, 159.375, 159.375);
  padding: 25px;
  line-height: 1;
  text-align: center;
}
#contact-form-section .container > .inner .tel_list .list article a {
  display: inline-block;
  font-size: 25px;
  color: #0070d0;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
}
#contact-form-section .container > .inner .form_ttl {
  border-bottom: 1px solid rgb(216.75, 216.75, 216.75);
  margin-bottom: 40px;
}
#contact-form-section .container > .inner .form_ttl h3 {
  text-align: center;
  padding: 20px 10px;
  font-size: 14px;
}
#contact-form-section .container > .inner .form_ttl .memo {
  background: #0036b5;
  padding: 30px 50px;
  margin-bottom: 40px;
  text-align: center;
  border-radius: 7px;
}
#contact-form-section .container > .inner .form_ttl .memo p {
  margin: 5px 0;
}

.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: #0070d0;
  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: #0036b5;
  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: #0070d0;
}
.form-wrap form .form_bl > .h > span em {
  background: #0070d0;
  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: #0070d0;
  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: #0070d0;
  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: #0070d0;
  position: absolute;
  right: 1rem;
  top: 1rem;
}
.form-wrap form .birth select {
  min-width: 100px;
  display: inline-block;
  margin-right: 1.5rem;
}

@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: 4rem 0;
    width: 90%;
    min-width: auto;
    max-width: 100%;
    box-sizing: border-box;
  }
  #wrapper {
    position: relative;
    font-size: 1.3rem;
    padding-top: 54px;
  }
  /*more btn*/
  .btn_1 {
    font-size: 15px;
    padding: 15px 25px;
    padding-right: 60px;
    min-width: 250px;
  }
  .btn_1:after {
    width: 15px;
    height: 15px;
    right: 20px;
    top: 17px;
  }
  .btn_2 {
    background: #3E93DB;
    background: -webkit-linear-gradient(135deg, rgb(62, 147, 219) 0%, rgb(0, 81, 208) 85%);
    background: -moz-linear-gradient(135deg, rgb(62, 147, 219) 0%, rgb(0, 81, 208) 85%);
    background: linear-gradient(135deg, rgb(62, 147, 219) 0%, rgb(0, 81, 208) 85%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3E93DB", endColorstr="#0051D0", GradientType=0);
    text-align: center;
    border-radius: 100px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    padding: 20px 35px;
    min-width: 300px;
    line-height: 1.3;
    display: inline-block;
    position: relative;
    transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  }
  .btn_2:before {
    content: "";
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 30px;
    top: 23px;
    transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  }
  .btn_2:hover {
    opacity: 1;
  }
  .btn_2:hover:after {
    transform: translateX(5px);
  }
  .btn_2.icon_tel {
    font-family: "Poppins", sans-serif;
    font-size: 22px;
  }
  .btn_2.icon_tel:before {
    background-image: url("images/common/icon_tel.png");
  }
  .btn_2.icon_mail:before {
    background-image: url("images/common/icon_mail.png");
  }
  /*共通見出し*/
  .sec_head {
    padding: 15px 0;
  }
  .sec_title1 {
    margin-bottom: 20px;
  }
  .sec_title1 h3 {
    font-size: 30px;
  }
  .sec_title1 h2 {
    font-size: 18px;
  }
  .sec_title2 {
    margin-bottom: 20px;
  }
  .sec_title2 h2 {
    font-size: 35px;
    margin-bottom: 10px;
  }
  .sec_title3 {
    margin-bottom: 35px;
  }
  .sec_title3 h2 {
    font-size: 17px;
  }
  .sec_title3 h3 {
    font-size: 30px;
    margin-top: 15px;
  }
  .sec_title3 h3 br {
    display: none;
  }
  .round_t_r {
    overflow: hidden;
    border-top-right-radius: 30px;
  }
  .round_t_r img {
    width: 100%;
  }
  .round_type_1 {
    overflow: hidden;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
  }
  .round_type_1 img {
    width: 100%;
  }
  .gmap_wrap iframe {
    width: 100%;
    height: 300px;
  }
  .table_type_1 {
    margin-bottom: 35px;
  }
  .table_type_1 table tr th {
    width: 90px;
    padding: 10px 10px;
  }
  .table_type_1 table tr td {
    padding: 10px 20px;
  }
  .table_type_1 table tr td a {
    display: inline-block;
  }
  .table_type_normal {
    margin-bottom: 45px;
  }
  .table_type_normal table {
    border-top: 1px solid rgb(216.75, 216.75, 216.75);
  }
  .table_type_normal table tr {
    border-bottom: 1px solid rgb(216.75, 216.75, 216.75);
    line-height: 1.5;
  }
  .table_type_normal table tr th, .table_type_normal table tr td {
    padding: 15px 0px;
  }
  .table_type_normal table tr th {
    width: 70px;
  }
  .table_type_normal table tr td {
    padding-left: 20px;
  }
  .table_type_company {
    margin-bottom: 45px;
  }
  .table_type_company table {
    border-top: 1px solid rgb(216.75, 216.75, 216.75);
  }
  .table_type_company table tr {
    border-bottom: 1px solid rgb(216.75, 216.75, 216.75);
  }
  .table_type_company table tr th, .table_type_company table tr td {
    padding: 15px 0px;
  }
  .table_type_company table tr th {
    width: 60px;
    padding: 15px 0;
  }
  .table_type_company table tr td {
    padding-left: 20px;
    line-height: 1.5;
  }
  .list_type_bar ul li {
    display: flex;
    align-items: center;
    padding: 0.5rem 0;
  }
  .list_type_bar ul li:before {
    content: "";
    width: 15px;
    height: 1px;
    background: #0070d0;
    display: inline-block;
    margin-right: 1rem;
  }
  .list_type_bar ul li a {
    color: #0070d0;
    font-weight: bold;
  }
  .sp-buttons .sp-button {
    border-bottom-color: #0070d0;
    width: 8px;
    height: 8px;
  }
  .sp-buttons .sp-selected-button {
    background-color: #0070d0;
  }
  #pankuzu #breadcrumb ul {
    font-size: 0;
  }
  #pankuzu #breadcrumb ul > li {
    display: inline-block;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .font-size-small #pankuzu #breadcrumb ul > li {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .font-size-large #pankuzu #breadcrumb ul > li {
    font-size: 18px;
    font-size: 1.8rem;
  }
  #pankuzu #breadcrumb ul > li {
    margin-left: 10px;
    font-size: 1.2rem;
    line-height: 1.3;
  }
  #pankuzu #breadcrumb ul > li:before {
    display: inline-block;
    margin-right: 10px;
    content: ">";
  }
  #pankuzu #breadcrumb ul > li:first-of-type:before {
    display: none;
  }
  #pankuzu #breadcrumb ul > li > a {
    text-decoration: underline;
  }
  #menu_btn {
    position: absolute;
    width: 35px;
    height: 20px;
    cursor: pointer;
    display: inline-block;
    transition: all 0.2s;
    box-sizing: border-box;
    right: 20px;
    top: 18px;
  }
  #menu_btn:after {
    content: "";
    background: #0070d0;
    width: 50px;
    height: 40px;
    position: absolute;
    right: -7px;
    top: -10px;
    border-radius: 5px;
    z-index: 1;
    display: inline-block;
  }
  #menu_btn span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: white;
    border-radius: 4px;
    display: inline-block;
    transition: all 0.1s;
    box-sizing: border-box;
    z-index: 2;
  }
  #menu_btn span:nth-of-type(1) {
    top: 0;
  }
  #menu_btn span:nth-of-type(2) {
    top: 9px;
  }
  #menu_btn span:nth-of-type(3) {
    bottom: 0;
  }
  #menu_btn.close:before {
    content: none;
    transition: all 0.2s;
  }
  #menu_btn.close span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
  }
  #menu_btn.close span:nth-of-type(2) {
    opacity: 0;
  }
  #menu_btn.close span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
  }
  #header .container {
    width: 100%;
    padding: 0;
  }
  #header .container .content .head_logo {
    width: 200px;
  }
  #header .container .content .head_logo a {
    display: block;
    padding: 10px;
  }
  #header .container .content #gnav {
    width: 100%;
    display: none;
  }
  #header .container .content #gnav nav ul.header-nav-menu {
    justify-content: flex-start;
  }
  #header .container .content #gnav nav ul.header-nav-menu li {
    width: 50%;
    display: block;
    border-top: 1px solid rgb(216.75, 216.75, 216.75);
  }
  #header .container .content #gnav nav ul.header-nav-menu li:nth-of-type(2n) {
    border-left: 1px solid rgb(216.75, 216.75, 216.75);
  }
  #header .container .content #gnav nav ul.header-nav-menu li a {
    padding: 15px 20px;
    font-size: 14px;
    display: block;
    position: relative;
  }
  #header .container .content #gnav nav ul.header-nav-menu li a:after {
    content: "\f054";
    font-family: fontawesome;
    position: absolute;
    top: 15px;
    right: 20px;
    color: #0070d0;
  }
  body.home #header .container .content .head_logo {
    width: 200px;
  }
  body.home #header .container .content #gnav nav ul.header-nav-menu li a {
    color: black;
    text-shadow: none;
    background: white;
  }
  #vihalf-section:after {
    content: "";
    width: 60%;
    height: 100%;
    background-size: cover;
    background-position: right top;
    position: absolute;
    right: -10px;
    top: 0;
    z-index: -1;
  }
  #vihalf-section .container {
    position: relative;
    width: 90%;
    max-width: auto;
    min-width: 90%;
    padding: 35px 0 50px;
  }
  #vihalf-section .container .sec_title1 {
    margin-bottom: 0;
  }
  #vihalf-section .container #pankuzu {
    bottom: 20px;
  }
  .page-vi-pic img {
    height: 120px;
  }
  #news-detail img.size-full {
    margin-bottom: 2.5rem;
  }
  #news-detail article[class^=post-] > .content table {
    margin-bottom: 30px;
  }
  #news-detail article[class^=post-] > .content table tr th, #news-detail article[class^=post-] > .content table tr td {
    letter-spacing: 0;
    padding: 10px 5px;
  }
  #news-detail article[class^=post-] > .content table tr th {
    width: 30%;
    padding: 20px 0;
  }
  #news-detail article[class^=post-] > .content table tr td {
    padding: 20px;
  }
  #news-detail article[class^=post-] > .content h1 {
    margin: 1rem 0 2rem;
    line-height: 1.5;
    font-size: 2.5rem;
    font-weight: bold;
  }
  #news-detail article[class^=post-] > .content h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
    line-height: 1.5;
    font-weight: bold;
  }
  #news-detail article[class^=post-] > .content h3 {
    color: #0070d0;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 1rem;
    display: inline-block;
    min-width: 50%;
  }
  #news-detail article[class^=post-] > .content h4 {
    color: white;
    font-weight: bold;
    line-height: 1.5;
    padding: 1rem 1.5rem;
    margin-bottom: 1rem;
    background: #0070d0;
  }
  #news-detail article[class^=post-] > .content h5 {
    color: #0070d0;
    font-weight: bold;
    line-height: 1.5;
    padding: 1rem 1.5rem;
    margin-bottom: 1rem;
    border: 2px solid #0070d0;
  }
  #news-detail article[class^=post-] > .content p {
    margin-bottom: 2rem;
  }
  #news-detail article[class^=post-] > .content a {
    text-decoration: underline;
    color: #0070d0;
  }
  #news-detail article[class^=post-] > .content h2.caption {
    box-sizing: border-box;
    color: #000 !important;
    font-size: 2.1rem;
    line-height: 1.5;
    border-bottom: 1px solid #f2f9ff;
    border-radius: 0;
    margin-bottom: 3rem !important;
    background: none;
    box-shadow: none;
    display: block;
    text-align: left;
  }
  #news-detail article[class^=post-] > .content ul {
    margin: 2rem 0 3rem;
    list-style: disc;
    padding-left: 2rem;
  }
  #news-detail article[class^=post-] > .content ul li {
    line-height: 1.5;
    margin-bottom: 1.5rem;
  }
  #news-detail article[class^=post-] > .content .btn {
    text-align: right;
    margin: 1rem 0 1rem;
  }
  #news-detail article[class^=post-] > .content .btn > a {
    text-decoration: none !important;
    text-align: left;
    min-width: 250px;
  }
  #news-detail 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;
  }
  #news-detail article[class^=post-] > .content .gallery_card article:nth-of-type(2n) {
    margin-left: 2rem;
  }
  #news-detail article[class^=post-] > .content .gallery_card article .pic {
    line-height: 0.5;
  }
  #news-detail article[class^=post-] > .content .gallery_card article .pic img {
    width: 100%;
    margin: 0;
  }
  #news-detail article[class^=post-] > .content .gallery_card article .txt {
    line-height: 1;
    padding: 1rem 2rem;
  }
  #news-detail article[class^=post-] > .content .gallery_card article .txt h3 {
    font-size: 1.5rem;
    margin: 0;
  }
  #news-detail article[class^=post-] > .content iframe {
    width: 100%;
    height: 40rem;
    margin-bottom: 2rem;
  }
  #news-detail article[class^=post-] > .content img {
    clear: both;
  }
  #news-detail article[class^=post-] > .content img.size-full {
    width: auto;
    margin-bottom: 0px;
  }
  #news-detail 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: #0070d0;
    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: #0070d0;
    color: white;
  }
  #pagination .nav-links .page-numbers.prev, #pagination .nav-links .page-numbers.next {
    background: white;
    border: 1px solid #0070d0;
    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);
    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 {
    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 #0070d0;
    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 {
    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-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);
    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: #0070d0;
    font-size: 13px;
    display: block;
    padding: 10px;
    margin: 0 45px;
  }
  #go-top {
    right: 0px;
    bottom: 50px;
    width: 45px;
    padding: 5px;
  }
  footer#footer .container {
    width: 90%;
  }
  footer#footer .container .content .l {
    width: 100%;
    margin-bottom: 50px;
  }
  footer#footer .container .content .l .foot_logo {
    width: 180px;
    margin: 0 auto 30px;
  }
  footer#footer .container .content .l .foot_info {
    text-align: center;
  }
  footer#footer .container .content .r {
    width: 100%;
  }
  footer#footer .container .content .r .foot_nav {
    justify-content: flex-start;
  }
  footer#footer .container .content .r .foot_nav nav {
    width: 50%;
    display: inline-block;
    margin: 0 0 25px;
  }
  footer#footer .container .content .r .foot_nav nav a {
    font-weight: bold;
  }
  footer#footer .container .content .r .foot_nav nav .footer-nav-menu > li {
    margin-bottom: 14px;
  }
  footer#footer .container .content .r .foot_nav nav .footer-nav-menu > li .sub-menu {
    padding-left: 3px;
    margin-top: 7px;
  }
  footer#footer .container .content .r .foot_nav nav .footer-nav-menu > li .sub-menu > li {
    margin-bottom: 7px;
  }
  footer#foot-credit-section .container p {
    margin: 15px 0;
  }
}
@media screen and (max-width: 732px) {
  body.home #page {
    /*------------------------------------------------------------------*/
    /*------------------------------------------------------------------*/
    /*------------------------------------------------------------------*/
    /*------------------------------------------------------------------*/
    /*------------------------------------------------------------------*/
    /*------------------------------------------------------------------*/
    /*------------------------------------------------------------------*/
    /*------------------------------------------------------------------*/
    /*------------------------------------------------------------------*/
    /*------------------------------------------------------------------*/
    /*------------------------------------------------------------------*/
  }
  body.home #page #vi-section .container .vi_wrap {
    position: relative;
    @incldue cards;
    justify-content: center;
    align-content: center;
    width: 100%;
    height: auto;
  }
  body.home #page #vi-section .container .vi_wrap #vi-slide {
    position: relative;
    left: auto;
    top: auto;
  }
  body.home #page #vi-section .container .vi_wrap #vi-slide .sp-slide img {
    width: 100%;
    height: 100dvh;
    object-fit: cover;
    object-position: top center;
  }
  body.home #page #vi-section .container .vi_wrap .vi_fix_img {
    top: auto;
    bottom: -20px;
    width: 80%;
  }
  body.home #page #vi-section .container .vi_wrap .vi_fix_img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
  }
  body.home #page #vi-section .container .vi_wrap .vi_catch {
    top: auto;
    right: auto;
    left: 15px;
    bottom: 40px;
    text-align: left;
  }
  body.home #page #vi-section .container .vi_wrap .vi_catch h2 {
    font-size: 55px;
    margin-bottom: 5px;
  }
  body.home #page #vi-section .container .vi_wrap .vi_catch h2 strong {
    font-size: 77px;
  }
  body.home #page #vi-section .container .vi_wrap .vi_catch h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  body.home #page #vi-section .container .vi_wrap .vi_catch h1 {
    font-size: 15px;
    text-align: left;
  }
  body.home #page #vi-section .container .vi_wrap .scrolldown_img {
    display: none;
  }
  body.home #page #topics-news-section .container .content .head {
    width: 80px;
  }
  body.home #page #topics-news-section .container .content .head h2 {
    font-size: 15px;
  }
  body.home #page #topics-news-section .container .content .news_feeds_wrap {
    width: calc(100% - 80px);
  }
  body.home #page #topics-news-section .container .content .news_feeds_wrap .inner {
    padding: 15px 20px;
  }
  body.home #page #topics-news-section .container .content .news_feeds_wrap article {
    border-top: 0;
  }
  body.home #page #company-section .container .content .pic {
    width: 70%;
    margin: 0 auto 20px;
    border-bottom-left-radius: 20px;
  }
  body.home #page #company-section .container .content .txt {
    width: 100%;
  }
  body.home #page #company-section .container .map {
    position: absolute;
    left: 410px;
    top: 20px;
    width: 650px;
    z-index: -1;
  }
  body.home #page #top-loop-slide-section .container {
    width: 100%;
    max-width: 100%;
  }
  body.home #page #services-section .container {
    width: 95%;
    max-width: auto;
    min-width: 95%;
    margin-left: 5%;
  }
  body.home #page #services-section .container:after {
    width: 100%;
    height: 700px;
    top: -40px;
    left: 30px;
    background-size: 260%;
    background-position: left top;
  }
  body.home #page #services-section .container .txt {
    padding: 30px 0 0;
    margin-bottom: 20px;
  }
  body.home #page #services-section .container .txt .sec_title2 {
    width: 100%;
    margin-bottom: 0;
  }
  body.home #page #services-section .container .txt p {
    width: calc(100% - 50px);
  }
  body.home #page #services-section .container .txt .btn {
    margin-top: 12px;
  }
  body.home #page #achievements-section {
    background: #3E93DB;
    background: -webkit-linear-gradient(135deg, rgb(62, 147, 219) 0%, rgb(0, 81, 208) 85%);
    background: -moz-linear-gradient(135deg, rgb(62, 147, 219) 0%, rgb(0, 81, 208) 85%);
    background: linear-gradient(135deg, rgb(62, 147, 219) 0%, rgb(0, 81, 208) 85%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3E93DB", endColorstr="#0051D0", GradientType=0);
  }
  body.home #page #achievements-section .container {
    width: 90%;
    max-width: auto;
    min-width: 90%;
  }
  body.home #page #achievements-section .container .content .txt {
    order: 2;
    width: 100%;
  }
  body.home #page #achievements-section .container .content .txt .btn {
    margin-top: 30px;
  }
  body.home #page #achievements-section .container .content .slide_wrap {
    order: 1;
    width: 100%;
    margin: 0;
  }
  body.home #page #achievements-section .container .content .slide_wrap article.post-achievements .thumb {
    margin-bottom: 15px;
  }
  body.home #page #achievements-section .container .content .slide_wrap article.post-achievements .thumb a img {
    height: 250px;
  }
  body.home #page #achievements-section .container .content .slide_wrap article.post-achievements .post_txt {
    padding-left: 15px;
  }
  body.home #page #facility-quality-section .container {
    width: 90%;
    max-width: auto;
    min-width: 90%;
  }
  body.home #page #facility-quality-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;
  }
  body.home #page #facility-quality-section .container .content article {
    width: 100%;
    margin-bottom: 25px;
  }
  body.home #page #facility-quality-section .container .content article:last-of-type {
    margin-bottom: 0;
  }
  body.home #page #facility-quality-section .container .content article .txt {
    padding: 25px 20px;
  }
  body.home #page #facility-quality-section .container .content article .txt .sec_title1 {
    margin-bottom: 20px;
  }
  body.home #page #facility-quality-section .container .content article .txt .sec_title1 h3 {
    font-size: 35px;
  }
  body.home #page #facility-quality-section .container .content article .txt .sec_title2 {
    margin-bottom: 15px;
  }
  body.home #page #facility-quality-section .container .content article .txt .sec_title2 h2 {
    font-size: 25px;
  }
  body.home #page #facility-quality-section .container .content article .txt p {
    padding: 0 0px;
    min-height: auto;
  }
  body.home #page #facility-quality-section .container .content article .txt .btn {
    margin-top: 0px;
  }
  body.home #page #recruit-section .container {
    width: 90%;
    min-width: 90%;
  }
  body.home #page #recruit-section .container .content .pic {
    width: 100%;
    margin-left: -5vw;
    margin-bottom: 30px;
    border-bottom-right-radius: 30px;
  }
  body.home #page #recruit-section .container .content .pic img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    object-position: top left;
  }
  body.home #page #recruit-section .container .content .txt {
    width: 100%;
  }
  body.home #page #recruit-section .container .content .txt .btn {
    margin-top: 35px;
  }
  body.home #page #recruit-section .container .symbol {
    position: absolute;
    left: 480px;
    top: -220px;
    width: 780px;
    z-index: 1;
  }
  body.home #page #news-section .btn {
    text-align: right;
    margin-top: 50px;
  }
  body.home #page .loop_slide_wrap #loopslider-1,
  body.home #page .loop_slide_wrap #loopslider-2 {
    height: 140px;
  }
  body.home #page .loop_slide_wrap #loopslider-1 ul,
  body.home #page .loop_slide_wrap #loopslider-2 ul {
    height: 140px;
  }
  body.home #page .loop_slide_wrap #loopslider-1 ul li,
  body.home #page .loop_slide_wrap #loopslider-2 ul li {
    width: 190px;
    height: 140px;
  }
  body.home #page .loop_slide_wrap #loopslider-1 ul li img,
  body.home #page .loop_slide_wrap #loopslider-2 ul li img {
    width: 190px;
    height: 140px;
  }
  /*------------------------------------------------------------------*/
  .news_feeds_wrap article .inner {
    padding: 15px 0px;
  }
  .news_feeds_wrap article .inner .post-date {
    width: 50px;
    margin-right: 15px;
    line-height: 1.5;
  }
  .news_feeds_wrap article .inner .post-cat {
    margin-right: 10px;
    line-height: 1.5;
  }
  .news_feeds_wrap article .inner .post-cat li {
    margin-right: 10px;
    text-align: center;
  }
  .news_feeds_wrap article .inner .post-cat li a {
    padding: 3px 10px;
    font-size: 12px;
    width: 80px;
  }
  .news_feeds_wrap article .inner .post-title {
    width: 100%;
    margin-top: 5px;
  }
  .news_feeds_wrap article .inner .post-title a {
    line-height: 1.5;
  }
  .cta_section_type_1 .inner {
    padding: 30px 20px;
  }
  .cta_section_type_1 .inner:after {
    right: -10px;
    bottom: -10px;
  }
  .cta_section_type_1 .inner h2 {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .cta_section_type_1 .inner .btn a {
    margin: 10px 10px 0;
  }
  #page-404 .container {
    width: 90%;
  }
  #wrapper.news #news-detail .container {
    width: 90%;
  }
  #wrapper.news #news-detail .container .inner {
    padding: 20px;
  }
  #wrapper.news #news-detail .post-header {
    margin-bottom: 20px;
  }
  #wrapper.news #news-detail .post-header .post-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  #wrapper.news #news-detail .post-header ul.post-cat {
    margin-bottom: 15px;
  }
  #wrapper.news #news-detail .content {
    margin-bottom: 40px;
  }
  #page-head-section {
    text-align: center;
  }
  #page-company #greeting-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;
  }
  #page-company #greeting-section .content .pic {
    width: 100%;
    margin-left: -5vw;
  }
  #page-company #greeting-section .content .txt {
    width: 100%;
  }
  #page-company #customer-section .customer_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: space-between;
  }
  #page-company #customer-section .customer_list article {
    width: calc(50% - 10px);
    margin: 0 0 20px;
  }
  #page-services > section > .container > .vi {
    margin-bottom: 55px;
  }
  #page-services > section > .container > .vi .pic {
    margin-bottom: 20px;
  }
  #page-services > section > .container > .vi p {
    padding: 0 15px;
    font-weight: bold;
  }
  #page-services #service-1-section .service_list 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: 30px;
  }
  #page-services #service-1-section .service_list article:last-of-type {
    margin-bottom: 0;
  }
  #page-services #service-1-section .service_list article .pic {
    width: 100%;
    margin-left: -5vw;
    margin-bottom: 20px;
  }
  #page-services #service-1-section .service_list article .pic img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    object-position: center;
  }
  #page-services #service-1-section .service_list article .txt {
    width: 100%;
  }
  #page-services #service-1-section .service_list article .txt h2 {
    font-size: 25px;
    line-height: 1.5;
  }
  #page-services #service-1-section .service_list article .txt p {
    margin-top: 5px;
  }
  #page-services #service-1-section .service_list article:nth-of-type(2n) .pic {
    order: 1;
  }
  #page-services #service-1-section .service_list article:nth-of-type(2n) .txt {
    order: 2;
  }
  #page-services #service-2-section .flow_list article {
    padding-left: 35px;
  }
  #page-services #service-2-section .flow_list article:before {
    top: -4px;
  }
  #page-services #service-2-section .flow_list article h2 {
    font-size: 15px;
    margin-bottom: 5px;
  }
  #page-services #service-2-section .flow_list article h3 {
    width: 100%;
    font-size: 25px;
    line-height: 1.5;
  }
  #page-services #service-3-section .cards .pic {
    width: 100%;
  }
  #page-services #service-3-section .gallery_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: space-between;
  }
  #page-services #service-3-section .gallery_list .pic {
    width: calc(50% - 2px);
    margin: 0 0 4px;
  }
  #page-services #service-3-section .gallery_list .pic:nth-of-type(3n+1) {
    width: 100%;
  }
  #page-facilities #facility-1-section .facility_list > article {
    margin-bottom: 30px;
  }
  #page-facilities #facility-1-section .facility_list > article .pic {
    width: 100%;
    margin-bottom: 15px;
  }
  #page-facilities #facility-1-section .facility_list > article .txt {
    width: 100%;
  }
  #page-facilities #facility-1-section .facility_list > article .txt h2 {
    font-size: 25px;
    margin-bottom: 10px;
  }
  #page-facilities #facility-1-section .facility_list > article .txt .detail {
    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-facilities #facility-1-section .facility_list > article .txt .detail article {
    width: 100%;
    margin: 0;
  }
  #page-facilities #facility-1-section .facility_list > article .txt .detail article h3 {
    width: 75px;
    color: white;
    font-size: 13px;
    margin-right: 10px;
  }
  #page-facilities #facility-1-section .facility_list > article .txt .detail article h4 {
    width: calc(100% - 75px - 10px);
  }
  #page-facilities #facility-1-section .facility_list > article .txt > p {
    margin-top: 5px;
  }
  #page-quality-control > section > .container > .vi {
    margin-bottom: 65px;
    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-quality-control > section > .container > .vi .pic {
    width: 100%;
    margin-bottom: 20px;
  }
  #page-quality-control > section > .container > .vi .txt {
    width: 100%;
  }
  #page-quality-control > section > .container > .vi .txt .sec_title3 {
    margin-bottom: 25px;
  }
  #page-quality-control > section > .container > .vi .txt p {
    margin-top: 5px;
  }
  #page-quality-control #quality-1-section .container,
  #page-quality-control #quality-2-section .container {
    width: 90%;
    max-width: auto;
    min-width: 90%;
  }
  #page-quality-control #quality-1-section .quality_slide_wrap .inner .pic {
    margin-bottom: 20px;
  }
  #page-quality-control #quality-1-section .quality_slide_wrap .inner .txt {
    padding: 0 20px;
  }
  #page-quality-control #quality-1-section .quality_slide_wrap .inner .txt h2 {
    border-left: 1px solid #0070d0;
    padding-left: 15px;
    font-size: 20px;
    line-height: 1.5;
    font-weight: bold;
  }
  #page-quality-control #quality-2-section .quality_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;
  }
  #page-quality-control #quality-2-section .quality_list article {
    width: 100%;
    margin-bottom: 30px;
  }
  #page-quality-control #quality-2-section .quality_list article:last-of-type {
    margin-bottom: 0;
  }
  #page-quality-control #quality-2-section .quality_list article .pic {
    margin-bottom: 20px;
  }
  #page-quality-control #quality-2-section .quality_list article .txt {
    padding: 0 0;
  }
  #page-recruit #page-head-section .link_list {
    margin-top: 20px;
    justify-content: space-between;
  }
  #page-recruit #page-head-section .link_list a {
    width: 49%;
    margin: 5px 0;
    padding: 15px;
    min-width: auto;
  }
  #page-recruit #interview-section .container {
    width: 90%;
    max-width: auto;
    min-width: 90%;
  }
  #page-recruit #interview-section .interview_content_wrap article.interview_head {
    margin-bottom: 25px;
    justify-content: flex-end;
  }
  #page-recruit #interview-section .interview_content_wrap article.interview_head .job_ttl {
    font-size: 35px;
    margin-bottom: 7px;
  }
  #page-recruit #interview-section .interview_content_wrap article.interview_head .name {
    font-size: 20px;
  }
  #page-recruit #interview-section .interview_content_wrap article.interview {
    margin-bottom: 25px;
  }
  #page-recruit #interview-section .interview_content_wrap article.interview:last-of-type {
    margin-bottom: 0;
  }
  #page-recruit #interview-section .interview_content_wrap article.interview > h3 {
    font-size: 15px;
  }
  #page-recruit #interview-section .interview_content_wrap article.interview > h3:before {
    padding: 7px;
  }
  #page-recruit #interview-section .interview_content_wrap article.interview.message p {
    padding: 15px 20px;
  }
  #page-recruit #interview-section .interview_content_wrap > article {
    margin-bottom: 50px;
  }
  #page-recruit #interview-section .interview_content_wrap > article .sec_1 {
    margin-bottom: 20px;
  }
  #page-recruit #interview-section .interview_content_wrap > article .sec_1 .vi {
    width: 100%;
    margin-left: -5vw;
    margin-bottom: 15px;
    border-bottom-right-radius: 30px;
  }
  #page-recruit #interview-section .interview_content_wrap > article .sec_1 .vi img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    object-position: top center;
  }
  #page-recruit #interview-section .interview_content_wrap > article .sec_1 .txt {
    width: 100%;
  }
  #page-recruit #interview-section .interview_content_wrap > article .sec_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;
    margin-bottom: 30px;
  }
  #page-recruit #interview-section .interview_content_wrap > article .sec_2 .pic {
    width: calc(50% - 2px);
    margin-bottom: 4px;
  }
  #page-recruit #interview-section .interview_content_wrap > article .sec_2 .pic:nth-of-type(1) {
    width: 100%;
  }
  #page-recruit #culture-section .culture_list > .culture {
    margin-bottom: 35px;
  }
  #page-recruit #culture-section .culture_list > .culture .sec_title2 h2 {
    font-size: 25px;
  }
  #page-recruit #culture-section .culture_list > .culture article {
    margin-bottom: 25px;
  }
  #page-recruit #culture-section .culture_list > .culture article:last-of-type {
    margin-bottom: 0;
  }
  #page-recruit #culture-section .culture_list > .culture article h3 {
    font-size: 18px;
    padding-left: 18px;
    margin-bottom: 0px;
  }
  #page-recruit #culture-section .culture_list > .culture .table_type_normal th {
    width: 80px;
  }
  #page-recruit #flow-section .flow_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;
  }
  #page-recruit #flow-section .flow_list article {
    width: 100%;
    padding: 20px 25px;
    position: relative;
    margin: 0 0 30px;
  }
  #page-recruit #flow-section .flow_list article:after {
    right: auto;
    top: auto;
    bottom: -40px;
    right: calc((100% - 13px) / 2);
    transform: rotate(90deg);
  }
  #page-recruit #flow-section .flow_list article > h2 {
    font-size: 35px;
    text-align: center;
    margin-bottom: 10px;
  }
  #page-recruit #flow-section .flow_list article > h2 em {
    display: block;
    font-size: 20px;
  }
  #page-recruit #flow-section .flow_list article p {
    margin: 0;
    line-height: 1.5;
  }
  #page-recruit #faq-section .faq_list {
    margin-bottom: 50px;
  }
  #page-recruit #faq-section .faq_list .sec_title2 h2 {
    font-size: 25px;
  }
  #page-recruit #faq-section .faq_list article {
    margin-bottom: 25px;
  }
  #page-recruit #faq-section .faq_list article .q h2 {
    position: relative;
    padding: 10px;
    padding-left: 45px;
    font-size: 15px;
    line-height: 1.5;
    font-size: 15px;
  }
  #page-recruit #faq-section .faq_list article .q h2:before {
    width: 30px;
    height: 34px;
    padding: 7px;
    margin-right: 15px;
    position: absolute;
    left: 0;
    top: 0;
  }
  #page-recruit #faq-section .faq_list article .a {
    background: #f2f9ff;
    padding: 20px 35px;
  }
  #page-recruit #faq-section .faq_list article .a p {
    margin: 0;
  }
  #page-achievements #achievements-feeds-section {
    background: #f2f9ff;
  }
  #page-achievements #achievements-feeds-section .container #achievements_list article.post-achievements {
    width: calc(50% - 5px);
    margin-bottom: 20px;
  }
  #page-achievements #achievements-feeds-section .container #achievements_list article.post-achievements .thumb {
    margin-bottom: 15px;
  }
  #page-achievements #achievements-feeds-section .container #achievements_list article.post-achievements .thumb a img {
    width: 100%;
    height: 150px;
  }
  #page-achievements #achievements-feeds-section .container #achievements_list article.post-achievements .post_txt {
    padding-left: 13px;
  }
  #page-achievements #achievements-detail-section #achievements-detail .post_head h2 {
    font-size: 22px;
  }
  #page-achievements #achievements-detail-section #achievements-detail .post_vi {
    margin-bottom: 40px;
  }
  #page-achievements #achievements-detail-section #achievements-detail .post_vi img {
    height: auto;
    object-fit: contain;
  }
  #page-achievements #achievements-detail-section #achievements-detail .post_content .l {
    width: 100%;
  }
  #page-achievements #achievements-detail-section #achievements-detail .post_content .l .table_type_company th {
    width: 60px;
    padding: 20px 10px;
  }
  #page-achievements #achievements-detail-section #achievements-detail .post_content .l .table_type_company td {
    padding: 20px 30px;
  }
  #page-achievements #achievements-detail-section #achievements-detail .post_content .r {
    width: 100%;
  }
  #page-achievements #achievements-detail-section #achievements-detail .post_content .r .txt h3 {
    color: #0070d0;
    font-weight: bold;
    font-size: 20px;
  }
  #page-contact-confirm .intro h2.ttl,
  #page-contact-thanks .intro h2.ttl {
    font-size: 15px;
    line-height: 1.5;
    padding: 10px 0;
    text-align: center;
  }
  #page-contact #privacy-policy-section article {
    margin-bottom: 25px;
  }
  #page-contact #privacy-policy-section article h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  #page-contact #privacy-policy-section article ul {
    padding-left: 20px;
    margin-bottom: 20px;
  }
  #page-contact #privacy-policy-section article ul li {
    padding-left: 16px;
    position: relative;
    line-height: 1.5;
    margin: 7px 0;
  }
  #page-contact #privacy-policy-section article ul li:before {
    content: "・";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
  }
  #contact-form-section .container > .inner {
    padding: 30px 25px;
    width: 100%;
  }
  #contact-form-section .container > .inner .intro {
    margin-bottom: 30px;
  }
  #contact-form-section .container > .inner .tel_list {
    width: 100%;
    margin: 0 auto 45px;
  }
  #contact-form-section .container > .inner .tel_list .list article {
    padding: 15px;
    display: block;
    text-align: center;
  }
  #contact-form-section .container > .inner .tel_list .list article a {
    display: inline-block;
    font-size: 25px;
    color: #0070d0;
    font-weight: bold;
    font-family: "Poppins", sans-serif;
  }
  #contact-form-section .container > .inner .form_ttl {
    border-bottom: 1px solid rgb(216.75, 216.75, 216.75);
    margin-bottom: 20px;
  }
  #contact-form-section .container > .inner .form_ttl h3 {
    text-align: center;
    padding: 20px 10px;
  }
  #contact-form-section .container > .inner .form_ttl .memo {
    padding: 20px;
  }
  #contact-form-section .container > .inner .form_ttl .memo p {
    text-align: left;
  }
  #contact-form-section .container > .inner .form_ttl .memo p br {
    display: none;
  }
  .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: #0036b5;
    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: #0070d0;
    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] {
    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: #0070d0;
    position: absolute;
    right: 1rem;
    top: 1rem;
  }
  .form-wrap form .birth select {
    min-width: 100px;
    display: inline-block;
    margin-right: 1.5rem;
  }
}
