@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", "-apple-system", BlinkMacSystemFont, "Helvetica Neue", Roboto, "Droid Sans", Arial, "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-size: 16px;
  font-size: 1.6em;
  line-height: 1.4;
  color: #222;
  height: auto !important;
  overflow: hidden;
}

main {
  overflow: hidden;
}

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

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

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

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

.highlight a {
  color: #222;
}

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

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 2.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: 20px;
  background: #edf1f8;
  color: #222;
}

#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 {
  line-height: 1.4;
  margin: 0;
}

.col p {
  line-height: 1.8;
}

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

header {
  position: relative;
  z-index: 100;
  width: 100%;
  background: #fff;
  color: #222;
}

@media (max-width: 767px) {
  header .container .row {
    margin: 0;
  }
}

header .title {
  margin: 0;
  padding: 15px 0;
  line-height: 1;
}

@media (max-width: 1499px) {
  header .title {
    padding: 20px 0;
  }
  header .title img {
    max-width: 250px;
  }
}

header .title a {
  display: inline-block;
}

header .title img,
header .title object {
  width: 421px;
}

@media (max-width: 600px) {
  header .title img,
  header .title object {
    width: 210px;
  }
}

header .title .wh {
  display: none;
}

header .global_nav > ul {
  position: absolute;
  z-index: -1;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #b3b3b3;
}

@media (min-width: 768px) {
  header .global_nav > ul {
    left: auto;
    width: 50%;
    max-width: 400px;
  }
}

header .global_nav > ul > li {
  border-bottom: 1px solid #b3b3b3;
}

header .global_nav > ul > li a {
  display: block;
  padding: 1em;
  text-decoration: none;
  color: #fff;
  background: rgba(40, 45, 73, 0.9);
}

header .global_nav > ul > li a:hover {
  color: #fff;
}

header .global_nav > ul > li a:active {
  background: #282d49;
  color: #fff;
}

header .global_nav > ul > li > a {
  background: rgba(40, 45, 73, 0.9);
}

header .global_nav .menu_icon {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  z-index: 100;
}

header .global_nav .menu_icon a {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transition: transform 0.3s;
  overflow: hidden;
}

header .global_nav .menu_icon a:after, header .global_nav .menu_icon a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 4px;
  background: #282d49;
  transition: transform 0.5s;
}

header .global_nav .menu_icon a:before {
  top: 0;
}

header .global_nav .menu_icon a:after {
  bottom: 0;
}

header .global_nav .menu_icon a span {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 4px;
  background: #282d49;
  transition: transform 0.5s;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
}

header .global_nav .menu_icon a.close:not(.fix) {
  background: none;
}

header .global_nav .menu_icon a.close:not(.fix):before {
  top: 50%;
  transform: translate(0, -50%) rotate(45deg);
  background: #282d49;
}

header .global_nav .menu_icon a.close:not(.fix):after {
  bottom: 50%;
  transform: translate(0, 50%) rotate(-45deg);
  background: #282d49;
}

header .global_nav .menu_icon a.close:not(.fix) span {
  transform: translate(100%, -50%);
}

header .global_nav > ul {
  transform-origin: center top;
  visibility: hidden;
  transition: transform 0.3s;
  transform: rotateX(90deg);
}

header.menu_open .global_nav > ul {
  visibility: visible;
  transform: rotateX(0deg);
}

@media (min-width: 1000px) {
  header .container {
    max-width: none;
    padding: 0 50px;
  }
}

@media (min-width: 1000px) and (max-width: 1499px) {
  header .container {
    padding: 0 20px;
  }
}

@media (min-width: 1000px) {
  header .row {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    height: 140px;
  }
  header .row::after {
    display: none;
  }
}

@media (min-width: 1000px) and (max-width: 1499px) {
  header .row {
    flex-direction: column;
  }
}

@media (min-width: 1000px) {
  header .global_nav,
  header .title {
    margin: 0;
  }
  header .title {
    display: flex;
    align-items: center;
  }
  header .global_nav {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 0 0 15px;
  }
  header .global_nav > ul {
    position: static;
    z-index: 1;
    width: auto;
    border: none;
    background: none;
    visibility: visible;
    font-size: 0px;
    font-size: 0rem;
    transform: none;
    text-align: left;
    overflow: visible;
    max-width: none;
  }
  header .global_nav > ul > li {
    display: inline-block;
    vertical-align: middle;
    border: none;
    line-height: 1.5;
    padding: 0 0.5em;
    font-size: 16px;
    font-size: 1.6rem;
  }
  header .global_nav > ul > li > a {
    display: inline-block;
    vertical-align: middle;
    color: #222;
    font-weight: bold;
    text-decoration: none;
    background: transparent;
    text-align: center;
    transition: 0.3s;
    border-bottom: 2px solid transparent;
    padding: 0.3em 0.3em;
  }
  header .global_nav > ul > li > a:hover {
    border-bottom: 2px solid #282d49;
    color: #282d49;
  }
  header .global_nav > ul > li > a:active {
    background: none;
  }
  header .global_nav > ul > li > a span {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
  }
  header .global_nav .menu_icon {
    display: none;
  }
}

.hdr_info {
  position: absolute;
  top: 20px;
  right: 50px;
}

.hdr_info p {
  margin: 0 0 10px;
  font-size: 1.4rem;
  text-align: right;
}

.hdr_info .number {
  display: flex;
  justify-content: flex-end;
  gap: 25px;
}

.hdr_info .number dl {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}

.hdr_info .number dt {
  font-weight: normal;
  height: 0;
  padding-top: 28px;
  overflow: hidden;
}

.hdr_info .number .tel dt {
  width: 22px;
  background: url(/wordpress/wp-content/uploads/tel_icon.png) no-repeat;
}

.hdr_info .number .fax dt {
  width: 28px;
  background: url(/wordpress/wp-content/uploads/fax_icon.png) no-repeat;
}

.hdr_info .number dd {
  font-family: "Noto Serif JP", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1;
}

@media (max-width: 1499px) {
  .hdr_info {
    top: 15px;
    right: 20px;
  }
  .hdr_info .number {
    gap: 15px;
  }
  .hdr_info .number dd {
    font-size: 2.4rem;
  }
}

@media (max-width: 999px) {
  .hdr_info {
    right: calc(5% + 40px);
  }
}

@media (min-width: 1001px) {
  body.home header {
    position: absolute;
    left: 0;
    top: 0;
    background: transparent;
    color: #fff;
  }
  body.home header a {
    color: #fff;
  }
  body.home header .title img.bk {
    display: none;
  }
  body.home header .title img.wh {
    display: block;
  }
  body.home header .global_nav > ul > li > a {
    color: #fff;
  }
  body.home header .global_nav > ul > li > a:hover {
    border-color: #fff;
  }
  body.home .hdr_info .number .tel dt {
    width: 17px;
    padding-top: 23px;
    margin-top: 3px;
    background: url(/wordpress/wp-content/uploads/hdr_tel_icon.png) no-repeat;
  }
  body.home .hdr_info .number .fax dt {
    width: 24px;
    padding-top: 24px;
    margin-top: 2px;
    background: url(/wordpress/wp-content/uploads/hdr_fax_icon.png) no-repeat;
  }
}

footer {
  position: relative;
}

footer nav {
  text-align: center;
}

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

footer nav ul li + li {
  border-top: 1px solid #b3b3b3;
}

footer nav a {
  display: block;
  padding: 0.7em 0;
  text-decoration: none;
}

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

footer .footer_copyright_wrap {
  text-align: center;
}

footer .footer_copyright_wrap p {
  padding: 1em 0.3em;
  font-size: 1.2rem;
}

@media (min-width: 768px) {
  footer .row:not(:last-child) {
    margin-bottom: 5px;
  }
  footer nav {
    text-align: center;
    padding: 0.7em 0 0;
  }
  footer nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0px;
    font-size: 0rem;
    white-space: normal;
  }
  footer nav ul > li {
    display: inline;
    padding-left: 0;
    padding-right: 0;
    white-space: nowrap;
    font-size: 16px;
    font-size: 1.6rem;
  }
  footer nav ul li {
    line-height: 1.5;
    white-space: normal;
  }
  footer nav ul li + li {
    border: 0;
  }
  footer nav ul li:not(:first-child):before {
    content: "|";
    margin-right: 0.3em;
    margin-left: 0.3em;
  }
  footer nav a {
    display: inline;
    padding: 0;
  }
}

/*
 * フッターパターンA(footer pattern A)
 */
footer {
  padding-bottom: 50px;
  background: #282d49 url(/wordpress/wp-content/uploads/bg_img004.jpg) no-repeat center bottom/cover;
  color: #fff;
}

footer a {
  color: #fff;
}

footer a:hover {
  color: #fff;
}

@media (min-width: 768px) {
  footer {
    padding-bottom: 50px;
  }
  footer .container .row .col {
    float: none;
    width: 100%;
  }
  footer .container .row nav ul {
    display: inline-block;
  }
  footer .container .row nav a {
    display: inline-block;
    padding: 0.3em;
  }
}

@media (max-width: 767px) {
  footer {
    margin-bottom: 60px;
    background-position: right 35% top;
  }
}

.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: #222;
}

.bread ul li a:hover {
  color: #222;
  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;
}

.button, .inquiry .wpcf7-submit {
  display: inline-block;
  position: relative;
  min-width: 300px;
  margin: 0;
  padding: 1em 1em;
  border: 3px solid #282d49;
  border-radius: 30px;
  line-height: 1.15;
  background: #282d49;
  color: #fff;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
          appearance: none;
  transition: .3s;
  font-size: 1.8rem;
}

@media (max-width: 767px) {
  .button, .inquiry .wpcf7-submit {
    font-size: 1.6rem;
  }
}

.button::before, .inquiry .wpcf7-submit::before, .button::after, .inquiry .wpcf7-submit::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 23px;
  margin: auto;
  transition: right 0.3s;
}

.button::before, .inquiry .wpcf7-submit::before {
  width: 14px;
  height: 2px;
  background: #fff;
  transition: background 0.3s;
}

.button::after, .inquiry .wpcf7-submit::after {
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  transition: border-color 0.3s;
}

.button.down, .inquiry .down.wpcf7-submit {
  max-width: 300px;
  margin: auto;
}

.button.down::before, .inquiry .down.wpcf7-submit::before {
  display: none;
}

.button.down::after, .inquiry .down.wpcf7-submit::after {
  width: 6px;
  height: 6px;
  transform: rotate(135deg);
}

@media (max-width: 999px) {
  .button.down, .inquiry .down.wpcf7-submit {
    font-size: 1.4rem;
  }
  .button.down::after, .inquiry .down.wpcf7-submit::after {
    right: 10px;
  }
}

.button:hover, .inquiry .wpcf7-submit:hover {
  background: transparent;
  color: #282d49;
}

.button:hover::before, .inquiry .wpcf7-submit:hover::before {
  background: #282d49;
}

.button:hover::after, .inquiry .wpcf7-submit:hover::after {
  border-color: #282d49;
}

.highlight .button, .highlight .inquiry .wpcf7-submit, .inquiry .highlight .wpcf7-submit {
  color: #fff;
}

.highlight .button:hover, .highlight .inquiry .wpcf7-submit:hover, .inquiry .highlight .wpcf7-submit:hover {
  color: #282d49;
}

.button.block, .inquiry .block.wpcf7-submit {
  display: block;
  min-width: 0;
}

.button.inverse, .inquiry .inverse.wpcf7-submit {
  border: 0;
  border-radius: 4px;
  background: #000;
  color: #fff;
}

.button.inverse:hover, .inquiry .inverse.wpcf7-submit:hover {
  background: #1a1a1a;
  color: #fff;
}

.button.cancel, .inquiry .cancel.wpcf7-submit {
  background: #888;
  color: #fff;
}

.button.cancel:hover, .inquiry .cancel.wpcf7-submit:hover {
  background: #6f6f6f;
}

.button.large, .inquiry .large.wpcf7-submit {
  padding: 1em 2em;
  font-size: 16px;
  font-size: 1.6rem;
}

.button + .button, .inquiry .wpcf7-submit + .button, .inquiry .button + .wpcf7-submit, .inquiry .wpcf7-submit + .wpcf7-submit {
  margin-left: 0.5em;
}

.cal_wrapper table.cal {
  width: 100%;
}

.cal_wrapper table.cal caption {
  position: relative;
  margin-bottom: 1.0em;
}

.cal_wrapper table.cal .current_ym {
  font-size: 1.8rem;
}

.cal_wrapper table.cal button {
  -webkit-appearance: none;
          appearance: none;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20px;
  height: 0;
  margin: auto;
  padding: 20px 0 0;
  border: 0;
  background: none;
  overflow: hidden;
  cursor: pointer;
}

.cal_wrapper table.cal button::before {
  box-sizing: border-box;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  border: 3px solid #282d49;
}

.cal_wrapper table.cal button.prev {
  left: 0;
}

.cal_wrapper table.cal button.prev::before {
  border-right: 0;
  border-bottom: 0;
  transform: rotate(-45deg);
}

.cal_wrapper table.cal button.next {
  right: 0;
}

.cal_wrapper table.cal button.next::before {
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
}

.cal_wrapper table.cal td {
  padding: 0.5em;
  border-top: solid 1px #eee;
  text-align: center;
}

.cal_wrapper table.cal .headline {
  background-color: rgba(40, 45, 73, 0.7);
  color: #fff;
}

.cal_wrapper table.cal .headline td {
  padding: 0.5em;
}

.cal_wrapper .cal_legend {
  margin-top: 20px;
}

.cal_wrapper .cal_legend dl {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}

.cal_wrapper .cal_legend dl:not(:first-child) {
  margin-top: 10px;
}

.cal_wrapper .cal_legend dt {
  width: 30px;
  height: 0;
  padding-top: 24px;
  overflow: hidden;
}

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

.inquiry fieldset .row {
  margin: 0;
}

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

.inquiry dt {
  font-weight: normal;
}

.inquiry dt.col:not(:last-child) {
  margin-bottom: 1em;
}

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

.inquiry dd:last-child {
  padding-bottom: 0;
}

.inquiry dd .confirm {
  padding: 0 0 1em 1em;
  border-bottom: 1px dashed #ccc;
}

.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: 5px;
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
}

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

.inquiry input.p-postal-code {
  width: 100px;
}

.inquiry input.p-region {
  width: 100px;
}

.inquiry input.p-locality {
  width: 150px;
}

.inquiry input.p-street-address {
  width: 100%;
}

.inquiry input.p-extended-address {
  width: 100%;
}

.inquiry .submit {
  margin: 1em 0;
  text-align: center;
}

.inquiry .submit .button, .inquiry .submit .wpcf7-submit {
  display: block;
  margin: 0 auto 10px;
}

.inquiry .required {
  color: #f00;
}

.inquiry label {
  display: block;
  margin-bottom: 0.5em;
}

@media (min-width: 768px) {
  .inquiry {
    max-width: 780px;
    margin-right: auto;
    margin-left: auto;
  }
  .inquiry fieldset {
    margin: 0;
    padding: 60px;
    border: 0;
  }
  .inquiry dt {
    clear: both;
    padding: 6px 0;
  }
  .inquiry dd {
    padding-bottom: 1.5em;
  }
  .inquiry dd .confirm {
    min-height: 1.5em;
    padding: 6px 0 0;
    border: 0;
    line-height: 1.4;
  }
  .inquiry input[type="text"],
  .inquiry input[type="url"],
  .inquiry input[type="email"],
  .inquiry input[type="tel"],
  .inquiry input[type="date"],
  .inquiry input[type="text"],
  .inquiry select {
    width: 60%;
  }
  .inquiry input[type="number"] {
    width: 65px;
  }
  .inquiry input.p-postal-code {
    width: 100px;
  }
  .inquiry input.p-region {
    width: 100px;
  }
  .inquiry input.p-locality {
    width: 150px;
  }
  .inquiry input.p-street-address {
    width: 100%;
  }
  .inquiry input.p-extended-address {
    width: 100%;
  }
  .inquiry textarea {
    width: 100%;
  }
  .inquiry .submit {
    margin: 60px 0 0;
  }
  .inquiry label {
    display: inline-block;
    margin-top: 6px;
    margin-bottom: 0;
    margin-right: 0.8em;
  }
  .gutters .inquiry dt.col {
    margin-left: 0;
  }
}

.movie {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-top: 56.25%;
}

.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.movie.ar16to9 {
  padding-top: 56.25%;
}

.movie.ar4to3 {
  padding-top: 75%;
}

.news .news_bg {
  background: #edf1f8;
}

.news.typeC .news_bg {
  padding: 1em;
}

.news h2 {
  color: #222;
}

.news dl {
  margin: 0;
  overflow-y: auto;
  max-height: 300px;
}

.news dl dt {
  margin: 0.5em 0 0;
  padding: 0 1em;
  font-weight: normal;
}

.news dl dd {
  margin: 0.5em 0;
  padding: 0 1em 0.5em;
  border-bottom: 1px solid #ccc;
}

.news dl dd a {
  text-decoration: none;
}

.news dl dd a:hover {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .news.typeA > div {
    display: table;
    width: 100%;
    margin: 0 auto;
  }
  .news.typeA > div .heading {
    display: table-cell;
    width: 23.5%;
    vertical-align: middle;
  }
  .news.typeA h2 {
    margin: 0;
    padding: 0;
  }
  .news.typeA h2:after {
    display: none;
  }
  .news.typeA .content {
    display: table-cell;
    overflow: hidden;
    width: 74.5%;
    padding-left: 2%;
    vertical-align: middle;
  }
  .news.typeC .news_bg {
    height: 540px;
    padding: 20px;
  }
  .news.typeC dl {
    max-height: 500px;
  }
  .news dl {
    overflow-y: auto;
    max-height: 200px;
  }
  .news dl dt {
    width: 100px;
    clear: left;
    float: left;
    margin: 0;
    padding: 1em 0 1em 1em;
  }
  .news dl dd {
    margin: 0;
    padding: 1em 0 1em 0;
  }
  .news dl dt + dd {
    padding-left: 120px;
  }
}

.parallax {
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.parallax.ios {
  background-attachment: scroll;
}

.parallax .parallax_contents {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.parallax .parallax_contents h1, .parallax .parallax_contents .h1 {
  margin: 0;
  padding: 1em 0;
}

.shopinfo figure {
  max-width: 80%;
  margin: 0 auto;
}

.shopinfo address {
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-style: normal;
}

.shopinfo dl {
  margin: 2em 0;
  line-height: 1.4;
}

.shopinfo dl:first-child {
  margin-top: 0;
}

.shopinfo dl dt {
  margin: 0 0 0.2em 0;
  font-weight: normal;
}

.shopinfo dl dt:before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 3px;
  margin-right: 0.3em;
  vertical-align: middle;
  background: #282d49;
}

.shopinfo dl dd {
  margin: 0 0 0.5em 1em;
  padding: 0;
}

.shopinfo .map_container {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 90%;
}

.shopinfo .map_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.shopinfo .map_container + p {
  margin-top: 2em;
}

.map_wide {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 90%;
}

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

body.scroll .googlemap {
  pointer-events: none;
}

@media (min-width: 768px) {
  .shopinfo figure {
    max-width: 100%;
  }
  .shopinfo address {
    margin-bottom: 15px;
    text-align: left;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1;
  }
  .shopinfo dl.dl-horizontal {
    margin: 10px 0;
  }
  .shopinfo dl.dl-horizontal dd {
    margin-bottom: 0.3em;
  }
  .shopinfo .map_container {
    padding-top: 70%;
  }
  .shopinfo .span_12 .map_container, .shopinfo .span12 .map_container {
    padding-top: 50%;
  }
  .map_wide {
    padding-top: 420px;
  }
}

@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 #282d49;
}

.table-default th {
  background: rgba(40, 45, 73, 0.7);
  color: #fff;
}

.table-default td {
  background: transparent;
}

.table-menu {
  width: 100%;
}

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

.table-menu td,
.table-menu th {
  padding: 0.7em 1em;
  border-top: 1px solid #282d49;
  border-bottom: 1px solid #282d49;
}

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

.table-menu tbody th {
  text-align: left;
}

.table-menu td:last-child {
  text-align: right;
  white-space: nowrap;
}

.table-schedule {
  width: 100%;
}

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

.table-schedule td,
.table-schedule th {
  border: 1px solid #282d49;
  padding: 0.7em 1em;
  text-align: center;
}

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

.table-schedule thead th {
  background: rgba(40, 45, 73, 0.7);
  color: #fff;
}

.table-schedule tbody th {
  background: transparent;
}

.table-schedule td {
  background: transparent;
}

.table-summary {
  border-top: 1px solid #282d49;
  width: 100%;
}

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

.table-summary td,
.table-summary th {
  padding: 1em;
  border-bottom: 1px solid #282d49;
}

.table-summary th {
  text-align: left;
  font-weight: normal;
  width: 20%;
}

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

@media (max-width: 767px) {
  .responsive-list {
    display: block;
  }
  .responsive-list thead {
    display: none;
  }
  .responsive-list tbody,
  .responsive-list td,
  .responsive-list th,
  .responsive-list tr {
    display: block;
  }
  .responsive-list tr:not(:last-child) td {
    border-bottom: 0;
  }
  .responsive-list td {
    position: relative;
    padding-left: 40%;
    white-space: normal;
    text-align: left;
  }
  .responsive-list td:first-child {
    border-bottom: 0;
  }
  .responsive-list td:last-child {
    border-top: 0;
  }
  .responsive-list td:not(:first-child):not(:last-child) {
    border-top: 0;
    border-bottom: 0;
  }
  .responsive-list td:before {
    content: attr(data-title);
    position: absolute;
    top: 6px;
    left: 6px;
    width: 35%;
    padding-right: 10px;
    white-space: normal;
    text-align: left;
    font-weight: bold;
  }
}

h1:not(.title), h2, h3, h4 {
  font-family: "Noto Serif JP", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-weight: 700;
}

h1:not(.title) a, h2 a, h3 a, h4 a {
  text-decoration: none;
}

h1:not(.title) a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
  text-decoration: underline;
}

h1:not(.title) {
  position: relative;
  margin: 0 0 .5em;
  padding: 0.9em 0;
  background: linear-gradient(90deg, #3b4062 0%, #d89d73 100%);
  color: #fff;
  font-size: 32px;
  font-size: 3.2rem;
  text-align: center;
}

h1:not(.title) span {
  display: block;
  font-size: 22px;
  font-size: 2.2rem;
}

@media (max-width: 767px) {
  h1:not(.title) {
    font-size: 24px;
    font-size: 2.4rem;
  }
  h1:not(.title) span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

h2 {
  position: relative;
  margin: 0 auto 1.25em;
  padding-bottom: 0.5em;
  font-size: 28px;
  font-size: 2.8rem;
  color: #222;
  text-align: center;
}

h2:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: calc(50% - 32px);
  width: 64px;
  height: 4px;
  background: #36417b;
}

@media (max-width: 767px) {
  h2 {
    font-size: 20px;
    font-size: 2rem;
  }
  h2:after {
    left: calc(50% - 16px);
    width: 32px;
    height: 2px;
  }
}

h3 {
  margin: 0 0 1em;
  padding-bottom: 0.5em;
  border-bottom: 1px dotted #222;
  color: #222;
  font-size: 20px;
  font-size: 2rem;
}

@media (max-width: 767px) {
  h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

h4 {
  position: relative;
  margin: 0 0 0.75em;
  padding-left: 1em;
  color: #222;
  font-size: 18px;
  font-size: 1.8rem;
}

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

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

.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 {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 80px;
  pointer-events: none;
}

.main_visual .main_visual_copy img {
  position: absolute;
  left: calc(50% - 700px);
}

@media (max-width: 1399px) {
  .main_visual .main_visual_copy img {
    width: 53.786%;
    max-width: 753px;
    left: 20px;
  }
}

.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: 75%!important;
}

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

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

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

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

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

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

.slide_scroll:hover {
  color: #fff;
}

.article_list {
  padding: .5em;
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) {
  .article_list {
    padding: 1em;
  }
}

.article_list:nth-child(even) {
  background: #edf1f8;
}

.article_list:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: transparent;
  transform: translate(-10px, -10px) rotate(45deg);
  transition: .3s;
}

.article_list:hover:before {
  background: #282d49;
}

.article_list .case_arrow {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: block;
  position: relative;
  height: 245px;
}

@media (max-width: 767px) {
  .article_list .case_arrow {
    height: 80px;
  }
}

.article_list .case_arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin: auto;
  width: 70px;
  height: 70px;
  border-top: 5px solid #282d49;
  border-right: 5px solid #282d49;
  transform: translate(0, -50%) rotate(45deg);
  transform-origin: left top;
  transition: .2s;
}

@media (max-width: 767px) {
  .article_list .case_arrow:after {
    left: 0;
    bottom: 25%;
    border-top: 5px solid #282d49;
    border-right: 5px solid #282d49;
    transform: translate(0, -50%) rotate(135deg);
    transform-origin: center;
  }
}

.article_list .span_12 {
  margin: 2% 0;
}

.article_single01 .article_single01_02 {
  margin-top: 10px;
}

.article_single01 .article_single01_02 img {
  opacity: 1;
  transition: opacity 0.3s;
}

.article_single01 .article_single01_02 img:hover {
  cursor: pointer;
  opacity: 0.7;
}

.article_single01 .ofi {
  background: #edf1f8;
}

.article_single01 .more {
  display: block;
  text-align: center;
}

.article_single02 .article_single02_01 img {
  opacity: 1;
  transition: opacity 0.3s;
}

.article_single02 .article_single02_01 img:hover {
  cursor: pointer;
  opacity: 0.7;
}

.article_single02 .ofi {
  background: #edf1f8;
}

.article_single02 .more {
  display: block;
  text-align: center;
}

@media (min-width: 768px) {
  .article_single03 .article_single03_02 .span_6 {
    width: 45%;
    margin-left: 10%;
  }
  .article_single03 .article_single03_02 .span_6:first-child {
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .article_single03 .article_single03_02 .span_12 {
    margin-left: 0;
    margin-top: 20px;
  }
}

.article_single03 .article_single03_02 img {
  opacity: 1;
  transition: opacity 0.3s;
}

.article_single03 .article_single03_02 img:hover {
  cursor: pointer;
  opacity: 0.7;
}

.article_single03 .case_arrow {
  position: relative;
}

@media (max-width: 767px) {
  .article_single03 .case_arrow {
    margin-bottom: 10%;
  }
}

.article_single03 .case_arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 108%;
  margin: auto;
  width: 35px;
  height: 35px;
  border-top: 3px solid #282d49;
  border-right: 3px solid #282d49;
  transform: translate(0, -50%) rotate(45deg);
  transform-origin: left top;
  transition: 0.2s;
}

@media (max-width: 767px) {
  .article_single03 .case_arrow:after {
    left: 0;
    right: 0;
    top: 105%;
    width: 20px;
    height: 20px;
    transform: translate(0, -50%) rotate(135deg);
    transform-origin: center;
  }
}

.article_single03 .ofi {
  background: #edf1f8;
}

.article_single03 .more {
  display: block;
  text-align: center;
}

.article_single04 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.article_single04 .article_single04_01_img1 .ofi {
  padding-top: 75%;
}

.article_single04 .article_single04_01_img2 .ofi {
  padding-top: 15%;
}

.article_single04 .article_single04_01_img3 .ofi {
  padding-top: 10.8%;
}

.article_single04 .article_single04_01_img4 .ofi {
  padding-top: 8.4%;
}

.article_single04 .article_single04_01_img5 .ofi {
  padding-top: 6.9%;
}

.article_single04 .article_single04_01_img6 .ofi {
  padding-top: 5.8%;
}

.article_single04 .article_single04_01_nav {
  margin-top: 15px;
}

.article_single04 .article_single04_01_nav .ofi {
  padding-top: 11.1%;
}

.article_single04 .article_single04_01_nav .slick-track {
  width: 100% !important;
  transform: none !important;
  left: 0 !important;
}

.article_single04 .article_single04_01_nav li {
  margin-left: 0.8%;
  width: calc(96% / 6) !important;
}

.article_single04 .article_single04_01_nav li:nth-child(1) {
  margin-left: 0;
}

.article_single04.article_container .article_single04_01_img1 .ofi {
  padding-top: 74.5%;
}

.article_single04.article_container .article_single04_01_img2 .ofi {
  padding-top: 18.7%;
}

.article_single04.article_container .article_single04_01_img3 .ofi {
  padding-top: 14.9%;
}

.article_single04.article_container .article_single04_01_img4 .ofi {
  padding-top: 12.5%;
}

.article_single04.article_container .article_single04_01_img5 .ofi {
  padding-top: 10.7%;
}

.article_single04.article_container .article_single04_01_img6 .ofi {
  padding-top: 9.4%;
}

.article_single04.article_container .article_single04_01_nav {
  margin-top: 15px;
}

.article_single04.article_container .article_single04_01_nav .ofi {
  padding-top: 12%;
}

.article_single04.article_container .article_single04_01_nav .slick-track {
  width: 100% !important;
  transform: none !important;
  left: 0 !important;
}

.article_single04.article_container .article_single04_01_nav li {
  margin-left: 0.8%;
  width: calc(96% / 6) !important;
}

.article_single04.article_container .article_single04_01_nav li:nth-child(1) {
  margin-left: 0;
}

.article_single04 .article_single04_02 {
  margin-top: 10px;
}

.article_single04 .article_single04_02 img {
  opacity: 1;
  transition: opacity 0.3s;
}

.article_single04 .article_single04_02 img:hover {
  cursor: pointer;
  opacity: 0.7;
}

.article_single04 .slick-next,
.article_single04 .slick-prev {
  z-index: 1;
}

.article_single04 .slick-next:before,
.article_single04 .slick-prev:before {
  content: none;
}

.article_single04 .slick-next:after,
.article_single04 .slick-prev:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin: auto;
  width: 35px;
  height: 35px;
  border-top: 3px solid #282d49;
  transition: 0.2s;
  z-index: 1;
}

.article_single04 .slick-prev {
  left: 0;
}

.article_single04 .slick-prev:after {
  left: 0;
  border-left: 3px solid #282d49;
  transform: translate(0, -50%) rotate(-45deg);
  transform-origin: right top;
}

.article_single04 .slick-next {
  right: 0;
}

.article_single04 .slick-next:after {
  right: 0;
  border-right: 3px solid #282d49;
  transform: translate(0, -50%) rotate(45deg);
  transform-origin: left top;
}

.article_single04 .ofi {
  background: #edf1f8;
  height: auto !important;
}

.article_single04 .more {
  display: block;
  text-align: center;
}

@media (min-width: 768px) {
  .article_list_case02 .article_list_case02_01 {
    width: 67%;
  }
  .article_list_case02 .article_list_case02_02 {
    width: 31%;
  }
  .article_list_case02.article_single01 .article_single01_02 {
    margin-top: 0;
  }
}

.article_container .article_single01_02 {
  margin-top: 10px;
}

.article_container .article_single01_02 img {
  opacity: 1;
  transition: opacity 0.3s;
}

.article_container .article_single01_02 img:hover {
  cursor: pointer;
  opacity: 0.7;
}

.article_detail {
  background: rgba(40, 45, 73, 0.05);
  padding: 4%;
  margin-bottom: 4%;
  font-size: 15px;
  font-size: 1.5rem;
}

.article_detail .article_date {
  margin-bottom: 1em;
}

.article_detail .article_thumbnail {
  float: left;
  margin: 0 2% 2% 0;
}

.article_detail .article_content {
  float: none;
  width: 100%;
  margin-left: 0;
}

.article_detail .case_arrow {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: block;
  position: relative;
  height: 245px;
}

@media (max-width: 767px) {
  .article_detail .case_arrow {
    height: 80px;
  }
}

.article_detail .case_arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin: auto;
  width: 70px;
  height: 70px;
  border-top: 5px solid #282d49;
  border-right: 5px solid #282d49;
  transform: translate(0, -50%) rotate(45deg);
  transform-origin: left top;
  transition: .2s;
}

@media (max-width: 767px) {
  .article_detail .case_arrow:after {
    left: 0;
    bottom: 25%;
    border-top: 5px solid #282d49;
    border-right: 5px solid #282d49;
    transform: translate(0, -50%) rotate(135deg);
    transform-origin: center;
  }
}

.article_detail .span_12 {
  margin: 2% 0;
}

.wp_pager {
  overflow: hidden;
  margin-bottom: 5%;
}

.wp_pager .wp_pager_prev {
  float: left;
}

.wp_pager .wp_pager_prev a {
  display: block;
  position: relative;
  padding-left: 15px;
  text-decoration: none;
}

.wp_pager .wp_pager_prev a:before, .wp_pager .wp_pager_prev a:after {
  content: "";
  display: block;
  position: absolute;
  left: 2px;
  margin: auto;
  width: 8px;
  height: 1px;
  background: #000;
  transition: .2s;
}

.wp_pager .wp_pager_prev a:before {
  transform: translateY(-50%) rotate(-45deg);
  top: calc(50% - 2px);
}

.wp_pager .wp_pager_prev a:after {
  transform: translateY(-50%) rotate(-135deg);
  top: calc(50% + 3px);
}

.wp_pager .wp_pager_prev a:hover {
  text-decoration: underline;
}

.wp_pager .wp_pager_prev a:hover:before {
  left: 0;
}

.wp_pager .wp_pager_prev a:hover:after {
  left: 0;
}

.wp_pager .wp_pager_next {
  float: right;
}

.wp_pager .wp_pager_next a {
  display: block;
  position: relative;
  padding-right: 15px;
  text-decoration: none;
}

.wp_pager .wp_pager_next a:before, .wp_pager .wp_pager_next a:after {
  content: "";
  display: block;
  position: absolute;
  right: 2px;
  margin: auto;
  width: 8px;
  height: 1px;
  background: #000;
  transform-origin: center;
  transition: .2s;
}

.wp_pager .wp_pager_next a:before {
  transform: translateY(-50%) rotate(45deg);
  top: calc(50% - 2px);
}

.wp_pager .wp_pager_next a:after {
  transform: translateY(-50%) rotate(135deg);
  top: calc(50% + 3px);
}

.wp_pager .wp_pager_next a:hover {
  text-decoration: underline;
}

.wp_pager .wp_pager_next a:hover:before {
  right: 0;
}

.wp_pager .wp_pager_next a:hover:after {
  right: 0;
}

#commentform {
  background: transparent;
  padding: 2% 5%;
  border: 1px solid #333;
}

#commentform #comment {
  width: 100%;
}

#commentform #submit {
  background: #282d49;
  color: #fff;
  border: 0;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 3px 10px;
  margin: 0 auto;
  display: table;
}

#commentform input[type="submit"] {
  background: #282d49;
  color: #fff;
  border: 0;
  font-size: 14px;
  font-size: 1.4rem;
  padding: .3em 1em;
  margin: 0 auto;
  display: table;
  border-radius: 5px;
}

@media (min-width: 768px) {
  #commentform #submit {
    font-size: 18px;
    font-size: 1.8rem;
  }
  #commentform input[type="submit"] {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

header .global_nav > ul > li.has_under > a {
  position: relative;
}

header .global_nav > ul > li.has_under > a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 6%;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(0, -50%) rotate(135deg);
  transition: .2s;
}

header .global_nav > ul > li.has_under > a.menu_under_open:after {
  transform: translate(0, 0) rotate(-45deg);
}

header .global_nav > ul > li > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
}

header .global_nav > ul > li > ul > li {
  border-bottom: 1px solid #b3b3b3;
}

@media (min-width: 1000px) {
  header .global_nav > ul > li.has_under > a {
    padding-right: 1.5em;
  }
  header .global_nav > ul > li.has_under > a:after {
    border-color: #222;
    width: 6px;
    height: 6px;
  }
  header .global_nav > ul > li.has_under > a:after {
    transform: translate(0, -50%) rotate(135deg);
  }
  header .global_nav > ul > li.has_under > a.menu_under_open:after {
    transform: translate(0) rotate(-45deg);
  }
  header .global_nav > ul > li.has_under > ul {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    top: 100%;
    letter-spacing: -.40em;
    background: rgba(40, 45, 73, 0.9);
    z-index: 52;
  }
  header .global_nav > ul > li.has_under > ul > li {
    letter-spacing: normal;
    display: inline-block;
    vertical-align: middle;
    width: 25%;
    text-align: center;
    border-bottom: 0;
    padding: 0;
  }
  header .global_nav > ul > li.has_under > ul > li a {
    background: transparent;
    padding: 1em;
  }
}

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

@media (max-width: 767px) {
  .pagetop {
    bottom: 65px;
  }
}

.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: rgba(40, 45, 73, 0.9);
}

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

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

/*
 * ページトップのデザインタイプ(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: #282d49;
  font-size: 20px;
  font-size: 2rem;
}

.text-xxlarge {
  font-size: 24px;
  font-size: 2.4rem;
}

.text-xlarge {
  font-size: 20px;
  font-size: 2rem;
}

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

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

.text-xsmall {
  font-size: 10px;
  font-size: 1rem;
}

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

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

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

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

.text-navy {
  color: #36417b !important;
}

.text-yellow {
  color: #ffe71f !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: 36px;
    font-size: 3.6rem;
  }
  .text-xlarge {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .text-large {
    font-size: 20px;
    font-size: 2rem;
  }
  .text-small {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .text-xsmall {
    font-size: 10px;
    font-size: 1rem;
  }
  .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;
  }
}

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

@media (min-width: 1000px) {
  .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: #282d49;
}

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

.follow_bar {
  position: fixed;
}

@media (min-width: 768px) {
  .follow_bar {
    right: 0;
    top: 320px;
  }
  .follow_bar img {
    transition: 0.3s;
  }
  .follow_bar:hover img {
    opacity: 0.75;
  }
}

@media (min-width: 768px) and (max-width: 999px) and (orientation: portrait) {
  .follow_bar {
    top: 120px;
  }
  .follow_bar img {
    width: 60px;
  }
}

@media (max-width: 767px) {
  .follow_bar {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
  }
  .follow_bar ul {
    display: flex;
    width: 100%;
    padding: 0;
    list-style: none;
  }
  .follow_bar li.tel {
    width: 60px;
  }
  .follow_bar li.web {
    flex: 1;
  }
  .follow_bar a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    text-decoration: none;
  }
  .follow_bar .tel a {
    background: #222 url(/wordpress/wp-content/uploads/hdr_tel_icon.png) no-repeat center;
  }
  .follow_bar .web a {
    flex-direction: column;
    background: #ffe71f url(/wordpress/wp-content/uploads/icon_arrow_bk.png) no-repeat right 15px center;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .follow_bar .web a small {
    display: block;
    font-size: 1.4rem;
  }
}

.sec_contact {
  padding: 90px 0 50px;
}

@media (max-width: 767px) {
  .sec_contact {
    padding: 50px 0 30px;
  }
}

.sec_contact h2 {
  margin-bottom: 1em;
  padding: 0;
  color: #fff;
}

.sec_contact h2::after {
  display: none;
}

@media (min-width: 768px) {
  .sec_contact h2 {
    font-size: 4.0rem;
    font-weight: 900;
    letter-spacing: 3px;
  }
}

@media (min-width: 1000px) {
  .sec_contact .u1000 {
    display: none;
  }
}

.sec_contact .contact_wrap {
  max-width: 1000px;
  margin: auto;
  padding: 50px 10px;
  background: #fff;
  color: #222;
}

@media (max-width: 767px) {
  .sec_contact .contact_wrap {
    padding: 30px 10px;
  }
}

.sec_contact .number dl {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}

.sec_contact .number dt {
  font-weight: normal;
  height: 0;
  padding-top: 28px;
  overflow: hidden;
}

.sec_contact .number .tel dt {
  width: 22px;
  background: url(/wordpress/wp-content/uploads/tel_icon.png) no-repeat;
}

.sec_contact .number .fax dt {
  width: 28px;
  background: url(/wordpress/wp-content/uploads/fax_icon.png) no-repeat;
}

.sec_contact .number a {
  color: #222;
}

.sec_contact .number dd {
  font-family: "Noto Serif JP", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-weight: 700;
  line-height: 1;
}

@media (min-width: 768px) {
  .sec_contact .number {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-bottom: 30px;
  }
  .sec_contact .number dt {
    margin-top: 3px;
  }
  .sec_contact .number dd {
    font-size: 4.0rem;
  }
}

@media (max-width: 767px) {
  .sec_contact .number {
    margin-bottom: 20px;
  }
  .sec_contact .number dl {
    justify-content: center;
    margin-bottom: 15px;
  }
  .sec_contact .number dt {
    margin-top: 2px;
  }
  .sec_contact .number dd {
    font-size: 3.0rem;
  }
}

.sec_contact .web {
  text-align: center;
}

.sec_contact .web .button, .sec_contact .web .inquiry .wpcf7-submit, .inquiry .sec_contact .web .wpcf7-submit {
  border-radius: 10px;
  font-weight: bold;
}

@media (min-width: 768px) {
  .sec_contact .web .button, .sec_contact .web .inquiry .wpcf7-submit, .inquiry .sec_contact .web .wpcf7-submit {
    padding: 1.2em 2em;
    font-size: 3.0rem;
  }
  .sec_contact .web .button::before, .sec_contact .web .inquiry .wpcf7-submit::before, .inquiry .sec_contact .web .wpcf7-submit::before {
    right: 25px;
    width: 22px;
    height: 3px;
  }
  .sec_contact .web .button::after, .sec_contact .web .inquiry .wpcf7-submit::after, .inquiry .sec_contact .web .wpcf7-submit::after {
    right: 25px;
    width: 10px;
    height: 10px;
    border-width: 3px;
  }
}

@media (max-width: 767px) {
  .sec_contact .web .button, .sec_contact .web .inquiry .wpcf7-submit, .inquiry .sec_contact .web .wpcf7-submit {
    font-size: 1.6rem;
  }
}

.home_h2 {
  padding-bottom: 0;
  font-weight: 900;
}

.home_h2::after {
  display: none;
}

.home_h2 .balloon {
  display: inline-block;
  position: relative;
  line-height: 1;
}

.home_h2 .balloon::before, .home_h2 .balloon::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  background: #222;
}

.home_h2 .balloon::before {
  left: 0;
  transform: rotate(-30deg);
}

.home_h2 .balloon::after {
  right: 0;
  transform: rotate(30deg);
}

@media (min-width: 768px) {
  .home_h2 {
    font-size: 5.0rem;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .home_h2 {
    font-size: 4.0rem;
  }
}

.sec_home01 {
  margin-bottom: 0;
  background: #f8f8f8;
}

@media (min-width: 768px) {
  .sec_home01 {
    padding-top: 90px;
  }
}

@media (min-width: 768px) and (max-width: 1099px) {
  .sec_home01 .home_h2 {
    font-size: 3.6rem;
  }
}

@media (max-width: 767px) {
  .sec_home01 {
    padding-top: 50px;
  }
}

.sec_home02 {
  position: relative;
  margin-bottom: 0;
  background: linear-gradient(90deg, #3b4062 0%, #d89d73 100%);
}

.sec_home02 .home_h2 {
  margin-bottom: 0;
  color: #fff;
  line-height: 1.5;
}

.sec_home02 .home_h2 .balloon::before, .sec_home02 .home_h2 .balloon::after {
  background: #fff;
}

.sec_home02::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: linear-gradient(90deg, #3b4062 0%, #d89d73 100%);
}

@media (min-width: 768px) {
  .sec_home02 {
    padding-top: 45px;
    padding-bottom: 55px;
  }
  .sec_home02 .home_h2 .balloon {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 4.0rem;
  }
  .sec_home02 .home_h2 .balloon::before, .sec_home02 .home_h2 .balloon::after {
    width: 2px;
    height: 30px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .sec_home02 .home_h2 .text-yellow {
    display: block;
  }
}

@media (min-width: 768px) {
  .sec_home02::after {
    height: 40px;
    -webkit-clip-path: polygon(calc(50% - 40px) 0, calc(50% + 40px) 0, 50% 100%);
            clip-path: polygon(calc(50% - 40px) 0, calc(50% + 40px) 0, 50% 100%);
  }
}

@media (max-width: 767px) {
  .sec_home02 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .sec_home02 .home_h2 .balloon {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 1.8rem;
  }
  .sec_home02 .home_h2 .balloon::before, .sec_home02 .home_h2 .balloon::after {
    width: 2px;
    height: 16px;
  }
  .sec_home02 .home_h2 .text-yellow {
    display: block;
  }
  .sec_home02::after {
    height: 20px;
    -webkit-clip-path: polygon(calc(50% - 20px) 0, calc(50% + 20px) 0, 50% 100%);
            clip-path: polygon(calc(50% - 20px) 0, calc(50% + 20px) 0, 50% 100%);
  }
}

.sec_home03 {
  margin-bottom: 0;
  background: #edf1f8;
}

.sec_home03 .home_h2 {
  position: relative;
}

.sec_home03 .home_h2::before {
  content: "What's";
  display: block;
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  background: none;
  color: #fff;
  font-family: "Times New Roman", "Noto Serif JP", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  line-height: 1;
  text-align: center;
}

.sec_home03 .home_h2 span {
  position: relative;
}

@media (min-width: 768px) {
  .sec_home03 {
    padding: 170px 0 130px;
  }
  .sec_home03 .home_h2::before {
    bottom: 10px;
    font-size: 18.0rem;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .sec_home03 .home_h2::before {
    font-size: 12.0rem;
  }
}

@media (max-width: 767px) {
  .sec_home03 {
    padding: 60px 0 50px;
  }
  .sec_home03 .home_h2::before {
    bottom: 5px;
    font-size: 6.0rem;
  }
}

.sec_home04 {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .sec_home04 {
    position: relative;
    padding: 120px 0 90px;
  }
  .sec_home04 .home_h2 {
    white-space: nowrap;
  }
  .sec_home04 .home_h2 .balloon {
    padding-left: 35px;
    padding-right: 35px;
  }
  .sec_home04 .home_h2 .balloon::before, .sec_home04 .home_h2 .balloon::after {
    width: 2px;
    height: 40px;
  }
  .sec_home04 .text_wrap {
    max-width: 520px;
    margin: 70px auto 0 50px;
  }
  .sec_home04 .text_wrap p {
    line-height: 2.1875;
  }
  .sec_home04::before {
    content: 'EXAMPLE';
    display: block;
    position: absolute;
    bottom: 0;
    left: calc(50% - 60px);
    z-index: -1;
    color: #edf1f8;
    font-family: "Times New Roman", "Noto Serif JP", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
    font-size: 18.0rem;
    font-weight: bold;
    line-height: 1;
  }
}

@media (min-width: 768px) and (max-width: 1599px) {
  .sec_home04::before {
    left: auto;
    right: 5px;
    font-size: 11vw;
  }
}

@media (min-width: 768px) and (max-width: 1299px) {
  .sec_home04 .text_wrap {
    max-width: none;
    margin: 0;
  }
}

@media (max-width: 767px) {
  .sec_home04 {
    padding: 50px 0 50px;
  }
}

.sec_home05 {
  margin-bottom: 0;
}

.sec_home05 .case_wrap {
  max-width: 550px;
}

.sec_home05 .text_wrap {
  position: relative;
  max-width: 510px;
  margin-left: auto;
  background: #edf1f8;
  box-shadow: 15px 15px 20px 0px rgba(0, 0, 0, 0.13);
}

.sec_home05 .text_wrap h3 {
  padding: 0 0 0 0.75em;
  border-bottom: 0;
  border-left: 4px solid #36417b;
  color: #36417b;
}

.sec_home05 .text_wrap p {
  font-size: 1.4rem;
}

.sec_home05 .case {
  margin-top: 25px;
  padding: 15px 20px;
  background: #fff;
  font-size: 1.4rem;
}

.sec_home05 .case p {
  margin-bottom: 0;
}

.sec_home05 .case ul {
  padding: 0;
  list-style: none;
}

.sec_home05 .case li::before {
  content: '・';
}

@media (min-width: 768px) {
  .sec_home05 {
    padding: 90px 0 140px;
  }
  .sec_home05 .col:nth-child(2) .case_wrap {
    margin-left: auto;
  }
  .sec_home05 .text_wrap {
    top: -60px;
    padding: 30px 30px;
  }
}

@media (max-width: 767px) {
  .sec_home05 {
    padding-bottom: 50px;
  }
  .sec_home05 .case_wrap {
    margin: 0 auto;
  }
  .sec_home05 .text_wrap {
    top: -30px;
    padding: 20px 20px;
  }
}

.sec_home06 {
  margin-bottom: 0;
  background: url(/wordpress/wp-content/uploads/bg_img001.jpg) no-repeat center/cover;
}

.sec_home06 .home_h2 {
  position: relative;
}

.sec_home06 .home_h2::before {
  content: "CONCEPT";
  display: block;
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  background: none;
  color: #fff;
  font-family: "Times New Roman", "Noto Serif JP", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  line-height: 1;
  text-align: center;
}

.sec_home06 .home_h2 span {
  position: relative;
}

.sec_home06 figcaption {
  display: inline-block;
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 0 0.5em 0.25em;
  background: linear-gradient(0deg, #fff 0%, #fff 60%, transparent 60%, transparent 100%);
  font-family: "Noto Serif JP", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-weight: 700;
  text-align: center;
}

.sec_home06 p {
  margin-top: 0;
}

@media (min-width: 768px) {
  .sec_home06 {
    padding: 210px 0 140px;
  }
  .sec_home06 .home_h2::before {
    bottom: 10px;
    font-size: 18.0rem;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .sec_home06 .home_h2::before {
    font-size: 12.0rem;
  }
}

@media (min-width: 768px) {
  .sec_home06 .image_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 160px;
  }
  .sec_home06 figcaption {
    font-size: 2.6rem;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .sec_home06 figcaption {
    font-size: 2.0rem;
  }
}

@media (min-width: 768px) {
  .sec_home06 p {
    line-height: 2.1875;
  }
}

@media (max-width: 767px) {
  .sec_home06 {
    padding: 60px 0 50px;
  }
  .sec_home06 .home_h2::before {
    bottom: 5px;
    font-size: 6.0rem;
  }
  .sec_home06 .image_wrap {
    display: block;
  }
  .sec_home06 figcaption {
    font-size: 2.0rem;
  }
  .sec_home06 .col:not(:last-child) {
    margin-bottom: 30px;
  }
}

.sec_home_content {
  margin-bottom: 0;
  background: #edf1f8;
}

.sec_home_content h2 {
  margin-bottom: 0.5em;
  padding: 0;
  font-weight: 900;
}

.sec_home_content h2::after {
  display: none;
}

.sec_home_content .more .button + .button, .sec_home_content .more .inquiry .wpcf7-submit + .button, .inquiry .sec_home_content .more .wpcf7-submit + .button, .sec_home_content .more .inquiry .button + .wpcf7-submit, .inquiry .sec_home_content .more .button + .wpcf7-submit, .sec_home_content .more .inquiry .wpcf7-submit + .wpcf7-submit, .inquiry .sec_home_content .more .wpcf7-submit + .wpcf7-submit {
  margin: 20px 0 0;
}

@media (min-width: 768px) {
  .sec_home_content {
    overflow: hidden;
  }
  .sec_home_content .row {
    position: relative;
    padding-bottom: 100px;
  }
  .sec_home_content .row::before {
    display: block;
    position: absolute;
    bottom: 0;
    color: #fff;
    font-family: "Times New Roman", "Noto Serif JP", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
    font-size: 18.0rem;
    font-weight: bold;
    line-height: 1;
  }
}

@media (min-width: 768px) and (max-width: 1749px) {
  .sec_home_content .row {
    padding-bottom: 80px;
  }
  .sec_home_content .row::before {
    font-size: 12.0rem;
  }
}

@media (min-width: 768px) {
  .sec_home_content .text_wrap {
    max-width: 510px;
    padding-top: 40px;
  }
  .sec_home_content h2 {
    font-size: 4.0rem;
    text-align: left;
  }
  .sec_home_content p {
    line-height: 2.1875;
  }
  .sec_home_content .more {
    margin-top: 40px;
  }
  .sec_home_content .image_wrap {
    position: relative;
    padding-bottom: 90px;
  }
  .sec_home_content .image_wrap::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: 845px;
    height: 563px;
  }
  .sec_home_content figure {
    width: 100%;
    height: 563px;
    position: relative;
  }
  .sec_home_content figure img {
    max-width: none;
    position: absolute;
    top: 0;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .sec_home_content figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

@media (max-width: 767px) {
  .sec_home_content .more {
    margin-top: 30px;
    text-align: center;
  }
}

.sec_home07 {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .sec_home07 {
    padding: 130px 0 100px;
  }
  .sec_home07 .row::before {
    content: 'SIMULATION';
    right: calc(50% - 340px);
  }
}

@media (min-width: 768px) and (max-width: 1049px) {
  .sec_home07 .row::before {
    right: auto;
    left: 5px;
  }
}

@media (min-width: 768px) {
  .sec_home07 .text_wrap {
    padding-right: 20px;
  }
  .sec_home07 .image_wrap::before {
    left: 114px;
    background: url(/wordpress/wp-content/uploads/bg_img002.png);
  }
  .sec_home07 figure img {
    left: 0;
  }
}

@media (max-width: 767px) {
  .sec_home07 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (min-width: 768px) {
  .sec_home08 {
    padding: 0 0 130px;
  }
  .sec_home08 .row::before {
    content: 'FINANCING';
    left: calc(50% - 150px);
  }
}

@media (min-width: 768px) and (max-width: 1049px) {
  .sec_home08 .row::before {
    left: auto;
    right: 5px;
  }
}

@media (min-width: 768px) {
  .sec_home08 .text_wrap {
    margin-left: auto;
    padding-left: 20px;
  }
  .sec_home08 .image_wrap::before {
    right: 114px;
    background: url(/wordpress/wp-content/uploads/bg_img003.png);
  }
  .sec_home08 figure img {
    right: 0;
  }
}

@media (max-width: 767px) {
  .sec_home08 {
    padding-bottom: 50px;
  }
}

.sec_home09 {
  margin-bottom: 0;
}

.sec_home09 .home_h2 {
  position: relative;
}

.sec_home09 .home_h2::before {
  content: "FAQ";
  display: block;
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  background: none;
  color: #edf1f8;
  font-family: "Times New Roman", "Noto Serif JP", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  line-height: 1;
  text-align: center;
}

.sec_home09 .home_h2 span {
  position: relative;
}

.sec_home09 .faq {
  border-bottom: 1px solid #dedede;
}

.sec_home09 .faq .q {
  position: relative;
  margin-bottom: 1em;
  font-family: "Noto Serif JP", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-weight: 700;
}

.sec_home09 .faq .q::before {
  content: 'Q';
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  border-radius: 50%;
  background: #282d49;
  color: #fff;
  line-height: 1;
}

@media (min-width: 768px) {
  .sec_home09 {
    padding: 230px 0 190px;
  }
  .sec_home09 .home_h2::before {
    bottom: 10px;
    font-size: 18.0rem;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .sec_home09 .home_h2::before {
    font-size: 12.0rem;
  }
}

@media (min-width: 768px) {
  .sec_home09 .faq {
    padding-bottom: 30px;
  }
  .sec_home09 .faq:not(:last-child) {
    margin-bottom: 30px;
  }
  .sec_home09 .faq .q {
    padding-left: 60px;
    font-size: 2.6rem;
  }
  .sec_home09 .faq .q::before {
    width: 44px;
    height: 44px;
    font-size: 2.0rem;
  }
  .sec_home09 .faq .a p {
    line-height: 2.1875;
  }
  .sec_home09 .more {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .sec_home09 {
    padding: 60px 0 50px;
  }
  .sec_home09 .home_h2::before {
    bottom: 5px;
    font-size: 6.0rem;
  }
  .sec_home09 .faq {
    padding-bottom: 20px;
  }
  .sec_home09 .faq:not(:last-child) {
    margin-bottom: 20px;
  }
  .sec_home09 .faq .q {
    padding-left: 40px;
    font-size: 1.8rem;
  }
  .sec_home09 .faq .q::before {
    top: 0;
    bottom: 0;
    width: 24px;
    height: 24px;
    margin: auto;
    font-size: 1.6rem;
  }
  .sec_home09 .more {
    margin-top: 30px;
  }
}

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

.sec_home10 .news_title {
  margin: 0;
  background: #222;
  color: #fff;
}

.sec_home10 .news_title::after {
  display: none;
}

.sec_home10 .news {
  background: #f5f5f5;
}

@media (min-width: 768px) {
  .sec_home10 {
    padding-bottom: 130px;
  }
  .sec_home10 a img {
    transition: opacity 0.3s;
  }
  .sec_home10 a:hover img {
    opacity: 0.75;
  }
  .sec_home10 .row_company {
    margin-bottom: 120px;
  }
  .sec_home10 .news_wrap {
    display: flex;
  }
  .sec_home10 .news_title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 240px;
    padding: 0;
    font-size: 3.0rem;
  }
  .sec_home10 .news {
    flex: 1;
    padding: 25px;
  }
}

@media (max-width: 767px) {
  .sec_home10 {
    padding-bottom: 50px;
  }
  .sec_home10 .row_company {
    margin-bottom: 40px;
  }
  .sec_home10 .news_title {
    padding: 0.5em 0;
  }
  .sec_home10 .news {
    flex: 1;
    padding: 15px 0;
  }
}

.step:not(:last-child) {
  position: relative;
  margin-bottom: 50px;
}

.step:not(:last-child)::after {
  content: '';
  display: block;
  position: absolute;
  top: calc(100% + 15px);
  left: 0;
  right: 0;
  width: 40px;
  aspect-ratio: 1.732 / 1;
  margin: auto;
  background: #36417b;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.faq_contents:not(:last-child) {
  margin-bottom: 20px;
}

.faq_contents .q {
  display: block;
  position: relative;
  padding: 1em 50px 1em 1em;
  background: #edf1f8;
  cursor: pointer;
}

.faq_contents .q::before {
  content: 'Q.';
  margin-right: 0.5em;
  color: #36417b;
  font-weight: bold;
}

.faq_contents .q::after {
  content: '＋';
  display: block;
  position: absolute;
  height: 20px;
  right: 1em;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #36417b;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1;
}

.faq_contents[open] .q::after {
  content: 'ー';
}

.faq_contents .a {
  padding: 1em;
}

.case_contents {
  background: #edf1f8;
}

.case_contents:not(:last-child) {
  margin-bottom: 20px;
}

.case_contents .case_title {
  display: block;
  position: relative;
  padding: 1em 50px 1em 1em;
  background: #edf1f8;
  cursor: pointer;
}

.case_contents .case_title h3 {
  margin: 0;
  padding: 0;
  border: 0;
}

.case_contents .case_title::after {
  content: '＋';
  display: block;
  position: absolute;
  height: 20px;
  right: 1em;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #36417b;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1;
}

.case_contents[open] .case_title::after {
  content: 'ー';
}

.case_contents .case_body {
  padding: 20px 30px;
}

.case_contents .case_body ul {
  padding-left: 1.25em;
}

.case_contents .request {
  position: relative;
  margin-bottom: 50px;
  padding: 20px 30px;
  background: #fff;
}

.case_contents .request::after {
  content: '';
  display: block;
  position: absolute;
  top: calc(100% + 15px);
  left: 0;
  right: 0;
  width: 40px;
  aspect-ratio: 1.732 / 1;
  margin: auto;
  background: #36417b;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.case_contents .suggestion {
  padding: 20px 30px;
  background: #c8d4ea;
}

@media (max-width: 767px) {
  .case_contents .case_body {
    padding: 10px;
  }
  .case_contents .request {
    padding: 10px;
  }
  .case_contents .suggestion {
    padding: 10px;
  }
}

.sec_sim h4 {
  margin-bottom: 30px;
}

.sec_sim input[type="text"],
.sec_sim input[type="number"] {
  border: 1px solid #282d49;
  padding: 0.5em;
}

.sec_sim select {
  padding: 0.25em 0.5em;
}

.sec_sim input[type="number"] {
  margin-right: 0.5em;
  -moz-appearance: textfield;
}

.sec_sim input[type="number"]::-webkit-inner-spin-button, .sec_sim input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.sec_sim .cond {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #ccc;
}

@media (min-width: 1000px) {
  .sec_sim .cond {
    display: flex;
  }
  .sec_sim .cond dt {
    width: 120px;
  }
  .sec_sim .cond dd {
    flex: 1;
  }
}

.sec_sim .control {
  margin-top: 30px;
}

.sec_sim .control .button::before, .sec_sim .control .inquiry .wpcf7-submit::before, .inquiry .sec_sim .control .wpcf7-submit::before, .sec_sim .control .button::after, .sec_sim .control .inquiry .wpcf7-submit::after, .inquiry .sec_sim .control .wpcf7-submit::after {
  display: none;
}

.sec_sim .control .button.submit, .sec_sim .control .inquiry .submit.wpcf7-submit, .inquiry .sec_sim .control .submit.wpcf7-submit {
  border-color: #46549e;
  background: #46549e;
}

.sec_sim .control .button.submit:hover, .sec_sim .control .inquiry .submit.wpcf7-submit:hover, .inquiry .sec_sim .control .submit.wpcf7-submit:hover {
  border-color: #46549e;
  background: transparent;
}

@media (min-width: 1000px) {
  .sec_sim .control {
    display: flex;
  }
  .sec_sim .control .button, .sec_sim .control .inquiry .wpcf7-submit, .inquiry .sec_sim .control .wpcf7-submit {
    flex: 1;
    min-width: 0;
  }
}

@media (max-width: 999px) {
  .sec_sim .control {
    text-align: center;
  }
  .sec_sim .control .button, .sec_sim .control .inquiry .wpcf7-submit, .inquiry .sec_sim .control .wpcf7-submit {
    margin: 5px;
  }
}

.sec_sim .result dt {
  margin-bottom: 1em;
  font-size: 2.0rem;
  text-align: center;
}

.sec_sim .result dd {
  font-size: 2.0rem;
  text-align: center;
}

.sec_sim #result {
  margin-right: 0.25em;
  font-size: 2.4rem;
  text-align: right;
}

@media (max-width: 767px) {
  .sec_sim #result {
    width: 80%;
  }
}

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