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

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

a:hover {
  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,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  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;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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 {
  height: auto;
  background: #fff;
  color: #2d2b2c;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", 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: #000;
  text-decoration: none;
  cursor: pointer;
}

a:hover, a:focus, a:active {
  color: none;
  text-decoration: none;
  outline: 0;
}

.button-hover, #pager .prev > a:hover,
#pager .next > a:hover,
#pager .list > a:hover, #pagination ul > li > a.arrow:hover, #pagination ul > li > a.page:hover {
  margin-top: 1px;
  margin-bottom: -1px;
}

hr {
  background-color: #f4f4f4;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

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

p, span, address, th, td, a {
  font-weight: 400;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
}

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

dfn, cite, em, i {
  font-style: normal;
}

blockquote {
  margin: 0 1.5rem;
}

address {
  margin: 0;
  margin-bottom: 1.5rem;
  font-style: normal;
}

pre {
  overflow: auto;
  margin-bottom: 1.6rem;
  padding: 1.6rem;
  max-width: 100%;
  background: #f4f4f4;
  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 #2d2b2c;
  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;
}

ul li {
  font-style: normal;
}

ol {
  list-style: decimal;
}

ol li {
  line-height: 1.5;
  margin-bottom: 1rem;
}

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

.list-inline, #pagination ul, #pankuzu #breadcrumb ul {
  padding-left: 0;
  list-style: none;
  font-size: 0;
}

.list-inline > li, #pagination ul > li, #pankuzu #breadcrumb ul > li {
  display: inline-block;
  font-size: 15px;
  font-size: 1.5rem;
}

.font-size-small .list-inline > li, .font-size-small #pagination ul > li, #pagination .font-size-small ul > li, .font-size-small #pankuzu #breadcrumb ul > li, #pankuzu #breadcrumb .font-size-small ul > li {
  font-size: 12px;
  font-size: 1.2rem;
}

.font-size-large .list-inline > li, .font-size-large #pagination ul > li, #pagination .font-size-large ul > li, .font-size-large #pankuzu #breadcrumb ul > li, #pankuzu #breadcrumb .font-size-large ul > 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: #003894;
  color: #fff;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
}

.button:hover, .button:active, .button:focus {
  border-color: transparent;
  background: #0055e1;
  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 #d9d9d9;
  border-radius: 1rem;
  background: #f4f4f4;
  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 #d9d9d9;
}

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

.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: 90%;
  max-width: 1500px;
  min-width: 1000px;
  padding: 80px 30px;
  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 0;
  width: 100%;
}

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

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

.wp-caption {
  margin-bottom: 1.5rem;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075rem 0;
}

.wp-caption-text {
  text-align: center;
}

.gallery {
  margin-bottom: 1.5rem;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

#wrapper {
  background-image: url("images/common/wrapper_bg.png");
  background-size: 1200px;
  background-repeat: repeat-y;
  background-position: top center;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none !important;
}

.sp-space {
  display: none !important;
}

img {
  pointer-events: none;
}

p, span, a, th, td {
  font-weight: 500 !important;
}

:target::before {
  content: "";
  display: block;
  height: 95px;
  margin-top: -95px;
}

*:focus {
  outline: none;
}

.youtube_wrap {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}

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

/*primary--ボタンスタイル-------*/
/*more btn*/
.btn_1 {
  color: #003894;
  border-bottom: 1px solid #003894;
  font-family: "Prompt", sans-serif;
  margin-bottom: 40px;
  display: inline-block;
  position: relative;
  padding: 10px 10px;
  min-width: 250px;
  text-align: left;
}

.btn_1:after {
  content: '';
  width: 39px;
  height: 5px;
  background-image: url("images/common/arrow_r_b.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  right: 10px;
  bottom: 20px;
  margin-left: 30px;
}

.btn_1.c_w {
  color: white;
  border-bottom-color: white;
}

.btn_1.c_w:after {
  background-image: url("images/common/arrow_r_w.png");
}

.btn_2 {
  background: white;
  border-radius: 100px;
  text-align: center;
  padding: 15px;
  min-width: 250px;
  display: inline-block;
}

/*共通見出し*/
.sec_title1 {
  margin-bottom: 15px;
  line-height: 1.5;
  letter-spacing: 0.3rem;
}

.sec_title1 h3 {
  font-size: 45px;
  font-weight: 300;
  font-family: "Prompt", sans-serif;
  color: #003894;
}

.sec_title1 h2 {
  margin-bottom: 10px;
  font-weight: 500;
}

.sec_title1 h2:before {
  content: '－';
  display: inline-block;
  margin-right: 10px;
  color: #003894;
}

.sec_title2 {
  margin-bottom: 30px;
  line-height: 1.5;
  color: #003894;
  text-align: center;
}

.sec_title2 h2 {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.8rem;
}

.sec_title2 h2:after {
  content: '';
  display: block;
  margin: 15px auto 0;
  width: 35px;
  height: 1px;
  background: #003894;
}

.ttl_underline {
  font-size: 25px;
  line-height: 1.7;
  letter-spacing: 0.3rem;
}

.ttl_underline strong {
  background: linear-gradient(transparent 70%, #8fd7ff 70%);
}

.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;
}

.table_type_1 table tr th, .table_type_1 table tr td {
  border-bottom: 1px solid #9f9f9f;
  padding: 20px 0;
  line-height: 1.7;
  font-size: 17px;
}

.table_type_1 table tr th {
  font-weight: normal;
  text-align: left;
  min-width: 150px;
}

.table_type_1 table tr td em {
  display: inline-block;
  font-size: 90%;
}

.table_type_1 table tr td .content article {
  margin: 7px 0;
}

.table_type_1.color_w th, .table_type_1.color_w td {
  color: white;
}

.table_type_2 {
  margin-bottom: 6rem;
}

.table_type_2 .txt_r {
  text-align: right;
}

.table_type_2 table tr th, .table_type_2 table tr td {
  border: 1px solid #39508a;
  padding: 1.5rem 3rem;
}

.table_type_2 table tr th {
  background: #003894;
  font-weight: normal;
  color: white;
}

.table_type_2 table tr .w40 {
  width: 40%;
}

.table_type_2 table tr .w60 {
  width: 60%;
}

.table_type_2 table tr td {
  line-height: 1.5;
  background: white;
}

.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: #003894;
  display: inline-block;
  margin-right: 1rem;
}

.list_type_bar ul li a {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  color: #003894;
}

.sp-buttons .sp-button {
  border-bottom-color: #003894;
  width: 8px;
  height: 8px;
}

.sp-buttons .sp-selected-button {
  background-color: #003894;
}

#pankuzu {
  text-align: right;
  width: 100%;
}

#pankuzu .container {
  padding: 15px 30px;
}

#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 {
  display: none;
}

#wrapper {
  margin-top: 95px;
}

#header {
  width: 100%;
  background-color: white;
  border-bottom: solid 1px #003894;
  position: fixed;
  z-index: 9999;
  top: 0;
}

#header .container {
  padding: 15px 25px;
  width: 100%;
}

#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;
  align-items: center;
}

#header .container .content .head_logo a {
  width: 180px;
  display: block;
}

#header .container .content #gnav nav ul.header-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;
}

#header .container .content #gnav nav ul.header-menu li a {
  display: block;
  padding: 15px;
  font-family: "Prompt", sans-serif;
  font-size: 1.7rem;
}

#side-fix-btn {
  position: fixed;
  display: block;
  right: 0;
  top: 30rem;
  background: orange;
  color: white;
  z-index: 1000;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  border-top: 4px solid #003894;
  border-left: 4px solid #003894;
  border-bottom: 4px solid #003894;
  writing-mode: vertical-rl;
}

#side-fix-btn a {
  display: block;
  color: white;
  border-radius: 1rem 0 0 1rem;
  text-align: center;
  line-height: 1.3;
  padding: 1.5rem;
}

#side-fix-btn a:before {
  margin-bottom: 0.5rem;
  font-size: 3rem;
  line-height: 1;
  content: '\f0e0';
  font-family: fontawesome;
  display: inline-block;
}

#vihalf-section .container {
  padding: 0;
  width: 100%;
}

#vihalf-section .container .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}

#vihalf-section .container .content .txt {
  width: 300px;
  line-height: 1.5;
  padding-left: 50px;
}

#vihalf-section .container .content .txt h3 {
  font-size: 60px;
  color: #003894;
  font-family: "Prompt", sans-serif;
  letter-spacing: 0.3rem;
}

#vihalf-section .container .content .txt h2 {
  font-size: 25px;
  letter-spacing: 0.5rem;
}

#vihalf-section .container .content .pic {
  width: calc((100% - 300px) - 70px);
}

#vihalf-section .container .content .pic img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 270px;
}

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

#primary article[class^="post-"] > .content table {
  width: 100%;
  margin-bottom: 3rem;
}

#primary article[class^="post-"] > .content table tr th, #primary article[class^="post-"] > .content table tr td {
  border: 1px solid #9f9f9f;
  line-height: 1;
  padding: 15px 23px;
  font-size: 1.5rem;
}

#primary article[class^="post-"] > .content table tr th {
  background: #f4f4f4;
  width: 30%;
  font-weight: bold;
  text-align: center;
}

#primary article[class^="post-"] > .content table tr td {
  line-height: 1.5em;
}

#primary article[class^="post-"] > .content table tr td > p {
  margin: 0;
}

#primary article[class^="post-"] > .content h1 {
  margin: 1rem 0 2rem;
  line-height: 1.5;
  font-size: 2.5rem;
  font-weight: bold;
}

#primary article[class^="post-"] > .content h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  line-height: 1.5;
  padding-left: 1.5rem;
  border-left: 0.5rem solid #003894;
  font-weight: bold;
}

#primary article[class^="post-"] > .content h3 {
  color: #003894;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 1rem;
  display: inline-block;
  min-width: 50%;
  background: white;
}

#primary article[class^="post-"] > .content h4 {
  color: white;
  font-weight: bold;
  line-height: 1.5;
  padding: 1rem 1.5rem;
  margin-bottom: 1rem;
  background: #003894;
}

#primary article[class^="post-"] > .content h5 {
  color: #003894;
  background: white;
  font-weight: bold;
  line-height: 1.5;
  padding: 1rem 1.5rem;
  margin-bottom: 1rem;
  border: 2px solid #003894;
}

#primary article[class^="post-"] > .content p {
  font-size: 1.5rem;
  margin-bottom: 2rem;
}

#primary article[class^="post-"] > .content a {
  text-decoration: underline;
  color: #003894;
}

#primary article[class^="post-"] > .content h2.caption {
  box-sizing: border-box;
  color: #000 !important;
  font-size: 2.1rem;
  line-height: 1.5;
  padding: 2rem !important;
  border-bottom: 2px solid #8fd7ff;
  border-left: 0px !important;
  border-radius: 0;
  margin-bottom: 4rem !important;
  background: none;
  box-shadow: none;
  display: block;
  text-align: left;
}

#primary article[class^="post-"] > .content h2.caption:before {
  content: '\f068';
  font-family: fontawesome;
  display: inline-block;
  margin-right: 2rem;
  color: #003894;
}

#primary article[class^="post-"] > .content ul {
  margin: 2rem 0 3rem;
  list-style: disc;
  padding-left: 4rem;
}

#primary article[class^="post-"] > .content ul li {
  line-height: 1.5;
  margin-bottom: 1.5rem;
  font-style: normal;
}

#primary article[class^="post-"] > .content .btn {
  text-align: right;
  margin: 1rem 0 1rem;
}

#primary article[class^="post-"] > .content .btn > a {
  text-decoration: none !important;
  min-width: 250px;
  font-size: 1.8rem;
}

#primary article[class^="post-"] > .content .btn > a.btn_1 {
  color: black;
}

#primary article[class^="post-"] > .content .btn > a.btn_2 {
  color: white;
  text-align: center;
}

#primary article[class^="post-"] > .content .btn > a.btn_3 {
  color: #003894;
}

#primary article[class^="post-"] > .content .gallery_card article {
  width: calc((100% / 2) - 1rem);
  box-shadow: 0 0 1rem 0.5rem #f4f4f4;
  background: white;
  text-align: center;
  margin-bottom: 2rem;
}

#primary article[class^="post-"] > .content .gallery_card article:nth-of-type(2n) {
  margin-left: 2rem;
}

#primary article[class^="post-"] > .content .gallery_card article .pic {
  line-height: 0.5;
}

#primary article[class^="post-"] > .content .gallery_card article .pic img {
  width: 100%;
  margin: 0;
}

#primary article[class^="post-"] > .content .gallery_card article .txt {
  line-height: 1;
  padding: 1rem 2rem;
}

#primary article[class^="post-"] > .content .gallery_card article .txt h3 {
  font-size: 1.5rem;
  margin: 0;
}

#primary article[class^="post-"] > .content iframe {
  width: 100%;
  height: 40rem;
  margin-bottom: 2rem;
}

#primary article[class^="post-"] > .content img {
  clear: both;
}

#primary article[class^="post-"] > .content img.size-full {
  width: auto;
  margin-bottom: 0px;
}

#primary article[class^="post-"] > .content img.size-large {
  margin-bottom: 0rem;
}

#pagination {
  margin-top: 60px;
  margin-bottom: 30px;
}

#pagination ul {
  text-align: center;
}

#pagination ul > li > a {
  vertical-align: middle;
}

#pagination ul > li > a.page {
  display: inline-block;
  margin: 0 8px;
  width: 27px;
  height: 27px;
  border: solid 2px #003894;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 2px 2px 0px 0px #d9d9d9;
  color: #003894;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  line-height: 24px;
}

.font-size-small #pagination ul > li > a.page {
  font-size: 10.4px;
  font-size: 1.04rem;
}

.font-size-large #pagination ul > li > a.page {
  font-size: 15.6px;
  font-size: 1.56rem;
}

#pagination ul > li > a.page.current {
  background-color: #003894;
  color: #fff;
}

#pagination ul > li > a.arrow {
  display: inline-block;
  margin: 0 8px;
  width: 15px;
  height: 27px;
  border: none 0 transparent;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

#pagination ul > li > a.arrow.prev {
  background-image: url(images/pagination/icon-arrow-left.png);
}

#pagination ul > li > a.arrow.next {
  background-image: url(images/pagination/icon-arrow-right.png);
}

#pager {
  position: relative;
  margin: 6rem auto 0;
  text-align: center;
  min-height: 70px;
  width: 90%;
}

#pager .prev > a,
#pager .next > a,
#pager .list > a {
  display: inline-block;
  box-sizing: border-box;
  width: 140px;
  height: 27px;
  border: solid 2px #000;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 2px 2px 0px 0px #d9d9d9;
  color: #000;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  text-decoration: none;
  line-height: 24px;
}

.font-size-small #pager .prev > a, .font-size-small #pager .next > a, .font-size-small #pager .list > a {
  font-size: 10.4px;
  font-size: 1.04rem;
}

.font-size-large #pager .prev > a, .font-size-large #pager .next > a, .font-size-large #pager .list > a {
  font-size: 15.6px;
  font-size: 1.56rem;
}

#pager .prev {
  position: absolute;
  top: 0;
  left: 0;
}

#pager .prev > a:before {
  display: inline-block;
  vertical-align: middle;
  content: '\f053';
  margin-right: 1rem;
  font-family: FontAwesome;
}

#pager .next {
  position: absolute;
  top: 0;
  right: 0;
}

#pager .next > a:after {
  display: inline-block;
  vertical-align: middle;
  content: '\f054';
  margin-left: 1rem;
  font-family: FontAwesome;
}

#pager .list {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -70px;
}

footer#footer-contact-section {
  background-image: url("images/common/contact_bg.jpg");
}

footer#footer-contact-section .container {
  width: 1000px;
}

footer#footer-contact-section .container .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: flex-end;
}

footer#footer-contact-section .container .content .head {
  width: 520px;
}

footer#footer-contact-section .container .content .head p {
  margin: 0;
}

footer#footer-contact-section .container .content .info {
  width: 400px;
}

footer#footer-contact-section .container .content .info .tel {
  margin-bottom: 25px;
}

footer#footer-contact-section .container .content .info .btn a {
  display: block;
  border: 1px solid #003894;
  color: #003894;
  text-align: center;
  padding: 15px;
  line-height: 1.5;
  background: white;
}

footer#footer-contact-section .container .content .info .btn a:before {
  content: '\f0e0';
  font-family: fontawesome;
  display: inline-block;
  margin-right: 15px;
  vertical-align: top;
}

footer#footer {
  background: #00a0e9;
  background: -moz-linear-gradient(90deg, #00a0e9 25%, #003894 75%);
  background: -webkit-linear-gradient(90deg, #00a0e9 25%, #003894 75%);
  background: linear-gradient(90deg, #00a0e9 25%, #003894 75%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00a0e9",endColorstr="#003894",GradientType=1);
}

footer#footer .container {
  color: white;
}

footer#footer .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 .content .foot_info {
  width: calc((100% - 600px));
}

footer#footer .content .foot_info .foot_logo {
  width: 300px;
  margin-bottom: 20px;
}

footer#footer .content .foot_info address, footer#footer .content .foot_info p, footer#footer .content .foot_info a {
  margin: 0 0 10px;
  line-height: 1.5;
  color: white;
}

footer#footer .content .foot_info .foot_bnr_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: flex-start;
  margin-top: 30px;
}

footer#footer .content .foot_info .foot_bnr_list li {
  width: 160px;
  margin-right: 15px;
}

footer#footer .content .foot_nav_1 {
  width: 450px;
}

footer#footer .content .foot_nav_2 {
  width: 150px;
}

footer#footer .content .foot_nav_1,
footer#footer .content .foot_nav_2 {
  border-left: 1px solid white;
  padding: 20px 30px;
}

footer#footer .content .foot_nav_1 nav article,
footer#footer .content .foot_nav_2 nav article {
  margin-bottom: 25px;
}

footer#footer .content .foot_nav_1 nav article:last-of-type,
footer#footer .content .foot_nav_2 nav article:last-of-type {
  margin-bottom: 0;
}

footer#footer .content .foot_nav_1 nav article a,
footer#footer .content .foot_nav_2 nav article a {
  color: white;
}

footer#footer .content .foot_nav_1 nav article > a,
footer#footer .content .foot_nav_2 nav article > a {
  font-family: "Prompt", sans-serif;
  font-size: 20px;
}

footer#footer .content .foot_nav_1 nav article .sub a,
footer#footer .content .foot_nav_2 nav article .sub a {
  font-size: 13px;
  display: inline-block;
  margin-right: 25px;
}

footer#footer .content .foot_nav_1 nav article .sub a:before,
footer#footer .content .foot_nav_2 nav article .sub a:before {
  content: '－';
  display: inline-block;
  margin-right: 5px;
}

footer#footer .credit_wrap p {
  margin: 0;
}

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

body.home #page {
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
}

body.home #page #vi-section .container {
  padding: 0;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

body.home #page #vi-section .container .vi_wrap {
  width: 100vw;
  max-width: 100vw;
}

body.home #page #vi-section .container .vi_wrap .vi_txt {
  position: absolute;
  width: 90%;
  top: calc((100% - 120px) / 2);
  left: 60px;
}

body.home #page #vi-section .container .vi_wrap .vi_txt h2 {
  color: white;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.4rem;
  text-shadow: 1px 1px 8px black;
}

body.home #page #vi-section .container .vi_wrap .vi_txt h3 {
  color: white;
  font-size: 30px;
  line-height: 1.5;
  letter-spacing: 0.4rem;
  text-shadow: 1px 1px 8px black;
}

body.home #page #company-section .container .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}

body.home #page #company-section .container .content .pic {
  width: calc((100% / 2) - 1.5rem);
  position: relative;
}

body.home #page #company-section .container .content .pic img {
  object-fit: cover;
  object-position: center;
  max-height: 600px;
  width: 100%;
}

body.home #page #company-section .container .content .pic img.sub {
  width: 200px;
  position: absolute;
  left: -50px;
  bottom: -50px;
  height: auto;
}

body.home #page #company-section .container .content .txt {
  width: calc((100% / 2) - 1.5rem);
  padding: 50px 20px;
}

body.home #page #company-section .container .content .txt .btn {
  text-align: right;
}

body.home #page #service-section .container .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}

body.home #page #service-section .container .content .pic {
  order: 2;
  width: calc((100% / 2) - 1.5rem);
  position: relative;
}

body.home #page #service-section .container .content .pic img {
  object-fit: cover;
  object-position: center;
  width: 100%;
}

body.home #page #service-section .container .content .txt {
  order: 1;
  width: calc((100% / 2) - 1.5rem);
  padding: 50px 20px;
}

body.home #page #service-section .container .content .txt .btn {
  text-align: right;
}

body.home #page #recruit-section .container {
  text-align: center;
}

body.home #page #recruit-section .container .pic {
  margin-bottom: 40px;
}

body.home #page #recruit-section .container .content {
  text-align: left;
  align-items: flex-end;
}

body.home #page #recruit-section .container .content .txt {
  width: calc(100% - 270px);
}

body.home #page #recruit-section .container .content .btn {
  display: block;
  text-align: right;
}

body.home #page #news-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;
}

body.home #page #news-section .content .head {
  width: 200px;
  min-height: 250px;
}

body.home #page #news-section .content .feeds {
  width: calc((100% - 300px));
}

body.home #page #news-section .content .feeds article {
  border-bottom: 1px solid #d9d9d9;
}

body.home #page #news-section .content .feeds article a {
  display: block;
  position: relative;
}

body.home #page #news-section .content .feeds article a:after {
  content: '';
  width: 39px;
  height: 5px;
  background-image: url("images/common/arrow_r_b.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  right: 10px;
  bottom: 20px;
  margin-left: 30px;
}

body.home #page #news-section .content .feeds article .post-head {
  padding: 15px;
  position: relative;
  z-index: 2;
}

body.home #page #news-section .content .feeds article .post-head .post-date {
  display: inline-block;
  margin-right: 15px;
}

body.home #page #news-section .content .feeds article .post-head .post-cat {
  font-size: 13px;
  color: #003894;
  border: 1px solid #003894;
  line-height: 1.3;
  padding: 3px 10px;
  text-align: center;
  display: inline-block;
}

body.home #page #news-section .content .feeds article .post-head .post-title {
  display: block;
  line-height: 1.5;
  margin-top: 5px;
  width: calc((100% - 70px));
}

body.home #page #news-section .btn {
  position: absolute;
  left: 30px;
  bottom: 80px;
  display: inline-block;
}

body.home #page #news-section .btn .btn_1 {
  margin: 0;
}

.tate {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.tate .text-combine {
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  text-combine-upright: all;
}

#page-company #greet-section .name {
  text-align: right;
  font-weight: 500;
}

#page-company #philosophy-section .cont {
  text-align: center;
  letter-spacing: 0.1em;
}

#page-company #philosophy-section .cont h3 {
  font-size: 25px;
  line-height: 1.5;
  margin-bottom: 25px;
}

#page-company #philosophy-section .cont h4 {
  font-size: 20px;
  color: #003894;
}

#page-company #guideline-section {
  text-align: center;
}

#page-company #guideline-section ul.guideline {
  display: inline-block;
}

#page-company #guideline-section ul.guideline li {
  text-align: left;
  margin: 20px 0;
  padding-left: 65px;
  line-height: 1.5;
  font-size: 20px;
  position: relative;
}

#page-company #guideline-section ul.guideline li span.num {
  position: absolute;
  left: 0;
  top: -5px;
  color: white;
  background: #003894;
  padding: 5px 15px;
}

#page-company #company-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 #company-section .content .pic {
  width: calc((100% / 2) - 1.5rem);
}

#page-company #company-section .content .txt {
  width: calc((100% / 2) - 1.5rem);
}

#page-company #company-section .table_type_company table th, #page-company #company-section .table_type_company table td {
  padding: 10px 20px;
}

#page-company #company-section .table_type_company table th {
  width: 130px;
  text-align: left;
  color: #003894;
  vertical-align: top;
  position: relative;
}

#page-company #company-section .table_type_company table th:after {
  content: '';
  display: block;
  width: 15px;
  height: 1.5px;
  background: #003894;
  position: absolute;
  right: 0;
  top: 25px;
}

#page-company #history-section .container {
  width: 1000px;
}

#page-company #history-section .container .table_type_history table th, #page-company #history-section .container .table_type_history table td {
  padding: 10px 20px;
}

#page-company #history-section .container .table_type_history table th {
  width: 225px;
  text-align: left;
  color: #003894;
  vertical-align: top;
  position: relative;
}

#page-company #history-section .container .table_type_history table th:after {
  content: '';
  display: block;
  width: 15px;
  height: 1.5px;
  background: #003894;
  position: absolute;
  right: 0;
  top: 25px;
}

#page-company #gallery-section .gallery {
  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 #gallery-section .gallery article {
  width: calc((100% / 3) - 15px);
  margin-right: calc((15px * 3) / 2);
  margin-bottom: 30px;
}

#page-company #gallery-section .gallery article:nth-of-type(3n) {
  margin-right: 0;
}

#page-company #gallery-section .gallery article h3 {
  text-align: center;
  color: white;
  background: #003894;
  font-size: 15px;
  line-height: 1.5;
  padding: 5px;
}

#page-service #intro-section {
  text-align: center;
}

#page-service #intro-section h3 {
  margin-bottom: 30px;
}

#page-service .service_content_wrap .vi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}

#page-service .service_content_wrap .vi .pic {
  width: 500px;
  order: 1;
}

#page-service .service_content_wrap .vi .txt {
  width: calc((100% - 500px));
  padding-left: 50px;
  order: 2;
}

#page-service .service_content_wrap .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
}

#page-service .service_content_wrap .content .pic {
  width: calc((100% / 3) - 10px);
}

#page-service .service_content_wrap .table_type_service {
  width: 800px;
  margin: 0 auto;
}

#page-service .service_content_wrap .table_type_service table tr th, #page-service .service_content_wrap .table_type_service table tr td {
  border: 1px solid #003894;
  padding: 10px 25px;
  line-height: 1.5;
}

#page-service .service_content_wrap .table_type_service table tr th {
  background: #003894;
  color: white;
}

#page-service .service_content_wrap .table_type_service table tr td:nth-of-type(2) {
  text-align: center;
}

#wrapper.news .more_btn {
  text-align: right;
}

#wrapper.news .more_btn .btn_1 {
  margin-bottom: 0;
}

#wrapper.news #news-list > article.post-news {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #d9d9d9;
}

#wrapper.news #news-list > article.post-news .post-head .post-title {
  font-size: 25px;
  display: block;
  line-height: 1.5;
}

#wrapper.news #news-list > article.post-news .post-head .post-title a {
  display: block;
  color: #003894;
}

#wrapper.news #news-list > article.post-news .post-head .post-date {
  display: inline-block;
  color: #4d4d4d;
  font-size: 13px;
  margin-top: 10px;
  margin-right: 15px;
}

#wrapper.news #news-list > article.post-news .post-head .post-cat {
  font-size: 13px;
  border: 1px solid #003894;
  color: #003894;
  line-height: 1.3;
  padding: 3px 15px;
  text-align: center;
  display: inline-block;
}

#wrapper.news #news-detail > article {
  border-bottom: 1px solid #f4f4f4;
  padding: 3rem 0;
}

#wrapper.news #news-detail > article .post-head {
  margin-bottom: 60px;
}

#wrapper.news #news-detail > article .post-head .post-title {
  line-height: 1.5;
  font-size: 25px;
  display: block;
  color: #003894;
}

#wrapper.news #news-detail > article .post-head .post-cat {
  font-size: 13px;
  border: 1px solid #003894;
  color: #003894;
  line-height: 1.3;
  padding: 3px 10px;
  text-align: center;
  display: inline-block;
}

#wrapper.news #news-detail > article .post-head .post-date {
  display: inline-block;
  color: #4d4d4d;
  margin-top: 10px;
  margin-right: 25px;
}

#page-contact #intro-section .content {
  text-align: center;
  margin-bottom: 40px;
}

#page-contact #intro-section .content p {
  display: inline-block;
  text-align: left;
}

.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 #f4f4f4;
}

.form-wrap form > p, .form-wrap form > h3 {
  text-align: center;
}

.form-wrap form h4 {
  text-align: center;
  color: #003894;
  font-weight: bold;
  margin-top: 40px;
  font-size: 18px;
}

.form-wrap form .privacy {
  width: 100%;
  height: 350px;
  overflow: scroll;
  border: 1px solid #9f9f9f;
  background: #f4f4f4;
  border-radius: 7px;
  padding: 35px 35px;
}

.form-wrap form .privacy article {
  margin-bottom: 35px;
}

.form-wrap form .privacy article h2.ttl_underline {
  margin-bottom: 15px;
  position: relative;
  z-index: 10;
  font-size: 20px;
}

.form-wrap form .privacy article h3 {
  font-size: 20px;
  border-bottom: 1px solid #9f9f9f;
}

.form-wrap form .form_check_btn > span {
  display: inline-block;
  background: #f4f4f4;
  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 #f4f4f4;
}

.form-wrap form .form_bl > .h {
  width: 200px;
}

.form-wrap form .form_bl > .h > span {
  display: inline-block;
  line-height: 1.5;
  color: #003894;
}

.form-wrap form .form_bl > .h > span em {
  background: #003894;
  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((100% - 40%) - 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: #003894;
  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: #d9d9d9;
  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: #f4f4f4;
}

.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: #003894;
  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: #003894;
  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) {
  #wrapper {
    background-size: 150%;
  }
  body {
    overflow: hidden;
  }
  p {
    line-height: 1.9 !important;
  }
  :target::before {
    height: 55px;
    margin-top: -55px;
  }
  .container {
    padding: 4rem 0;
    width: 90%;
    min-width: auto;
    max-width: auto;
  }
  #wrapper {
    position: relative;
    font-size: 1.3rem;
  }
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }
  .sp-space {
    display: inline-block !important;
  }
  /*primary--ボタンスタイル-------*/
  /*more btn*/
  .btn_1 {
    margin-bottom: 0;
    padding: 10px 10px;
    min-width: 250px;
  }
  .btn_1:after {
    content: '';
    width: 39px;
    height: 5px;
    background-image: url("images/common/arrow_r_b.png");
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    right: 10px;
    bottom: 20px;
    margin-left: 30px;
  }
  .btn_1.c_w {
    color: white;
    border-bottom-color: white;
  }
  .btn_1.c_w:after {
    background-image: url("images/common/arrow_r_w.png");
  }
  .btn_2 {
    background: white;
    border-radius: 100px;
    text-align: center;
    padding: 15px;
    min-width: 250px;
    display: inline-block;
  }
  /*共通見出し*/
  .sec_title1 {
    margin-bottom: 25px;
    letter-spacing: 0.2rem;
  }
  .sec_title1 h3 {
    font-size: 40px;
  }
  .sec_title1 h2 {
    margin-bottom: 10px;
  }
  .sec_title2 {
    margin-bottom: 25px;
    letter-spacing: 0.2rem;
  }
  .sec_title2 h2 {
    font-size: 25px;
  }
  .ttl_underline {
    font-size: 20px;
    line-height: 1.7;
    letter-spacing: 0.2rem;
  }
  .table_type_1 table {
    width: 100%;
    margin-bottom: 2rem;
  }
  .table_type_1 table tr th, .table_type_1 table tr td {
    padding: 1rem 0;
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .table_type_1 table tr th {
    min-width: 70px;
    padding-right: 10px;
  }
  .table_type_1 table tr .w40 {
    width: 40%;
  }
  .table_type_1 table tr .w60 {
    width: 60%;
  }
  .list_type_bar ul li {
    display: block;
    padding: 0;
    padding-left: 1.5rem;
    position: relative;
    line-height: 1.5;
    margin-bottom: 1rem;
  }
  .list_type_bar ul li:before {
    width: 10px;
    height: 1px;
    margin-right: 0;
    position: absolute;
    left: 0;
    top: 9px;
  }
  .list_type_bar ul li a {
    font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    color: #003894;
  }
  #pankuzu {
    border-bottom: 0;
  }
  #pankuzu .container {
    width: 90%;
    border-bottom: 0;
    padding: 0.5rem 0;
    line-height: 1.3;
  }
  #pankuzu .container li {
    margin-left: 5px !important;
  }
  #pankuzu .container li:before {
    margin-right: 5px !important;
  }
  #pankuzu .container ul li span {
    letter-spacing: 0 !important;
  }
  #wrapper {
    margin-top: 54.5px;
  }
  #menu_btn {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    width: 50px;
    height: 53px;
    display: block;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-content: center;
    align-content: center;
  }
  #menu_btn:after {
    content: '';
    width: 27px;
    height: 14px;
    background: url("images/common/menu_btn.png") no-repeat top center;
    background-size: contain;
    display: block;
  }
  #header {
    margin-bottom: 0;
  }
  #header .container {
    padding: 0;
    width: 100%;
  }
  #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;
    align-items: center;
  }
  #header .container .content .head_logo {
    margin-left: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  #header .container .content .head_logo a {
    width: 120px;
    line-height: 1;
  }
  #header .container .content #gnav {
    background: white;
    width: 100%;
    display: none;
  }
  #header .container .content #gnav nav ul.header-menu {
    display: block;
    border-top: 1px solid #003894;
  }
  #header .container .content #gnav nav ul.header-menu li {
    border-bottom: 1px solid #003894;
  }
  #header .container .content #gnav nav ul.header-menu li a {
    padding: 15px 25px;
    position: relative;
    font-size: 14px;
    color: #003894;
    font-weight: bold;
  }
  #header .container .content #gnav nav ul.header-menu li a:after {
    content: '\f054';
    font-family: fontawesome;
    position: absolute;
    right: 25px;
    top: 15px;
  }
  #header .container .content #gnav nav ul.header-menu li:last-child {
    border-bottom: none;
  }
  #vihalf-section {
    background: #f4f4f4;
  }
  #vihalf-section .container .content .txt {
    width: 100%;
    padding: 25px;
    order: 2;
    text-align: center;
  }
  #vihalf-section .container .content .txt h3 {
    font-size: 30px;
  }
  #vihalf-section .container .content .txt h2 {
    font-size: 15px;
  }
  #vihalf-section .container .content .pic {
    width: 100%;
    order: 1;
  }
  #vihalf-section .container .content .pic img {
    height: 150px;
  }
  #primary .container {
    padding: 4rem 0;
  }
  #primary article[class^="post-"] > .content table {
    width: 100%;
    margin-bottom: 3rem;
  }
  #primary article[class^="post-"] > .content table tr th, #primary article[class^="post-"] > .content table tr td {
    border: 1px solid #d9d9d9;
    line-height: 1;
    padding: 1.5rem;
    font-size: 1.2rem;
  }
  #primary article[class^="post-"] > .content table tr th {
    background: #f4f4f4;
    width: 30%;
    font-weight: bold;
    text-align: center;
  }
  #primary article[class^="post-"] > .content table tr td {
    line-height: 1.5em;
  }
  #primary article[class^="post-"] > .content table tr td > p {
    margin: 0;
  }
  #primary article[class^="post-"] > .content h1 {
    margin: 1rem 0 2rem;
    line-height: 1.5;
    font-size: 2rem;
    font-weight: bold;
  }
  #primary article[class^="post-"] > .content h2 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    line-height: 1.5;
    padding-left: 1.5rem;
    border-left: 0.5rem solid #003894;
    font-weight: bold;
  }
  #primary article[class^="post-"] > .content h3 {
    color: #003894;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 1rem;
    display: inline-block;
    min-width: 50%;
  }
  #primary article[class^="post-"] > .content h4 {
    color: white;
    font-weight: bold;
    line-height: 1.5;
    padding: 1rem 1.5rem;
    margin-bottom: 1rem;
    background: #003894;
  }
  #primary article[class^="post-"] > .content h5 {
    color: #003894;
    font-weight: bold;
    line-height: 1.5;
    padding: 1rem 1.5rem;
    margin-bottom: 1rem;
    border: 2px solid #003894;
  }
  #primary article[class^="post-"] > .content p {
    font-size: 1.3rem;
    margin-bottom: 2rem;
  }
  #primary article[class^="post-"] > .content a {
    text-decoration: underline;
    color: #003894;
  }
  #primary article[class^="post-"] > .content h2.caption {
    box-sizing: border-box;
    color: #000 !important;
    font-size: 2.1rem;
    line-height: 1.5;
    padding: 2rem !important;
    border-bottom: 2px solid #8fd7ff;
    border-left: 0px !important;
    border-radius: 0;
    margin-bottom: 4rem !important;
    background: none;
    box-shadow: none;
    display: block;
    text-align: left;
  }
  #primary article[class^="post-"] > .content h2.caption:before {
    content: '\f068';
    font-family: fontawesome;
    display: inline-block;
    margin-right: 2rem;
    color: #003894;
  }
  #primary article[class^="post-"] > .content ul {
    margin: 2rem 0 3rem;
    list-style: disc;
    padding-left: 4rem;
  }
  #primary article[class^="post-"] > .content ul li {
    line-height: 1.5;
    margin-bottom: 1.5rem;
    font-style: normal;
  }
  #primary article[class^="post-"] > .content .btn {
    text-align: right;
    margin: 1rem 0 1rem;
  }
  #primary article[class^="post-"] > .content .btn > a {
    text-decoration: none !important;
    text-align: left;
    min-width: 250px;
  }
  #primary article[class^="post-"] > .content .btn > a.btn_1 {
    color: green;
  }
  #primary article[class^="post-"] > .content .btn > a.btn_2 {
    color: white;
    text-align: center;
  }
  #primary article[class^="post-"] > .content .btn > a.btn_3 {
    color: #003894;
  }
  #primary article[class^="post-"] > .content .gallery_card article {
    width: calc((100% / 2) - 1rem);
    box-shadow: 0 0 1rem 0.5rem #f4f4f4;
    background: white;
    text-align: center;
    margin-bottom: 2rem;
  }
  #primary article[class^="post-"] > .content .gallery_card article:nth-of-type(2n) {
    margin-left: 2rem;
  }
  #primary article[class^="post-"] > .content .gallery_card article .pic {
    line-height: 0.5;
  }
  #primary article[class^="post-"] > .content .gallery_card article .pic img {
    width: 100%;
    margin: 0;
  }
  #primary article[class^="post-"] > .content .gallery_card article .txt {
    line-height: 1;
    padding: 1rem 2rem;
  }
  #primary article[class^="post-"] > .content .gallery_card article .txt h3 {
    font-size: 1.5rem;
    margin: 0;
  }
  #primary article[class^="post-"] > .content iframe {
    width: 100%;
    height: 40rem;
    margin-bottom: 2rem;
  }
  #primary article[class^="post-"] > .content img {
    clear: both;
  }
  #primary article[class^="post-"] > .content img.size-full {
    width: auto;
    margin-bottom: 0px;
  }
  #primary article[class^="post-"] > .content img.size-large {
    margin-bottom: 0rem;
  }
  #pager {
    margin: 1rem auto 3rem;
  }
  #pager > .prev, #pager > .list, #pager > .next {
    display: block !important;
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin: 0 0 1rem;
  }
  #pager > .prev a, #pager > .list a, #pager > .next a {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  footer#footer-contact-section .container {
    width: 80%;
  }
  footer#footer-contact-section .container .content {
    display: block;
  }
  footer#footer-contact-section .container .content .head {
    width: 100%;
    margin-bottom: 35px;
  }
  footer#footer-contact-section .container .content .info {
    width: 90%;
    margin: 0 auto;
  }
  footer#footer .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 .content .foot_info {
    width: 100%;
  }
  footer#footer .content .foot_info .foot_logo {
    width: 220px;
    margin: 0 auto 20px;
  }
  footer#footer .content .foot_info address, footer#footer .content .foot_info p, footer#footer .content .foot_info a {
    text-align: center;
  }
  footer#footer .content .foot_info .foot_bnr_list {
    justify-content: space-between;
    margin-top: 35px;
    margin-bottom: 35px;
  }
  footer#footer .content .foot_info .foot_bnr_list li {
    width: 48%;
    margin: 0;
  }
  footer#footer .content .foot_nav_1 {
    width: 100%;
  }
  footer#footer .content .foot_nav_2 {
    width: 100%;
  }
  footer#footer .content .foot_nav_2 a {
    margin: 0 15px;
  }
  footer#footer .content .foot_nav_1,
footer#footer .content .foot_nav_2 {
    border-left: none;
    padding: 20px 30px;
    text-align: center;
  }
  footer#footer .content .foot_nav_1 nav,
footer#footer .content .foot_nav_2 nav {
    text-align: center;
  }
  footer#footer .content .foot_nav_1 nav article,
footer#footer .content .foot_nav_2 nav article {
    margin-bottom: 25px;
  }
  footer#footer .content .foot_nav_1 nav article:last-of-type,
footer#footer .content .foot_nav_2 nav article:last-of-type {
    margin-bottom: 0;
  }
  footer#footer .content .foot_nav_1 nav article a,
footer#footer .content .foot_nav_2 nav article a {
    color: white;
  }
  footer#footer .content .foot_nav_1 nav article > a,
footer#footer .content .foot_nav_2 nav article > a {
    font-family: "Prompt", sans-serif;
    font-size: 20px;
  }
  footer#footer .content .foot_nav_1 nav article .sub,
footer#footer .content .foot_nav_2 nav article .sub {
    text-align: left;
    display: inline-block;
  }
  footer#footer .content .foot_nav_1 nav article .sub a,
footer#footer .content .foot_nav_2 nav article .sub a {
    font-size: 13px;
    display: inline-block;
    margin-right: 25px;
  }
  footer#footer .content .foot_nav_1 nav article .sub a:before,
footer#footer .content .foot_nav_2 nav article .sub a:before {
    content: '－';
    display: inline-block;
    margin-right: 5px;
  }
  footer#footer .credit_wrap p {
    margin: 0;
    text-align: center;
  }
  #foot-fix-btn {
    display: none;
  }
}

@media screen and (max-width: 732px) {
  body.home #page {
    /*------------------------------------------------------------------*/
    /*------------------------------------------------------------------*/
    /*------------------------------------------------------------------*/
    /*------------------------------------------------------------------*/
    /*------------------------------------------------------------------*/
  }
  body.home #page #vi-section .container {
    padding: 0px 0px 30px;
    width: 100%;
    overflow: hidden;
  }
  body.home #page #vi-section .container .vi_wrap {
    width: 100vw;
    max-width: 100vw;
    margin: 0;
  }
  body.home #page #vi-section .container .vi_wrap .sp-slide {
    overflow: hidden;
  }
  body.home #page #vi-section .container .vi_wrap .sp-slide img {
    width: 200%;
    max-width: 200%;
    margin-left: -50%;
  }
  body.home #page #vi-section .container .vi_wrap .vi_txt {
    position: absolute;
    width: 90%;
    top: calc((100% - 130px) / 2);
    left: 30px;
  }
  body.home #page #vi-section .container .vi_wrap .vi_txt h2 {
    font-size: 27px;
    letter-spacing: 0.4rem;
    line-height: 1.3;
  }
  body.home #page #company-section .container .content .pic {
    width: 100%;
  }
  body.home #page #company-section .container .content .pic img {
    height: auto;
    width: 90%;
    margin-left: 10%;
  }
  body.home #page #company-section .container .content .pic img.sub {
    width: 120px;
    left: -25px;
    bottom: -25px;
  }
  body.home #page #company-section .container .content .txt {
    width: 100%;
    padding: 50px 5px 30px;
  }
  body.home #page #service-section .container {
    padding-top: 0;
  }
  body.home #page #service-section .container .content .pic {
    order: 1;
    width: 100%;
  }
  body.home #page #service-section .container .content .pic img {
    height: auto;
    width: 100%;
  }
  body.home #page #service-section .container .content .txt {
    order: 2;
    width: 100%;
    padding: 15px 5px 30px;
  }
  body.home #page #recruit-section .container {
    padding-top: 0;
  }
  body.home #page #recruit-section .container .pic {
    margin-bottom: 20px;
  }
  body.home #page #recruit-section .container .content .txt {
    width: 100%;
    padding: 10px 10px 0;
  }
  body.home #page #recruit-section .container .content .btn {
    text-align: right;
    width: 100%;
  }
  body.home #page #news-section .container {
    padding-top: 0;
    padding-bottom: 70px;
  }
  body.home #page #news-section .content .head {
    width: 100%;
    min-height: auto;
  }
  body.home #page #news-section .content .feeds {
    width: 100%;
  }
  body.home #page #news-section .content .feeds article a:after {
    width: 20px;
    height: 3px;
    right: 0;
    bottom: 10px;
    margin-left: 0;
  }
  body.home #page #news-section .content .feeds article .post-head {
    padding: 15px 0;
    position: relative;
    z-index: 2;
  }
  body.home #page #news-section .content .feeds article .post-head .post-date {
    display: inline-block;
    margin-right: 15px;
  }
  body.home #page #news-section .content .feeds article .post-head .post-cat {
    font-size: 12px;
    padding: 3px 10px;
  }
  body.home #page #news-section .content .feeds article .post-head .post-title {
    width: calc((100% - 30px));
  }
  body.home #page #news-section .btn {
    position: relative;
    left: auto;
    bottom: auto;
    text-align: right;
    width: 100%;
    margin-top: 30px;
  }
  #page-company #philosophy-section .cont h4 {
    font-size: 17px;
    letter-spacing: 0;
  }
  #page-company #guideline-section ul.guideline li {
    margin: 20px 0;
    padding-left: 40px;
    font-size: 15px;
  }
  #page-company #guideline-section ul.guideline li span.num {
    top: -5px;
    padding: 5px 10px;
  }
  #page-company #company-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 #company-section .content .pic {
    width: 100%;
    margin-bottom: 25px;
  }
  #page-company #company-section .content .txt {
    width: 100%;
    padding-left: 0;
  }
  #page-company #company-section .content .table_type_company table th, #page-company #company-section .content .table_type_company table td {
    padding: 5px 10px;
  }
  #page-company #company-section .content .table_type_company table th {
    width: 95px;
    padding-left: 0;
  }
  #page-company #company-section .content .table_type_company table th:after {
    top: 18px;
  }
  #page-company #history-section .container {
    width: 90%;
    min-width: auto;
  }
  #page-company #history-section .container .table_type_history {
    overflow-x: auto;
    display: block;
  }
  #page-company #history-section .container .table_type_history table {
    white-space: nowrap;
  }
  #page-company #history-section .container .table_type_history table th, #page-company #history-section .container .table_type_history table td {
    padding: 5px 10px;
  }
  #page-company #history-section .container .table_type_history table th {
    width: 150px;
    padding-left: 0;
  }
  #page-company #history-section .container .table_type_history table th:after {
    top: 18px;
    right: -10px;
  }
  #page-company #history-section .container .table_type_history table td {
    padding-left: 1.8rem;
  }
  #page-company #gallery-section .gallery {
    display: block;
  }
  #page-company #gallery-section .gallery article {
    width: 100%;
    margin: 0 0 20px;
  }
  #page-company #gallery-section .gallery article h3 {
    font-size: 15px;
    padding: 5px;
  }
  #page-service .service_content_wrap .vi {
    margin-bottom: 20px;
  }
  #page-service .service_content_wrap .vi .pic {
    width: 100%;
    margin-bottom: 15px;
  }
  #page-service .service_content_wrap .vi .txt {
    width: 100%;
    padding-left: 0;
  }
  #page-service .service_content_wrap .content {
    margin-bottom: 20px;
  }
  #page-service .service_content_wrap .content .pic {
    width: calc((100% / 2) - 2px);
  }
  #page-service .service_content_wrap .content .pic:nth-of-type(3) {
    width: 100%;
    margin-top: 4px;
  }
  #page-service .service_content_wrap .table_type_service {
    width: 100%;
  }
  #page-service .service_content_wrap .table_type_service table tr th, #page-service .service_content_wrap .table_type_service table tr td {
    padding: 10px 10px;
  }
  #page-service .service_content_wrap .table_type_service table tr th {
    background: #003894;
    color: white;
  }
  #page-service .service_content_wrap .table_type_service table tr td:nth-of-type(2) {
    text-align: center;
  }
  #page-contact #intro-section .intro {
    text-align: center;
    margin-bottom: 40px;
  }
  #page-contact #intro-section .intro p {
    display: inline-block;
    text-align: left;
  }
  .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 #9f9f9f;
    background: #f4f4f4;
    border-radius: 7px;
    padding: 25px 35px;
  }
  .form-wrap form .form_check_btn > span {
    display: inline-block;
    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 #f4f4f4;
  }
  .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: #003894;
    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: #d9d9d9;
    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: #f4f4f4;
  }
  .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: #003894;
    position: absolute;
    right: 1rem;
    top: 1rem;
  }
  .form-wrap form .birth select {
    min-width: 100px;
    display: inline-block;
    margin-right: 1.5rem;
  }
}
