@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.5 !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: "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-size: 1rem;
  line-height: 2;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
.font-size-small body {
  font-size: 8px;
  font-size: 0.8rem;
}
.font-size-large body {
  font-size: 12px;
  font-size: 1.2rem;
}

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

a {
  color: #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;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  margin: 0;
  font-size: 100%;
  font-feature-settings: "palt";
  letter-spacing: 0.2em;
}

p, span, address, th, td, a, li, em {
  font-feature-settings: "palt";
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.15em;
}

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

blockquote {
  margin: 0 1.5rem;
}

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: #606a7c;
  color: #fff;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
}
.button:hover, .button:active, .button:focus {
  border-color: transparent;
  background: rgb(134.6636363636, 144.3681818182, 161.8363636364);
  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 #606a7c;
  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 #606a7c;
}

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% - 100px);
  max-width: 1300px;
  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;
}

a[href*="#tab_panel-"] {
  scroll-margin-top: 200px; /* 例: ヘッダーの高さが80pxの場合 */
}

*:focus {
  outline: none;
}

/*primary--ボタンスタイル-------*/
/*more btn*/
.btn_link {
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  display: inline-block;
  padding-left: 26px;
  line-height: 1;
  position: relative;
}
.btn_link:before {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url("images/common/icon_link_black.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  bottom: 0;
}
.btn_link.color_white {
  color: white;
}
.btn_link.color_white:before {
  background-image: url("images/common/icon_link_white.png");
}
.btn_link.color_blue {
  color: #005c8a;
}
.btn_link.color_blue:before {
  background-image: url("images/common/icon_link_blue.png");
}

.btn_arrow_1 {
  font-weight: 700;
  display: inline-block;
  padding-left: 26px;
  line-height: 1;
  position: relative;
}
.btn_arrow_1:before {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url("images/common/arrow_pager.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: -2px;
}

/*共通見出し*/
.sec_title1 {
  margin-bottom: 30px;
}
.sec_title1 h3 {
  font-family: "Old Standard TT", sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 1.3;
}
.sec_title1 h2 {
  color: #606a7c;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.3;
}
.sec_title1.color_w h3, .sec_title1.color_w h2 {
  color: white;
}

.sec_title2 {
  text-align: center;
  margin-bottom: 50px;
}
.sec_title2 h3 {
  font-family: "Old Standard TT", sans-serif;
  font-size: 48px;
  line-height: 1.3;
  color: #4d4d4d;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
}
.sec_title2 h2 {
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.2em;
  line-height: 1.3;
}

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

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

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

.table_type_guide {
  margin-bottom: 25px;
}
.table_type_guide table tr th, .table_type_guide table tr td {
  line-height: 1.5;
  padding: 5px 0;
  text-align: left;
}
.table_type_guide table tr th {
  font-weight: normal;
}
.table_type_company table tr {
  border-bottom: 1px solid black;
}
.table_type_company table tr:last-of-type {
  border: 0;
}
.table_type_company table tr th, .table_type_company table tr td {
  line-height: 1.5;
  padding: 20px 0;
  text-align: left;
  vertical-align: top;
}
.table_type_company table tr th {
  font-weight: normal;
}
.table_type_company table tr td a {
  color: black;
}
.table_type_company table tr td ul li {
  padding-left: 15px;
  line-height: 1.5;
  position: relative;
  margin-bottom: 12px;
}
.table_type_company table tr td ul li:last-of-type {
  margin-bottom: 0;
}
.table_type_company table tr td ul li:before {
  content: "・";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}

ul.caution li {
  padding-left: 16px;
  line-height: 1.5;
  margin: 10px 0;
  position: relative;
}
ul.caution li:before {
  content: "※";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}

ul.list_type_normal li {
  padding-left: 16px;
  line-height: 1.5;
  margin: 10px 0;
  position: relative;
}
ul.list_type_normal li:before {
  content: "・";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}

.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 #breadcrumb ul > li {
  margin-left: 10px;
  font-size: 1.5rem;
  line-height: 1;
  display: inline-block;
}
#pankuzu #breadcrumb ul > li:before {
  display: inline-block;
  margin-right: 10px;
  content: "\f054";
  font-family: fontawesome;
}
#pankuzu #breadcrumb ul > li:first-of-type:before {
  display: none;
}
#pankuzu #breadcrumb ul > li > a {
  text-decoration: underline;
  color: white;
  font-weight: bold;
}
#pankuzu #breadcrumb ul > li span {
  font-weight: bold;
}

#header {
  z-index: 2000;
  position: relative;
  border-bottom: 1px solid black;
}
#header .container {
  width: 100%;
  max-width: 100%;
  padding: 20px 40px;
}
#header .container .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  align-items: center;
}
#header .container .content .head_logo {
  width: 300px;
}
#header .container .content .head_logo a {
  display: block;
}
#header .container .content #gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: flex-end;
  align-items: center;
  font-family: "Noto Serif JP", serif;
}
#header .container .content #gnav .gnav_1 {
  width: 760px;
}
#header .container .content #gnav .gnav_1 ul.menu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: flex-end;
}
#header .container .content #gnav .gnav_1 ul.menu_list li.menu_item {
  margin-left: 17px;
}
#header .container .content #gnav .gnav_1 ul.menu_list li.menu_item > a {
  font-weight: bold;
  letter-spacing: 0.1em;
}
#header .container .content #gnav .gnav_1 ul.menu_list li.menu_item_parent {
  padding-right: 15px;
  position: relative;
  font-weight: bold;
  letter-spacing: 0.1em;
}
#header .container .content #gnav .gnav_1 ul.menu_list li.menu_item_parent:after {
  content: "\f107";
  font-family: fontawesome;
  position: absolute;
  right: 0;
  top: 0;
  transform: scale(0.7);
}
#header .container .content #gnav .gnav_1 ul.menu_list li.menu_item_parent:hover .menu_child {
  opacity: 1;
  pointer-events: all;
}
#header .container .content #gnav .gnav_1 ul.menu_list li.menu_item_parent ul.menu_child {
  position: absolute;
  left: 0;
  top: 38px;
  width: 270px;
  height: auto;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  pointer-events: none;
  background: #fff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.11);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.11);
  padding: 21px 20px;
}
#header .container .content #gnav .gnav_1 ul.menu_list li.menu_item_parent ul.menu_child.w_340 {
  width: 340px;
}
#header .container .content #gnav .gnav_1 ul.menu_list li.menu_item_parent ul.menu_child.w_190 {
  width: 190px;
}
#header .container .content #gnav .gnav_1 ul.menu_list li.menu_item_parent ul.menu_child.t_center li.menu_child_item {
  text-align: center;
  line-height: 1.5;
  margin-bottom: 5px;
}
#header .container .content #gnav .gnav_1 ul.menu_list li.menu_item_parent ul.menu_child.t_center li.menu_child_item:last-of-type {
  margin-bottom: 0;
}
#header .container .content #gnav .gnav_1 ul.menu_list li.menu_item_parent ul.menu_child:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -17px;
  height: 20px;
  width: 70px;
}
#header .container .content #gnav .gnav_1 ul.menu_list li.menu_item_parent ul.menu_child li.menu_child_item {
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-align: left;
  display: block;
}
#header .container .content #gnav .gnav_1 ul.menu_list li.menu_item_parent ul.menu_child li.menu_child_item > a {
  display: block;
  color: #999;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
#header .container .content #gnav .gnav_1 ul.menu_list li.menu_item_parent ul.menu_child li.menu_child_item > a:hover {
  color: black;
  opacity: 1 !important;
}
#header .container .content #gnav .gnav_1 ul.menu_list li.menu_item_parent ul.menu_child li.menu_child_item > a:hover .child_img {
  opacity: 1;
}
#header .container .content #gnav .gnav_1 ul.menu_list li.menu_item_parent ul.menu_child li.menu_child_item .child_img {
  position: absolute;
  right: 0;
  top: 0;
  width: 138px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
  pointer-events: none;
  height: 100%;
  overflow: hidden;
}
#header .container .content #gnav .gnav_1 ul.menu_list li.menu_item_parent ul.menu_child li.menu_child_item:first-child .child_img {
  opacity: 1;
}
#header .container .content #gnav .gnav_2 {
  margin-left: 17px;
}
#header .container .content #gnav .gnav_2 a {
  display: block;
  padding: 4px 14px;
  color: white;
  background: #998675;
  position: relative;
  padding-right: 30px;
  border-radius: 100px;
  font-weight: bold;
}
#header .container .content #gnav .gnav_2 a:after {
  content: "\f054";
  font-family: fontawesome;
  position: absolute;
  right: 10px;
  top: 8px;
  font-size: 13px;
}
#header .container .content #gnav .gnav_3 {
  margin-left: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: flex-start;
  align-items: center;
}
#header .container .content #gnav .gnav_3 a {
  display: block;
  width: auto;
  height: 25px;
  margin-right: 10px;
}
#header .container .content #gnav .gnav_3 a:last-of-type {
  margin-right: 0;
}
#header .container .content #gnav .gnav_3 a img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
}

#menu_btn {
  position: relative;
  width: 57px;
  height: 40px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.2s;
  box-sizing: border-box;
  margin-left: 20px;
  display: none;
}
#menu_btn span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: black;
  display: inline-block;
  transition: all 0.1s;
  box-sizing: border-box;
  z-index: 2;
}
#menu_btn span:nth-of-type(1) {
  top: 13px;
}
#menu_btn span:nth-of-type(2) {
  bottom: 13px;
}
#menu_btn.close:before {
  content: none;
  transition: all 0.2s;
}
#menu_btn.close span:nth-of-type(1) {
  -webkit-transform: translateY(6px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg);
}
#menu_btn.close span:nth-of-type(2) {
  -webkit-transform: translateY(-7px) rotate(45deg);
  transform: translateY(-7px) rotate(45deg);
}

#gnav-flex {
  display: none;
  position: absolute;
  left: 0;
  top: 80px;
  z-index: 1000;
  width: 100vw;
  background: rgba(255, 255, 255, 0.9);
}
#gnav-flex .inner {
  padding: 50px;
}
#gnav-flex .inner a {
  color: black;
}
#gnav-flex .inner nav {
  display: inline-block;
  width: auto;
  margin: 0 30px;
}

@media screen and (max-width: 1395px) {
  #header .container .content #gnav {
    margin-left: auto;
  }
  #header .container .content #gnav .gnav_1, #header .container .content #gnav .gnav_3 {
    display: none;
  }
  #header .container .content #menu_btn {
    display: inline-block;
  }
  #header .container .content #gnav-flex {
    display: block;
  }
}
#vihalf-section .container {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
#vihalf-section .container .bg {
  position: absolute;
  width: 100%;
  height: 100%;
}
#vihalf-section .container .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#vihalf-section .container .inner {
  position: relative;
  z-index: 2;
  background: rgba(153, 153, 153, 0.86);
  padding: 50px 50px 20px;
  display: block;
  color: white !important;
}
#vihalf-section .container .inner.flex_wide {
  display: inline-block;
}
#vihalf-section .container .inner .page_ttl {
  margin-bottom: 40px;
}
#vihalf-section .container .inner .page_ttl h3 {
  font-family: "Old Standard TT", sans-serif;
  font-size: 100px;
  letter-spacing: 0;
  line-height: 0.8;
}
#vihalf-section .container .inner .page_ttl h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 33px;
  font-weight: bold;
  line-height: 1;
}

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

#pagination {
  margin-top: 60px;
  margin-bottom: 30px;
}
#pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: center;
}
#pagination .nav-links .page-numbers {
  font-size: 18px;
  padding: 0 5px;
  display: inline-block;
  letter-spacing: 0;
  color: #606a7c;
  font-weight: bold;
  font-style: normal;
}
#pagination .nav-links .page-numbers:hover {
  text-decoration: underline;
}
#pagination .nav-links .page-numbers.current {
  text-decoration: underline;
}
#pagination .nav-links .page-numbers.prev, #pagination .nav-links .page-numbers.next {
  margin: 0 15px;
}
#pagination .nav-links .page-numbers.prev > i, #pagination .nav-links .page-numbers.next > i {
  vertical-align: text-top;
  width: 28px;
  height: 28px;
  display: inline-block;
  background-image: url("images/common/arrow_pager.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}
#pagination .nav-links .page-numbers.prev > i {
  transform: rotate(180deg);
}
#pager {
  margin-top: 40px;
  border-top: 1px solid black;
}
#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;
  font-size: 18px !important;
}
#pager > .content .btn_prev a, #pager > .content .btn_prev .inactive,
#pager > .content .btn_next a,
#pager > .content .btn_next .inactive,
#pager > .content .list a,
#pager > .content .list .inactive {
  font-size: 16px;
  color: #606a7c;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1;
}
#pager > .content .btn_prev a i, #pager > .content .btn_prev .inactive i,
#pager > .content .btn_next a i,
#pager > .content .btn_next .inactive i,
#pager > .content .list a i,
#pager > .content .list .inactive i {
  font-style: normal;
  position: relative;
  display: inline-block;
}
#pager > .content .btn_prev a i:after, #pager > .content .btn_prev .inactive i:after,
#pager > .content .btn_next a i:after,
#pager > .content .btn_next .inactive i:after,
#pager > .content .list a i:after,
#pager > .content .list .inactive i:after {
  content: "";
  width: 28px;
  height: 28px;
  display: inline-block;
  background-image: url("images/common/arrow_pager.png");
  background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -6px;
}
#pager > .content .btn_prev a i.arrow_next, #pager > .content .btn_prev .inactive i.arrow_next,
#pager > .content .btn_next a i.arrow_next,
#pager > .content .btn_next .inactive i.arrow_next,
#pager > .content .list a i.arrow_next,
#pager > .content .list .inactive i.arrow_next {
  padding-left: 35px;
}
#pager > .content .btn_prev a i.arrow_next:after, #pager > .content .btn_prev .inactive i.arrow_next:after,
#pager > .content .btn_next a i.arrow_next:after,
#pager > .content .btn_next .inactive i.arrow_next:after,
#pager > .content .list a i.arrow_next:after,
#pager > .content .list .inactive i.arrow_next:after {
  left: 0;
  transform: rotate(180deg);
}
#pager > .content .btn_prev a i.arrow_prev, #pager > .content .btn_prev .inactive i.arrow_prev,
#pager > .content .btn_next a i.arrow_prev,
#pager > .content .btn_next .inactive i.arrow_prev,
#pager > .content .list a i.arrow_prev,
#pager > .content .list .inactive i.arrow_prev {
  padding-right: 35px;
}
#pager > .content .btn_prev a i.arrow_prev:after, #pager > .content .btn_prev .inactive i.arrow_prev:after,
#pager > .content .btn_next a i.arrow_prev:after,
#pager > .content .btn_next .inactive i.arrow_prev:after,
#pager > .content .list a i.arrow_prev:after,
#pager > .content .list .inactive i.arrow_prev:after {
  right: 0;
}
#pager > .content .btn_prev .inactive,
#pager > .content .btn_next .inactive,
#pager > .content .list .inactive {
  opacity: 0.2;
}
#pager > .content .list {
  margin: 0 50px;
}

#go-top {
  z-index: 9999;
}
#go-top .container {
  padding: 20px 0;
  text-align: right;
}
#go-top img {
  width: 100px;
  display: inline-block;
}

#footer-contact-section .container {
  max-width: 1300px;
}
#footer-contact-section .container .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#footer-contact-section .container .content article {
  width: calc(50% - 25px);
  border: 1px solid black;
  background: #f2f2f2;
  padding: 20px 20px 10px;
}
#footer-contact-section .container .content article .head {
  text-align: center;
}
#footer-contact-section .container .content article .head .icon {
  width: 52px;
  height: 67px;
  display: inline-block;
  margin-bottom: 25px;
}
#footer-contact-section .container .content article .head .icon img {
  width: auto;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
}
#footer-contact-section .container .content article .head .btn a {
  font-size: 26px;
  padding-left: 37px;
  letter-spacing: 0.1em;
}
#footer-contact-section .container .content article .head .btn a:before {
  width: 27px;
  height: 27px;
  bottom: 2px;
}

#wrapper.top-page #footer-contact-section .container {
  padding-bottom: 20px;
}

#footer-info-section .container {
  padding: 20px 0 30px;
  max-width: 1300px;
}
#footer-info-section .container .content .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 25px;
}
#footer-info-section .container .content .head .logo {
  width: 280px;
  margin-right: 25px;
}
#footer-info-section .container .content .info p, #footer-info-section .container .content .info address {
  font-size: 16px;
}
#footer-info-section .container .content .info p a, #footer-info-section .container .content .info address a {
  display: inline-block;
  color: black;
}

footer#footer {
  background: #807f7c;
}
footer#footer .container {
  padding: 5rem 0;
  max-width: 1300px;
}
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;
  align-items: flex-start;
}
footer#footer .container .content .l {
  width: 280px;
  color: white;
  margin-right: 60px;
  margin-bottom: 50px;
}
footer#footer .container .content .l .foot_logo {
  margin-bottom: 50px;
}
footer#footer .container .content .l .foot_info {
  line-height: 1;
}
footer#footer .container .content .l .foot_info a {
  display: block;
}
footer#footer .container .content .l .foot_info > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}
footer#footer .container .content .l .foot_info > div span.ttl {
  font-weight: bold;
  font-size: 15px;
  display: block;
  width: 55px;
  letter-spacing: 0.1em;
}
footer#footer .container .content .l .foot_info .tel a {
  width: 120px;
}
footer#footer .container .content .l .foot_info .mail a {
  width: 200px;
}
footer#footer .container .content .r {
  width: 800px;
}

.gnav_flex_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: flex-start;
}
.gnav_flex_wrap nav {
  display: inline-block;
}
.gnav_flex_wrap nav a {
  color: white;
  display: block;
  line-height: 1.5;
}
.gnav_flex_wrap nav .footer-nav-menu > li {
  margin-bottom: 10px;
}
.gnav_flex_wrap nav .footer-nav-menu > li:last-of-type {
  margin-bottom: 0;
}
.gnav_flex_wrap nav .footer-nav-menu > li > a:before {
  content: "●";
  display: inline-block;
}
.gnav_flex_wrap nav .footer-nav-menu > li .sub-menu {
  padding-left: 7px;
  margin-top: 10px;
}
.gnav_flex_wrap nav .footer-nav-menu > li .sub-menu > li {
  line-height: 1.5;
  margin-bottom: 10px;
}
.gnav_flex_wrap nav .footer-nav-menu > li .sub-menu > li a:before {
  content: "L";
  display: inline-block;
  margin-right: 5px;
}
.gnav_flex_wrap nav {
  width: calc(33.3333333333% - 50px);
  width: auto;
  margin-right: 50px;
}
.gnav_flex_wrap nav:nth-of-type(1) {
  width: 100%;
  margin-bottom: 50px;
}

footer#foot-credit-section .container {
  padding: 0;
  text-align: center;
}
footer#foot-credit-section .container p {
  margin: 20px 0;
  font-size: 14px;
}

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

body.home #loading-images {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100vw;
  height: 100dvh;
  background-color: white;
  align-items: center;
  justify-content: center;
}
body.home #loading-images .logo {
  width: 300px;
}
body.home #loading-images.is-active {
  display: flex;
}

body.home #page {
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
}
body.home #page #vi-section .container {
  width: 100%;
  max-width: 100%;
  padding: 45px 0;
}
body.home #page #vi-section .container .vi_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
body.home #page #vi-section .container .vi_wrap .l {
  width: 41.6666666667%;
  width: 42%;
  background: black;
}
body.home #page #vi-section .container .vi_wrap .l #top-vi-slide-1 img {
  width: 100%;
}
body.home #page #vi-section .container .vi_wrap .r {
  width: 55.7333333333%;
  width: 58%;
}
body.home #page #vi-section .container .vi_wrap .r #top-vi-slide-2 img {
  width: 100%;
}
body.home #page #vi-section .container .vi_wrap .r .vi_txt {
  margin-bottom: 40px;
}
body.home #page #vi-section .container .vi_wrap .r .vi_txt .catch_img {
  width: 46.6666666667vw;
  margin-left: 38px;
}
body.home #page #vi-section .container .vi_wrap .r .vi_txt .catch_txt {
  border-top: 1px solid black;
  margin-top: 10px;
  padding: 10px;
}
body.home #page #vi-section .container .vi_wrap .r .vi_txt .catch_txt h2 {
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  padding-left: 38px;
  line-height: 1;
  font-weight: bold;
}
body.home #page #vi-section .container .vi_wrap .r #top-vi-slide-2 {
  width: calc(100% - 38px);
  margin-left: 38px;
}
body.home #page #works-type-section {
  overflow: hidden;
  position: relative;
}
body.home #page #works-type-section:after {
  content: "";
  width: calc(100% - 135px);
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #e6e2e3;
  z-index: -1;
}
body.home #page #works-type-section .container {
  width: 100%;
  padding: 0 0 20px;
  max-width: 100%;
}
body.home #page #works-type-section .container .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: flex-start;
  align-items: center;
  line-height: 1;
  padding: 15px 0;
}
body.home #page #works-type-section .container .head h3 {
  width: 310px;
  margin-right: 20px;
  margin-left: 20px;
}
body.home #page #works-type-section .container .head h2 {
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  font-size: 21px;
  font-weight: bold;
}
body.home #page #profile-section {
  margin-top: 40px;
  background: black;
}
body.home #page #profile-section .container {
  padding: 0;
  width: 100%;
  max-width: 100%;
}
body.home #page #profile-section .container .txt {
  position: absolute;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  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;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
}
body.home #page #profile-section .container .txt h2 {
  font-size: 33px;
  font-weight: 400;
  margin-bottom: 20px;
  font-family: "Noto Serif JP", serif;
}
body.home #page #profile-section .container .txt p {
  line-height: 2.5;
}
body.home #page #profile-section .container .txt h3 {
  font-weight: 700;
  margin-bottom: 40px;
  border-top: 1px solid white;
  padding-top: 15px;
  margin: 15px auto 0;
  width: 985px;
}
body.home #page #profile-section .container .txt .btn {
  text-align: center;
  margin-top: 40px;
}
body.home #page #profile-section .container .bg .sp-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
body.home #page #works-section {
  position: relative;
  z-index: 2;
  margin-top: 40px;
  filter: drop-shadow(0 0 1rem rgba(0, 0, 0, 0.2));
}
body.home #page #works-section .inner {
  background-image: url("images/common/works_feed_bg.jpg");
  background-size: 100%;
  background-repeat: repeat-y;
  background-position: top center;
  clip-path: polygon(0 66px, 100% 0, 100% 100%, 0 100%);
}
body.home #page #works-section .container {
  padding-top: 140px;
  width: calc(100% - 16px);
  max-width: 1300px;
}
body.home #page #works-section .container .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: flex-start;
  align-items: flex-end;
  line-height: 1;
  margin-bottom: 40px;
  padding: 0 25px;
}
body.home #page #works-section .container .head h3 {
  font-family: "Old Standard TT", sans-serif;
  line-height: 33px;
  font-size: 55px;
  margin-right: 15px;
  letter-spacing: 0;
}
body.home #page #works-section .container .head h2 {
  font-size: 29px;
  font-family: "Noto Serif JP", serif;
  margin-right: auto;
  font-weight: bold;
}
body.home #page #works-section .container .head h5 {
  margin-left: auto;
  margin-right: 15px;
  letter-spacing: 0.15em;
}
body.home #page #works-section .container .head a {
  margin-right: 0;
}
body.home #page #news-section {
  background: #f5f2ef;
  position: relative;
}
body.home #page #news-section .container {
  max-width: 1500px;
}
body.home #page #news-section .container .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
body.home #page #news-section .container .head .sec_title_blog {
  border-left: 7px solid #736357;
  padding-left: 10px;
  line-height: 1.2;
  font-family: "Noto Serif JP", serif;
  width: 200px;
}
body.home #page #news-section .container .head .sec_title_blog h3 {
  font-size: 26px;
}
body.home #page #news-section .container .head .sec_title_blog h2 {
  font-size: 33px;
}
body.home #page #news-section .container .head .btn {
  width: calc(100% - 200px - 10px);
  border-bottom: 1px solid black;
  text-align: right;
  margin-top: 7px;
}
/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/
.common__works_feeds_wrap {
  max-width: 1300px;
}
.common__works_feeds_wrap .works_list_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: flex-start;
}
.common__works_feeds_wrap .works_list_wrap article {
  width: calc(25% - 5px);
  margin-right: 6.6666666667px;
  margin-bottom: 6.6666666667px;
}
.common__works_feeds_wrap .works_list_wrap article:nth-of-type(4n) {
  margin-right: 0;
}

.common__news_feeds_wrap .news_list_wrap {
  width: 100%;
}
.common__news_feeds_wrap .news_list_wrap article {
  width: calc(33.3333333333% - 24px);
  margin-bottom: 40px;
}
.common__news_feeds_wrap .news_list_wrap article .inner .thumb a {
  display: block;
}
.common__news_feeds_wrap .news_list_wrap article .inner .thumb a img {
  width: 100%;
  max-height: calc((100vw - 200px) / 3 - 24px);
  object-fit: cover;
  object-position: center;
}
.common__news_feeds_wrap .news_list_wrap article .inner .txt {
  line-height: 1.5;
}
.common__news_feeds_wrap .news_list_wrap article .inner .txt .t {
  border-bottom: 1px solid black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 0 0;
}
.common__news_feeds_wrap .news_list_wrap article .inner .txt .t .post-cat {
  margin-right: 5px;
  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;
}
.common__news_feeds_wrap .news_list_wrap article .inner .txt .t .post-cat li {
  margin-right: 10px;
  margin-bottom: 10px;
}
.common__news_feeds_wrap .news_list_wrap article .inner .txt .t .post-cat li a {
  color: white;
  font-weight: bold;
  font-size: 14px;
  background: #736357;
  border-radius: 50px;
  padding: 3px 13px;
  letter-spacing: 0.05em;
  display: inline-block;
}
.common__news_feeds_wrap .news_list_wrap article .inner .txt .t .post-date {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}
.common__news_feeds_wrap .news_list_wrap article .inner .txt .b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: flex-start;
  align-items: center;
  padding: 7px 0;
}
.common__news_feeds_wrap .news_list_wrap article .inner .txt .b .post-title {
  font-size: 16px;
  margin-right: 7px;
  margin-bottom: 4px;
}
.common__news_feeds_wrap .news_list_wrap article .inner .txt .b .post-title a {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.common__news_feeds_wrap .news_list_wrap article .inner .txt .b .post-sub-title {
  font-size: 13px;
  margin-bottom: 4px;
  color: #4d4d4d;
  letter-spacing: 0;
}
.common__news_feeds_wrap .news_list_wrap article .inner .txt .b .post-sub-title:before {
  content: "／";
  display: inline-block;
  margin-right: 5px;
}

/*------------------------------------------------------------------*/
.loop_slide_wrap #loopslider-1 {
  margin: 0 auto;
  width: 100%;
  height: 202px;
  text-align: left;
  position: relative;
  overflow: hidden;
}
.loop_slide_wrap #loopslider-1 ul {
  height: 202px;
  float: left;
  display: inline;
  overflow: hidden;
  display: inline-block;
}
.loop_slide_wrap #loopslider-1 ul:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}
.loop_slide_wrap #loopslider-1 ul li {
  width: 580px;
  height: 202px;
  float: left;
  display: inline-block;
  overflow: hidden;
}
.loop_slide_wrap #loopslider-1 ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}
.loop_slide_wrap #loopslider-1 ul li a .pic {
  width: 360px;
}
.loop_slide_wrap #loopslider-1 ul li a .txt {
  width: calc(100% - 360px);
  padding-left: 25px;
}
.loop_slide_wrap #loopslider-1 ul li a .txt h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 5px;
  font-weight: bold;
}
.loop_slide_wrap #loopslider-1 ul li a .txt h3 {
  font-family: "Old Standard TT", sans-serif;
  color: #4d4d4d;
}
.loop_slide_wrap #loopslider-2 {
  margin: 0 auto;
  width: 100%;
  height: 250px;
  text-align: left;
  position: relative;
  overflow: hidden;
}
.loop_slide_wrap #loopslider-2 ul {
  height: 250px;
  float: left;
  display: inline;
  overflow: hidden;
  display: inline-block;
}
.loop_slide_wrap #loopslider-2 ul:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}
.loop_slide_wrap #loopslider-2 ul li {
  float: left;
  display: inline-block;
  overflow: hidden;
}
.loop_slide_wrap #loopslider-2 ul li .pic {
  padding-right: 10px;
}
.loop_slide_wrap #loopslider-2 ul li .pic img {
  width: 354px;
  height: 250px;
}
.loop_slide_wrap #loopslider-2 ul li .pic_tate {
  padding-right: 10px;
}
.loop_slide_wrap #loopslider-2 ul li .pic_tate img {
  width: 177px;
  height: 250px;
}

/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/
#youtube-content-section {
  margin: 50px 0;
}
#youtube-content-section .container {
  padding: 0 0 5rem;
  max-width: 1300px;
}
#youtube-content-section .container:after {
  content: "";
  width: calc(100% - 85px);
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #e6e2e3;
  z-index: -1;
}
#youtube-content-section .container .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: flex-start;
  align-items: center;
  font-family: "Noto Serif JP", serif;
  margin-left: 120px;
}
#youtube-content-section .container .head h3 {
  font-size: 26px;
  margin-right: 20px;
}
#youtube-content-section .container .head h2 {
  font-size: 33px;
  position: relative;
  padding-left: 60px;
  font-weight: bold;
  letter-spacing: 0.3em;
}
#youtube-content-section .container .head h2:before {
  content: "";
  width: 41px;
  height: 38px;
  background-image: url("images/common/icon_tv.png");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 16px;
}
#youtube-content-section .container .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#youtube-content-section .container .content .pic {
  width: 55%;
}
#youtube-content-section .container .content .txt {
  width: 45%;
  padding: 0 40px;
  line-height: 1.5;
}
#youtube-content-section .container .content .txt h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 26px;
  margin-bottom: 25px;
  font-weight: bold;
}
#youtube-content-section .container .content .txt h3 {
  font-weight: 700;
}

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

#wrapper.news #news-list .container {
  padding: 25px 0;
  width: calc(100% - 50px);
  max-width: 1500px;
}
#wrapper.news #news-detail .container > #blog-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 70px;
}
#wrapper.news #news-detail .container > #blog-wrap main#main-content {
  width: calc(100% - 400px - 170px);
}
#wrapper.news #news-detail .container > #blog-wrap aside#side-content {
  width: 400px;
}
#wrapper.news #news-detail .container > #blog-wrap aside#side-content > section.widget {
  margin-bottom: 50px;
}
#wrapper.news #news-detail .container > #blog-wrap aside#side-content > section.widget > h2.widget-title {
  color: white;
  background: #606a7c;
  line-height: 1.3;
  padding: 10px 12px;
  margin-bottom: 25px;
}
#wrapper.news #news-detail .container > #blog-wrap aside#side-content > section.widget > h2.widget-title em {
  display: block;
  text-align: center;
}
#wrapper.news #news-detail .container > #blog-wrap aside#side-content .widget_recent_entries ul li {
  padding-left: 17px;
  position: relative;
  line-height: 1.5;
  margin: 0 0 14px;
}
#wrapper.news #news-detail .container > #blog-wrap aside#side-content .widget_recent_entries ul li:before {
  content: "●";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
#wrapper.news #news-detail .container > #blog-wrap aside#side-content .widget_categories ul li {
  line-height: 1.3;
  margin-bottom: 14px;
}
#wrapper.news #news-detail .container > #blog-wrap aside#side-content .widget_archive > .widget-title {
  border-radius: 5px;
  text-align: center;
  line-height: 1.5;
  position: relative;
}
#wrapper.news #news-detail .container > #blog-wrap aside#side-content .widget_archive > .widget-title em {
  font-size: 21px;
  font-weight: bold;
}
#wrapper.news #news-detail .container > #blog-wrap aside#side-content .widget_archive > .widget-title:after {
  content: "";
  width: 35px;
  height: 35px;
  display: inline-block;
  background-image: url("images/common/arrow_r_w.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 15px;
  top: 15px;
  transform: rotate(90deg);
}
#wrapper.news #news-detail .container > #blog-wrap aside#side-content .widget_archive ul {
  display: none;
}
#wrapper.news #news-detail #pager {
  padding: 10px 0;
}
#wrapper.news #main-content .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: 60px;
}
#wrapper.news #main-content .post-header .post-title {
  font-family: "Noto Serif JP", serif;
  font-size: 33px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 10px;
  width: 100%;
  padding: 10px 0;
  border-top: 3px solid #606a7c;
  border-bottom: 3px solid #606a7c;
}
#wrapper.news #main-content .post-header .post-sub-title {
  font-weight: bold;
  font-size: 21px;
  line-height: 1.5;
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 30px;
  border-bottom: 1px solid gray;
}
#wrapper.news #main-content .post-header .post-date {
  font-weight: bold;
  display: inline-block;
  line-height: 1;
  margin-right: 15px;
}
#wrapper.news #main-content .post-header ul.post-cat {
  padding-left: 20px;
  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;
  justify-content: flex-start;
}
#wrapper.news #main-content .post-header ul.post-cat:before {
  content: "/";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
}
#wrapper.news #main-content .post-header ul.post-cat li {
  display: inline-block;
  margin-right: 10px;
}
#wrapper.news #main-content .post-header ul.post-cat li a {
  display: block;
  font-weight: bold;
  line-height: 1;
}
#wrapper.news #main-content .blog_content h1 {
  font-size: 33px;
  font-weight: 700;
  line-height: 1.5;
  margin: 15px 0;
}
#wrapper.news #main-content .blog_content h2 {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.5;
  margin: 15px 0;
}
#wrapper.news #main-content .blog_content h3 {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  margin: 15px 0;
}
#wrapper.news #main-content .blog_content h4 {
  font-family: "Noto Serif JP", serif;
  font-size: 33px;
  font-weight: 700;
  line-height: 1.5;
  margin: 15px 0;
}
#wrapper.news #main-content .blog_content h5 {
  font-family: "Noto Serif JP", serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.5;
  margin: 15px 0;
}
#wrapper.news #main-content .blog_content h6 {
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  margin: 15px 0;
}
#wrapper.news #main-content .blog_content p {
  line-height: 2.2;
}
#wrapper.news #main-content .blog_content a {
  font-weight: 700;
  text-decoration: underline;
}
#wrapper.news #main-content .blog_content strong {
  font-weight: 700;
}
#wrapper.news #main-content .blog_content em {
  font-style: italic;
}

.tab_box .btn_area {
  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;
}
.tab_box .btn_area .tab_btn {
  width: calc(20% - 1px);
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.tab_box .btn_area .tab_btn:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #777777;
  opacity: 0.3;
  position: absolute;
  left: 0;
  top: 0;
}
.tab_box .btn_area .tab_btn h3 {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  color: white;
  font-size: 20px;
  padding: 13px 0;
  position: relative;
}
.tab_box .btn_area .tab_btn h3 a {
  display: block;
  color: white;
  font-weight: bold;
}
.tab_box .btn_area .tab_btn.active:before, .tab_box .btn_area .tab_btn:hover:before {
  background: #666666;
  opacity: 0.8;
}
.tab_box .btn_area .tab_btn:nth-of-type(1) {
  background-image: url("images/works/works_sub_nav_1.jpg");
}
.tab_box .btn_area .tab_btn:nth-of-type(2) {
  background-image: url("images/works/works_sub_nav_2.jpg");
}
.tab_box .btn_area .tab_btn:nth-of-type(3) {
  background-image: url("images/works/works_sub_nav_3.jpg");
}
.tab_box .btn_area .tab_btn:nth-of-type(4) {
  background-image: url("images/works/works_sub_nav_4.jpg");
}
.tab_box .btn_area .tab_btn:nth-of-type(5) {
  background-image: url("images/works/works_sub_nav_5.jpg");
}
.tab_box .panel_area .tab_panel {
  display: none;
}
.tab_box .panel_area .tab_panel.active {
  display: block;
}

#page-works #works-feeds-section .container {
  padding: 0;
  width: 100%;
  max-width: 100%;
}
#page-works #works-feeds-section .head {
  text-align: center;
}
#page-works #works-feeds-section .head h2 {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 24px;
  padding: 25px 0;
}
#page-works #works-feeds-section .panel_area {
  width: calc(100% - 16px);
  margin: 0 auto;
  max-width: 1300px;
}

#page-works-single #works-single-section #works-detail .container {
  padding: 3rem 0;
  width: 100%;
  max-width: 1500px;
}
#page-works-single #works-single-section #works-detail .container .post_vi img {
  width: 100%;
}
#page-works-single #works-single-section #works-detail .container .post_content {
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#page-works-single #works-single-section #works-detail .container .post_content .l {
  width: 400px;
  line-height: 2.5;
}
#page-works-single #works-single-section #works-detail .container .post_content .l .post_meta {
  line-height: 2;
  font-size: 12px;
}
#page-works-single #works-single-section #works-detail .container .post_content .r {
  width: calc(100% - 400px - 50px);
}
#page-works-single #works-single-section #works-detail .container .post_content .r article {
  border-bottom: 1px solid black;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
#page-works-single #works-single-section #works-detail .container .post_content .r article:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}
#page-works-single #works-single-section #works-detail .container .post_content .r article > h2 {
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 15px;
}
#page-works-single #works-single-section #works-detail .container .post_content .r article > .content > h1 {
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 1.5;
}
#page-works-single #works-single-section #works-detail .container .post_gallery {
  text-align: center;
}
#page-works-single #works-single-section #works-detail .container .post_gallery .pic {
  margin-bottom: 10px;
}
#page-works-single #works-single-section #works-detail .container .post_gallery .pic img {
  width: auto;
  max-height: 1000px;
  object-fit: contain;
  object-position: center;
}
#page-works-single #works-single-section #pager {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}
#page-works-single #works-single-section #pager .content {
  padding: 10px 0;
}
#page-works-single #works-single-section #pager .content .list:before {
  content: "[";
  display: inline-block;
}
#page-works-single #works-single-section #pager .content .list:after {
  content: "]";
  display: inline-block;
}
#page-works-single #works-single-section #pager .content .list .list_name {
  font-size: 16px;
  display: inline-block;
  margin-right: 2px;
}
#page-works-single #works-single-section #pager .content .list .list_name:after {
  content: "/";
  display: inline-block;
  margin-left: 10px;
}
#page-works-single #works-single-section #pager .content .list .list_name:last-of-type {
  margin-right: 0;
}
#page-works-single #works-single-section #pager .content .list .list_name:last-of-type:after {
  content: none;
  margin-left: 0;
}
#page-guide {
  position: relative;
}
#page-guide .container {
  max-width: 100%;
}
#page-guide .info {
  position: fixed;
  left: 0;
  bottom: 0;
  color: blue;
  z-index: 9999;
  line-height: 1.5;
  display: none;
}
#page-guide .info p {
  margin: 0 0 10px;
}
#page-guide #guide-list-section .content {
  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;
  justify-content: flex-end;
  justify-content: space-between;
}
#page-guide #guide-list-section .content .side_wrap {
  width: 390px;
  position: relative;
}
#page-guide #guide-list-section .content #side {
  width: 100%;
  padding: 20px 0;
}
#page-guide #guide-list-section .content #side ul li {
  margin-bottom: 17px;
}
#page-guide #guide-list-section .content #side ul li a {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
}
#page-guide #guide-list-section .content #side.fixed-side {
  position: fixed;
  top: 0;
}
#page-guide #guide-list-section .content #side.bottom-side {
  position: absolute;
  top: auto;
  bottom: 0;
}
#page-guide #guide-list-section .content #side.static-side {
  position: static;
}
#page-guide #guide-list-section #main {
  width: calc(100% - 390px - 50px);
  padding-right: 140px;
  max-width: 620px;
  max-width: 100%;
  width: 60%;
}
#page-guide #guide-list-section #main article {
  margin-bottom: 70px;
}
#page-guide #guide-list-section #main article:last-of-type {
  margin-bottom: 0;
}
#page-guide #guide-list-section #main article h2 {
  font-size: 27px;
  font-family: "Noto Serif JP", serif;
  padding: 15px 0;
  padding-left: 65px;
  line-height: 1.5;
  border-bottom: 1px solid black;
  margin-bottom: 20px;
  position: relative;
}
#page-guide #guide-list-section #main article h2:before {
  content: "";
  width: 50px;
  height: 50px;
  background-image: url("images/guide/icon_guide.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 10px;
}
#page-guide #guide-list-section #main article .txt p {
  line-height: 2.5;
  margin: 0 0 25px;
}
#page-guide #guide-list-section #main article .txt h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
#page-guide #guide-list-section #main article .txt .table_type_guide {
  margin-bottom: 15px;
}
#page-guide #guide-list-section #main article .txt .table_type_guide th {
  width: 300px;
}

.architecture_content_wrap .tab_box .btn_area .tab_btn {
  width: calc(25% - 1px);
}
.architecture_content_wrap .tab_box .btn_area .tab_btn:nth-of-type(1) {
  background-image: url("images/architecture/architecture_sub_nav_1.jpg");
}
.architecture_content_wrap .tab_box .btn_area .tab_btn:nth-of-type(2) {
  background-image: url("images/architecture/architecture_sub_nav_2.jpg");
}
.architecture_content_wrap .tab_box .btn_area .tab_btn:nth-of-type(3) {
  background-image: url("images/architecture/architecture_sub_nav_3.jpg");
}
.architecture_content_wrap .tab_box .btn_area .tab_btn:nth-of-type(4) {
  background-image: url("images/architecture/architecture_sub_nav_4.jpg");
}
.architecture_content_wrap .tab_box .btn_area .tab_btn:before {
  opacity: 0;
}
.architecture_content_wrap .tab_box .btn_area .tab_btn.active:before {
  opacity: 0.8;
}

#architecture-content-section .container {
  padding: 0;
  max-width: 100%;
  width: 100%;
}
#architecture-content-section .container .architecture_content {
  width: calc(100% - 100px);
  margin: 0 auto;
  max-width: 1500px;
}
#architecture-content-section .container .architecture_content .txt {
  width: 730px;
  margin: 0 auto;
  padding: 60px 0;
}
#architecture-content-section .container .architecture_content .txt h2 {
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}
#architecture-content-section .container .architecture_content .txt p {
  line-height: 2.4;
}
#architecture-content-section .container .architecture_content .gallery .pic {
  margin-bottom: 39px;
}
#architecture-content-section .container .architecture_content .gallery .pic:last-of-type {
  margin-bottom: 0;
}
#architecture-content-section .container .architecture_content .gallery .pic a {
  display: block;
  overflow: hidden;
}
#architecture-content-section .container .architecture_content .gallery .pic a img {
  transition: 0.3s cubic-bezier(0.2, 0.55, 0.6, 1);
}
#architecture-content-section .container .architecture_content .gallery .pic a:hover {
  opacity: 1 !important;
}
#architecture-content-section .container .architecture_content .gallery .pic a:hover img {
  transform: scale(107%);
}

#page-tv #intro-section {
  border-bottom: 1px solid black;
}
#page-tv #intro-section .container {
  padding: 0;
  width: 100%;
  max-width: 100%;
}
#page-tv #intro-section .section_head {
  text-align: center;
}
#page-tv #intro-section .section_head h2 {
  font-size: 26px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
  padding: 26px 0;
}
#page-tv #tv-list-section .media-list article {
  padding-bottom: 50px;
  margin-bottom: 55px;
  border-bottom: 1px solid black;
}
#page-tv #tv-list-section .media-list article .inner {
  width: 648px;
  margin: 0 auto;
  text-align: center;
}
#page-tv #tv-list-section .media-list article .inner .youtube_wrap {
  margin-bottom: 20px;
}
#page-tv #tv-list-section .media-list article .inner p {
  line-height: 2.3;
}
#page-tv #tv-list-section .media-list article .inner .btn {
  margin-top: 20px;
}
#page-tv #youtube-content-section {
  margin: 0 0 50px;
}

#page-profile #greeting-section .container {
  border-bottom: 1px solid black;
}
#page-profile #greeting-section .txt {
  width: 970px;
  margin: 0 auto;
}
#page-profile #greeting-section .txt p {
  line-height: 2.4;
}
#page-profile #company-section .container {
  border-bottom: 1px solid black;
}
#page-profile #company-section .table_type_company {
  width: 778px;
  margin: 0 auto;
}
#page-profile #about-section .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 20px;
  margin-bottom: 60px;
}
#page-profile #about-section .content .pic {
  width: 298px;
}
#page-profile #about-section .content .txt {
  width: calc(100% - 298px - 70px);
}
#page-profile #about-section .content .txt .name {
  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: baseline;
  border-bottom: 1px solid black;
  margin-bottom: 25px;
  padding-bottom: 15px;
}
#page-profile #about-section .content .txt .name h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 700;
  margin-right: 25px;
  line-height: 1;
}
#page-profile #about-section .content .txt .name h3 {
  font-family: "Old Standard TT", sans-serif;
  font-size: 24px;
  color: #4d4d4d;
  line-height: 1;
}
#page-profile #about-section .content .txt p {
  line-height: 2.6;
}
#page-profile #about-section .favorite_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#page-profile #about-section .favorite_list article {
  width: calc(33.3333333333% - 20px);
  padding: 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #cccccc;
}
#page-profile #about-section .favorite_list article h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 36px;
  line-height: 1.1;
  letter-spacing: 0.2em;
  color: #4d4d4d;
  border-bottom: 1px solid black;
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
#page-profile #about-section .favorite_list article p {
  line-height: 2.6;
  margin: 0;
}
#page-profile #about-section .favorite_list article:nth-of-type(1) {
  background-image: url("images/profile/favorite_bg_1.jpg");
}
#page-profile #about-section .favorite_list article:nth-of-type(2) {
  background-image: url("images/profile/favorite_bg_2.jpg");
}
#page-profile #about-section .favorite_list article:nth-of-type(3) {
  background-image: url("images/profile/favorite_bg_3.jpg");
}
#page-profile #partners-section .container {
  overflow: hidden;
}
#page-profile #partners-section .container:after {
  content: "";
  width: 1000px;
  height: 100%;
  position: absolute;
  top: 100px;
  left: calc((100% - 1000px) / 2);
  background: #e8ede7;
  z-index: -1;
}
#page-profile #partners-section .container > p {
  text-align: center;
  line-height: 2.6;
}
#page-profile #partners-section .container .partners_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: 50px;
  margin-bottom: 50px;
}
#page-profile #partners-section .container .partners_list article {
  width: 25%;
  text-align: center;
}
#page-profile #partners-section .container .partners_list article .pic {
  margin-bottom: 10px;
}
#page-profile #partners-section .container .partners_list article h4 {
  font-family: "Old Standard TT", sans-serif;
  color: #4d4d4d;
  font-size: 21px;
}
#page-profile #partners-section .container .partners_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: center;
}
#page-profile #partners-section .container .partners_info article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: center;
  margin-right: 100px;
}
#page-profile #partners-section .container .partners_info article:last-of-type {
  margin-right: 0;
}
#page-profile #partners-section .container .partners_info article h2 {
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  margin-right: 30px;
}
#page-profile #partners-section .container .partners_info article ul {
  margin-top: 15px;
}
#page-profile #partners-section .container .partners_info article ul li {
  padding-left: 15px;
  line-height: 1.5;
  position: relative;
  margin-bottom: 12px;
}
#page-profile #partners-section .container .partners_info article ul li:last-of-type {
  margin-bottom: 0;
}
#page-profile #partners-section .container .partners_info article ul li:before {
  content: "・";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}

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

#contact-form-section .container {
  width: 100%;
  max-width: 100%;
}
#contact-form-section .catalogs_content_wrap {
  margin-bottom: 50px;
}
#contact-form-section .catalogs_content_wrap .inner {
  padding: 15px 0 20px;
  position: relative;
}
#contact-form-section .catalogs_content_wrap .inner:after {
  content: "";
  width: calc(100% - 135px);
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #e6e2e3;
  z-index: -1;
}
#contact-form-section .catalogs_content_wrap .inner .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: flex-start;
  align-items: center;
  line-height: 1;
  padding-left: 50px;
  margin-bottom: 20px;
}
#contact-form-section .catalogs_content_wrap .inner .head h3 {
  width: 288px;
  margin-right: 25px;
}
#contact-form-section .catalogs_content_wrap .inner .head h2 {
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
}
#contact-form-section .intro {
  width: 1000px;
  text-align: center;
  margin: 0 auto 60px;
}
#contact-form-section .intro h3 {
  line-height: 2.6;
  font-weight: bold;
}
#contact-form-section .intro .tel {
  margin: 50px 0;
}
#contact-form-section .intro .tel a {
  display: inline-block;
  width: 250px;
}
#contact-form-section .intro ul li {
  display: inline-block;
}

#privacy-policy-section .container {
  border-top: 1px solid black;
  width: calc(100% - 300px);
}
#privacy-policy-section article {
  margin-bottom: 50px;
}
#privacy-policy-section article h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.5;
}
#privacy-policy-section article p {
  margin-top: 0;
  line-height: 2.6;
}
#privacy-policy-section article ol {
  background: #e8ede7;
  padding: 20px 20px 20px 60px;
}
#privacy-policy-section article ol li {
  margin-bottom: 10px;
}
#privacy-policy-section article ol li:last-of-type {
  margin-bottom: 0;
}

.form-wrap {
  width: 700px;
  margin: 0 auto;
}
.form-wrap div.wpcf7 .ajax-loader {
  min-width: 24px !important;
}
.form-wrap .recaptcha a {
  text-decoration: underline;
  font-weight: bold;
}
.form-wrap form {
  box-sizing: border-box;
  margin: 3rem 0 5rem;
}
.form-wrap form .form_input_list {
  margin-bottom: 3rem;
  position: relative;
}
.form-wrap form .form_input_list > .memo {
  display: inline-block;
  margin: 0;
  font-size: 1.3rem;
  position: absolute;
  left: 225px;
  top: 35px;
}
.form-wrap form .form_input_list .arrow {
  font-size: 1.6rem;
  line-height: 1.5em;
  padding: 1rem 1rem;
  width: 185px;
  display: inline-block;
  margin-right: 30px;
}
.form-wrap form .form_input_list .arrow em {
  font-size: 1.3rem;
  display: inline-block;
}
.form-wrap form .form_input_list span {
  vertical-align: top;
}
.form-wrap form input,
.form-wrap form textarea {
  width: 375px;
  box-sizing: border-box;
  padding: 0.5rem 2rem;
  height: 46px;
  line-height: 46px;
  border: 1px solid black;
}
.form-wrap form textarea {
  height: 150px;
  line-height: 1.5em;
  padding: 1rem 2rem;
}
.form-wrap form input[type=radio] {
  width: 2rem;
  display: inline-block;
  margin-right: 1rem;
}
.form-wrap form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  text-indent: 0.01px;
  text-overflow: "";
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  width: 375px;
  padding: 0.5rem 2rem;
  background-color: white !important;
}
.form-wrap form .address1, .form-wrap form .content-of-inquiry {
  position: relative;
  background: white;
}
.form-wrap form .address1:after, .form-wrap form .content-of-inquiry:after {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  right: 2rem;
  top: 0rem;
  display: block;
  pointer-events: none;
  z-index: 999;
}
.form-wrap form select option {
  background-color: #fff;
  color: #333;
}
.form-wrap form select::-ms-expand {
  display: none;
}
.form-wrap form select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}
.form-wrap form .wpcf7-list-item {
  height: 46px;
  line-height: 46px;
}
.form-wrap form input[type=image],
.form-wrap form input[type=submit] {
  height: auto !important;
  padding: 0;
  width: 553px;
  display: block;
  margin: 0 auto;
  border: none;
}
.form-wrap form input::-webkit-input-placeholder {
  color: red;
}
.form-wrap form input:-moz-placeholder {
  color: red;
}
.form-wrap form input::-moz-placeholder {
  color: red;
}
.form-wrap form input:-ms-input-placeholder {
  color: red;
}

@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;
  }
  .btn_link {
    font-size: 15px;
    padding-left: 22px;
  }
  .btn_link:before {
    width: 15px;
    height: 15px;
  }
  .btn_arrow_1 {
    padding-left: 22px;
  }
  .btn_arrow_1:before {
    width: 15px;
    height: 15px;
    top: -1px;
  }
  /*共通見出し*/
  .sec_title1 {
    margin-bottom: 30px;
  }
  .sec_title1 h3 {
    font-family: "Old Standard TT", sans-serif;
    font-weight: 700;
    font-size: 50px;
    line-height: 1.3;
  }
  .sec_title1 h2 {
    color: #606a7c;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 1.3;
  }
  .sec_title1.color_w h3, .sec_title1.color_w h2 {
    color: white;
  }
  .sec_title2 {
    margin-bottom: 30px;
  }
  .sec_title2 h3 {
    font-size: 30px;
    letter-spacing: 0.1em;
    margin-bottom: 7px;
  }
  .sec_title2 h2 {
    font-size: 20px;
  }
  .gmap_wrap iframe {
    width: 100%;
    height: 300px;
  }
  .table_type_1 {
    margin-bottom: 45px;
  }
  .table_type_1 table {
    border-top: 1px solid rgb(159.375, 159.375, 159.375);
  }
  .table_type_1 table tr {
    border-bottom: 1px solid rgb(159.375, 159.375, 159.375);
  }
  .table_type_1 table tr th, .table_type_1 table tr td {
    line-height: 1.5;
  }
  .table_type_1 table tr th {
    background: #e6e6e6;
    font-weight: normal;
    width: 140px;
    text-align: justify;
    text-align-last: justify;
    padding: 10px 25px;
  }
  .table_type_1 table tr td {
    padding: 10px 40px;
  }
  .table_type_1 table tr td a {
    color: #606a7c;
    display: inline-block;
  }
  .table_type_guide {
    margin-bottom: 25px;
  }
  .table_type_guide table tr {
    margin-bottom: 7px;
  }
  .table_type_guide table tr th, .table_type_guide table tr td {
    display: block;
    line-height: 1.5;
    padding: 5px 0;
    text-align: left;
  }
  .table_type_guide table tr th {
    font-weight: bold;
  }
  .table_type_guide table tr td {
    margin-bottom: 10px;
  }
  .table_type_company table tr {
    padding: 15px 0;
    display: block;
  }
  .table_type_company table tr th, .table_type_company table tr td {
    padding: 0;
    display: block;
  }
  .table_type_company table tr th br {
    display: none;
  }
  .table_type_company table tr td {
    margin-top: 7px;
    padding: 0 15px;
  }
  .table_type_company table tr td ul li {
    padding-left: 13px;
    margin-bottom: 7px;
  }
  ul.caution li {
    padding-left: 16px;
    line-height: 1.5;
    margin: 10px 0;
    position: relative;
  }
  ul.caution li:before {
    content: "※";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
  }
  ul.list_type_normal li {
    padding-left: 13px;
    margin: 10px 0;
  }
  .sp-buttons .sp-button {
    border-bottom-color: #606a7c;
    width: 8px;
    height: 8px;
  }
  .sp-buttons .sp-selected-button {
    background-color: #606a7c;
  }
  #pankuzu #breadcrumb ul {
    font-size: 0;
  }
  #pankuzu #breadcrumb ul > li {
    display: inline-block;
    font-size: 15px;
    font-size: 1.5rem;
    padding: 7px 0 0;
  }
  .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: 0;
    margin-right: 7px;
    font-size: 1.2rem;
    line-height: 1.3;
  }
  #pankuzu #breadcrumb ul > li:before {
    display: inline-block;
    margin-right: 5px;
    content: ">";
    transform: scale(0.7);
  }
  #pankuzu #breadcrumb ul > li:first-of-type:before {
    display: none;
  }
  #pankuzu #breadcrumb ul > li a {
    text-decoration: underline;
    font-weight: normal;
    letter-spacing: 0;
  }
  #pankuzu #breadcrumb ul > li span {
    font-weight: normal;
    letter-spacing: 0;
  }
  #header .container {
    padding: 10px 15px;
  }
  #header .container .content .head_logo {
    width: 180px;
  }
  #header .container .content .head_logo img {
    vertical-align: middle;
  }
  #header .container .content #gnav {
    display: block;
  }
  #header .container .content #gnav .gnav_1 {
    display: none;
    width: 100vw;
    margin-left: -15px;
    position: absolute;
    top: 41px;
    left: 0;
    background: white;
    border-bottom: 1px solid black;
  }
  #header .container .content #gnav .gnav_1 ul.menu_list {
    display: block;
    padding: 0 20px;
  }
  #header .container .content #gnav .gnav_1 ul.menu_list li.menu_item {
    margin: 0;
    width: 100%;
    border-bottom: 1px solid rgb(216.75, 216.75, 216.75);
    font-size: 15px;
    padding: 18px 0;
  }
  #header .container .content #gnav .gnav_1 ul.menu_list li.menu_item > a {
    position: relative;
    display: block;
  }
  #header .container .content #gnav .gnav_1 ul.menu_list li.menu_item > a:after {
    content: "\f107";
    font-family: fontawesome;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(-90deg) scale(0.7);
  }
  #header .container .content #gnav .gnav_1 ul.menu_list li.menu_item_parent {
    position: relative;
  }
  #header .container .content #gnav .gnav_1 ul.menu_list li.menu_item_parent:after {
    top: 20px;
    transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  }
  #header .container .content #gnav .gnav_1 ul.menu_list li.menu_item_parent.open:after {
    transform: rotate(180deg) scale(0.7);
  }
  #header .container .content #gnav .gnav_1 ul.menu_list li.menu_item_parent:hover .menu_child {
    opacity: 1;
    pointer-events: all;
  }
  #header .container .content #gnav .gnav_1 ul.menu_list li.menu_item_parent ul.menu_child {
    display: none;
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
    opacity: 1;
    pointer-events: none;
    background: none;
    box-shadow: none;
    padding: 0px 0;
    margin-top: 10px;
  }
  #header .container .content #gnav .gnav_1 ul.menu_list li.menu_item_parent ul.menu_child.w_340 {
    width: 100%;
  }
  #header .container .content #gnav .gnav_1 ul.menu_list li.menu_item_parent ul.menu_child.w_190 {
    width: 100%;
  }
  #header .container .content #gnav .gnav_1 ul.menu_list li.menu_item_parent ul.menu_child.t_center li.menu_child_item {
    text-align: left;
    margin-bottom: 0;
  }
  #header .container .content #gnav .gnav_1 ul.menu_list li.menu_item_parent ul.menu_child.t_center li.menu_child_item a br {
    display: none;
  }
  #header .container .content #gnav .gnav_1 ul.menu_list li.menu_item_parent ul.menu_child:before {
    content: none;
  }
  #header .container .content #gnav .gnav_1 ul.menu_list li.menu_item_parent ul.menu_child li.menu_child_item {
    font-size: 13px;
    line-height: 1.5;
    margin-top: 7px;
    letter-spacing: 0.1em;
  }
  #header .container .content #gnav .gnav_1 ul.menu_list li.menu_item_parent ul.menu_child li.menu_child_item > a {
    display: block;
    color: black;
  }
  #header .container .content #gnav .gnav_1 ul.menu_list li.menu_item_parent ul.menu_child li.menu_child_item .child_img {
    display: none !important;
  }
  #header .container .content #gnav .gnav_1 ul.menu_list li.menu_item_parent ul.menu_child li.menu_child_item:first-child .child_img {
    opacity: 0;
  }
  #header .container .content #gnav .gnav_1 .sns_link {
    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;
    padding: 25px 0;
  }
  #header .container .content #gnav .gnav_1 .sns_link a {
    display: block;
    width: auto;
    height: 25px;
    margin-right: 10px;
  }
  #header .container .content #gnav .gnav_1 .sns_link a:last-of-type {
    margin-right: 0;
  }
  #header .container .content #gnav .gnav_1 .sns_link a img {
    object-fit: contain;
    object-position: center;
    width: 100%;
    height: 100%;
  }
  #header .container .content #gnav .gnav_2 {
    margin-left: 17px;
  }
  #header .container .content #gnav .gnav_2 a {
    font-size: 12px;
    padding: 3px 14px;
    letter-spacing: 0;
  }
  #header .container .content #gnav .gnav_2 a:after {
    content: none;
  }
  #header .container .content #gnav .gnav_3 {
    margin-left: 17px;
    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;
    display: none;
  }
  #header .container .content #gnav .gnav_3 a {
    display: block;
    width: auto;
    height: 25px;
    margin-right: 10px;
  }
  #header .container .content #gnav .gnav_3 a:last-of-type {
    margin-right: 0;
  }
  #header .container .content #gnav .gnav_3 a img {
    object-fit: contain;
    object-position: center;
    width: 100%;
    height: 100%;
  }
  #menu_btn {
    width: 16px;
    height: 8px;
    margin-left: 15px;
    display: block;
  }
  #menu_btn span:nth-of-type(1) {
    top: 0px;
  }
  #menu_btn span:nth-of-type(2) {
    bottom: 0px;
  }
  #menu_btn.close span:nth-of-type(1) {
    -webkit-transform: translateY(3px) rotate(-45deg);
    transform: translateY(3px) rotate(-45deg);
  }
  #menu_btn.close span:nth-of-type(2) {
    -webkit-transform: translateY(-4px) rotate(45deg);
    transform: translateY(-4px) rotate(45deg);
  }
  #gnav-flex {
    display: none;
  }
  #vihalf-section .container .inner {
    padding: 40px 20px 20px;
  }
  #vihalf-section .container .inner.flex_wide {
    display: inline-block;
  }
  #vihalf-section .container .inner .page_ttl {
    margin-bottom: 40px;
  }
  #vihalf-section .container .inner .page_ttl h3 {
    font-size: 40px;
    line-height: 1.1;
  }
  #vihalf-section .container .inner .page_ttl h2 {
    font-size: 22px;
  }
  #main-content img.size-full {
    margin-bottom: 2.5rem;
  }
  #main-content article[class^=post-] > .content table {
    margin-bottom: 30px;
  }
  #main-content article[class^=post-] > .content table tr th, #main-content article[class^=post-] > .content table tr td {
    letter-spacing: 0;
    padding: 10px 5px;
  }
  #main-content article[class^=post-] > .content table tr th {
    width: 30%;
    padding: 20px 0;
  }
  #main-content article[class^=post-] > .content table tr td {
    padding: 20px;
  }
  #main-content article[class^=post-] > .content h1 {
    margin: 1rem 0 2rem;
    line-height: 1.5;
    font-size: 2.5rem;
    font-weight: bold;
  }
  #main-content article[class^=post-] > .content h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
    line-height: 1.5;
    font-weight: bold;
  }
  #main-content article[class^=post-] > .content h3 {
    color: #606a7c;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 1rem;
    display: inline-block;
    min-width: 50%;
  }
  #main-content article[class^=post-] > .content h4 {
    color: white;
    font-weight: bold;
    line-height: 1.5;
    padding: 1rem 1.5rem;
    margin-bottom: 1rem;
    background: #606a7c;
  }
  #main-content article[class^=post-] > .content h5 {
    color: #606a7c;
    font-weight: bold;
    line-height: 1.5;
    padding: 1rem 1.5rem;
    margin-bottom: 1rem;
    border: 2px solid #606a7c;
  }
  #main-content article[class^=post-] > .content p {
    font-size: 1.3rem;
    margin-bottom: 2rem;
  }
  #main-content article[class^=post-] > .content a {
    text-decoration: underline;
    color: #606a7c;
  }
  #main-content 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 #807f7c;
    border-radius: 0;
    margin-bottom: 3rem !important;
    background: none;
    box-shadow: none;
    display: block;
    text-align: left;
  }
  #main-content article[class^=post-] > .content ul {
    margin: 2rem 0 3rem;
    list-style: disc;
    padding-left: 2rem;
  }
  #main-content article[class^=post-] > .content ul li {
    line-height: 1.5;
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
    font-style: normal;
  }
  #main-content article[class^=post-] > .content .btn {
    text-align: right;
    margin: 1rem 0 1rem;
  }
  #main-content article[class^=post-] > .content .btn > a {
    text-decoration: none !important;
    text-align: left;
    min-width: 250px;
  }
  #main-content article[class^=post-] > .content .gallery_card article {
    width: calc(50% - 1rem);
    box-shadow: 0 0 1rem 0.5rem rgb(243.525, 243.525, 243.525);
    background: white;
    text-align: center;
    margin-bottom: 2rem;
  }
  #main-content article[class^=post-] > .content .gallery_card article:nth-of-type(2n) {
    margin-left: 2rem;
  }
  #main-content article[class^=post-] > .content .gallery_card article .pic {
    line-height: 0.5;
  }
  #main-content article[class^=post-] > .content .gallery_card article .pic img {
    width: 100%;
    margin: 0;
  }
  #main-content article[class^=post-] > .content .gallery_card article .txt {
    line-height: 1;
    padding: 1rem 2rem;
  }
  #main-content article[class^=post-] > .content .gallery_card article .txt h3 {
    font-size: 1.5rem;
    margin: 0;
  }
  #main-content article[class^=post-] > .content iframe {
    width: 100%;
    height: 40rem;
    margin-bottom: 2rem;
  }
  #main-content article[class^=post-] > .content img {
    clear: both;
  }
  #main-content article[class^=post-] > .content img.size-full {
    width: auto;
    margin-bottom: 0px;
  }
  #main-content article[class^=post-] > .content img.size-large {
    margin-bottom: 0rem;
  }
  #pagination {
    margin-top: 60px;
    margin-bottom: 30px;
  }
  #pagination .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-content: center;
  }
  #pagination .nav-links .page-numbers {
    font-size: 18px;
    padding: 0 5px;
    display: inline-block;
    letter-spacing: 0;
    color: #606a7c;
    font-weight: bold;
    font-style: normal;
  }
  #pagination .nav-links .page-numbers:hover {
    text-decoration: underline;
  }
  #pagination .nav-links .page-numbers.current {
    text-decoration: underline;
  }
  #pagination .nav-links .page-numbers.prev, #pagination .nav-links .page-numbers.next {
    margin: 0 15px;
  }
  #pagination .nav-links .page-numbers.prev > i, #pagination .nav-links .page-numbers.next > i {
    vertical-align: text-top;
    width: 28px;
    height: 28px;
    display: inline-block;
    background-image: url("images/common/arrow_pager.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
  }
  #pagination .nav-links .page-numbers.prev > i {
    transform: rotate(180deg);
  }
  #pager {
    margin-top: 40px;
  }
  #pager > .content {
    justify-content: space-between;
    font-size: 13px !important;
  }
  #pager > .content .btn_prev a, #pager > .content .btn_prev .inactive,
  #pager > .content .btn_next a,
  #pager > .content .btn_next .inactive,
  #pager > .content .list a,
  #pager > .content .list .inactive {
    font-size: 14px;
  }
  #pager > .content .btn_prev a i:after, #pager > .content .btn_prev .inactive i:after,
  #pager > .content .btn_next a i:after,
  #pager > .content .btn_next .inactive i:after,
  #pager > .content .list a i:after,
  #pager > .content .list .inactive i:after {
    width: 22px;
    height: 22px;
    top: -4px;
  }
  #pager > .content .btn_prev a i.arrow_next, #pager > .content .btn_prev .inactive i.arrow_next,
  #pager > .content .btn_next a i.arrow_next,
  #pager > .content .btn_next .inactive i.arrow_next,
  #pager > .content .list a i.arrow_next,
  #pager > .content .list .inactive i.arrow_next {
    padding-left: 30px;
  }
  #pager > .content .btn_prev a i.arrow_prev, #pager > .content .btn_prev .inactive i.arrow_prev,
  #pager > .content .btn_next a i.arrow_prev,
  #pager > .content .btn_next .inactive i.arrow_prev,
  #pager > .content .list a i.arrow_prev,
  #pager > .content .list .inactive i.arrow_prev {
    padding-right: 30px;
  }
  #pager > .content .btn_prev .inactive,
  #pager > .content .btn_next .inactive,
  #pager > .content .list .inactive {
    opacity: 0.2;
  }
  #pager > .content .list {
    margin: 0;
  }
  #go-top {
    z-index: 9999;
  }
  #go-top .container {
    padding: 20px 0;
  }
  #go-top img {
    width: 80px;
  }
  #footer-contact-section .container {
    max-width: 100%;
  }
  #footer-contact-section .container .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #footer-contact-section .container .content article {
    width: 100%;
    padding: 20px 20px 10px;
    margin-bottom: 15px;
  }
  #footer-contact-section .container .content article .head .icon {
    width: 45px;
    height: 60px;
    margin-bottom: 20px;
  }
  #footer-contact-section .container .content article .head .btn a {
    font-size: 20px;
    padding-left: 28px;
  }
  #footer-contact-section .container .content article .head .btn a:before {
    width: 20px;
    height: 20px;
    bottom: 1px;
  }
  #footer-contact-section .container .content article .head p br {
    display: none;
  }
  #wrapper.top-page #footer-contact-section .container {
    padding-bottom: 20px;
  }
  #footer-info-section .container {
    padding: 20px 0 30px;
    max-width: 100%;
  }
  #footer-info-section .container .content .head {
    margin-bottom: 20px;
  }
  #footer-info-section .container .content .head .logo {
    width: 200px;
    margin-right: 25px;
  }
  #footer-info-section .container .content .head .logo img {
    vertical-align: bottom;
  }
  #footer-info-section .container .content .info p, #footer-info-section .container .content .info address {
    font-size: 14px;
  }
  footer#footer .container {
    padding: 5rem 0;
    max-width: 100%;
  }
  footer#footer .container .content .l {
    width: 100%;
    margin: 0 0 30px;
  }
  footer#footer .container .content .l .foot_logo {
    margin-bottom: 30px;
    width: 80%;
  }
  footer#footer .container .content .l .foot_info > div {
    margin-bottom: 20px;
  }
  footer#footer .container .content .l .foot_info .tel a {
    width: 120px;
  }
  footer#footer .container .content .l .foot_info .mail a {
    width: 200px;
  }
  footer#footer .container .content .r {
    width: 800px;
  }
  .gnav_flex_wrap nav {
    width: 100%;
    margin: 0 0 20px;
  }
  .gnav_flex_wrap nav:nth-of-type(1) {
    width: 100%;
    margin-bottom: 20px;
  }
  footer#foot-credit-section .container p {
    margin: 20px 0;
    font-size: 12px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 732px) {
  body.home #loading-images .logo {
    width: 80%;
  }
  body.home #page {
    /*------------------------------------------------------------------*/
    /*------------------------------------------------------------------*/
    /*------------------------------------------------------------------*/
    /*------------------------------------------------------------------*/
    /*------------------------------------------------------------------*/
    /*------------------------------------------------------------------*/
    /*------------------------------------------------------------------*/
    /*------------------------------------------------------------------*/
    /*------------------------------------------------------------------*/
    /*------------------------------------------------------------------*/
    /*------------------------------------------------------------------*/
  }
  body.home #page #vi-section .container {
    padding: 0 0 45px;
  }
  body.home #page #vi-section .container .vi_wrap {
    position: relative;
    display: block;
  }
  body.home #page #vi-section .container .vi_wrap .l {
    width: 100%;
    position: relative;
    left: auto;
    top: auto;
    z-index: -1;
  }
  body.home #page #vi-section .container .vi_wrap .l #top-vi-slide-1 img {
    width: 100%;
    height: 415px;
    object-fit: cover;
    object-position: center;
  }
  body.home #page #vi-section .container .vi_wrap .r {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
  }
  body.home #page #vi-section .container .vi_wrap .r .vi_txt {
    margin: 100px 0;
  }
  body.home #page #vi-section .container .vi_wrap .r .vi_txt .catch_img {
    width: 90%;
    margin: 0 auto 15px;
  }
  body.home #page #vi-section .container .vi_wrap .r .vi_txt .catch_txt {
    border-top: 0;
    margin-top: 10px;
    padding: 0;
  }
  body.home #page #vi-section .container .vi_wrap .r .vi_txt .catch_txt h2 {
    font-size: 17px;
    padding: 0;
    color: white;
  }
  body.home #page #vi-section .container .vi_wrap .r #top-vi-slide-2 {
    margin: 0 auto;
    display: none;
  }
  body.home #page #vi-section .container .vi_wrap .r #top-vi-slide-2 img {
    width: 100%;
  }
  body.home #page #works-type-section:after {
    content: "";
    width: 100%;
    height: 200px;
  }
  body.home #page #works-type-section .container {
    width: 100%;
    padding: 30px 0 0;
  }
  body.home #page #works-type-section .container .head {
    display: block;
    padding: 15px 0;
    width: 90%;
    margin: 0 auto 20px;
  }
  body.home #page #works-type-section .container .head h3 {
    width: 250px;
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: 0;
  }
  body.home #page #works-type-section .container .head h2 {
    font-size: 18px;
  }
  body.home #page #profile-section {
    margin-top: 0;
  }
  body.home #page #profile-section .container {
    width: 80%;
  }
  body.home #page #profile-section .container .txt {
    position: absolute;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    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;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  body.home #page #profile-section .container .txt h2 {
    line-height: 1.5;
    font-size: 25px;
    margin-bottom: 15px;
  }
  body.home #page #profile-section .container .txt h3 {
    margin-bottom: 0;
    padding-top: 15px;
    width: 100%;
  }
  body.home #page #profile-section .container .txt .btn {
    margin-top: 20px;
  }
  body.home #page #works-section .inner {
    clip-path: polygon(0 30px, 100% 0, 100% 100%, 0 100%);
  }
  body.home #page #works-section .container {
    padding-top: 80px;
    width: calc(100% - 16px);
    max-width: 100%;
  }
  body.home #page #works-section .container .head {
    margin-bottom: 30px;
    padding: 0 15px;
  }
  body.home #page #works-section .container .head h3 {
    line-height: 1.2;
    font-size: 40px;
    margin-right: 15px;
  }
  body.home #page #works-section .container .head h2 {
    font-size: 20px;
    margin-bottom: 20px;
    width: 100%;
  }
  body.home #page #works-section .container .head h5 {
    width: 50%;
    margin: 0;
    letter-spacing: 0;
  }
  body.home #page #works-section .container .head a {
    margin-right: 0;
    margin-left: auto;
  }
  body.home #page #news-section .container {
    max-width: 100%;
  }
  body.home #page #news-section .container .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
  }
  body.home #page #news-section .container .head .sec_title_blog {
    width: 170px;
  }
  body.home #page #news-section .container .head .sec_title_blog h3 {
    font-size: 20px;
  }
  body.home #page #news-section .container .head .sec_title_blog h2 {
    font-size: 25px;
    font-weight: bold;
  }
  body.home #page #news-section .container .head .btn {
    width: calc(100% - 170px - 10px);
  }
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
  .common__works_feeds_wrap {
    max-width: 1300px;
  }
  .common__works_feeds_wrap .works_list_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-content: flex-start;
  }
  .common__works_feeds_wrap .works_list_wrap article {
    width: calc(25% - 2px);
    margin-right: 2.6666666667px;
    margin-bottom: 2.6666666667px;
  }
  .common__works_feeds_wrap .works_list_wrap article:nth-of-type(4n) {
    margin-right: 0;
  }
  .common__news_feeds_wrap {
    width: calc(100% + 10px);
    margin-left: -5px;
  }
  .common__news_feeds_wrap .news_list_wrap article {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 20px;
  }
  .common__news_feeds_wrap .news_list_wrap article .inner .thumb a img {
    max-height: calc((90vw - 10px) / 2);
  }
  .common__news_feeds_wrap .news_list_wrap article .inner .txt {
    margin-bottom: 0;
  }
  .common__news_feeds_wrap .news_list_wrap article .inner .txt .t {
    padding: 10px 0 0;
  }
  .common__news_feeds_wrap .news_list_wrap article .inner .txt .t .post-cat {
    margin-right: 5px;
    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;
  }
  .common__news_feeds_wrap .news_list_wrap article .inner .txt .t .post-cat li {
    margin-right: 5px;
    margin-bottom: 10px;
  }
  .common__news_feeds_wrap .news_list_wrap article .inner .txt .t .post-cat li:last-of-type {
    margin-right: 0;
  }
  .common__news_feeds_wrap .news_list_wrap article .inner .txt .t .post-cat li a {
    font-size: 13px;
    padding: 2px 10px;
    letter-spacing: 0;
  }
  .common__news_feeds_wrap .news_list_wrap article .inner .txt .t .post-date {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .common__news_feeds_wrap .news_list_wrap article .inner .txt .b {
    padding: 7px 0;
  }
  .common__news_feeds_wrap .news_list_wrap article .inner .txt .b .post-title {
    font-size: 14px;
    margin-right: 5px;
    margin-bottom: 4px;
  }
  .common__news_feeds_wrap .news_list_wrap article .inner .txt .b .post-title a {
    letter-spacing: 0;
  }
  .common__news_feeds_wrap .news_list_wrap article .inner .txt .b .post-sub-title {
    font-size: 13px;
    margin-bottom: 4px;
  }
  .common__news_feeds_wrap .news_list_wrap article .inner .txt .b .post-sub-title:before {
    margin-right: 5px;
  }
  /*------------------------------------------------------------------*/
  .loop_slide_wrap #loopslider-1 {
    height: 272px;
  }
  .loop_slide_wrap #loopslider-1 ul {
    height: 272px;
  }
  .loop_slide_wrap #loopslider-1 ul li {
    width: 300px;
    height: 272px;
  }
  .loop_slide_wrap #loopslider-1 ul li a {
    padding: 0 5px;
  }
  .loop_slide_wrap #loopslider-1 ul li a .pic {
    width: 100%;
  }
  .loop_slide_wrap #loopslider-1 ul li a .txt {
    width: 100%;
    padding: 15px;
  }
  .loop_slide_wrap #loopslider-1 ul li a .txt h2 {
    font-size: 15px;
    margin-bottom: 3px;
  }
  .loop_slide_wrap #loopslider-1 ul li a .txt h2 br {
    display: none;
  }
  /*------------------------------------------------------------------*/
  #youtube-content-section {
    margin: 0;
  }
  #youtube-content-section .container {
    padding: 30px 0;
    width: 90%;
    max-width: 100%;
  }
  #youtube-content-section .container:after {
    width: 100%;
    width: 100vw;
    height: 200px;
    left: -5vw;
  }
  #youtube-content-section .container .head {
    margin-left: 0;
    margin-bottom: 15px;
  }
  #youtube-content-section .container .head h3 {
    font-size: 22px;
    width: 100%;
    line-height: 1.2;
    margin: 0;
  }
  #youtube-content-section .container .head h2 {
    font-size: 25px;
    padding-left: 38px;
    letter-spacing: 0.1em;
  }
  #youtube-content-section .container .head h2:before {
    width: 28px;
    height: 25px;
    position: absolute;
    left: 0;
    top: 16px;
  }
  #youtube-content-section .container .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #youtube-content-section .container .content .pic {
    width: 100%;
    margin-bottom: 25px;
  }
  #youtube-content-section .container .content .txt {
    width: 100%;
    padding: 0;
  }
  #youtube-content-section .container .content .txt h2 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  #youtube-content-section .container .content .txt a {
    letter-spacing: 0;
  }
  /*------------------------------------------------------------------*/
  #page-404 .container {
    width: 90%;
  }
  #wrapper.news #news-list .container {
    padding: 25px 0;
    width: 90%;
    max-width: 100%;
  }
  #wrapper.news #news-detail .container > #blog-wrap {
    margin-bottom: 40px;
  }
  #wrapper.news #news-detail .container > #blog-wrap main#main-content {
    width: 100%;
    margin-bottom: 30px;
  }
  #wrapper.news #news-detail .container > #blog-wrap aside#side-content {
    width: 100%;
  }
  #wrapper.news #news-detail .container > #blog-wrap aside#side-content > section.widget {
    margin-bottom: 30px;
  }
  #wrapper.news #news-detail .container > #blog-wrap aside#side-content > section.widget > h2.widget-title {
    margin-bottom: 15px;
  }
  #wrapper.news #news-detail .container > #blog-wrap aside#side-content .widget_recent_entries ul li {
    padding-left: 15px;
    margin: 0 0 10px;
  }
  #wrapper.news #news-detail .container > #blog-wrap aside#side-content .widget_categories ul li {
    margin-bottom: 7px;
  }
  #wrapper.news #news-detail .container > #blog-wrap aside#side-content .widget_archive > .widget-title em {
    font-size: 16px;
  }
  #wrapper.news #news-detail .container > #blog-wrap aside#side-content .widget_archive > .widget-title:after {
    width: 25px;
    height: 25px;
    left: 15px;
    top: 16px;
  }
  #wrapper.news #news-detail .container > #blog-wrap aside#side-content .widget_archive ul {
    display: none;
  }
  #wrapper.news #news-detail #pager {
    padding: 10px 0;
  }
  #wrapper.news #main-content .post-header {
    margin-bottom: 40px;
  }
  #wrapper.news #main-content .post-header .post-title {
    font-size: 25px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 10px;
    padding: 10px 0;
  }
  #wrapper.news #main-content .post-header .post-sub-title {
    font-size: 15px;
    margin-bottom: 10px;
    padding-bottom: 30px;
  }
  #wrapper.news #main-content .post-header .post-date {
    font-weight: bold;
    display: inline-block;
    line-height: 1;
    margin-right: 15px;
  }
  #wrapper.news #main-content .post-header ul.post-cat {
    padding-left: 20px;
    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;
    justify-content: flex-start;
  }
  #wrapper.news #main-content .post-header ul.post-cat:before {
    content: "/";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1;
  }
  #wrapper.news #main-content .post-header ul.post-cat li {
    display: inline-block;
    margin-right: 10px;
  }
  #wrapper.news #main-content .post-header ul.post-cat li a {
    display: block;
    font-weight: bold;
    line-height: 1;
  }
  #wrapper.news #main-content .blog_content h1 {
    font-size: 25px;
    line-height: 1.4;
    margin: 15px 0;
  }
  #wrapper.news #main-content .blog_content h2 {
    font-size: 21px;
    font-weight: 700;
    line-height: 1.5;
    margin: 15px 0;
  }
  #wrapper.news #main-content .blog_content h3 {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
    margin: 15px 0;
  }
  #wrapper.news #main-content .blog_content h4 {
    font-size: 25px;
    line-height: 1.4;
  }
  #wrapper.news #main-content .blog_content p {
    line-height: 2.2;
  }
  #wrapper.news #main-content .blog_content a {
    font-weight: 700;
    text-decoration: underline;
  }
  #wrapper.news #main-content .blog_content strong {
    font-weight: 700;
  }
  #wrapper.news #main-content .blog_content em {
    font-style: italic;
  }
  .tab_box .btn_area {
    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;
  }
  .tab_box .btn_area .tab_btn {
    width: 50%;
    width: calc(50% - 1px);
    margin-top: 2px;
  }
  .tab_box .btn_area .tab_btn h3 {
    font-size: 14px;
    padding: 13px 0;
  }
  .tab_box .btn_area .tab_btn:nth-of-type(1) {
    width: 100%;
  }
  .tab_box .btn_area .tab_btn:nth-of-type(1) h3 {
    display: inline-block;
    width: 50vw;
    border-left: 2px solid white;
    border-right: 2px solid white;
  }
  .tab_box .btn_area .tab_btn:nth-of-type(2), .tab_box .btn_area .tab_btn:nth-of-type(4) {
    margin-right: 2px;
  }
  #page-works #works-feeds-section .head h2 {
    font-size: 20px;
    padding: 25px 0;
    line-height: 1.5;
  }
  #page-works-single #works-single-section #works-detail .container {
    padding: 3rem 0;
    width: 100%;
    max-width: 100%;
  }
  #page-works-single #works-single-section #works-detail .container .post_content {
    padding: 30px;
  }
  #page-works-single #works-single-section #works-detail .container .post_content .l {
    width: 100%;
    margin-bottom: 30px;
  }
  #page-works-single #works-single-section #works-detail .container .post_content .r {
    width: 100%;
  }
  #page-works-single #works-single-section #works-detail .container .post_content .r article {
    padding-bottom: 30px;
    margin-bottom: 20px;
  }
  #page-works-single #works-single-section #works-detail .container .post_content .r article > h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  #page-works-single #works-single-section #works-detail .container .post_gallery {
    text-align: center;
  }
  #page-works-single #works-single-section #works-detail .container .post_gallery .pic {
    margin-bottom: 10px;
  }
  #page-works-single #works-single-section #works-detail .container .post_gallery .pic img {
    max-height: 100%;
  }
  #page-works-single #works-single-section #pager {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
  }
  #page-works-single #works-single-section #pager .content {
    padding: 10px 25px;
    position: relative;
    padding-bottom: 45px;
  }
  #page-works-single #works-single-section #pager .content .list {
    width: 100%;
    position: absolute;
    bottom: 10px;
    left: 0;
    text-align: center;
  }
  #page-works-single #works-single-section #pager .content .list:before {
    content: "[";
    display: inline-block;
  }
  #page-works-single #works-single-section #pager .content .list:after {
    content: "]";
    display: inline-block;
  }
  #page-works-single #works-single-section #pager .content .list .list_name {
    font-size: 14px;
    display: inline-block;
    margin-right: 2px;
    line-height: 1;
  }
  #page-works-single #works-single-section #pager .content .list .list_name:after {
    content: "/";
    display: inline-block;
    margin-left: 7px;
  }
  #page-works-single #works-single-section #pager .content .list .list_name:last-of-type {
    margin-right: 0;
  }
  #page-works-single #works-single-section #pager .content .list .list_name:last-of-type:after {
    content: none;
    margin-left: 0;
  }
  #page-works-single #works-single-section #pager .content .list .list_name a {
    line-height: 1;
  }
  #page-guide {
    position: relative;
  }
  #page-guide #guide-list-section .content {
    width: 100%;
    display: block;
  }
  #page-guide #guide-list-section .content .side_wrap {
    width: 100%;
    margin-bottom: 30px;
  }
  #page-guide #guide-list-section .content #side {
    width: 100%;
    padding: 0;
  }
  #page-guide #guide-list-section .content #side ul li {
    margin-bottom: 10px;
  }
  #page-guide #guide-list-section .content #side ul li a {
    font-size: 13px;
  }
  #page-guide #guide-list-section #main {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  #page-guide #guide-list-section #main article {
    margin-bottom: 45px;
  }
  #page-guide #guide-list-section #main article h2 {
    font-size: 20px;
    padding: 15px 0;
    padding-left: 44px;
  }
  #page-guide #guide-list-section #main article h2:before {
    width: 30px;
    height: 30px;
    top: 15px;
  }
  #page-guide #guide-list-section #main article .txt p {
    line-height: 2.2;
    margin: 0 0 20px;
  }
  #page-guide #guide-list-section #main article .txt h3 {
    font-size: 15px;
    margin-bottom: 10px;
  }
  #page-guide #guide-list-section #main article .txt .table_type_guide {
    margin-bottom: 15px;
  }
  #page-guide #guide-list-section #main article .txt .table_type_guide th {
    width: 100%;
  }
  .architecture_content_wrap .tab_box .btn_area .tab_btn {
    width: calc(50% - 1px);
    margin-top: 2px;
  }
  #architecture-content-section .container .architecture_content {
    width: 90%;
    max-width: 100%;
  }
  #architecture-content-section .container .architecture_content .txt {
    width: 100%;
    padding: 30px 0 20px;
  }
  #architecture-content-section .container .architecture_content .txt h2 {
    font-size: 22px;
  }
  #architecture-content-section .container .architecture_content .txt p {
    line-height: 2.2;
  }
  #architecture-content-section .container .architecture_content .gallery .pic {
    margin-bottom: 10px;
  }
  #page-tv #intro-section .container {
    width: 90%;
  }
  #page-tv #intro-section .section_head h2 {
    font-size: 18px;
    padding: 16px 0;
  }
  #page-tv #tv-list-section .media-list article {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  #page-tv #tv-list-section .media-list article .inner {
    width: 100%;
  }
  #page-tv #tv-list-section .media-list article .inner .youtube_wrap {
    margin-bottom: 20px;
  }
  #page-tv #tv-list-section .media-list article .inner p {
    line-height: 2;
  }
  #page-tv #tv-list-section .media-list article .inner .btn {
    margin-top: 20px;
  }
  #page-tv #youtube-content-section {
    margin: 0 0 0px;
  }
  #page-profile #greeting-section .txt {
    width: 100%;
  }
  #page-profile #greeting-section .txt p {
    line-height: 2.2;
  }
  #page-profile #company-section .container {
    border-bottom: 1px solid black;
  }
  #page-profile #company-section .table_type_company {
    width: 100%;
    margin: 0 auto;
  }
  #page-profile #about-section .content {
    padding-top: 20px;
    margin-bottom: 40px;
  }
  #page-profile #about-section .content .pic {
    width: 70%;
    margin: 0 auto 25px;
  }
  #page-profile #about-section .content .txt {
    width: 100%;
  }
  #page-profile #about-section .content .txt .name {
    display: block;
  }
  #page-profile #about-section .content .txt .name h2 {
    font-size: 22px;
    margin: 0;
    margin-bottom: 15px;
  }
  #page-profile #about-section .content .txt .name h3 {
    font-size: 18px;
  }
  #page-profile #about-section .content .txt p {
    line-height: 2.6;
  }
  #page-profile #about-section .favorite_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #page-profile #about-section .favorite_list article {
    width: 100%;
    margin-bottom: 20px;
  }
  #page-profile #about-section .favorite_list article:last-of-type {
    margin-bottom: 0;
  }
  #page-profile #about-section .favorite_list article h3 {
    font-size: 22px;
    letter-spacing: 0.1em;
  }
  #page-profile #about-section .favorite_list article p {
    line-height: 2.2;
    margin: 0;
  }
  #page-profile #partners-section .container {
    overflow: inherit;
  }
  #page-profile #partners-section .container:after {
    width: 100vw;
    height: calc(100% - 57px);
    top: 57px;
    left: -5vw;
  }
  #page-profile #partners-section .container > p {
    line-height: 2.4;
  }
  #page-profile #partners-section .container > p br {
    display: none;
  }
  #page-profile #partners-section .container .partners_list {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  #page-profile #partners-section .container .partners_list article {
    width: calc(50% - 5px);
    margin-bottom: 10px;
  }
  #page-profile #partners-section .container .partners_list article .pic {
    margin-bottom: 7px;
  }
  #page-profile #partners-section .container .partners_list article h4 {
    font-size: 15px;
  }
  #page-profile #partners-section .container .partners_info {
    display: block;
  }
  #page-profile #partners-section .container .partners_info article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-content: flex-start;
    margin: 0 0 25px;
  }
  #page-profile #partners-section .container .partners_info article h2 {
    font-size: 16px;
    margin-right: 0;
    width: 110px;
    padding-right: 20px;
    text-align: right;
  }
  #page-profile #partners-section .container .partners_info article ul {
    margin-top: 7px;
    width: calc(100% - 120px);
  }
  #page-profile #partners-section .container .partners_info article ul li {
    padding-left: 13px;
  }
  #page-contact-confirm .intro h2.ttl,
  #page-contact-thanks .intro h2.ttl {
    font-size: 15px;
    line-height: 1.5;
    padding: 10px 0;
    text-align: center;
  }
  #contact-form-section .catalogs_content_wrap {
    margin-bottom: 40px;
  }
  #contact-form-section .catalogs_content_wrap .inner {
    padding: 15px 0 20px;
    position: relative;
  }
  #contact-form-section .catalogs_content_wrap .inner:after {
    width: calc(100% - 30px);
  }
  #contact-form-section .catalogs_content_wrap .inner .head {
    padding-left: 50px;
    margin-bottom: 15px;
  }
  #contact-form-section .catalogs_content_wrap .inner .head h3 {
    width: 250px;
    margin: 0 0 10px;
  }
  #contact-form-section .intro {
    width: 90%;
    margin: 0 auto 50px;
  }
  #contact-form-section .intro h3 {
    line-height: 2.4;
  }
  #contact-form-section .intro .tel {
    margin: 30px 0;
  }
  #contact-form-section .intro .tel a {
    width: 250px;
    margin: 0 auto;
  }
  #contact-form-section .intro ul li {
    display: block;
    text-align: left;
  }
  #privacy-policy-section .container {
    width: 90%;
  }
  #privacy-policy-section article {
    margin-bottom: 30px;
  }
  #privacy-policy-section article h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  #privacy-policy-section article p {
    line-height: 2.2;
  }
  #privacy-policy-section article ol {
    padding: 20px 20px 20px 40px;
  }
  #privacy-policy-section article ol li {
    margin-bottom: 10px;
  }
  #privacy-policy-section article ol li:last-of-type {
    margin-bottom: 0;
  }
  .form-wrap {
    width: 90%;
  }
  .form-wrap div.wpcf7 .ajax-loader {
    min-width: 24px !important;
  }
  .form-wrap form {
    box-sizing: border-box;
    margin: 3rem 0 5rem;
  }
  .form-wrap form .form_input_list {
    margin-bottom: 1.5rem;
  }
  .form-wrap form .form_input_list > .memo {
    display: block;
    font-size: 1.3rem;
    position: relative;
    left: auto;
    top: auto;
    letter-spacing: 0;
  }
  .form-wrap form .form_input_list .arrow {
    font-size: 1.4rem;
    padding: 1rem 0;
    width: 100%;
    display: block;
    margin: 0;
    font-weight: 700;
  }
  .form-wrap form .form_input_list .arrow em {
    font-size: 1.3rem;
    display: inline-block;
    margin-left: 15px;
    font-weight: normal;
  }
  .form-wrap form .form_input_list span {
    vertical-align: top;
  }
  .form-wrap form input,
  .form-wrap form textarea {
    width: 100%;
    padding: 0.5rem 1rem;
    height: 46px;
    line-height: 1.5;
    border: 1px solid black;
  }
  .form-wrap form textarea {
    height: 150px;
    line-height: 1.5em;
    padding: 1rem 1rem;
  }
  .form-wrap form input[type=radio] {
    width: 2rem;
    display: inline-block;
    margin-right: 1rem;
  }
  .form-wrap form select {
    width: 100%;
    padding: 1.5rem 1rem;
  }
  .form-wrap form .address1, .form-wrap form .content-of-inquiry {
    position: relative;
    background: white;
  }
  .form-wrap form .address1:after, .form-wrap form .content-of-inquiry:after {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    right: 2rem;
    top: 0rem;
    display: block;
    pointer-events: none;
    z-index: 999;
  }
  .form-wrap form select option {
    background-color: #fff;
    color: #333;
  }
  .form-wrap form .wpcf7-list-item {
    height: 46px;
    line-height: 46px;
  }
  .form-wrap form input[type=image],
  .form-wrap form input[type=submit] {
    width: 100%;
  }
}
