@charset "UTF-8";
@import url(vendor/common.css);
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}

/* version */
html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1.6em;
  line-height: 1.4;
  color: #333333;
  height: auto !important;
  overflow: hidden;
}

main {
  overflow: hidden;
}

figure {
  margin: 0;
  text-align: center;
}

figure + h3, figure + h4 {
  margin-top: .7em;
}

figure a img {
  transition: .3s;
}

figure a:hover img {
  opacity: .7;
}

figure figcaption {
  margin-top: 0.5em;
  text-align: left;
}

a {
  color: #333333;
  text-decoration: underline;
}

a:hover {
  color: #333333;
  text-decoration: none;
}

.highlight a {
  color: #333333;
}

.highlight a:hover {
  color: #333333;
}

img {
  vertical-align: middle;
}

img.circle {
  border-radius: 50%;
}

p {
  margin: 0.5em 0 1em;
}

p:first-child {
  margin-top: 0;
}

p:last-child {
  margin-bottom: 0;
}

ol,
ul {
  margin: 0 0 1em;
  padding: 0 0 0 1.5em;
  line-height: 1.6;
}

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

ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0.5em 0;
  padding-left: 2em;
}

ol ol:last-child,
ol ul:last-child,
ul ol:last-child,
ul ul:last-child {
  margin-bottom: 0.5em;
}

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

ul.list-unstyled ol,
ul.list-unstyled ul {
  padding-left: 2em;
}

ul.list-inline {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -7px;
  font-size: 0px;
  font-size: 0rem;
  margin-bottom: 16px;
}

ul.list-inline > li {
  display: inline;
  padding-left: 7px;
  padding-right: 7px;
  white-space: nowrap;
  font-size: 16px;
  font-size: 1.6rem;
}

dl {
  margin: 0 0 1em;
  line-height: 1.6;
}

dl:last-child {
  margin-bottom: 0;
}

dl dt {
  font-weight: bold;
}

dl dd {
  margin-left: 0;
  margin-bottom: 0.5em;
}

dl dd:last-child {
  margin-bottom: 0;
}

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

td,
th {
  padding: 0;
}

main section {
  margin-bottom: 10%;
}

main section.highlight:last-child {
  margin-bottom: 0;
  padding-bottom: 10%;
}

.sp-mask {
  transition: none !important;
}

.highlight {
  padding: 4%;
  background: rgba(245, 196, 67, 0.05);
  color: #333333;
}

#swipebox-overlay {
  z-index: 10000002 !important;
}

@media (min-width: 768px) {
  p {
    margin: 0.5em 0 1em;
  }
  dl.dl-horizontal {
    overflow: hidden;
  }
  dl.dl-horizontal dt {
    float: left;
    clear: left;
    margin-right: 1em;
  }
  dl.dl-horizontal dd {
    float: left;
  }
  main section {
    margin-bottom: 7%;
  }
  main section:last-child {
    margin-bottom: 9%;
  }
  main section.highlight:last-child {
    margin-bottom: 0;
    padding-bottom: 8%;
  }
}

@media (max-width: 767px) {
  .tile:not(.sp-tile) > * {
    height: auto !important;
  }
}

@media (min-width: 768px) {
  .gutters .row.row_inline {
    letter-spacing: -.40em;
  }
  .gutters .row.row_inline > .col {
    letter-spacing: normal;
    vertical-align: top;
    display: inline-block;
    float: none;
    margin-bottom: 5%;
  }
  .gutters .row.row_inline .span_1:nth-child(12n+1) {
    margin-left: 0;
  }
  .gutters .row.row_inline .span_2:nth-child(6n+1) {
    margin-left: 0;
  }
  .gutters .row.row_inline .span_3:nth-child(4n+1) {
    margin-left: 0;
  }
  .gutters .row.row_inline .span_4:nth-child(3n+1) {
    margin-left: 0;
  }
  .gutters .row.row_inline .span_5:nth-child(2n+1) {
    margin-left: 0;
  }
  .gutters .row.row_inline .span_6:nth-child(2n+1) {
    margin-left: 0;
  }
  .gutters .row.row_inline .span_7 {
    width: 57.5%;
  }
  .gutters .row.row_inline .span_8 {
    width: 66%;
  }
  .gutters .row.row_inline .span_9 {
    width: 74.5%;
  }
  .gutters .row.row_inline .span_10 {
    width: 83%;
  }
  .gutters .row.row_inline .span_11 {
    width: 91.5%;
  }
  .gutters .row.row_inline .span_12 {
    width: 100%;
  }
}

main .column_main,
main .column_sub {
  overflow: hidden;
  min-height: 100px;
}

main .column_main .widget_header,
main .column_sub .widget_header {
  font-size: 18px;
  font-size: 1.8rem;
  padding: 0.5em;
  margin-bottom: 0;
}

main .column_main .widget_header + *:not(.calendar_wrap),
main .column_sub .widget_header + *:not(.calendar_wrap) {
  padding: 0;
  margin: 0 auto 1em;
}

main .column_main .widget_header + .textwidget,
main .column_sub .widget_header + .textwidget {
  padding: 10px 0;
}

main .column_main .widget_wrap .menu,
main .column_main .widget_wrap > ul,
main .column_sub .widget_wrap .menu,
main .column_sub .widget_wrap > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

main .column_main .widget_wrap .menu ul,
main .column_main .widget_wrap > ul ul,
main .column_sub .widget_wrap .menu ul,
main .column_sub .widget_wrap > ul ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

main .column_main .widget_wrap .menu li,
main .column_main .widget_wrap > ul li,
main .column_sub .widget_wrap .menu li,
main .column_sub .widget_wrap > ul li {
  padding: 0.5em 0.7em;
  border-bottom: 1px solid #ccc;
}

main .column_main .widget_wrap .menu li:last-child,
main .column_main .widget_wrap > ul li:last-child,
main .column_sub .widget_wrap .menu li:last-child,
main .column_sub .widget_wrap > ul li:last-child {
  border-bottom: 0;
}

main .column_main .widget_wrap .menu li a,
main .column_main .widget_wrap > ul li a,
main .column_sub .widget_wrap .menu li a,
main .column_sub .widget_wrap > ul li a {
  display: block;
  text-decoration: none;
}

main .column_main .widget_wrap .menu li a:hover,
main .column_main .widget_wrap > ul li a:hover,
main .column_sub .widget_wrap .menu li a:hover,
main .column_sub .widget_wrap > ul li a:hover {
  text-decoration: underline;
}

main .column_main .widget_wrap ul > li.page_item,
main .column_sub .widget_wrap ul > li.page_item {
  border-bottom: #ccc solid 1px;
}

main .column_main .widget_wrap ul > li.page_item.page_item_has_children,
main .column_sub .widget_wrap ul > li.page_item.page_item_has_children {
  padding: 0.5em 0.7em 0.2em !important;
}

main .column_main .widget_wrap ul > li.page_item .children,
main .column_sub .widget_wrap ul > li.page_item .children {
  border-top: #eee solid 1px;
  margin: 0.5em 0 0 !important;
}

main .column_main .widget_wrap ul > li.page_item .children li,
main .column_sub .widget_wrap ul > li.page_item .children li {
  font-weight: normal;
  border-bottom: #eee solid 1px;
  font-size: 96%;
  padding: 0.5em 0.7em 0.5em 1em;
  position: relative;
}

main .column_main .widget_wrap ul > li.page_item .children li:before,
main .column_sub .widget_wrap ul > li.page_item .children li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  width: 5px;
  height: 5px;
  background: rgba(54, 46, 43, 0.4);
  border-radius: 2.5px;
}

main .column_main .widget_wrap ul > li.page_item .children li li:before,
main .column_sub .widget_wrap ul > li.page_item .children li li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 5px;
  height: 5px;
  background: rgba(54, 46, 43, 0.15);
  border-radius: 0;
}

@media (max-width: 900px) {
  .gutters .span_3.column_sub,
  .gutters .span_9.column_main {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}

@media (min-width: 600px) and (max-width: 900px) {
  .gutters .span_3.column_sub .sidebar {
    letter-spacing: -.40em;
  }
  .gutters .span_3.column_sub .sidebar .widget_wrap {
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
    width: 49%;
    margin-left: 2%;
  }
  .gutters .span_3.column_sub .sidebar .widget_wrap:nth-child(2n+1) {
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 1200px;
  }
}

@media (min-width: 1024px) {
  .container {
    padding: 0 10px;
  }
}

.article_button {
  margin-top: 5%;
}

@media (min-width: 768px) {
  .article_detail:not(.reverse) .col.span_12 + .span_4,
  .article_list:not(.reverse) .col.span_12 + .span_4 {
    margin-left: 0;
  }
  .article_detail.reverse .col.span_12,
  .article_list.reverse .col.span_12 {
    margin-left: 0;
  }
}

.sidebar {
  visibility: hidden;
}

.sidebar > .widget_wrap {
  visibility: visible;
}

.gutters .col.span_12 + .span_12 {
  margin-left: 0;
}

.sitemap {
  padding: 0;
  margin: 0;
  border-top: 1px solid #ccc;
}

.sitemap li {
  list-style: none;
  padding: 10px 0 10px 15px;
  border-bottom: 1px solid #ccc;
}

.sitemap li > ul {
  padding: 0;
  border-top: #ccc solid 1px;
}

.sitemap li > ul > li {
  border-bottom: 1px solid #ccc;
  position: relative;
}

.sitemap li > ul > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 25px;
  width: 6px;
  height: 6px;
  background: #ccc;
  border-radius: 3px;
}

.sitemap li > ul > li:last-child {
  border-bottom: none;
  padding: 10px 0 0 15px;
}

.sitemap li > ul > li .children > li {
  padding: 10px 0 0 15px;
}

.sitemap li > ul > li .children > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 25px;
  width: 6px;
  height: 6px;
  background: #ccc;
  border-radius: 0;
}

.sitemap a {
  font-size: 16px;
  font-size: 1.6rem;
  text-decoration: none;
}

.sitemap a:hover {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .sitemap a {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.parallax_h1 {
  height: 250px;
  position: relative;
}

.parallax_h1:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.3);
}

.parallax_h1 h1 {
  color: #fff;
}

.parallax_h1 h1:after, .parallax_h1 h1:before {
  background: #fff;
}

@media (min-width: 768px) {
  .parallax_h1 {
    height: 450px;
  }
}

.map_wide #map_canvas,
.map_wide iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.map_wide img {
  max-width: none;
}

.slick-track {
  margin: 0 auto;
}

.col dl p {
  margin: 0;
}

.col table {
  line-height: 1.8;
}

.col table p, .col table dl, .col table ul, .col table ol {
  line-height: 1.8;
}

.col p, .col dl, .col ul, .col ol {
  line-height: 1.8;
}

@media (min-width: 768px) {
  .col p, .col dl, .col ul, .col ol {
    line-height: 2;
  }
}

.container {
  padding: 0 10px;
}

@media (min-width: 1220px) {
  .container {
    padding: 0;
  }
}

.container .container {
  padding: 0;
}

#fb-root,
.fb-page {
  font-family: "lucida grande", tahoma, verdana, arial, "hiragino kaku gothic pro",meiryo,"ms pgothic",sans-serif !important;
}

#swipebox-overlay {
  background: rgba(13, 13, 13, 0.8);
}

img.wp-edited-image[width] {
  width: auto !important;
}

img.wp-edited-image[height] {
  height: auto !important;
}

.grecaptcha-badge {
  visibility: hidden;
}

.grecaptcha-message {
  margin: 40px 0;
  font-size: 12px;
  text-align: center;
}

.grecaptcha-message a {
  text-decoration: underline;
}

footer {
  position: relative;
  background: #333333;
  color: #fff;
  padding-block: 1.8em;
}

@media (max-width: 767px) {
  footer {
    padding-bottom: 80px;
  }
}

footer a {
  color: #fff;
}

footer a:hover {
  color: #fff;
}

footer nav {
  text-align: center;
  margin-bottom: 1em;
}

footer nav ul {
  list-style: none;
  padding-left: 0;
}

@media (min-width: 768px) {
  footer nav ul li {
    display: inline-block;
    margin-inline: .5em;
  }
}

footer nav ul li a {
  display: inline-block;
  text-decoration: none;
}

footer nav ul li a:hover {
  text-decoration: underline;
}

footer .footer_copyright_wrap {
  text-align: center;
}

footer .footer_copyright_wrap p {
  padding: 0 0.3em;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}

/* 追尾ボタン */
.link_btn {
  position: fixed;
  bottom: calc(5% + 180px);
  right: 1%;
  z-index: 60;
  transition: .3s;
}

@media (max-width: 767px) {
  .link_btn {
    border-top: 1px solid #fff;
    top: auto;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}

.link_btn .box {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #333333;
  color: #fff;
  transition: .4s;
}

@media (min-width: 768px) {
  .link_btn .box {
    width: 120px;
    height: 120px;
    border-radius: 50%;
  }
}

@media (max-width: 767px) {
  .link_btn .box {
    width: 100%;
    height: 50px;
    flex-direction: row;
  }
}

.link_btn .box:hover {
  opacity: .7;
}

.link_btn .box p {
  font-weight: bold;
  margin: 0;
}

@media (min-width: 768px) {
  .link_btn .box p {
    margin-top: .3em;
  }
}

@media (max-width: 767px) {
  .link_btn .box p {
    margin-left: .5em;
  }
}

@media (max-width: 767px) {
  .link_btn .box img {
    max-width: 25px;
  }
}

@media (min-width: 768px) {
  footer.high .link_btn {
    opacity: 0;
    pointer-events: none;
  }
}

.bread_wrap {
  margin-bottom: 2%;
}

.bread {
  overflow: hidden;
  margin: 0;
  font-size: 12px;
  font-size: 1.2rem;
}

.bread ul {
  padding: 1em 0;
  margin: 0 auto;
  float: none;
}

.bread ul li {
  list-style: none;
  position: relative;
  float: left;
  padding-right: 2em;
  margin-right: 1.5em;
}

.bread ul li a {
  text-decoration: none;
  color: #333333;
}

.bread ul li a:hover {
  color: #333333;
  text-decoration: none;
}

.bread ul li:after {
  content: '>';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.bread ul li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.bread ul li:last-child:after {
  content: none;
}

/* お問い合わせフォーム(form liên lạc) */
.inquiry fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

.inquiry dl {
  margin: 0;
  padding: 0;
}

.inquiry dt {
  font-weight: normal;
  margin-bottom: .2em;
}

.inquiry dd {
  margin-bottom: .8em;
}

.inquiry input[type="text"],
.inquiry input[type="url"],
.inquiry input[type="email"],
.inquiry input[type="tel"],
.inquiry input[type="date"],
.inquiry input[type="number"],
.inquiry select,
.inquiry textarea {
  width: 100%;
  padding: 10.8px;
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
  border: 0;
  border-radius: 5px;
}

.inquiry input[type="text"]:-ms-input-placeholder, .inquiry input[type="url"]:-ms-input-placeholder, .inquiry input[type="email"]:-ms-input-placeholder, .inquiry input[type="tel"]:-ms-input-placeholder, .inquiry input[type="date"]:-ms-input-placeholder, .inquiry input[type="number"]:-ms-input-placeholder, .inquiry select:-ms-input-placeholder, .inquiry textarea:-ms-input-placeholder {
  color: #B3B3B3;
}

.inquiry input[type="text"]::placeholder,
.inquiry input[type="url"]::placeholder,
.inquiry input[type="email"]::placeholder,
.inquiry input[type="tel"]::placeholder,
.inquiry input[type="date"]::placeholder,
.inquiry input[type="number"]::placeholder,
.inquiry select::placeholder,
.inquiry textarea::placeholder {
  color: #B3B3B3;
}

.inquiry input[type="number"] {
  width: 65px;
  text-align: center;
}

.inquiry label {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 0.8em;
}

@media (max-width: 767px) {
  .inquiry label {
    display: block;
  }
}

.inquiry label input {
  margin-right: .2em;
}

.inquiry .required {
  color: #f00;
}

.inquiry .submit {
  margin-top: 2em;
}

@media (max-width: 767px) {
  .inquiry .submit {
    margin-top: 1em;
  }
}

@media (max-width: 767px) {
  .sp_image_cols:not(.sp_col2):not(.sp_col3) .col:not(:last-child) {
    margin-bottom: 1em;
  }
  .sp_image_cols:not(.sp_col2):not(.sp_col3) .col figure {
    overflow: hidden;
  }
  .sp_image_cols:not(.sp_col2):not(.sp_col3) .col figure img {
    float: left;
    width: 32%;
    margin-bottom: 10px;
    vertical-align: middle;
  }
  .sp_image_cols:not(.sp_col2):not(.sp_col3) .col figure figcaption {
    float: right;
    width: 66%;
    margin-top: 0;
    vertical-align: middle;
  }
  .sp_image_cols.sp_col2 .col {
    width: 49%;
  }
  .sp_image_cols.sp_col2 .col:nth-child(odd) {
    clear: both;
    float: left;
  }
  .sp_image_cols.sp_col2 .col:nth-child(even) {
    float: right;
  }
  .sp_image_cols.sp_col3 .col {
    float: left;
    width: 32%;
  }
  .sp_image_cols.sp_col3 .col:nth-child(3n+1) {
    clear: both;
    margin-right: 2%;
  }
  .sp_image_cols.sp_col3 .col:nth-child(3n) {
    float: right;
  }
  .sp_image_left {
    overflow: hidden;
  }
  .sp_image_left .col:first-child {
    display: inline-block;
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 0.5em;
  }
  .sp_image_left .col:last-child {
    float: none;
  }
  .sp_image_right {
    overflow: hidden;
  }
  .sp_image_right .col:first-child {
    display: inline-block;
    float: right;
    width: 32%;
    margin-left: 2%;
    margin-bottom: 0.5em;
  }
  .sp_image_right .col:last-child {
    float: none;
  }
}

table {
  margin: 0 auto;
}

table td,
table th {
  padding: 0.7em 1em;
}

@media (max-width: 767px) {
  table td,
  table th {
    padding: 0.7em .3em;
  }
}

table th {
  text-align: center;
  font-weight: normal;
}

.table-default {
  width: 100%;
}

.table-default caption {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}

.table-default td,
.table-default th {
  border: 1px solid #F5C443;
}

.table-default th {
  background: rgba(245, 196, 67, 0.7);
  color: #fff;
}

.table-default td {
  background: transparent;
}

@media (max-width: 767px) {
  .responsive-stack {
    display: block;
  }
  .responsive-stack thead {
    display: none;
  }
  .responsive-stack tbody,
  .responsive-stack td,
  .responsive-stack th,
  .responsive-stack tr {
    display: block;
  }
  .responsive-stack td,
  .responsive-stack th {
    width: 100% !important;
  }
  .responsive-stack tr:not(:last-child) td,
  .responsive-stack tr:not(:last-child) th {
    border-bottom: 0;
  }
  .responsive-stack tr:last-child :not(:last-child) {
    border-bottom: 0;
  }
}

h1:not(.title) {
  text-align: center;
  position: relative;
  font-size: 40px;
  font-size: 4rem;
  font-weight: bold;
  padding: .8em .5em;
  color: #fff;
  background: #F5C443;
  margin: 0 0 .5em;
}

@media (max-width: 767px) {
  h1:not(.title) {
    font-size: 22px;
    font-size: 2.2rem;
    padding: 1em .5em;
  }
}

h2 {
  overflow: hidden;
  display: block;
  text-align: center;
  margin: 0 auto 1.5em;
  position: relative;
  border: 0;
  word-wrap: break-word;
  font-weight: bold;
  font-size: 40px;
  font-size: 4rem;
  color: #DA3D33;
}

@media (max-width: 767px) {
  h2 {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: .8em;
  }
}

@media (min-width: 768px) {
  h2.img_ttl {
    margin-bottom: 1em;
  }
}

h2 .line {
  position: relative;
  display: inline-block;
}

h2 .line::after, h2 .line::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 4px;
  background: #DA3D33;
  width: 50vw;
}

h2 .line::before {
  right: calc(100% + .5em);
}

h2 .line::after {
  left: calc(100% + .5em);
}

h2 .bg {
  display: inline-block;
  background: #DA3D33;
  color: #fff;
  padding: .4em 1em;
  border-radius: 100px;
}

h2 .bg::before {
  right: 100%;
}

h2 .bg::after {
  left: 100%;
}

h2 .bg.bk {
  background: #333333;
  color: #F5C443;
}

h2 .bg.bk::before, h2 .bg.bk::after {
  background: #333333;
}

h2 .large {
  font-size: 48px;
  font-size: 4.8rem;
}

@media (max-width: 767px) {
  h2 .large {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

h3 {
  margin: 0 0 0.8em;
  color: #333333;
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
  position: relative;
  text-align: center;
}

@media (max-width: 767px) {
  h3 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: .5em;
  }
}

h3.bg_ttl {
  background: #DA3D33;
  color: #fff;
  padding: .3em;
}

@media (min-width: 768px) {
  h3.bg_ttl {
    font-size: 30px;
    font-size: 3rem;
    margin-bottom: .3em;
  }
}

h3.bg_ttl.bk {
  background: #333333;
}

h4 {
  margin: 0 0 0.5em;
  padding-left: 1em;
  font-size: 18px;
  font-size: 1.8rem;
  position: relative;
  color: #333333;
  font-weight: normal;
}

@media (max-width: 767px) {
  h4 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

h4::after {
  content: '';
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  display: block;
  width: 7px;
  height: 3px;
  margin: auto;
  background: #F5C443;
}

.widget_wrap .widget_header {
  font-size: 16px;
  font-size: 1.6rem;
  color: #333333;
  padding: 0.7em 0 0.7em 1em;
  background: rgba(245, 196, 67, 0.05);
}

.widget_wrap .widget_header a {
  text-decoration: none;
}

.widget_wrap .widget_header a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .widget_wrap .widget_header {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.main_visual {
  position: relative;
  table-layout: fixed;
}

.main_visual .main_visual_slick,
.main_visual .slick-track {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 100% !important;
}

.main_visual .slick-track {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

.main_visual .slick-list {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
}

.main_visual .main_visual_slick {
  position: relative;
  margin: 0 auto;
}

.main_visual .main_visual_slick li:not([id^="slick-slide"]) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
}

.main_visual .main_visual_slick li:not([id^="slick-slide"]):not(.slick-active) {
  transition-delay: 0.5s !important;
}

.main_visual .main_visual_slick li:not([id^="slick-slide"]) img {
  position: absolute;
  left: -300%;
  right: -300%;
  margin: auto;
  top: 0;
  height: 100%;
}

.main_visual .main_visual_copy {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  z-index: 53;
}

.main_visual .main_visual_copy > li {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.main_visual .main_visual_copy > li img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 45.25%;
  max-width: 543px;
  max-height: 363px;
  z-index: 52;
}

.main_visual .main_visual_arrow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  z-index: 53;
}

.main_visual .main_visual_arrow .slick-prev {
  left: 25px;
}

.main_visual .main_visual_arrow .slick-next {
  right: 25px;
}

.main_visual .main_visual_arrow .slick-prev:before,
.main_visual .main_visual_arrow .slick-next:before {
  font-size: 30px;
  font-size: 3rem;
}

@media (max-width: 639px) {
  .main_visual .main_visual_arrow .slick-prev {
    left: 10px;
  }
  .main_visual .main_visual_arrow .slick-next {
    right: 10px;
  }
  .main_visual .main_visual_arrow .slick-prev:before,
  .main_visual .main_visual_arrow .slick-next:before {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media (max-width: 639px) {
  .main_visual .main_visual_copy > li img {
    width: 90%;
  }
}

.main_visual .main_visual_slick {
  padding-top: 62.5%!important;
}

@media (min-width: 1200px) {
  .main_visual .main_visual_slick {
    padding-top: 0 !important;
    height: 750px !important;
  }
}

@media (min-width: 1920px) {
  .main_visual .main_visual_slick {
    padding-top: 39.0625%!important;
  }
}

@media (max-width: 639px) {
  .main_visual .main_visual_slick {
    padding-top: 109.375%!important;
  }
}

.slick-dots li button {
  margin: 0 auto;
  background: #ccc;
}

.slick-dots li.slick-active button {
  background: #F5C443;
}

.slide_scroll {
  position: absolute;
  bottom: 1%;
  left: 50%;
  transform: translateX(-50%);
  padding-bottom: 45px;
  background: url(/wp-content/uploads/icon_scroll.png) center bottom no-repeat;
  z-index: 55;
  color: #fff;
  text-decoration: none;
}

.slide_scroll:hover {
  color: #fff;
}

/*
 * ボタン矢印(mũi tên button)
 */
.add_arrow {
  display: block;
  position: relative;
}

.add_arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 7%;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  transform: translate(0, -50%) rotate(45deg);
  transition: 0.2s;
}

.add_arrow.inverse:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.add_arrow.inverse:hover {
  border-color: #000000;
  color: #fff;
  background: #000000;
}

.add_arrow.inverse:hover:after {
  border-color: #fff;
}

.add_arrow:hover {
  border: 1px solid #DBB03E;
  color: #fff;
  background: #DBB03E;
}

.add_arrow:hover:after {
  right: 6%;
  border-color: #fff;
}

/*
 * moreボタン雛形 (hình dạng button more)
 */
.more {
  display: block;
  overflow: hidden;
  margin: auto;
}

.more a, .more input {
  display: block;
  border: 1px solid #F5C443;
  color: #333333;
  background: #F5C443;
  padding: 0.789em;
  margin: 0 auto;
  max-width: 220px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  transition: .3s;
  line-height: 1.8;
  border-radius: 10px;
  font-size: 16px;
  font-size: 1.6rem;
}

.more a.inverse, .more input.inverse {
  border: 1px solid #333333;
  color: #fff;
  background: #333333;
}

/*
 * ボタンエフェクト(button effect)
 */
@media (min-width: 768px) {
  .effect01 {
    overflow: hidden;
    position: relative;
  }
  .effect01:before {
    content: '';
    position: absolute;
    display: block;
    width: 140%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    background: #F5C443;
    opacity: 0.3;
    transform: translateX(-120%) skewX(15deg);
    transition: transform 0.3s;
  }
  .effect01:hover {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
  }
  .effect01:hover:before {
    transform: translateX(-15%) skewX(15deg);
  }
}

.pagetop {
  position: fixed;
  bottom: 5%;
  right: 5%;
  z-index: 100;
}

@media (max-width: 767px) {
  .pagetop {
    bottom: calc(50px + 1%);
  }
}

.pagetop a {
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  padding: 0;
  border-radius: 50%;
  background: #DA3D33;
  border: 2px solid #fff;
}

@media (min-width: 768px) {
  .pagetop a {
    width: 65px;
    height: 65px;
  }
}

.pagetop a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: translate(-50%, -20%) rotate(45deg);
  transition: .2s;
}

footer.high .pagetop {
  position: absolute;
  bottom: auto;
  right: 5%;
  top: 32.5px;
  margin: 0;
  transform: translateY(-95%);
}

@media (max-width: 767px) {
  footer.high .pagetop {
    top: 25px;
  }
}

/*
 * ページトップのデザインタイプ(type design của top page)
 */
.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.lead {
  color: #F5C443;
  font-size: 20px;
  font-size: 2rem;
}

.text-xxlarge {
  font-size: 22px;
  font-size: 2.2rem;
}

.text-xlarge {
  font-size: 18px;
  font-size: 1.8rem;
}

.text-large {
  font-size: 16px;
  font-size: 1.6rem;
}

.text-small {
  font-size: 14px;
  font-size: 1.4rem;
}

.text-xsmall {
  font-size: 12px;
  font-size: 1.2rem;
}

.text-white {
  color: #fff !important;
}

.text-black {
  color: #000 !important;
}

.text-red {
  color: #f00 !important;
}

.text-primary {
  color: #F5C443 !important;
}

.text-secondary {
  color: #DA3D33 !important;
}

@media (max-width: 767px) {
  .sp-hide, .pc-only, .tablet-only {
    display: none !important;
  }
  .sp-text-center {
    text-align: center !important;
  }
  .sp-text-left {
    text-align: left !important;
  }
  .sp-text-right {
    text-align: right !important;
  }
}

@media (min-width: 768px) {
  .lead {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .text-xxlarge {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .text-xlarge {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .text-large {
    font-size: 20px;
    font-size: 2rem;
  }
  .text-small {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .text-xsmall {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .pc-hide, .sp-only {
    display: none !important;
  }
  .pc-text-center {
    text-align: center !important;
  }
  .pc-text-left {
    text-align: left !important;
  }
  .pc-text-right {
    text-align: right !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .tablet-hide {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .tablet-only {
    display: none !important;
  }
  .sp-tablet-only {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .sp-hide02, .pc-only02, .tablet-only02 {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .pc-hide02, .sp-only02 {
    display: none !important;
  }
}

@media (max-width: 639px) {
  .sp-hide03, .pc-only03, .tablet-only03 {
    display: none !important;
  }
}

@media (min-width: 640px) {
  .pc-hide03, .sp-only03 {
    display: none !important;
  }
}

.arial {
  font-family: "Arial", arial !important;
}

.arial_n {
  font-family: "Arial Narrow", arial !important;
}

.color_pri {
  color: #F5C443;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.m-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.inverse h2,
.inverse h3,
.inverse h4,
.inverse p {
  color: #fff;
}

.inverse h2:after {
  background: #fff;
}

.inverse h2 small,
.inverse h2 span {
  color: #fff;
}

.link-tel {
  text-decoration: none;
}

@media (min-width: 768px) {
  .link-tel {
    pointer-events: none;
    cursor: default;
  }
}

/* ================================
utility
================================ */
.flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}

.ani {
  opacity: 0;
  transform: translateY(50px);
  transition: 1.2s .2s;
}

@media (max-width: 767px) {
  .ani {
    transform: translateY(30px);
  }
}

.ani.animated {
  opacity: 1;
  transform: none;
}

.ani_0 {
  transition-delay: 0s;
}

.ani_1 {
  transition-delay: 0.2s;
}

.ani_2 {
  transition-delay: 0.4s;
}

.ani_3 {
  transition-delay: 0.6s;
}

.ani_4 {
  transition-delay: 0.8s;
}

.ani_5 {
  transition-delay: 1s;
}

.ani_6 {
  transition-delay: 1.2s;
}

.ani_7 {
  transition-delay: 1.4s;
}

.ani_8 {
  transition-delay: 1.6s;
}

.ani_9 {
  transition-delay: 1.8s;
}

.ani_10 {
  transition-delay: 2s;
}

.ani_11 {
  transition-delay: 2.2s;
}

.ani_12 {
  transition-delay: 2.4s;
}

.ani_13 {
  transition-delay: 2.6s;
}

.ani_14 {
  transition-delay: 2.8s;
}

.ani_15 {
  transition-delay: 3s;
}

.ani_16 {
  transition-delay: 3.2s;
}

.ani_17 {
  transition-delay: 3.4s;
}

.ani_18 {
  transition-delay: 3.6s;
}

.ani_19 {
  transition-delay: 3.8s;
}

.ani_20 {
  transition-delay: 4s;
}

.ani_21 {
  transition-delay: 4.2s;
}

.ani_22 {
  transition-delay: 4.4s;
}

.ani_23 {
  transition-delay: 4.6s;
}

.ani_24 {
  transition-delay: 4.8s;
}

.ani_25 {
  transition-delay: 5s;
}

.ani_26 {
  transition-delay: 5.2s;
}

.ani_27 {
  transition-delay: 5.4s;
}

.ani_28 {
  transition-delay: 5.6s;
}

.ani_29 {
  transition-delay: 5.8s;
}

.ani_30 {
  transition-delay: 6s;
}

@media (min-width: 768px) {
  .list li {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.9;
    letter-spacing: .06em;
  }
}

@media (max-width: 767px) {
  .list li {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

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

.check_list li {
  position: relative;
  padding-left: 29px;
}

.check_list li::before {
  content: "";
  position: absolute;
  display: block;
  background: url(/wp-content/uploads/check.png) no-repeat center/contain;
  width: 19px;
  height: 18px;
  top: .6em;
  left: 0;
}

@media (max-width: 767px) {
  .check_list li::before {
    top: .4em;
  }
}

/* ================================
メインビジュアル
================================ */
.main_visual {
  position: relative;
}

.main_visual .main_visual_copy {
  top: 14%;
}

.main_visual .main_visual_copy li img {
  width: 70%;
}

.main_visual .btn_wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.main_visual .more {
  position: absolute;
  top: 60.5%;
  z-index: 53;
  width: 100%;
}

@media (max-width: 639px) {
  .main_visual .more {
    top: 68%;
    height: 56px;
    max-height: 11vw;
  }
}

@media (max-width: 639px) {
  .main_visual .more .add_arrow {
    padding: 0;
    height: 56px;
    max-height: 100%;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    font-size: min(4vw, 16px);
  }
}

/* ================================
オフィスリーシングで、このようなお悩みありませんか？ sec_01
================================ */
.sec_01 {
  padding-block: 140px 0;
}

@media (max-width: 767px) {
  .sec_01 {
    padding-block: 8% 0;
  }
}

.sec_01 .content_row {
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .sec_01 .content_row {
    padding-bottom: 80px;
  }
}

.sec_01 .content_row ul {
  width: 792px;
  max-width: 70%;
  margin-inline: auto;
  margin-bottom: 0;
  background: #F4F6F6;
  padding: 60px 6.5%;
  border-radius: 30px;
}

@media (max-width: 767px) {
  .sec_01 .content_row ul {
    max-width: 100%;
    width: -moz-fit-content;
    width: fit-content;
    padding: 20px 15px;
    border-radius: 20px;
  }
}

@media (max-width: 767px) {
  .sec_01 .content_row .img_area {
    display: flex;
    justify-content: center;
    align-items: end;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 15%;
    margin-top: 2%;
  }
}

@media (min-width: 768px) {
  .sec_01 .content_row .img_area .img_01 {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 20%;
  }
}

@media (max-width: 767px) {
  .sec_01 .content_row .img_area .img_01 {
    max-width: 80px;
  }
}

@media (min-width: 768px) {
  .sec_01 .content_row .img_area .img_02 {
    position: absolute;
    right: 7%;
    bottom: 0;
    max-width: 17.5%;
  }
}

@media (min-width: 768px) and (max-width: 1219px) {
  .sec_01 .content_row .img_area .img_02 {
    right: 3%;
  }
}

@media (max-width: 767px) {
  .sec_01 .content_row .img_area .img_02 {
    max-width: 75px;
  }
}

/* ================================
そのお悩み「オフィスステージング」で解決できます。 sec_02
================================ */
.sec_02 {
  background: #F5C443;
  padding-block: 120px;
  border-radius: 100px;
}

@media (max-width: 1279px) {
  .sec_02 {
    border-radius: 50px;
  }
}

@media (max-width: 767px) {
  .sec_02 {
    padding-block: 8%;
    border-radius: 20px;
  }
}

@media (max-width: 767px) {
  .sec_02 h2 img {
    width: 420px;
  }
}

@media (min-width: 768px) {
  .sec_02 .row:not(:last-child) {
    margin-bottom: 3.5%;
  }
}

.sec_02 .content_wrap {
  background: #fff;
  max-width: 362px;
  margin-inline: auto;
  height: 100%;
  padding: 20px 5%;
  border-radius: 20px;
}

@media (max-width: 767px) {
  .sec_02 .content_wrap {
    padding: 20px;
  }
}

.sec_02 .content_wrap h3 {
  color: #DA3D33;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: .7em;
}

/* ================================
オフィスステージング導入のメリット sec_03
================================ */
.sec_03 {
  padding-block: 120px 80px;
}

@media (max-width: 767px) {
  .sec_03 {
    padding-block: 8%;
  }
}

@media (min-width: 768px) {
  .sec_03 .row:not(:last-child) {
    margin-bottom: 3.5%;
  }
}

@media (min-width: 768px) {
  .sec_03 .row .col.break ~ .col {
    margin-top: 5%;
  }
}

.sec_03 .content_wrap {
  background: #F4F6F6;
  max-width: 362px;
  margin-inline: auto;
  height: 100%;
  padding: 40px 5%;
  border-radius: 20px;
}

@media (max-width: 767px) {
  .sec_03 .content_wrap {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .sec_03 .content_wrap img {
    width: 120px;
  }
}

/* ================================
オフィスステージング導入事例 sec_04
================================ */
.sec_04 .lead_txt {
  font-family: "Oswald", sans-serif;
  font-size: 100px;
  font-size: 10rem;
  font-weight: bold;
  line-height: .9;
  margin-bottom: 0;
  text-align: center;
  color: #F4F6F6;
}

@media (max-width: 767px) {
  .sec_04 .lead_txt {
    font-size: 40px;
    font-size: 4rem;
  }
}

.sec_04 .container_wrap {
  background: #F4F6F6;
  padding-block: 80px 120px;
  border-radius: 100px;
}

@media (max-width: 1279px) {
  .sec_04 .container_wrap {
    border-radius: 50px;
  }
}

@media (max-width: 767px) {
  .sec_04 .container_wrap {
    padding-block: 8%;
    border-radius: 20px;
  }
}

.sec_04 .content_row {
  background: #fff;
  padding: 40px 3.4%;
  border-radius: 40px;
}

@media (max-width: 767px) {
  .sec_04 .content_row {
    padding: 20px;
    border-radius: 20px;
  }
}

.sec_04 .content_row:not(:last-child) {
  margin-bottom: 5%;
}

.sec_04 .content_row .content_wrap {
  max-width: 548px;
  margin-inline: auto;
}

.sec_04 .content_row .content_wrap dl {
  margin-top: 1.4em;
}

@media (max-width: 767px) {
  .sec_04 .content_row .content_wrap dl {
    margin-top: .5em;
  }
}

.sec_04 .content_row .content_wrap dl dt {
  background: #F5C443;
  color: #fff;
  font-weight: bold;
  float: left;
  border-radius: 6px;
  padding-inline: .625em;
}

.sec_04 .content_row .content_wrap dl dd {
  padding-left: 5.3em;
  margin-bottom: .6em;
}

.sec_04 .content_row .content_wrap dl dd:last-child {
  margin-bottom: 0;
}

/* ================================
コストと柔軟性で選ぶなら「オフィスステージング」が最適 sec_05
================================ */
.sec_05 {
  padding-block: 120px;
}

@media (max-width: 767px) {
  .sec_05 {
    padding-block: 8%;
  }
}

@media (min-width: 768px) {
  .sec_05 h2 {
    margin-bottom: 1em;
  }
}

.sec_05 .lead_txt {
  margin-block: 1.2em 1.7em;
}

@media (max-width: 767px) {
  .sec_05 .lead_txt {
    margin-block: .8em 1em;
  }
}

@media (max-width: 350px) {
  .sec_05 .lead_txt {
    margin-bottom: 1.5em;
  }
}

.sec_05 .text-xlarge {
  line-height: 1.6;
}

.sec_05 table {
  position: relative;
  z-index: 0;
  margin-block: 2em;
}

@media (max-width: 767px) {
  .sec_05 table {
    margin-block: 1em;
  }
}

.sec_05 table::before {
  content: "";
  position: absolute;
  display: block;
  background: url(/wp-content/uploads/bnr_img018.png) no-repeat bottom center/contain;
  width: 141px;
  max-width: 12vw;
  height: 141px;
  top: -43px;
  left: calc(100% - 48px);
}

@media (max-width: 1400px) {
  .sec_05 table::before {
    left: auto;
    right: -8px;
    top: auto;
    bottom: calc(100% - 12px);
  }
}

@media (max-width: 767px) {
  .sec_05 table::before {
    width: 80px;
    max-width: 16vw;
    bottom: calc(100% - 10px);
  }
}

.sec_05 table th, .sec_05 table td {
  border: 0;
  border-bottom: 1px solid #000;
  text-align: center;
  padding: .4em;
  height: 76px;
  background: #F4F6F6;
  color: #333333;
  line-height: 1.4;
  font-size: 24px;
  font-size: 2.4rem;
}

@media (max-width: 767px) {
  .sec_05 table th, .sec_05 table td {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.sec_05 table th.tag, .sec_05 table td.tag {
  background: #FEF3D8;
}

.sec_05 table thead th, .sec_05 table thead td {
  font-weight: bold;
  height: 56px;
  border: 0;
  color: #fff;
}

.sec_05 table thead th {
  background: #555555;
}

.sec_05 table thead td {
  background: #333333;
}

.sec_05 table thead td.tag {
  background: #DA3D33;
}

.sec_05 table tbody .rd {
  color: #DA3D33;
}

.sec_05 table tbody .or {
  color: #F5C443;
}

/* ================================
プラン紹介 sec_06
================================ */
.sec_06 {
  background: #F5C443;
  padding-block: 120px;
}

@media (max-width: 767px) {
  .sec_06 {
    padding-block: 8%;
  }
}

@media (min-width: 768px) {
  .sec_06 .container {
    width: 1360px;
    max-width: calc(100% - 20px);
    padding: 0;
  }
}

@media (min-width: 768px) {
  .sec_06 .container > .row {
    max-width: 1200px;
    margin-inline: auto;
  }
}

@media (min-width: 768px) {
  .sec_06 .container > .row:not(:last-child) {
    margin-bottom: 3%;
  }
}

.sec_06 .row_wrap_01 {
  background: #fff;
  padding: 40px 2.9%;
  border-radius: 40px;
  max-width: 996px;
  margin-inline: auto;
}

@media (max-width: 767px) {
  .sec_06 .row_wrap_01 {
    padding: 20px;
    border-radius: 20px;
  }
}

.sec_06 .row_wrap_01:not(:last-child) {
  margin-bottom: 7.4%;
}

@media (max-width: 767px) {
  .sec_06 .row_wrap_01:not(:last-child) {
    margin-bottom: 4%;
  }
}

.sec_06 .row_wrap_01 .img_ttl {
  margin-bottom: -61px;
}

@media (max-width: 767px) {
  .sec_06 .row_wrap_01 .img_ttl {
    margin-bottom: -30px;
  }
}

@media (max-width: 767px) {
  .sec_06 .row_wrap_01 .img_ttl img {
    width: 260px;
  }
}

.sec_06 .row_wrap_01 .highlight {
  background: #FEF3D8;
  border-radius: 20px;
  padding: 82px 4% 40px;
}

@media (max-width: 767px) {
  .sec_06 .row_wrap_01 .highlight {
    padding: 35px 20px 20px;
  }
}

.sec_06 .row_wrap_01 .highlight.highlight_02 {
  background: #F4F6F6;
}

.sec_06 .row_wrap_02 {
  background: #fff;
  padding: 80px 5.88% 100px;
  border-radius: 40px;
}

@media (max-width: 767px) {
  .sec_06 .row_wrap_02 {
    padding: 20px;
    border-radius: 20px;
  }
}

.sec_06 .row_wrap_02:not(:last-child) {
  margin-bottom: 3%;
}

@media (max-width: 767px) {
  .sec_06 .row_wrap_02:not(:last-child) {
    margin-bottom: 4%;
  }
}

.sec_06 .row_wrap_02 .content_wrap {
  background: #F4F6F6;
  max-width: 362px;
  margin-inline: auto;
  height: 100%;
  padding: 40px 5%;
  border-radius: 20px;
}

@media (max-width: 767px) {
  .sec_06 .row_wrap_02 .content_wrap {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .sec_06 .row_wrap_02 .content_wrap img {
    width: 120px;
  }
}

/* ================================
お問い合わせからの流れ sec_07
================================ */
.sec_07 {
  padding-block: 120px;
}

@media (max-width: 767px) {
  .sec_07 {
    padding-block: 8%;
  }
}

@media (max-width: 767px) {
  .sec_07 h2 img {
    width: 360px;
  }
}

.sec_07 .content_row {
  background: #F4F6F6;
  padding: 60px 3.4% 70px;
  border-radius: 40px;
}

@media (max-width: 767px) {
  .sec_07 .content_row {
    padding: 20px 10px;
    border-radius: 20px;
  }
}

/* ================================
よくある質問 sec_08
================================ */
.sec_08 {
  position: relative;
  z-index: 0;
  padding-block: 0 120px;
}

@media (max-width: 767px) {
  .sec_08 {
    padding-block: 0 10%;
  }
}

.sec_08 .qa {
  max-width: 995px;
  margin-inline: auto;
  border-radius: 20px;
  background: #F4F6F6;
}

@media (max-width: 767px) {
  .sec_08 .qa {
    border-radius: 10px;
  }
}

.sec_08 .qa:not(:last-child) {
  margin-bottom: 1.6%;
}

@media (max-width: 767px) {
  .sec_08 .qa:not(:last-child) {
    margin-bottom: 4%;
  }
}

.sec_08 .qa .wrap {
  display: grid;
  grid-template-columns: 60px 1fr;
  align-items: center;
  gap: 2.4%;
}

@media (max-width: 767px) {
  .sec_08 .qa .wrap {
    grid-template-columns: 30px 1fr;
    gap: 4%;
  }
}

.sec_08 .qa .wrap .ttl {
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  color: #F5C443;
  font-size: 30px;
  font-size: 3rem;
  text-align: right;
  line-height: 1;
}

@media (max-width: 767px) {
  .sec_08 .qa .wrap .ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.sec_08 .qa .wrap .text_wrap * {
  line-height: 1.4;
}

.sec_08 .qa .question {
  position: relative;
  cursor: pointer;
  margin: 0;
  font-weight: bold;
  padding: 30px calc(6% + 20px) 30px 0;
}

@media (max-width: 767px) {
  .sec_08 .qa .question {
    padding: 15px calc(4% + 20px) 15px 0;
  }
}

.sec_08 .qa .question:before, .sec_08 .qa .question:after {
  content: "";
  position: absolute;
  background: #000;
  transform: translateY(-50%);
  transition: 0.4s;
}

.sec_08 .qa .question:before {
  width: 14px;
  height: 2px;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 6%;
}

@media (max-width: 767px) {
  .sec_08 .qa .question:before {
    right: 4%;
  }
}

.sec_08 .qa .question:after {
  width: 2px;
  height: 14px;
  top: 50%;
  bottom: auto;
  left: auto;
  right: calc(6% + 6px);
}

@media (max-width: 767px) {
  .sec_08 .qa .question:after {
    right: calc(4% + 6px);
  }
}

.sec_08 .qa .question.open:before, .sec_08 .qa .question.open:after {
  transform: translateY(-50%) rotate(-180deg);
}

.sec_08 .qa .question.open:after {
  opacity: 0;
}

.sec_08 .qa .answer {
  display: none;
  padding: 0 5% 30px 0;
}

@media (max-width: 767px) {
  .sec_08 .qa .answer {
    padding: 0 15px 15px 0;
  }
}

.sec_08 .qa .answer .wrap {
  align-items: flex-start;
}

.sec_08 .qa .answer .wrap .ttl {
  color: #DA3D33;
}

/* ================================
お問い合わせ sec_09
================================ */
.sec_09 {
  background: #F5C443;
  padding-block: 130px 90px;
  border-radius: 100px 100px 0 0;
}

@media (max-width: 1279px) {
  .sec_09 {
    border-radius: 50px 50px 0 0;
  }
}

@media (max-width: 767px) {
  .sec_09 {
    padding-block: 8%;
    border-radius: 20px 20px 0 0;
  }
}

.sec_09 .content_row {
  background: #F4F6F6;
  padding: 120px 3.4%;
  border-radius: 40px;
  max-width: 996px;
  margin-inline: auto;
}

@media (max-width: 767px) {
  .sec_09 .content_row {
    padding: 20px;
    border-radius: 20px;
  }
}

@media (min-width: 768px) {
  .sec_09 .content_row h2 {
    margin-bottom: 1.3em;
  }
}

/*# sourceMappingURL=main.css.map */
