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

body {
  margin: 0;
}

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

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

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

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}
a:active {
  outline: 0;
}
a:hover {
  outline: 0;
  opacity: 0.7 !important;
}

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

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

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

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

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

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

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

select {
  text-transform: none;
}

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

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

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td, th {
  padding: 0;
}

* {
  box-sizing: border-box;
}

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

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

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

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

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

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

hr {
  background-color: rgb(216.75, 216.75, 216.75);
  border: 0;
  height: 1px;
  margin: 3.5rem 0;
}

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

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

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

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

em {
  font-style: normal;
}

blockquote {
  margin: 0 1.5rem;
}

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

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

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

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

mark, ins {
  text-decoration: none;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

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

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

ul {
  margin: 0;
  padding: 0;
}

ol {
  margin-bottom: 2rem;
}

ul {
  list-style: none;
}

ol {
  list-style: decimal;
}

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

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

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

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

.button {
  display: inline-block;
  border: 1px solid;
  border-color: transparent;
  border-radius: 3px;
  background: #00aba5;
  color: #fff;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
}
.button:hover, .button:active, .button:focus {
  border-color: transparent;
  background: rgb(0, 247.5, 238.8157894737);
  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 #00aba5;
  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 #00aba5;
}

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

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

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

.container {
  margin: 0 auto;
  width: calc(100% - 200px);
  max-width: 1350px;
  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%;
  vertical-align: top;
}

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

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

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

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

*:focus {
  outline: none;
}

.time_05 {
  animation-delay: 0.5s;
}

.time_01 {
  animation-delay: 1s;
}

.time_015 {
  animation-delay: 1.5s;
}

.time_02 {
  animation-delay: 2s;
}

.time_025 {
  animation-delay: 2.5s;
}

.time_03 {
  animation-delay: 3s;
}

/*primary--ボタンスタイル-------*/
/*more btn*/
.btn_1 {
  text-align: left;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  padding: 20px 15px;
  padding-right: 70px;
  line-height: 1.3;
  display: inline-block;
  position: relative;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
.btn_1:after {
  content: "";
  width: 50px;
  height: 50px;
  background-image: url("images/common/arrow_circle_g.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  position: absolute;
  right: 0;
  top: 7px;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
.btn_1:hover {
  opacity: 1 !important;
  color: #00aba5;
}
.btn_1:hover:after {
  transform: translateX(5px);
}
.btn_1.color_w {
  color: white;
}
.btn_1.color_w:after {
  background-image: url("images/common/arrow_circle_w.png");
}
.btn_1.color_w:hover {
  color: white;
}

.btn_2 {
  border: 1px solid #00aba5;
  color: #00aba5;
  font-weight: 700;
  text-align: center;
  border-radius: 100px;
  padding: 17px 35px;
  min-width: 250px;
  line-height: 1.3;
  display: inline-block;
  position: relative;
  transition: 0.1s cubic-bezier(0.45, 0, 0.55, 1);
}
.btn_2:before {
  content: "";
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 30px;
  top: 23px;
  transition: 0.1s cubic-bezier(0.45, 0, 0.55, 1);
}
.btn_2:hover {
  opacity: 1 !important;
  background: #00aba5;
  color: white;
}
.btn_2.color_w {
  border-color: white;
  color: white;
}
.btn_2.color_w:hover {
  opacity: 1 !important;
  background: #00aba5;
  border-color: #00aba5;
}
.btn_2.icon_tel {
  font-family: "Poppins", sans-serif;
  font-size: 22px;
}
.btn_2.icon_tel:before {
  background-image: url("images/common/icon_tel.png");
}
.btn_2.icon_mail:before {
  background-image: url("images/common/icon_mail.png");
}

.btn_3 {
  font-size: 27px;
  font-weight: 700;
  color: white;
  display: inline-block;
  border-bottom: 1px solid white;
  padding-left: 35px;
  position: relative;
  line-height: 1.5;
  padding-bottom: 5px;
}
.btn_3:before {
  content: "";
  width: 19px;
  height: 22px;
  background-image: url("images/common/arrow_r_w.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 10px;
  transition: 0.1s cubic-bezier(0.45, 0, 0.55, 1);
}
.btn_3:hover:before {
  transform: translateX(5px);
}

/*共通見出し*/
.sec_title1 {
  margin-bottom: 15px;
}
.sec_title1 h2 {
  font-weight: bold;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.3;
  padding-left: 25px;
  position: relative;
}
.sec_title1 h2:before {
  content: "";
  width: 18px;
  height: 19px;
  background-image: url("images/common/icon_gear_g.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 3px;
}
.sec_title1 h3 {
  color: #00aba5;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 65px;
  line-height: 1.3;
}
.sec_title1 h4 {
  font-size: 23px;
  letter-spacing: 0.05em;
  font-weight: 700;
  padding-left: 50px;
  line-height: 1.5;
  position: relative;
}
.sec_title1 h4:before {
  content: "";
  width: 40px;
  height: 1px;
  background: #00aba5;
  position: absolute;
  left: 0;
  top: 17px;
}
.sec_title1.color_w h3, .sec_title1.color_w h2, .sec_title1.color_w h4 {
  color: white;
}
.sec_title1.color_w h2:before {
  background-image: url("images/common/icon_gear_w.png");
}
.sec_title1.color_w h4:before {
  background: white;
}

.sec_title2 {
  text-align: center;
  color: white;
}
.sec_title2 h3 {
  font-size: 70px;
  font-weight: 700;
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
  display: inline-block;
  border-bottom: 3px solid white;
  padding: 0 70px;
  margin: 0 auto 5px;
  position: relative;
}
.sec_title2 h3:before, .sec_title2 h3:after {
  content: "";
  width: 20px;
  height: 21px;
  display: inline-block;
  background-image: url("images/common/icon_gear_w.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: -12px;
}
.sec_title2 h3:before {
  left: -25px;
}
.sec_title2 h3:after {
  right: -25px;
}
.sec_title2 h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
}

.sec_title3 {
  margin-bottom: 30px;
}
.sec_title3 h2 {
  font-size: 45px;
  line-height: 1.5;
  font-weight: 700;
  padding-left: 30px;
  position: relative;
}
.sec_title3 h2:before {
  content: "";
  width: 15px;
  height: 15px;
  background: #00aba5;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 30px;
}

.sec_title4 {
  border-bottom: 1px solid #00aba5;
  padding: 10px 0;
  margin-bottom: 20px;
}
.sec_title4 h2 {
  font-size: 25px;
  line-height: 1.5;
  font-weight: 700;
  padding-left: 30px;
  position: relative;
}
.sec_title4 h2:before {
  content: "";
  width: 23px;
  height: 24px;
  background-image: url("images/common/icon_gear_g.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 8px;
}
.sec_title4.color_w {
  color: white;
  border-color: white;
}
.sec_title4.color_w h2:before {
  background-image: url("images/common/icon_gear_w.png");
}

.sec_title5 {
  text-align: center;
  margin-bottom: 30px;
}
.sec_title5 h2 {
  font-size: 35px;
  font-weight: 700;
  line-height: 1.5;
}
.sec_title5 h3 {
  color: #00aba5;
  font-family: "Poppins", sans-serif;
  font-size: 25px;
  line-height: 1.5;
}
.sec_title5 h4 {
  font-size: 25px;
  color: #00aba5;
  font-weight: 700;
}

.sec_title6 {
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
}
.sec_title6 span.num {
  font-family: "Poppins", sans-serif;
  color: #00aba5;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  margin-right: 10px;
}
.sec_title6 h2 {
  font-size: 35px;
  font-weight: 700;
  line-height: 1.5;
  padding-left: 40px;
  position: relative;
}
.sec_title6 h2:before {
  content: "";
  width: 30px;
  height: 1px;
  background: #00aba5;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 27px;
}
.sec_title6 h3 {
  width: 100%;
  color: #00aba5;
  font-size: 22px;
  line-height: 1.5;
  font-weight: 700;
  margin-top: 15px;
}

.sec_title7 {
  margin-bottom: 30px;
}
.sec_title7 h2 {
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  line-height: 1.2;
  margin-bottom: 25px;
}
.sec_title7 h2:before {
  content: "●";
  display: inline-block;
  color: #00aba5;
  margin-right: 10px;
}
.sec_title7 h2 em {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  display: inline-block;
  border-right: 1px solid gray;
  padding-right: 15px;
  margin-right: 15px;
}
.sec_title7 h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
}
.sec_title7.color_w h2 {
  color: white;
}
.sec_title7.color_w h2:before {
  color: white;
}
.sec_title7.color_w h2 em {
  border-color: white;
}
.sec_title7.color_w h3 {
  color: white;
}

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

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

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

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

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

.table_type_normal table {
  border-top: 1px solid #00aba5;
}
.table_type_normal table tr {
  border-bottom: 1px solid #00aba5;
}
.table_type_normal table tr th, .table_type_normal table tr td {
  line-height: 1.5;
  padding: 25px 35px;
  font-size: 17px;
}
.table_type_normal table tr th {
  background: #ebf7f6;
  width: 240px;
  text-align: center;
  padding: 10px 25px;
  font-weight: normal;
}
.table_type_normal table tr td ul.list_type_1 li {
  padding-left: 20px;
  line-height: 1.5;
  margin: 7px 0;
  position: relative;
}
.table_type_normal table tr td ul.list_type_1 li:before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
}
.table_type_normal table tr td a {
  color: #00aba5;
  display: inline-block;
}

.table_type_1 table tr th, .table_type_1 table tr td {
  vertical-align: top;
  padding: 12px 0;
  font-size: 17px;
}
.table_type_1 table tr th {
  font-weight: normal;
  width: 70px;
  text-align: justify;
  text-align-last: justify;
}
.table_type_1 table tr td {
  padding-left: 70px;
  position: relative;
}
.table_type_1 table tr td:before {
  content: "";
  width: 30px;
  height: 1px;
  background: white;
  position: absolute;
  left: 20px;
  top: 29px;
}
.table_type_1.color_w {
  color: 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: #00aba5;
  display: inline-block;
  margin-right: 1rem;
}
.list_type_bar ul li a {
  color: #00aba5;
  font-weight: bold;
}

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

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

#menu_btn {
  display: none;
}

#header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
}
#header .container {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
#header .container .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  align-items: center;
}
#header .container .content .head_logo a {
  display: block;
  width: 280px;
  padding: 15px 25px;
  background: white;
  border-bottom-right-radius: 25px;
}
#header .container .content .head_logo a h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  padding-left: 40px;
  line-height: 1;
  margin-top: 7px;
}
#header .container .content #gnav {
  width: calc(100% - 280px);
  padding-right: 30px;
}
#header .container .content #gnav nav ul.header-nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: flex-end;
}
#header .container .content #gnav nav ul.header-nav-menu li {
  display: inline-block;
  margin-top: 10px;
}
#header .container .content #gnav nav ul.header-nav-menu li a {
  font-weight: bold;
  color: white;
  line-height: 1;
  padding: 5px 15px;
  padding-left: 20px;
  position: relative;
}
#header .container .content #gnav nav ul.header-nav-menu li a:before {
  content: "";
  width: 15px;
  height: 16px;
  background-image: url("images/common/icon_gear_w.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 8px;
}
#header .container .content #gnav nav ul.header-nav-menu li.type_btn a {
  background: #e38d05;
  border-radius: 100px;
  padding: 8px 15px;
}
#header .container .content #gnav nav ul.header-nav-menu li.type_btn a:before {
  content: none;
}

#vihalf-section {
  background-image: url("images/common/vihalf.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
}
#vihalf-section:before {
  content: "";
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.4;
  position: absolute;
  left: 0;
  top: 0;
}
#vihalf-section .container {
  padding: 12rem 0 8rem;
}
#vihalf-section .container .sec_title1 {
  margin-bottom: 0;
}

#vihalf-section-type2 {
  overflow: hidden;
  position: relative;
}
#vihalf-section-type2 .container {
  padding: 16rem 0 8rem;
  position: unset;
}
#vihalf-section-type2 .container .bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
#vihalf-section-type2 .container .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#vihalf-section-type2 .container .inner {
  color: white;
}
#vihalf-section-type2 .container .sec_title1 {
  margin-bottom: 0;
}
#vihalf-section-type2 .container p {
  font-weight: 700;
}

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

#news-detail article[class^=post-] > .content table {
  border-top: 1px solid #00aba5;
  margin-bottom: 45px;
}
#news-detail article[class^=post-] > .content table tr {
  border-bottom: 1px solid #00aba5;
}
#news-detail article[class^=post-] > .content table tr th, #news-detail article[class^=post-] > .content table tr td {
  letter-spacing: 0.1em;
  line-height: 1.3;
  padding: 15px 20px;
}
#news-detail article[class^=post-] > .content table tr th {
  background: red;
  color: #00aba5;
  width: 200px;
  text-align: center;
  font-weight: normal;
}
#news-detail article[class^=post-] > .content h1 {
  margin: 1rem 0 2rem;
  line-height: 1.5;
  font-size: 2.5rem;
  font-weight: bold;
}
#news-detail article[class^=post-] > .content h2 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  line-height: 1.5;
  font-weight: bold;
}
#news-detail article[class^=post-] > .content h3 {
  color: #00aba5;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 1rem;
  display: inline-block;
  min-width: 50%;
  background: white;
}
#news-detail article[class^=post-] > .content h4 {
  color: white;
  font-weight: bold;
  line-height: 1.5;
  padding: 1rem 1.5rem;
  margin-bottom: 1rem;
  background: #00aba5;
}
#news-detail article[class^=post-] > .content h5 {
  color: #00aba5;
  background: white;
  font-weight: bold;
  line-height: 1.5;
  padding: 1rem 1.5rem;
  margin-bottom: 1rem;
  border: 2px solid #00aba5;
}
#news-detail article[class^=post-] > .content p {
  font-size: 1.7rem;
  margin-bottom: 2rem;
}
#news-detail article[class^=post-] > .content a {
  text-decoration: underline;
  color: #00aba5;
}
#news-detail article[class^=post-] > .content h2.caption {
  box-sizing: border-box;
  color: #000 !important;
  font-size: 2.5rem;
  line-height: 1.5;
  padding: 2rem 0 !important;
  border-bottom: 1px solid #00aba5;
  margin-bottom: 4rem !important;
  background: none;
  box-shadow: none;
  display: block;
  text-align: left;
}
#news-detail article[class^=post-] > .content ul {
  margin: 2rem 0 3rem;
  list-style: disc;
  padding-left: 3rem;
}
#news-detail article[class^=post-] > .content ul li {
  line-height: 1.5;
  font-size: 1.7rem;
  margin-bottom: 1.5rem;
  font-style: normal;
}
#news-detail article[class^=post-] > .content .btn {
  text-align: right;
  margin: 1rem 0 1rem;
}
#news-detail article[class^=post-] > .content .btn > a {
  text-decoration: none !important;
  min-width: 300px;
}
#news-detail article[class^=post-] > .content .gallery_card article {
  width: calc(50% - 1rem);
  box-shadow: 0 0 1rem 0.5rem rgb(243.525, 243.525, 243.525);
  background: white;
  text-align: center;
  margin-bottom: 2rem;
}
#news-detail article[class^=post-] > .content .gallery_card article:nth-of-type(2n) {
  margin-left: 2rem;
}
#news-detail article[class^=post-] > .content .gallery_card article .pic {
  line-height: 0.5;
}
#news-detail article[class^=post-] > .content .gallery_card article .pic img {
  width: 100%;
  margin: 0;
}
#news-detail article[class^=post-] > .content .gallery_card article .txt {
  line-height: 1;
  padding: 1rem 2rem;
}
#news-detail article[class^=post-] > .content .gallery_card article .txt h3 {
  font-size: 1.5rem;
  margin: 0;
}
#news-detail article[class^=post-] > .content iframe {
  width: 100%;
  height: 40rem;
  margin-bottom: 2rem;
}
#news-detail article[class^=post-] > .content img {
  clear: both;
}
#news-detail article[class^=post-] > .content img.size-full {
  width: auto;
  margin-bottom: 0px;
}
#news-detail article[class^=post-] > .content img.size-large {
  margin-bottom: 0rem;
}

#pagination {
  margin-top: 60px;
  margin-bottom: 30px;
}
#pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: center;
}
#pagination .nav-links a:hover {
  text-decoration: underline;
}
#pagination .nav-links .page-numbers {
  font-size: 18px;
  font-weight: bold;
  color: #00aba5;
  background: white;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: center;
  align-items: center;
  align-content: center;
  line-height: 1;
  width: 40px;
  height: 40px;
  padding-bottom: 2px;
}
#pagination .nav-links .page-numbers.current {
  background: #00aba5;
  color: white;
}
#pagination .nav-links .page-numbers.prev, #pagination .nav-links .page-numbers.next {
  background: white;
  border: 1px solid #00aba5;
  position: relative;
  padding: 0;
}
#pagination .nav-links .page-numbers.prev:after, #pagination .nav-links .page-numbers.next:after {
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  content: "\f054";
  font-family: fontawesome;
  display: inline-block;
}
#pagination .nav-links .page-numbers.prev:hover:after, #pagination .nav-links .page-numbers.next:hover:after {
  transform: translateX(5px);
}
#pagination .nav-links .page-numbers.prev.inactive, #pagination .nav-links .page-numbers.next.inactive {
  border-color: #D3D3D3;
}
#pagination .nav-links .page-numbers.prev.inactive:after, #pagination .nav-links .page-numbers.next.inactive:after {
  content: "\f054";
  font-family: fontawesome;
}
#pagination .nav-links .page-numbers.prev {
  margin-right: 30px;
}
#pagination .nav-links .page-numbers.prev:after {
  transform: rotate(180deg);
}
#pagination .nav-links .page-numbers.prev:hover:after {
  transform: translateX(5px) rotate(180deg);
}
#pagination .nav-links .page-numbers.next {
  margin-left: 30px;
}

#pager {
  margin-top: 40px;
}
#pager .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
}
#pager .content .btn_prev a,
#pager .content .btn_next a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: center;
  align-items: center;
  align-content: center;
  border: 1px solid #00aba5;
  border-radius: 100px;
  background: white;
}
#pager .content .btn_prev a i,
#pager .content .btn_next a i {
  position: relative;
}
#pager .content .btn_prev a i:after,
#pager .content .btn_next a i:after {
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  content: "\f054";
  font-family: fontawesome;
  color: #00aba5;
  display: inline-block;
}
#pager .content .btn_prev a i.arrow_next:after,
#pager .content .btn_next a i.arrow_next:after {
  transform: rotate(180deg);
}
#pager .content .btn_prev a:hover i.arrow_next:after,
#pager .content .btn_next a:hover i.arrow_next:after {
  transform: translateX(-5px) rotate(180deg);
}
#pager .content .btn_prev a:hover i.arrow_prev:after,
#pager .content .btn_next a:hover i.arrow_prev:after {
  transform: translateX(5px);
}
#pager .content .btn_prev .inactive,
#pager .content .btn_next .inactive {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: center;
  align-items: center;
  align-content: center;
  border: 1px solid rgb(216.75, 216.75, 216.75);
  border-radius: 100px;
  background: white;
}
#pager .content .btn_prev .inactive i,
#pager .content .btn_next .inactive i {
  position: relative;
}
#pager .content .btn_prev .inactive i:after,
#pager .content .btn_next .inactive i:after {
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  content: "\f054";
  font-family: fontawesome;
  color: rgb(216.75, 216.75, 216.75);
  display: inline-block;
}
#pager .content .btn_prev .inactive i.arrow_next:after,
#pager .content .btn_next .inactive i.arrow_next:after {
  transform: rotate(180deg);
}
#pager .content .list a {
  font-size: 15px;
  font-weight: 700;
  display: block;
  padding: 10px;
  margin: 0 25px;
}

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

#foot-entry-section {
  background-image: url("images/common/foot_entry_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
#foot-entry-section:before {
  content: "";
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.7;
  position: absolute;
  left: 0;
  top: 0;
}
#foot-entry-section .container {
  width: 100%;
}
#foot-entry-section .container .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#foot-entry-section .container .content .head {
  width: calc(100% - 700px);
  color: white;
  padding: 0 50px;
}
#foot-entry-section .container .content .entry {
  width: 350px;
  color: white;
  border-left: 1px solid white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: center;
  flex-direction: row;
  align-content: center;
  padding: 0 50px;
}
#foot-entry-section .container .content .entry .h {
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}
#foot-entry-section .container .content .entry .h h2 {
  font-weight: bold;
}
#foot-entry-section .container .content .entry .h h2:before {
  content: "";
  width: 50px;
  height: 50px;
  display: block;
  margin: 0 auto 10px;
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
}
#foot-entry-section .container .content .entry a {
  display: block;
  color: white;
}
#foot-entry-section .container .content .tel h2:before {
  background-image: url("images/common/icon_tel.png");
}
#foot-entry-section .container .content .tel a {
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  padding: 13px 0;
}
#foot-entry-section .container .content .mail h2:before {
  background-image: url("images/common/icon_mail.png");
}

footer#footer .container .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
footer#footer .container .content .l {
  width: 400px;
}
footer#footer .container .content .l .foot_logo {
  width: 186px;
  margin-bottom: 20px;
}
footer#footer .container .content .l .foot_info h1, footer#footer .container .content .l .foot_info p, footer#footer .container .content .l .foot_info address, footer#footer .container .content .l .foot_info a {
  line-height: 1.5;
  margin: 7px 0 0;
}
footer#footer .container .content .l .foot_info a {
  margin-top: 25px;
  border-radius: 10px;
}
footer#footer .container .content .r .foot_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: flex-end;
}
footer#footer .container .content .r .foot_nav nav {
  display: inline-block;
  margin-left: 80px;
}
footer#footer .container .content .r .foot_nav nav a {
  display: block;
  line-height: 1.5;
  font-weight: bold;
}
footer#footer .container .content .r .foot_nav nav .footer-nav-menu > li {
  margin-bottom: 20px;
}
footer#footer .container .content .r .foot_nav nav .footer-nav-menu > li:last-of-type {
  margin-bottom: 0;
}
footer#footer .container .content .r .foot_nav nav .footer-nav-menu > li > a {
  padding-left: 20px;
  position: relative;
}
footer#footer .container .content .r .foot_nav nav .footer-nav-menu > li > a:before {
  content: "";
  width: 15px;
  height: 16px;
  background-image: url("images/common/icon_gear_g.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 4px;
}
footer#footer .container .content .r .foot_nav nav .footer-nav-menu > li .sub-menu {
  padding-left: 12px;
  margin-top: 7px;
}
footer#footer .container .content .r .foot_nav nav .footer-nav-menu > li .sub-menu > li {
  line-height: 1.5;
  margin-bottom: 7px;
}
footer#footer .container .content .r .foot_nav nav .footer-nav-menu > li .sub-menu > li a:before {
  content: "□";
  display: inline-block;
  color: #00aba5;
  font-weight: bold;
  margin-right: 5px;
  font-size: 12px;
  vertical-align: baseline;
}

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

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

body.home #page {
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
}
body.home #page #vi-section .container {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
body.home #page #vi-section .container .vi_wrap .vi {
  width: 100%;
}
body.home #page #vi-section .container .vi_wrap .vi img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.home #page #vi-section .container .vi_wrap .vi_catch {
  width: 700px;
  position: absolute;
  bottom: 0;
  left: calc((100% - 700px) / 2);
  text-align: center;
}
body.home #page #vi-section .container .vi_wrap .vi_catch h2 {
  font-size: 38px;
  line-height: 1.5;
  font-weight: 700;
  color: white;
  margin-bottom: max(150px, 15vw);
}
body.home #page #vi-section .container .vi_wrap .vi_catch .character {
  position: absolute;
  bottom: 0;
}
body.home #page #vi-section .container .vi_wrap .vi_catch .chara_1 {
  width: 286px;
  height: 429px;
  left: -270px;
}
body.home #page #vi-section .container .vi_wrap .vi_catch .chara_2 {
  width: 253px;
  height: 380px;
  right: -235px;
}
body.home #page #vi-section .container .vi_wrap .vi_catch .scrolldown_img {
  position: absolute;
  right: calc((100% - 90px) / 2);
  bottom: 30px;
  z-index: 10;
  width: 90px;
}
body.home #page #intro-section {
  background-image: url("images/top/intro_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
body.home #page #intro-section .container .inner {
  text-align: center;
  color: white;
  padding: 50px 0;
}
body.home #page #intro-section .container .inner p {
  font-size: 23px;
  font-weight: 700;
}
body.home #page #intro-section .container .inner h3 {
  font-size: 30px;
  font-weight: 700;
  margin: 50px 0 20px;
}
body.home #page #works-section .container {
  padding: 10rem 0;
}
body.home #page #works-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;
  position: relative;
}
body.home #page #works-section .container .content .txt {
  width: 48%;
}
body.home #page #works-section .container .content .txt .link_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 10px;
}
body.home #page #works-section .container .content .txt .link_list a {
  width: calc(50% - 5px);
  min-width: auto;
  margin-top: 10px;
}
body.home #page #works-section .container .content .pic {
  width: 48%;
  width: max(48%, 800px);
  position: absolute;
  left: 50%;
  top: 0;
}
body.home #page #company-section .container {
  width: 100%;
  max-width: 100%;
}
body.home #page #company-section .container .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}
body.home #page #company-section .container .content .slide_wrap {
  width: 380px;
  width: 50%;
}
body.home #page #company-section .container .content .slide_wrap img {
  width: 100%;
  height: 100%;
  min-height: 500px;
  object-fit: cover;
  object-position: center;
}
body.home #page #company-section .container .content .txt {
  width: 50%;
  padding: 0 50px;
}
body.home #page #company-section .container .content .txt .btn {
  text-align: right;
  margin-top: 25px;
}
body.home #page #voice-section .container {
  width: 100%;
  max-width: 100%;
  min-width: 1000px;
}
body.home #page #voice-section .container .inner {
  width: calc(100% - 100px);
  margin-left: 100px;
  padding-top: 60px;
  position: relative;
}
body.home #page #voice-section .container .inner:after {
  content: "";
  background: #00aba5;
  display: block;
  width: 100%;
  height: calc(100% - 80px);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  border-top-left-radius: 30px;
}
body.home #page #voice-section .container .inner .head {
  padding-left: 80px;
  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 #voice-section .container .inner .head .l {
  width: 380px;
}
body.home #page #voice-section .container .inner .head .r {
  width: calc(100% - 380px - 50px);
  color: white;
  padding-right: 50px;
  margin-bottom: 30px;
}
body.home #page #voice-section .container .inner .head .r p {
  margin-top: 0;
}
body.home #page #voice-section .container .inner .head .r .btn {
  margin-top: 10px;
  text-align: right;
}
body.home #page #voice-section .container #voice-slide {
  margin-bottom: -50px;
}
body.home #page #voice-section .container #voice-slide a .pic {
  overflow: hidden;
}
body.home #page #voice-section .container #voice-slide a .pic img {
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
body.home #page #voice-section .container #voice-slide a:hover {
  opacity: 1 !important;
}
body.home #page #voice-section .container #voice-slide a:hover img {
  transform: scale(110%);
}
body.home #page #news-section .sec_title1 {
  text-align: center;
}
body.home #page #news-section .sec_title1 h2 {
  padding-right: 25px;
  display: inline-block;
}
body.home #page #news-section .sec_title1 h2:after {
  content: "";
  width: 18px;
  height: 19px;
  background-image: url("images/common/icon_gear_g.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 0;
  top: 3px;
}
body.home #page #news-section .btn {
  text-align: center;
  margin-top: 30px;
}
body.home #page #application-section {
  background-image: url("images/top/application_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
body.home #page #application-section .container .head {
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
body.home #page #application-section .container .head .l {
  width: 500px;
}
body.home #page #application-section .container .head .r {
  width: calc(100% - 500px);
}
body.home #page #application-section .container .link_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
}
body.home #page #application-section .container .link_list a {
  width: calc(33.3333333333% - 10px);
  min-width: auto;
}
body.home #page #parent-section .container a {
  display: block;
  border-radius: 30px;
  overflow: hidden;
}
body.home #page #parent-section .container a .inner {
  background-image: url("images/top/parent_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: white;
  padding: 70px 50px;
  position: relative;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
body.home #page #parent-section .container a .inner h2 {
  font-size: 35px;
  font-weight: 700;
  line-height: 1.5;
}
body.home #page #parent-section .container a .inner h3 {
  font-size: 25px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
body.home #page #parent-section .container a .inner:after {
  content: "";
  width: 80px;
  height: 80px;
  background-image: url("images/common/arrow_circle_w.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 50px;
  top: 80px;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
body.home #page #parent-section .container a:hover .inner:after {
  transform: translateX(5px);
}

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

.news_feeds_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;
  justify-content: flex-start;
}
.news_feeds_wrap article.post-news {
  width: calc(33.3333333333% - 15px);
  margin-right: 22.5px;
  margin-bottom: 30px;
}
.news_feeds_wrap article.post-news:nth-of-type(3n) {
  margin-right: 0;
}
.news_feeds_wrap article.post-news .inner .thumb {
  margin-bottom: 15px;
}
.news_feeds_wrap article.post-news .inner .thumb a {
  display: block;
  overflow: hidden;
}
.news_feeds_wrap article.post-news .inner .thumb a img {
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
.news_feeds_wrap article.post-news .inner .thumb a:hover {
  opacity: 1 !important;
}
.news_feeds_wrap article.post-news .inner .thumb a:hover img {
  transform: scale(110%);
}
.news_feeds_wrap article.post-news .inner .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: flex-start;
  align-items: center;
}
.news_feeds_wrap article.post-news .inner .txt .post-date {
  display: inline-block;
  width: 80px;
}
.news_feeds_wrap article.post-news .inner .txt .post-cat {
  width: calc(100% - 80px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: flex-start;
  align-items: center;
}
.news_feeds_wrap article.post-news .inner .txt .post-cat li {
  margin-right: 10px;
}
.news_feeds_wrap article.post-news .inner .txt .post-cat li:last-of-type {
  margin-right: 0;
}
.news_feeds_wrap article.post-news .inner .txt .post-cat li a {
  display: inline-block;
  color: #00aba5;
  border: 1px solid #00aba5;
  line-height: 1;
  padding: 5px 15px;
  font-size: 14px;
  width: auto;
}
.news_feeds_wrap article.post-news .inner .txt .post-title {
  width: 100%;
  margin-top: 5px;
  line-height: 1.5;
}
.news_feeds_wrap article.post-news .inner .txt .post-title a {
  display: block;
  font-weight: bold;
}

#wrapper.news #news-detail .container {
  width: 900px;
  min-width: 900px;
}
#wrapper.news #news-detail .post-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 40px;
}
#wrapper.news #news-detail .post-header .post-title {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 15px;
  width: 100%;
}
#wrapper.news #news-detail .post-header .post-date {
  display: inline-block;
  color: gray;
  line-height: 1.5;
  margin-right: 15px;
}
#wrapper.news #news-detail .post-header ul.post-cat {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
}
#wrapper.news #news-detail .post-header ul.post-cat li {
  display: inline-block;
  margin-right: 5px;
}
#wrapper.news #news-detail .post-header ul.post-cat li a {
  display: inline-block;
  color: #00aba5;
  border: 1px solid #00aba5;
  line-height: 1.5;
  padding: 5px 15px;
}
#wrapper.news #news-detail .content {
  margin-bottom: 40px;
}

.faq_content_wrap .faq_list article {
  border: 2px solid #00aba5;
  padding: 20px 45px;
  border-radius: 10px;
  margin-bottom: 25px;
}
.faq_content_wrap .faq_list article:last-of-type {
  margin-bottom: 0;
}

#page-parent #intro-section .inner {
  background: #ebfaf9;
  padding: 55px 50px;
  border-radius: 30px;
}
#page-parent #intro-section .inner .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#page-parent #intro-section .inner .content .pic {
  width: 250px;
}
#page-parent #intro-section .inner .content .pic p {
  text-align: center;
}
#page-parent #intro-section .inner .content .txt {
  width: calc(100% - 250px - 30px);
}
#page-parent #parent-section .parent_list article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
#page-parent #parent-section .parent_list article:last-of-type {
  margin-bottom: 0;
}
#page-parent #parent-section .parent_list article .pic {
  width: 450px;
}
#page-parent #parent-section .parent_list article .pic img {
  width: 100%;
  min-height: 500px;
  object-fit: cover;
  object-position: center;
}
#page-parent #parent-section .parent_list article .txt {
  width: calc(100% - 450px - 35px);
}
#page-parent #parent-section .parent_list article:nth-of-type(even) .pic {
  order: 2;
}
#page-parent #parent-section .parent_list article:nth-of-type(even) .txt {
  order: 1;
}
#page-parent #parent-6 .contact_us h3 {
  color: #00aba5;
  font-size: 22px;
  line-height: 1.5;
  font-weight: 700;
  margin-top: 15px;
}

#page-company #pankuzu {
  color: white !important;
}
#page-company #pankuzu a {
  color: white;
}
#page-company #message-section {
  position: relative;
}
#page-company #message-section .container {
  padding-top: 120px;
  padding-bottom: 0;
}
#page-company #message-section .container .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: flex-end;
}
#page-company #message-section .container .content .pic {
  width: 340px;
}
#page-company #message-section .container .content .txt {
  width: calc(100% - 340px - 50px);
  margin-bottom: 120px;
}
#page-company #message-section .deco {
  position: absolute;
  z-index: -1;
}
#page-company #message-section .deco.deco_1 {
  left: 0;
  top: 0;
  width: 180px;
}
#page-company #message-section .deco.deco_2 {
  right: 0;
  top: 0;
  width: 570px;
}
#page-company #message-section .deco.deco_3 {
  left: 0;
  bottom: 0;
  width: 450px;
}
#page-company #message-section .deco.deco_4 {
  right: 0;
  bottom: 0;
  width: 180px;
}
#page-company #profile-section {
  background-image: url("images/company/profile_bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#page-company #profile-section .container {
  padding: 170px 0 100px;
}
#page-company #profile-section .container:before {
  content: "";
  width: 1176px;
  height: 967px;
  background-image: url("images/company/logo.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 120px;
  left: calc((100% - 1176px) / 2);
}
#page-company #profile-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;
  position: relative;
  margin-bottom: 40px;
  z-index: 2;
}
#page-company #profile-section .container .content .pic {
  width: 810px;
  position: absolute;
  right: 600px;
  top: 0;
}
#page-company #profile-section .container .content .txt {
  width: 550px;
  margin-left: calc(100% - 550px);
}
#page-company #profile-section .container .profile_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;
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
}
#page-company #profile-section .container .profile_list article {
  width: calc(25% - 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: center;
  align-content: center;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 0;
}
#page-company #profile-section .container .profile_list article h3 {
  color: white;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
  text-align: center;
}
#page-company #profile-section .container .profile_list article:nth-of-type(1) {
  background-image: url("images/company/profile_circle_1.png");
}
#page-company #profile-section .container .profile_list article:nth-of-type(2) {
  background-image: url("images/company/profile_circle_2.png");
}
#page-company #profile-section .container .profile_list article:nth-of-type(3) {
  background-image: url("images/company/profile_circle_3.png");
}
#page-company #profile-section .container .profile_list article:nth-of-type(4) {
  background-image: url("images/company/profile_circle_4.png");
}
#page-company #profile-section .container .message {
  position: relative;
  z-index: 2;
  text-align: center;
  color: white;
  line-height: 1.5;
}
#page-company #profile-section .container .message h3 {
  font-weight: 700;
  font-size: 35px;
}
#page-company #profile-section .container .message h4 {
  font-weight: 700;
  font-size: 50px;
}
#page-company #mission-section {
  background-image: url("images/company/mission_bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#page-company #mission-section .container .pic {
  padding: 0 50px;
}
#page-company #mission-section .container .txt {
  margin-top: -100px;
  border: 3px solid white;
  padding: 40px 50px;
  border-radius: 30px;
  color: white;
  background: rgba(0, 0, 0, 0.7);
  position: relative;
  z-index: 2;
}
#page-company #mission-section .container .txt .btn {
  text-align: right;
}

#page-job #pankuzu {
  color: white !important;
}
#page-job #pankuzu a {
  color: white;
}
#page-job .job_content_wrap {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
#page-job .job_content_wrap .container {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
#page-job .job_content_wrap .content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}
#page-job .job_content_wrap .content .ttl {
  position: absolute;
  left: 0;
  top: 10px;
  z-index: 10;
}
#page-job .job_content_wrap .content .ttl img {
  width: auto;
  height: 104px;
  object-fit: contain;
}
#page-job .job_content_wrap .content .pic {
  width: calc(100% - 750px);
  position: absolute;
  right: 750px;
  text-align: right;
}
#page-job .job_content_wrap .content .pic .chara_bg {
  width: 530px;
  display: inline-block;
}
#page-job .job_content_wrap .content .pic .chara {
  position: absolute;
  width: max(600px, 100%);
  right: 0;
  top: 0;
  z-index: 3;
}
#page-job .job_content_wrap .content .pic .chara img {
  width: 100%;
  object-fit: cover;
}
#page-job .job_content_wrap .content .txt {
  width: 750px;
  margin-left: calc(100% - 750px);
  padding: 140px 70px;
  color: white;
  position: relative;
  z-index: 20;
}
#page-job .job_content_wrap .content .txt .sec_title6 h3 {
  color: white;
  font-size: 45px;
  line-height: 1.3;
  margin-top: 10px;
}
#page-job .job_content_wrap .content .txt .table_type_1 th, #page-job .job_content_wrap .content .txt .table_type_1 td {
  padding-top: 3px;
  padding-bottom: 3px;
}
#page-job .job_content_wrap .content .txt .table_type_1 th {
  width: 55px;
}
#page-job .job_content_wrap .content .txt .table_type_1 td:before {
  top: 22px;
}
#page-job .job_content_wrap .content .txt p {
  font-weight: 700;
}
#page-job #hero-section-1 {
  background-image: url("images/job/sec_1_bg.jpg");
}
#page-job #hero-section-2 {
  background-image: url("images/job/sec_2_bg.jpg");
}
#page-job #hero-section-2 .content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}
#page-job #hero-section-2 .content .ttl {
  left: auto;
  right: 0;
}
#page-job #hero-section-2 .content .pic {
  right: auto;
  left: 700px;
  text-align: left;
}
#page-job #hero-section-2 .content .pic .chara {
  right: auto;
  left: 0;
}
#page-job #hero-section-2 .content .txt {
  margin-left: 0;
}
#page-job #hero-section-3 {
  background-image: url("images/job/sec_3_bg.jpg");
}

#page-personality #pankuzu {
  color: white !important;
}
#page-personality #pankuzu a {
  color: white;
}
#page-personality .personality_content_wrap {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}
#page-personality .personality_content_wrap .container:before {
  content: "";
  width: 800px;
  height: 100%;
  background-image: url("images/personality/chara_1.png");
  background-size: cover;
  background-position: top right;
  position: absolute;
  right: 55%;
  top: 0;
  opacity: 0.5;
}
#page-personality .personality_content_wrap .container .inner {
  width: 800px;
  margin: 0 auto;
  position: relative;
}
#page-personality .personality_content_wrap .container .inner .chara {
  position: absolute;
  top: -40px;
  right: -300px;
  width: 520px;
}
#page-personality .personality_content_wrap .container .inner .txt {
  position: relative;
  z-index: 10;
  color: white;
  font-weight: 700;
}
#page-personality .personality_content_wrap .container .inner .txt .person_list {
  padding-left: 120px;
}
#page-personality .personality_content_wrap .container .inner .txt .person_list > h3 {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  margin-left: 22px;
}
#page-personality .personality_content_wrap .container .inner .txt .person_list > h3:before, #page-personality .personality_content_wrap .container .inner .txt .person_list > h3:after {
  display: inline-block;
  position: absolute;
}
#page-personality .personality_content_wrap .container .inner .txt .person_list > h3:before {
  content: "「";
  left: -50px;
}
#page-personality .personality_content_wrap .container .inner .txt .person_list > h3:after {
  content: "」";
  right: -50px;
}
#page-personality .personality_content_wrap .container .inner .txt .person_list > h4 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 25px;
}
#page-personality .personality_content_wrap .container .inner .txt .person_list article {
  margin-bottom: 25px;
}
#page-personality .personality_content_wrap .container .inner .txt .person_list article:last-of-type {
  margin-bottom: 0;
}
#page-personality .personality_content_wrap .container .inner .txt .person_list article > h2 {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.5;
  padding-left: 35px;
  position: relative;
}
#page-personality .personality_content_wrap .container .inner .txt .person_list article > h2:before {
  content: "";
  width: 25px;
  height: 22px;
  background-image: url("images/common/arrow_d_w.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 9px;
}
#page-personality .personality_content_wrap .container .inner .txt .person_list article ul {
  padding-left: 35px;
}
#page-personality .personality_content_wrap .container .inner .txt .person_list article ul li {
  padding-left: 15px;
  position: relative;
  line-height: 1.5;
  margin: 7px 0;
  font-weight: 700;
  font-size: 19px;
}
#page-personality .personality_content_wrap .container .inner .txt .person_list article ul li:before {
  content: "・";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
#page-personality .personality_content_wrap .container .inner .txt .person_list article p {
  font-weight: 700;
  font-size: 19px;
  margin: 7px 0;
  padding-left: 35px;
}
#page-personality #personality-section-1 {
  background-image: url("images/personality/sec_bg_1.jpg");
}
#page-personality #personality-section-2 {
  background-image: url("images/personality/sec_bg_2.jpg");
}
#page-personality #personality-section-2 .container:before {
  width: 800px;
  background-image: url("images/personality/chara_2.png");
}
#page-personality #personality-section-3 {
  background-image: url("images/personality/sec_bg_3.jpg");
}
#page-personality #personality-section-3 .container:before {
  width: 800px;
  background-image: url("images/personality/chara_3.png");
}

#page-works #pankuzu {
  color: white !important;
}
#page-works #pankuzu a {
  color: white;
}
#page-works #intro-section {
  background-image: url("images/works/intro_bg.jpg");
  background-size: cover;
  background-position: center;
}
#page-works #intro-section .container {
  text-align: center;
  color: white;
}
#page-works #intro-section .container p {
  font-size: 23px;
  font-weight: 700;
}
#page-works #intro-section .container h2 {
  font-size: 50px;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 25px;
}
#page-works #tech-section .container .sec_title1 h4 {
  font-size: 35px;
}
#page-works #tech-section .container .sec_title1 h4:before {
  top: 27px;
}
#page-works #tech-section .container .tech_1, #page-works #tech-section .container .tech_2 {
  width: 1000px;
  margin: 0 auto 50px;
}
#page-works #tech-section .container .tech_1 > h3, #page-works #tech-section .container .tech_2 > h3 {
  color: #00aba5;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}
#page-works #tech-section .container .tech_1 p, #page-works #tech-section .container .tech_2 p {
  font-weight: 700;
}
#page-works #tech-section .container .tech_1 .pic, #page-works #tech-section .container .tech_2 .pic {
  width: 800px;
  margin: 40px auto;
}
#page-works #tech-section .container .tech_1 article.tech_info, #page-works #tech-section .container .tech_2 article.tech_info {
  background: #00aba5;
  padding: 40px 50px;
  border-radius: 30px;
  color: white;
  position: relative;
}
#page-works #tech-section .container .tech_1 article.tech_info:before, #page-works #tech-section .container .tech_2 article.tech_info:before {
  content: "";
  border: 1px solid white;
  border-radius: 25px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  position: absolute;
  top: 5px;
  left: 5px;
}
#page-works #tech-section .container .tech_1 article.tech_info .inner, #page-works #tech-section .container .tech_2 article.tech_info .inner {
  position: relative;
  z-index: 10;
}
#page-works #tech-section .container .caption {
  text-align: center;
}
#page-works #tech-section .container .caption h3 {
  font-size: 50px;
  line-height: 1.3;
  font-weight: 700;
  color: #00aba5;
}
#page-works #works-type-section .container {
  width: 100%;
  max-width: 100%;
  padding-bottom: 0;
}
#page-works #works-type-section .container .works_list article {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 50px;
}
#page-works #works-type-section .container .works_list article .inner {
  width: calc(100% - 100px);
  max-width: 1110px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: flex-end;
}
#page-works #works-type-section .container .works_list article .inner .ttl {
  position: absolute;
  left: 10px;
  top: 10px;
}
#page-works #works-type-section .container .works_list article .inner .ttl img {
  widows: auto;
  height: 93px;
  object-fit: contain;
}
#page-works #works-type-section .container .works_list article .inner .pic {
  position: relative;
  z-index: 2;
  width: 550px;
}
#page-works #works-type-section .container .works_list article .inner .pic img {
  width: auto;
  height: 100%;
  object-fit: contain;
  object-position: bottom center;
}
#page-works #works-type-section .container .works_list article .inner .txt {
  width: calc(100% - 550px - 50px);
  color: white;
  padding-bottom: 90px;
}
#page-works #works-type-section .container .works_list article:nth-of-type(1) {
  background-image: url("images/works/sec_bg_1.jpg");
}
#page-works #works-type-section .container .works_list article:nth-of-type(2) {
  background-image: url("images/works/sec_bg_2.jpg");
}
#page-works #works-type-section .container .works_list article:nth-of-type(3) {
  background-image: url("images/works/sec_bg_3.jpg");
}

#page-voice {
  position: relative;
}
#page-voice:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("images/voice/bg_pattern.png");
  background-repeat: repeat;
  background-size: 70px;
  opacity: 0.4;
  z-index: -1;
}
#page-voice .voice_content_wrap .container {
  width: 1000px;
  padding-bottom: 0;
}
#page-voice .voice_content_wrap .container .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;
  position: relative;
}
#page-voice .voice_content_wrap .container .vi .txt {
  width: calc(100% - 350px - 50px);
}
#page-voice .voice_content_wrap .container .vi .txt h2 {
  color: #00aba5;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
}
#page-voice .voice_content_wrap .container .vi .txt h3 {
  font-weight: 700;
  font-size: 25px;
  line-height: 1.5;
  margin-bottom: 10px;
}
#page-voice .voice_content_wrap .container .vi .txt table th {
  font-weight: 700;
  text-align: left;
  width: 50px;
  vertical-align: top;
}
#page-voice .voice_content_wrap .container .vi .txt table th, #page-voice .voice_content_wrap .container .vi .txt table td {
  line-height: 1.5;
  padding: 5px 0;
}
#page-voice .voice_content_wrap .container .vi .pic {
  width: 350px;
  position: relative;
}
#page-voice .voice_content_wrap .container .vi .pic img {
  border-top-left-radius: 30px;
}
#page-voice .voice_content_wrap .container .vi .pic:after {
  content: "";
  width: 100%;
  height: 350px;
  border-top-left-radius: 30px;
  background: #00aba5;
  z-index: -1;
  position: absolute;
  top: 20px;
  left: -20px;
}
#page-voice .voice_content_wrap .container .vi h3.sec_ttl {
  position: absolute;
  line-height: 1;
  right: -120px;
  top: 70px;
  font-family: "Poppins", sans-serif;
  color: #00aba5;
  font-size: 60px;
  transform: rotate(90deg);
}
#page-voice .voice_content_wrap .container .open_btn {
  text-align: center;
  margin: 40px 0 0;
  position: relative;
}
#page-voice .voice_content_wrap .container .open_btn:before, #page-voice .voice_content_wrap .container .open_btn:after {
  content: "";
  width: 475px;
  height: 2px;
  background: #00aba5;
  position: absolute;
  top: 36px;
}
#page-voice .voice_content_wrap .container .open_btn:before {
  left: 0;
}
#page-voice .voice_content_wrap .container .open_btn:after {
  right: 0;
}
#page-voice .voice_content_wrap .container .open_btn img {
  width: 54px;
  display: inline-block;
  position: relative;
}
#page-voice .voice_content_wrap .container .open_box {
  display: none;
}
#page-voice .voice_content_wrap .container .interview_list .sec_title3 {
  margin: 30px 0;
}
#page-voice .voice_content_wrap .container .interview_list .sec_title3 h2 {
  font-size: 40px;
}
#page-voice .voice_content_wrap .container .interview_list .sec_title3 h2:before {
  top: 25px;
}
#page-voice .voice_content_wrap .container .interview_list article {
  border-bottom: 1px solid rgb(216.75, 216.75, 216.75);
  padding: 20px 20px 30px;
}
#page-voice .voice_content_wrap .container .interview_list article .q {
  padding: 15px 0;
  position: relative;
}
#page-voice .voice_content_wrap .container .interview_list article .q:before {
  content: "Q";
  font-family: font-family-en;
  font-weight: 700;
  color: #00aba5;
  opacity: 0.3;
  position: absolute;
  left: -21px;
  top: 4px;
  font-size: 60px;
  line-height: 1;
}
#page-voice .voice_content_wrap .container .interview_list article .q h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
}
#page-voice .voice_content_wrap .container .interview_list article .a p {
  margin: 0;
  font-weight: 700;
}
#page-voice .voice_content_wrap .container .interview_list .pic {
  margin: 30px 0;
}
#page-voice #voice-section-3 {
  margin-bottom: 70px;
}

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

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

#contact-form-section .container > .inner .message {
  background: #ebfaf9;
  padding: 35px 50px;
  border-radius: 10px;
  margin-bottom: 70px;
}
#contact-form-section .container > .inner .intro {
  text-align: center;
  margin-bottom: 40px;
  text-align: center;
}
#contact-form-section .container > .inner .intro p {
  margin: 7px 0;
}
#contact-form-section .container > .inner .intro p > a {
  text-decoration: underline;
  color: #00aba5;
}
#contact-form-section .container > .inner .intro .tel_link a {
  color: #00aba5;
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  display: inline-block;
}
#contact-form-section .container > .inner .form_ttl {
  margin-bottom: 20px;
}
#contact-form-section .container > .inner .form_ttl h3 {
  text-align: center;
  padding: 20px 10px;
  font-size: 22px;
  font-weight: 700;
  color: #00aba5;
}

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

@media screen and (max-width: 732px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .grecaptcha-badge {
    bottom: 83px !important;
    display: none;
  }
  .page-id-166 .grecaptcha-badge {
    display: block;
  }
  .container {
    padding: 4rem 0;
    width: 90%;
    min-width: auto;
    max-width: 100%;
    box-sizing: border-box;
  }
  #wrapper {
    position: relative;
    font-size: 1.3rem;
    padding-top: 54px;
  }
  /*more btn*/
  .btn_1 {
    font-size: 16px;
    padding: 20px 15px;
    padding-right: 50px;
    line-height: 1.3;
  }
  .btn_1:after {
    width: 40px;
    height: 40px;
    top: 10px;
  }
  .btn_2 {
    padding: 15px 20px;
  }
  .btn_2:before {
    content: "";
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 30px;
    top: 23px;
    transition: 0.1s cubic-bezier(0.45, 0, 0.55, 1);
  }
  .btn_2.icon_tel {
    font-family: "Poppins", sans-serif;
    font-size: 22px;
  }
  .btn_2.icon_tel:before {
    background-image: url("images/common/icon_tel.png");
  }
  .btn_2.icon_mail:before {
    background-image: url("images/common/icon_mail.png");
  }
  .btn_3 {
    font-size: 17px;
    padding-left: 30px;
  }
  .btn_3:before {
    width: 14px;
    height: 16px;
    top: 5px;
  }
  /*共通見出し*/
  .sec_title1 {
    margin-bottom: 15px;
  }
  .sec_title1 h2 {
    font-size: 16px;
    padding-left: 26px;
  }
  .sec_title1 h2:before {
    width: 18px;
    height: 19px;
    left: 0;
    top: 1px;
  }
  .sec_title1 h3 {
    font-size: 50px;
  }
  .sec_title1 h4 {
    font-size: 18px;
    padding-left: 40px;
  }
  .sec_title1 h4:before {
    width: 30px;
    top: 12px;
  }
  .sec_title2 h3 {
    font-size: 35px;
    padding: 0 40px;
  }
  .sec_title2 h3:before, .sec_title2 h3:after {
    width: 15px;
    height: 16px;
    bottom: -9px;
  }
  .sec_title2 h3:before {
    left: -20px;
  }
  .sec_title2 h3:after {
    right: -20px;
  }
  .sec_title2 h2 {
    font-size: 18px;
  }
  .sec_title3 {
    margin-bottom: 15px;
  }
  .sec_title3 h2 {
    font-size: 25px;
    padding-left: 25px;
  }
  .sec_title3 h2:before {
    top: 12px;
  }
  .sec_title4 {
    padding: 10px 0;
    margin-bottom: 10px;
  }
  .sec_title4 h2 {
    font-size: 17px;
    padding-left: 25px;
  }
  .sec_title4 h2:before {
    width: 20px;
    height: 20px;
    top: 3px;
  }
  .sec_title5 {
    margin-bottom: 20px;
  }
  .sec_title5 h2 {
    font-size: 25px;
  }
  .sec_title5 h3 {
    font-size: 18px;
  }
  .sec_title5 h4 {
    font-size: 18px;
  }
  .sec_title6 {
    margin-bottom: 20px;
  }
  .sec_title6 span.num {
    font-size: 35px;
    margin-right: 10px;
  }
  .sec_title6 h2 {
    font-size: 20px;
    padding-left: 30px;
  }
  .sec_title6 h2:before {
    width: 25px;
    top: 15px;
  }
  .sec_title6 h3 {
    font-size: 17px;
    margin-top: 10px;
  }
  .sec_title7 {
    margin-bottom: 20px;
  }
  .sec_title7 h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .sec_title7 h2:before {
    margin-right: 7px;
  }
  .sec_title7 h2 em {
    font-size: 15px;
    padding-right: 10px;
    margin-right: 10px;
  }
  .sec_title7 h3 {
    font-size: 20px;
  }
  .round_t_r {
    overflow: hidden;
    border-top-right-radius: 30px;
  }
  .round_t_r img {
    width: 100%;
  }
  .round_t_l {
    overflow: hidden;
    border-top-left-radius: 30px;
  }
  .round_t_l img {
    width: 100%;
  }
  .round_type1 {
    overflow: hidden;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }
  .round_type1 img {
    width: 100%;
  }
  .gmap_wrap iframe {
    width: 100%;
    height: 300px;
  }
  .table_type_normal table tr th, .table_type_normal table tr td {
    padding: 10px 10px;
    font-size: 13px;
  }
  .table_type_normal table tr th {
    width: 80px;
    padding: 10px 10px;
  }
  .table_type_normal table tr td ul.list_type_1 li {
    padding-left: 15px;
  }
  .table_type_1 table tr th, .table_type_1 table tr td {
    padding: 7px 0;
    line-height: 1.5;
    font-size: 13px;
  }
  .table_type_1 table tr th {
    width: 55px;
  }
  .table_type_1 table tr td {
    padding-left: 40px;
  }
  .table_type_1 table tr td:before {
    width: 20px;
    left: 10px;
    top: 18px;
  }
  .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: #00aba5;
    display: inline-block;
    margin-right: 1rem;
  }
  .list_type_bar ul li a {
    color: #00aba5;
    font-weight: bold;
  }
  .sp-buttons .sp-button {
    border-bottom-color: #00aba5;
    width: 8px;
    height: 8px;
  }
  .sp-buttons .sp-selected-button {
    background-color: #00aba5;
  }
  #pankuzu #breadcrumb {
    top: 10px;
  }
  #pankuzu #breadcrumb ul {
    font-size: 0;
  }
  #pankuzu #breadcrumb ul > li {
    display: inline-block;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .font-size-small #pankuzu #breadcrumb ul > li {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .font-size-large #pankuzu #breadcrumb ul > li {
    font-size: 18px;
    font-size: 1.8rem;
  }
  #pankuzu #breadcrumb ul > li {
    margin-left: 10px;
    font-size: 1.2rem;
    line-height: 1.3;
  }
  #pankuzu #breadcrumb ul > li:before {
    display: inline-block;
    margin-right: 10px;
    content: ">";
  }
  #pankuzu #breadcrumb ul > li:first-of-type:before {
    display: none;
  }
  #pankuzu #breadcrumb ul > li > a {
    text-decoration: underline;
  }
  #menu_btn {
    position: absolute;
    width: 35px;
    height: 20px;
    cursor: pointer;
    display: inline-block;
    transition: all 0.2s;
    box-sizing: border-box;
    right: 16px;
    top: 18px;
  }
  #menu_btn:after {
    content: "";
    background: #00aba5;
    width: 50px;
    height: 40px;
    position: absolute;
    right: -7px;
    top: -10px;
    border-radius: 5px;
    z-index: 1;
    display: inline-block;
  }
  #menu_btn span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: white;
    border-radius: 4px;
    display: inline-block;
    transition: all 0.1s;
    box-sizing: border-box;
    z-index: 2;
  }
  #menu_btn span:nth-of-type(1) {
    top: 0;
  }
  #menu_btn span:nth-of-type(2) {
    top: 9px;
  }
  #menu_btn span:nth-of-type(3) {
    bottom: 0;
  }
  #menu_btn.close:before {
    content: none;
    transition: all 0.2s;
  }
  #menu_btn.close span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
  }
  #menu_btn.close span:nth-of-type(2) {
    opacity: 0;
  }
  #menu_btn.close span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
  }
  #wrapper {
    padding-top: 0;
  }
  #header {
    position: relative;
  }
  #header .container .content {
    display: block;
  }
  #header .container .content .head_logo {
    margin-left: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  #header .container .content .head_logo a {
    width: auto;
    padding: 0;
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-content: flex-start;
    align-items: flex-end;
  }
  #header .container .content .head_logo a h1 {
    width: 160px;
  }
  #header .container .content .head_logo a img {
    vertical-align: bottom;
  }
  #header .container .content .head_logo a h2 {
    display: inline-block;
    padding: 0;
    margin: 0;
    margin-left: 10px;
  }
  #header .container .content #gnav {
    width: 100%;
    padding: 0;
    display: none;
  }
  #header .container .content #gnav nav ul.header-nav-menu {
    display: block;
    border-top: 1px solid black;
  }
  #header .container .content #gnav nav ul.header-nav-menu li {
    display: block;
    margin: 0;
    border-bottom: 1px solid black;
  }
  #header .container .content #gnav nav ul.header-nav-menu li a {
    display: block;
    padding: 20px 20px 20px 40px;
    color: black;
  }
  #header .container .content #gnav nav ul.header-nav-menu li a:before {
    width: 15px;
    height: 16px;
    left: 18px;
    top: 19px;
    background-image: url("images/common/icon_gear_g.png");
  }
  #header .container .content #gnav nav ul.header-nav-menu li a:after {
    content: "\f054";
    font-family: fontawesome;
    position: absolute;
    right: 20px;
    top: 19px;
  }
  #header .container .content #gnav nav ul.header-nav-menu li.type_btn a {
    border-radius: 0;
    padding: 20px 20px;
    text-align: center;
  }
  #header .container .content #gnav nav ul.header-nav-menu li.type_btn a:after {
    content: none;
  }
  #vihalf-section .container {
    padding: 4rem 0;
  }
  #vihalf-section-type2 .container {
    padding: 6rem 0;
  }
  #main-content img.size-full {
    margin-bottom: 2.5rem;
  }
  #news-detail article[class^=post-] > .content table {
    margin-bottom: 30px;
  }
  #news-detail article[class^=post-] > .content table tr th, #news-detail article[class^=post-] > .content table tr td {
    letter-spacing: 0;
    padding: 10px 5px;
  }
  #news-detail article[class^=post-] > .content table tr th {
    width: 30%;
    padding: 20px 0;
  }
  #news-detail article[class^=post-] > .content table tr td {
    padding: 20px;
  }
  #news-detail article[class^=post-] > .content h1 {
    margin: 1rem 0 2rem;
    line-height: 1.5;
    font-size: 2.5rem;
    font-weight: bold;
  }
  #news-detail article[class^=post-] > .content h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
    line-height: 1.5;
    font-weight: bold;
  }
  #news-detail article[class^=post-] > .content h3 {
    color: #00aba5;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 1rem;
    display: inline-block;
    min-width: 50%;
  }
  #news-detail article[class^=post-] > .content h4 {
    color: white;
    font-weight: bold;
    line-height: 1.5;
    padding: 1rem 1.5rem;
    margin-bottom: 1rem;
    background: #00aba5;
  }
  #news-detail article[class^=post-] > .content h5 {
    color: #00aba5;
    font-weight: bold;
    line-height: 1.5;
    padding: 1rem 1.5rem;
    margin-bottom: 1rem;
    border: 2px solid #00aba5;
  }
  #news-detail article[class^=post-] > .content p {
    font-size: 1.3rem;
    margin-bottom: 2rem;
  }
  #news-detail article[class^=post-] > .content a {
    text-decoration: underline;
    color: #00aba5;
  }
  #news-detail article[class^=post-] > .content h2.caption {
    box-sizing: border-box;
    color: #000 !important;
    font-size: 2.1rem;
    line-height: 1.5;
    border-bottom: 1px solid red;
    border-radius: 0;
    margin-bottom: 3rem !important;
    background: none;
    box-shadow: none;
    display: block;
    text-align: left;
  }
  #news-detail article[class^=post-] > .content ul {
    margin: 2rem 0 3rem;
    list-style: disc;
    padding-left: 2rem;
  }
  #news-detail article[class^=post-] > .content ul li {
    line-height: 1.5;
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
    font-style: normal;
  }
  #news-detail article[class^=post-] > .content .btn {
    text-align: right;
    margin: 1rem 0 1rem;
  }
  #news-detail article[class^=post-] > .content .btn > a {
    text-decoration: none !important;
    text-align: left;
    min-width: 250px;
  }
  #news-detail article[class^=post-] > .content .gallery_card article {
    width: calc(50% - 1rem);
    box-shadow: 0 0 1rem 0.5rem rgb(243.525, 243.525, 243.525);
    background: white;
    text-align: center;
    margin-bottom: 2rem;
  }
  #news-detail article[class^=post-] > .content .gallery_card article:nth-of-type(2n) {
    margin-left: 2rem;
  }
  #news-detail article[class^=post-] > .content .gallery_card article .pic {
    line-height: 0.5;
  }
  #news-detail article[class^=post-] > .content .gallery_card article .pic img {
    width: 100%;
    margin: 0;
  }
  #news-detail article[class^=post-] > .content .gallery_card article .txt {
    line-height: 1;
    padding: 1rem 2rem;
  }
  #news-detail article[class^=post-] > .content .gallery_card article .txt h3 {
    font-size: 1.5rem;
    margin: 0;
  }
  #news-detail article[class^=post-] > .content iframe {
    width: 100%;
    height: 40rem;
    margin-bottom: 2rem;
  }
  #news-detail article[class^=post-] > .content img {
    clear: both;
  }
  #news-detail article[class^=post-] > .content img.size-full {
    width: auto;
    margin-bottom: 0px;
  }
  #news-detail article[class^=post-] > .content img.size-large {
    margin-bottom: 0rem;
  }
  #pagination {
    margin-top: 60px;
    margin-bottom: 30px;
  }
  #pagination .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-content: center;
  }
  #pagination .nav-links a:hover {
    text-decoration: underline;
  }
  #pagination .nav-links .page-numbers {
    font-size: 18px;
    font-weight: bold;
    color: #00aba5;
    background: white;
    border-radius: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-content: center;
    align-items: center;
    align-content: center;
    line-height: 1;
    width: 40px;
    height: 40px;
    padding-bottom: 2px;
  }
  #pagination .nav-links .page-numbers.current {
    background: #00aba5;
    color: white;
  }
  #pagination .nav-links .page-numbers.prev, #pagination .nav-links .page-numbers.next {
    background: white;
    border: 1px solid #00aba5;
    position: relative;
    padding: 0;
  }
  #pagination .nav-links .page-numbers.prev:after, #pagination .nav-links .page-numbers.next:after {
    transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
    display: inline-block;
  }
  #pagination .nav-links .page-numbers.prev:hover:after, #pagination .nav-links .page-numbers.next:hover:after {
    transform: translateX(5px);
  }
  #pagination .nav-links .page-numbers.prev.inactive, #pagination .nav-links .page-numbers.next.inactive {
    border-color: #D3D3D3;
  }
  #pagination .nav-links .page-numbers.prev {
    margin-right: 30px;
  }
  #pagination .nav-links .page-numbers.prev:after {
    transform: rotate(180deg);
  }
  #pagination .nav-links .page-numbers.prev:hover:after {
    transform: translateX(5px) rotate(180deg);
  }
  #pagination .nav-links .page-numbers.next {
    margin-left: 30px;
  }
  #pager {
    margin-top: 40px;
  }
  #pager .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
    justify-content: center;
  }
  #pager .content .btn_prev a,
  #pager .content .btn_next a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-content: center;
    align-items: center;
    align-content: center;
    border: 1px solid #00aba5;
    border-radius: 100px;
    background: white;
  }
  #pager .content .btn_prev a i,
  #pager .content .btn_next a i {
    position: relative;
  }
  #pager .content .btn_prev a i:after,
  #pager .content .btn_next a i:after {
    display: inline-block;
  }
  #pager .content .btn_prev a i.arrow_next:after,
  #pager .content .btn_next a i.arrow_next:after {
    transform: rotate(180deg);
  }
  #pager .content .btn_prev a:hover i.arrow_next:after,
  #pager .content .btn_next a:hover i.arrow_next:after {
    transform: translateX(-5px) rotate(180deg);
  }
  #pager .content .btn_prev a:hover i.arrow_prev:after,
  #pager .content .btn_next a:hover i.arrow_prev:after {
    transform: translateX(5px);
  }
  #pager .content .btn_prev .inactive,
  #pager .content .btn_next .inactive {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-content: center;
    align-items: center;
    align-content: center;
    border-radius: 100px;
    background: white;
  }
  #pager .content .btn_prev .inactive i,
  #pager .content .btn_next .inactive i {
    position: relative;
  }
  #pager .content .btn_prev .inactive i:after,
  #pager .content .btn_next .inactive i:after {
    transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
    display: inline-block;
  }
  #pager .content .btn_prev .inactive i.arrow_next:after,
  #pager .content .btn_next .inactive i.arrow_next:after {
    transform: rotate(180deg);
  }
  #pager .content .list a {
    color: #00aba5;
    font-size: 13px;
    display: block;
    padding: 10px;
    margin: 0 45px;
  }
  #go-top {
    right: 0px;
    bottom: 50px;
    width: 45px;
    padding: 5px;
  }
  #foot-entry-section .container {
    width: 90%;
  }
  #foot-entry-section .container .content .head {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
  #foot-entry-section .container .content .entry {
    width: 100%;
    border-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-content: center;
    padding: 0;
  }
  #foot-entry-section .container .content .entry .h {
    width: 100%;
    text-align: left;
    margin: 0;
  }
  #foot-entry-section .container .content .entry .h h2 {
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-content: center;
    align-items: center;
  }
  #foot-entry-section .container .content .entry .h h2:before {
    width: 20px;
    height: 20px;
    margin: 0;
    margin-right: 15px;
  }
  #foot-entry-section .container .content .tel {
    margin-bottom: 20px;
  }
  #foot-entry-section .container .content .tel a {
    font-size: 30px;
    padding: 10px 0;
  }
  #foot-entry-section .container .content .mail a {
    margin-top: 7px;
  }
  footer#footer .container .content .l {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  footer#footer .container .content .l .foot_logo {
    width: 150px;
    margin: 0 auto;
  }
  footer#footer .container .content .l .foot_info a {
    margin-top: 15px;
  }
  footer#footer .container .content .r {
    width: 100%;
  }
  footer#footer .container .content .r .foot_nav {
    justify-content: space-between;
  }
  footer#footer .container .content .r .foot_nav nav {
    margin-left: 0;
  }
  footer#footer .container .content .r .foot_nav nav .footer-nav-menu > li {
    margin-bottom: 16px;
  }
  footer#footer .container .content .r .foot_nav nav .footer-nav-menu > li > a {
    padding-left: 15px;
    position: relative;
  }
  footer#footer .container .content .r .foot_nav nav .footer-nav-menu > li > a:before {
    width: 13px;
    height: 15px;
    top: 2px;
  }
  footer#footer .container .content .r .foot_nav nav .footer-nav-menu > li .sub-menu {
    padding-left: 0;
    margin-top: 6px;
  }
  footer#footer .container .content .r .foot_nav nav .footer-nav-menu > li .sub-menu > li {
    margin-bottom: 5px;
  }
  footer#footer .container .content .r .foot_nav nav .footer-nav-menu > li .sub-menu > li a {
    font-weight: normal;
  }
  footer#footer .container .content .r .foot_nav nav .footer-nav-menu > li .sub-menu > li a:before {
    margin-right: 2px;
  }
  footer#foot-credit-section {
    background: #00aba5;
  }
  footer#foot-credit-section .container {
    padding: 0;
    text-align: center;
  }
  footer#foot-credit-section .container p {
    margin: 20px 0;
    color: white;
    font-size: 13px;
  }
}
@media screen and (max-width: 732px) {
  body.home #page {
    /*------------------------------------------------------------------*/
    /*------------------------------------------------------------------*/
    /*------------------------------------------------------------------*/
    /*------------------------------------------------------------------*/
    /*------------------------------------------------------------------*/
    /*------------------------------------------------------------------*/
    /*------------------------------------------------------------------*/
    /*------------------------------------------------------------------*/
    /*------------------------------------------------------------------*/
  }
  body.home #page #vi-section .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  body.home #page #vi-section .container .vi_wrap .vi {
    width: 100%;
  }
  body.home #page #vi-section .container .vi_wrap .vi img {
    width: 100%;
    height: 100%;
    width: auto;
    height: 300px;
    object-fit: cover;
    object-position: center;
  }
  body.home #page #vi-section .container .vi_wrap .vi_catch {
    width: 100%;
    bottom: 0;
    left: 0;
  }
  body.home #page #vi-section .container .vi_wrap .vi_catch h2 {
    font-size: 18px;
    margin-bottom: max(150px, 15vw);
    margin-bottom: 60px;
    position: relative;
    z-index: 100;
  }
  body.home #page #vi-section .container .vi_wrap .vi_catch .character {
    position: absolute;
    bottom: 0;
  }
  body.home #page #vi-section .container .vi_wrap .vi_catch .chara_1 {
    width: 120px;
    height: auto;
    left: -15px;
  }
  body.home #page #vi-section .container .vi_wrap .vi_catch .chara_2 {
    width: 110px;
    height: auto;
    right: -20px;
  }
  body.home #page #vi-section .container .vi_wrap .vi_catch .scrolldown_img {
    right: calc((100% - 50px) / 2);
    bottom: 0px;
    width: 50px;
  }
  body.home #page #intro-section .container .inner {
    padding: 0;
  }
  body.home #page #intro-section .container .inner p {
    font-size: 14px;
  }
  body.home #page #intro-section .container .inner h3 {
    font-size: 16px;
    margin: 40px 0 10px;
  }
  body.home #page #works-section .container {
    padding: 4rem 0;
  }
  body.home #page #works-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;
    position: relative;
  }
  body.home #page #works-section .container .content .txt {
    width: 90%;
    margin: 0 auto;
    order: 2;
  }
  body.home #page #works-section .container .content .txt .link_list {
    margin-top: 10px;
  }
  body.home #page #works-section .container .content .txt .link_list a {
    width: calc(50% - 5px);
    min-width: auto;
    margin-top: 10px;
  }
  body.home #page #works-section .container .content .pic {
    width: 100%;
    position: relative;
    left: auto;
    top: auto;
    order: 1;
    margin-bottom: 15px;
  }
  body.home #page #works-section .container .content .pic img {
    width: 130%;
    max-width: 130%;
    margin-left: -15%;
  }
  body.home #page #company-section .container {
    width: 100%;
    max-width: 100%;
  }
  body.home #page #company-section .container .content .slide_wrap {
    width: 90%;
    margin-bottom: 25px;
  }
  body.home #page #company-section .container .content .slide_wrap img {
    min-height: 250px;
  }
  body.home #page #company-section .container .content .txt {
    width: 90%;
    margin: 0 auto;
    padding: 0 30px;
  }
  body.home #page #voice-section .container {
    min-width: auto;
    padding-top: 0;
  }
  body.home #page #voice-section .container .inner {
    width: calc(100% - 15px);
    margin-left: 15px;
    padding-top: 30px;
  }
  body.home #page #voice-section .container .inner:after {
    width: 100%;
    height: calc(100% - 30px);
  }
  body.home #page #voice-section .container .inner .head {
    padding-left: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  body.home #page #voice-section .container .inner .head .l {
    width: 100%;
  }
  body.home #page #voice-section .container .inner .head .r {
    width: 100%;
    padding-right: 30px;
    margin-bottom: 20px;
  }
  body.home #page #voice-section .container .inner .head .r p {
    margin-top: 0;
  }
  body.home #page #voice-section .container #voice-slide {
    margin-bottom: -50px;
  }
  body.home #page #voice-section .container #voice-slide a .pic {
    overflow: hidden;
  }
  body.home #page #voice-section .container #voice-slide a .pic img {
    transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  }
  body.home #page #voice-section .container #voice-slide a:hover {
    opacity: 1 !important;
  }
  body.home #page #voice-section .container #voice-slide a:hover img {
    transform: scale(110%);
  }
  body.home #page #news-section .btn {
    text-align: center;
    margin-top: 20px;
  }
  body.home #page #application-section {
    background-position-x: -365px;
  }
  body.home #page #application-section .container .head .l {
    width: 100%;
  }
  body.home #page #application-section .container .head .r {
    width: 100%;
  }
  body.home #page #application-section .container .link_list {
    margin-top: 0;
  }
  body.home #page #application-section .container .link_list a {
    width: 100%;
    margin-top: 10px;
  }
  body.home #page #parent-section .container a {
    border-radius: 15px;
  }
  body.home #page #parent-section .container a .inner {
    background-position: right;
    padding: 35px 25px;
  }
  body.home #page #parent-section .container a .inner h2 {
    font-size: 20px;
    line-height: 1.3;
  }
  body.home #page #parent-section .container a .inner h3 {
    font-size: 17px;
    line-height: 1.3;
  }
  body.home #page #parent-section .container a .inner:after {
    width: 40px;
    height: 40px;
    right: 20px;
    top: 38px;
  }
  #page-404 .container {
    width: 90%;
  }
  .news_feeds_wrap > .content {
    justify-content: space-between;
  }
  .news_feeds_wrap article.post-news {
    width: calc(50% - 5px);
    margin: 0;
    margin-bottom: 20px;
  }
  .news_feeds_wrap article.post-news .inner .thumb {
    margin-bottom: 6px;
  }
  .news_feeds_wrap article.post-news .inner .txt .post-date {
    display: inline-block;
    width: 65px;
  }
  .news_feeds_wrap article.post-news .inner .txt .post-cat {
    width: calc(100% - 65px);
  }
  .news_feeds_wrap article.post-news .inner .txt .post-cat li {
    margin-right: 5px;
  }
  .news_feeds_wrap article.post-news .inner .txt .post-cat li a {
    padding: 2px 10px;
    font-size: 12px;
  }
  .news_feeds_wrap article.post-news .inner .txt .post-title {
    width: 100%;
    margin-top: 2px;
  }
  #wrapper.news #news-detail .container {
    width: 90%;
    min-width: auto;
  }
  #wrapper.news #news-detail .container .inner {
    padding: 20px;
  }
  #wrapper.news #news-detail .post-header {
    margin-bottom: 20px;
  }
  #wrapper.news #news-detail .post-header .post-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  #wrapper.news #news-detail .post-header ul.post-cat {
    margin-bottom: 15px;
  }
  #wrapper.news #news-detail .content {
    margin-bottom: 40px;
  }
  .faq_content_wrap .faq_list article {
    padding: 10px 20px;
    margin-bottom: 20px;
  }
  .faq_content_wrap .faq_list article p {
    line-height: 1.6;
  }
  #page-parent #intro-section .inner {
    padding: 30px 20px;
    border-radius: 15px;
  }
  #page-parent #intro-section .inner .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #page-parent #intro-section .inner .content .pic {
    width: 150px;
    margin: 15px auto 0;
    order: 2;
  }
  #page-parent #intro-section .inner .content .txt {
    width: 100%;
    order: 1;
  }
  #page-parent #parent-section .parent_list article {
    margin-bottom: 35px;
  }
  #page-parent #parent-section .parent_list article .pic {
    width: 100%;
    margin-left: -5vw;
    margin-bottom: 20px;
  }
  #page-parent #parent-section .parent_list article .pic img {
    min-height: 300px;
  }
  #page-parent #parent-section .parent_list article .txt {
    width: 100%;
  }
  #page-parent #parent-section .parent_list article:nth-of-type(even) .pic {
    order: 1;
    margin-left: 0;
    margin-right: -5vw;
  }
  #page-parent #parent-section .parent_list article:nth-of-type(even) .txt {
    order: 2;
  }
  #page-parent #parent-6 .contact_us h3 {
    font-size: 18px;
    margin-top: 10px;
  }
  #page-company #message-section .container {
    padding-top: 120px;
    padding-bottom: 0;
  }
  #page-company #message-section .container .content .pic {
    width: 100px;
    order: 2;
    margin: 0 auto;
  }
  #page-company #message-section .container .content .txt {
    order: 1;
    width: 100%;
    margin-bottom: 15px;
  }
  #page-company #message-section .deco.deco_1 {
    width: 80px;
    z-index: 2;
  }
  #page-company #message-section .deco.deco_2 {
    width: 350px;
  }
  #page-company #message-section .deco.deco_3 {
    width: 250px;
  }
  #page-company #message-section .deco.deco_4 {
    width: 120px;
  }
  #page-company #profile-section .container {
    padding: 30px 0;
  }
  #page-company #profile-section .container:before {
    width: 150%;
    height: 300px;
    top: 60px;
    left: -25%;
  }
  #page-company #profile-section .container .content {
    margin-bottom: 25px;
    z-index: 2;
  }
  #page-company #profile-section .container .content .pic {
    width: 100%;
    position: relative;
    right: auto;
    top: auto;
    margin-bottom: 20px;
  }
  #page-company #profile-section .container .content .txt {
    width: 100%;
    margin: 0;
  }
  #page-company #profile-section .container .profile_list {
    margin-bottom: 25px;
  }
  #page-company #profile-section .container .profile_list article {
    width: calc(50% - 5px);
    padding: 45px 0;
  }
  #page-company #profile-section .container .profile_list article h3 {
    font-size: 15px;
  }
  #page-company #profile-section .container .message h3 {
    font-size: 18px;
  }
  #page-company #profile-section .container .message h4 {
    font-size: 25px;
    margin-top: 10px;
  }
  #page-company #mission-section .container .pic {
    padding: 0;
  }
  #page-company #mission-section .container .txt {
    margin-top: -30px;
    padding: 30px;
    border-radius: 15px;
  }
  #page-job .job_content_wrap .content .ttl {
    position: relative;
    left: 0;
    top: 10px;
  }
  #page-job .job_content_wrap .content .ttl img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  #page-job .job_content_wrap .content .pic {
    width: 100%;
    position: relative;
    right: auto;
    text-align: center;
  }
  #page-job .job_content_wrap .content .pic .chara_bg {
    width: 90%;
    display: inline-block;
  }
  #page-job .job_content_wrap .content .pic .chara {
    position: absolute;
    width: 100%;
    right: 0;
    top: 0;
    z-index: 3;
  }
  #page-job .job_content_wrap .content .pic .chara img {
    width: 100%;
    object-fit: cover;
  }
  #page-job .job_content_wrap .content .txt {
    width: 100%;
    margin: 0;
    padding: 30px;
  }
  #page-job .job_content_wrap .content .txt .sec_title6 h2 {
    font-size: 24px;
  }
  #page-job .job_content_wrap .content .txt .sec_title6 h3 {
    font-size: 20px;
    margin-top: 10px;
  }
  #page-job .job_content_wrap .content .txt .table_type_1 th {
    width: 43px;
  }
  #page-job .job_content_wrap .content .txt .table_type_1 td:before {
    top: 13px;
  }
  #page-job #hero-section-2 .content .pic {
    left: auto;
    text-align: center;
  }
  #page-job #hero-section-2 .content .pic .chara {
    left: auto;
  }
  #page-job #hero-section-2 .content .txt {
    margin-left: 0;
  }
  #page-personality .personality_content_wrap .container:before {
    width: 100%;
    height: 700px;
    right: 10%;
  }
  #page-personality .personality_content_wrap .container .inner {
    width: 100%;
  }
  #page-personality .personality_content_wrap .container .inner .chara {
    top: 20px;
    right: -70px;
    width: 80%;
  }
  #page-personality .personality_content_wrap .container .inner .txt .person_list {
    padding: 0;
  }
  #page-personality .personality_content_wrap .container .inner .txt .person_list > h3 {
    font-size: 25px;
    margin-left: 10px;
    margin-bottom: 10px;
  }
  #page-personality .personality_content_wrap .container .inner .txt .person_list > h3:before {
    left: -25px;
  }
  #page-personality .personality_content_wrap .container .inner .txt .person_list > h3:after {
    right: -25px;
  }
  #page-personality .personality_content_wrap .container .inner .txt .person_list > h4 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  #page-personality .personality_content_wrap .container .inner .txt .person_list article {
    margin-bottom: 20px;
  }
  #page-personality .personality_content_wrap .container .inner .txt .person_list article > h2 {
    font-size: 16px;
    padding-left: 19px;
  }
  #page-personality .personality_content_wrap .container .inner .txt .person_list article > h2:before {
    width: 14px;
    height: 12px;
    top: 7px;
  }
  #page-personality .personality_content_wrap .container .inner .txt .person_list article ul {
    padding-left: 0;
  }
  #page-personality .personality_content_wrap .container .inner .txt .person_list article ul li {
    padding-left: 15px;
    font-size: 13px;
  }
  #page-personality .personality_content_wrap .container .inner .txt .person_list article p {
    font-size: 13px;
    padding-left: 0px;
  }
  #page-personality #personality-section-2 .container:before {
    width: 100%;
  }
  #page-personality #personality-section-3 .container:before {
    width: 100%;
  }
  #page-works #intro-section .container p {
    font-size: 15px;
  }
  #page-works #intro-section .container h2 {
    font-size: 25px;
  }
  #page-works #tech-section .container .sec_title1 h4 {
    font-size: 20px;
  }
  #page-works #tech-section .container .sec_title1 h4:before {
    top: 15px;
  }
  #page-works #tech-section .container .tech_1, #page-works #tech-section .container .tech_2 {
    width: 100%;
    margin: 0 auto 30px;
  }
  #page-works #tech-section .container .tech_1 > h3, #page-works #tech-section .container .tech_2 > h3 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  #page-works #tech-section .container .tech_1 .pic, #page-works #tech-section .container .tech_2 .pic {
    width: 100%;
    margin: 25px auto;
  }
  #page-works #tech-section .container .tech_1 article.tech_info, #page-works #tech-section .container .tech_2 article.tech_info {
    padding: 20px 25px;
    border-radius: 15px;
  }
  #page-works #tech-section .container .tech_1 article.tech_info:before, #page-works #tech-section .container .tech_2 article.tech_info:before {
    border-radius: 10px;
  }
  #page-works #tech-section .container .caption h3 {
    font-size: 22px;
  }
  #page-works #tech-section .container .caption h3 br {
    display: none;
  }
  #page-works #works-type-section .container {
    padding-bottom: 0;
  }
  #page-works #works-type-section .container .works_list article {
    padding-top: 50px;
  }
  #page-works #works-type-section .container .works_list article .inner {
    width: 100%;
    max-width: 100%;
    align-items: flex-end;
  }
  #page-works #works-type-section .container .works_list article .inner .ttl {
    position: relative;
    left: 0;
    top: 0;
  }
  #page-works #works-type-section .container .works_list article .inner .ttl img {
    width: 100%;
    height: auto;
  }
  #page-works #works-type-section .container .works_list article .inner .pic {
    width: 100%;
    margin-top: -20px;
  }
  #page-works #works-type-section .container .works_list article .inner .txt {
    width: 100%;
    padding: 25px 25px 35px;
  }
  #page-works #works-type-section .container .works_list article:nth-of-type(1) {
    background-image: url("images/works/sec_bg_1.jpg");
  }
  #page-works #works-type-section .container .works_list article:nth-of-type(2) {
    background-image: url("images/works/sec_bg_2.jpg");
  }
  #page-works #works-type-section .container .works_list article:nth-of-type(3) {
    background-image: url("images/works/sec_bg_3.jpg");
  }
  #page-voice:before {
    background-size: 70px;
    opacity: 0.4;
  }
  #page-voice .voice_content_wrap .container {
    width: 90%;
    padding: 5rem 0 0;
  }
  #page-voice .voice_content_wrap .container .vi .txt {
    width: 100%;
  }
  #page-voice .voice_content_wrap .container .vi .txt h2 {
    font-size: 25px;
    margin-bottom: 7px;
    line-height: 1.3;
  }
  #page-voice .voice_content_wrap .container .vi .txt h2 br {
    display: none;
  }
  #page-voice .voice_content_wrap .container .vi .txt h3 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  #page-voice .voice_content_wrap .container .vi .txt table th {
    width: 50px;
  }
  #page-voice .voice_content_wrap .container .vi .txt table th, #page-voice .voice_content_wrap .container .vi .txt table td {
    padding: 2px 0;
  }
  #page-voice .voice_content_wrap .container .vi .pic {
    width: 250px;
    margin: 0 auto;
  }
  #page-voice .voice_content_wrap .container .vi .pic img {
    border-top-left-radius: 15px;
  }
  #page-voice .voice_content_wrap .container .vi .pic:after {
    height: 250px;
    border-top-left-radius: 15px;
    top: 20px;
    left: -20px;
  }
  #page-voice .voice_content_wrap .container .vi h3.sec_ttl {
    right: -60px;
    top: 290px;
    font-size: 50px;
  }
  #page-voice .voice_content_wrap .container .open_btn {
    margin: 40px 0 0;
  }
  #page-voice .voice_content_wrap .container .open_btn:before, #page-voice .voice_content_wrap .container .open_btn:after {
    width: calc((100% - 40px) / 2 - 10px);
    top: 27px;
  }
  #page-voice .voice_content_wrap .container .open_btn img {
    width: 40px;
  }
  #page-voice .voice_content_wrap .container .open_box {
    display: none;
  }
  #page-voice .voice_content_wrap .container .interview_list .sec_title3 {
    margin: 20px 0 10px;
  }
  #page-voice .voice_content_wrap .container .interview_list .sec_title3 h2 {
    font-size: 20px;
    line-height: 1.3;
  }
  #page-voice .voice_content_wrap .container .interview_list .sec_title3 h2 br {
    display: none;
  }
  #page-voice .voice_content_wrap .container .interview_list .sec_title3 h2:before {
    top: 6px;
  }
  #page-voice .voice_content_wrap .container .interview_list article {
    border-bottom: 1px solid rgb(216.75, 216.75, 216.75);
    padding: 15px 15px 20px;
  }
  #page-voice .voice_content_wrap .container .interview_list article .q {
    padding: 0px 0 10px;
  }
  #page-voice .voice_content_wrap .container .interview_list article .q:before {
    left: -26px;
    top: -2px;
    font-size: 40px;
  }
  #page-voice .voice_content_wrap .container .interview_list article .q h3 {
    font-size: 20px;
  }
  #page-voice .voice_content_wrap .container .interview_list .pic {
    margin: 30px 0;
  }
  #page-voice #voice-section-3 {
    margin-bottom: 70px;
  }
  #page-contact-confirm .intro h2.ttl,
  #page-contact-thanks .intro h2.ttl {
    background: #00aba5;
    color: white;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.5;
    padding: 10px 25px;
  }
  #page-privacy-policy #vihalf-section .sec_title2 h3 {
    font-size: 30px;
    padding: 0 20px;
  }
  #page-privacy-policy #privacy-policy-section {
    margin-top: 30px;
  }
  #page-privacy-policy #privacy-policy-section .container {
    width: 90%;
  }
  #page-privacy-policy #privacy-policy-section article {
    margin-bottom: 25px;
  }
  #page-privacy-policy #privacy-policy-section article h3 {
    font-size: 20px;
    font-weight: bold;
    color: #00aba5;
    margin-bottom: 10px;
    line-height: 1.5;
  }
  #page-privacy-policy #privacy-policy-section article ul {
    padding-left: 20px;
    margin-bottom: 20px;
  }
  #page-privacy-policy #privacy-policy-section article ul li {
    padding-left: 16px;
    position: relative;
    line-height: 1.5;
    margin: 7px 0;
  }
  #page-privacy-policy #privacy-policy-section article ul li:before {
    content: "・";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
  }
  #contact-form-section .container > .inner .message {
    padding: 20px 30px;
    margin-bottom: 40px;
  }
  #contact-form-section .container > .inner .intro {
    margin-bottom: 40px;
  }
  #contact-form-section .container > .inner .intro p {
    margin: 5px 0;
    line-height: 1.5;
  }
  #contact-form-section .container > .inner .intro .tel_link a {
    font-size: 25px;
  }
  #contact-form-section .container > .inner .form_ttl {
    margin-bottom: 20px;
  }
  #contact-form-section .container > .inner .form_ttl h3 {
    padding: 20px 0;
    font-size: 16px;
  }
  .form-wrap div.wpcf7 .ajax-loader {
    min-width: 24px !important;
  }
  .form-wrap form {
    width: 100%;
  }
  .form-wrap form > h3 {
    text-align: center;
  }
  .form-wrap form > h4 {
    text-align: left;
  }
  .form-wrap form > p {
    text-align: left;
  }
  .form-wrap form .privacy {
    width: 100%;
    height: 350px;
    overflow: scroll;
    border: 1px solid rgb(159.375, 159.375, 159.375);
    background: rgb(243.525, 243.525, 243.525);
    border-radius: 7px;
    padding: 25px 35px;
  }
  .form-wrap form .form_check_btn > span {
    display: inline-block;
    background: red;
    padding: 25px 35px;
  }
  .form-wrap form .form_check_btn > span .wpcf7-list-item {
    margin-left: 0;
  }
  .form-wrap form .form_input_list.recaptcha {
    text-align: center;
    color: gray;
  }
  .form-wrap form .form_input_list.recaptcha a {
    text-decoration: underline;
  }
  .form-wrap form .form_bl {
    padding: 15px 0;
    background: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgb(243.525, 243.525, 243.525);
  }
  .form-wrap form .form_bl > .h {
    width: 100%;
  }
  .form-wrap form .form_bl > .h > span {
    display: block;
    margin-bottom: 5px;
  }
  .form-wrap form .form_bl > .h.fullwide {
    width: 100%;
    text-align: left;
  }
  .form-wrap form .form_bl > .h.w40 {
    width: 100%;
  }
  .form-wrap form .form_bl > .c {
    width: 100%;
  }
  .form-wrap form .form_bl > .c.w60 {
    width: 100%;
  }
  .form-wrap form .form_bl > dl.c {
    margin: 0;
  }
  .form-wrap form .form_bl > dl.c dd {
    margin-left: 0;
  }
  .form-wrap form .form_bl > dl.c dd em {
    display: inline-block;
    width: 100px;
  }
  .form-wrap form .form_bl > dl.c dd > span {
    display: inline-block;
    width: calc(100% - 110px);
  }
  .form-wrap form .form_bl > dl.c dd:last-of-type {
    margin-bottom: 0;
  }
  .form-wrap form .checkbox label {
    margin-right: 15px;
  }
  .form-wrap form .checkbox input {
    width: auto;
    display: inline-block;
    margin-right: 5px;
    padding: 0;
  }
  .form-wrap form .form_check_btn {
    display: block;
    width: 100%;
    margin: 25px auto;
    padding: 15px;
    text-align: center;
  }
  .form-wrap form .form_check_btn a {
    color: #00aba5;
    text-decoration: underline;
  }
  .form-wrap form .form_check_btn input {
    width: auto;
    display: inline-block;
    margin-right: 15px;
  }
  .form-wrap form .submit_btn_wrap {
    text-align: center;
  }
  .form-wrap form .submit_btn_wrap input[type=submit] {
    display: inline-block !important;
    font-weight: bold;
    width: 100%;
    color: white;
    border: none;
  }
  .form-wrap form .submit_btn_wrap input[type=button] {
    display: inline-block !important;
    font-weight: bold;
    width: 100%;
    color: gray;
    background: rgb(216.75, 216.75, 216.75);
    border: none;
    margin-right: 15px;
  }
  .form-wrap form .submit_btn_wrap .wpcf7-spinner {
    min-width: 2.5rem !important;
  }
  .form-wrap form input,
  .form-wrap form textarea {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 1rem 2rem;
  }
  .form-wrap form input :placeholder-shown,
  .form-wrap form input ::-webkit-input-placeholder,
  .form-wrap form input :-ms-input-placeholder,
  .form-wrap form input :-moz-placeholder,
  .form-wrap form input ::-moz-placeholder,
  .form-wrap form textarea :placeholder-shown,
  .form-wrap form textarea ::-webkit-input-placeholder,
  .form-wrap form textarea :-ms-input-placeholder,
  .form-wrap form textarea :-moz-placeholder,
  .form-wrap form textarea ::-moz-placeholder {
    color: rgb(243.525, 243.525, 243.525);
  }
  .form-wrap form input[type=radio] {
    width: 2rem;
    display: inline-block;
    margin-right: 1rem;
  }
  .form-wrap form input[type=button],
  .form-wrap form input[type=submit] {
    border-radius: 50px;
    color: white;
    box-sizing: border-box;
    padding: 1rem 0;
    display: block;
    margin: 1rem 0;
    font-size: 18px;
    letter-spacing: 0.2em;
  }
  .form-wrap form select,
  .form-wrap form .wpcf7-select {
    width: 100% !important;
    outline: none;
    text-overflow: "";
    vertical-align: middle;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    width: auto;
    position: relative;
    display: inline-block;
    padding: 1.5rem 2rem;
    margin-right: 15px;
    background: #fff;
  }
  .form-wrap form select:before,
  .form-wrap form .wpcf7-select:before {
    z-index: 1;
    content: "\f054";
    font-family: FontAwesome;
    color: #00aba5;
    position: absolute;
    right: 1rem;
    top: 1rem;
  }
  .form-wrap form .birth select {
    min-width: 100px;
    display: inline-block;
    margin-right: 1.5rem;
  }
}
