@charset "UTF-8";
/* =============================================
  Base Reset
============================================= */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  margin: 0;
  outline: 0;
  padding: 0;
}

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

body {
  background-color: #fff;
}

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

ol,
ul {
  list-style: none;
  margin: 0;
}

ul li a,
ol li a {
  color: #545454;
}

ul li a:hover,
ol li a:hover {
  color: #517380;
}

ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
}

table {
  border-collapse: collapse;
  margin: 0 0 1.75em;
  table-layout: fixed;
  width: 100%;
}

.entry-content table ul,
.full-wrap .entry-content table ul {
  margin: 0;
  padding: 0;
}

th {
  font-weight: 600;
  width: 25%;
}

th,
td {
  padding: 1.2em;
  text-align: left;
}

th,
td,
td.td1 span {
  border-right: 1px solid #dad4d4;
}

td:last-child {
  border-right: none;
}

td.td1 span {
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
}

tr:nth-child(even),
.wp-block-table tr:nth-child(even) {
  background-color: #f7f7f7;
}

td.td1 span {
  background-color: #fff;
  border: 1px solid #dad4d4;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
  display: inline-block;
  margin: 1% 0;
  padding: 0.2em 0.5em;
}

a img {
  border: 0 none;
}

a img:hover {
  /* filter: brightness(90%); */
  transition: all 0.35s ease-in-out;
}

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

/* viewport */
:focus {
  outline-color: transparent;
  outline-style: none;
}

/* 2.0 Typography
================================================== */
body,
button,
input,
select,
textarea {
  color: #343434;
  font-family: "Sawarabi Gothic", "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  letter-spacing: 0.2px;
  line-height: 1.6em;
  word-wrap: break-word;
}

/* ----- #Headings  ----- */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #343434;
  font-family: "Sawarabi Gothic", "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 15px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #343434;
  font-weight: inherit;
}

h1 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.233;
}

h2 {
  font-size: 20px;
  line-height: 1.269;
  margin: 20px 0 24px;
  padding: 16px;
}

h3 {
  font-size: 20px;
  margin: 10px 0 24px;
  padding: 16px 0;
  clear: both;
  border-bottom: 1px solid #ddd;
  line-height: 1.3;
}

h4 {
  font-size: 18px;
  line-height: 1.318;
  padding: 0 0 0 10px;
  border-left: 5px solid #131d2a;
}

h5 {
  font-size: 18px;
  line-height: 1.35;
}

h6 {
  font-size: 16px;
  line-height: 1.389;
}

.highlight {
  font-weight: 500;
}

/* ----- #Text Elements  ----- */
p {
  padding: 0 0 2em 0;
  margin: 0;
}

b,
strong {
  font-weight: 700;
}

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

/* -----  #Blockquote shortcode start styles  ----- */
blockquote:before {
  color: rgba(0, 0, 0, 0.1);
  content: "\f10d";
  float: left;
  font-family: "FontAwesome";
  font-size: 20px;
  font-style: normal;
  line-height: 0.8;
  padding-right: 10px;
}

blockquote {
  background-color: #f4f4f4;
  color: #484848;
  font-size: 16px;
  -webkit-hyphens: none;
          hyphens: none;
  letter-spacing: 0.5px;
  line-height: 1.75;
  margin-bottom: 40px;
  padding: 5%;
  position: relative;
  quotes: none;
}

blockquote cite {
  display: block;
  font-size: 15px;
  font-style: normal;
  text-align: right;
}

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

address {
  display: block;
  margin: 0 0 1.6em;
}

pre {
  background-color: #fafafa;
  clear: both;
  color: #747474;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 20px;
  overflow: auto;
  padding: 30px;
  position: relative;
  white-space: pre;
  z-index: 1;
}

code,
kbd,
tt,
var {
  font: 14px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  line-height: 1.5;
}

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

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
  margin-bottom: 20px;
}

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

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

audio,
video {
  display: inline-block;
}

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

img {
  border-style: none;
}

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

[hidden] {
  display: none;
}

/* 3.0 Links
================================================== */
a {
  color: #517380;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.35s ease-in-out;
}

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

/* #Horizontal Line
================================================== */
hr {
  background-color: rgba(0, 0, 0, 0.1);
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

/* 12.0 Images
================================================== */
img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 0;
}

html[xmlns] .layer-slider .slides {
  display: block;
}

* html .layer-slider .slides {
  height: 1%;
}

* html .clearfix {
  height: 1%;
}

/*------ Full width Layout ------*/
body:not(.boxed-layout):not(.boxed-layout-small) .inner-wrap {
  max-width: inherit;
}

label span {
  font-family: YuGothic, "Yu Gothic", sans-serif;
}

@media only screen and (max-width: 767px) {
  h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-bottom: 10px;
  }
  h1 {
    font-size: 20px;
  }
  hr {
    margin-bottom: 30px;
  }
  input[type=text],
input[type=email],
input[type=search],
input[type=password],
textarea,
input[type=reset],
input[type=button],
input[type=submit] {
    margin-bottom: 20px;
  }
  textarea {
    height: 180px;
  }
  input.s {
    margin: 0;
  }
  th {
    padding: 0.8em 1em;
    font-size: 85%;
  }
  td {
    padding-top: 0;
    padding-inline: 1em;
    font-size: 85%;
  }
}
@media only screen and (max-width: 480px) {
  th {
    font-size: 85%;
  }
  td {
    font-size: 85%;
  }
}
a .list_details_button {
  border: 1px solid #afafaf;
  border-radius: 3px;
  color: #545454;
  font-size: 14px;
  height: 35px;
  text-align: center;
  margin: 0 auto 10px;
  padding-top: 3px;
  transition: 0.3s ease-in-out;
  width: 40%;
}
a:hover .list_details_button {
  border: 1px solid #ddd;
  width: 30%;
}

/* ---------------------------------------------
*   kakakuzei
--------------------------------------------- */
span.kakakuzei {
  font-size: 12px;
  font-weight: normal;
}

/* ---------------------------------------------
*   page-template-full-template
--------------------------------------------- */
.page-template-full-template #page_jsearch_page {
  margin: 0 auto;
  padding: 0 0 2em;
  max-width: 1200px;
}
@media only screen and (max-width: 1300px) {
  .page-template-full-template #page_jsearch_page {
    width: 90%;
  }
}
.page-template-full-template.page #content {
  padding: 0 0 40px;
}

/* ---------------------------------------------
*   #content
--------------------------------------------- */
#content {
  padding: 50px 0 0;
}
@media only screen and (max-width: 767px) {
  #content {
    padding-top: 35px;
  }
}

/* ---------------------------------------------
*   sticky
--------------------------------------------- */
.sticky .entry-header:before {
  color: rgba(0, 0, 0, 0.2);
  content: "\f08d";
  font-family: "FontAwesome";
  font-size: 24px;
  right: 10px;
  position: absolute;
  top: 6px;
  transform: rotate(45deg);
}

/* ---------------------------------------------
*   category
--------------------------------------------- */
.category .entry-header {
  text-align: center;
}

/* ---------------------------------------------
*   #nendebcopy
--------------------------------------------- */
#nendebcopy {
  display: none;
}

/* ---------------------------------------------
*   says
--------------------------------------------- */
.says {
  display: none;
}

/* ---------------------------------------------
*   center
--------------------------------------------- */
.center {
  text-align: center;
  margin-bottom: 30px;
}

/* ---------------------------------------------
*   alignleft
--------------------------------------------- */
.alignleft {
  display: inline;
  float: left;
  margin-right: 20px;
}
@media only screen and (max-width: 600px) {
  .alignleft {
    display: grid;
    float: unset;
    margin: 0 auto;
    width: 90%;
  }
}

/* ---------------------------------------------
*   alignright
--------------------------------------------- */
.alignright {
  display: inline;
  float: right;
  margin-left: 20px;
}
@media only screen and (max-width: 600px) {
  .alignright {
    display: grid;
    float: unset;
    margin: 0 auto;
    width: 90%;
  }
}

/* ---------------------------------------------
*   aligncenter
--------------------------------------------- */
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

/* ---------------------------------------------
*   clearfix
--------------------------------------------- */
.clearfix {
  display: block;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/* ---------------------------------------------
*   tdleft
--------------------------------------------- */
.tdleft {
  float: left;
  width: 23%;
  padding: 1%;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .tdleft {
    float: none;
    width: 100%;
    padding: 2%;
    font-size: 0.9em;
  }
}

/* ---------------------------------------------
*   tdright
--------------------------------------------- */
.tdright {
  float: left;
  width: 77%;
  padding: 1%;
  border-left: solid 1px #000;
  background: #fff;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .tdright {
    float: none;
    width: 100%;
    padding: 2%;
    border-left: none;
    border-top: solid 1px #000;
    font-size: 0.9em;
  }
}

/* ---------------------------------------------
*   wp-caption
--------------------------------------------- */
.wp-caption {
  margin-bottom: 20px;
  max-width: 100%;
}
.wp-caption a {
  position: relative;
}
.wp-caption .wp-caption-text {
  margin-bottom: 0;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/* ---------------------------------------------
*   post-content
--------------------------------------------- */
.post-content {
  background-color: #fff;
  position: relative;
}

/* ---------------------------------------------
*   kuuhaku
--------------------------------------------- */
.kuuhaku {
  margin-left: 15px;
}

/* ---------------------------------------------
*   cat-links
--------------------------------------------- */
.cat-links {
  position: relative;
  margin-bottom: 10px;
  color: #517380;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
.cat-links:before {
  content: "[";
}
.cat-links:after {
  content: "]";
}
.cat-links a {
  color: #517380;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

/* ---------------------------------------------
*   author
--------------------------------------------- */
.author span {
  margin-bottom: 0;
  margin-right: 0;
  color: #989898;
}

/* ---------------------------------------------
*   tag-links
--------------------------------------------- */
.tag-links {
  color: #517380;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
.tag-links:before {
  content: "[";
}
.tag-links:after {
  content: "]";
}
.tag-links a {
  color: #517380;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

/* ---------------------------------------------
*   tagcloud
--------------------------------------------- */
.tagcloud a {
  border: 1px solid #afafaf;
  padding: 1% 2%;
}
.tagcloud a:hover {
  border: 1px solid #ddd;
}

/* ---------------------------------------------
*   wp-pagenavi
--------------------------------------------- */
.wp-pagenavi {
  margin: 50px 0;
  clear: both;
  text-align: center;
}
.wp-pagenavi .pages {
  border: 1px solid #ddd;
  border-radius: 3px;
  color: #747474;
  padding: 9px 15px;
}
.wp-pagenavi .current {
  border-radius: 3px;
  color: #747474;
  background-color: #f4f4f4;
  display: block;
  float: left;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 4px 11px;
}
.wp-pagenavi a {
  border-radius: 3px;
  color: #747474;
  display: block;
  float: left;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 4px 11px;
}
.wp-pagenavi a:hover {
  background-color: #f4f4f4;
}
.wp-pagenavi span.current {
  font-weight: 200;
  color: #747474;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background-color: #f4f4f4;
}

/* ---------------------------------------------
*   default-wp-page
--------------------------------------------- */
.default-wp-page {
  margin: 50px 0;
  clear: both;
}
.default-wp-page li {
  padding: 0 0 20px;
}
.default-wp-page li.previous {
  float: left;
}
.default-wp-page li.next {
  float: right;
}
.default-wp-page li a {
  color: #848484;
  border: 1px solid #ddd;
  border-radius: 3px;
  display: inline-block;
  padding: 2px 10px;
}
.default-wp-page li a:hover {
  background-color: #f4f4f4;
}

/* ---------------------------------------------
*   page-numbers
--------------------------------------------- */
.page-numbers {
  background-color: #f4f4f4;
  border: 1px solid #fafafa;
  color: #747474;
  display: block;
  float: left;
  margin-right: 8px;
  outline: 1px solid #eee;
  padding: 4px 11px;
}
.page-numbers:last-child {
  margin-right: 0;
}
.page-numbers.current {
  background-color: #e8e8e8;
}
.page-numbers:hover {
  background-color: #e8e8e8;
}

/* ---------------------------------------------
*   post-navigation
--------------------------------------------- */
.navigation.post-navigation {
  display: none;
  clear: both;
  margin-bottom: 50px;
}
.navigation.post-navigation .nav-links {
  display: inline-block;
  width: 100%;
}
.navigation.post-navigation .nav-previous {
  float: left;
}
.navigation.post-navigation .nav-next {
  float: right;
}
.navigation.post-navigation .post-title {
  color: #949494;
  display: block;
}

/* ---------------------------------------------
*   pagination
--------------------------------------------- */
.navigation.pagination {
  clear: both;
  margin-bottom: 50px;
  text-align: center;
}
.navigation.pagination:after {
  clear: both;
  content: "";
  display: table;
  table-layout: fixed;
}
.navigation.pagination .nav-links {
  display: inline-block;
}

/* ---------------------------------------------
*   image-navigation
--------------------------------------------- */
.image-navigation .nav-links {
  display: inline-block;
  width: 100%;
}
.image-navigation .nav-links a {
  color: #517380;
}
.image-navigation .nav-links .nav-previous {
  float: left;
}
.image-navigation .nav-links .nav-next {
  float: right;
}

/* ---------------------------------------------
*   post-page-numbers
--------------------------------------------- */
.post-page-numbers {
  background-color: #f4f4f4;
  border: 1px solid #fafafa;
  color: #747474;
  margin-right: 5px;
  outline: 1px solid #eee;
  padding: 4px 11px;
}
.post-page-numbers.current, .post-page-numbers:hover {
  background-color: #e8e8e8;
}

/* ---------------------------------------------
*   respond
--------------------------------------------- */
#respond {
  margin-top: 48px;
  margin-top: 3.428571429rem;
}
@media only screen and (max-width: 767px) {
  #respond #reply-title {
    font-size: 18px;
  }
}
#respond #reply-title #cancel-comment-reply-link {
  margin-left: 10px;
  margin-left: 0.714285714rem;
  font-weight: 400;
  font-size: 12px;
  font-size: 0.857142857rem;
}
#respond form {
  margin: 24px 0;
  margin: 1.714285714rem 0;
}
#respond form label {
  display: block;
  line-height: 1.714285714;
}
#respond form p {
  margin: 11px 0;
  margin: 0.785714286rem 0;
  padding: 0;
}
#respond form p.logged-in-as {
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem;
}
#respond form p.form-allowed-tags {
  margin: 0;
  font-size: 12px;
  font-size: 0.857142857rem;
  line-height: 2;
  color: #484848;
}
#respond form input[type=text],
#respond form textarea {
  box-sizing: border-box;
  font-size: 12px;
  font-size: 0.857142857rem;
  line-height: 1.714285714;
  padding: 10px;
  padding: 0.714285714rem;
  width: 100%;
}

/* ---------------------------------------------
*    required
--------------------------------------------- */
.required {
  color: red;
}

label ~ span.required {
  display: block;
  float: left;
  margin: -18px 0 0 -16px;
  margin: -1.285714286rem 0 0 -1.142857143rem;
}

/* ---------------------------------------------
*   nendebcopy
--------------------------------------------- */
#nendebcopy {
  text-align: center;
  padding-top: 10px;
  float: left;
  margin-left: 45%;
}

/* ---------------------------------------------
*    rpwwt-widget
--------------------------------------------- */
.rpwwt-widget ul li {
  margin: 0 0 1em;
}

/* ---------------------------------------------
*   rpwwt-post-author
--------------------------------------------- */
.rpwwt-post-author {
  color: #747474;
}

/* ---------------------------------------------
*    rpwwt-post-date
--------------------------------------------- */
.rpwwt-post-date {
  color: #949494;
  font-size: 13px;
  font-style: italic;
}

/* ---------------------------------------------
*   related
--------------------------------------------- */
.related li {
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 31.3333333%;
  margin: 0 1% 10px;
  padding: 0;
}
@media only screen and (max-width: 980px) {
  .related li {
    width: 48%;
  }
}
.related li img {
  -webkit-animation: fadeIn 3s ease 0s 1 normal;
          animation: fadeIn 3s ease 0s 1 normal;
  font-family: "object-fit: cover;";
  height: 170px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media only screen and (max-width: 980px) {
  .related li img {
    height: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .related li img {
    height: 130px;
  }
}
@media only screen and (max-width: 480px) {
  .related li img {
    height: 100px;
  }
}

/* ---------------------------------------------
*   related-title
--------------------------------------------- */
.related-title {
  margin: 10px 0;
}

/* ---------------------------------------------
*   in_cat
--------------------------------------------- */
.in_cat li {
  float: left;
  margin-right: 2%;
}

/* ---------------------------------------------
*   eki
--------------------------------------------- */
.eki li {
  float: left;
  margin-right: 2%;
}

/* ---------------------------------------------
*   shiku
--------------------------------------------- */
.shiku li {
  float: left;
  margin-right: 2%;
}

/* ---------------------------------------------
*   hof
--------------------------------------------- */
.hof li {
  float: left;
  margin-right: 2%;
}

/* ---------------------------------------------
*   madori
--------------------------------------------- */
.madori li {
  float: left;
  margin-right: 2%;
}

/* ---------------------------------------------
*   setsubi
--------------------------------------------- */
.setsubi li {
  float: left;
  margin-right: 2%;
}

/* ---------------------------------------------
*    new_mark
--------------------------------------------- */
.new_mark {
  background-color: rgba(197, 8, 15, 0.63) !important;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  color: #fff;
  font-size: 14px;
  height: 40px;
  left: -35px;
  padding: 8px 0 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 8px;
  transform: rotate(-45deg);
  width: 128px;
  z-index: 2;
}

/* ---------------------------------------------
*    dpoint
--------------------------------------------- */
.dpoint4 {
  font-weight: 600;
  color: #c30b12;
}

/* ---------------------------------------------
*   contents__wrap
--------------------------------------------- */
.contents__wrap .container {
  max-width: 1240px;
  padding: 0 20px;
  margin: 120px auto;
}
@media only screen and (max-width: 600px) {
  .contents__wrap .container {
    margin: 100px auto;
  }
}
.contents__wrap .section__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.25rem;
  margin: 0 auto 40px;
  padding-bottom: 20px;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .contents__wrap .section__title {
    font-size: 1.85rem;
    margin: 0 auto 30px;
  }
}
.contents__wrap .section__title::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 120px;
  height: 6px;
  background: linear-gradient(90deg, #227fab 0%, #227fab 33.333333%, #ca525f 33.333333%, #ca525f 66.66667%, #e1c845 66.66667%, #e1c845 100%);
}

/* ---------------------------------------------
*   koteigaiyo
--------------------------------------------- */
.koteigaiyo {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .koteigaiyo {
    margin-top: 3em;
    margin-inline: auto;
  }
}

/* ---------------------------------------------
*   koteigairetu
--------------------------------------------- */
.koteigairetu {
  border-top: solid 1px #000;
  border-left: solid 1px #000;
  border-right: solid 1px #000;
  overflow: hidden;
  background: #F9F9F9;
}

/* ---------------------------------------------
*   koteigairetu2
--------------------------------------------- */
.koteigairetu2 {
  border-top: solid 1px #000;
  border-left: solid 1px #000;
  border-right: solid 1px #000;
  border-bottom: solid 1px #000;
  overflow: hidden;
  background: #F9F9F9;
}

/* ---------------------------------------------
*   lp__contant__submit
--------------------------------------------- */
.lp__contant__submit {
  display: flex;
  flex-direction: column;
  justify-items: center;
}
.lp__contant__submit > input {
  width: 100% !important;
  margin: 0 auto 30px !important;
}
.lp__contant__submit > .wpcf7-spinner {
  margin: 0 auto !important;
}

/* ---------------------------------------------
*   contents__link__banner
--------------------------------------------- */
.contents__link__banner {
  margin: 100px 0;
}
.contents__link__banner .container {
  max-width: 840px;
  padding: 0 20px;
  margin: 0 auto;
}
.contents__link__banner .link__list__wrap {
  display: flex;
  flex-direction: column;
}
.contents__link__banner .link__list__wrap a {
  display: block;
  margin: 0 auto;
}
.contents__link__banner .link__list__wrap img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .contents__link__banner .link__list__wrap .link__list {
    max-width: 500px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .contents__link__banner .link__list__wrap .sp_only {
    display: flex !important;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
  }
}

/* ---------------------------------------------
*    fadeIn
--------------------------------------------- */
.fadeIn {
  opacity: 0;
  transition: 1s;
}
.fadeIn.is-show {
  opacity: 1;
}

/* ---------------------------------------------
*    fadeIn-left
--------------------------------------------- */
.fadeIn-left {
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 1s, transform 1s;
}
.fadeIn-left.is-show {
  opacity: 1;
  transform: translateX(0);
}

/* ---------------------------------------------
*    site-content-contain
--------------------------------------------- */
.site-content-contain .list_simple_box {
  display: none;
}
.site-content-contain #toiawasesaki {
  display: none;
}
.site-content-contain #secondary {
  display: none;
}

/* ---------------------------------------------
*    menu__container
--------------------------------------------- */
@media screen and (max-width: 768px) {
  .menu__container {
    height: 100%;
    overflow-y: auto;
    padding: 100px 0;
  }
}

/* ---------------------------------------------
*    menu__left
--------------------------------------------- */
@media screen and (max-width: 768px) {
  .menu__left {
    margin-top: 12vw;
  }
}

/* ---------------------------------------------
*   carousel_box
--------------------------------------------- */
.carousel_box .box1low a {
  width: 60%;
}
.carousel_box .box1low a:hover {
  width: 50%;
}

/* ---------------------------------------------
*   box1low
--------------------------------------------- */
.box1low {
  float: none !important;
  margin: 10px 0 20px;
  display: block;
  width: 100%;
}
.box1low a {
  border: 1px solid #afafaf;
  border-radius: 3px;
  display: block;
  font-size: 0;
  margin: 0 auto;
  padding: 5px;
  transition: 0.3s ease-in-out;
  width: 35%;
}
.box1low a:before {
  font-size: 14px;
  content: "詳細を見る";
  vertical-align: middle;
}
.box1low a:hover {
  border: 1px solid #ddd;
  width: 30%;
}

@media only screen and (max-width: 480px) {
  span.box1low {
    margin: 10px 0;
  }
}
@media only screen and (max-width: 480px) {
  span.box1low a {
    padding: 0 5px;
    width: 40%;
  }
}

/* ---------------------------------------------
*   banner-area
--------------------------------------------- */
.banner-area {
  margin-bottom: 50px;
}

/* ---------------------------------------------
*   inst__area
--------------------------------------------- */
.inst__area {
  max-width: 900px;
  padding: 0 20px;
  margin-inline: auto;
  margin-bottom: 50px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .inst__area {
    margin-bottom: 30px;
  }
}

#sb_instagram .sbi_photo img {
  -o-object-fit: contain;
     object-fit: contain;
}

/* ---------------------------------------------
*   colophon
--------------------------------------------- */
#colophon {
  float: left;
  font-size: 14px;
  width: 100%;
  padding-bottom: 9vh;
  background: #1c1c1c;
}
#colophon p {
  margin-bottom: 15px;
}
#colophon .widget-wrap {
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.12);
  color: #333;
}
#colophon .widget-area {
  margin: 0 -15px;
  padding: 50px 0 10px;
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 1023px) {
  #colophon .widget-area {
    margin: 0;
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  #colophon .widget-area {
    padding: 10px 0;
  }
}
@media only screen and (max-width: 767px) {
  #colophon .widget_posts {
    margin-bottom: 20px;
  }
}
#colophon .widget_posts .post-title {
  font-size: 15px;
  line-height: 1.467;
  padding-bottom: 0;
}
#colophon .widget {
  margin-bottom: 10px;
}
#colophon .widget ul li a {
  color: #333;
}
#colophon .widget ul li a:hover {
  color: #517380;
}
#colophon .widget-title {
  font-size: 20px;
  line-height: 1.444;
}
#colophon .column-4 {
  margin-bottom: 30px;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
}
#colophon #site-branding {
  float: none;
}
@media only screen and (max-width: 1023px) {
  #colophon .column-1,
#colophon .column-2,
#colophon .column-3,
#colophon .column-4 {
    border-right: none;
    width: 100%;
    float: none;
    padding: 0;
    display: block;
  }
}
#colophon :is(.widget_categories,
.widget_pages,
.widget_nav_menu,
.widget_recent_entries,
.widget_recent_comments,
.widget_meta,
.widget_rss) ul li > a {
  display: block;
}
#colophon :is(.widget_categories,
.widget_pages,
.widget_nav_menu,
.widget_recent_entries,
.widget_recent_comments,
.widget_meta,
.widget_rss) ul ul li > a {
  padding-left: 20px;
}
#colophon :is(.widget_categories,
.widget_pages,
.widget_nav_menu,
.widget_recent_entries,
.widget_recent_comments,
.widget_meta,
.widget_rss) ul ul ul li > a {
  padding-left: 30px;
}

/* ---------------------------------------------
*   footer-navigation
--------------------------------------------- */
#footer-navigation {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.15);
  margin-bottom: 15px;
  padding: 10px 0;
  text-align: center;
}
#footer-navigation a {
  color: #747474;
  display: block;
  float: left;
  font-size: 12px;
  font-weight: 400;
  padding: 0 20px;
  text-transform: uppercase;
}
#footer-navigation a:hover {
  color: #517380;
}
#footer-navigation ul li {
  position: relative;
  display: inline-block;
}
#footer-navigation ul li:before {
  border-right: 1px solid #999;
  content: "";
  height: 36%;
  position: absolute;
  right: -3px;
  top: 30%;
  transform: rotate(90deg);
}
#footer-navigation ul li:last-child:before {
  border-right: none;
}

/* ---------------------------------------------
*   ff-logo
--------------------------------------------- */
.ff-logo {
  text-align: center;
  background: #1c1c1c;
  padding: 2vh 0 0 0;
}
.ff-logo img {
  width: 15%;
}
@media only screen and (max-width: 768px) {
  .ff-logo img {
    width: 50%;
  }
}

/* ---------------------------------------------
*    site-info
--------------------------------------------- */
.site-info {
  background-color: #1c1c1c;
  background-position: center center;
  background-size: cover;
  font-size: 14px;
  line-height: 1.571;
  padding: 20px 0 15px;
  text-align: center;
}
@media only screen and (max-width: 900px) {
  .site-info {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .site-info #site-branding {
    max-width: 100%;
  }
}
.site-info .social-links {
  display: inline-block;
  float: none;
  text-align: center;
}
.site-info .social-links a {
  border-radius: 20px;
  color: #949494;
  display: inline-block;
  font-size: 18px;
  height: 40px;
  line-height: 2.222;
  margin: 0 5px 0;
  width: 40px;
}
.site-info .social-links a:hover {
  border-color: transparent;
}
.site-info .copyright {
  color: #848484;
  font-size: 13px;
  line-height: 1.615;
  text-align: center;
}
@media (max-width: 768px) {
  .site-info .copyright {
    font-size: 0.7em;
  }
}
.site-info .copyright a {
  color: #949494;
}
.site-info .copyright a:hover {
  color: #517380;
}

header.entry-header span.bu-cat {
  font-size: 16px;
  line-height: 2;
  padding: 8px 2%;
  pointer-events: none;
  vertical-align: middle;
}
@media only screen and (max-width: 480px) {
  header.entry-header span.bu-cat {
    font-size: 12px;
    padding: 0 2% 2px;
    vertical-align: top;
  }
}

/* ---------------------------------------------
*   site-title
--------------------------------------------- */
#site-title {
  font-size: 36px;
  font-style: inherit;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1.222em;
  margin: 0;
  transition: all 300ms ease-out 0s;
}
#site-title a {
  color: #484848;
  display: block;
}

/* ---------------------------------------------
*   #site-branding
--------------------------------------------- */
#site-branding {
  display: inline-block;
  padding: 10px;
}
@media only screen and (max-width: 1023px) {
  #site-branding {
    display: block;
    text-align: center;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  #site-branding {
    padding: 10px 0;
  }
}

/* ---------------------------------------------
*   site-description
--------------------------------------------- */
#site-description {
  clear: both;
  color: #747474;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.727;
  margin: 0;
  text-transform: uppercase;
}

/* ---------------------------------------------
*   sticky-header
--------------------------------------------- */
#sticky-header {
  transition: all 300ms ease-out 0s;
  width: 100%;
  z-index: 999;
}
@media only screen and (max-width: 980px) {
  #sticky-header {
    position: relative !important;
  }
}
#sticky-header .nav-site-title {
  display: none;
}
#sticky-header .nav-site-title a {
  font-size: 18px;
}

/* ---------------------------------------------
*   header-navigation-wrap
--------------------------------------------- */
.header-navigation-wrap {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 1023px) {
  .header-navigation-wrap {
    text-align: center;
  }
}
.header-navigation-wrap > nav {
  width: 100%;
}
.header-navigation-wrap > nav > ul {
  text-align: center;
}
.header-navigation-wrap:after {
  clear: both;
  content: "";
  display: block;
}

/* ---------------------------------------------
*   site-header
--------------------------------------------- */
.site-header h1 {
  font-size: 13px;
  margin: 5px;
}
@media only screen and (max-width: 980px) {
  .site-header .tops {
    display: none;
  }
}

/* ---------------------------------------------
*   header-image
--------------------------------------------- */
.header-image {
  width: 100%;
  height: auto;
}

/* ---------------------------------------------
*   top-header
--------------------------------------------- */
@media only screen and (max-width: 980px) {
  .top-header {
    text-align: center;
  }
}
.top-header .widget {
  float: right;
  margin: 0;
}
@media only screen and (max-width: 980px) {
  .top-header .widget {
    bottom: 0;
    display: block;
    float: none;
    left: 0;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 990;
  }
}
@media only screen and (max-width: 980px) {
  .top-header .custom-html-widget {
    display: inline-block;
    float: none;
    margin: 0;
    max-width: 100%;
    vertical-align: top;
    width: 100%;
  }
}

/* ---------------------------------------------
*   menu
--------------------------------------------- */
@media only screen and (max-width: 980px) {
  .menu {
    display: none;
  }
}

/* ---------------------------------------------
*   commonCnt
--------------------------------------------- */
#commonCnt {
  float: right;
  margin-right: 45px;
}
@media only screen and (max-width: 1300px) {
  #commonCnt {
    margin-right: 0;
  }
}
@media only screen and (max-width: 980px) {
  #commonCnt {
    background-color: rgba(245, 245, 245, 0.9);
    float: left;
    margin: 0;
    padding-top: 0;
    width: 100%;
  }
}
#commonCnt p {
  float: right;
  font-size: 0.88rem;
  line-height: 1.2;
  margin: 0;
  padding: 2px 0 0 0;
  text-align: left;
}
@media only screen and (max-width: 980px) {
  #commonCnt p {
    background-color: #949494;
    color: #ffffff;
    float: left;
    font-size: 0.5rem;
    margin: 0;
    padding: 5px 2%;
    text-align: center;
    width: 100%;
  }
}
#commonCnt span {
  font-family: arial;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: -0.05em;
}
@media only screen and (max-width: 600px) {
  #commonCnt span {
    font-size: 20px;
    letter-spacing: 0;
  }
}
#commonCnt ul {
  float: right;
}
@media only screen and (max-width: 980px) {
  #commonCnt ul {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    float: unset;
  }
}
#commonCnt li {
  float: left;
  margin: 0;
  text-align: center;
  width: 220px;
}
@media only screen and (max-width: 980px) {
  #commonCnt li {
    margin-left: 0;
    padding: 0;
    width: 100%;
  }
}
#commonCnt li a {
  padding: 10px 0;
  margin: 5px;
  width: 95%;
}
@media only screen and (max-width: 980px) {
  #commonCnt li a {
    color: #fff;
  }
}
#commonCnt li a:hover {
  border: 1px solid #666;
}
@media only screen and (max-width: 980px) {
  #commonCnt br {
    display: none;
  }
}
@media only screen and (max-width: 320px) {
  #commonCnt br {
    display: block;
  }
}
@media only screen and (max-width: 980px) {
  #commonCnt #request {
    width: 50%;
  }
}
@media only screen and (max-width: 980px) {
  #commonCnt #request a {
    border-radius: 0.5em;
    font-size: 1rem;
    line-height: 20px;
    margin: 3%;
    padding: 8px 0;
    width: 94%;
    z-index: 1000;
  }
}
@media only screen and (max-width: 600px) {
  #commonCnt #request a {
    border-radius: 0.5em;
    font-size: 0.8rem;
    letter-spacing: 1px;
    line-height: 20px;
    padding: 6px 0;
    margin: 2% 4% 2% 2%;
  }
}
@media only screen and (max-width: 980px) {
  #commonCnt #inquiry {
    width: 50%;
  }
}
#commonCnt #inquiry a {
  border-radius: 0.5em;
  font-size: 1rem;
  line-height: 20px;
  margin: 3%;
  padding: 8px 0;
  width: 94%;
  z-index: 1000;
}
@media only screen and (max-width: 600px) {
  #commonCnt #inquiry a {
    border-radius: 0.5em;
    font-size: 0.8rem;
    letter-spacing: 1px;
    line-height: 20px;
    padding: 6px 0;
    margin: 2% 2% 2% 4%;
  }
}

/* ---------------------------------------------
*   pc-call
--------------------------------------------- */
@media only screen and (max-width: 980px) {
  .pc-call {
    display: none;
  }
}

/* ---------------------------------------------
*   mobile-call
--------------------------------------------- */
.mobile-call {
  display: none;
}
@media only screen and (max-width: 980px) {
  .mobile-call {
    display: unset;
  }
}

/* ---------------------------------------------
*   custom-header
--------------------------------------------- */
.custom-header {
  display: block;
  height: auto;
  position: relative;
  width: 100%;
}

/* ---------------------------------------------
*   wp-custom-header
--------------------------------------------- */
.wp-custom-header {
  position: relative;
}
.wp-custom-header img {
  -webkit-animation: fadeIn 3s ease 0s 1 normal;
          animation: fadeIn 3s ease 0s 1 normal;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.19);
  display: block;
  font-family: "object-fit: cover;";
  max-height: 700px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  width: 100%;
}
@media only screen and (max-width: 1300px) {
  .wp-custom-header img {
    min-height: 460px;
  }
}
@media only screen and (max-width: 1023px) {
  .wp-custom-header img {
    min-height: 320px;
  }
}
.wp-custom-header .wp-custom-header-video-button {
  background-color: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.6);
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  font-size: 0;
  height: 45px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 30px;
  top: 30px;
  transition: all 300ms ease-out 0s;
  width: 45px;
}
.wp-custom-header .wp-custom-header-video-button:hover, .wp-custom-header .wp-custom-header-video-button:focus {
  border-color: rgba(255, 255, 255, 0.8);
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.wp-custom-header .wp-custom-header-video-button.wp-custom-header-video-play:after, .wp-custom-header .wp-custom-header-video-button.wp-custom-header-video-pause:after {
  color: #fff;
  font-family: "FontAwesome";
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  vertical-align: middle;
}
.wp-custom-header .wp-custom-header-video-button.wp-custom-header-video-play:after {
  content: "\f04c";
}
.wp-custom-header .wp-custom-header-video-button.wp-custom-header-video-pause:after {
  content: "\f04b";
}

/* ---------------------------------------------
*   wp-custom-header-video
--------------------------------------------- */
#wp-custom-header-video {
  width: 100%;
  height: auto;
}

/* ---------------------------------------------
*   header-social-block
--------------------------------------------- */
.header-social-block {
  float: right;
  margin-top: 6px;
  margin-right: 4%;
}
@media only screen and (max-width: 1023px) {
  .header-social-block {
    display: none;
  }
}

/* ---------------------------------------------
*   social-links
--------------------------------------------- */
.social-links {
  margin-top: 0;
  float: right;
}
.social-links ul li {
  float: left;
}
.social-links ul li a {
  color: #747474;
  display: block;
  float: left;
  font-family: "FontAwesome";
  font-size: 14px;
  text-align: center;
  line-height: 35px;
  transition: all 0.3s linear 0s;
  width: 35px;
}
.social-links ul li a[href*="facebook.com"]:before {
  content: "\f09a";
}
.social-links ul li a[href*="facebook.com"]:hover {
  background-color: #3b5998;
  color: #fff;
}
.social-links ul li a[href*="twitter.com"]:before {
  content: "\f099";
}
.social-links ul li a[href*="twitter.com"]:hover {
  background-color: #33ccff;
  color: #fff;
}
.social-links ul li a[href*="instagram.com"]:before {
  content: "\f16d";
}
.social-links ul li a[href*="instagram.com"]:hover {
  background-color: #8e6051;
  color: #fff;
}

/* ---------------------------------------------
*   main-navigation
--------------------------------------------- */
.main-navigation {
  float: left;
}
@media only screen and (max-width: 1023px) {
  .main-navigation {
    float: none;
  }
}
@media only screen and (max-width: 980px) {
  .main-navigation {
    padding: 0;
  }
}
.main-navigation > ul > li {
  position: relative;
  display: inline-block;
}
@media only screen and (max-width: 980px) {
  .main-navigation > ul > li {
    position: inherit;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-left: 0;
  }
}
@media only screen and (max-width: 980px) {
  .main-navigation > ul > li::before {
    visibility: hidden;
  }
}
.main-navigation a {
  color: #000;
  display: block;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 45px;
  padding: 0 10px;
  text-align: left;
  text-transform: uppercase;
}
@media only screen and (max-width: 980px) {
  .main-navigation a {
    float: none;
    height: inherit;
    line-height: 1.833;
    padding: 10px 0;
  }
}

.main-navigation a:hover,
.main-navigation ul li.current-menu-item a,
.main-navigation ul li.current_page_ancestor a,
.main-navigation ul li.current-menu-ancestor a,
.main-navigation ul li.current_page_item a,
.main-navigation ul li:hover > a,
.main-navigation li.current-menu-ancestor.menu-item-has-children > a:after,
.main-navigation li.current-menu-item.menu-item-has-children > a:after,
.main-navigation ul li:hover > a:after,
.main-navigation li.menu-item-has-children > a:hover:after,
.main-navigation li.page_item_has_children > a:hover:after {
  color: #517380;
}

/* ----- Dropdown ----- */
.main-navigation ul li ul,
.main-navigation ul li:hover ul ul,
.main-navigation ul ul li:hover ul ul,
.main-navigation ul ul ul li:hover ul ul,
.main-navigation ul ul ul ul li:hover ul ul {
  visibility: hidden;
}

.main-navigation ul li ul {
  background-color: #fff;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  line-height: 2.667;
  list-style-type: none;
  margin: 0;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  padding: 0;
  position: absolute;
  top: 70px;
  transition: all 0.5s ease;
  visibility: hidden;
  width: 250px;
  z-index: 9999;
}

.main-navigation > ul > li:hover > ul,
.main-navigation > ul > li.focus > ul {
  display: block;
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  top: 46px;
}

.main-navigation ul li ul li {
  float: none;
  margin: 0;
  position: relative;
  text-align: left;
  z-index: 1;
}
.main-navigation ul li ul li:before {
  border-top: 1px solid #eee;
  content: "";
  height: 1px;
  left: 10px;
  position: absolute;
  top: 0;
  width: 90%;
}
.main-navigation ul li ul li:first-child:before {
  border-top: none;
}

.main-navigation ul li ul li a,
.main-navigation ul li.current-menu-item ul li a,
.main-navigation ul li ul li.current-menu-item a,
.main-navigation ul li.current_page_ancestor ul li a,
.main-navigation ul li.current-menu-ancestor ul li a,
.main-navigation ul li.current_page_item ul li a {
  color: #747474;
  float: none;
  font-size: 13px;
  height: inherit;
  line-height: 1.538;
  padding: 12px 15px;
  text-transform: capitalize;
}

.is-sticky .main-navigation ul li ul li a {
  line-height: 1.538;
}

.main-navigation ul li ul li a:hover,
.main-navigation ul li ul li:hover > a,
.main-navigation ul li.current-menu-item ul li a:hover {
  background-color: #f5f5f5;
  color: #517380;
}

.main-navigation ul li ul li ul {
  left: 190px;
  top: 10px;
}

.main-navigation ul li:last-child ul li ul {
  left: -200px;
}

.main-navigation ul ul li:hover ul,
.main-navigation ul ul li.focus ul,
.main-navigation ul ul ul li:hover ul,
.main-navigation ul ul ul li.focus ul {
  top: 0;
  display: block;
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

.main-navigation li.menu-item-has-children > a:after,
.main-navigation li li.menu-item-has-children > a:after,
.main-navigation li.page_item_has_children > a:after,
.main-navigation li li.page_item_has_children > a:after {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
  color: #333;
  font-size: 12px;
  padding-left: 6px;
}

.main-navigation li.menu-item-has-children > a:after,
.main-navigation li.page_item_has_children > a:after {
  content: "\f107";
}

.main-navigation li li.menu-item-has-children > a:after,
.main-navigation li li.page_item_has_children > a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}

@media only screen and (max-width: 980px) {
  .main-navigation ul li:hover ul {
    top: auto;
  }
  .main-navigation ul li ul {
    background-color: transparent;
    box-shadow: none;
    display: block;
    left: 40px;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    position: static;
    top: auto;
    visibility: visible;
    width: 100%;
  }
  .main-navigation ul li ul li {
    float: none;
    margin: 0;
    position: relative;
    text-align: left;
    width: 100%;
    z-index: 1;
    display: block;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
  }
  .main-navigation ul li ul li {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .main-navigation ul li ul li::before {
    position: static;
  }
  .main-navigation ul li ul li ul {
    left: 160px;
    display: block;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
  }
  #site-navigation ul ul ul a {
    padding-left: 40px;
  }
  .main-navigation ul ul li:hover ul {
    top: 0;
    display: block;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
  }
  .main-navigation li li.menu-item-has-children > a:after,
.main-navigation li li.page_item_has_children > a:after {
    content: "\f107";
  }
}
/* ---------------------------------------------
*   menu-toggle
--------------------------------------------- */
.menu-toggle {
  display: none;
}
@media only screen and (max-width: 980px) {
  .menu-toggle {
    background-color: transparent;
    border: 0 none;
    color: #666;
    cursor: pointer;
    display: block;
    font-size: 0;
    margin: 0 auto;
    padding: 0 0 20px 0;
    width: 28px;
  }
}
@media only screen and (max-width: 980px) {
  .menu-toggle.on .line-one {
    transform: rotate(-135deg) translate(-5px, -5px);
  }
}
@media only screen and (max-width: 980px) {
  .menu-toggle.on .line-two {
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
  }
}
@media only screen and (max-width: 980px) {
  .menu-toggle.on .line-three {
    transform: rotate(135deg) translate(-5px, 5px);
  }
}

/* ---------------------------------------------
*   line
--------------------------------------------- */
.line-one,
.line-two,
.line-three {
  background-color: #333;
}
@media only screen and (max-width: 980px) {
  .line-one,
.line-two,
.line-three {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    border-radius: 10px;
    display: block;
    height: 3px;
    margin: 4px auto;
    transition: all 0.2s;
    width: 100%;
  }
}

/* ---------------------------------------------
*   sponly
--------------------------------------------- */
.sponly {
  display: none;
}
@media screen and (max-width: 900px) {
  .sponly {
    display: block;
  }
}

/* ---------------------------------------------
*   custom-logo-link
--------------------------------------------- */
.custom-logo-link {
  display: block;
}

/* ---------------------------------------------
*   single-featured-image-header
--------------------------------------------- */
.single-featured-image-header img {
  -webkit-animation: fadeIn 3s ease 0s 1 normal;
          animation: fadeIn 3s ease 0s 1 normal;
  font-family: "object-fit: cover;";
  height: auto;
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

@media only screen and (max-width: 980px) {
  #sticky-header-sticky-wrapper {
    height: auto !important;
  }
}
.is-sticky #sticky-header {
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  border-bottom: none;
}

.is-sticky .header-navigation-wrap {
  border-bottom: none;
}

@media only screen and (max-width: 767px) {
  .is-sticky #sticky-header {
    background-color: #fff;
  }
}
@media only screen and (max-width: 980px) {
  .is-sticky #sticky-header {
    top: 0 !important;
  }
  .is-sticky .main-navigation {
    float: none;
  }
  .is-sticky .main-navigation a {
    line-height: inherit;
  }
}
@media only screen and (max-width: 1230px) {
  .header-search, .header-search-x {
    right: 15px;
  }
  .header-social-block {
    margin-right: 0;
  }
}
@media only screen and (max-width: 980px) {
  .widget_nav_menu .menu {
    display: block;
  }
  .toggled-on .menu {
    display: block;
  }
  .header-search, .header-search-x {
    margin: 0;
    top: 10px;
  }
}
/* ---------------------------------------------
*   search-box
--------------------------------------------- */
@media only screen and (max-width: 1023px) {
  #search-box {
    background-color: #fff;
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  #search-box {
    right: 10px;
    top: 45px;
    width: 80%;
  }
}

/* ---------------------------------------------
*   wp-block-button__link
--------------------------------------------- */
.wp-block-button__link {
  margin: 20px auto 24px;
}
.wp-block-button__link:hover {
  opacity: 0.7 !important;
}

/* ---------------------------------------------
*   wp-block-embed__wrapper
--------------------------------------------- */
.wp-block-embed__wrapper {
  margin: 0 auto;
  padding: 0 0 2em;
  max-width: 1200px;
}
@media only screen and (max-width: 1300px) {
  .wp-block-embed__wrapper {
    width: 90%;
  }
}

/* ---------------------------------------------
*   wp-block-cover
--------------------------------------------- */
.wp-block-cover {
  -webkit-animation: fadeIn 3s ease 0s 1 normal;
          animation: fadeIn 3s ease 0s 1 normal;
}
@media only screen and (max-width: 1300px) {
  .wp-block-cover {
    min-height: 230px;
  }
}
.wp-block-cover.has-background-dim {
  margin: 0 auto 50px;
  max-width: 1200px;
}
.wp-block-cover.alignfull.has-background-dim {
  max-width: 100%;
}
.wp-block-cover .wp-block-cover__inner-container p {
  letter-spacing: 0.2em;
  line-height: 1.5em;
  padding: 0;
  text-shadow: 0 0 10px #949494, 0 0 15px #949494;
}

/* ---------------------------------------------
*   wp-block-cover-image
--------------------------------------------- */
.wp-block-cover-image {
  -webkit-animation: fadeIn 3s ease 0s 1 normal;
          animation: fadeIn 3s ease 0s 1 normal;
}
@media only screen and (max-width: 1300px) {
  .wp-block-cover-image {
    min-height: 230px;
  }
}

/* ---------------------------------------------
*   wp-block-image
--------------------------------------------- */
@media only screen and (max-width: 600px) {
  .wp-block-image .alignleft {
    float: unset;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 600px) {
  .wp-block-image .alignright {
    float: unset;
    margin: 0 auto;
  }
}

/* ---------------------------------------------
*   wp-block-buttons
--------------------------------------------- */
.wp-block-buttons {
  text-align: center;
  margin-top: 30px;
}

/* ---------------------------------------------
*   wp-block-table
--------------------------------------------- */
.wp-block-table {
  margin: 0 auto;
  padding: 0 0 2em;
  max-width: 1200px;
}

/* ---------------------------------------------
*   wrap
--------------------------------------------- */
.wrap {
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
}
@media only screen and (max-width: 1300px) {
  .wrap {
    width: 90%;
  }
}
.wrap:after {
  clear: both;
  content: "";
  display: block;
}
.wrap--sm {
  max-width: 800px !important;
}
.wrap--lg {
  max-width: 1000px !important;
  padding: 0 20px;
}
@media only screen and (max-width: 768px) {
  .wrap--lg {
    padding: 0;
  }
}

/* ---------------------------------------------
*   wrap_fudo
--------------------------------------------- */
.wrap_fudo {
  -webkit-animation: fadeIn 3s ease 0s 1 normal;
          animation: fadeIn 3s ease 0s 1 normal;
  float: left;
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 980px) {
  .wrap_fudo {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 480px) {
  .wrap_fudo h3 {
    font-size: 20px;
  }
}

/* ---------------------------------------------
*   wrap_fudo2
--------------------------------------------- */
.wrap_fudo2 {
  -webkit-animation: fadeIn 3s ease 0s 1 normal;
          animation: fadeIn 3s ease 0s 1 normal;
  float: left;
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 980px) {
  .wrap_fudo2 {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 480px) {
  .wrap_fudo2 h3 {
    font-size: 20px;
  }
}

/* ---------------------------------------------
*   inner-wrap
--------------------------------------------- */
.inner-wrap {
  margin: 0 auto;
  overflow: hidden;
}

/* ---------------------------------------------
*   full-wrap
--------------------------------------------- */
.full-wrap {
  margin: 0 auto;
  width: 100%;
  padding: 0;
  position: relative;
}
.full-wrap #primary {
  float: unset;
  width: 100%;
}
.full-wrap .page-title {
  padding: 0 0 2em;
  margin: 0 auto;
  max-width: 1200px;
  font-weight: 700;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: 0.1em;
  text-align: center;
}
@media only screen and (max-width: 1300px) {
  .full-wrap .page-title {
    width: 90%;
  }
}
.full-wrap .entry-content h2 {
  margin: 0 auto;
  padding: 0 0 2em;
  max-width: 1200px;
  margin: 20px auto 24px;
  padding: 16px;
}
@media only screen and (max-width: 1300px) {
  .full-wrap .entry-content h2 {
    width: 90%;
  }
}
.full-wrap .entry-content h3 {
  margin: 0 auto;
  padding: 0 0 2em;
  max-width: 1200px;
  margin: 10px auto 24px;
  padding: 16px 0;
  max-width: 1200px;
}
@media only screen and (max-width: 1300px) {
  .full-wrap .entry-content h3 {
    width: 90%;
  }
}
.full-wrap .entry-content h4 {
  margin: 0 auto;
  padding: 0 0 2em;
  max-width: 1200px;
  margin: 0 auto 2em;
  max-width: 1200px;
  padding: 0 0 0 10px;
}
@media only screen and (max-width: 1300px) {
  .full-wrap .entry-content h4 {
    width: 90%;
  }
}
.full-wrap .entry-content ul {
  margin: 0 auto;
  padding: 0 0 2em;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2em 2em 2em;
  max-width: 1200px;
}
@media only screen and (max-width: 1300px) {
  .full-wrap .entry-content ul {
    width: 90%;
  }
}
.full-wrap .entry-content p {
  margin: 0 auto;
  padding: 0 0 2em;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0 2em;
  max-width: 1200px;
}
@media only screen and (max-width: 1300px) {
  .full-wrap .entry-content p {
    width: 90%;
  }
}
.full-wrap .entry-content .grid-content {
  padding: 0;
}
.full-wrap .entry-content .grid-content li {
  width: 30.3333333333%;
  margin: 20px 1.5% 17px 1.5%;
}
@media only screen and (max-width: 767px) {
  .full-wrap .entry-content .grid-content li {
    width: 87%;
    margin: 20px 5% 17px 5%;
  }
}
.full-wrap blockquote {
  margin: 0 auto 2em auto;
  padding: 2em 3em 1em;
  max-width: 1200px;
}
.full-wrap blockquote p {
  padding: 0 0 1em 0;
}
.full-wrap ul.wp-block-gallery {
  padding: 0;
}

/* ---------------------------------------------
*   boxed-layout
--------------------------------------------- */
.boxed-layout #page {
  max-width: 1920px;
  margin: 0 auto;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 1023px) {
  .boxed-layout #page {
    overflow: hidden;
  }
}
.boxed-layout #sticky-header {
  width: inherit;
}
@media only screen and (max-width: 767px) {
  .boxed-layout #site-branding {
    max-width: 400px;
  }
}
@media only screen and (max-width: 480px) {
  .boxed-layout #site-branding {
    max-width: 240px;
  }
}
@media only screen and (max-width: 767px) {
  .boxed-layout #site-title a img {
    max-width: 400px;
  }
}
@media only screen and (max-width: 480px) {
  .boxed-layout #site-title a img {
    max-width: 240px;
  }
}
@media only screen and (max-width: 480px) {
  .boxed-layout #colophon {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .boxed-layout .wrap {
    width: 90%;
  }
}

/* ---------------------------------------------
*   boxed-layout-small
--------------------------------------------- */
@media only screen and (max-width: 767px) {
  .boxed-layout-small {
    margin: 0;
    width: 100%;
  }
}
.boxed-layout-small #page {
  max-width: 1366px;
  margin: 0 auto;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 1023px) {
  .boxed-layout-small #page {
    overflow: hidden;
  }
}
.boxed-layout-small #sticky-header {
  width: inherit;
}
@media only screen and (max-width: 767px) {
  .boxed-layout-small #site-branding {
    max-width: 400px;
  }
}
@media only screen and (max-width: 480px) {
  .boxed-layout-small #site-branding {
    margin: 0 auto;
    max-width: 240px;
  }
}
@media only screen and (max-width: 767px) {
  .boxed-layout-small #site-title a img {
    max-width: 400px;
  }
}
@media only screen and (max-width: 480px) {
  .boxed-layout-small #site-title a img {
    max-width: 240px;
  }
}
@media only screen and (max-width: 480px) {
  .boxed-layout-small #colophon {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .boxed-layout-small .wrap {
    width: 90%;
  }
}
.boxed-layout-small .four-column-full-width {
  width: 50%;
}
.boxed-layout-small .folio-column-full-width {
  width: 33.33%;
}
.boxed-layout-small .folio-column-full-width:nth-child(3n+4) {
  clear: both;
}
.boxed-layout-small .folio-column-full-width:nth-child(4n+5) {
  clear: none;
}
.boxed-layout-small .four-column-full-width:nth-child(3n+4) {
  clear: none;
}
@media only screen and (max-width: 1023px) {
  .boxed-layout-small .four-column-full-width:nth-child(2n+3) {
    clear: none;
  }
}

/* ---------------------------------------------
*   screen-reader-text
--------------------------------------------- */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  clip: auto !important;
  color: #517380;
  display: block;
  font-size: 14px;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* ---------------------------------------------
*   btn-default
--------------------------------------------- */
.btn-default {
  width: 50%;
  display: inline-block;
  padding: 1em 1.2em;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.769em;
  text-align: center;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  background-color: rgb(81, 115, 128);
  border: 1px solid transparent;
  border-radius: 5px;
  transition: all 0.35s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .btn-default {
    margin: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .btn-default {
    font-size: 0.88em;
  }
}
.btn-default:hover {
  border-color: #517380;
  background-color: #fff;
  color: #343434 !important;
}

/* ---------------------------------------------
*   bukken_btn_lr
--------------------------------------------- */
.bukken_btn_lr {
  display: flex;
  flex-direction: row;
  gap: 1em;
  margin-top: 20px;
  padding-inline: 1em;
  overflow: hidden;
}
.bukken_btn_lr a {
  flex: 1;
}

/* ---------------------------------------------
*   bukken_btn_l
--------------------------------------------- */
.bukken_btn_l {
  padding: 10px 0;
  display: block;
  border: solid 1px #ccc;
  text-align: center;
  color: #333;
  transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
}
.bukken_btn_l:hover {
  color: #fff;
  background: #000;
}

/* ---------------------------------------------
*   bukken_btn_r
--------------------------------------------- */
.bukken_btn_r {
  padding: 10px 0;
  display: block;
  border: solid 1px #ccc;
  text-align: center;
  color: #333;
  transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
}
.bukken_btn_r:hover {
  color: #fff;
  background: #000;
}

/* ---------------------------------------------
*    read_more_buttons
--------------------------------------------- */
.read_more_buttons {
  margin-inline: auto;
  margin-block: 50px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .read_more_buttons {
    margin-block: 25px;
  }
}
.read_more_buttons .btn-default {
  font-size: 16px;
  max-width: 700px;
  width: 90%;
}
.read_more_buttons a:before {
  display: inline-block;
  margin: 0 0.5em 0 0;
  content: "»";
  font-size: 20px;
}
.read_more_buttons a:hover {
  border: 1px solid #517380;
  color: #343434 !important;
}

/* ---------------------------------------------
*    download__btn
--------------------------------------------- */
.download__btn {
  margin: 60px auto;
}
.download__btn > a {
  display: inline-block;
  background-color: rgb(224, 129, 41);
  color: #ffffff;
  font-size: 1.25rem;
  padding: 18px 45px;
  border-radius: 10px;
  line-height: 1;
}
@media (max-width: 600px) {
  .download__btn > a {
    font-size: 1rem;
  }
}

/* ---------------------------------------------
*   light
--------------------------------------------- */
.light {
  border-color: #fff;
  color: #fff;
}

/* ---------------------------------------------
*   light-color
--------------------------------------------- */
.light-color {
  border-color: #fff;
  color: #fff;
}
.light-color:hover {
  background-color: #f4f4f4;
  border: 1px solid #f4f4f4;
  color: #484848;
}

/* ---------------------------------------------
*   vivid
--------------------------------------------- */
.vivid {
  background-color: #517380;
  border: 1px solid #517380;
  color: #fff;
}
.vivid:hover {
  background-color: #f4f4f4;
  border: 1px solid #f4f4f4;
  color: #484848;
}

/* ---------------------------------------------
*   two-column-full-width
--------------------------------------------- */
.two-column-full-width {
  width: 50%;
  float: left;
  padding-bottom: 40px;
}
@media only screen and (max-width: 1023px) {
  .two-column-full-width {
    width: 100%;
  }
}

/* ---------------------------------------------
*   three-column-full-width
--------------------------------------------- */
.three-column-full-width {
  width: 33.33%;
}

/* ---------------------------------------------
*   four-column-full-width
--------------------------------------------- */
@media only screen and (max-width: 1300px) {
  .four-column-full-width {
    width: 33.33%;
  }
}
@media only screen and (max-width: 1023px) {
  .four-column-full-width {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .four-column-full-width {
    margin: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 1300px) {
  .four-column-full-width:nth-child(4n+5) {
    clear: none;
  }
}
@media only screen and (max-width: 1300px) {
  .four-column-full-width:nth-child(3n+4) {
    clear: both;
  }
}
@media only screen and (max-width: 1023px) {
  .four-column-full-width:nth-child(3n+4) {
    clear: none;
  }
}
@media only screen and (max-width: 1023px) {
  .four-column-full-width:nth-child(2n+3) {
    clear: both;
  }
}

/* ---------------------------------------------
*   folio-column-full-width
--------------------------------------------- */
.folio-column-full-width {
  display: block;
  margin: 10px auto;
  width: 62.5vw;
}
@media only screen and (max-width: 900px) {
  .folio-column-full-width {
    margin: 0 5% 20px;
    width: 90%;
  }
}
.folio-column-full-width:nth-child(3n+4) {
  clear: both;
}

/* ---------------------------------------------
*   two-column-blog
--------------------------------------------- */
.two-column-blog h2 {
  margin: 5px 0;
  padding: 5px 0;
}
.two-column-blog.search-results #primary .page {
  display: block;
  float: left;
  margin-bottom: 60px;
}
.two-column-blog .entry-header {
  padding-bottom: 0;
}
.two-column-blog .entry-content {
  padding-bottom: 0;
}
.two-column-blog .more-link {
  margin: 5px auto 0;
}
.two-column-blog .more-link:before {
  left: -50%;
  width: 50%;
}
.two-column-blog .more-link:after {
  right: -50%;
  width: 50%;
}
.two-column-blog #primary .post {
  width: calc(50% - 15px);
  float: left;
  margin-right: 15px;
}
@media only screen and (max-width: 767px) {
  .two-column-blog #primary .post {
    width: 100%;
    float: left;
    margin-right: 0;
  }
}
.two-column-blog #primary .post:nth-child(2n+1) {
  margin-right: 0;
  margin-left: 15px;
}
@media only screen and (max-width: 767px) {
  .two-column-blog #primary .post:nth-child(2n+1) {
    margin-left: 0;
  }
}
.two-column-blog #primary .post:nth-child(2n+2) {
  clear: both;
}

/* ---------------------------------------------
*   one-column
--------------------------------------------- */
.one-column {
  width: 100%;
}

/* ---------------------------------------------
*   two-column
--------------------------------------------- */
.two-column {
  width: 50%;
}
@media only screen and (max-width: 1023px) {
  .two-column {
    width: 50%;
    padding: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .two-column {
    padding: 0 0 30px;
    width: 100%;
  }
}
.two-column:nth-child(2n+3) {
  clear: both;
}

/* ---------------------------------------------
*   three-column
--------------------------------------------- */
.three-column {
  width: 33.33%;
}
@media only screen and (max-width: 1023px) {
  .three-column {
    width: 50%;
    padding: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .three-column {
    padding: 0 0 30px;
    width: 100%;
  }
}
.three-column:nth-child(3n+4) {
  clear: none;
}
@media only screen and (max-width: 1023px) {
  .three-column:nth-child(2n+3) {
    clear: both;
  }
}
@media only screen and (max-width: 767px) {
  .three-column:nth-child(2n+3) {
    clear: none;
  }
}

/* ---------------------------------------------
*   four-column
--------------------------------------------- */
@media only screen and (max-width: 1023px) {
  .four-column {
    width: 50%;
    padding: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .four-column {
    padding: 0 10px 30px;
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .four-column {
    padding: 0 0 30px;
    width: 100%;
  }
}
.four-column:nth-child(4n+5) {
  clear: none;
}
@media only screen and (max-width: 1023px) {
  .four-column:nth-child(2n+3) {
    clear: both;
  }
}
@media only screen and (max-width: 480px) {
  .four-column:nth-child(2n+3) {
    clear: none;
  }
}

/* ---------------------------------------------
*   folio-column
--------------------------------------------- */
.folio-column {
  margin: 10px auto;
  width: 62.5vw;
}
@media only screen and (max-width: 900px) {
  .folio-column {
    margin: 0 5% 20px;
    width: 90%;
  }
}
.folio-column:nth-child(4n+5) {
  clear: both;
}

/* ---------------------------------------------
*   column
--------------------------------------------- */
.column {
  margin: 0 -20px;
}
@media only screen and (max-width: 1023px) {
  .column {
    margin: 0 -15px;
  }
}
@media only screen and (max-width: 767px) {
  .column {
    margin: 0;
  }
}

/* ---------------------------------------------
*   column-2
--------------------------------------------- */
@media only screen and (max-width: 1023px) {
  .column-2:nth-child(2n+3) {
    clear: none;
  }
}

/* ---------------------------------------------
*   column-3
--------------------------------------------- */
@media only screen and (max-width: 1023px) {
  .column-3:nth-child(3n+4) {
    clear: none;
  }
}

/* ---------------------------------------------
*   column-4
--------------------------------------------- */
.column-4 {
  width: 25%;
  float: left;
  padding: 0 20px 40px;
}
.column-4:nth-child(4n+5) {
  clear: both;
}
@media only screen and (max-width: 1023px) {
  .column-4:nth-child(4n+5) {
    clear: none;
  }
}

/* ---------------------------------------------
*   two-column-post
--------------------------------------------- */
@media only screen and (max-width: 480px) {
  .two-column-post .post-container {
    width: 100%;
  }
}

/* ---------------------------------------------
*   three-column-post
--------------------------------------------- */
@media only screen and (max-width: 767px) {
  .three-column-post .post-container {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .three-column-post .post-container {
    width: 100%;
  }
}

/* ---------------------------------------------
*   four-column-post
--------------------------------------------- */
@media only screen and (max-width: 767px) {
  .four-column-post .post-container {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .four-column-post .post-container {
    width: 100%;
  }
}

/* ---------------------------------------------
*   has-2-columns
--------------------------------------------- */
@media only screen and (max-width: 600px) {
  .has-2-columns {
    margin: 0 auto;
    width: 90%;
  }
}

/* ---------------------------------------------
*   grid-content
--------------------------------------------- */
.grid-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1em;
}
@media only screen and (max-width: 980px) {
  .grid-content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .grid-content {
    display: block;
  }
}
.grid-content li {
  display: block;
  position: relative;
  font-size: 14px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
  padding-bottom: 2em;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .grid-content li:nth-child(n+2) {
    margin-top: 2em;
  }
}
.grid-content .top_title {
  clear: both;
  display: block;
  font-weight: normal;
  padding: 10px 5% 5px;
}
@media only screen and (max-width: 480px) {
  .grid-content .top_title {
    margin-top: 2em;
    padding: 0 5%;
  }
}
.grid-content li .fudo_kaiin_type_logo img {
  height: auto;
}
.grid-content.cookie_fudou_single li {
  background-color: #fff;
  border: 1px solid #e7e7e7;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
  float: left;
  font-size: 14px;
  margin: 20px 3% 17px 0;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 29.74%;
  margin: 20px 1% 17px;
  text-align: center;
  width: 31.3%;
}
@media only screen and (max-width: 1023px) {
  .grid-content.cookie_fudou_single li {
    width: 45.5%;
    margin: 20px 2.25% 17px;
  }
}
@media only screen and (max-width: 767px) {
  .grid-content.cookie_fudou_single li {
    width: 100%;
    margin: 20px 0 17px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-content.cookie_fudou_single li {
    margin: 10px 0 7px;
    padding-bottom: 10px;
  }
}
.grid-content.cookie_fudou_single li img {
  height: 160px;
}
.grid-content.cookie_fudou_single li .box1low a {
  width: 48%;
}
.grid-content.cookie_fudou_single li .box1low a:hover {
  border: 1px solid #ddd;
  width: 45%;
}
.grid-content.cookie_fudou_single li .top_title {
  padding: 0 5%;
  clear: both;
  display: block;
  font-weight: normal;
  padding: 10px 5% 5px;
}
.grid-content.cookie_fudou_single li .fudo_kaiin_type_logo img {
  height: auto;
}
.grid-content br {
  display: none;
}
.grid-content.cookie_fudou_single br {
  display: none;
}

/* ---------------------------------------------
*   is-style-outline
--------------------------------------------- */
.is-style-outline {
  margin: 0 auto;
  padding: 0 0 2em;
  max-width: 1200px;
}
@media only screen and (max-width: 1300px) {
  .is-style-outline {
    width: 90%;
  }
}

/* ---------------------------------------------
*   is-style-squared
--------------------------------------------- */
.is-style-squared {
  margin: 0 auto;
  padding: 0 0 2em;
  max-width: 1200px;
}
@media only screen and (max-width: 1300px) {
  .is-style-squared {
    width: 90%;
  }
}

/* ---------------------------------------------
*   is-sticky
--------------------------------------------- */
.is-sticky .header-search {
  margin-top: 10px;
}
.is-sticky .header-search-x {
  margin-top: 10px;
}

img.alignleft,
img.alignright,
img.aligncenter {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* ---------------------------------------------
*   small-image-blog
--------------------------------------------- */
.small-image-blog .post {
  clear: both;
  float: left;
  width: 100%;
}
.small-image-blog .entry-header .entry-meta {
  text-align: left;
}
.small-image-blog .entry-title {
  text-align: left;
  padding: 5px;
}
.small-image-blog a.more-link {
  float: right;
  margin: 20px auto 0;
}
.small-image-blog .post-featured-image {
  display: inline-block;
  float: left;
  margin-bottom: 20px;
  margin-right: 20px;
  overflow: hidden;
  width: 40%;
}
.small-image-blog .latest-blog-image .post-featured-image {
  width: 100%;
}
.small-image-blog.search-results #primary .page {
  display: block;
  float: left;
  margin-bottom: 60px;
}
.small-image-blog .feature-content p {
  text-align: left;
  padding: 0 5% 20px 5%;
}

/* ---------------------------------------------
*   img-border
--------------------------------------------- */
.img-border {
  background-color: #fff;
  padding: 5px;
  border: 1px solid #ccc;
}

/* ---------------------------------------------
*   post-image-content
--------------------------------------------- */
.post-image-content {
  position: relative;
  z-index: 2;
  grid-area: item1 !important;
}

/* ---------------------------------------------
*   post-featured-image
--------------------------------------------- */
.post-featured-image {
  margin-bottom: 0;
  text-align: center;
}
.post-featured-image img {
  max-width: 600px;
  width: 100%;
  height: auto !important;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: all 500ms ease-out;
  display: block;
  margin: 0 auto;
  aspect-ratio: 16/5;
}
@media (max-width: 768px) {
  .post-featured-image img {
    max-width: 100%;
  }
}
.post-featured-image a {
  display: block;
}
.post-featured-image a img {
  /* max-width: 600px; */
  width: 100%;
  height: auto !important;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: all 500ms ease-out;
  display: block;
  margin: 0 auto;
  aspect-ratio: 16/5;
}

/* ---------------------------------------------
*   image-attachment
--------------------------------------------- */
.image-attachment .attachment {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-width: 1px 0;
  margin: 0 -8.9% 1.625em;
  overflow: hidden;
  padding: 1.625em 1.625em 0;
  text-align: center;
}
.image-attachment .attachment img {
  display: block;
  height: auto;
  margin: 0 auto 1.625em;
  max-width: 100%;
}
.image-attachment .attachment a img {
  border-color: #f9f9f9;
}
.image-attachment .attachment a:focus img {
  border-color: #ddd;
  background-color: #fff;
}
.image-attachment .attachment a:hover img {
  border-color: #ddd;
  background-color: #fff;
}
.image-attachment .attachment a:active img {
  border-color: #ddd;
  background-color: #fff;
}
.image-attachment .entry-caption p {
  font-size: 10px;
  letter-spacing: 0.1em;
  line-height: 2.6em;
  margin: 0 0 2.6em;
  text-transform: uppercase;
}

/* ---------------------------------------------
*   attachment-jpeg
--------------------------------------------- */
.attachment-jpeg .attachment {
  text-align: center;
}

/* ---------------------------------------------
*    main_picsam
--------------------------------------------- */
.main_picsam {
  width: 102.4%;
  margin-bottom: 10px;
}
.main_picsam :first-child img {
  border: 1px solid #d1d1d1;
  font-family: "object-fit: contain;";
  -o-object-fit: contain;
     object-fit: contain;
}
.main_picsam img {
  font-family: "object-fit: cover;";
  margin-right: 1%;
  height: 275px;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: all 500ms ease-out;
  width: 48%;
}
@media only screen and (max-width: 1300px) {
  .main_picsam img {
    height: 300px;
  }
}
@media only screen and (max-width: 1230px) {
  .main_picsam img {
    height: 210px;
  }
}
@media only screen and (max-width: 900px) {
  .main_picsam img {
    height: 220px;
  }
}
@media only screen and (max-width: 767px) {
  .main_picsam img {
    height: 110px;
  }
}
@media only screen and (max-width: 480px) {
  .main_picsam img {
    height: 125px;
  }
}
@media only screen and (max-width: 380px) {
  .main_picsam img {
    height: 110px;
  }
}

/* ---------------------------------------------
*   list_picsam
--------------------------------------------- */
.list_picsam img.box3image {
  margin-right: 1%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: all 500ms ease-out;
  width: 99%;
}
@media only screen and (max-width: 1300px) {
  .list_picsam img.box3image {
    height: 190px;
  }
}
@media only screen and (max-width: 1230px) {
  .list_picsam img.box3image {
    height: 160px;
  }
}
@media only screen and (max-width: 900px) {
  .list_picsam img.box3image {
    width: 100%;
    height: 375px;
  }
}
@media only screen and (max-width: 767px) {
  .list_picsam img.box3image {
    height: 300px;
  }
}
@media only screen and (max-width: 480px) {
  .list_picsam img.box3image {
    height: 260px;
  }
}
@media only screen and (max-width: 380px) {
  .list_picsam img.box3image {
    height: 220px;
  }
}
@media only screen and (max-width: 320px) {
  .list_picsam img.box3image {
    height: 200px;
  }
}

/* ---------------------------------------------
*   box1image
--------------------------------------------- */
.box1image {
  transform: scale(1);
  transition: all 500ms ease-out;
  width: 100%;
  -webkit-animation: fadeIn 3s ease 0s 1 normal;
          animation: fadeIn 3s ease 0s 1 normal;
  display: block;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ---------------------------------------------
*   box2image
--------------------------------------------- */
.box2image {
  height: 230px;
  transform: scale(1);
  transition: all 500ms ease-out;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

/* ---------------------------------------------
*   box4image
--------------------------------------------- */
.box4image {
  transform: scale(1);
  transition: all 500ms ease-out;
  width: 100%;
  -webkit-animation: fadeIn 3s ease 0s 1 normal;
          animation: fadeIn 3s ease 0s 1 normal;
  display: block;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ---------------------------------------------
*   main_imgBox
--------------------------------------------- */
.main_imgBox {
  height: 43.8vw;
  overflow: hidden;
  position: relative;
  top: 0;
}
@media screen and (max-width: 768px) {
  .main_imgBox {
    height: 110vw;
  }
}

/* ---------------------------------------------
*   main_img
--------------------------------------------- */
.main_img {
  z-index: 10;
  opacity: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: anime 20s 0s infinite;
  animation: anime 20s 0s infinite;
}
.main_img:nth-of-type(2) {
  -webkit-animation-delay: 6s;
  animation-delay: 5s;
}
.main_img:nth-of-type(3) {
  -webkit-animation-delay: 12s;
  animation-delay: 10s;
}
.main_img:nth-of-type(4) {
  -webkit-animation-delay: 12s;
  animation-delay: 15s;
}

@-webkit-keyframes anime {
  0% {
    opacity: 0;
  }
  16% {
    opacity: 1;
  }
  34% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale(1.2);
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}

@keyframes anime {
  0% {
    opacity: 0;
  }
  16% {
    opacity: 1;
  }
  34% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale(1.2);
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}
/* ---------------------------------------------
*   banner__img__wrap
--------------------------------------------- */
.banner__img__wrap {
  position: relative;
  z-index: 1;
  max-width: 1040px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .banner__img__wrap {
    max-width: 400px;
  }
}
.banner__img__wrap figure {
  margin: 0 auto;
  width: 100%;
}
.banner__img__wrap img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100% !important;
}

/* ---------------------------------------------
*   t-k-company_banner
--------------------------------------------- */
.t-k-company_banner {
  width: 1200px;
  margin: 50px auto;
}
@media screen and (max-width: 1199px) {
  .t-k-company_banner {
    width: 100%;
    margin: 20px auto;
  }
}
.t-k-company_banner img {
  width: 100%;
  height: auto;
}

/* ---------------------------------------------
*   sp_img
--------------------------------------------- */
@media screen and (max-width: 768px) {
  .sp_img {
    width: 100%;
    height: auto;
  }
}

/* ---------------------------------------------
*   common_img
--------------------------------------------- */
.common_img {
  width: 100%;
}

/* ---------------------------------------------
*   in-map
--------------------------------------------- */
.in-map #primary {
  float: left;
  margin: 0;
  width: 20%;
}
@media only screen and (max-width: 900px) {
  .in-map #primary {
    width: 100%;
  }
}
.in-map #map_menu {
  margin: 0;
  padding: 10px;
  border: 1px solid #efefef;
  border-radius: 0;
}
.in-map #content {
  margin: 0;
  padding: 0;
}
.in-map #map_canvas {
  margin: 0;
  padding: 0;
}
.in-map .entry-header {
  padding-bottom: 0;
}
.in-map .entry-content {
  padding: 0;
  float: left;
  width: 80%;
  margin: 0;
}
@media only screen and (max-width: 900px) {
  .in-map .entry-content {
    width: 100%;
  }
}

/* ---------------------------------------------
*   more Link
--------------------------------------------- */
.more-link {
  background-color: #f4f4f4;
  color: #343434;
  display: block;
  margin: 30px auto 0;
  padding: 4px;
  position: relative;
  transition: all 0.3s ease-out 0s;
  text-align: center;
  width: 150px;
}
.more-link:hover {
  background-color: #517380;
  color: #fff;
}

/* ---------------------------------------------
*   #list_simplepage
--------------------------------------------- */
#list_simplepage {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 2em;
       column-gap: 2em;
  row-gap: 2em;
}
@media screen and (max-width: 768px) {
  #list_simplepage {
    display: block;
  }
}
#list_simplepage .hentry {
  border: 1px solid #e7e7e7;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #list_simplepage .hentry:nth-child(n+2) {
    margin-top: 2em;
  }
}

/* ---------------------------------------------
*   #list_simplepage2
--------------------------------------------- */
#list_simplepage2 #map_canvas table {
  margin: 0;
  width: 280px !important;
}
#list_simplepage2 #map_canvas .gmapballoon tr {
  background-color: #fff;
}
#list_simplepage2 #map_canvas .gmapballoon td {
  border-width: 0 !important;
  font-size: 12px;
  line-height: 1.3;
  padding: 0;
}
#list_simplepage2 #map_canvas .gmapballoon td:first-child {
  width: 35%;
}
#list_simplepage2 #map_canvas .gmapballoon td.gmapkakaku {
  background-color: #fff;
  display: grid;
  font-size: 14px !important;
  font-weight: 700;
}
#list_simplepage2 .gmaptitle {
  font-weight: 700;
}
#list_simplepage2 .gmapballoon img {
  height: auto;
  padding: 0.2em;
  width: 90px;
}
#list_simplepage2 .gmapmadori {
  font-size: 14px !important;
  font-weight: 700;
  display: block;
}
#list_simplepage2 .gmapkakaku {
  color: #f30 !important;
}

/* ---------------------------------------------
*    #list_add_table
--------------------------------------------- */
#list_add_table ul {
  line-height: 1.5;
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
#list_add_table li {
  float: left;
  list-style: none;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  #list_add_table li {
    width: 100%;
  }
}
#list_add_table li dt {
  float: left;
  font-size: 0.875rem;
  font-weight: 400;
  margin-right: 2%;
  margin-top: 5px;
  padding: 1%;
  text-align: center;
  width: 18%;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  color: #1e1e1e;
  float: left;
  font-weight: 400;
  margin: 3px 8px 10px auto;
  padding: 2px 10px;
}
#list_add_table li dd {
  float: left;
  margin-right: 5%;
  padding-top: 8px;
  width: 75%;
}

/* ---------------------------------------------
*   #list_other_table
--------------------------------------------- */
#list_other_table {
  margin-top: 30px;
}

/* ---------------------------------------------
*   list_detail
--------------------------------------------- */
.list_detail .list_price {
  padding-top: 20px;
}
.list_detail .list_price ul {
  line-height: 1.5;
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.list_detail .list_price li dt {
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  color: #1e1e1e;
  float: left;
  font-weight: 400;
  margin: 3px 8px 10px auto;
  padding: 2px 10px;
}
.list_detail .list_price li dd {
  float: left;
  margin-right: 10px;
  padding-top: 5px;
}

/* ---------------------------------------------
*   list_address
--------------------------------------------- */
.list_address {
  clear: both;
  font-size: 0.85em;
  padding: 0 7%;
  text-align: center;
}

/* ---------------------------------------------
*   list_address_koutu
--------------------------------------------- */
.list_address_koutu {
  clear: both;
  font-size: 0.85em;
  padding: 0 7%;
  text-align: center;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
#list_simplepage {
    flex-wrap: wrap;
    display: -ms-flexbox;
  }
}
/* ---------------------------------------------
*   madpc
--------------------------------------------- */
.madpc {
  text-align: center;
  max-width: 1000px;
  margin-inline: auto;
  margin-bottom: 1vw;
  padding: 0 20px;
}
@media only screen and (max-width: 768px) {
  .madpc {
    display: none;
  }
}
.madpc a img {
  display: block;
  width: 100%;
}

/* ---------------------------------------------
*   madsp
--------------------------------------------- */
.madsp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .madsp {
    display: block;
    padding-inline: 5%;
    margin-bottom: 5%;
  }
}
.madsp a img {
  display: block;
  width: 100%;
}

/* ---------------------------------------------
*   madlpimg
--------------------------------------------- */
.madlpimg {
  margin: 50px 0;
}
.madlpimg img {
  width: 100%;
  height: auto;
}

/* ---------------------------------------------
*   #nav-above1
--------------------------------------------- */
#nav-above1 .nav-next {
  width: 100%;
  margin: 20px auto;
  padding: 10px;
  font-size: 25px;
  text-align: center;
}
#nav-above1 .nav-next a {
  background-color: #f4f4f4;
  border: 1px solid #fafafa;
  color: #747474;
  margin-right: 5px;
  outline: 1px solid #f4f4f4;
  padding: 4px 11px;
}
#nav-above1 .nav-next a:hover {
  background-color: #ddd;
  outline: 1px solid #ddd;
}
#nav-above1 .nav-next b {
  background-color: #f4f4f4;
  border: 1px solid #fafafa;
  color: #747474;
  margin-right: 5px;
  outline: 1px solid #f4f4f4;
  padding: 4px 11px;
}
#nav-above1 .nav-next b:hover {
  background-color: #ddd;
  outline: 1px solid #ddd;
}

/* ---------------------------------------------
*   nav-previous
--------------------------------------------- */
.nav-previous a {
  margin-top: 50px;
}
.nav-previous img {
  margin-right: 2px;
  margin-bottom: 5px;
  vertical-align: middle;
  width: 15px;
}

/* ---------------------------------------------
*   secondary
--------------------------------------------- */
#secondary {
  float: left;
  padding-left: 50px;
  position: -webkit-sticky;
  position: sticky;
  top: 48px;
  width: 30%;
}
@media only screen and (max-width: 1023px) {
  #secondary {
    margin-bottom: 50px;
    padding: 0px;
    width: 100%;
    border: none;
  }
}
@media only screen and (max-width: 1230px) {
  #secondary .contact-form {
    padding: 20px 5% 20px;
  }
}
#secondary .widget-title {
  background-color: #f4f4f4;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 39px;
  margin: 0 0 25px 0;
  padding: 0;
  text-align: center;
}
#secondary .contact-form {
  padding: 20px 10% 20px;
  margin: 0 auto 50px;
}
#secondary input[type=text],
#secondary input[type=email],
#secondary input[type=tel] {
  margin-bottom: 20px;
  padding: 5px;
}
#secondary textarea {
  height: 160px;
}
#secondary input[type=submit] {
  padding: 12px 5px;
  margin: 0 auto;
  width: 100%;
}
#secondary .widget.widget_contact .widget-title {
  -webkit-animation: fadeIn 3s ease 0s 1 normal;
          animation: fadeIn 3s ease 0s 1 normal;
  background-color: #9c140a;
  color: #fff;
  line-height: 24px;
  margin: 0;
  padding: 5%;
  position: relative;
}
#secondary .widget.widget_contact .widget-title:before {
  bottom: -15px;
  border-right: 12px solid transparent;
  border-top: 20px solid #9c140a;
  border-left: 12px solid transparent;
  content: "";
  left: 15%;
  position: absolute;
}
#secondary #searchitem {
  margin: 0 auto;
  width: 90%;
}
#secondary #searchitem input[type=submit] {
  margin: 20px auto;
  width: 80%;
}

/* ---------------------------------------------
*   left-sidebar-layout
--------------------------------------------- */
@media only screen and (max-width: 1023px) {
  .left-sidebar-layout #primary {
    float: none;
    padding-left: 0px;
  }
}
@media only screen and (max-width: 1023px) {
  .left-sidebar-layout #secondary {
    float: none;
    padding-right: 0px;
    border: none;
  }
}

/* ---------------------------------------------
*   no-sidebar-layout
--------------------------------------------- */
@media only screen and (max-width: 1023px) {
  .no-sidebar-layout #main {
    margin: 0;
    width: 100%;
  }
}

/* ---------------------------------------------
*   business-sidebar
--------------------------------------------- */
@media only screen and (max-width: 1023px) {
  .business-sidebar .three-column {
    width: 50%;
  }
}

.swiper-slide-next,
.swiper-slide-prev {
  display: inline-block;
  opacity: 0.6;
}

/* ---------------------------------------------
*   swiper-pagination
--------------------------------------------- */
@media only screen and (max-width: 900px) {
  .swiper-pagination.swiper-pagination-fraction {
    background: rgba(0, 0, 0, 0.41);
    color: #fff;
    border-radius: 10px;
    font-size: 14px;
    left: 37%;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    width: 25% !important;
  }
}

/* ---------------------------------------------
*   swiper-pagination-bullet
--------------------------------------------- */
.swiper-pagination-bullet {
  border-radius: 50% !important;
  height: 12px !important;
  opacity: 1 !important;
  width: 12px !important;
}

/* ---------------------------------------------
*   swiper-pagination-bullet-active
--------------------------------------------- */
.swiper-pagination-bullet-active {
  transform: scale(1.4) !important;
}

/* ---------------------------------------------
*   swiper-button-next
--------------------------------------------- */
.swiper-button-next {
  background-image: url(assets/images/next.svg) !important;
  background-size: 100% 60% !important;
  padding: 10px 20px;
  right: 2px !important;
  background-color: rgba(0, 0, 0, 0.53);
}

/* ---------------------------------------------
*   swiper-button-prev
--------------------------------------------- */
.swiper-button-prev {
  background-image: url(assets/images/prev.svg) !important;
  background-size: 100% 60% !important;
  padding: 10px 20px;
  left: 0 !important;
  background-color: rgba(0, 0, 0, 0.53);
}

/* ---------------------------------------------
*   main-slider
--------------------------------------------- */
.main-slider {
  clear: both;
}
.main-slider .layer-slider {
  height: 100%;
  position: relative;
}
.main-slider .layer-slider .slides li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.main-slider .layer-slider .slides li:first-child {
  display: block;
}
.main-slider .image-slider {
  background-position: center center;
  background-size: cover;
  box-sizing: border-box;
  min-height: 700px;
  position: relative;
}
@media only screen and (max-width: 1300px) {
  .main-slider .image-slider {
    min-height: 460px;
  }
}
@media only screen and (max-width: 1023px) {
  .main-slider .image-slider {
    min-height: 320px;
  }
}
.main-slider .flex-direction-nav a {
  border-radius: 3px;
  color: #ccc;
  font-size: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 300ms ease-out;
  z-index: 99;
}
@media only screen and (max-width: 1023px) {
  .main-slider .flex-direction-nav a {
    padding: 0 10px;
  }
}
.main-slider .flex-direction-nav a:before {
  content: "\f104";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 46px;
  vertical-align: middle;
}
@media only screen and (max-width: 1023px) {
  .main-slider .flex-direction-nav a:before {
    font-size: 30px;
  }
}
.main-slider .flex-direction-nav a.flex-next:before {
  content: "\f105";
}
.main-slider .flex-direction-nav a:hover {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
}
.main-slider .flex-nav-prev a.flex-prev {
  left: 0;
  padding: 12px 16px 14px 14px;
}
@media only screen and (max-width: 1023px) {
  .main-slider .flex-nav-prev a.flex-prev {
    padding: 4px 12px 7px 10px;
  }
}
.main-slider .flex-nav-next a.flex-next {
  right: 0;
  padding: 14px 14px 14px 16px;
}
@media only screen and (max-width: 1023px) {
  .main-slider .flex-nav-next a.flex-next {
    padding: 4px 10px 7px 12px;
  }
}
.main-slider:hover a.flex-prev {
  left: 50px;
}
@media only screen and (max-width: 1023px) {
  .main-slider:hover a.flex-prev {
    left: 20px;
  }
}
.main-slider:hover a.flex-next {
  right: 50px;
}
@media only screen and (max-width: 1023px) {
  .main-slider:hover a.flex-next {
    right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .main-slider:hover a.flex-next {
    padding: 4px 10px 7px 12px;
  }
}
.main-slider .flex-control-nav {
  text-align: center;
  line-height: 0;
  position: absolute;
  width: 100%;
  bottom: 80px;
  z-index: 99;
}
@media only screen and (max-width: 1023px) {
  .main-slider .flex-control-nav {
    bottom: 20px;
  }
}
.main-slider .flex-control-nav a.flex-active {
  background-color: #517380;
  transition: background 0.3s ease;
}
.main-slider .flex-control-nav a:hover {
  background-color: #517380;
  transition: background 0.3s ease;
}
.main-slider .flex-control-nav li {
  display: inline-block;
}
.main-slider .flex-control-nav li a {
  background-color: #747474;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  height: 4px;
  line-height: 14px;
  margin: 0 2px;
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
  text-align: center;
  vertical-align: middle;
  width: 25px;
}
@media only screen and (max-width: 1023px) {
  .main-slider .flex-control-nav li a {
    height: 3px;
    width: 20px;
  }
}

/* ---------------------------------------------
*   slider-content
--------------------------------------------- */
.slider-content {
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  width: 50%;
}
@media only screen and (max-width: 900px) {
  .slider-content {
    background: rgba(255, 255, 255, 0.52) padding-box;
    width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .slider-content {
    left: 0;
    right: 0;
    text-align: center;
    width: 98%;
  }
}
@media only screen and (max-width: 480px) {
  .slider-content {
    padding: 10px 20px 25px;
  }
}
@media only screen and (max-width: 320px) {
  .slider-content {
    padding: 10px;
  }
}
.slider-content .btn-default {
  padding: 10px 2%;
  width: 30%;
}
@media only screen and (max-width: 1230px) {
  .slider-content .btn-default {
    margin: 0 10px 0;
    padding: 10px 0;
    width: 35%;
  }
}
@media only screen and (max-width: 1023px) {
  .slider-content .btn-default {
    font-size: 12px;
    line-height: 18px;
    margin: 0 1% 0;
    width: 48%;
  }
}
@media only screen and (max-width: 480px) {
  .slider-content .btn-default.dark {
    background-color: rgba(255, 255, 255, 0.74);
  }
}
.slider-content .slider-title {
  color: #343434;
  font-family: "游明朝";
  font-size: 2rem;
  letter-spacing: 1px;
  line-height: 1.1764705882em;
  margin: 10px 0;
  padding: 16px 2%;
}
@media only screen and (max-width: 1230px) {
  .slider-content .slider-title {
    font-size: 1.8rem;
    padding: 0 2% 10px;
  }
}
@media only screen and (max-width: 1023px) {
  .slider-content .slider-title {
    font-size: 22px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 900px) {
  .slider-content .slider-title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .slider-content .slider-title {
    font-size: 1em;
    line-height: 30px;
  }
}
.slider-content .slider-title a {
  color: #343434;
  font-family: "游明朝";
  font-size: 2rem;
  letter-spacing: 1px;
  line-height: 1.1764705882em;
  margin: 10px 0;
  padding: 16px 2%;
}
@media only screen and (max-width: 1230px) {
  .slider-content .slider-title a {
    font-size: 1.8rem;
    padding: 0 2% 10px;
  }
}
@media only screen and (max-width: 1023px) {
  .slider-content .slider-title a {
    font-size: 22px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 900px) {
  .slider-content .slider-title a {
    font-size: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .slider-content .slider-title a {
    font-size: 1em;
    line-height: 30px;
  }
}
.slider-content .slider-text {
  color: #343434;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  padding: 0 15% 20px 15%;
}
@media only screen and (max-width: 1023px) {
  .slider-content .slider-text {
    font-size: 13px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .slider-content .slider-text a.more-link {
    padding: 2px 0;
    width: 160px;
  }
}

/* ---------------------------------------------
*   visio_original_title
--------------------------------------------- */
.visio_original_title {
  margin-block: 1em;
  padding: 0;
  font-size: 3vmax;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  line-height: 1.57;
  letter-spacing: 0.2em;
  color: #343434;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .visio_original_title {
    font-size: 1.5em;
    margin-block: 0.8em;
    padding-top: 0;
    text-align: center;
  }
}

/* ---------------------------------------------
*   visio_original_title2
--------------------------------------------- */
.visio_original_title2 {
  margin-block: 1em;
  padding: 0;
  font-size: 3vmax;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  line-height: 1.57;
  letter-spacing: 0.2em;
  color: #343434;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .visio_original_title2 {
    font-size: 1.5em;
    margin-block: 0.8em;
    padding-top: 0;
    text-align: center;
  }
}

/* ---------------------------------------------
*   vo_t
--------------------------------------------- */
.vo_t1 {
  color: #227fab;
}

.vo_t2 {
  color: #ca525f;
}

.vo_t3 {
  color: #e1c845;
}

/* ---------------------------------------------
*   page-title
--------------------------------------------- */
.page-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-top: 1em;
  color: #343434;
  font-size: 33px;
  font-weight: 700;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: 0.1em;
  line-height: 1.333;
}
@media only screen and (max-width: 480px) {
  .page-title {
    font-size: 20px;
  }
}
.page-title--archive-fudo {
  margin: 0 auto;
  max-width: 1200px;
  font-weight: 700;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: 0.1em;
  text-align: center;
}

/* ---------------------------------------------
*   box-title
--------------------------------------------- */
.box-title {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 0;
  padding: 16px 0 24px;
}
@media only screen and (max-width: 980px) {
  .box-title {
    font-size: 26px;
    line-height: 33px;
    padding: 0 0 24px;
  }
}
@media only screen and (max-width: 480px) {
  .box-title {
    font-size: 20px;
  }
}

/* ---------------------------------------------
*   box-sub-title
--------------------------------------------- */
.box-sub-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 25px;
}

/* ---------------------------------------------
*   entry-title
--------------------------------------------- */
.entry-title {
  margin-bottom: 0;
  padding-bottom: 0;
  color: #333;
}
.entry-title a {
  color: #333;
}
.entry-title a:hover, .entry-title a:focus, .entry-title a:active {
  color: #517380;
}
.entry-title--archive-fudo {
  margin: 0 auto;
  max-width: 1200px;
  font-weight: 700;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: 0.1em;
  text-align: center;
}

/* ---------------------------------------------
*  comments-title
--------------------------------------------- */
@media only screen and (max-width: 767px) {
  .comments-title {
    font-size: 18px;
  }
}

/* ---------------------------------------------
*   site-title
--------------------------------------------- */
@media only screen and (max-width: 767px) {
  #site-title {
    font-size: 28px;
  }
}

/* ---------------------------------------------
*   widget
--------------------------------------------- */
@media only screen and (max-width: 768px) {
  .widget {
    margin-bottom: 40px;
  }
}
.widget img {
  max-width: 100%;
}
.widget ul li a:hover {
  color: #517380;
}
.widget select {
  width: 100%;
  margin: 5px 0 10px 0;
  padding: 5px;
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  padding: 0.4375em;
  width: 100%;
}
.widget select#mel {
  width: 47%;
}
@media only screen and (max-width: 320px) {
  .widget select#mel {
    width: 46%;
  }
}
.widget select#meh {
  width: 47%;
}
@media only screen and (max-width: 320px) {
  .widget select#meh {
    width: 46%;
  }
}
.widget select#kalc {
  width: 47%;
}
@media only screen and (max-width: 320px) {
  .widget select#kalc {
    width: 46%;
  }
}
.widget select#kahc {
  width: 47%;
}
@media only screen and (max-width: 320px) {
  .widget select#kahc {
    width: 46%;
  }
}
.widget select#kalb {
  width: 47%;
}
@media only screen and (max-width: 320px) {
  .widget select#kalb {
    width: 46%;
  }
}
.widget select#kahb {
  width: 47%;
}
@media only screen and (max-width: 320px) {
  .widget select#kahb {
    width: 46%;
  }
}
.widget textarea {
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  padding: 0.4375em;
  width: 100%;
}
.widget input[type=submit] {
  margin: 0 auto 20px;
}
.widget.widget_fudo_search {
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) and (max-width: 1023px) {
  .widget.widget_contact {
    display: none;
  }
}

/* ---------------------------------------------
*   widget.widget_fudo_top_r.wp_block
--------------------------------------------- */
.widget.widget_fudo_top_r.wp_block {
  margin: 0 auto;
  padding: 0 0 2em;
  max-width: 1200px;
}
@media only screen and (max-width: 1300px) {
  .widget.widget_fudo_top_r.wp_block {
    width: 90%;
  }
}
.widget.widget_fudo_top_r.wp_block ul {
  float: left;
  margin: 0;
  width: 103.5%;
}
.widget.widget_fudo_top_r.wp_block .box1low a {
  width: 60%;
}
.widget.widget_fudo_top_r.wp_block .box1low a:hover {
  width: 50%;
}

/* ---------------------------------------------
*   widget.widget_fudo_b_k.wp_block
--------------------------------------------- */
.widget.widget_fudo_b_k.wp_block {
  margin: 20px auto 0 auto;
  padding: 18px 0;
  width: 60%;
}
@media only screen and (max-width: 480px) {
  .widget.widget_fudo_b_k.wp_block input[type=submit] {
    padding: 10px 0;
  }
}

/* ---------------------------------------------
*   widget.widget_fudo_toukou_top
--------------------------------------------- */
.widget.widget_fudo_toukou_top {
  float: left;
  padding: 45px 0 10px;
  width: 100%;
}

/* ---------------------------------------------
*   widget-title
--------------------------------------------- */
.widget-title {
  font-family: "Sawarabi Gothic", "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 26px;
  line-height: 1.269em;
  font-weight: 400;
  margin-bottom: 20px;
  color: #484848;
}
@media only screen and (max-width: 1023px) {
  .widget-title {
    font-size: 22px;
    line-height: 1.364;
  }
}
.widget-title a {
  color: #484848;
}
.widget-title a:hover {
  color: #517380;
}

/* ---------------------------------------------
*   widget_custom-tagcloud
--------------------------------------------- */
@media only screen and (max-width: 767px) {
  .widget_custom-tagcloud {
    margin-bottom: 32px;
  }
}

/* ---------------------------------------------
*   search-field
--------------------------------------------- */
input.search-field {
  border-radius: 0;
  color: #747474;
  float: left;
  font-size: 14px;
  height: 50px;
  line-height: 1.571;
  margin: 0;
  outline: medium none;
  padding: 6px 8px;
  width: 80%;
  width: calc(100% - 50px);
}

/* ---------------------------------------------
*   search-submit
--------------------------------------------- */
.search-submit {
  background-color: #517380;
  border: 1px solid #517380;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  height: 50px;
  margin-left: -1px;
  outline: medium none;
  right: 0;
  width: 50px;
  transition: all 300ms ease-out 0s;
}
.search-submit:hover {
  background-color: #585858;
  border: 1px solid #585858;
}

/* ---------------------------------------------
*   widget_contact
--------------------------------------------- */
.widget_contact {
  padding-top: 15px;
}
.widget_contact ul li {
  padding: 0 0 7px 0;
}
.widget_contact ul li a:hover {
  color: #517380;
}
.widget_contact ul li i {
  font-size: 14px;
  line-height: 1.714;
  padding-right: 5px;
  vertical-align: top;
}
.widget_contact ul li i.fa {
  margin-right: 5px;
}

/* ---------------------------------------------
*   widget_calendar
--------------------------------------------- */
.widget_calendar #wp-calendar {
  width: 90%;
  margin: 0 auto;
}
.widget_calendar #wp-calendar th {
  padding: 0.3em;
  text-align: center;
  background-color: #f4f4f4;
}
.widget_calendar #wp-calendar td {
  padding: 0.3em;
  text-align: center;
}
.widget_calendar #wp-calendar tfoot td {
  background-color: #f4f4f4;
}
.widget_calendar #wp-calendar caption {
  padding: 0.3em;
  text-align: center;
  font-size: 18px;
  padding: 0 0 30px;
  text-transform: uppercase;
}

/* ---------------------------------------------
*   widget_posts
--------------------------------------------- */
.widget_posts {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .widget_posts {
    margin-bottom: 20px;
  }
}
.widget_posts .post-title a:hover {
  text-decoration: underline;
}
.widget_posts .article-calendar {
  font-size: 14px;
}

/* ---------------------------------------------
*   widget_tag_cloud
--------------------------------------------- */
.widget_tag_cloud a {
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 20px 3px;
  color: #747474;
  display: inline-block;
  font-size: 13px !important;
  font-weight: 300;
  margin-bottom: 10px;
  margin-right: 5px;
  padding: 2px 15px;
}
.widget_tag_cloud a:hover {
  background-color: #f4f4f4;
}

/* ---------------------------------------------
*   widget_search
--------------------------------------------- */
.widget_search .widget-title {
  display: none;
}

/* ---------------------------------------------
*   widget_rss
--------------------------------------------- */
.widget_rss ul li {
  display: block;
  padding: 10px 0;
}

/* ---------------------------------------------
*   widget_meta
--------------------------------------------- */
.widget_meta ul li {
  display: block;
  padding: 6px 0 7px 22px;
  position: relative;
}
.widget_meta ul li:before {
  background-color: #517380;
  border-radius: 50%;
  content: "";
  height: 7px;
  left: 0;
  margin-top: 7px;
  position: absolute;
  width: 7px;
}

/* ---------------------------------------------
*   widget_recent_comments
--------------------------------------------- */
.widget_recent_comments ul li {
  display: block;
  padding: 6px 0 7px 22px;
  position: relative;
}
.widget_recent_comments ul li:before {
  background-color: #517380;
  border-radius: 50%;
  content: "";
  height: 7px;
  left: 0;
  margin-top: 7px;
  position: absolute;
  width: 7px;
}

/* ---------------------------------------------
*   widget_categories
--------------------------------------------- */
.widget_categories ul li {
  display: block;
  padding: 6px 0 7px 22px;
  position: relative;
}
.widget_categories ul li:before {
  background-color: #517380;
  border-radius: 50%;
  content: "";
  height: 7px;
  left: 0;
  margin-top: 7px;
  position: absolute;
  width: 7px;
}

/* ---------------------------------------------
*   widget_recent_entries
--------------------------------------------- */
.widget_recent_entries span {
  display: block;
}
.widget_recent_entries ul li {
  display: block;
  padding: 6px 0 7px 22px;
  position: relative;
}
.widget_recent_entries ul li:before {
  background-color: #517380;
  border-radius: 50%;
  content: "";
  height: 7px;
  left: 0;
  margin-top: 7px;
  position: absolute;
  width: 7px;
}

/* ---------------------------------------------
*   widget_archive
--------------------------------------------- */
.widget_archive ul li {
  display: block;
  padding: 6px 0 7px 22px;
  position: relative;
}
.widget_archive ul li:before {
  background-color: #517380;
  border-radius: 50%;
  content: "";
  height: 7px;
  left: 0;
  margin-top: 7px;
  position: absolute;
  width: 7px;
}

/* ---------------------------------------------
*   widget_text
--------------------------------------------- */
.widget_text .textwidget li {
  margin-bottom: 10px;
}

/* ---------------------------------------------
*   widget_fudo_top_slider
--------------------------------------------- */
.widget_fudo_top_slider .up_mark {
  height: 30px;
  left: -35px !important;
  margin: 0;
  padding: 2px 0 0 0 !important;
  top: 10px !important;
}
.widget_fudo_top_slider .new_mark {
  height: 30px;
  left: -35px !important;
  margin: 0;
  padding: 2px 0 0 0 !important;
  top: 10px !important;
}
.widget_fudo_top_slider ul.grid-content {
  float: unset;
}
.widget_fudo_top_slider ul.grid-content li {
  width: 200px !important;
}
.widget_fudo_top_slider ul.grid-content .box1image {
  height: auto;
}
@media only screen and (max-width: 480px) {
  .widget_fudo_top_slider ul.grid-content .box1image {
    height: 150px;
    width: 100% !important;
  }
}

/* ---------------------------------------------
*   about-box
--------------------------------------------- */
.about-box {
  padding: 45px 0 30px;
  text-align: center;
  height: 100%;
}
@media only screen and (max-width: 980px) {
  .about-box {
    padding: 20px 0;
  }
}
.about-box .about-content {
  background-color: #fff;
  min-height: 240px;
  position: relative;
  text-align: left;
}
@media only screen and (max-width: 1023px) {
  .about-box .about-content {
    left: 0;
    margin: 0 auto;
    right: 0;
    top: 0;
    width: 100%;
  }
}

/* ---------------------------------------------
*   about-img
--------------------------------------------- */
.about-img {
  aspect-ratio: 3/2;
  overflow: hidden;
}
.about-img img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: all 500ms ease-out 0s;
}
.about-img:hover img {
  filter: unset;
  transform: scale(1.02);
}

/* ---------------------------------------------
*   about-text
--------------------------------------------- */
.about-text {
  padding: 0px 30px 30px;
}
@media (max-width: 768px) {
  .about-text {
    padding-inline: 0;
  }
}
@media only screen and (max-width: 480px) {
  .about-text {
    padding: 10px 5% 15px;
  }
}
.about-text .more-link {
  display: none;
}

/* ---------------------------------------------
*   about-title
--------------------------------------------- */
.about-title {
  font-size: 1.8em;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  line-height: 1.57;
  padding: 0;
  margin-block: 0 1em;
}
@media only screen and (max-width: 768px) {
  .about-title {
    margin-block: 0.8em;
    font-size: 1.5em;
    text-align: center;
  }
}

/* ---------------------------------------------
*   about-btn
--------------------------------------------- */
.about-btn {
  position: relative;
  width: 50%;
  display: inline-block;
  margin: 10px 10px 0;
  padding: 1em 1.2em;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.769em;
  text-align: center;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  background-color: rgb(81, 115, 128);
  border: 1px solid transparent;
  border-radius: 5px;
  transition: all 0.35s ease-in-out;
}
.about-btn:before {
  display: inline-block;
  margin-right: 0.5em;
  content: "»";
  font-size: 1em;
}
@media only screen and (max-width: 768px) {
  .about-btn {
    margin: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .about-btn {
    font-size: 0.88em;
  }
}
.about-btn:hover {
  border-color: #517380;
  background-color: #fff;
  color: #343434 !important;
}

/* ---------------------------------------------
*   archive
--------------------------------------------- */
.archive.small-image-blog .entry-title {
  margin: 0;
}

/* ---------------------------------------------
*   archive-fudo
--------------------------------------------- */
.archive-fudo .list_price {
  padding: 5px 5%;
  text-align: center;
}
.archive-fudo .list_price li {
  display: inline-block;
  list-style: none;
  padding: 0;
}
.archive-fudo .top_title {
  padding: 10px 5%;
  display: block;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .archive-fudo .top_title {
    padding: 0 5%;
  }
}

/* ---------------------------------------------
*   block4
--------------------------------------------- */
.block4 {
  overflow: hidden;
}

/* ---------------------------------------------
*   block4l
--------------------------------------------- */
.block4l {
  float: left;
  margin-left: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .block4l {
    float: left;
    margin-left: 0;
    margin-bottom: 20px;
    width: 48%;
    height: auto;
  }
}

/* ---------------------------------------------
*   block4r
--------------------------------------------- */
.block4r {
  float: right;
  margin-right: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .block4r {
    float: right;
    margin-right: 0;
    margin-bottom: 20px;
    width: 48%;
    height: auto;
  }
}

/* ---------------------------------------------
*   block6img
--------------------------------------------- */
@media screen and (max-width: 768px) {
  .block6img {
    width: 100%;
    height: auto;
  }
}

/* ---------------------------------------------
*   latest-blog-box
--------------------------------------------- */
.latest-blog-box {
  padding: 45px 0 40px;
  text-align: center;
}
@media only screen and (max-width: 980px) {
  .latest-blog-box {
    padding: 20px 0;
  }
}
.latest-blog-box .three-column {
  width: 100%;
  border-top: solid 1px #ccc;
  padding-bottom: 10px;
  background: #f4f4f4;
}
.latest-blog-box .three-column:last-child {
  width: 100%;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  padding-bottom: 10px;
  background: #f4f4f4;
}

/* ---------------------------------------------
*   latest-blog-content
--------------------------------------------- */
.latest-blog-content {
  padding: 3px;
  text-align: left;
}
.latest-blog-content .entry-content {
  margin: 0;
  text-align: left;
}
.latest-blog-content .post {
  margin-bottom: 0;
}
.latest-blog-content .sticky .entry-header:before {
  display: none;
}

/* ---------------------------------------------
*   latest-blog-image
--------------------------------------------- */
.latest-blog-image {
  display: block;
  float: left;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.latest-blog-image .post-featured-image {
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
}
.latest-blog-image .post-featured-image a:before {
  content: "";
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  height: 57px;
  position: absolute;
  right: 15px;
  top: 15px;
  transition: all 0.3s ease-in-out 0s;
  width: 57px;
  z-index: 1;
}
.latest-blog-image .post-featured-image a:after {
  content: "";
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  bottom: 15px;
  height: 57px;
  left: 15px;
  position: absolute;
  transition: all 0.3s ease-in-out 0s;
  width: 57px;
  z-index: 1;
}
.latest-blog-image .post-featured-image a:hover:before {
  height: 30%;
  width: 30%;
}
.latest-blog-image .post-featured-image a:hover:after {
  height: 30%;
  width: 30%;
}
.latest-blog-image .post-featured-image a:hover img {
  transform: scale(1.02);
}

/* ---------------------------------------------
*   latest-blog-text
--------------------------------------------- */
.latest-blog-text {
  float: left;
  padding: 10px 10px 10px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .latest-blog-text {
    padding: 20px 20px 10px;
  }
}
.latest-blog-text .entry-header {
  padding-bottom: 0;
  text-align: left;
}
.latest-blog-text .entry-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.35em;
  padding: 0;
  text-align: center;
}
.latest-blog-text .entry-meta span {
  margin-right: 5px;
}

/* ---------------------------------------------
*   blog
--------------------------------------------- */
.blog .entry-header {
  text-align: center;
}
.blog .page-header {
  display: none;
}
.blog .more-link:before {
  content: "";
  background-color: #f4f4f4;
  height: 1px;
  left: -100%;
  position: absolute;
  top: 15px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .blog .more-link:before {
    left: -50%;
    width: 50%;
  }
}
.blog .more-link:after {
  content: "";
  background-color: #f4f4f4;
  height: 1px;
  right: -100%;
  position: absolute;
  top: 15px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .blog .more-link:after {
    right: -50%;
    width: 50%;
  }
}

/* ---------------------------------------------
*   small-image-blog
--------------------------------------------- */
@media only screen and (max-width: 767px) {
  .small-image-blog .post-featured-image {
    width: 100%;
  }
}

/* ---------------------------------------------
*   #comments
--------------------------------------------- */
#comments {
  display: none;
}
#comments .comment ol {
  list-style: none;
}

/* ---------------------------------------------
*   comments
--------------------------------------------- */
.comments .fa.fa-comment-o {
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

/* ---------------------------------------------
*   comment-content
--------------------------------------------- */
.comment-content dt {
  font-weight: 700;
}
.comment-content dd {
  margin-bottom: 20px;
}
.comment-content td {
  padding: 8px;
}
.comment-content img {
  max-width: 100%;
}
.comment-content p {
  padding: 0 0 1em;
}

/* ---------------------------------------------
*   comments-title
--------------------------------------------- */
.comments-title {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.267;
  padding-bottom: 15px;
}

/* ---------------------------------------------
*  comments-area
--------------------------------------------- */
.comments-area {
  margin: 0 auto;
  padding: 0 0 2em;
  max-width: 1200px;
}
.comments-area article {
  background-color: #f5f5f5;
  display: inline-block;
  margin: 1.4285714rem 0;
  padding: 5%;
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .comments-area article {
    margin: 5px 0;
  }
}

/* ---------------------------------------------
*   comment-author
--------------------------------------------- */
.comment-author.vcard {
  float: left;
  font-size: 12px;
  margin-right: 2%;
  width: 100px;
}
@media only screen and (max-width: 480px) {
  .comment-author.vcard {
    width: 80px;
  }
}
.comment-author.vcard img {
  display: inline-grid;
  width: 90px;
}
@media only screen and (max-width: 480px) {
  .comment-author.vcard img {
    width: 70px;
  }
}

/* ---------------------------------------------
*   comment-reply-link
--------------------------------------------- */
.comment-reply-link {
  font-size: 13px;
  font-size: 0.928571429rem;
  line-height: 1.846153846;
  color: #747474;
}
.comment-reply-link:hover {
  color: #21759b;
}

input[type=reset]:hover,
input[type=button]:hover,
input[type=submit]:hover {
  background-color: #747474;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=password]:focus,
textarea:focus {
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.2);
}

input[type=search]:focus {
  background-color: #f4f4f4;
}

input[type=checkbox],
input[type=radio] {
  padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type=search] {
  -webkit-appearance: none;
}

input[type=file] {
  display: block;
  margin: 0 0 30px;
}

label {
  margin-left: 5px;
  margin-right: 15px;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: middle;
}

input[type=text],
input[type=email],
input[type=url],
input[type=tel],
input[type=number],
input[type=date],
input[type=search],
input[type=password],
textarea {
  background-color: #fafafa;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 10px;
  width: 100%;
}

input[type=search] {
  background-color: #f4f4f4;
  border: none;
  border-radius: 0;
}

input[type=reset],
input[type=button],
input[type=submit] {
  background-color: #517380;
  border-radius: 3px;
  border: 0 none;
  color: #fff;
  cursor: pointer;
  display: block;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  padding: 6px 2%;
  text-align: center;
  transition: all 0.3s ease-out;
  -webkit-appearance: none;
}

/* ---------------------------------------------
*   loginform
--------------------------------------------- */
#loginform {
  border: 1px solid #e1e1e1;
  padding: 10%;
}
#loginform input[type=submit] {
  width: 80%;
}

/* ---------------------------------------------
*  form_jsearch
--------------------------------------------- */
.form_jsearch h5 {
  font-size: 1em;
  float: left;
  margin: 10px 0 5px;
  padding-top: 0;
  width: 100%;
}
.form_jsearch td li {
  list-style: none;
}

/* ---------------------------------------------
*   survey__button__aion
--------------------------------------------- */
.survey__button__aion {
  padding: 0 !important;
}

/***** コンタクトフォーム *****/
/* ---------------------------------------------
*   table-contactform7
--------------------------------------------- */
.table-contactform7 {
  overflow: hidden;
  table-layout: fixed;
}
@media screen and (max-width: 900px) {
  .table-contactform7 {
    display: block;
  }
}
@media screen and (max-width: 900px) {
  .table-contactform7 tbody {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .table-contactform7 tr {
    display: block;
    width: 100%;
  }
}
.table-contactform7 th {
  display: block;
  font-weight: bold;
  width: 100%;
  border: none !important;
}
@media screen and (min-width: 900px) {
  .table-contactform7 th {
    margin: 0 auto;
  }
}
.table-contactform7 td {
  width: 75%;
  border-left: 1px solid #dad4d4 !important;
}
@media screen and (max-width: 900px) {
  .table-contactform7 td {
    display: list-item;
    list-style-type: none;
    margin: 0;
    width: 100%;
    border-left: none !important;
    border-top: none !important;
  }
}
.table-contactform7 input,
.table-contactform7 textarea {
  max-width: 90% !important;
  margin: 5px 10px 10px 5px;
}
@media screen and (max-width: 900px) {
  .table-contactform7 input,
.table-contactform7 textarea {
    max-width: 100% !important;
    margin: 0;
  }
}

/* ---------------------------------------------
*   required-contactform7
--------------------------------------------- */
.required-contactform7 {
  padding: 5px;
  background: #DE8686;
  color: #fff;
  border-radius: 3px;
  margin-right: 3px;
}

/* ---------------------------------------------
*   unrequired-contactform7
--------------------------------------------- */
.unrequired-contactform7 {
  padding: 5px;
  background: #BDBDBD;
  color: #fff;
  border-radius: 3px;
  margin-right: 3px;
}

/* ---------------------------------------------
*   address-100
--------------------------------------------- */
.address-100 input {
  max-width: 90% !important;
  margin: 5px 10px 10px 5px;
}
@media screen and (max-width: 900px) {
  .address-100 input {
    max-width: 100% !important;
    margin: 0;
  }
}

/* ---------------------------------------------
*   message-100
--------------------------------------------- */
.message-100 textarea {
  width: 100%;
  margin: 5px 10px 10px 5px;
}
@media screen and (max-width: 900px) {
  .message-100 textarea {
    margin: 0;
  }
}

/* ---------------------------------------------
*   contact-chui
--------------------------------------------- */
.contact-chui {
  background-color: #9c140a;
  color: #fff;
  font-size: 12px;
  margin: 1%;
  padding: 0.2em 0.4em;
}
@media screen and (max-width: 900px) {
  .contact-chui {
    font-size: 10px;
    display: inline-block;
    padding-block: 0;
  }
}

/* ---------------------------------------------
*   contact-chui02
--------------------------------------------- */
.contact-chui02 {
  background-color: #ebebeb;
  color: #000;
  font-size: 12px;
  margin: 1%;
  padding: 0.2em 0.4em;
}

/* ---------------------------------------------
*   survey__mainarea
--------------------------------------------- */
.survey__mainarea {
  margin-top: 4vw;
  margin-bottom: 9vw;
  display: none;
  background-color: #f4f7fb;
  padding-top: 7vw;
  padding-bottom: 7vw;
}
@media screen and (max-width: 768px) {
  .survey__mainarea {
    margin: auto;
    width: 95%;
    margin-top: 9vw;
  }
}

/* ---------------------------------------------
*   survey__mainimg
--------------------------------------------- */
.survey__mainimg {
  width: 70%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .survey__mainimg {
    width: 90%;
  }
}

/* ---------------------------------------------
*   survey__maintxt
--------------------------------------------- */
.survey__maintxt {
  width: 56%;
  margin: auto;
  margin-bottom: 3vw !important;
}
@media screen and (max-width: 768px) {
  .survey__maintxt {
    width: 90%;
    margin-top: 3vw;
    margin-bottom: 11vw !important;
  }
}

/* ---------------------------------------------
*   survey__qeschion
--------------------------------------------- */
.survey__qeschion {
  padding-bottom: 0.5vw !important;
  border-bottom: 1px solid black;
  font-family: YuGothic, "Yu Gothic", sans-serif;
  font-weight: 600;
}

/* ---------------------------------------------
*   survery__answer
--------------------------------------------- */
.survery__answer {
  margin-top: 0.5vw;
}
.survery__answer p span {
  margin: 0;
  margin-top: 1vw;
}
@media screen and (max-width: 768px) {
  .survery__answer p span {
    margin-top: 3vw;
  }
}

/* ---------------------------------------------
*   survey__content
--------------------------------------------- */
.survey__content {
  width: 70%;
  margin: auto;
  margin-bottom: 5vw;
}
@media screen and (max-width: 768px) {
  .survey__content {
    width: 90%;
    margin-bottom: 7vw;
  }
}

/* ---------------------------------------------
*   survey__wrap
--------------------------------------------- */
.survey__wrap {
  margin-top: 8vw;
  margin-bottom: 7vw;
}
@media screen and (max-width: 768px) {
  .survey__wrap {
    margin-top: 10vw;
    margin-bottom: 5em;
  }
}
.survey__wrap input[type=checkbox]:focus-visible,
.survey__wrap input[type=radio]:focus-visible,
.survey__wrap textarea:focus-visible {
  outline: 2px solid #f5a623;
  outline-offset: 2px;
}

/* ---------------------------------------------
*   surveyopen
--------------------------------------------- */
.surveyopen {
  transition: 0.5s;
  transform: rotate(135deg);
}

/* ---------------------------------------------
*   survey__button
--------------------------------------------- */
.survey__button {
  display: flex;
  align-items: center;
  width: 27vw;
  justify-content: space-between;
  padding: 1vw 2vw;
  border-radius: 40px;
  margin: auto;
  cursor: pointer;
  background: transparent;
  background-color: #04439b;
  border: none;
}
@media screen and (max-width: 768px) {
  .survey__button {
    width: 95%;
    margin-inline: auto;
    padding: 3vw 4vw;
  }
}
.survey__button:focus-visible {
  outline: 2px solid #f5a623;
  outline-offset: 2px;
}

/* ---------------------------------------------
*   survey__button__aion
--------------------------------------------- */
.survey__button__aion {
  width: 1.5vw;
  display: flex;
  transition: 0.5s;
  position: relative;
}
@media screen and (max-width: 768px) {
  .survey__button__aion {
    width: 5.5vw;
  }
}
.survey__button__aion img {
  width: 100%;
}

/* ---------------------------------------------
*   survey__button__txt
--------------------------------------------- */
.survey__button__txt {
  font-size: 1.2vw;
  font-family: YuGothic, "Yu Gothic", sans-serif;
  font-weight: 600;
  color: white;
}
@media screen and (max-width: 768px) {
  .survey__button__txt {
    font-size: clamp(1rem, 4vw, 1.6rem);
  }
}

/* ---------------------------------------------
*   survey__txtcontent
--------------------------------------------- */
.survey__txtcontent {
  width: 70%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .survey__txtcontent {
    width: 90%;
  }
}

/* ---------------------------------------------
*   inst__area
--------------------------------------------- */
.inst__area {
  width: 900px;
  max-width: 100%;
  margin-inline: auto;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .inst__area {
    width: auto;
    padding: 0 20px;
  }
}

/* ---------------------------------------------
*   sitelink_area
--------------------------------------------- */
@media only screen and (max-width: 768px) {
  .sitelink_area {
    display: block !important;
    width: 100% !important;
    padding-inline: 5% !important;
  }
}

/* ---------------------------------------------
*   contact-form
--------------------------------------------- */
.contact-form {
  border: 1px solid #d1d1d1;
  margin-inline: auto;
  margin-block: 50px;
  width: 100%;
  /* Contact Form 全体：フォーカス可能な要素 */
}
@media only screen and (max-width: 1023px) {
  .contact-form {
    margin-inline: auto;
  }
}
@media only screen and (max-width: 768px) {
  .contact-form {
    margin-top: 3em;
  }
}
.contact-form input[type=submit] {
  padding: 16px 5px;
  margin: 0 15%;
  width: 70%;
}
@media only screen and (max-width: 480px) {
  .contact-form input[type=submit] {
    padding: 10px 5px;
  }
}
.contact-form input[type=text],
.contact-form input[type=email],
.contact-form input[type=tel],
.contact-form input[type=url],
.contact-form input[type=number],
.contact-form input[type=search],
.contact-form input[type=password],
.contact-form input[type=checkbox],
.contact-form input[type=radio],
.contact-form input[type=submit],
.contact-form textarea,
.contact-form select {
  pointer-events: auto;
}
.contact-form input[type=text]:focus-visible,
.contact-form input[type=email]:focus-visible,
.contact-form input[type=tel]:focus-visible,
.contact-form input[type=url]:focus-visible,
.contact-form input[type=number]:focus-visible,
.contact-form input[type=search]:focus-visible,
.contact-form input[type=password]:focus-visible,
.contact-form textarea:focus-visible,
.contact-form select:focus-visible {
  outline: 2px solid #f5a623;
  outline-offset: 2px;
}
.contact-form input[type=checkbox]:focus-visible,
.contact-form input[type=radio]:focus-visible {
  outline: 2px solid #f5a623;
  outline-offset: 2px;
}
.contact-form input[type=submit]:focus-visible,
.contact-form .submit input[type=submit]:focus-visible {
  outline: 2px solid #f5a623;
  outline-offset: 3px;
}
.contact-form input[type=submit]::-moz-focus-inner {
  border: 0;
}

/* ---------------------------------------------
*   wpcf7-select
--------------------------------------------- */
.wpcf7-select {
  background-color: #fafafa;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 0 30px;
  padding: 10px;
  width: 40%;
  display: block;
}

/* ---------------------------------------------
*   wpcf7
--------------------------------------------- */
.wpcf7 p {
  margin-bottom: 0;
  padding: 1em;
}

/* ---------------------------------------------
*   header-search
--------------------------------------------- */
.header-search {
  border: 1px solid #d1d1d1;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  font-family: "FontAwesome";
  font-size: 18px;
  height: 35px;
  margin: 10px 0 0;
  padding-top: 4px;
  padding-left: 2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 35px;
}
.header-search:before {
  content: "\f002";
}
.header-search:hover {
  color: #517380;
}

/* ---------------------------------------------
*   header-search-x
--------------------------------------------- */
.header-search-x {
  border: 1px solid #d1d1d1;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  font-family: "FontAwesome";
  font-size: 18px;
  height: 35px;
  margin: 10px 0 0;
  padding-top: 4px;
  padding-left: 2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 35px;
}
.header-search-x:before {
  content: "\f010";
}
.header-search-x:hover {
  color: #517380;
}

/* ---------------------------------------------
*   search-box
--------------------------------------------- */
#search-box {
  background-color: rgba(255, 255, 255, 0.98);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
  display: none;
  margin: 0 auto;
  padding: 15px;
  position: absolute;
  right: 10px;
  top: 50px;
  width: 50%;
  z-index: 9999;
}
@media only screen and (max-width: 480px) {
  #search-box {
    padding: 5px;
    width: 90%;
  }
}
#search-box .search-submit {
  width: 70px;
}
#search-box input.search-field {
  width: calc(100% - 70px);
}
#search-box input[type=search] {
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
}

/* ---------------------------------------------
*   contact-box-in
--------------------------------------------- */
.contact-box-in {
  display: flex;
  margin: 50px auto 0 auto;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .contact-box-in {
    display: grid;
  }
}

/* ---------------------------------------------
*   contact-box-left
--------------------------------------------- */
.contact-box-left {
  border-right: 1px solid #d1d1d1;
  padding-right: 2.5%;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .contact-box-left {
    border-right: 0;
    width: 100%;
  }
}

/* ---------------------------------------------
*   contact-box-right
--------------------------------------------- */
.contact-box-right {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .contact-box-right {
    margin-top: 20px;
    width: 100%;
  }
}

/* ---------------------------------------------
*   contact-box-tel
--------------------------------------------- */
.contact-box-tel {
  font-size: 2rem;
  margin-top: 10px;
  padding-bottom: 10px;
}

/* ---------------------------------------------
*   contact-box-form
--------------------------------------------- */
.contact-box-form {
  margin-top: 10px;
  padding: 0.5em 2em;
}
.contact-box-form a {
  display: block;
  padding: 15px 0;
}
.contact-box-form a:hover {
  border: 1px solid #d1d1d1;
}

/* ---------------------------------------------
*   contact_form
--------------------------------------------- */
#contact_form {
  float: left;
  width: 100%;
}

/* ---------------------------------------------
*   search-form
--------------------------------------------- */
.search-form input[type=submit] {
  border-radius: 0;
  display: unset;
  font-size: 14px;
  letter-spacing: 2px;
  margin-bottom: 0;
  padding: 0;
}
.search-form label {
  margin: 0;
}

/* ---------------------------------------------
*   #searchpage
--------------------------------------------- */
#searchpage input[type=submit] {
  margin: 20px auto 0 auto;
  padding: 18px 0;
  width: 60%;
}
@media only screen and (max-width: 480px) {
  #searchpage input[type=submit] {
    padding: 10px 0;
  }
}

/* ---------------------------------------------
*   kiyaku
--------------------------------------------- */
.kiyaku {
  font-size: 20px;
  text-align: center;
  margin: 20px 0 0 0;
}
@media screen and (max-width: 786px) {
  .kiyaku {
    font-size: clamp(1rem, 4vw, 1.4rem);
    text-align: center;
    margin: 10px 0 0 0;
  }
}

/* ---------------------------------------------
*   kiyaku2
--------------------------------------------- */
.kiyaku2 {
  font-size: 14px;
  text-align: center;
  margin: 10px 0 0 0;
}
@media screen and (max-width: 786px) {
  .kiyaku2 {
    width: 90%;
    font-size: 12px;
    text-align: left;
    margin-top: 1em;
    margin-inline: auto;
  }
}

/* ---------------------------------------------
*   wpcf7-list-item
--------------------------------------------- */
.wpcf7-list-item {
  margin-left: 0 !important;
}

/* ---------------------------------------------
*   entry-header
--------------------------------------------- */
.entry-header {
  position: relative;
  padding-bottom: 10px;
  grid-area: item2 !important;
}

/* ---------------------------------------------
*   entry-title
--------------------------------------------- */
.entry-title {
  text-align: left !important;
  margin-top: 0 !important;
}
.entry-title--single {
  text-align: center !important;
  font-weight: 600;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

/* ---------------------------------------------
*   entry-content
--------------------------------------------- */
.entry-content {
  width: 100%;
  max-width: 900px;
  grid-area: item3 !important;
  padding-inline: 16px !important;
  margin-inline: auto;
}
@media only screen and (max-width: 768px) {
  .entry-content {
    margin-bottom: 100px;
  }
}
.entry-content h2 {
  background-color: #f4f4f4;
  clear: both;
}
.entry-content dt {
  font-weight: 700;
}
.entry-content dd {
  margin-bottom: 20px;
}
.entry-content ul {
  margin: 0 0 30px 30px;
}
.entry-content ol {
  margin: 0 0 30px 30px;
}
.entry-content li {
  list-style-type: disc;
}
.entry-content li > ul {
  margin-bottom: 0;
}
.entry-content li > ol {
  margin-bottom: 0;
}
.entry-content a {
  margin-inline: auto 0 !important;
}
.entry-content img {
  max-width: 100%;
}
.entry-content .entry-meta {
  float: right;
}

/* ---------------------------------------------
*   entry-meta
--------------------------------------------- */
.entry-meta {
  font-size: 13px;
  letter-spacing: 0.8px;
  line-height: 1.583;
  overflow: hidden;
  display: none;
}
.entry-meta a {
  font-size: 13px;
  letter-spacing: 0.8px;
  line-height: 1.583;
}
.entry-meta a:hover {
  color: #517380;
}
.entry-meta span {
  display: inline-block;
  margin-right: 15px;
}
.entry-meta span:last-child {
  margin-right: 0;
}
.entry-meta span:hover {
  color: #517380;
}
.entry-meta .author a {
  color: #517380;
}
.entry-meta .posted-on a {
  color: #989898;
}
.entry-meta .comments a {
  color: #989898;
}
.entry-meta .comments i {
  color: #989898;
}

/* ---------------------------------------------
*   entry-footer
--------------------------------------------- */
.entry-footer {
  padding: 5px 0;
  width: 100%;
}
.entry-footer .entry-meta span.author {
  margin-bottom: 0;
}
.entry-footer .more-link {
  float: right;
}

/* ---------------------------------------------
*   fudo2-box
--------------------------------------------- */
.fudo2-box {
  display: none;
}

/* ---------------------------------------------
*   fudo_kaiin_type_logo
--------------------------------------------- */
.fudo_kaiin_type_logo {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 10;
}

/* ---------------------------------------------
*   gallery
--------------------------------------------- */
.gallery {
  margin-bottom: 20px;
}

/* ---------------------------------------------
*   gallery-item
--------------------------------------------- */
.gallery-item {
  display: inline-block;
  box-sizing: border-box;
  margin: 0 4px 4px 0;
  width: 100%;
  vertical-align: top;
  text-align: center;
}

/* ---------------------------------------------
*   gallery-caption
--------------------------------------------- */
.gallery-caption {
  text-align: left;
}

/* ---------------------------------------------
*   gallery-columns-1
--------------------------------------------- */
.gallery-columns-1 .gallery-item {
  max-width: 100%;
}
.gallery-columns-1 .gallery-item:nth-of-type(1n) {
  margin-right: 0;
}
.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n + 1) {
  clear: left;
}
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n + 1) {
  clear: left;
}

/* ---------------------------------------------
*   gallery-columns-2
--------------------------------------------- */
.gallery-columns-2 .gallery-item {
  max-width: 48%;
  max-width: calc(50% - 4px);
}
.gallery-columns-2 .gallery-item:nth-of-type(2n) {
  margin-right: 0;
}
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n + 1) {
  clear: left;
}

/* ---------------------------------------------
*   gallery-columns-3
--------------------------------------------- */
.gallery-columns-3 .gallery-item {
  max-width: 32%;
  max-width: calc(33.3% - 4px);
}
.gallery-columns-3 .gallery-item:nth-of-type(3n) {
  margin-right: 0;
}
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n + 1) {
  clear: left;
}

/* ---------------------------------------------
*   gallery-columns-4
--------------------------------------------- */
.gallery-columns-4 .gallery-item {
  max-width: 23%;
  max-width: calc(25% - 4px);
}
.gallery-columns-4 .gallery-item:nth-of-type(4n) {
  margin-right: 0;
}

/* ---------------------------------------------
*   gallery-columns-5
--------------------------------------------- */
.gallery-columns-5 .gallery-item {
  max-width: 19%;
  max-width: calc(20% - 4px);
}
.gallery-columns-5 .gallery-item:nth-of-type(5n) {
  margin-right: 0;
}

/* ---------------------------------------------
*   gallery-columns-6
--------------------------------------------- */
.gallery-columns-6 .gallery-item {
  max-width: 15%;
  max-width: calc(16.7% - 4px);
}
.gallery-columns-6 .gallery-item:nth-of-type(6n) {
  margin-right: 0;
}

/* ---------------------------------------------
*   gallery-columns-7
--------------------------------------------- */
.gallery-columns-7 .gallery-item {
  max-width: 13%;
  max-width: calc(14.28% - 4px);
}
.gallery-columns-7 .gallery-item:nth-of-type(7n) {
  margin-right: 0;
}

/* ---------------------------------------------
*   gallery-columns-8
--------------------------------------------- */
.gallery-columns-8 .gallery-item {
  max-width: 11%;
  max-width: calc(12.5% - 4px);
}
.gallery-columns-8 .gallery-item:nth-of-type(8n) {
  margin-right: 0;
}

/* ---------------------------------------------
*   gallery-columns-9
--------------------------------------------- */
.gallery-columns-9 .gallery-item {
  max-width: 9%;
  max-width: calc(11.1% - 4px);
}
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
  margin-right: 0;
}

/* ---------------------------------------------
*   gyosya_sec_01
--------------------------------------------- */
.gyosya_sec_01 {
  border-bottom: solid 2px #ccc;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .gyosya_sec_01 {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}

/* ---------------------------------------------
*   gyosya_sec_02
--------------------------------------------- */
.gyosya_sec_02 {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .gyosya_sec_02 {
    margin-bottom: 30px;
  }
}

/* ---------------------------------------------
*   gyosya_naiyo_title
--------------------------------------------- */
.gyosya_naiyo_title {
  border-left: solid 8px #ff0000;
  padding-left: 20px;
  font-size: 1.8em;
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .gyosya_naiyo_title {
    padding-left: 10px;
    font-size: 1.2em;
    margin-bottom: 20px;
  }
}

/* ---------------------------------------------
*   gyosya_naiyo_subtitle
--------------------------------------------- */
.gyosya_naiyo_subtitle {
  font-size: 1.4em;
  font-weight: 700;
  margin: 50px 0;
}
@media screen and (max-width: 768px) {
  .gyosya_naiyo_subtitle {
    margin: 20px 0;
    text-align: center;
  }
}

/* ---------------------------------------------
*   gyosya_naiyo_lr
--------------------------------------------- */
.gyosya_naiyo_lr {
  overflow: hidden;
  border-bottom: solid 1px #ccc;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .gyosya_naiyo_lr {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

/* ---------------------------------------------
*   gyosya_naiyo_lr2
--------------------------------------------- */
.gyosya_naiyo_lr2 {
  overflow: hidden;
}

/* ---------------------------------------------
*   gyosya_naiyo_lr3
--------------------------------------------- */
.gyosya_naiyo_lr3 {
  overflow: hidden;
  border-bottom: solid 1px #ccc;
  padding-bottom: 30px;
  margin-bottom: 30px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .gyosya_naiyo_lr3 {
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-top: 30px;
  }
}

/* ---------------------------------------------
*   gyosya_naiyo_l
--------------------------------------------- */
.gyosya_naiyo_l {
  float: left;
  width: 30%;
  height: auto;
}
.gyosya_naiyo_l img {
  width: 100%;
  height: auto;
}

/* ---------------------------------------------
*   gyosya_naiyo_l2
--------------------------------------------- */
.gyosya_naiyo_l2 {
  float: left;
  width: 48%;
  height: auto;
}
.gyosya_naiyo_l2 img {
  width: 100%;
  height: auto;
}

/* ---------------------------------------------
*   gyosya_naiyo_r
--------------------------------------------- */
.gyosya_naiyo_r {
  float: right;
  width: 50%;
  height: auto;
  padding-right: 10%;
}

/* ---------------------------------------------
*   gyosya_naiyo_r2
--------------------------------------------- */
.gyosya_naiyo_r2 {
  float: right;
  width: 48%;
  height: auto;
}
.gyosya_naiyo_r2 img {
  width: 100%;
  height: auto;
}

/* ---------------------------------------------
*   gyosya_naiyo_r01
--------------------------------------------- */
.gyosya_naiyo_r01 {
  font-size: 1.4em;
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .gyosya_naiyo_r01 {
    font-size: 1em;
    margin-bottom: 15px;
  }
}

/* ---------------------------------------------
*   gyosya_naiyo_r02
--------------------------------------------- */
.gyosya_naiyo_r02 {
  font-size: 1em;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .gyosya_naiyo_r02 {
    font-size: 0.8em;
    margin-bottom: 15px;
  }
}

/* ---------------------------------------------
*   gyosya_naiyo_r03
--------------------------------------------- */
.gyosya_naiyo_r03 {
  font-size: 1.2em;
  font-weight: 700;
  color: #ff0000;
}
@media screen and (max-width: 768px) {
  .gyosya_naiyo_r03 {
    font-size: 1em;
  }
}

/* ---------------------------------------------
*   home
--------------------------------------------- */
.home .cat-links {
  margin-bottom: 0;
}
.home .latest-blog-text p {
  padding: 0;
}
.home.small-image-blog p {
  margin: 0;
  padding: 0 0 30px 0;
}
.home .widget.widget_fudo_toukou_top {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .home #main .latest-info-box .post {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

/*---ジャストリッチ船橋飯山満--- */
/* ---------------------------------------------
*   jastbody
--------------------------------------------- */
.jastbody {
  display: block;
}

/* ---------------------------------------------
*   jasthaikei
--------------------------------------------- */
.jasthaikei {
  background: #ccffea;
}

/* ---------------------------------------------
*   jastiframeimg
--------------------------------------------- */
@media screen and (max-width: 768px) {
  .jastiframeimg {
    width: 95%;
    height: auto;
  }
}

/* ---------------------------------------------
*   jastmax
--------------------------------------------- */
.jastmax {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* ---------------------------------------------
*   jast60
--------------------------------------------- */
.jast60 {
  width: 60%;
  height: auto;
  vertical-align: bottom;
}

/* ---------------------------------------------
*   jastsec
--------------------------------------------- */
.jastsec {
  text-align: center;
  width: 1000px;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .jastsec {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .jastsec img {
    vertical-align: bottom;
    width: 100%;
    height: auto;
  }
}

/* ---------------------------------------------
*   jastsec2
--------------------------------------------- */
.jastsec2 {
  text-align: center;
  width: 1000px;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .jastsec2 {
    width: 100%;
  }
}

/* ---------------------------------------------
*   jastsec3
--------------------------------------------- */
.jastsec3 {
  background: #0b0b33;
  padding: 20px 0;
}
.jastsec3 img {
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  .jastsec3 img {
    width: 95%;
    height: auto;
  }
}

/* ---------------------------------------------
*   jastsec1p
--------------------------------------------- */
.jastsec1p {
  font-size: 16px;
  color: #ff0000;
  margin: 0 0 5px 0;
}

/* ---------------------------------------------
*   jastsec3p
--------------------------------------------- */
.jastsec3p {
  color: #29b5b2;
  font-weight: 700;
  font-size: 18px;
  margin: 0 0 5px 0;
}

/* ---------------------------------------------
*   jastsec4p
--------------------------------------------- */
.jastsec4p {
  font-size: 14px;
  text-align: left;
  margin: 0 0 5px 0;
}

/* ---------------------------------------------
*   jastsec5p
--------------------------------------------- */
.jastsec5p {
  font-size: 18px;
  font-weight: 700;
  padding-top: 20px;
}

/* ---------------------------------------------
*   jastsec6p
--------------------------------------------- */
.jastsec6p {
  font-size: 13px;
  text-align: left;
  margin: 0 0 5px 0;
}
@media screen and (max-width: 768px) {
  .jastsec6p {
    font-size: 11px;
    margin: 0 0 5px 5px;
  }
}

.jastsec6p2 {
  font-size: 13px;
  text-align: left;
  margin: 20px 0 5px 0;
}
@media screen and (max-width: 768px) {
  .jastsec6p2 {
    font-size: 11px;
    margin: 20px 0 5px 5px;
  }
}

.jastsec6p3 {
  font-size: 13px;
  text-align: left;
  margin: 0 0 5px 0;
  padding: 0 0 50px 0;
}
@media screen and (max-width: 768px) {
  .jastsec6p3 {
    font-size: 11px;
    margin: 0 0 5px 5px;
    padding: 0 0 30px 0;
  }
}

/* ---------------------------------------------
*   jastsec7p
--------------------------------------------- */
.jastsec7p {
  font-size: 18px;
  font-weight: 700;
  padding-top: 20px;
}

/* ---------------------------------------------
*   jastsec8p
--------------------------------------------- */
.jastsec8p {
  font-size: 11px;
  text-align: left;
  margin: 0 0 5px 0;
}

.jastsec8p2 {
  font-size: 11px;
  text-align: left;
  margin: 20px 0 5px 0;
}

.jastsec8p3 {
  font-size: 11px;
  text-align: left;
  margin: 0 0 5px 0;
  padding: 0 0 50px 0;
}

/* ---------------------------------------------
*   jastsec9p
--------------------------------------------- */
.jastsec9p {
  padding: 15px 0;
  border-bottom: solid 1px #000;
  font-size: 20px;
  font-weight: 700;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

/* ---------------------------------------------
*   jastsec10p
--------------------------------------------- */
.jastsec10p {
  font-weight: 700;
  margin: 0 0 10px;
}

/* ---------------------------------------------
*   jastsec11p
--------------------------------------------- */
.jastsec11p {
  font-size: 13px;
  text-align: left;
  margin: 0 0 5px 0;
}

.jastsec11p2 {
  font-size: 13px;
  text-align: left;
  margin: 0 0 35px 0;
}

/* ---------------------------------------------
*   jastsec12p
--------------------------------------------- */
.jastsec12p {
  padding: 10px 0;
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

/* ---------------------------------------------
*   jastsec13p
--------------------------------------------- */
.jastsec13p {
  color: #29b5b2;
  font-weight: 700;
  font-size: 18px;
  margin: 0 0 5px 0;
}

/* ---------------------------------------------
*   jastsec14p
--------------------------------------------- */
.jastsec14p {
  font-size: 13px;
  text-align: left;
  margin: 0 0 5px 0;
}

.jastsec14p2 {
  font-size: 13px;
  text-align: left;
  margin: 20px 0 10px 0;
}

/* ---------------------------------------------
*   jastsec15p
--------------------------------------------- */
.jastsec15p {
  font-size: 12px;
  text-align: left;
  margin: 0 0 5px 0;
}

/* ---------------------------------------------
*   jastsec16p
--------------------------------------------- */
.jastsec16p {
  font-weight: 700;
  font-size: 18px;
}

/* ---------------------------------------------
*   jastsec17p
--------------------------------------------- */
.jastsec17p {
  font-weight: 700;
  font-size: 18px;
}

/* ---------------------------------------------
*   jastsec18p
--------------------------------------------- */
.jastsec18p {
  font-size: 13px;
  text-align: left;
}

/* ---------------------------------------------
*   jastblock6
--------------------------------------------- */
.jastblock6 {
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  .jastblock6 {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .jastblock6 a {
    width: 33%;
    height: auto;
  }
}

/* ---------------------------------------------
*   jastcontact
--------------------------------------------- */
.jastcontact {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .jastcontact {
    margin-bottom: 20px;
    width: 80%;
    height: auto;
  }
}

/* ---------------------------------------------
*   jastbbtn
--------------------------------------------- */
.jastbbtn {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .jastbbtn {
    margin-top: 20px;
    width: 80%;
    height: auto;
  }
}

/* ---------------------------------------------
*   jastsiro
--------------------------------------------- */
.jastsiro {
  margin-top: 50px;
}

/* ---------------------------------------------
*   jastobi
--------------------------------------------- */
.jastobi {
  background: #ccffea;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .jastobi {
    font-size: 16px;
  }
}

/* ---------------------------------------------
*   jastobi2
--------------------------------------------- */
.jastobi2 {
  background: #ccc;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  margin-bottom: 30px;
  margin-top: 30px;
  padding: 5px 0;
}
@media screen and (max-width: 768px) {
  .jastobi2 {
    font-size: 16px;
  }
}

/* ---------------------------------------------
*   jastgmapbtn
--------------------------------------------- */
.jastgmapbtn {
  background: #227fab;
  width: 150px;
  padding: 10px 0;
  font-size: 12px;
  margin: 20px auto;
}
.jastgmapbtn a {
  color: #fff;
  text-decoration: none;
}

/* ---------------------------------------------
*   jastyo
--------------------------------------------- */
.jastyo {
  margin-left: 10px;
}

/* ---------------------------------------------
*   jastred
--------------------------------------------- */
.jastred {
  color: #ff0000;
  text-decoration: underline;
}

/* ---------------------------------------------
*   jasttable
--------------------------------------------- */
.jasttable {
  width: 1000px;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .jasttable {
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
  }
}

/* ---------------------------------------------
*   jasttableleft
--------------------------------------------- */
.jasttableleft {
  float: left;
  text-align: center;
  width: 49.75%;
  font-size: 14px;
  font-weight: 700;
  background: #e6efeb;
  padding: 5px 0;
  border: solid 1px #d3d3d3;
}
@media screen and (max-width: 768px) {
  .jasttableleft {
    float: none;
    text-align: center;
    width: 99%;
    font-size: 12px;
    font-weight: 700;
    background: #e6efeb;
    padding: 5px 0;
    border: solid 1px #d3d3d3;
  }
}

/* ---------------------------------------------
*   jasttableright
--------------------------------------------- */
.jasttableright {
  float: left;
  text-align: left;
  width: 49.75%;
  font-size: 14px;
  background: #e6efeb;
  padding: 5px 0;
  border-right: solid 1px #d3d3d3;
  border-top: solid 1px #d3d3d3;
  border-bottom: solid 1px #d3d3d3;
}
@media screen and (max-width: 768px) {
  .jasttableright {
    float: none;
    text-align: left;
    width: 99%;
    font-size: 12px;
    background: #e6efeb;
    padding: 5px 0;
    border-right: solid 1px #d3d3d3;
    border-left: solid 1px #d3d3d3;
    border-top: none;
    border-bottom: solid 1px #d3d3d3;
  }
}

/* ---------------------------------------------
*   jasttableleft2
--------------------------------------------- */
.jasttableleft2 {
  float: left;
  text-align: center;
  width: 49.75%;
  font-size: 14px;
  font-weight: 700;
  background: #f0ebeb;
  padding: 5px 0;
  border-right: solid 1px #d3d3d3;
  border-left: solid 1px #d3d3d3;
}
@media screen and (max-width: 768px) {
  .jasttableleft2 {
    float: none;
    text-align: center;
    width: 99%;
    font-size: 12px;
    font-weight: 700;
    background: #f0ebeb;
    padding: 5px 0;
    border-right: solid 1px #d3d3d3;
    border-left: solid 1px #d3d3d3;
    border-bottom: solid 1px #d3d3d3;
  }
}

/* ---------------------------------------------
*   jasttableright2
--------------------------------------------- */
.jasttableright2 {
  float: left;
  text-align: left;
  width: 49.75%;
  font-size: 14px;
  background: #f0ebeb;
  padding: 5px 0;
  border-right: solid 1px #d3d3d3;
}
@media screen and (max-width: 768px) {
  .jasttableright2 {
    float: none;
    text-align: left;
    width: 99%;
    font-size: 12px;
    background: #f0ebeb;
    padding: 5px 0;
    border-right: solid 1px #d3d3d3;
    border-left: solid 1px #d3d3d3;
  }
}

/* ---------------------------------------------
*   jasttableleft3
--------------------------------------------- */
.jasttableleft3 {
  float: left;
  text-align: center;
  width: 49.75%;
  font-size: 14px;
  font-weight: 700;
  background: #f0ebeb;
  padding: 5px 0;
  border-right: solid 1px #d3d3d3;
  border-left: solid 1px #d3d3d3;
  border-bottom: solid 1px #d3d3d3;
}
@media screen and (max-width: 768px) {
  .jasttableleft3 {
    float: none;
    text-align: center;
    width: 99%;
    font-size: 12px;
    font-weight: 700;
    background: #f0ebeb;
    padding: 5px 0;
    border-right: solid 1px #d3d3d3;
    border-left: solid 1px #d3d3d3;
    border-bottom: solid 1px #d3d3d3;
  }
}

/* ---------------------------------------------
*   jasttableright3
--------------------------------------------- */
.jasttableright3 {
  float: left;
  text-align: left;
  width: 49.75%;
  font-size: 14px;
  background: #f0ebeb;
  padding: 5px 0;
  border-right: solid 1px #d3d3d3;
  border-bottom: solid 1px #d3d3d3;
}
@media screen and (max-width: 768px) {
  .jasttableright3 {
    float: none;
    text-align: left;
    width: 99%;
    font-size: 12px;
    background: #f0ebeb;
    padding: 5px 0;
    border-right: solid 1px #d3d3d3;
    border-left: solid 1px #d3d3d3;
    border-bottom: solid 1px #d3d3d3;
  }
}

/* ---------------------------------------------
*   jasttableleft4
--------------------------------------------- */
.jasttableleft4 {
  float: left;
  text-align: center;
  width: 49.75%;
  height: 115px;
  font-size: 14px;
  font-weight: 700;
  background: #e6efeb;
  padding: 5px 0;
  border: solid 1px #d3d3d3;
}
@media screen and (max-width: 768px) {
  .jasttableleft4 {
    float: none;
    text-align: center;
    width: 99%;
    height: auto;
    font-size: 12px;
    font-weight: 700;
    background: #e6efeb;
    padding: 5px 0;
    border: solid 1px #d3d3d3;
  }
}

/* ---------------------------------------------
*   jasttableright4
--------------------------------------------- */
.jasttableright4 {
  float: left;
  text-align: left;
  width: 49.75%;
  height: 115px;
  font-size: 14px;
  background: #e6efeb;
  padding: 5px 0;
  border-right: solid 1px #d3d3d3;
  border-top: solid 1px #d3d3d3;
  border-bottom: solid 1px #d3d3d3;
}
@media screen and (max-width: 768px) {
  .jasttableright4 {
    float: none;
    text-align: left;
    width: 99%;
    height: auto;
    font-size: 12px;
    background: #e6efeb;
    padding: 5px 0;
    border-right: solid 1px #d3d3d3;
    border-left: solid 1px #d3d3d3;
    border-top: none;
    border-bottom: solid 1px #d3d3d3;
  }
}

/* ---------------------------------------------
*   p-loading-wrapper
--------------------------------------------- */
.p-loading-wrapper {
  position: fixed;
  inset: 0;
  height: 100dvh;
  display: grid;
  place-items: center;
  background-color: #fff;
  z-index: 999;
}
.p-loading-wrapper.is-op-end {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background-color: transparent;
  transition: opacity 0.4s ease;
  z-index: -1;
  transition: all 1s ease-out;
  filter: blur(40px);
  transform: scale(1.05);
  opacity: 0;
  -webkit-animation: opEndAnimation 3s ease-out 0s forwards;
          animation: opEndAnimation 3s ease-out 0s forwards;
  will-change: filter, opacity, visibility;
  pointer-events: none;
}

@-webkit-keyframes opEndAnimation {
  0% {
    filter: blur(0);
    opacity: 1;
    visibility: visible;
  }
  50% {
    filter: blur(40px);
    opacity: 0;
    visibility: visible;
  }
  85% {
    filter: blur(40px);
    opacity: 0;
    visibility: visible;
  }
  100% {
    filter: blur(9999px);
    opacity: 0;
    visibility: hidden;
    background-color: transparent;
    pointer-events: none;
  }
}

@keyframes opEndAnimation {
  0% {
    filter: blur(0);
    opacity: 1;
    visibility: visible;
  }
  50% {
    filter: blur(40px);
    opacity: 0;
    visibility: visible;
  }
  85% {
    filter: blur(40px);
    opacity: 0;
    visibility: visible;
  }
  100% {
    filter: blur(9999px);
    opacity: 0;
    visibility: hidden;
    background-color: transparent;
    pointer-events: none;
  }
}
/* ---------------------------------------------
*   p-loading-container
--------------------------------------------- */
.p-loading-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
}

/* ---------------------------------------------
 *  p-loading-cover
 * --------------------------------------------- */
.p-loading-cover {
  position: absolute;
  inset: 0;
  background: #fff;
  z-index: 1;
}

/* ---------------------------------------------
*   p-loading-main
--------------------------------------------- */
.p-loading-main {
  position: relative;
  z-index: 2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  text-align: center;
  visibility: hidden;
  opacity: 0;
}
.p-loading-main.is-text-out {
  -webkit-animation: textOut 700ms ease forwards;
          animation: textOut 700ms ease forwards;
  will-change: filter, opacity;
}
.p-loading-main.is-visible {
  visibility: visible;
  opacity: 1;
}

@-webkit-keyframes textOut {
  0% {
    filter: blur(0);
    opacity: 1;
  }
  60% {
    filter: blur(8px);
    opacity: 0.2;
  }
  100% {
    filter: blur(18px);
    opacity: 0;
  }
}

@keyframes textOut {
  0% {
    filter: blur(0);
    opacity: 1;
  }
  60% {
    filter: blur(8px);
    opacity: 0.2;
  }
  100% {
    filter: blur(18px);
    opacity: 0;
  }
}
.p-loading-main__catch {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
  transform: scale(1.03);
  -webkit-animation: 1s ease-out forwards textAnimation;
          animation: 1s ease-out forwards textAnimation;
  filter: blur(1px);
}

@-webkit-keyframes textAnimation {
  0% {
    filter: blur(5px);
    transform: scale(1.03);
  }
  100% {
    filter: blur(0);
    transform: scale(1);
  }
}

@keyframes textAnimation {
  0% {
    filter: blur(5px);
    transform: scale(1.03);
  }
  100% {
    filter: blur(0);
    transform: scale(1);
  }
}
.p-loading-main__catch-txt {
  display: inline-block;
}

.p-loading-main__catch-txt-ja {
  font-weight: 500;
  font-size: 1.5em;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 7.5px;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .p-loading-main__catch-txt-ja {
    letter-spacing: 5px;
  }
}

.p-loading-main__catch-txt-en {
  font-size: 0.8em;
  font-family: "Noto Sans JP", sans-serif;
  color: #999999;
}
@media screen and (max-width: 640px) {
  .p-loading-main__catch-txt-en {
    text-align: center;
  }
}
.p-loading-main__catch-txt-en > span {
  margin-right: 4px;
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition-delay: 0.5s;
  transform: translateX(10px);
}
.p-loading-main__catch-txt-en > span:nth-of-type(6), .p-loading-main__catch-txt-en > span:nth-of-type(9), .p-loading-main__catch-txt-en > span:nth-of-type(16), .p-loading-main__catch-txt-en > span:nth-of-type(22), .p-loading-main__catch-txt-en > span:nth-of-type(25) {
  margin-right: 12px;
}
@media screen and (max-width: 640px) {
  .p-loading-main__catch-txt-en > span:nth-of-type(-n + 15) {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 640px) {
  .p-loading-main__catch-txt-en > span:nth-of-type(15) {
    margin-right: 0;
  }
}
.p-loading-main__catch-txt-en > span:last-child {
  margin-right: 0;
}

/* ---------------------------------------------
*   is-opTextFade
--------------------------------------------- */
.is-opTextFade {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

/* ---------------------------------------------
*  p-loading-logo
--------------------------------------------- */
.p-loading-logo {
  max-width: 200px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .p-loading-logo {
    max-width: 160px;
  }
}

.p-loading-logo__svg {
  width: 100%;
  height: auto;
}

.p-loading-logo__svg > g > path {
  fill: transparent;
  stroke: #888888;
  fill-opacity: 0;
  stroke-width: 1px;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  -webkit-animation: 5s ease-in forwards 0.8s logoAnimation;
          animation: 5s ease-in forwards 0.8s logoAnimation;
  color: transparent;
}

@-webkit-keyframes logoAnimation {
  0% {
    fill: transparent;
    stroke-dashoffset: 1000;
  }
  30% {
    fill-opacity: 0;
    fill: #888888;
  }
  50% {
    stroke-dashoffset: 650;
    fill: #888888;
    fill-opacity: 1;
  }
  70% {
    stroke-dashoffset: 450;
    fill: #888888;
    fill-opacity: 1;
  }
  90% {
    stroke-dashoffset: 200;
    fill: #888888;
    fill-opacity: 1;
  }
  100% {
    fill: #888888;
    fill-opacity: 1;
    stroke-dashoffset: 0;
  }
}

@keyframes logoAnimation {
  0% {
    fill: transparent;
    stroke-dashoffset: 1000;
  }
  30% {
    fill-opacity: 0;
    fill: #888888;
  }
  50% {
    stroke-dashoffset: 650;
    fill: #888888;
    fill-opacity: 1;
  }
  70% {
    stroke-dashoffset: 450;
    fill: #888888;
    fill-opacity: 1;
  }
  90% {
    stroke-dashoffset: 200;
    fill: #888888;
    fill-opacity: 1;
  }
  100% {
    fill: #888888;
    fill-opacity: 1;
    stroke-dashoffset: 0;
  }
}
/* ---------------------------------------------
*   op__event__wrap
--------------------------------------------- */
.op__event__wrap {
  position: fixed;
  width: 100%;
  height: 100vh;
  inset: 0;
  z-index: 999999;
  background-color: #ffffff;
}

.op__event__inner {
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: center;
}

.catch__wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
  transform: scale(1.03);
  -webkit-animation: 1s ease-out forwards textAnimation;
          animation: 1s ease-out forwards textAnimation;
  filter: blur(1px);
}

@keyframes textAnimation {
  0% {
    filter: blur(5px);
    transform: scale(1.03);
  }
  100% {
    filter: blur(0);
    transform: scale(1);
  }
}
.catch__wrap span {
  display: inline-block;
  line-height: 1 !important;
}

.catch__wrap .op_catch_ja {
  font-weight: 500;
  font-size: 1.5em;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 7.5px;
  margin-bottom: 10px;
}

@media screen and (max-width: 640px) {
  .catch__wrap .op_catch_ja {
    letter-spacing: 5px;
  }
}
.catch__wrap .op_catch_en {
  font-family: "Noto Sans jP", sans-serif;
  font-size: 0.8em;
  color: #999999;
}

@media screen and (max-width: 640px) {
  .catch__wrap .op_catch_en {
    text-align: center;
  }
}
.catch__wrap .op_catch_en > span {
  margin-right: 4px;
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition-delay: 0.5s;
  transform: translateX(10px);
}

.catch__wrap .op_catch_en > span:nth-of-type(6),
.catch__wrap .op_catch_en > span:nth-of-type(9),
.catch__wrap .op_catch_en > span:nth-of-type(15),
.catch__wrap .op_catch_en > span:nth-of-type(21),
.catch__wrap .op_catch_en > span:nth-of-type(24) {
  margin-right: 12px;
}

@media screen and (max-width: 640px) {
  .catch__wrap .op_catch_en > span:nth-of-type(-n + 15) {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 640px) {
  .catch__wrap .op_catch_en > span:nth-of-type(15) {
    margin-right: 0;
  }
}
.catch__wrap .op_catch_en > span:last-child {
  margin-right: 0;
}

.catch__wrap .js-opTextFade {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

.catch__wrap .slide-fade > span {
  -webkit-animation-name: slideFade;
          animation-name: slideFade;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  transition: all 0.1s ease-in-out !important;
}

@-webkit-keyframes slideFade {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes slideFade {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
.js_op_end {
  opacity: 1;
  visibility: visible;
  -webkit-animation: 4s ease-out forwards 1s opEndAnimation;
          animation: 4s ease-out forwards 1s opEndAnimation;
}

@keyframes opEndAnimation {
  0% {
    filter: blur(0);
    opacity: 1;
    visibility: visible;
  }
  50% {
    filter: blur(40px);
    opacity: 0;
    visibility: visible;
  }
  85% {
    filter: blur(40px);
    opacity: 0;
    visibility: visible;
  }
  100% {
    filter: blur(40px);
    opacity: 0;
    visibility: hidden;
    background-color: transparent;
    pointer-events: none;
  }
}
.js_op_end > .op__event__inner {
  transition: all 1s ease-out;
  filter: blur(40px);
  transform: scale(1.05);
  opacity: 0;
}

.main__logo__img {
  max-width: 200px;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .main__logo__img {
    max-width: 160px;
  }
}
.main__logo__img > svg {
  width: 100%;
  height: auto;
}

.main__logo__img > svg > g > path {
  fill: transparent;
  stroke: #888888;
  fill-opacity: 0;
  stroke-width: 1px;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  -webkit-animation: 5s ease-in forwards 0.8s logoAnimation;
          animation: 5s ease-in forwards 0.8s logoAnimation;
  color: transparent;
}

@keyframes logoAnimation {
  0% {
    fill: transparent;
    stroke-dashoffset: 1000;
  }
  30% {
    fill-opacity: 0;
    fill: #888888;
  }
  50% {
    stroke-dashoffset: 650;
    fill: #888888;
    fill-opacity: 1;
  }
  70% {
    stroke-dashoffset: 450;
    fill: #888888;
    fill-opacity: 1;
  }
  90% {
    stroke-dashoffset: 200;
    fill: #888888;
    fill-opacity: 1;
  }
  100% {
    fill: #888888;
    fill-opacity: 1;
    stroke-dashoffset: 0;
  }
}
/* ---------------------------------------------
*    #main
--------------------------------------------- */
@media only screen and (max-width: 767px) {
  #main .latest-blog-content .post {
    margin-bottom: 0;
  }
}
#main .default-wp-page {
  margin-left: 0;
  list-style: none;
  padding-bottom: 0;
}
#main .comments-area ul,
#main .comments-area ol {
  margin: 0 0 30px 30px;
}
#main .comments-area ul ul,
#main .comments-area ol ol {
  margin-bottom: 0;
  margin: 0 0 30px 10%;
}
#main .comments-area ol ol article {
  background-color: #fff;
  border: 1px solid #ddd;
}

/* ---------------------------------------------
*   miryoku_top_img
--------------------------------------------- */
.miryoku_top_img {
  margin-top: 80px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .miryoku_top_img {
    margin-top: 40px;
    aspect-ratio: 16/5;
  }
}
.miryoku_top_img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .miryoku_top_img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/* ---------------------------------------------
*   miryoku_pc_img
--------------------------------------------- */
.miryoku_pc_img {
  display: block;
}
@media screen and (max-width: 768px) {
  .miryoku_pc_img {
    display: none;
  }
}

/* ---------------------------------------------
*   miryoku_sp_img
--------------------------------------------- */
.miryoku_sp_img {
  display: none;
}
@media screen and (max-width: 768px) {
  .miryoku_sp_img {
    display: block;
  }
}

/* ---------------------------------------------
*   miryoku_syosai_body
--------------------------------------------- */
.miryoku_syosai_body {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .miryoku_syosai_body {
    margin-bottom: 40px;
    width: 95%;
    margin-inline: auto;
  }
}
.miryoku_syosai_body iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9 !important;
  display: block;
  border: 0;
}
@media screen and (max-width: 768px) {
  .miryoku_syosai_body iframe {
    aspect-ratio: 3/2.2 !important;
  }
}

/* ---------------------------------------------
*   miryoku_syosai_title
--------------------------------------------- */
.miryoku_syosai_title {
  margin-block: 50px;
  font-size: 2em;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .miryoku_syosai_title {
    margin-block: 1.4em;
    font-size: 1.8em;
  }
}
@media screen and (max-width: 400px) {
  .miryoku_syosai_title {
    margin-block: 1.2em;
    font-size: 1.6em;
  }
}

/* ---------------------------------------------
*   miryoku_syosai_check
--------------------------------------------- */
.miryoku_syosai_check {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 2vw;
  margin-top: 50px;
  padding-top: 50px;
  border-top: solid 1px #000;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .miryoku_syosai_check {
    display: block;
    margin-top: 30px;
    padding-top: 20px;
  }
}

/* ---------------------------------------------
*   check_left
--------------------------------------------- */
.check_left {
  width: 40%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .check_left {
    width: 100%;
  }
}
.check_left img {
  width: 100%;
  height: auto;
}

/* ---------------------------------------------
*   check_right
--------------------------------------------- */
.check_right {
  width: 55%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .check_right {
    width: 100%;
  }
}

/* ---------------------------------------------
*   check_right_title
--------------------------------------------- */
.check_right_title {
  font-size: 1.6em;
  font-weight: 700;
  margin-bottom: 1vw;
}
@media screen and (max-width: 768px) {
  .check_right_title {
    font-size: 1.4em;
    margin-bottom: 20px;
    margin-top: 10px;
    text-align: center;
  }
}

/* ---------------------------------------------
*   check_right_naiyo
--------------------------------------------- */
.check_right_naiyo {
  font-size: 0.9em;
  margin-bottom: 0.5vw;
}
@media screen and (max-width: 768px) {
  .check_right_naiyo {
    font-size: 0.8em;
    margin-bottom: 10px;
  }
}

/* ---------------------------------------------
*   gaiyo_greeting
--------------------------------------------- */
.gaiyo_greeting {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .gaiyo_greeting {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

/* ---------------------------------------------
*   greeting_naiyo
--------------------------------------------- */
.greeting_naiyo {
  font-size: 1em;
  line-height: 1.7;
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .greeting_naiyo {
    font-size: 0.96em !important;
    margin-bottom: 10px;
  }
}

/* ---------------------------------------------
*   news
--------------------------------------------- */
.news {
  overflow: scroll;
  overflow-x: hidden;
  width: 90%;
  height: 300px;
  margin: 0 auto 10px auto;
  margin-block: 1em;
  border: 1px solid #000000;
}
@media screen and (max-width: 780px) {
  .news {
    height: 250px;
    padding: 0;
  }
}

/* ---------------------------------------------
*   newsnaiyo
--------------------------------------------- */
.newsnaiyo {
  font-size: 14px;
  margin: 20px 20px 0 20px;
}
@media screen and (max-width: 780px) {
  .newsnaiyo {
    margin: 0;
    width: 100%;
  }
}

/* ---------------------------------------------
*   news__contents__wrap
--------------------------------------------- */
.news__contents__wrap {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "item1 item2" "item1 item3";
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: dotted 1px rgba(204, 204, 204, 0.8);
}
@media only screen and (max-width: 768px) {
  .news__contents__wrap {
    display: block !important;
    padding-bottom: 0;
  }
}
.news__contents__wrap figure {
  max-width: 600px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .news__contents__wrap figure {
    max-width: 100%;
  }
}
.news__contents__wrap .entry-content > p {
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .news__contents__wrap .entry-content > p {
    font-size: 0.9em;
  }
}

/* ---------------------------------------------
*   news__image
--------------------------------------------- */
.news__image {
  display: inline-block !important;
  width: 100%;
}
.news__image img {
  -o-object-fit: contain !important;
     object-fit: contain !important;
  aspect-ratio: 3/2 !important;
}

/* ---------------------------------------------
*   single-featured-image-header
--------------------------------------------- */
.single-featured-image-header {
  display: none;
}

/* ---------------------------------------------
*   page
--------------------------------------------- */
#page {
  width: 100%;
  background-color: #fff;
}

/* ---------------------------------------------
*   page-header
--------------------------------------------- */
.page-header {
  padding: 0 0 20px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .page-header {
    padding: 10px 20px;
  }
}

/* ---------------------------------------------
*   error-404
--------------------------------------------- */
.error-404 .page-header {
  background-color: #fddbdd;
  margin-top: 0;
  padding: 25px 20px 15px;
}
.error-404 .page-title {
  padding: 0;
}
.error-404 .page-content {
  padding: 20px 0;
}
.error-404 #colophon {
  position: absolute;
  bottom: 0;
  width: 100%;
}

/* ---------------------------------------------
*   pageback
--------------------------------------------- */
.pageback {
  margin-bottom: 50px;
}
.pageback a {
  background-color: #f4f4f4;
  border-radius: 20px;
  padding: 0.8em 25px;
}
.pageback a:hover {
  background-color: #ddd;
  color: #ffffff;
}

/* ---------------------------------------------
*   #primary
--------------------------------------------- */
@media only screen and (max-width: 1023px) {
  #primary {
    margin-bottom: 50px;
    padding: 0px;
    width: 100%;
    border: none;
  }
}
#primary .two-column {
  width: 100%;
}
#primary .three-column {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  #primary .three-column {
    margin: 0;
    width: 100%;
  }
}
#primary .three-column:nth-child(2n+3) {
  clear: both;
}
#primary .three-column:nth-child(3n+4) {
  clear: none;
}
@media only screen and (max-width: 767px) {
  #primary .four-column {
    margin: 0;
    width: 100%;
  }
}
#primary .folio-column {
  width: 50%;
}
#primary .folio-column:nth-child(2n+3) {
  clear: both;
}
#primary .folio-column:nth-child(4n+5) {
  clear: none;
}
@media only screen and (max-width: 767px) {
  #primary .four-column-full-width {
    margin: 0;
    width: 100%;
  }
}
#primary .folio-column-full-width {
  width: 50%;
}
#primary .wrap {
  max-width: 100%;
}

/* ---------------------------------------------
*   toyosec01
--------------------------------------------- */
.toyosec01 {
  margin: 1vw 0;
}
.toyosec01 img {
  width: 32%;
  height: auto;
}

/* ---------------------------------------------
*   toyosec02
--------------------------------------------- */
.toyosec02 {
  text-align: left;
  margin: 1vw 0;
}

/* ---------------------------------------------
*   toyosec03
--------------------------------------------- */
.toyosec03 {
  margin: 1vw 0;
}
.toyosec03 img {
  width: 60%;
  height: auto;
}

/* ---------------------------------------------
*   toyosec1p
--------------------------------------------- */
.toyosec1p {
  font-size: 1.4em;
  margin: 0;
}

/* ---------------------------------------------
*   toyosec2p
--------------------------------------------- */
.toyosec2p {
  font-size: 1em;
  margin: 0;
  color: #343434;
  letter-spacing: 0.2px;
  line-height: 1.6em;
}

/* ---------------------------------------------
*   toyosec3p
--------------------------------------------- */
.toyosec3p {
  font-size: 1em;
  margin-bottom: 2vw;
  color: #343434;
  letter-spacing: 0.2px;
  line-height: 1.6em;
}

/* ---------------------------------------------
*   toyosec4p
--------------------------------------------- */
.toyosec4p {
  font-size: 1.2em;
}

/* ---------------------------------------------
*   toyohai
--------------------------------------------- */
.toyohai {
  font-size: 1.2em;
  font-weight: 700;
  background: #ccc;
  padding: 1vw 0;
}

/* ---------------------------------------------
*   toyod
--------------------------------------------- */
.toyod {
  margin: 1vw auto;
  overflow: hidden;
  height: 14vw;
  width: 1000px;
}
@media screen and (max-width: 768px) {
  .toyod {
    height: auto;
    width: 100%;
  }
}

/* ---------------------------------------------
*   toyoleft
--------------------------------------------- */
.toyoleft {
  float: left;
  width: 40%;
}
@media screen and (max-width: 768px) {
  .toyoleft {
    float: none;
    width: 100%;
  }
}
.toyoleft img {
  width: 100%;
  height: auto;
}

/* ---------------------------------------------
*   toyoright
--------------------------------------------- */
.toyoright {
  float: left;
  width: 55%;
  margin-left: 5%;
  text-align: left;
  padding-top: 2%;
}
@media screen and (max-width: 768px) {
  .toyoright {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}

/* スタッフ紹介 */
/* ---------------------------------------------
*   staff_all
--------------------------------------------- */
.staff_all {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .staff_all {
    width: 100%;
    margin: 0 auto;
    height: auto;
  }
}
.staff_all > img {
  max-width: 600px;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1;
  margin: 0 auto;
  display: block;
}

/* ---------------------------------------------
*   staff_sp
--------------------------------------------- */
.staff_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .staff_sp {
    display: block;
    width: 100%;
    height: auto;
  }
}

/* ---------------------------------------------
*   staff_h3
--------------------------------------------- */
.staff_h3 {
  font-size: 1.4em;
  font-weight: 700;
  padding-left: 0.5vw;
}

/* ---------------------------------------------
*   staff_position
--------------------------------------------- */
.staff_position {
  margin: 0 0 5px;
  transition: opacity 0.3s, transform 0.3s;
  opacity: 0;
  font-size: 1.2em;
  transition-delay: 0s;
  transform: translate3d(30%, 0%, 0);
}

/* ---------------------------------------------
*   staff_name
--------------------------------------------- */
.staff_name {
  margin: 0 0 5px;
  transition: opacity 0.3s, transform 0.3s;
  opacity: 0;
  margin-top: 1vw;
  font-size: 2em;
  transition-delay: 0s;
  transform: translate3d(50%, 30%, 0);
}

/* ---------------------------------------------
*   staff_subname
--------------------------------------------- */
.staff_subname {
  margin: 0 0 5px;
  transition: opacity 0.3s, transform 0.3s;
  opacity: 0;
  font-size: 1.2em;
  transition-delay: 0s;
  transform: translate3d(30%, 0%, 0);
}

/* ---------------------------------------------
*   staff_syosai
--------------------------------------------- */
.staff_syosai {
  width: 800px;
  margin: 2vw auto 4vw;
  padding: 30px 50px;
  background: #ebebeb;
}
@media screen and (max-width: 768px) {
  .staff_syosai {
    width: 90%;
    margin: 2vw auto 4vw;
    padding: 2% 5%;
    background: #ebebeb;
  }
}

/* ---------------------------------------------
*   staff_syosai_name
--------------------------------------------- */
.staff_syosai_name {
  font-size: 2em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .staff_syosai_name {
    font-size: 1.4em;
    font-weight: 700;
  }
}

/* ---------------------------------------------
*   staff_syosai_namesub
--------------------------------------------- */
.staff_syosai_namesub {
  font-size: 0.9em;
  color: #3d3d3d;
  border-bottom: solid 1px #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .staff_syosai_namesub {
    font-size: 0.7em;
    color: #3d3d3d;
    border-bottom: solid 1px #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}

/* ---------------------------------------------
*   staff_syosai_from
--------------------------------------------- */
.staff_syosai_from {
  font-size: 1.2em;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .staff_syosai_from {
    font-size: 1em;
    margin-bottom: 5px;
  }
}

/* ---------------------------------------------
*   staff_syosai_hobby
--------------------------------------------- */
.staff_syosai_hobby {
  font-size: 1.2em;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .staff_syosai_hobby {
    font-size: 1em;
    margin-bottom: 5px;
  }
}

/* ---------------------------------------------
*   staff_syosai_messagetitle
--------------------------------------------- */
.staff_syosai_messagetitle {
  font-size: 1em;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .staff_syosai_messagetitle {
    font-size: 0.9em;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}

/* ---------------------------------------------
*   staff_syosai_message
--------------------------------------------- */
.staff_syosai_message {
  font-size: 1.2em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .staff_syosai_message {
    font-size: 1em;
    font-weight: 700;
  }
}

/* ---------------------------------------------
*   staff_other
--------------------------------------------- */
.staff_other {
  font-size: 1.4em;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .staff_other {
    font-size: 1.2em;
    margin-top: 100px;
    margin-bottom: 20px;
    margin-left: 5%;
  }
}

/* ---------------------------------------------
*   staff__slider
--------------------------------------------- */
.staff__slider {
  max-width: 1240px;
  padding: 0 !important;
  margin: 0 auto !important;
  margin-bottom: 132px;
}
.staff__slider .gallery__list {
  width: 100%;
}
.staff__slider .swiper-wrapper {
  /*デフォルトのイージングを上書き*/
  transition-timing-function: linear !important;
  display: flex;
  flex-wrap: nowrap;
  gap: 0 !important;
}
.staff__slider img {
  width: 100% !important;
  height: auto !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  aspect-ratio: 1;
  flex: auto;
}

/* ---------------------------------------------
*   all__staff__wrap
--------------------------------------------- */
.all__staff__wrap {
  max-width: 1240px;
  margin: 100px auto 0;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap !important;
  gap: 40px;
}
@media screen and (max-width: 781px) {
  .all__staff__wrap {
    gap: 20px;
  }
}

/* ---------------------------------------------
*   staff__inner__wrap
--------------------------------------------- */
.staff__inner__wrap {
  position: relative;
  width: calc(50% - 20px);
  flex-basis: unset !important;
  flex-grow: unset !important;
}
.staff__inner__wrap > figure > a > img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 169px;
}
.staff__inner__wrap > .wp-block-group {
  pointer-events: none;
  position: absolute;
  z-index: 1;
  top: 0;
  padding: 0 1vw 0;
  width: 100% !important;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(90deg, rgba(27, 37, 56, 0.8) 0%, rgba(27, 37, 56, 0.8) 40%, rgba(27, 37, 56, 0.5) 55%, transparent 90%, transparent 100%);
}
@media screen and (max-width: 781px) {
  .staff__inner__wrap > .wp-block-group {
    width: 80% !important;
    padding: 0 2vw 0;
  }
}
@media screen and (max-width: 500px) {
  .staff__inner__wrap > .wp-block-group {
    width: 100% !important;
    background: linear-gradient(90deg, rgba(27, 37, 56, 0.8) 0%, rgba(27, 37, 56, 0.8) 40%, transparent 100%);
  }
}
.staff__inner__wrap .post__name {
  width: 160px !important;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 0 0 10px 0 !important;
  padding: 0 0 2px 0 !important;
  font-size: 1.3em;
  border-bottom: 1px solid #ffffff;
}
@media screen and (max-width: 500px) {
  .staff__inner__wrap .post__name {
    width: 50%;
    font-size: 1em;
  }
}
.staff__inner__wrap .ja__name {
  width: 50% !important;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 2em;
  border-bottom: none;
}
@media screen and (max-width: 500px) {
  .staff__inner__wrap .ja__name {
    width: 100% !important;
    font-size: 1.5em;
  }
}
.staff__inner__wrap .en__name {
  width: 50% !important;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 0 !important;
  padding: 0 !important;
}
@media screen and (max-width: 500px) {
  .staff__inner__wrap .en__name {
    width: 100% !important;
    font-size: 0.85em;
  }
}

/* ---------------------------------------------
*   staff__contents__main
--------------------------------------------- */
.staff__contents__main {
  max-width: 1240px;
  margin-inline: auto;
  margin-block: 50px;
  padding-inline: 20px;
}
@media only screen and (max-width: 768px) {
  .staff__contents__main {
    margin-block: 30px;
  }
}

/* ---------------------------------------------
*   staff__contents__img
--------------------------------------------- */
.staff__contents__img {
  margin-bottom: 40px;
}
.staff__contents__img img {
  max-width: 500px;
  width: 100% !important;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1;
}
@media screen and (max-width: 500px) {
  .staff__contents__img img {
    max-width: 300px;
  }
}

/* ---------------------------------------------
*   staff__profile__wrap
--------------------------------------------- */
.staff__profile__wrap {
  padding: 50px;
  max-width: 1000px;
  margin: 0 auto;
  background-color: #f3f8fa;
}
@media screen and (max-width: 1000px) {
  .staff__profile__wrap {
    padding: 30px;
  }
}
@media screen and (max-width: 500px) {
  .staff__profile__wrap {
    padding: 15px;
  }
}

/* ---------------------------------------------
*   staff__contents__list
--------------------------------------------- */
.staff__contents__list tbody {
  margin: 0 !important;
}
.staff__contents__list tbody tr {
  margin: 15px 0;
  display: flex;
  border-bottom: dotted 1px #ddd;
}
@media screen and (max-width: 500px) {
  .staff__contents__list tbody tr {
    flex-direction: column;
    width: 100%;
  }
}
.staff__contents__list tbody tr:first-child {
  margin-top: 0;
}
.staff__contents__list tbody tr:last-child {
  margin-bottom: 0;
}
.staff__contents__list tbody tr:nth-child(even) {
  background-color: transparent;
}
.staff__contents__list tbody tr td {
  border: none;
  padding: 5px 10px;
}
.staff__contents__list tbody tr td:nth-child(1) {
  width: 150px;
  font-weight: bold;
}
@media screen and (max-width: 500px) {
  .staff__contents__list tbody tr td:nth-child(1) {
    padding-bottom: 0;
    font-size: 0.95em;
    width: 100%;
  }
}
.staff__contents__list tbody tr td:nth-child(2) {
  padding: 5px 50px;
  flex: 1;
}
@media screen and (max-width: 500px) {
  .staff__contents__list tbody tr td:nth-child(2) {
    padding: 5px 10px;
  }
}

/* ---------------------------------------------
*   profile__date__wrap
--------------------------------------------- */
.profile__date__wrap {
  margin-bottom: 50px;
}
@media screen and (max-width: 600px) {
  .profile__date__wrap {
    margin-bottom: 30px;
  }
}

/* ---------------------------------------------
*   message__wrap
--------------------------------------------- */
.message__wrap {
  margin: 0 auto;
}

/* ---------------------------------------------
*   message__title__wrap
--------------------------------------------- */
.message__title__wrap {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.message__title__wrap .title__deco {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}
.message__title__wrap .title__deco > span {
  display: block;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.message__title__wrap .title__deco > span:nth-child(1) {
  background-color: #8abacf;
}
.message__title__wrap .title__deco > span:nth-child(2) {
  background-color: #5496b5;
}
.message__title__wrap .title__deco > span:nth-child(3) {
  background-color: #227aa3;
  margin-right: 0;
}

/* ---------------------------------------------
*   profile__title__wrap
--------------------------------------------- */
.profile__title__wrap {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.profile__title__wrap .title__deco {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}
.profile__title__wrap .title__deco > span {
  display: block;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.profile__title__wrap .title__deco > span:nth-child(1) {
  background-color: #8abacf;
}
.profile__title__wrap .title__deco > span:nth-child(2) {
  background-color: #5496b5;
}
.profile__title__wrap .title__deco > span:nth-child(3) {
  background-color: #227aa3;
  margin-right: 0;
}

/* ---------------------------------------------
*   profile__date__title
--------------------------------------------- */
.profile__date__title {
  border-bottom: none;
  margin: 0 auto 15px !important;
  padding: 0 20px !important;
  font-size: 1.4em;
  display: flex;
  align-items: center;
  position: relative;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 500px) {
  .profile__date__title {
    font-size: 1.2em;
    width: 100% !important;
  }
}
.profile__date__title > span {
  position: relative;
}
.profile__date__title > span::after {
  position: absolute;
}
.profile__date__title::before {
  content: "";
  flex: 1;
  width: 100%;
  height: 1px;
  margin-right: 10px;
  background-color: #cccccc;
  display: block;
}
.profile__date__title::after {
  content: "";
  flex: 1;
  width: 100%;
  height: 1px;
  margin-left: 10px;
  background-color: #cccccc;
  display: block;
}

/* ---------------------------------------------
*   staff__message__title
--------------------------------------------- */
.staff__message__title {
  border-bottom: none;
  margin: 0 auto 15px !important;
  padding: 0 20px !important;
  font-size: 1.4em;
  display: flex;
  align-items: center;
  position: relative;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 500px) {
  .staff__message__title {
    font-size: 1.2em;
    width: 100% !important;
  }
}
.staff__message__title > span {
  position: relative;
}
.staff__message__title > span::after {
  position: absolute;
}
.staff__message__title::before {
  content: "";
  flex: 1;
  width: 100%;
  height: 1px;
  margin-right: 10px;
  background-color: #cccccc;
  display: block;
}
.staff__message__title::after {
  content: "";
  flex: 1;
  width: 100%;
  height: 1px;
  margin-left: 10px;
  background-color: #cccccc;
  display: block;
}

/* ---------------------------------------------
*   staff__message__text
--------------------------------------------- */
@media screen and (max-width: 500px) {
  .staff__message__text {
    width: 100% !important;
  }
}

/* ---------------------------------------------
*   other__staff__list
--------------------------------------------- */
.other__staff__list {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ---------------------------------------------
*   other__staff__title
--------------------------------------------- */
.other__staff__title {
  max-width: 1200px;
  margin: 0 auto 20px !important;
  padding: 10px 20px !important;
  width: 100% !important;
}

/* ---------------------------------------------
*   infiniteslide
--------------------------------------------- */
@media screen and (max-width: 768px) {
  .infiniteslide img {
    width: 250px;
    height: 150px;
  }
}

/* ---------------------------------------------
*   sold_out_imgs
--------------------------------------------- */
.sold_out_imgs {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
  gap: 30px;
}
.sold_out_imgs img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ---------------------------------------------
*   cp_caption
--------------------------------------------- */
.cp_caption {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-height: 200px;
  margin: 10px 0;
  text-align: left;
  color: #fff;
  background: rgb(27, 37, 56);
}
@media screen and (max-width: 768px) {
  .cp_caption {
    display: none;
  }
}
.cp_caption * {
  box-sizing: border-box;
}
.cp_caption figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px 3em;
}
.cp_caption figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 100%;
  content: "";
  transition: all 0.4s;
  transition-delay: 0.2s;
  opacity: 0;
  border-left: 4px solid rgba(255, 255, 255, 0.8);
  background-color: rgba(255, 255, 255, 0.5);
}
.cp_caption img {
  width: 100%;
  max-width: 100%;
  transition: opacity 0.35s;
  opacity: 1;
}
.cp_caption:hover a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
}
.cp_caption:hover figcaption::before {
  left: 30px;
  transition-delay: 0s;
  opacity: 1;
  background: rgba(255, 255, 255, 0);
}
.cp_caption:hover figcaption h2 {
  transition-delay: 0.2s;
  transform: translate3d(0%, 0%, 0);
  opacity: 1;
}
.cp_caption:hover img {
  opacity: 0.3;
}
.cp_caption:hover .staff_position {
  transition-delay: 0.2s;
  transform: translate3d(0%, 0%, 0);
  opacity: 0.9;
}
.cp_caption:hover .staff_name {
  transition-delay: 0.2s;
  transform: translate3d(0%, 0%, 0);
  opacity: 0.9;
}
.cp_caption:hover .staff_subname {
  transition-delay: 0.2s;
  transform: translate3d(0%, 0%, 0);
  opacity: 0.9;
}

/* ---------------------------------------------
*   single-fudo
--------------------------------------------- */
.single-fudo .fudo_kaiin_type_logo {
  right: 0;
  top: 0;
}
@media only screen and (max-width: 480px) {
  .single-fudo .fudo_kaiin_type_logo {
    top: -25px;
  }
}
.single-fudo .entry-title {
  display: flex;
  flex-direction: row;
  gap: 0.3em;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  line-height: 1.5;
  padding-right: 6%;
}
@media only screen and (max-width: 480px) {
  .single-fudo .entry-title {
    font-size: 16px;
    padding-right: 0;
  }
}
.single-fudo .new_mark {
  border-radius: 20px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.36);
  font-size: 12px;
  height: 40px;
  left: -15px;
  padding: 12px 0 0 0;
  top: -25px;
  transform: rotate(-15deg);
  width: 40px;
}
@media only screen and (max-width: 480px) {
  .single-fudo .new_mark {
    font-size: 10px;
    height: 35px;
    left: -13px;
    padding: 10px 0 0 0;
    top: -30px;
    width: 35px;
  }
}

/* Single Fudo contact */
#toiawasesaki {
  display: inline-block;
  margin: 50px 0;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #toiawasesaki {
    margin: 20px 0 50px;
  }
}

/* ---------------------------------------------
*   #syousai_box
--------------------------------------------- */
#syousai_box li {
  margin: 20px 1% 17px;
  text-align: center;
  width: 31.3%;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
  float: left;
  font-size: 14px;
  margin: 20px 3% 17px 0;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 29.74%;
}
@media only screen and (max-width: 1023px) {
  #syousai_box li {
    width: 45.5%;
    margin: 20px 2.25% 17px;
  }
}
@media only screen and (max-width: 767px) {
  #syousai_box li {
    width: 100%;
    margin: 20px 0 17px;
  }
}
@media only screen and (max-width: 480px) {
  #syousai_box li {
    margin: 10px 0 7px;
    padding-bottom: 10px;
  }
}
#syousai_box li .top_title {
  clear: both;
  display: block;
  font-weight: normal;
  padding: 10px 5% 5px;
}
@media only screen and (max-width: 480px) {
  #syousai_box li .top_title {
    padding: 0 5%;
  }
}
#syousai_box li .box1low a {
  width: 48%;
}
#syousai_box li .box1low a:hover {
  border: 1px solid #ddd;
  width: 45%;
}
#syousai_box li img {
  height: 160px;
}
#syousai_box li .fudo_kaiin_type_logo img {
  height: auto;
}
#syousai_box br {
  display: none;
}

/* ---------------------------------------------
*   syousai-content
--------------------------------------------- */
.syousai-content {
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-wrap: wrap;
}

/* ---------------------------------------------
*   go-to-top
--------------------------------------------- */
.go-to-top {
  position: fixed;
  bottom: 40px;
  right: 24px;
  width: 70px;
  height: 50px;
  margin: 0;
  background-color: transparent;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.6s;
  z-index: 10000;
}
@media only screen and (max-width: 980px) {
  .go-to-top {
    bottom: 9em;
    height: 30px;
    right: 25px;
    width: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .go-to-top {
    bottom: 9em;
  }
}
.go-to-top.is-visible {
  opacity: 1;
  visibility: visible;
}
.go-to-top .icon-bg {
  background-color: #517380;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  height: 80px;
  left: 6px;
  overflow: hidden;
  position: absolute;
  top: 0;
  transition: all 0.3s ease-out 0s;
  width: 80px;
}
@media only screen and (max-width: 980px) {
  .go-to-top .icon-bg {
    height: 50px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    transition: all 0.3s ease-out 0s;
    width: 50px;
  }
}
.go-to-top .back-to-top-text {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  left: 50%;
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  position: absolute;
  text-transform: uppercase;
  top: 55%;
  transition: all 0.5s ease-out 0s;
  width: 100%;
}
@media only screen and (max-width: 980px) {
  .go-to-top .back-to-top-text {
    left: 47%;
    top: 40%;
  }
}
.go-to-top .back-to-top-icon {
  color: #fff;
  font-size: 24px;
  left: 55%;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  transition: all 0.5s ease-out 0s;
}
.go-to-top:hover .back-to-top-text {
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  bottom: -8px;
}
.go-to-top:hover .back-to-top-icon {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  top: 50%;
}
@media only screen and (max-width: 980px) {
  .go-to-top:hover .back-to-top-icon {
    top: 40%;
  }
}

/* ---------------------------------------------
*   top-header
--------------------------------------------- */
.top-header {
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
}

/* ---------------------------------------------
*   visio_top_img
--------------------------------------------- */
.visio_top_img {
  display: block;
}
@media screen and (max-width: 768px) {
  .visio_top_img {
    display: none;
  }
}

.visio_top_img_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .visio_top_img_sp {
    display: block;
  }
}

/* ---------------------------------------------
*   visio_top_img_01
--------------------------------------------- */
.visio_top_img_01 {
  width: 100%;
  height: auto;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.visio_top_img_01 img {
  width: 100%;
  height: auto;
  z-index: 99;
}

.visio_top_img_01_sp {
  width: 100%;
  height: auto;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.visio_top_img_01_sp img {
  width: 100%;
  height: auto;
  z-index: 980;
}

/* ---------------------------------------------
*   latest-info-box
--------------------------------------------- */
.latest-info-box {
  background: #eee;
  padding-block: 45px;
}
@media only screen and (max-width: 768px) {
  .latest-info-box {
    padding-block: 20px 35px;
    padding-inline: 0.5em !important;
  }
}
.latest-info-box h2 {
  text-align: center;
}
.latest-info-box .box-sub-title {
  text-align: center;
}
.latest-info-box .wrap {
  max-width: 800px;
}
.latest-info-box .post {
  border-bottom: 1px solid #ddd;
  margin-bottom: 0;
  padding-block: 0.75em;
  width: 100%;
}

.post {
  margin-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .post {
    margin-bottom: 40px;
  }
}

/* ---------------------------------------------
*   latest-info-text
--------------------------------------------- */
.latest-info-text {
  transition: opacity 0.3s ease;
}
@media only screen and (max-width: 768px) {
  .latest-info-text b {
    width: 100%;
    padding: 5px 0 !important;
  }
}
@media only screen and (max-width: 768px) {
  .latest-info-text .entry-title {
    display: block !important;
    width: 100%;
    font-size: 0.9em !important;
    line-height: 1.5;
  }
}
.latest-info-text .posted-on {
  float: left;
  width: 17%;
  color: #333;
}
@media only screen and (max-width: 980px) {
  .latest-info-text .posted-on {
    width: 20%;
  }
}
@media only screen and (max-width: 768px) {
  .latest-info-text .posted-on {
    float: none;
    white-space: nowrap;
    font-size: 0.88em;
  }
}
@media only screen and (max-width: 320px) {
  .latest-info-text .posted-on {
    width: 50%;
  }
}
.latest-info-text .entry-meta-info {
  float: left;
  margin-right: 1%;
  padding: 2px;
}
@media only screen and (max-width: 768px) {
  .latest-info-text .entry-meta-info {
    display: inline-block;
    font-size: 12px;
    margin-inline: 0em 0.8em !important;
    padding: 0;
  }
}
@media only screen and (max-width: 320px) {
  .latest-info-text .entry-meta-info {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.latest-info-text .vivid {
  color: #fff;
  padding: 0 10px;
  pointer-events: none !important;
}
.latest-info-text:hover {
  opacity: 0.6;
}

/* ---------------------------------------------
*    our-feature-box
--------------------------------------------- */
.our-feature-box {
  margin-bottom: 0;
  padding-top: 45px;
  position: relative;
  text-align: center;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .our-feature-box {
    padding-top: 0;
  }
}
.our-feature-box .inner-wrap {
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .our-feature-box .inner-wrap .read_more_buttons {
    margin-top: 2em;
  }
}
.our-feature-box .feature-two-column {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 2em;
       column-gap: 2em;
  row-gap: 2em;
}
@media screen and (max-width: 768px) {
  .our-feature-box .feature-two-column {
    display: block;
  }
}
.our-feature-box a {
  color: #000;
}
.our-feature-box p {
  color: #333;
  text-align: left;
}

/* ---------------------------------------------
*    feature-content
--------------------------------------------- */
.feature-content {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
  margin: 2px;
  padding: 1.5em;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  background-color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .feature-content {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .feature-content:nth-child(n+2) {
    margin-top: 2em;
  }
}
.feature-content p {
  height: auto;
  box-sizing: border-box;
  flex-grow: 1;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .feature-content p {
    font-size: 0.9rem;
  }
}
.feature-content img {
  font-family: "object-fit: cover;";
  height: auto !important;
  transform: scale(1);
  transition: all 500ms ease-out;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

/* ---------------------------------------------
*   feature-article
--------------------------------------------- */
.feature-article {
  margin-bottom: 0 !important;
  display: flex;
  flex-direction: column;
  height: auto;
  box-sizing: border-box;
  flex-grow: 1;
}

/* ---------------------------------------------
*   feature-btn
--------------------------------------------- */
.feature-btn {
  position: relative;
  display: block;
  width: 84%;
  margin-inline: auto;
  margin-top: 1em;
  padding-block: 0.7em;
  padding-inline: 20px;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  border: 1px solid #000;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 768px) {
  .feature-btn {
    font-size: 0.8rem !important;
    padding: 0.55em 2em;
    width: 95%;
  }
}
.feature-btn:hover {
  color: #fff;
  background: #000;
}

/* ---------------------------------------------
*    feature-title
--------------------------------------------- */
.feature-title {
  margin-inline: auto;
  margin-block: 0;
  padding-block: 0.5em;
  font-size: 22px;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 500;
  line-height: 1.318;
  box-sizing: border-box;
  border-bottom: none;
}
@media only screen and (max-width: 480px) {
  .feature-title {
    padding-block: 0;
    font-size: 18px;
  }
}

/* ---------------------------------------------
*   .widget_fudo_top_r
--------------------------------------------- */
.widget_fudo_top_r h3 {
  margin-block: 1em;
  padding: 0;
  font-size: 3vmax;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  line-height: 1.57;
  letter-spacing: 0.2em;
  color: #343434;
  text-align: center;
  font-weight: 700;
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .widget_fudo_top_r h3 {
    font-size: 1.5em;
    margin-block: 0.8em;
  }
}

/* ---------------------------------------------
*   Portfolio-box
--------------------------------------------- */
.portfolio-box {
  padding-block: 45px 60px;
  background: #eee;
}
@media only screen and (max-width: 600px) {
  .portfolio-box {
    padding-block: 25px 40px;
  }
}
.portfolio-box .folio-column-full-width {
  position: relative;
  display: block;
  overflow: hidden;
}
.portfolio-box .folio-column-full-width:hover .portfolio-img {
  transform: scale(1.02);
  transition: transform 500ms ease-out;
}

/* ---------------------------------------------
*   Portfolio-title-wrap
--------------------------------------------- */
.portfolio-title-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  text-align: center;
  z-index: 1;
}
.portfolio-title-wrap:before {
  content: "";
  position: absolute;
  width: 57px;
  height: 57px;
  right: 15px;
  top: 15px;
  transition: all 0.3s ease-in-out 0s;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .portfolio-title-wrap:before {
    width: 30px;
    height: 30px;
  }
}
.portfolio-title-wrap:after {
  content: "";
  position: absolute;
  width: 57px;
  height: 57px;
  left: 15px;
  bottom: 15px;
  transition: all 0.3s ease-in-out 0s;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .portfolio-title-wrap:after {
    width: 30px;
    height: 30px;
  }
}

/* ---------------------------------------------
*   portfolio-title
--------------------------------------------- */
@media only screen and (max-width: 480px) {
  .portfolio-title-wrap .portfolio-title {
    font-size: 18px;
    letter-spacing: 2px;
  }
}
/* ---------------------------------------------
*   portfolio-img
--------------------------------------------- */
.portfolio-img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto !important;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: transform 500ms ease-out;
  display: block;
  margin: 0 auto;
  aspect-ratio: 16/5;
}
.portfolio-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.29), transparent);
}
.portfolio-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .portfolio-img img {
    height: 200px;
  }
}
@media only screen and (max-width: 480px) {
  .portfolio-img img {
    height: 150px;
  }
}

/* ---------------------------------------------
*   Portfolio-link
--------------------------------------------- */
.portfolio-link {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 5%;
  font-size: 33px;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 1.333em;
  color: #fff;
  text-shadow: 5px 8px 8px rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 768px) {
  .portfolio-link {
    font-size: 1.3em !important;
  }
}

/* ---------------------------------------------
*   top_staff_member
--------------------------------------------- */
.top_staff_member {
  margin-inline: auto;
  padding-top: 45px;
  max-width: 100% !important;
  max-width: 1240px;
  gap: 100px !important;
  background: url(http://visio-re.co.jp/wp-content/uploads/back7.png) center center repeat-x !important;
}
/* ---------------------------------------------
*   top_staff_member_pc
--------------------------------------------- */
.top_staff_member_pc {
  max-width: 100% !important;
  flex-wrap: nowrap;
}

/* ---------------------------------------------
*   top_staff_swiper
--------------------------------------------- */
.top_staff_swiper {
  overflow: hidden;
}
.top_staff_swiper .swiper-slide {
  width: 200px !important;
  flex-shrink: 0 !important;
}
@media screen and (max-width: 768px) {
  .top_staff_swiper .swiper-slide {
    width: 160px !important;
  }
}

/* ---------------------------------------------
*   staff_img_top
--------------------------------------------- */
.staff_img_top {
  width: auto !important;
}

/* ---------------------------------------------
*   js
--------------------------------------------- */
/* 連続で流すなら必須（等速化） */
.js-top-staff-swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}

.js-top-staff-swiper {
  overflow: hidden;
}
.js-top-staff-swiper img {
  display: block !important;
}

.js-top-staff-swiper .swiper-wrapper {
  display: flex !important;
  transition-timing-function: linear !important; /* 等速 */
}

/* ---------------------------------------------
*   top_staff_title
--------------------------------------------- */
.top_staff_title {
  margin-block: 1em;
  padding: 0;
  font-size: 3vmax;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  line-height: 1.57;
  letter-spacing: 0.2em;
  color: #343434;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .top_staff_title {
    font-size: 1.5em;
    margin-block: 0.8em;
    padding-top: 0;
    text-align: center;
  }
}

/* ---------------------------------------------
*   top_staff_member_pc
--------------------------------------------- */
.top_staff_member_pc {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 900px;
  margin: 0 auto;
  -moz-column-gap: 80px;
       column-gap: 80px;
  row-gap: 0;
}
@media screen and (max-width: 600px) {
  .top_staff_member_pc {
    flex-wrap: nowrap;
    -moz-column-gap: 20px;
         column-gap: 20px;
    width: 700px !important;
  }
}

/* ---------------------------------------------
*   staff_img_top
--------------------------------------------- */
.staff_img_top {
  width: calc(33.3333333333% - 54px);
  position: relative;
}
@media screen and (max-width: 600px) {
  .staff_img_top {
    width: calc(50% - 10px);
  }
}
.staff_img_top img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: 0 auto;
}

/* ---------------------------------------------
*   top_staff_name
--------------------------------------------- */
.top_staff_name {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%) translateY(50px);
  filter: blur(10px);
  width: 120%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 25px 15px;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: all 0.7s ease;
}
@media screen and (max-width: 600px) {
  .top_staff_name {
    width: 100%;
  }
}

.top_staff_name_ja {
  letter-spacing: 1.5px;
  color: #ffffff;
  text-align: center;
}

.top_staff_name_en {
  letter-spacing: 1.5px;
  color: #ffffff;
  text-align: center;
  line-height: 1.2;
}

/* ---------------------------------------------
*   top_staff_link
--------------------------------------------- */
.top_staff_link:hover {
  opacity: 1;
}
.top_staff_link:hover .top_staff_name {
  transition: all 0.5s ease;
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  filter: blur(0);
}

/* ---------------------------------------------
*   swiper-slide
--------------------------------------------- */
.swiper-slide-next,
.swiper-slide-prev {
  opacity: 1 !important;
}

/* ---------------------------------------------
*    feature-icon
--------------------------------------------- */
.feature-icon {
  margin-bottom: 10px;
  box-sizing: border-box;
  height: auto;
}

/* ---------------------------------------------
*   top-bar
--------------------------------------------- */
.top-bar .widget-title {
  display: none;
}

@media only screen and (max-width: 768px) {
  .latest-blog-image .post-featured-image a:before {
    height: 30px;
    width: 30px;
  }
  .latest-blog-image .post-featured-image a:after {
    height: 30px;
    width: 30px;
  }
  .page-title {
    font-size: 2em !important;
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
  .two-column-full-width {
    padding-bottom: 0 !important;
  }
}
/* ---------------------------------------------
*    top_price
--------------------------------------------- */
.top_price {
  font-weight: 600;
  color: #c30b12;
  font-size: 130%;
}

/* ---------------------------------------------
*    top_madori
--------------------------------------------- */
.top_madori {
  font-weight: 600;
  font-size: 130%;
  color: #848484;
}

/* ---------------------------------------------
*    top_shozaichi
--------------------------------------------- */
.top_shozaichi {
  display: block;
}

/* ---------------------------------------------
*    toukou_top
--------------------------------------------- */
#toukou_top {
  float: left;
  margin: 0;
  width: 100%;
}
#toukou_top li {
  display: inline-grid;
  text-align: left;
  width: 45%;
  margin: 10px 3% 10px 2%;
}
@media only screen and (max-width: 480px) {
  #toukou_top li {
    width: 100%;
    margin: 10px 0;
  }
}
#toukou_top li br {
  display: none;
}
#toukou_top img {
  height: auto;
  max-width: 30%;
  margin-right: 2%;
  float: left;
}

/* ---------------------------------------------
*    toukou_top_post
--------------------------------------------- */
.toukou_top_post_title {
  list-style: none;
  font-size: 1rem;
  font-weight: 700;
}

/* ---------------------------------------------
*    toukou_top_post_excerpt
--------------------------------------------- */
.toukou_top_post_excerpt {
  height: auto;
  margin: 0;
  width: 100%;
}
.toukou_top_post_excerpt li {
  display: block;
  width: 100%;
  height: auto;
  line-height: 1.5;
}

/* ---------------------------------------------
*   under_menu
--------------------------------------------- */
.under_menu {
  z-index: 999;
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .under_menu {
    bottom: 40px;
  }
}
.under_menu a {
  text-decoration: none;
}

/* ---------------------------------------------
*   under_menu1
--------------------------------------------- */
.under_menu1 {
  flex: 1;
  height: auto;
  display: block;
  transition: background-color 0.3s ease;
  border-right: solid 1px #484848;
}
@media screen and (max-width: 768px) {
  .under_menu1 {
    height: auto;
    display: block;
  }
}
.under_menu1:hover {
  background-color: rgba(255, 82, 82, 0.8);
}

/* ---------------------------------------------
*   under_menu2
--------------------------------------------- */
.under_menu2 {
  flex: 1;
  height: auto;
  display: block;
  transition: background-color 0.3s ease;
  border-right: solid 1px #484848;
}
@media screen and (max-width: 768px) {
  .under_menu2 {
    height: auto;
    display: block;
  }
}
.under_menu2:hover {
  background-color: rgba(255, 82, 82, 0.8);
}

/* ---------------------------------------------
*   under_menu3
--------------------------------------------- */
.under_menu3 {
  flex: 1;
  height: auto;
  display: block;
  transition: background-color 0.3s ease;
  border-right: solid 1px #484848;
}
@media screen and (max-width: 768px) {
  .under_menu3 {
    height: auto;
    display: block;
  }
}
.under_menu3:hover {
  background-color: rgba(255, 82, 82, 0.8);
}

/* ---------------------------------------------
*   under_menu4
--------------------------------------------- */
.under_menu4 {
  flex: 1;
  height: auto;
  display: block;
  transition: background-color 0.3s ease;
  border-right: solid 1px #484848;
}
@media screen and (max-width: 768px) {
  .under_menu4 {
    height: auto;
    display: block;
  }
}
.under_menu4:hover {
  background-color: rgba(255, 82, 82, 0.8);
}

/* ---------------------------------------------
*   under_menu_top
--------------------------------------------- */
.under_menu_top {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 5vh;
  margin: 1vh 0 10px 0;
  padding: 0;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .under_menu_top {
    font-size: 10px;
    margin: 0.51vh 0 0 0;
    height: 4vh;
  }
}

.under_menu_top-icon {
  margin-left: 0.5em;
}

/* ---------------------------------------------
*   under_menu_middle
--------------------------------------------- */
.under_menu_middle {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .under_menu_middle img {
    width: 20%;
    height: 20%;
  }
}

/* ---------------------------------------------
*   under_menu_under
--------------------------------------------- */
.under_menu_under {
  font-size: 16px;
  color: #fff;
  margin: 10px 0 1vh 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .under_menu_under {
    font-size: 10px;
    margin: 0 0 0.5vh 0;
  }
}

/* 予告物件 */
/* ---------------------------------------------
*   yokoku_title
--------------------------------------------- */
.yokoku_title {
  color: #000;
  margin: 0 0 3vw;
  padding-top: 3vw;
  text-align: center;
  font-size: 3vmax;
  letter-spacing: 0.2em;
}

/* 予告物件詳細 */
/* ---------------------------------------------
*   yokoku_syosai_main
--------------------------------------------- */
.yokoku_syosai_main {
  width: 1100px;
  margin: 0 auto 100px;
  height: auto;
}
@media screen and (max-width: 1100px) {
  .yokoku_syosai_main {
    width: 100%;
    margin: 0 auto 50px;
    height: auto;
  }
}

/* ---------------------------------------------
*   yokoku_h2
--------------------------------------------- */
.yokoku_h2 {
  font-size: 1.4em;
  font-weight: 700;
  border-bottom: solid 2px #000;
  padding-bottom: 5px;
  background: #000;
  color: #fff;
  padding: 1.5%;
}
@media screen and (max-width: 1100px) {
  .yokoku_h2 {
    font-size: 1.2em;
    font-weight: 700;
    border-bottom: solid 1px #000;
    padding-bottom: 0;
    background: #000;
    color: #fff;
    padding: 2%;
    width: 100%;
  }
}

/* ---------------------------------------------
*   yokoku_h3
--------------------------------------------- */
.yokoku_h3 {
  font-size: 1.2em;
  font-weight: 700;
  border-bottom: solid 2px #000;
  padding-bottom: 5px;
  background: #000;
  color: #fff;
  padding: 1.5%;
}
@media screen and (max-width: 1100px) {
  .yokoku_h3 {
    font-size: 1em;
    font-weight: 700;
    border-bottom: solid 1px #000;
    padding-bottom: 0;
    background: #000;
    color: #fff;
    padding: 2%;
    width: 100%;
  }
}

/* ---------------------------------------------
*   yokoku_back01
--------------------------------------------- */
.yokoku_back01 {
  padding: 30px 0;
  border-bottom: dotted 2px #000;
  margin-bottom: 100px;
}
@media screen and (max-width: 1100px) {
  .yokoku_back01 {
    padding: 30px 0;
    border-bottom: dotted 1px #000;
    margin-bottom: 70px;
    width: 100%;
  }
}

/* ---------------------------------------------
*   yokoku_ksk
--------------------------------------------- */
.yokoku_ksk {
  margin-bottom: 20px;
  padding: 10px 0;
}
@media screen and (max-width: 1100px) {
  .yokoku_ksk {
    margin-bottom: 20px;
    padding: 10px 0;
    width: 100%;
  }
}

/* ---------------------------------------------
*   yokoku_kakaku
--------------------------------------------- */
.yokoku_kakaku {
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: dotted 1px #ccc;
  overflow: hidden;
}
@media screen and (max-width: 1100px) {
  .yokoku_kakaku {
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: dotted 1px #ccc;
    overflow: hidden;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* ---------------------------------------------
*   yokoku_syozai
--------------------------------------------- */
.yokoku_syozai {
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: dotted 1px #ccc;
  overflow: hidden;
}
@media screen and (max-width: 1100px) {
  .yokoku_syozai {
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: dotted 1px #ccc;
    overflow: hidden;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* ---------------------------------------------
*   yokoku_kotu
--------------------------------------------- */
.yokoku_kotu {
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: dotted 1px #ccc;
  overflow: hidden;
}
@media screen and (max-width: 1100px) {
  .yokoku_kotu {
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: dotted 1px #ccc;
    overflow: hidden;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* ---------------------------------------------
*   yokoku_waku
--------------------------------------------- */
.yokoku_waku {
  float: left;
  background: #000;
  color: #fff;
  font-size: 1.2em;
  width: 80px;
  text-align: center;
  padding: 5px 0;
  margin-right: 20px;
}
@media screen and (max-width: 1100px) {
  .yokoku_waku {
    float: left;
    background: #000;
    color: #fff;
    font-size: 0.9em;
    width: 80px;
    text-align: center;
    padding: 5px 0;
  }
}

/* ---------------------------------------------
*   yokoku_p
--------------------------------------------- */
.yokoku_p01 {
  font-size: 1.7em;
  font-weight: 700;
  color: #ff0000;
}
@media screen and (max-width: 1100px) {
  .yokoku_p01 {
    font-size: 1.5em;
    font-weight: 700;
    color: #ff0000;
  }
}

.yokoku_p02 {
  font-size: 1.4em;
}
@media screen and (max-width: 1100px) {
  .yokoku_p02 {
    font-size: 1.1em;
  }
}

/* ---------------------------------------------
*   yokoku_btn_lr
--------------------------------------------- */
.yokoku_btn_lr {
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .yokoku_btn_lr {
    overflow: hidden;
    width: 100%;
  }
}

/* ---------------------------------------------
*   yokoku_btn_l
--------------------------------------------- */
.yokoku_btn_l {
  float: left;
  width: 30%;
  text-align: center;
  margin-left: 15%;
  border: solid 2px #000;
  border-radius: 10px;
  background: #000;
  color: #fff;
  font-size: 1.2em;
  font-weight: 700;
  padding: 10px 0;
}
@media screen and (max-width: 1100px) {
  .yokoku_btn_l {
    float: left;
    width: 40%;
    text-align: center;
    margin-left: 5%;
    border: solid 2px #000;
    border-radius: 10px;
    background: #000;
    color: #fff;
    font-size: 1em;
    font-weight: 700;
    padding: 10px 0;
  }
}
.yokoku_btn_l:hover {
  background: #fff;
  color: #000;
}

/* ---------------------------------------------
*   yokoku_btn_r
--------------------------------------------- */
.yokoku_btn_r {
  float: right;
  width: 30%;
  text-align: center;
  margin-right: 15%;
  border: solid 2px #000;
  border-radius: 10px;
  background: #000;
  color: #fff;
  font-size: 1.2em;
  font-weight: 700;
  padding: 10px 0;
}
@media screen and (max-width: 1100px) {
  .yokoku_btn_r {
    float: right;
    width: 40%;
    text-align: center;
    margin-right: 5%;
    border: solid 2px #000;
    border-radius: 10px;
    background: #000;
    color: #fff;
    font-size: 1em;
    font-weight: 700;
    padding: 10px 0;
  }
}
.yokoku_btn_r:hover {
  background: #fff;
  color: #000;
}

/* ---------------------------------------------
*   yokoku_osusume
--------------------------------------------- */
.yokoku_osusume {
  margin-bottom: 100px;
}
@media screen and (max-width: 1100px) {
  .yokoku_osusume {
    margin-bottom: 70px;
  }
}

/* ---------------------------------------------
*   yokoku_osusume_text
--------------------------------------------- */
.yokoku_osusume_text {
  padding: 3% 2%;
  border: solid 1px #000;
  background: #fffef7;
}
@media screen and (max-width: 1100px) {
  .yokoku_osusume_text {
    padding: 3% 2%;
    border: solid 1px #000;
    background: #fffef7;
  }
}

/* ---------------------------------------------
*   yokoku_text
--------------------------------------------- */
.yokoku_text {
  font-size: 1.1em;
  margin-bottom: 20px;
}
@media screen and (max-width: 1100px) {
  .yokoku_text {
    font-size: 0.8em;
    margin-bottom: 15px;
  }
}
.yokoku_text:last-child {
  margin-bottom: 0;
}

/* ---------------------------------------------
*   yokoku_staff_message
--------------------------------------------- */
.yokoku_staff_message {
  padding: 2% 1%;
  border-bottom: dotted 2px #000;
  border-left: dotted 2px #000;
  border-right: dotted 2px #000;
}
@media screen and (max-width: 1100px) {
  .yokoku_staff_message {
    padding: 2% 1%;
    border-bottom: dotted 2px #000;
    border-left: dotted 2px #000;
    border-right: dotted 2px #000;
  }
}

/* ---------------------------------------------
*   yokoku_staff
--------------------------------------------- */
.yokoku_staff {
  margin-bottom: 100px;
}
@media screen and (max-width: 1100px) {
  .yokoku_staff {
    margin-bottom: 70px;
  }
}

/* ---------------------------------------------
*   yokoku_staff_text
--------------------------------------------- */
.yokoku_staff_text {
  font-size: 0.9em;
}
@media screen and (max-width: 1100px) {
  .yokoku_staff_text {
    font-size: 0.7em;
  }
}

/* ---------------------------------------------
*   yokoku_bukkenn_syosai_naiyo
--------------------------------------------- */
.yokoku_bukkenn_syosai_naiyo {
  margin-bottom: 50px;
}
@media screen and (max-width: 1100px) {
  .yokoku_bukkenn_syosai_naiyo {
    margin-bottom: 50px;
  }
}
.yokoku_bukkenn_syosai_naiyo table {
  text-align: left;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .yokoku_bukkenn_syosai_naiyo table {
    font-size: 0.8em;
    text-align: left;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
  }
}
.yokoku_bukkenn_syosai_naiyo tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}
@media screen and (max-width: 1100px) {
  .yokoku_bukkenn_syosai_naiyo tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
  }
}
.yokoku_bukkenn_syosai_naiyo th {
  background-color: #f1f1f1;
  width: 15%;
}
@media screen and (max-width: 1100px) {
  .yokoku_bukkenn_syosai_naiyo th {
    background-color: #f1f1f1;
    width: 12%;
  }
}
.yokoku_bukkenn_syosai_naiyo td {
  width: 35%;
  background: #fff;
}
@media screen and (max-width: 1100px) {
  .yokoku_bukkenn_syosai_naiyo td {
    width: 38%;
  }
}
.yokoku_bukkenn_syosai_naiyo th, .yokoku_bukkenn_syosai_naiyo td {
  line-height: 1.4;
  padding: 8px 10px;
  border: 1px solid #ccc;
}
@media screen and (max-width: 1100px) {
  .yokoku_bukkenn_syosai_naiyo th, .yokoku_bukkenn_syosai_naiyo td {
    line-height: 1.4;
    padding: 8px 10px;
    border: 1px solid #ccc;
  }
}

/* ---------------------------------------------
*   yokoku_map
--------------------------------------------- */
.yokoku_map {
  margin-top: 30px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1100px) {
  .yokoku_map iframe {
    width: 100%;
    height: 300px;
  }
}

/* ---------------------------------------------
*   pc_only
--------------------------------------------- */
@media screen and (max-width: 768px) {
  .pc_only {
    display: none;
  }
}

/* ---------------------------------------------
*   sp_only
--------------------------------------------- */
.sp_only {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp_only {
    display: block;
  }
}

/* ---------------------------------------------
*   sp_br
--------------------------------------------- */
.sp_br {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp_br {
    display: block;
  }
}

/* jsアニメーション用 */
.js_sliders > div {
  opacity: 0;
}

.fadeUp01 {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
  transition: all 0.3s ease-in-out !important;
}

@-webkit-keyframes fadeUpAnime {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeUpAnime {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}