@charset "UTF-8";
/*!
Theme Name:   サウンドワークス　公式サイト WPテーマ
Theme URI:    https://sound-works.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: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-size: 1rem;
  line-height: 2.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: #4d4d4d;
  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%;
}

p {
  margin-bottom: 1.5rem;
  line-height: 2.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 #000;
  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: 14px;
  font-size: 1.4rem;
}

.font-size-small .monospace {
  font-size: 11.2px;
  font-size: 1.12rem;
}

.font-size-large .monospace {
  font-size: 16.8px;
  font-size: 1.68rem;
}

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: 14px;
  font-size: 1.4rem;
}

.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: 11.2px;
  font-size: 1.12rem;
}

.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: 16.8px;
  font-size: 1.68rem;
}

.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: #01977a;
  color: #fff;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
}

.button:hover, .button:active, .button:focus {
  border-color: transparent;
  background: #02e3b7;
  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: 14px;
  font-size: 1.4rem;
  position: relative;
  overflow: hidden;
}

.font-size-small #wrapper {
  font-size: 11.2px;
  font-size: 1.12rem;
}

.font-size-large #wrapper {
  font-size: 16.8px;
  font-size: 1.68rem;
}

.container {
  margin: 0 auto;
  width: 90%;
  max-width: 1500px;
  min-width: 1000px;
  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%;
}

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

.pc-only {
  display: block;
}

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

*:focus {
  outline: none;
}

/*primary--ボタンスタイル-------*/
/*more btn*/
.btn_1 {
  color: #01977a;
  padding: 1.5rem 2rem;
  min-width: 300px;
  background: #01977a;
  color: white;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  border-radius: 0.5rem;
  position: relative;
}

.btn_1.t_white {
  color: white;
}

.btn_1.btn_pdf:before {
  content: '\f1c1';
  font-family: fontawesome;
  position: absolute;
  left: 2rem;
  top: 0.8rem;
  font-size: 2rem;
}

.btn_2 {
  border: 1px solid #01977a;
  border-radius: 10rem;
  text-align: center;
  display: inline-block;
  line-height: 1;
  padding: 1.5rem 2rem;
  color: #01977a;
  font-weight: bold;
  min-width: 300px;
  background: white;
}

.btn_2.link_blank:after {
  display: inline-block;
  margin-left: 1rem;
  content: '\f0c1';
  font-family: fontawesome;
}

/*共通見出し*/
.sec_title1 {
  display: block;
  padding: 2rem 0;
  font-family: "Josefin Sans", sans-serif;
  text-align: center;
  line-height: 1.3;
  font-size: 2.5rem;
  letter-spacing: 5px;
  position: relative;
  margin-bottom: 3rem;
}

.sec_title1 em {
  color: #01977a;
  font-size: 1.3rem;
  font-weight: bold;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 2px;
}

.sec_title1:before {
  display: block;
  content: '';
  width: 1px;
  height: 43px;
  background: #01977a;
  margin: 0 auto 2.5rem;
}

.sec_title2 {
  color: #01977a;
  font-size: 2.5rem;
  margin-bottom: 3.5rem;
  text-align: center;
  font-weight: bold;
}

.sec_title2 em {
  color: #000;
  display: block;
  font-size: 1.5rem;
  font-family: "Josefin Sans", sans-serif;
}

.sec_title2:before {
  display: block;
  content: '';
  width: 1px;
  height: 43px;
  background: #01977a;
  margin: 0 auto 1rem;
}

.sec_title2.l_yellow:before {
  background: #f8b500;
}

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

.cards_pic {
  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: 5rem;
}

.cards_pic:last-of-type {
  margin-bottom: 0;
}

.cards_pic .pic {
  line-height: 0.5;
  width: 400px;
}

.cards_pic .txt {
  width: calc((100% - 400px) - 50px);
  padding: 1rem 0;
}

.cards_pic .txt ul {
  margin-bottom: 2rem;
}

.cards_pic .txt .sec_title3 {
  text-align: left;
  margin-top: 0;
}

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

.cards_col_2 article, .cards_col_2 .pic, .cards_col_2 .txt {
  width: calc((100% / 2) - 20px);
  margin-bottom: 4rem;
}

.cards_col_3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 3rem 0;
}

.cards_col_3 article {
  width: calc((100% / 3) - 20px);
  margin-bottom: 2rem;
}

.cards_col_3 article .pic {
  line-height: 0.5;
}

.cards_col_3 article .sec_title4 {
  margin-bottom: 1rem;
}

.cards_col_3.arrow article:nth-of-type(1),
.cards_col_3.arrow article:nth-of-type(2) {
  position: relative;
}

.cards_col_3.arrow article:nth-of-type(1):after,
.cards_col_3.arrow article:nth-of-type(2):after {
  position: absolute;
  right: -2.3rem;
  top: 30%;
  color: #01977a;
  font-size: 4rem;
  content: '\f0da';
  font-family: fontawesome;
}

.table_type_1 table tr th, .table_type_1 table tr td {
  border: 1px solid white;
  padding: 2rem 3rem;
  line-height: 1.5;
}

.table_type_1 table tr th {
  font-weight: normal;
  border-bottom: 3px solid #01977a;
}

.table_type_1 table tr td {
  border-bottom: 1px solid #d9d9d9;
}

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

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

.table_type_2 {
  margin-bottom: 6rem;
}

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

.table_type_2 table {
  border-top: 1px solid #e3dfdc;
}

.table_type_2 table tr {
  border-bottom: 1px solid #e3dfdc;
}

.table_type_2 table tr th, .table_type_2 table tr td {
  padding: 2rem 3rem;
}

.table_type_2 table tr th {
  background: #f4f4f4;
  text-align: center;
  font-weight: normal;
}

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

.list_type_bar ul li a {
  color: #01977a;
  font-weight: bold;
}

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

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

#pankuzu {
  border-top: white 1px solid;
}

#pankuzu .container {
  padding: 2rem 0;
}

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

#header .container {
  padding: 3rem 2rem;
}

#header .container > .cards {
  align-items: center;
}

#header .container > .cards .head_logo {
  width: 200px;
}

#header .container > .cards .head_logo a {
  display: block;
  padding: 0;
  line-height: 0.5;
}

#header .container > .cards #gnav {
  width: calc((100% - 150px) - 100px);
  max-width: 710px;
}

#header .container > .cards #gnav ul.cards {
  align-items: center;
}

#header .container > .cards #gnav ul.cards li a {
  display: block;
  padding: 2rem 0;
  font-family: "Josefin Sans", sans-serif;
  text-align: center;
  line-height: 1.3;
  font-size: 1.9rem;
}

#header .container > .cards #gnav ul.cards li a em {
  color: #01977a;
  font-size: 1.3rem;
  font-weight: bold;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
}

#header .container > .cards #gnav ul.cards li.contact_btn a {
  background: #01977a;
  color: white;
  padding: 1.5rem 2rem;
  border-radius: 0.5rem;
}

#header .container > .cards #gnav ul.cards li.contact_btn a em {
  color: white;
}

#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 #01977a;
  border-left: 4px solid #01977a;
  border-bottom: 4px solid #01977a;
  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 {
  background: #f4f4f4;
}

#vihalf-section .container {
  padding: 2rem 0;
}

#vihalf-section .sec_title1 h2 {
  font-size: 4rem;
}

#vihalf-section .sec_title1 h2 em {
  font-size: 1.5rem;
}

#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 #01977a;
  font-weight: bold;
}

#primary article[class^="post-"] > .content h3 {
  color: #01977a;
  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: #01977a;
}

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

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

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

#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 #f8b500;
  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: #01977a;
}

#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: #01977a;
}

#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 #01977a;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 2px 2px 0px 0px #d9d9d9;
  color: #01977a;
  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: #01977a;
  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;
}

#go-top {
  z-index: 9000;
  position: absolute;
  top: -3.7rem;
  right: 0;
  width: 7.5rem;
  height: 7.5rem;
  display: block;
  width: 77px;
}

#foot-contact-sectin {
  margin-top: 5rem;
  background: #f4f4f4;
}

#foot-contact-sectin .container {
  padding-top: 3rem;
}

#foot-contact-sectin .container h5 {
  text-align: center;
  color: #01977a;
  margin-bottom: 3rem;
}

#foot-contact-sectin .container .cards {
  width: 750px;
  margin: 0 auto;
  align-items: center;
}

#foot-contact-sectin .container .cards article {
  width: 45%;
}

#foot-contact-sectin .container .cards .tel {
  font-size: 4rem;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1;
}

#foot-contact-sectin .container .cards .tel em {
  font-size: 1.5rem;
  display: block;
  text-align: center;
  color: #4d4d4d;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}

#foot-contact-sectin .container .cards .tel a:before {
  content: '\f095';
  font-family: fontawesome;
  display: inline-block;
  margin-right: 1rem;
  color: #01977a;
}

#foot-contact-sectin .container .cards .contact {
  line-height: 0.5;
}

#foot-contact-sectin .container .cards .contact a {
  background: #01977a;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 0;
  border-radius: 0.5rem;
  font-weight: bold;
}

#foot-contact-sectin .container .cards .contact a:before {
  content: '';
  width: 40px;
  height: 25px;
  background-image: url("images/common/icon_mail.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 1.5rem;
}

footer#footer {
  background: black;
}

footer#footer .container {
  padding: 7rem 5rem;
}

footer#footer .container > .cards .foot_info .foot_logo {
  width: 180px;
  margin-bottom: 1rem;
  line-height: 0.5;
}

footer#footer .container > .cards .foot_info .foot_logo a {
  display: block;
}

footer#footer .container > .cards .foot_info h1, footer#footer .container > .cards .foot_info address, footer#footer .container > .cards .foot_info p, footer#footer .container > .cards .foot_info a {
  line-height: 1.7;
  margin: 0 0 1rem;
  color: white;
}

footer#footer .container > .cards .foot_nav nav {
  margin-left: 6rem;
}

footer#footer .container > .cards .foot_nav li a {
  display: block;
  padding: 0.2rem 0;
  color: white;
}

footer#footer .container > .cards .foot_nav li a:before {
  content: '\f0da';
  font-family: fontawesome;
  display: inline-block;
  margin-right: 1rem;
}

footer#footer .container > .cards .foot_nav li.no_icon a {
  padding-left: 2rem;
}

footer#footer .container > .cards .foot_nav li.no_icon a:before {
  content: '−';
}

footer#credit {
  background: #01977a;
}

footer#credit .container {
  padding: 0;
  text-align: center;
}

footer#credit .container p {
  font-size: 1.3rem;
  color: white;
}

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

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

body.home #page #vi-section {
  background: #01977a;
  background: #01977a;
  background: -moz-linear-gradient(90deg, #01977a 0%, #005ea2 100%);
  background: -webkit-linear-gradient(90deg, #01977a 0%, #005ea2 100%);
  background: linear-gradient(90deg, #01977a 0%, #005ea2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#01977a",endColorstr="#005ea2",GradientType=1);
}

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

body.home #page #vi-section .container #vi-slide {
  line-height: 0.5;
}

body.home #page #vi-section .container #vi-slide .sp-slide {
  opacity: 0.5;
  mix-blend-mode: multiple;
}

body.home #page #vi-section .container .vi_content {
  position: absolute;
  width: 800px;
  left: calc((100% - 1000px) / 2);
  left: 100px;
  bottom: 5rem;
}

body.home #page #vi-section .container .vi_content h1 {
  color: white;
  font-family: "Josefin Sans", sans-serif;
  font-size: 8rem;
  line-height: 1.1;
}

body.home #page #vi-section .container .vi_content h1 > strong {
  font-weight: normal;
  color: #01977a;
}

body.home #page #news-headline {
  background: #01977a;
  background: -moz-linear-gradient(90deg, #01977a 0%, #005ea2 100%);
  background: -webkit-linear-gradient(90deg, #01977a 0%, #005ea2 100%);
  background: linear-gradient(90deg, #01977a 0%, #005ea2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#01977a",endColorstr="#005ea2",GradientType=1);
  background: #01977a;
}

body.home #page #news-headline .container {
  padding: 1rem 0;
}

body.home #page #news-headline .container .feeds.cards {
  justify-content: flex-start;
  align-content: center;
}

body.home #page #news-headline .container .feeds.cards h2 {
  color: white;
  margin-right: 5rem;
  background: black;
  letter-spacing: 2px;
  padding: 0.5rem 1rem;
  font-family: "Josefin Sans", sans-serif;
}

body.home #page #news-headline .container .feeds.cards article a {
  display: inline-block;
  padding: 0.5rem;
}

body.home #page #news-headline .container .feeds.cards article a .post-date, body.home #page #news-headline .container .feeds.cards article a .post-title {
  color: white;
}

body.home #page #news-headline .container .feeds.cards article a .post-date {
  margin-right: 3rem;
}

body.home #page #news-headline .container .feeds.cards article a .post-title {
  text-decoration: underline;
  font-weight: bold;
}

body.home #page #works-section {
  position: relative;
  border-bottom: 1px solid #bdddd7;
}

body.home #page #works-section:after {
  content: '\f025';
  font-family: fontawesome;
  display: inline-block;
  color: #01977a;
  display: block;
  text-align: center;
  font-size: 3rem;
  line-height: 1;
  position: absolute;
  left: calc((100% / 2) - 1.5rem);
  bottom: -1.5rem;
  background: white;
  padding: 0 1rem;
}

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

body.home #page #news-section .container {
  padding: 9rem 0;
  margin: 0 auto;
}

body.home #page #news-section .container > .cards {
  width: 900px;
  margin: 0 auto;
  align-items: center;
}

body.home #page #news-section .container .head {
  padding-left: 2rem;
}

body.home #page #news-section .container .feeds {
  width: 650px;
}

body.home #page #news-section .container article {
  border-bottom: 1px solid #f4f4f4;
}

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

body.home #page #news-section .container article a .post-date {
  width: 130px;
  line-height: 1.7;
}

body.home #page #news-section .container article a .post-title {
  width: calc((100% - 130px));
  line-height: 1.7;
}

body.home #page #news-section .container .btn {
  text-align: center;
  margin-top: 3rem;
}

body.home #page #news-section .container .btn .btn_1 {
  justify-content: flex-end;
}

body.home #page #company-section .container {
  box-shadow: 0 0 1rem 0.5rem #f4f4f4;
  padding: 3rem;
  padding-right: 0;
  border-radius: 0.8rem;
}

body.home #page #company-section .container > .cards .map {
  width: calc(100% - 500px);
  line-height: 0.5;
}

body.home #page #company-section .container > .cards .map iframe {
  width: 100%;
  height: 100%;
}

body.home #page #company-section .container > .cards .txt {
  width: 500px;
  padding: 2rem 5rem 3rem;
  line-height: 1.5;
}

body.home #page #company-section .container > .cards .txt .sec_title1 {
  margin-bottom: 1.5rem;
}

body.home #page #company-section .container > .cards .txt p {
  margin: 0;
}

body.home #page #company-section .container > .cards .txt .t {
  margin-bottom: 1.5rem;
}

body.home #page #company-section .container > .cards .txt .t p br {
  display: none;
}

body.home #page #company-section .container > .cards .txt .list_type_bar {
  margin: 2.5rem 0;
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
  padding: 2.5rem;
}

body.home #page #company-section .container > .cards .txt .list_type_bar ul {
  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 > .cards .txt .list_type_bar ul li {
  width: 50%;
}

body.home #page #company-section .container > .cards .txt .btn {
  text-align: center;
}

.works_feeds_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: flex-start;
  margin-bottom: 3rem;
}

.works_feeds_wrap article {
  width: calc((100% / 3) - 3rem);
  margin: 0 1.5rem 3rem;
  box-shadow: 0 0 1rem 0.5rem #f4f4f4;
  border-radius: 0.8rem;
  overflow: hidden;
}

.works_feeds_wrap article a {
  display: block;
}

.works_feeds_wrap article a:hover {
  opacity: 1 !important;
}

.works_feeds_wrap article a .pic {
  position: relative;
  line-height: 1;
  background: #01977a;
  background: -moz-linear-gradient(90deg, #01977a 0%, #005ea2 100%);
  background: -webkit-linear-gradient(90deg, #01977a 0%, #005ea2 100%);
  background: linear-gradient(90deg, #01977a 0%, #005ea2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#01977a",endColorstr="#005ea2",GradientType=1);
  overflow: hidden;
  line-height: 0.5;
}

.works_feeds_wrap article a .pic img {
  transition-duration: 0.3s;
}

.works_feeds_wrap article a .pic img:hover {
  transform: scale(1.2);
  transition-duration: 0.3s;
  opacity: 0.6;
}

.works_feeds_wrap article a .pic h2 {
  position: absolute;
  left: 0;
  top: 0;
  color: white;
  background: #01977a;
  line-height: 1.3;
  padding: 1rem 2rem;
  font-weight: bold;
}

.works_feeds_wrap article a .txt {
  padding: 3rem 4rem;
}

.works_feeds_wrap article a .txt h3 {
  font-weight: bold;
  line-height: 1.5;
  font-size: 1.7rem;
  margin-bottom: 1rem;
}

.works_feeds_wrap article a .txt h4 {
  line-height: 1.5;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.works_feeds_wrap article a .txt h4 span {
  display: inline-block;
}

.works_feeds_wrap article a .txt h5 {
  text-align: right;
  line-height: 1.5;
}

#page-company #greeting-section .container > .cards .txt {
  text-align: center;
  width: 700px;
  margin: 0 auto;
}

#page-company #greeting-section .container > .cards .txt h1 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 4rem;
  line-height: 1.1;
  margin-bottom: 2.5rem;
}

#page-company #greeting-section .container > .cards .txt h3 {
  font-size: 2.5rem;
  font-family: "Noto Serif JP", serif;
}

#page-company #greeting-section .container > .cards .txt p.name {
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
}

#page-company #about-section .container .table_type_2 {
  width: 900px;
  margin: 0 auto;
}

#page-company #about-section .container table tr td em {
  display: inline-block;
  margin-left: 1rem;
}

#page-company #access-section .container iframe {
  width: 100%;
}

#page-equipment .equipment_list {
  text-align: center;
}

#page-works-detail #main-image .container .pic {
  overflow: hidden;
  border-radius: 0.8rem;
}

#page-works-detail #main-image .container .pic img {
  width: 100%;
}

#page-works-detail #detail-section .container {
  padding-top: 0;
}

#page-works-detail #detail-section .container .table_type_1 {
  margin-bottom: 7rem;
}

#page-works-detail #detail-section .container .table_type_1 th {
  width: 250px;
}

#page-works-detail #detail-section .container .table_type_1 tr span {
  display: inline-block;
}

#page-works-detail #detail-section .container .txt {
  background: #f4f4f4;
  padding: 6rem 7rem;
}

#page-works-detail #gallery-section .container .gallery > .cards .gallery_item {
  line-height: 0.5;
  width: calc((100% / 2) - 1.5rem);
  margin-bottom: 3rem;
}

#page-works-detail #gallery-section .container .gallery > .cards .gallery_item img {
  width: 100%;
}

#page-works-detail #link-section {
  background: #f4f4f4;
  background: #01977a;
  background: -moz-linear-gradient(90deg, #01977a 0%, #005ea2 100%);
  background: -webkit-linear-gradient(90deg, #01977a 0%, #005ea2 100%);
  background: linear-gradient(90deg, #01977a 0%, #005ea2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#01977a",endColorstr="#005ea2",GradientType=1);
}

#page-works-detail #link-section .container {
  text-align: center;
}

#wrapper.news .post-head {
  margin-bottom: 2.5rem;
}

#wrapper.news .post-head .post-title {
  display: block;
  font-size: 2.5rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}

#wrapper.news .post-head .post-date {
  display: inline-block;
}

#wrapper.news .post-head .post-cat {
  display: inline-block;
  margin-left: 1rem;
  background: #01977a;
  padding: .5rem 1rem;
  line-height: 1;
  color: white;
  padding: 0.5rem 2rem;
  border-radius: 7rem;
  font-size: 1.3rem;
}

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

#wrapper.news #news-list > article {
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 5rem;
  margin-bottom: 5rem;
}

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

#page-contact #intro-section .container h3 {
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  color: #01977a;
  font-size: 2rem;
}

#page-contact #intro-section .container ul li {
  padding-left: 2rem;
  position: relative;
}

#page-contact #intro-section .container ul li:before {
  content: '■';
  color: #01977a;
  position: absolute;
  left: 0;
  top: 0;
}

#page-contact #contact-form h3 {
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  color: #01977a;
  font-size: 2rem;
}

#page-contact #privacy-policy h3 {
  font-family: "Noto Sans JP", sans-serif;
  color: #01977a;
  font-size: 2rem;
  font-weight: bold;
}

#page-contact #privacy-policy p {
  margin-top: 0;
  margin-bottom: 3rem;
}

#page-contact #privacy-policy ul {
  list-style: disc;
  padding-left: 4rem;
  margin-bottom: 3rem;
}

.form-wrap {
  text-align: center;
}

.form-wrap div.wpcf7 .ajax-loader {
  min-width: 24px !important;
}

.form-wrap > h3 {
  text-align: left;
  color: #01977a;
  background: #f8b500;
  line-height: 1.3;
  padding: 1rem 2rem;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 3rem;
}

.form-wrap form {
  width: 100%;
  width: auto;
  box-sizing: border-box;
  margin: 2rem auto;
}

.form-wrap form .form_input_list {
  padding: 3rem 0;
  border-top: 1px solid #d9d9d9;
}

.form-wrap form .form_input_list span {
  vertical-align: middle;
}

.form-wrap form .form_input_list > span:nth-of-type(1) {
  display: inline-block;
  min-width: 20rem;
  text-align: right;
  margin-right: 4rem;
  font-weight: bold;
}

.form-wrap form .form_input_list > span:nth-of-type(1) > em {
  background: #01977a;
  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_input_list > span:nth-of-type(2) {
  display: inline-block;
  text-align: left;
}

.form-wrap form .form_input_list dl {
  display: inline-block;
  margin: 0;
}

.form-wrap form .form_input_list dl dd {
  display: inline-block;
  margin: 0;
  margin-right: 2rem;
}

.form-wrap form .form_input_list dl dd > em {
  font-style: normal;
  display: inline-block;
  font-weight: bold;
  margin-right: 1rem;
}

.form-wrap form .form_input_list dl dd > span {
  display: inline-block;
}

.form-wrap form .form_input_list dl dd input {
  width: 20rem;
}

.form-wrap form .submit_btn_wrap {
  text-align: center;
  justify-content: 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 input,
.form-wrap form textarea {
  display: block;
  width: 650px;
  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: #01977a;
  color: white;
  box-sizing: border-box;
  padding: 2rem 0;
  display: block;
  margin: 1rem 0;
}

.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: 650px;
  position: relative;
  display: block;
  padding: 1rem 2rem;
  background: #f4f4f4;
}

.form-wrap form select:before,
.form-wrap form .wpcf7-select:before {
  z-index: 1;
  content: '\f054';
  font-family: FontAwesome;
  color: #01977a;
  position: absolute;
  right: 1rem;
  top: 1rem;
}

.form-wrap form .birth select {
  width: 100px;
  display: inline-block;
  margin-right: 1.5rem;
  margin-left: 1.5rem;
}

@media screen and (max-width: 732px) {
  p {
    line-height: 1.9 !important;
  }
  .container {
    padding: 3rem 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;
  }
  /*primary--ボタンスタイル-------*/
  /*more btn*/
  .btn_1 {
    letter-spacing: 2px;
    padding: 1rem;
    min-width: 80%;
  }
  .btn_1.btn_pdf:before {
    top: 0.2rem;
  }
  /*共通見出し*/
  .sec_title1 h2 {
    font-size: 2.1rem;
    letter-spacing: 3px;
  }
  .sec_title1:before {
    height: 30px;
    margin-bottom: 1.5rem;
  }
  .sec_title2 {
    font-size: 1.8rem;
    margin-bottom: 2.5rem;
    line-height: 1.5;
  }
  .cards_pic {
    margin-bottom: 5rem;
  }
  .cards_pic .pic {
    width: 100%;
  }
  .cards_pic .txt {
    width: 100%;
    padding: 1rem 0;
  }
  .cards_pic .txt ul {
    margin-bottom: 2rem;
  }
  .cards_pic .txt .sec_title3 {
    text-align: left;
    margin-top: 0;
  }
  .cards_col_2 article, .cards_col_2 .pic, .cards_col_2 .txt {
    width: 100%;
    margin-bottom: 2.5rem;
  }
  .cards_col_3 {
    margin: 3rem 0;
  }
  .cards_col_3 article {
    width: 100%;
    margin-bottom: 2rem;
  }
  .cards_col_3 article .sec_title4 {
    margin-bottom: 1rem;
  }
  .cards_col_3.arrow article {
    width: 90%;
    margin: 0 auto 2rem;
  }
  .cards_col_3.arrow article .sec_title3 {
    margin-top: 0.5rem;
    letter-spacing: 0;
  }
  .cards_col_3.arrow article:nth-of-type(1),
.cards_col_3.arrow article:nth-of-type(2) {
    position: relative;
  }
  .cards_col_3.arrow article:nth-of-type(1):after,
.cards_col_3.arrow article:nth-of-type(2):after {
    position: absolute;
    right: 45%;
    top: auto;
    bottom: -3.8rem;
    content: '\f0d7';
  }
  .table_type_1 {
    overflow: auto;
    white-space: nowrap;
  }
  .table_type_1 table {
    width: 100%;
    margin-bottom: 2rem;
  }
  .table_type_1 table tr th, .table_type_1 table tr td {
    padding: 1rem;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .table_type_1 table tr .w40 {
    width: 40%;
  }
  .table_type_1 table tr .w60 {
    width: 60%;
  }
  .table_type_2 {
    overflow: auto;
    white-space: nowrap;
    margin-bottom: 3rem;
  }
  .table_type_2 table {
    width: 100%;
  }
  .table_type_2 table tr th, .table_type_2 table tr td {
    padding: 1rem 2rem;
    font-size: 1.2rem;
  }
  .table_type_2 table tr .w40 {
    width: 40%;
  }
  .table_type_2 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;
  }
  #pankuzu {
    border-bottom: 0;
  }
  #pankuzu .container {
    width: 100%;
    border-bottom: 0;
    padding: 0.5rem 0;
    line-height: 1.3;
  }
  #menu_btn {
    position: absolute;
    top: 1.8rem;
    right: 1.5rem;
    line-height: 1;
    z-index: 9999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem;
  }
  #menu_btn:before {
    content: 'MENU';
    color: #01977a;
    display: inline-block;
    margin-right: 0.5rem;
    font-weight: bold;
    font-family: "Josefin Sans", sans-serif;
  }
  #menu_btn:after {
    content: '';
    width: 30px;
    height: 15px;
    background: url("images/common/menu_btn.png") no-repeat top center;
    background-size: contain;
  }
  #page:before {
    content: none;
  }
  #header .container {
    padding: 0;
    width: 100%;
  }
  #header .container > .cards .head_logo {
    width: 120px;
    padding: 1.5rem;
  }
  #header .container > .cards #gnav {
    display: none;
    width: 100%;
    max-width: 100%;
  }
  #header .container > .cards #gnav ul.cards {
    border-top: 1px solid #d9d9d9;
  }
  #header .container > .cards #gnav ul.cards li {
    width: 50%;
    border-bottom: 1px solid #d9d9d9;
  }
  #header .container > .cards #gnav ul.cards li:nth-of-type(even) {
    border-left: 1px solid #d9d9d9;
  }
  #header .container > .cards #gnav ul.cards li a {
    padding: 1.5rem 2rem;
    font-size: 1.4rem;
  }
  #header .container > .cards #gnav ul.cards li a em {
    font-size: 1.2rem;
  }
  #header .container > .cards #gnav ul.cards li.contact_btn a {
    background: none;
    color: black;
  }
  #header .container > .cards #gnav ul.cards li.contact_btn a em {
    color: #01977a;
  }
  #vihalf-section .container {
    padding: 0.5rem 0 1rem;
  }
  #vihalf-section .sec_title1 {
    margin-bottom: 0;
  }
  #vihalf-section .sec_title1 h2 {
    font-size: 2.5rem;
  }
  #vihalf-section .sec_title1:before {
    height: 20px;
    margin-bottom: 10px;
  }
  #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 #01977a;
    font-weight: bold;
  }
  #primary article[class^="post-"] > .content h3 {
    color: #01977a;
    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: #01977a;
  }
  #primary article[class^="post-"] > .content h5 {
    color: #01977a;
    font-weight: bold;
    line-height: 1.5;
    padding: 1rem 1.5rem;
    margin-bottom: 1rem;
    border: 2px solid #01977a;
  }
  #primary article[class^="post-"] > .content p {
    font-size: 1.3rem;
    margin-bottom: 2rem;
  }
  #primary article[class^="post-"] > .content a {
    text-decoration: underline;
    color: #01977a;
  }
  #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 #f8b500;
    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: #01977a;
  }
  #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: #01977a;
  }
  #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;
  }
  #go-top {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    width: calc((100% + 2rem));
    margin-left: -1rem;
    margin-top: -3rem;
    height: auto;
    display: block;
    background: #01977a;
    line-height: 0.5;
    text-align: center;
    overflow: hidden;
  }
  #go-top img {
    width: 70px;
    margin-bottom: -1rem;
  }
  #foot-contact-sectin {
    margin-top: 0;
  }
  #foot-contact-sectin .container > h2 {
    margin-bottom: 0rem;
  }
  #foot-contact-sectin .container .cards {
    width: 80%;
    display: block;
  }
  #foot-contact-sectin .container .cards article {
    width: 100%;
    margin: 1rem 0;
  }
  #foot-contact-sectin .container .cards .tel {
    font-size: 3.5rem;
    text-align: center;
    margin-bottom: 2rem;
  }
  #foot-contact-sectin .container .cards .tel em {
    font-size: 1.3rem;
  }
  #foot-contact-sectin .container .cards .contact a:before {
    width: 25px;
    height: 15px;
  }
  footer#footer .container {
    width: 100%;
    padding: 3rem 1rem 2rem;
  }
  footer#footer .container > .cards {
    display: block;
  }
  footer#footer .container > .cards .foot_info {
    text-align: center;
    margin-top: 2rem;
    padding-left: 0;
  }
  footer#footer .container > .cards .foot_info .foot_logo {
    width: 170px;
    margin: 0 auto 1rem;
  }
  footer#footer .container > .cards .foot_info h1, footer#footer .container > .cards .foot_info address, footer#footer .container > .cards .foot_info p, footer#footer .container > .cards .foot_info a {
    line-height: 1.5;
    margin: 0 0 0.3rem;
  }
  footer#footer .container > .cards .foot_nav {
    display: none;
  }
  footer#credit .container p {
    font-size: 1.2rem;
  }
  #foot-fix-btn {
    display: none;
  }
}

@media screen and (max-width: 732px) {
  body.home #page {
    /*------------------------------------------------------------------*/
    /*------------------------------------------------------------------*/
    /*------------------------------------------------------------------*/
    /*------------------------------------------------------------------*/
    /*------------------------------------------------------------------*/
  }
  body.home #page #vi-section .container {
    width: 100%;
    padding: 3rem 0 0;
    padding: 0;
    max-width: 100%;
  }
  body.home #page #vi-section .container #vi-slide {
    line-height: 0.5;
  }
  body.home #page #vi-section .container #vi-slide .sp-slide {
    display: block;
    align-items: flex-end;
    justify-content: flex-end;
    max-height: 500px;
    overflow: hidden;
  }
  body.home #page #vi-section .container #vi-slide .sp-slide img {
    width: 200%;
    max-width: 200%;
    margin-left: -70%;
  }
  body.home #page #vi-section .container .vi_content {
    position: absolute;
    width: 100%;
    left: 2rem;
    bottom: 2rem;
  }
  body.home #page #vi-section .container .vi_content h1 {
    font-size: 3rem;
  }
  body.home #page #vi-section .container .vi_content h1 strong {
    color: white;
  }
  body.home #page #news-headline .container {
    padding: 1rem 0;
  }
  body.home #page #news-headline .container .feeds.cards {
    justify-content: space-between;
    align-content: center;
  }
  body.home #page #news-headline .container .feeds.cards h2 {
    margin-right: 0rem;
    background: none;
    padding: 0;
  }
  body.home #page #news-headline .container .feeds.cards article {
    width: calc((100% - 50px) - 10px);
  }
  body.home #page #news-headline .container .feeds.cards article a {
    padding: 0;
  }
  body.home #page #news-headline .container .feeds.cards article a .post-date, body.home #page #news-headline .container .feeds.cards article a .post-title {
    line-height: 1.5;
  }
  body.home #page #news-headline .container .feeds.cards article a .post-date {
    margin-right: 0;
  }
  body.home #page #news-headline .container .feeds.cards article a .post-title {
    display: block;
  }
  body.home #page #works-section:after {
    left: calc((100% / 2) - 2.5rem);
  }
  body.home #page #works-section .container {
    padding-bottom: 6rem;
  }
  body.home #page #news-section {
    background-size: 100%;
  }
  body.home #page #news-section .container {
    padding: 5rem 0;
  }
  body.home #page #news-section .container > .cards {
    width: 100%;
  }
  body.home #page #news-section .container .head {
    text-align: center;
    padding-left: 0;
    width: 100%;
  }
  body.home #page #news-section .container .feeds {
    width: 100%;
  }
  body.home #page #news-section .container article {
    border-bottom: 1px solid #f4f4f4;
  }
  body.home #page #news-section .container article a {
    justify-content: space-between;
    padding: 1.5rem 0;
  }
  body.home #page #news-section .container article a .post-date {
    width: auto;
    display: inline-block;
    font-size: 1.2rem;
  }
  body.home #page #news-section .container article a .post-title {
    width: calc((100% - 80px));
  }
  body.home #page #news-section .container .btn {
    margin-top: 2rem;
    margin-right: 0;
  }
  body.home #page #news-section .container .btn .btn_1 {
    justify-content: flex-end;
  }
  body.home #page #company-section .container {
    padding: 0rem;
  }
  body.home #page #company-section .container > .cards .map {
    width: 100%;
    line-height: 0.5;
  }
  body.home #page #company-section .container > .cards .map iframe {
    width: 100%;
    height: 100%;
  }
  body.home #page #company-section .container > .cards .txt {
    width: 100%;
    padding: 2rem 3rem 3rem;
    line-height: 1.5;
  }
  body.home #page #company-section .container > .cards .txt .list_type_bar {
    padding: 2.5rem 1rem;
  }
  body.home #page #company-section .container > .cards .txt .list_type_bar ul {
    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 > .cards .txt .list_type_bar ul li {
    width: 50%;
  }
  body.home #page #company-section .container > .cards .txt .btn {
    text-align: center;
  }
  .works_feeds_wrap {
    justify-content: space-between;
  }
  .works_feeds_wrap article {
    width: calc((100% / 2) - 5px);
    margin: 0 0 1rem;
  }
  .works_feeds_wrap article a .pic {
    position: relative;
    line-height: 0.5;
  }
  .works_feeds_wrap article a .pic h2 {
    position: relative;
    left: auto;
    top: auto;
    line-height: 1.3;
    padding: 0.5rem 1.5rem;
    font-weight: normal;
    text-align: center;
    font-size: 1.2rem;
  }
  .works_feeds_wrap article a .txt {
    padding: 1.5rem;
  }
  .works_feeds_wrap article a .txt h3 {
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
  }
  .works_feeds_wrap article a .txt h4 {
    font-size: 1.2rem;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .works_feeds_wrap article a .txt h5 {
    font-size: 1.2rem;
    line-height: 1.3;
  }
  #page-company #greeting-section .container > .cards .txt {
    text-align: center;
    width: 100%;
    margin: 0 auto;
  }
  #page-company #greeting-section .container > .cards .txt h1 {
    font-size: 2.4rem;
    margin-bottom: 2.5rem;
  }
  #page-company #greeting-section .container > .cards .txt h3 {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
  }
  #page-company #greeting-section .container > .cards .txt p.name {
    font-family: "Noto Serif JP", serif;
    font-weight: bold;
  }
  #page-company #about-section .container .table_type_2 {
    width: 100%;
  }
  #page-company #access-section .container iframe {
    height: 300px;
  }
  #page-equipment .equipment_list {
    text-align: center;
  }
  #page-works-detail #main-image .container .pic {
    line-height: 0.5;
  }
  #page-works-detail #detail-section .container {
    padding-top: 0;
  }
  #page-works-detail #detail-section .container .table_type_1 {
    margin-bottom: 2rem;
  }
  #page-works-detail #detail-section .container .table_type_1 th {
    width: 100px;
  }
  #page-works-detail #detail-section .container .txt {
    padding: 2rem 3rem;
  }
  #page-works-detail #gallery-section .container .gallery > .cards .gallery_item {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  #page-works-detail #link-section {
    background: #f4f4f4;
    background: #01977a;
    background: -moz-linear-gradient(90deg, #01977a 0%, #005ea2 100%);
    background: -webkit-linear-gradient(90deg, #01977a 0%, #005ea2 100%);
    background: linear-gradient(90deg, #01977a 0%, #005ea2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#01977a",endColorstr="#005ea2",GradientType=1);
  }
  #page-works-detail #link-section .container {
    text-align: center;
  }
  #wrapper.news .post-head .post-title {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }
  #wrapper.news .more_btn {
    text-align: right;
    margin-top: 2rem;
  }
  #wrapper.news .more_btn .btn_1 {
    font-size: 1.5rem;
  }
  #wrapper.news #news-list > article {
    border-bottom: 1px solid #f4f4f4;
    padding-bottom: 5rem;
    margin-bottom: 5rem;
  }
  .form-wrap > h3 {
    font-size: 1.6rem;
  }
  .form-wrap > h3:before {
    margin-right: 1rem;
  }
  .form-wrap form {
    width: 100%;
    box-sizing: border-box;
    margin: 2rem auto 0;
  }
  .form-wrap form .form_input_list {
    padding: 1rem 0;
    display: block;
    text-align: left;
  }
  .form-wrap form .form_input_list > span:nth-of-type(1) {
    display: inline-block;
    min-width: auto;
    margin-bottom: 0.5rem;
    margin-right: 0;
  }
  .form-wrap form .form_input_list > span:nth-of-type(1) > em {
    font-size: 1.2rem;
    padding: 0.5rem 1rem;
  }
  .form-wrap form .form_input_list > span:nth-of-type(2) {
    display: block;
  }
  .form-wrap form .form_input_list dl {
    display: inline-block;
    margin: 0;
  }
  .form-wrap form .form_input_list dl dd {
    display: inline-block;
    margin: 0;
    margin-right: 2rem;
  }
  .form-wrap form .form_input_list dl dd > em {
    font-style: normal;
    display: inline-block;
    font-weight: bold;
    margin-right: 1rem;
  }
  .form-wrap form .form_input_list dl dd > span {
    display: inline-block;
  }
  .form-wrap form .form_input_list dl dd input {
    width: 70%;
  }
  .form-wrap form .submit_btn_wrap {
    text-align: center;
    padding-bottom: 0;
  }
  .form-wrap form .submit_btn_wrap input[type="submit"] {
    display: inline-block !important;
    font-weight: bold;
    width: 30rem;
    border-radius: 1rem;
    margin: 0;
  }
  .form-wrap form .submit_btn_wrap span {
    display: block !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: #01977a;
    color: white;
    box-sizing: border-box;
    padding: 2rem 0;
    display: block;
    margin: 1rem 0;
  }
  .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: block;
    padding: 1rem 2rem;
  }
  .form-wrap form select:before,
.form-wrap form .wpcf7-select:before {
    z-index: 1;
    content: '\f054';
    font-family: FontAwesome;
    color: #01977a;
    position: absolute;
    right: 1rem;
    top: 1rem;
  }
  .form-wrap form .birth span {
    display: inline-block !important;
  }
  .form-wrap form .birth span:nth-of-type(1) {
    text-align: left;
    display: block !important;
  }
  .form-wrap form .birth select {
    width: 60px;
    display: inline-block;
    margin-right: 1.5rem;
    margin-left: 1.5rem;
    padding: 1rem 0.5rem;
  }
}
