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

@font-face {
  font-family: 'epress';
  src: url("fonts/icomoon.eot?uvj346");
  src: url("fonts/icomoon.eot?uvj346#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?uvj346") format("truetype"), url("fonts/icomoon.woff?uvj346") format("woff"), url("fonts/icomoon.svg?uvj346#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

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

body {
  background: #fff;
  font-family: "-apple-system", BlinkMacSystemFont, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic Medium", YuGothic, Meiryo, sans-serif;
  font-size: 16px;
  font-size: 1.6em;
  line-height: 1.4;
  color: #222222;
  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: #222222;
  text-decoration: underline;
}

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

.highlight a {
  color: #222222;
}

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

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: 4% 0;
  background: rgba(228, 214, 233, 0.05);
  color: #222222;
}

body:not(.home) .column_main .highlight {
  padding-left: 4%;
  padding-right: 4%;
}

#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: -0.4em;
  }
  .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 + .epress_search,
main .column_main .widget_header + .textwidget,
main .column_sub .widget_header + .epress_search,
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: -0.4em;
  }
  .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: 1000px;
  }
}

@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: 1020px) {
  .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);
}

.ei {
  font-family: 'epress';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: 14px;
  font-size: 1.4rem;
}

.ei.ei_triangle:before {
  content: '\e915';
}

.ei.ei_triangle_s:before {
  content: '\e916';
}

.ei.ei_circle:before {
  content: '\e917';
}

.ei.ei_circle_s:before {
  content: '\e918';
}

.ei.ei_circle_d:before {
  content: '\e919';
}

.ei.ei_square:before {
  content: '\e91a';
}

.ei.ei_square_s:before {
  content: '\e91b';
}

.ei.ei_times:before {
  content: '\e91c';
}

.ei.ei_star:before {
  content: '\e91d';
}

.ei.ei_star_s:before {
  content: '\e91e';
}

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

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

img.wp-edited-image.aligncenter {
  margin: 0 auto 10px;
  display: block;
}

img.wp-edited-image.alignright {
  margin: auto 0 auto auto;
  display: block;
}

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

header .row {
  margin: 0 14px;
}

header .container {
  padding: 0 20px  !important;
}

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

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

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

header .title img,
header .title object {
  width: 240px;
  height: 25px;
  max-width: none;
}

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

@media (max-width: 600px) {
  header .title img,
  header .title object {
    width: 250px;
    height: 26.04167px;
    min-height: 45px;
  }
}

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 #e6e6e6;
}

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

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

header .global_nav > ul > li a {
  display: block;
  padding: 1em;
  text-decoration: none;
  color: #444444;
  background: #5c4eb0;
}

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

header .global_nav > ul > li a:active {
  background: #e4d6e9;
  color: #444444;
}

header .global_nav > ul > li > a {
  background: #5c4eb0;
}

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: #5c4eb0;
  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: #5c4eb0;
  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: #5c4eb0;
}

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

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

#google_translate_element,
.translate_gt {
  position: absolute;
  top: 50%;
  right: 15%;
  margin-top: -12px;
}

.translate_gt {
  margin-top: -14px;
}

@media (min-width: 900px) {
  header .row {
    display: flex;
    gap: 1.1em;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
}

@media (min-width: 900px) and (max-width: 979px) {
  header .row {
    gap: 0.7em;
  }
}

@media (min-width: 900px) and (max-width: 924px) {
  header .row {
    gap: 0.5em;
  }
}

@media (min-width: 900px) {
  header .row .hdr_box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 30px;
    flex: 1;
  }
  header .row .hdr_box .global_nav {
    max-width: 700px;
  }
  header .row .hdr_box::after {
    display: none;
  }
  header .row:after {
    display: none;
  }
  header .container {
    max-width: 1200px;
  }
  header .container .row {
    width: auto;
    margin: 0;
  }
}

@media (min-width: 900px) and (max-width: 1575px) {
  header .container .row {
    width: 100%;
  }
}

@media (min-width: 900px) {
  header .global_nav,
  header .title {
    margin: 0;
    vertical-align: middle;
    display: flex;
    align-items: center;
    height: 130px;
  }
  header .title {
    max-width: none;
    max-width: none;
    padding: 20px 0;
  }
  header .global_nav {
    padding: 0;
    vertical-align: bottom;
  }
  header .global_nav > ul {
    position: static;
    display: inline-block;
    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;
    border-left: 1px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  header .global_nav > ul > li:not(.gnav_search) {
    text-align: center;
  }
  header .global_nav > ul > li:not(.gnav_search) > a {
    position: relative;
  }
  header .global_nav > ul > li > a {
    display: inline-block;
    vertical-align: middle;
    color: #222222;
    text-decoration: none;
    background: transparent;
    text-align: center;
    transition: 0.3s;
    border-bottom: 2px solid transparent;
    padding: 0.3em 0;
    border-bottom: 4px solid transparent;
    font-size: 18px;
    font-size: 1.8rem;
  }
  header .global_nav > ul > li > a:hover {
    border-bottom: 4px solid #5c4eb0;
    color: #444444;
  }
  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;
  }
  #google_translate_element,
  .translate_gt {
    position: static;
    float: right;
    margin-top: 3px;
    margin-left: 1em;
  }
  .translate_gt {
    margin-top: 0;
  }
}

@media (max-width: 899px) {
  header .global_nav > ul > li a > span,
  header .global_nav > ul > li a > br {
    display: none;
  }
}

@media (max-width: 899px) {
  .hdr_info_wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
  }
  .hdr_info_wrap .hdr_info {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 70px;
    margin: auto;
  }
}

.hdr_info_wrap {
  display: none;
  margin-bottom: 0;
  display: block;
}

@media (min-width: 640px) {
  .hdr_info_wrap {
    right: 10%;
  }
}

.hdr_info_wrap .hdr_info_sp a {
  position: relative;
  display: block;
  background: #e4d6e9;
  border-radius: 50%;
  width: 34px;
  height: 34px;
}

.hdr_info_wrap .hdr_info_sp a img {
  max-width: 17px;
  max-height: 19px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

@media (min-width: 900px) {
  .hdr_info_wrap {
    max-width: 180px;
    width: 100%;
    flex-grow: 1;
  }
}

@media (min-width: 900px) and (max-width: 949px) {
  .hdr_info_wrap {
    max-width: 180px;
  }
}

@media (min-width: 900px) {
  .hdr_info_wrap .hdr_info {
    max-width: 450px;
    width: 100%;
    right: 10px;
    top: 10px;
  }
}

.hdr_info_box {
  gap: 20px;
}

.hdr_info_box > div {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}

@media (max-width: 899px) {
  .hdr_info_box {
    display: none;
  }
}

.hdr_info_box .hdr_info_address {
  text-align: right;
  margin-bottom: 5px;
  font-size: 16px;
  font-size: 1.6rem;
}

.hdr_info_box .contact_hdr {
  gap: 30px;
}

@media (max-width: 767px) {
  .hdr_info_box .contact_hdr {
    flex-direction: column;
    gap: 5px;
  }
}

.hdr_info_box .contact_hdr p {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.hdr_info_box .contact_hdr p.txt {
  text-align: center;
  color: #5c4eb0;
}

.hdr_info_box .contact_hdr p a {
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
  color: #5c4eb0;
}

@media (max-width: 375px) {
  .hdr_info_box .contact_hdr p a {
    font-size: 22px;
  }
}

.hdr_info_box .more {
  max-width: 180px;
  width: 100%;
  margin: 0;
}

.hdr_info_box .more a {
  font-size: 15px;
  padding: 0.55em;
  background-color: #5c4eb0;
  min-height: 130px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 50px;
  margin-bottom: 0;
  border: 0;
}

.hdr_info_box .more a span {
  color: #fbff93;
}

.hdr_info_box .more a:before {
  content: '';
  width: 31px;
  height: 21px;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  background-image: url(/wp-content/uploads/icon_mail.png);
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: center;
}

@media (max-width: 899px) {
  .hdr_info_box .more a:before {
    left: 20px;
    right: auto;
    bottom: 0;
    margin: auto;
  }
}

.hdr_info_box .more a:after {
  display: none;
}

.hdr_info_box .more a:hover {
  border: 1px solid #ca8fdf;
  color: #e4d6e9;
  background: #ca8fdf;
}

.hdr_info_box .more a:hover:after {
  right: 4%;
  border-color: #e4d6e9;
}

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

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

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

@media (min-width: 768px) and (max-width: 1023px) {
  footer nav ul li.tablet-break:after {
    content: "\A";
    white-space: pre;
  }
  footer nav ul li.tablet-break + li:before {
    display: none;
  }
}

/*
 * フッターパターンA(footer pattern A)
 */
footer .footer_copyright_wrap {
  background: transparent;
  color: #222222;
}

@media (min-width: 768px) {
  footer .footer_copyright_wrap {
    margin-top: 0.3em;
  }
}

footer .footer_copyright_wrap a {
  color: #222222;
}

footer .footer_copyright_wrap a:hover {
  color: #222222;
}

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

.slider-pro.contents {
  overflow: hidden;
  margin: 0 auto !important;
}

.slider-pro.contents .sp-caption-container {
  width: 90%;
  margin: 0 auto;
  padding: 10px;
}

.slider-pro.contents .sp-caption-container h3 {
  margin: 0 0 15px;
  font-size: 14px;
  font-size: 1.4rem;
}

.slider-pro.contents .sp-caption-container h3:last-child {
  margin-bottom: 0;
}

.slider-pro.contents .sp-caption-container p {
  font-size: 13px;
  font-size: 1.3rem;
}

.slider-pro.contents.sp-horizontal .sp-previous-arrow {
  left: 10px;
  margin-top: 180px;
}

.slider-pro.contents.sp-horizontal .sp-next-arrow {
  right: 10px;
  margin-top: 180px;
}

.slider-pro.contents .sp-next-arrow:after,
.slider-pro.contents .sp-next-arrow:before,
.slider-pro.contents .sp-previous-arrow:after,
.slider-pro.contents .sp-previous-arrow:before {
  background-color: #e4d6e9;
}

@media (max-width: 767px) {
  .slider-pro.contents .sp-arrow {
    width: 10px;
    height: 15px;
  }
}

@media (min-width: 768px) {
  .slider-pro.contents .sp-caption-container {
    width: 450px;
    min-height: 40px;
    margin: 10px auto 0;
    border-right: 1px dashed #999;
    border-left: 1px dashed #999;
  }
  .slider-pro.contents .sp-arrow {
    width: 10px;
    height: 15px;
  }
  .slider-pro.contents.sp-horizontal .sp-previous-arrow {
    left: 50%;
    margin-top: 187.5px;
    margin-left: -230px;
  }
  .slider-pro.contents.sp-horizontal .sp-next-arrow {
    right: 50%;
    margin-top: 187.5px;
    margin-right: -230px;
  }
}

.slider-pro.center {
  overflow: hidden;
  width: 100%;
}

.slider-pro.center .sp-button {
  border: none;
  background: #d2d2d2;
}

.slider-pro.center .sp-selected-button {
  background: #e4d6e9;
}

.slider-pro.center.sp-horizontal .sp-arrows {
  left: 0;
  right: 0;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.slider-pro.center.sp-horizontal .sp-previous-arrow {
  left: 10px;
}

.slider-pro.center.sp-horizontal .sp-next-arrow {
  right: 10px;
}

.slider-pro.center .sp-previous-arrow,
.slider-pro.center .sp-next-arrow {
  width: 30px;
  height: 30px;
  background-color: rgba(228, 214, 233, 0.7);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 8px;
}

.slider-pro.center .sp-previous-arrow {
  background-image: url(/wp-content/uploads/arrow_left_wh.png);
}

.slider-pro.center .sp-next-arrow {
  background-image: url(/wp-content/uploads/arrow_right_wh.png);
}

.slider-pro.center .sp-next-arrow:after,
.slider-pro.center .sp-next-arrow:before,
.slider-pro.center .sp-previous-arrow:after,
.slider-pro.center .sp-previous-arrow:before {
  display: none;
}

.slider-pro.center .sp-layer {
  line-height: 1.2;
  white-space: normal !important;
  font-size: 20px;
  font-size: 2rem;
  color: #222222;
}

.slider-pro.center .sp-layer small {
  font-size: 14px;
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  .slider-pro.center .sp-layer {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .slider-pro.center .sp-padding {
    padding: 35px;
  }
}

@media (min-width: 1100px) {
  .slider-pro.center.sp-horizontal .sp-previous-arrow {
    left: -15px;
  }
  .slider-pro.center.sp-horizontal .sp-next-arrow {
    right: -15px;
  }
}

.slider-pro.wide {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto 10px;
}

.slider-pro.wide .sp-buttons {
  position: absolute;
  z-index: 2;
  bottom: 10px;
  right: 10px;
  width: auto;
  padding-top: 0;
  text-align: right;
}

.slider-pro.wide .sp-button {
  border: none;
  background: #d2d2d2;
}

.slider-pro.wide .sp-selected-button {
  background: #e4d6e9;
}

.slider-pro.wide .sp-previous-arrow,
.slider-pro.wide .sp-next-arrow {
  z-index: 2;
}

.slider-pro.wide .sp-next-arrow:after,
.slider-pro.wide .sp-next-arrow:before,
.slider-pro.wide .sp-previous-arrow:after,
.slider-pro.wide .sp-previous-arrow:before {
  color: #fff;
}

.slider-pro.wide .hps-slider-mask {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slider-pro.wide .hps-slider-mask.stripe {
  background-color: rgba(255, 255, 255, 0.2);
  background-image: url(/wp-content/uploads/mask_stripe.png);
}

.slider-pro.wide .hps-slider-copy {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 50px;
  color: #222222;
  text-align: left;
  font-size: 12px;
  font-size: 1.2rem;
}

.slider-pro.wide .hps-slider-copy .lead {
  margin: 0;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  text-align: center;
  color: #222222;
}

.slider-pro.wide.disable-arrows .hps-slider-copy {
  padding: 0 10px;
}

.slider-pro.wide .hps-slider-scroll {
  display: none;
}

@media (max-width: 767px) {
  .slider-pro.wide.sp-disable-arrows .hps-slider-copy {
    padding: 0 10px;
  }
}

@media (min-width: 768px) {
  .slider-pro.wide .sp-buttons {
    bottom: 20px;
    right: 25px;
  }
  .slider-pro.wide .sp-button {
    width: 18px;
    height: 18px;
    margin: 0 10px;
  }
  .slider-pro.wide .hps-slider-copy {
    text-align: center;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.8;
  }
  .slider-pro.wide .hps-slider-copy .lead {
    font-size: 46px;
    font-size: 4.6rem;
  }
  .slider-pro.wide .hps-slider-scroll {
    display: block;
    position: absolute;
    left: 0;
    bottom: 15px;
    width: 100%;
    text-align: center;
  }
  .slider-pro.wide .hps-slider-scroll a {
    display: inline-block;
    width: 100px;
    padding-bottom: 45px;
    background: url(/wp-content/uploads/arrow_down_white.png) center bottom no-repeat;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    text-decoration: none;
  }
  .slider-pro.wide .hps-slider-scroll.text-black a {
    background: url(/wp-content/uploads/arrow_down_black.png) center bottom no-repeat;
    color: #000;
  }
}

@media (min-width: 1024px) {
  .slider-pro.wide .hps-slider-scroll {
    display: block;
    bottom: 45px;
  }
}

@media (max-width: 767px) {
  .bf-af .row:not(:last-child) {
    margin-bottom: 10%;
  }
  .bf-af .before {
    padding-bottom: 16%;
    background: url(/wp-content/uploads/arrow_down.svg) center bottom no-repeat;
    background-size: 20%;
    background-size: 45px auto;
  }
  .bf-af .after:not(:last-child) {
    margin-bottom: 10%;
  }
}

@media (min-width: 768px) {
  .bf-af {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .bf-af .before,
  .bf-af .after {
    display: table-cell;
    vertical-align: top;
  }
  .bf-af .before span {
    display: block;
    position: relative;
  }
  .bf-af .before span:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    background: url(/wp-content/uploads/arrow_right.svg) center center no-repeat;
    background-size: 100%;
  }
  .bf-af.col2 .before {
    width: 55%;
    padding-right: 10%;
  }
  .bf-af.col2 .after {
    width: 45%;
  }
  .bf-af.col2 .before span:after {
    width: 10%;
    right: -16%;
  }
  .bf-af.col4 .before:nth-child(1) {
    width: 24%;
    padding-left: 0;
    padding-right: 2%;
  }
  .bf-af.col4 .after:nth-child(2) {
    width: 26%;
    padding-left: 3%;
    padding-right: 1%;
  }
  .bf-af.col4 .before:nth-child(3) {
    width: 26%;
    padding-left: 1%;
    padding-right: 3%;
  }
  .bf-af.col4 .after:nth-child(4) {
    width: 24%;
    padding-left: 2%;
    padding-right: 0;
  }
  .bf-af.col4 .before span:after {
    width: 13%;
    right: -18%;
  }
}

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

.bread ul li a:hover {
  color: #222222;
  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;
  min-width: 0px;
  margin: 0;
  padding: 1em 1em;
  border: 0;
  border-radius: 4px;
  line-height: 1;
  background: #e4d6e9;
  color: #fff;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: 0.3s;
}

.button:hover, .inquiry .wpcf7-submit:hover {
  background: #ced4d2;
  color: #e4d6e9;
}

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

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

.button span, .inquiry .wpcf7-submit span {
  line-height: 1;
  padding-left: 20px;
  background: url(/wp-content/uploads/btn_icon.png) left center no-repeat;
  background-size: auto 14px;
}

.feature {
  color: #fff;
}

.feature h3 {
  margin: 0;
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-size: 2.2rem;
}

.feature img {
  width: 100%;
}

.feature .col {
  display: table;
  table-layout: fixed;
}

.feature .col:not(:last-child) {
  margin-bottom: 0;
}

.feature .col:nth-child(1) {
  background: #49afe6;
}

.feature .col:nth-child(2) {
  background: #8ed95d;
}

.feature .col:nth-child(3) {
  background: #f6aa48;
}

.feature .col:nth-child(4) {
  background: #f98282;
}

.feature .col .textbox {
  display: table-cell;
  width: 70%;
  padding: 1em 3%;
  vertical-align: middle;
}

.feature .col figure {
  display: table-cell;
  width: 30%;
  vertical-align: middle;
}

.feature .col figure:first-child img {
  text-align: left;
}

.feature .col figure:last-child img {
  text-align: right;
}

@media (min-width: 768px) {
  .feature h3 {
    margin: 10px 0 15px;
    font-size: 26px;
    font-size: 2.6rem;
  }
  .feature .col {
    display: block;
    table-layout: auto;
  }
  .feature .col .textbox {
    display: block;
    width: auto;
    height: 250px;
    padding: 10px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .feature .col figure {
    display: inline;
    width: auto;
    vertical-align: middle;
  }
}

.grid {
  display: block;
  margin: 0;
}

.grid.row,
.grid .row, .grid.col,
.grid .col {
  margin: 0;
}

.has-child-grid .grid {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: center;
  justify-content: center;
  -moz-align-items: stretch;
  align-items: stretch;
}

.has-child-grid .grid .col {
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
}

.has-child-grid .grid .col.span_12 {
  padding: 20px 0;
}

.grid .grid-arrow {
  position: relative;
  overflow: hidden;
}

.grid .grid-arrow:after {
  content: '';
  display: block;
  position: absolute;
  right: -15px;
  bottom: -15px;
  width: 30px;
  height: 30px;
  background-color: #fff;
  transform: rotate(45deg);
  transition: 0.3s;
}

.grid p {
  margin: 0;
  padding: 0.2em 0;
}

.grid a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}

.grid a > [style^='background-image'],
.grid a img {
  transition: 0.3s;
}

.grid a:hover > [style^='background-image'],
.grid a:hover img {
  opacity: 0.6;
}

.grid .grid-bg1 {
  background-color: #e74c3c;
}

.grid .grid-bg1:hover {
  background-color: #eb6d60;
}

.grid .grid-bg1:hover .grid-arrow:after {
  background-color: #df2e1b;
}

.grid .grid-bg2 {
  background-color: #3498db;
}

.grid .grid-bg2:hover {
  background-color: #57aae1;
}

.grid .grid-bg2:hover .grid-arrow:after {
  background-color: #2383c4;
}

.grid .grid-bg3 {
  background-color: #f1c40f;
}

.grid .grid-bg3:hover {
  background-color: #f3cd36;
}

.grid .grid-bg3:hover .grid-arrow:after {
  background-color: #cba50c;
}

.grid .grid-bg4 {
  background-color: #1abc9c;
}

.grid .grid-bg4:hover {
  background-color: #1fe0ba;
}

.grid .grid-bg4:hover .grid-arrow:after {
  background-color: #15987e;
}

.grid .grid-bg5 {
  background-color: #9b59b6;
}

.grid .grid-bg5:hover {
  background-color: #ac75c2;
}

.grid .grid-bg5:hover .grid-arrow:after {
  background-color: #8646a0;
}

.grid .grid-bg6 {
  background-color: #34495e;
}

.grid .grid-bg6:hover {
  background-color: #435d78;
}

.grid .grid-bg6:hover .grid-arrow:after {
  background-color: #253544;
}

.grid .grid-bg7 {
  background-color: #2ecc71;
}

.grid .grid-bg7:hover {
  background-color: #4cd787;
}

.grid .grid-bg7:hover .grid-arrow:after {
  background-color: #26ab5f;
}

.ie .grid .grid-arrow:after {
  display: none;
}

@media (min-width: 768px) {
  .grid {
    display: -moz-flex;
    display: flex;
    -moz-justify-content: center;
    justify-content: center;
    -moz-align-items: stretch;
    align-items: stretch;
  }
  .grid .col {
    display: -moz-flex;
    display: flex;
    -moz-flex-direction: column;
    flex-direction: column;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .grid .col.span_12 {
    padding: 0;
  }
  .grid .col.has-child-grid > * {
    -moz-flex-grow: 1;
    flex-grow: 1;
  }
  .grid p {
    margin: 0;
    padding: 0.2em 0;
  }
}

.guide figure {
  margin-bottom: 1em;
}

.guide figure img {
  width: auto;
  max-width: 100%;
}

.guide .message .contents_link {
  text-align: center;
}

@media (min-width: 768px) {
  .guide {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    margin-top: -1em;
  }
  .guide figure {
    flex: 1;
    margin-bottom: 0;
    min-width: 0;
  }
  .guide .message {
    flex: 3;
    padding-left: 2%;
    padding-bottom: 45px;
  }
  .guide .message.text-only {
    padding-bottom: 0;
  }
  .guide .message h2 {
    margin-bottom: 1em;
  }
  .guide .message .contents_link {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .guide.reverse {
    flex-direction: row-reverse;
  }
  .guide.reverse .message {
    padding-left: 0;
    padding-right: 2%;
  }
  .ie .guide {
    display: table;
  }
  .ie .guide figure {
    display: table-cell;
    width: 23.5%;
    vertical-align: middle;
  }
  .ie .guide .message {
    display: table-cell;
    width: 74.5%;
    padding-left: 2%;
    vertical-align: middle;
  }
  .ie .guide.reverse .message {
    padding-left: 2%;
    padding-right: 0;
  }
}

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

.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[type='file'] {
  width: 100%;
  box-sizing: border-box;
}

.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 {
  display: block;
  overflow: hidden;
  margin: 1em auto;
  text-align: center;
}

.inquiry .submit .button, .inquiry .submit .wpcf7-submit,
.inquiry .submit .wpcf7-submit {
  display: block;
  margin: 0 auto 10px;
  padding: 1em 1em;
  border-radius: 0;
  max-width: 280px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
  border: 1px solid #5c4eb0;
  color: #fff;
  background: #5c4eb0;
}

.inquiry .submit .button:hover, .inquiry .submit .wpcf7-submit:hover,
.inquiry .submit .wpcf7-submit:hover {
  border: 1px solid #e4d6e9;
  color: #222222;
  background: #e4d6e9;
}

.inquiry .submit .wpcf7-spinner {
  display: block;
  margin: 0 auto;
}

.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: rgba(228, 214, 233, 0.05);
}

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

.news h2 {
  color: #222222;
}

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

.qa h3.question {
  font-size: 16px;
  font-size: 1.6rem;
  border: none;
}

.qa .question {
  position: relative;
  margin-bottom: 1em;
  padding: 1em 50px 1em 1em;
  background-color: rgba(228, 214, 233, 0.05);
  font-weight: normal;
}

.qa .question:after {
  content: none;
}

.qa .question:before {
  content: none;
}

.qa .question:hover {
  background: rgba(221, 204, 228, 0.05);
}

.qa .question.open:after {
  transform: rotate(0);
}

.qa .answer {
  padding: 0 0 0 1em;
}

.qa .answer:not(:last-child) {
  margin-bottom: 2em;
}

.qa.qa-open .question {
  padding-right: 1em;
  cursor: default;
}

.qa.qa-open .question:hover {
  background-color: rgba(228, 214, 233, 0.05);
}

.qa.qa-open .question:after {
  display: none;
}

.qa.qa-open .answer {
  display: block;
}

.highlight .qa .question {
  background: rgba(239, 231, 242, 0.05);
}

.highlight .qa .question:hover {
  background: rgba(232, 221, 237, 0.05);
}

.highlight .qa.qa-open .question:hover {
  background: rgba(239, 231, 242, 0.05);
}

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

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

.sns_icons {
  display: table;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0px;
  font-size: 0rem;
  margin: auto;
}

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

.sns_icons li {
  display: inline-block;
}

.sns_icons li:not(:last-child) {
  margin-right: 10px;
}

.sns_icons a {
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  width: 34px;
  height: 34px;
  background-repeat: no-repeat;
  background-size: contain;
}

.sns_icons a.icon_facebook {
  background-image: url(/wp-content/uploads/icon_facebook.png);
}

.sns_icons a.icon_twitter {
  background-image: url(/wp-content/uploads/icon_twitter.png);
}

.sns_icons a.icon_line {
  background-image: url(/wp-content/uploads/icon_line.png);
}

.sns_icons a.icon_google {
  background-image: url(/wp-content/uploads/icon_google.png);
}

.sns_icons a.icon_instagram {
  background-image: url(/wp-content/uploads/icon_instagram.png);
}

footer .sns_icons {
  margin-top: 1.5em;
}

@media (min-width: 768px) {
  .sns_icons {
    margin: 0;
  }
  .sns_icons.center {
    margin: auto;
  }
  .sns_icons li:not(:last-child) {
    margin-right: 20px;
  }
  .sns_icons a {
    width: 68px;
    height: 68px;
  }
  footer .sns_icons {
    margin-top: 30px;
  }
}

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

.step .row,
.step-h .col {
  position: relative;
  padding: 1em;
  background: #5c4eb0;
}

.step .row:not(:last-child):after,
.step-h .col:not(:last-child):after,
.step-h .row.continue .col:last-child:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 0;
  background: url("/wp-content/uploads/arrow_down.svg") center center no-repeat;
  background-size: 45px auto;
}

@media (max-width: 767px) {
  .step .row:not(:last-child),
  .step-h .col:not(:last-child),
  .step-h .row.continue .col:last-child {
    margin-bottom: 18%;
  }
  .step .row:not(:last-child):after,
  .step-h .col:not(:last-child):after,
  .step-h .row.continue .col:last-child:after {
    padding-top: 20%;
  }
  .step-h .row.continue {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .step .row {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 2em;
  }
  .step .row .col {
    float: none;
    display: table-cell;
    vertical-align: middle;
  }
  .step .row .col:not(:first-child) {
    padding-left: 2%;
  }
  .step .row:not(:last-child) {
    margin-bottom: 80px;
  }
  .step .row:not(:last-child):after {
    top: 100%;
    padding-top: 60px;
    margin: 10px 0;
  }
  .step h3:last-child {
    margin-bottom: 0;
    font-size: 16px;
    font-size: 1.6rem;
    border: none;
  }
  .step h3:last-child:after, .step h3:last-child:before {
    content: none;
  }
  .step .row:not(:last-child):after,
  .step-h .col:not(:last-child):after,
  .step-h .row.continue .col:last-child:after {
    background-size: auto 100%;
  }
  .step-h.gutters .col {
    margin: 0;
  }
  .step-h .col {
    padding: 0;
    background: none;
  }
  .step-h .col:not(:last-child) {
    position: relative;
    margin-right: 4%;
  }
  .step-h .col:not(:last-child):after {
    display: none;
  }
  .step-h .col:not(:last-child) figure span {
    display: inline-block;
    position: relative;
    width: 100%;
  }
  .step-h .col:not(:last-child) figure span:after {
    content: '';
    display: block;
    width: 28px;
    height: 100%;
    position: absolute;
    right: -30px;
    top: 0;
    background: url("/wp-content/uploads/arrow_right.svg") center center no-repeat;
    background-size: contain;
  }
  .step-h .span_3 {
    width: 22%;
  }
  .step-h .span_4 {
    width: 30.66666666%;
  }
  .step-h .span_6 {
    width: 48%;
  }
}

@media (min-width: 1024px) {
  .step-h .col:not(:last-child) figure span:after {
    right: -34px;
  }
}

table {
  margin: 0 auto;
}

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

@media (max-width: 767px) {
  table td,
  table th {
    padding: 0.7em 0.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 #5c4eb0;
}

.table-default th {
  background: rgba(92, 78, 176, 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 #e4d6e9;
  border-bottom: 1px solid #e4d6e9;
}

@media (max-width: 767px) {
  .table-menu td,
  .table-menu th {
    padding: 0.7em 0.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 #e4d6e9;
  padding: 0.7em 1em;
  text-align: center;
}

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

.table-schedule thead th {
  background: rgba(92, 78, 176, 0.7);
  color: #fff;
}

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

.table-schedule td {
  background: transparent;
}

.table-summary {
  border-top: 1px solid #5c4eb0;
  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 #5c4eb0;
}

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

@media (max-width: 767px) {
  .responsive-scroll-container {
    display: block;
    width: 100%;
    min-height: 0.01%;
    overflow-x: scroll;
  }
  .responsive-scroll-container .responsive-scroll-inner {
    width: 798px;
    padding: 0 15px 15px;
  }
  .responsive-scroll-container table {
    width: 768px;
    margin: 0;
  }
}

@media (max-width: 767px) {
  table.combine tbody tr:last-child td,
  table.combine tbody tr:last-child th {
    border-bottom: 0;
  }
}

table.table-default.typeA tr td,
table.table-default.typeA tr th {
  border: 0;
}

table.table-default.typeA tr:nth-child(odd) th {
  background: #e4d6e9;
}

table.table-default.typeA tr:nth-child(odd) td {
  background: rgba(228, 214, 233, 0.05);
}

table.table-default.typeA tr:nth-child(even) th {
  background: #faf7fb;
}

table.table-default.typeA tr:nth-child(even) td {
  background: rgba(250, 247, 251, 0.05);
}

table.table-default.typeB {
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
}

table.table-default.typeB tbody td,
table.table-default.typeB tbody th {
  background: transparent;
  color: #222222;
  border: 0;
  border-bottom: 1px dashed #5c4eb0;
}

table.table-default.typeB tbody tr {
  position: relative;
}

table.table-default.typeB tbody td {
  transform: translateX(2px);
}

table.table-default.typeC th {
  background: rgba(92, 78, 176, 0.7);
  color: #fff;
}

table.table-default.typeC td,
table.table-default.typeC th {
  border: 0;
}

table.table-default.typeC td:not(:last-child),
table.table-default.typeC th:not(:last-child) {
  border-bottom: 2px #fff solid;
}

table.table-default.typeC tr {
  position: relative;
}

table.table-default.typeC td {
  transform: translateX(2px);
}

.highlight table.table-default.typeC td,
.highlight table.table-default.typeC th {
  border: 0;
}

.highlight table.table-default.typeC td:not(:last-child),
.highlight table.table-default.typeC th:not(:last-child) {
  border-bottom: 2px rgba(228, 214, 233, 0.05) solid;
}

._table_line .news dl {
  border-top: 1px dotted #a6a6a6;
  max-height: none;
}

._table_line .news dl dt {
  width: 230px;
  padding-left: 20px;
}

._table_line .news dl dt + dd {
  border-bottom: 1px dotted #a6a6a6;
  padding-left: 230px;
}

.wide_image img {
  width: 100%;
  vertical-align: top;
}

@media (min-width: 768px) {
  .wide_image div {
    margin: 0 auto;
  }
}

h1:not(.title) {
  text-align: center;
  position: relative;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: bold;
  padding: 1em 0;
  color: #fff;
  background: #5c4eb0;
  margin: 0 0 .5em;
}

h1:not(.title) a {
  text-decoration: none;
}

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

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

@media (max-width: 767px) {
  h1:not(.title) {
    font-size: 22px;
    font-size: 2.2rem;
  }
  h1:not(.title):after {
    height: 2px;
  }
  h1:not(.title) span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

h2 {
  display: block;
  margin: 0 auto 35px;
  position: relative;
  text-align: center;
  border: 0;
  font-weight: bold;
  padding: 0 0 17px;
  font-size: 36px;
  font-size: 3.6rem;
  color: #222222;
  letter-spacing: 2px;
}

h2 a {
  text-decoration: none;
  color: #222222;
}

h2 a:hover {
  text-decoration: underline;
  color: #222222;
}

h2:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 50px;
  left: 0;
  right: 0;
  margin: auto;
  background: #5c4eb0;
}

@media (max-width: 767px) {
  h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

h3 {
  margin: 0 0 0.5em;
  padding-bottom: 0.3em;
  color: #222222;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  position: relative;
  border-bottom: 2px solid #e4d6e9;
}

h3 a {
  text-decoration: none;
}

h3 a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  h3 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  h3:after {
    border: 2px solid #e4d6e9;
  }
}

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

h4 a {
  text-decoration: none;
}

h4 a:hover {
  text-decoration: underline;
}

h4:after {
  content: '';
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  display: block;
  width: 6px;
  height: 2px;
  margin: auto;
  background: #222222;
}

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

.widget_wrap .widget_header {
  font-size: 16px;
  font-size: 1.6rem;
  color: #222222;
  padding: 0.7em 0 0.7em 1em;
  background: rgba(228, 214, 233, 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: .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: 1000px;
  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: 100.3%;
  max-width: 1003px;
  max-height: 242px;
  z-index: 52;
}

@media (max-width: 767px) {
  .main_visual .main_visual_copy > li img {
    top: auto;
    bottom: 5%;
  }
}

.main_visual .main_visual_arrow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 1000px;
  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: 750px) {
  .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;
  }
}

.main_visual.wow .main_visual_copy > li img.main_copy1 {
  opacity: 0;
  transition: .5s;
}

.main_visual.wow.animated .main_visual_copy > li img.main_copy1, .main_visual.wow.animated .main_visual_copy > li img.main_copy2, .main_visual.wow.animated .main_visual_copy > li img.main_copy3 {
  opacity: 1;
}

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

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

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

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

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

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

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

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

.mod_18_section .mod_18_wrap .row {
  margin-bottom: 0;
}

.mod_18_section .mod_18_wrap .row .col.mod_18_head {
  float: left;
  margin-bottom: 20px;
  padding-top: 25px;
  position: relative;
  width: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.mod_18_section .mod_18_wrap .row .col.mod_18_head > * {
  width: 100%;
}

.mod_18_section .mod_18_wrap .row .col.mod_18_head p {
  text-align: center;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1;
  display: block;
  padding: 0.5em;
}

@media (max-width: 767px) {
  .mod_18_section .mod_18_wrap .row .col.mod_18_head p {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.mod_18_section .mod_18_wrap .row .col.mod_18_head p small {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  display: block;
}

@media (max-width: 767px) {
  .mod_18_section .mod_18_wrap .row .col.mod_18_head p small {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.mod_18_section .mod_18_wrap .row .col.mod_18_head:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 75px 0 75px;
  border-color: #fff transparent transparent transparent;
}

.mod_18_section .mod_18_wrap .row .col.mod_18_head:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 75px 0 75px;
  border-color: #e4d6e9 transparent transparent transparent;
  clear: both;
}

.mod_18_section .mod_18_wrap .row .col.mod_18_content {
  float: left;
  padding: 1em 1em 1em 0;
  width: calc(100% - 150px - 20px);
  margin-left: 20px;
}

.mod_18_section .mod_18_wrap .row .col.mod_18_content .mod_18_title {
  color: #222222;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .mod_18_section .mod_18_wrap .row .col.mod_18_head {
    margin-bottom: 12px;
    padding-top: 17px;
    width: 80px;
  }
  .mod_18_section .mod_18_wrap .row .col.mod_18_head:before {
    border-width: 12px 40px 0 40px;
  }
  .mod_18_section .mod_18_wrap .row .col.mod_18_head:after {
    bottom: -12px;
    border-width: 12px 40px 0 40px;
  }
  .mod_18_section .mod_18_wrap .row .col.mod_18_content {
    padding: 12px 0.5em 0.5em 0;
    width: calc(100% - 80px - 12px);
    margin-left: 12px;
  }
}

.mod_18_section.typeA .mod_18_wrap .row .col.mod_18_head {
  background: #5c4eb0;
}

.mod_18_section.typeA .mod_18_wrap .row .col.mod_18_head:before {
  border-color: #fff transparent transparent transparent;
}

.mod_18_section.typeA .mod_18_wrap .row .col.mod_18_head:after {
  border-color: #5c4eb0 transparent transparent transparent;
}

.mod_18_section.highlight.typeA .mod_18_wrap .row .col.mod_18_head:before {
  border-color: rgba(228, 214, 233, 0.05) transparent transparent transparent;
}

.mod_18_section.typeB .mod_18_wrap .row .col.mod_18_head {
  overflow: hidden;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.mod_18_section.typeB .mod_18_wrap .row .col.mod_18_head:before, .mod_18_section.typeB .mod_18_wrap .row .col.mod_18_head:after {
  border-width: 30px 120px 0 120px;
  right: auto;
  left: 50%;
  transform: translateX(-50%);
}

.mod_18_section.typeB .mod_18_wrap .row .col.mod_18_head:before {
  top: auto;
  bottom: 2px;
  z-index: 1;
}

@media (max-width: 767px) {
  .mod_18_section.typeB .mod_18_wrap .row .col.mod_18_head:before {
    bottom: 2px;
  }
}

.mod_18_section.typeB .mod_18_wrap .row .col.mod_18_head:after {
  bottom: 0;
}

@media (max-width: 767px) {
  .mod_18_section.typeB .mod_18_wrap .row .col.mod_18_head:after {
    bottom: 0;
  }
}

.mod_18_section.typeC .mod_18_wrap .row:first-child .col.mod_18_head, .mod_18_section.typeC .mod_18_wrap .row:nth-child(1) .col.mod_18_head {
  border-top: 1px solid #e4d6e9;
}

.mod_18_section.typeC .mod_18_wrap .row .col.mod_18_head {
  border-left: 1px solid #e4d6e9;
  border-right: 1px solid #e4d6e9;
  margin-bottom: 0;
}

.mod_18_section.typeC .mod_18_wrap .row .col.mod_18_head:before {
  top: auto;
  bottom: -20px;
  z-index: 1;
}

@media (max-width: 767px) {
  .mod_18_section.typeC .mod_18_wrap .row .col.mod_18_head:before {
    bottom: -12px;
  }
}

.mod_18_section.typeC .mod_18_wrap .row .col.mod_18_head:after {
  bottom: -21px;
}

@media (max-width: 767px) {
  .mod_18_section.typeC .mod_18_wrap .row .col.mod_18_head:after {
    bottom: -13px;
  }
}

.epress_search {
  padding: 3px;
  width: 100%;
  z-index: 1;
}

.epress_search form {
  overflow: hidden;
  border: 4px solid #e4d6e9;
  display: -moz-flex;
  display: flex;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -moz-align-items: stretch;
  align-items: stretch;
}

.epress_search input[type='text'],
.epress_search input[type='submit'] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.epress_search input[type='text'] {
  color: #000;
  margin: 0 0.3em;
  width: 70%;
}

.epress_search input[type='submit'] {
  cursor: pointer;
  padding: 0.6em 1em;
  color: #fff;
  width: 30%;
  background: rgba(92, 78, 176, 0.7);
}

@media (min-width: 900px) {
  .epress_search input[type='submit'] {
    min-width: 65px;
  }
}

@media (max-width: 899px) {
  header .global_nav > ul > li.gnav_search {
    position: static;
  }
  header .global_nav > ul > li.gnav_search > a {
    display: none !important;
  }
  header .global_nav > ul > li.gnav_search .epress_search {
    display: block !important;
    position: static !important;
    width: 100% !important;
    background: #5c4eb0;
  }
  header .global_nav > ul > li.gnav_search .epress_search input[type='text'],
  header .global_nav > ul > li.gnav_search .epress_search input[type='submit'] {
    line-height: 1;
  }
}

/*
 * ヘッダーナビのデザイン(design của header navi)
 */
.epress_search form {
  background: #fff;
}

/*
  * ヘッダの検索表示タイプ(type hiển thị tìm kiếm của header)
  */
header .global_nav > ul > li.gnav_search {
  position: relative;
}

header .global_nav > ul > li.gnav_search a {
  color: transparent !important;
  display: inline-block;
  vertical-align: middle;
  background: url("/wp-content/uploads/search.png") no-repeat center center;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  width: 30px;
  height: 30px;
}

header .global_nav > ul > li.gnav_search a:hover {
  border-bottom: 0;
}

header .global_nav > ul > li.gnav_search .epress_search {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
}

@media (min-width: 900px) {
  header .global_nav > ul > li.gnav_search .epress_search {
    width: 230px;
  }
  header .global_nav > ul > li.gnav_search .epress_search input[type='submit'] {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 0.5em;
  }
}

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

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

.article_list:nth-child(even) {
  color: #222222;
  background: rgba(228, 214, 233, 0.05);
}

.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: 0.3s;
}

.article_list:hover:before {
  background: #e4d6e9;
}

.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 #e4d6e9;
  border-right: 5px solid #e4d6e9;
  transform: translate(0, -50%) rotate(45deg);
  transform-origin: left top;
  transition: 0.2s;
}

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

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

.pagination > * {
  display: inline-block;
  padding: 0.5em;
  border: 1px solid #ccc;
}

.pagination a {
  text-decoration: none;
  background: rgba(228, 214, 233, 0.05);
  transition: 0.3s;
}

.pagination a:hover {
  background: #fff;
}

.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: rgba(228, 214, 233, 0.05);
}

.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: rgba(228, 214, 233, 0.05);
}

.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 #e4d6e9;
  border-right: 3px solid #e4d6e9;
  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: rgba(228, 214, 233, 0.05);
}

.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 #e4d6e9;
  transition: 0.2s;
  z-index: 1;
}

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

.article_single04 .slick-prev:after {
  left: 0;
  border-left: 3px solid #e4d6e9;
  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 #e4d6e9;
  transform: translate(0, -50%) rotate(45deg);
  transform-origin: left top;
}

.article_single04 .ofi {
  background: rgba(228, 214, 233, 0.05);
  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(228, 214, 233, 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 #e4d6e9;
  border-right: 5px solid #e4d6e9;
  transform: translate(0, -50%) rotate(45deg);
  transform-origin: left top;
  transition: 0.2s;
}

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

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

.epress_social {
  letter-spacing: -0.4em;
  text-align: right;
  padding: 2%;
}

.epress_social > * {
  letter-spacing: normal;
  vertical-align: top;
  display: inline-block;
  margin-right: 10px;
}

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

.epress_pager .epress_pager_prev {
  float: left;
}

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

.epress_pager .epress_pager_prev a:before, .epress_pager .epress_pager_prev a:after {
  content: '';
  display: block;
  position: absolute;
  left: 2px;
  margin: auto;
  width: 8px;
  height: 1px;
  background: #222222;
  transition: 0.2s;
}

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

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

.epress_pager .epress_pager_prev a:hover {
  text-decoration: underline;
}

.epress_pager .epress_pager_prev a:hover:before {
  left: 0;
}

.epress_pager .epress_pager_prev a:hover:after {
  left: 0;
}

.epress_pager .epress_pager_next {
  float: right;
}

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

.epress_pager .epress_pager_next a:before, .epress_pager .epress_pager_next a:after {
  content: '';
  display: block;
  position: absolute;
  right: 2px;
  margin: auto;
  width: 8px;
  height: 1px;
  background: #222222;
  transform-origin: center;
  transition: 0.2s;
}

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

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

.epress_pager .epress_pager_next a:hover {
  text-decoration: underline;
}

.epress_pager .epress_pager_next a:hover:before {
  right: 0;
}

.epress_pager .epress_pager_next a:hover:after {
  right: 0;
}

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

#commentform #comment {
  width: 100%;
}

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

#commentform input[type='submit'] {
  background: #e4d6e9;
  color: #fff;
  border: 0;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0.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;
  }
}

#biz_calendar,
#biz_calendar1,
#biz_calendar2 {
  max-width: none;
  margin: 2% auto 0;
  font-family: inherit;
  padding: 0.3em 1em;
  background: rgba(228, 214, 233, 0.05);
  font-size: 18px;
  font-size: 1.8rem;
}

#biz_calendar p,
#biz_calendar1 p,
#biz_calendar2 p {
  margin: 0;
  line-height: 170%;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: left;
}

#biz_calendar p span.boxholiday,
#biz_calendar1 p span.boxholiday,
#biz_calendar2 p span.boxholiday {
  background-color: #ffb0c3;
  padding-left: 25px;
  margin-right: 10px;
}

#biz_calendar p span.boxeventday,
#biz_calendar1 p span.boxeventday,
#biz_calendar2 p span.boxeventday {
  background-color: #64bdeb;
  padding-left: 25px;
  margin-right: 10px;
}

#biz_calendar table.bizcal,
#biz_calendar1 table.bizcal,
#biz_calendar2 table.bizcal {
  margin: 10px 0;
  width: 100%;
  table-layout: fixed;
  border: none;
  line-height: 1.6;
  cursor: default;
  vertical-align: middle;
  font-size: 18px;
  font-size: 1.8rem;
  border-collapse: collapse;
  border-spacing: 1px;
  background: transparent;
}

#biz_calendar table.bizcal tr:not(:first-child) > *:not(.holiday):not(.eventday):not(.today),
#biz_calendar1 table.bizcal tr:not(:first-child) > *:not(.holiday):not(.eventday):not(.today),
#biz_calendar2 table.bizcal tr:not(:first-child) > *:not(.holiday):not(.eventday):not(.today) {
  background: #fff;
}

#biz_calendar table.bizcal th,
#biz_calendar1 table.bizcal th,
#biz_calendar2 table.bizcal th {
  text-align: center;
  border-width: 0;
  padding: 0.5em 0.2em;
  color: #222222;
  background-color: #dedede;
}

#biz_calendar table.bizcal th:first-child,
#biz_calendar1 table.bizcal th:first-child,
#biz_calendar2 table.bizcal th:first-child {
  color: red;
}

#biz_calendar table.bizcal th:nth-last-of-type(1),
#biz_calendar1 table.bizcal th:nth-last-of-type(1),
#biz_calendar2 table.bizcal th:nth-last-of-type(1) {
  color: blue;
}

#biz_calendar table.bizcal td,
#biz_calendar1 table.bizcal td,
#biz_calendar2 table.bizcal td {
  text-align: center;
  border: 1px solid rgba(0, 57, 122, 0.3);
  padding: 0.5em 0.2em;
  color: #222222;
}

#biz_calendar table.bizcal .calmonth,
#biz_calendar1 table.bizcal .calmonth,
#biz_calendar2 table.bizcal .calmonth {
  text-align: left;
  font-weight: bold;
  padding: 2px 7px;
  border: none;
}

#biz_calendar table.bizcal .calbtn,
#biz_calendar1 table.bizcal .calbtn,
#biz_calendar2 table.bizcal .calbtn {
  border: none;
  cursor: pointer;
}

#biz_calendar table.bizcal .holiday,
#biz_calendar1 table.bizcal .holiday,
#biz_calendar2 table.bizcal .holiday {
  background-color: #ffb0c3;
  color: red;
}

#biz_calendar table.bizcal .eventday,
#biz_calendar1 table.bizcal .eventday,
#biz_calendar2 table.bizcal .eventday {
  background-color: #64bdeb;
  color: #ffffff;
}

#biz_calendar table.bizcal .eventday a,
#biz_calendar1 table.bizcal .eventday a,
#biz_calendar2 table.bizcal .eventday a {
  color: #ffffff;
}

#biz_calendar table.bizcal .today,
#biz_calendar1 table.bizcal .today,
#biz_calendar2 table.bizcal .today {
  font-weight: bold;
  text-decoration: underline;
  color: #222222;
}

#biz_calendar table.bizcal .today a,
#biz_calendar1 table.bizcal .today a,
#biz_calendar2 table.bizcal .today a {
  font-weight: bold;
  color: #222222;
}

#biz_calendar table.bizcal img,
#biz_calendar1 table.bizcal img,
#biz_calendar2 table.bizcal img {
  vertical-align: middle;
  box-shadow: none;
  margin: 0;
}

#biz_calendar table.bizcal .down-img,
#biz_calendar1 table.bizcal .down-img,
#biz_calendar2 table.bizcal .down-img {
  text-align: right;
}

#biz_calendar table.bizcal .today-img,
#biz_calendar1 table.bizcal .today-img,
#biz_calendar2 table.bizcal .today-img {
  text-align: center;
}

#biz_calendar table.bizcal .up-img,
#biz_calendar1 table.bizcal .up-img,
#biz_calendar2 table.bizcal .up-img {
  text-align: left;
}

#biz_calendar table.bizcal td,
#biz_calendar table.bizcal th {
  padding: 0.5em 0.2em;
}

.column_sub #biz_calendar,
.column_sub #biz_calendar1,
.column_sub #biz_calendar2 {
  font-size: 12px;
  font-size: 1.2rem;
}

.column_sub #biz_calendar p span.boxholiday,
.column_sub #biz_calendar1 p span.boxholiday,
.column_sub #biz_calendar2 p span.boxholiday {
  background-color: #ffb0c3;
  padding-left: 25px;
  margin-right: 10px;
}

.column_sub #biz_calendar p span.boxeventday,
.column_sub #biz_calendar1 p span.boxeventday,
.column_sub #biz_calendar2 p span.boxeventday {
  background-color: #64bdeb;
  padding-left: 25px;
  margin-right: 10px;
}

.column_sub #biz_calendar table.bizcal,
.column_sub #biz_calendar1 table.bizcal,
.column_sub #biz_calendar2 table.bizcal {
  font-size: 12px;
  font-size: 1.2rem;
}

.column_sub #biz_calendar table.bizcal td,
.column_sub #biz_calendar table.bizcal th,
.column_sub #biz_calendar1 table.bizcal td,
.column_sub #biz_calendar1 table.bizcal th,
.column_sub #biz_calendar2 table.bizcal td,
.column_sub #biz_calendar2 table.bizcal th {
  padding: 0.3em 0.2em;
}

@media (max-width: 767px) {
  #biz_calendar,
  #biz_calendar1,
  #biz_calendar2 {
    font-size: 12px;
    font-size: 1.2rem;
  }
  #biz_calendar p span.boxholiday,
  #biz_calendar1 p span.boxholiday,
  #biz_calendar2 p span.boxholiday {
    background-color: #ffb0c3;
    padding-left: 25px;
    margin-right: 10px;
  }
  #biz_calendar p span.boxeventday,
  #biz_calendar1 p span.boxeventday,
  #biz_calendar2 p span.boxeventday {
    background-color: #64bdeb;
    padding-left: 25px;
    margin-right: 10px;
  }
  #biz_calendar table.bizcal,
  #biz_calendar1 table.bizcal,
  #biz_calendar2 table.bizcal {
    font-size: 12px;
    font-size: 1.2rem;
  }
  #biz_calendar table.bizcal td,
  #biz_calendar table.bizcal th,
  #biz_calendar1 table.bizcal td,
  #biz_calendar1 table.bizcal th,
  #biz_calendar2 table.bizcal td,
  #biz_calendar2 table.bizcal th {
    padding: 0.3em 0.2em;
  }
}

.calendar_wrap {
  position: relative;
  padding: 4em 1.8em 2em;
  display: inline-block;
  background: rgba(228, 214, 233, 0.05);
  font-size: 10px;
  font-size: 1rem;
}

.calendar_wrap caption {
  position: absolute;
  top: 24px;
  left: 0;
  right: 0;
  margin: auto;
}

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

.calendar_wrap table thead th {
  background: rgba(92, 78, 176, 0.7);
  color: #fff;
  border: 1px solid #5c4eb0;
  border-bottom: none;
}

.calendar_wrap table tfoot {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: auto;
}

.calendar_wrap table tfoot #prev a {
  width: 26px;
  height: 25px;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  display: block;
  position: absolute;
  top: 0;
  left: 40px;
}

.calendar_wrap table tfoot #prev a:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 1px solid #222222;
  transition: 0.2s;
}

.calendar_wrap table tfoot #prev a:after {
  transform: translate(0, -50%) rotate(-45deg);
  border-left: 1px solid #222222;
  left: 15%;
}

.calendar_wrap table tfoot #prev a:hover:after {
  left: 2%;
}

.calendar_wrap table tfoot #next a {
  width: 26px;
  height: 25px;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  display: block;
  position: absolute;
  top: 0;
  right: 40px;
}

.calendar_wrap table tfoot #next a:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 1px solid #222222;
  transition: 0.2s;
}

.calendar_wrap table tfoot #next a:after {
  transform: translate(0, -50%) rotate(45deg);
  border-right: 1px solid #222222;
  right: 15%;
}

.calendar_wrap table tfoot #next a:hover:after {
  right: 2%;
}

.calendar_wrap table tbody td {
  text-align: center;
  background: #fff;
  border: 1px solid #5c4eb0;
}

@media (min-width: 768px) {
  .column_sub .calendar_wrap {
    padding: 40px 5px 5px;
    width: 100%;
    margin: 0 auto 1em;
  }
  .column_sub .calendar_wrap caption {
    top: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .column_sub .calendar_wrap table {
    width: 100%;
  }
  .column_sub .calendar_wrap table th,
  .column_sub .calendar_wrap table td {
    padding: 0.5em 0.2em;
  }
  .column_sub .calendar_wrap table tfoot #prev a {
    width: 18px;
    height: 18px;
    top: 0;
    left: 20px;
  }
  .column_sub .calendar_wrap table tfoot #next a {
    width: 18px;
    height: 18px;
    top: 0;
    right: 20px;
  }
}

@media (max-width: 767px) {
  .calendar_wrap {
    padding: 40px 5px 5px;
    width: 100%;
  }
  .calendar_wrap caption {
    top: 10px;
  }
  .calendar_wrap table {
    width: 100%;
  }
  .calendar_wrap table th,
  .calendar_wrap table td {
    padding: 0.5em 0.2em;
  }
  .calendar_wrap table tfoot #prev a {
    width: 12px;
    height: 12px;
    top: 0;
    left: 20px;
  }
  .calendar_wrap table tfoot #next a {
    width: 12px;
    height: 12px;
    top: 0;
    right: 20px;
  }
}

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

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

.add_arrow:hover {
  border: 1px solid #ca8fdf;
  color: #e4d6e9;
  background: #ca8fdf;
}

.add_arrow:hover:after {
  right: 4%;
  border-color: #e4d6e9;
}

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

.more a {
  display: block;
  border: 1px solid #e4d6e9;
  color: #fff;
  background: #5c4eb0;
  padding: 1em;
  margin: 0 auto 1px;
  max-width: 280px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  border-radius: 50px;
  transition: .3s;
  font-size: 14px;
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  .more a {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

/*
 * ボタンエフェクト(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: #e4d6e9;
    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);
  }
}

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

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

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

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

@media (max-width: 767px) {
  header .global_nav > ul > li > .nav-child > li a {
    background: #5548a2;
  }
}

@media (max-width: 899px) {
  header .global_nav > ul > li > .nav-child {
    left: auto;
    transform: translateX(0) !important;
  }
  .global_nav > ul {
    background: #5c4eb0 !important;
    padding: 0 2.5% !important;
  }
  .global_nav > ul > li > a {
    background-color: transparent !important;
    color: #fff !important;
    font-size: 20px;
    padding-bottom: 1em !important;
    display: flex !important;
    align-items: center;
    gap: 20px;
    line-height: 1;
  }
}

@media (max-width: 899px) and (max-width: 767px) {
  .global_nav > ul > li > a {
    font-size: clamp(20px, calc(1.25rem + ((1vw - 3.2px) * 4.6846)), 32px);
  }
}

@media (max-width: 899px) {
  header .global_nav > ul > li a:active {
    background-color: transparent;
    opacity: .9;
  }
  .gchild_menu_under > li > ul {
    display: none;
  }
  .gchild_menu_under > li > a {
    display: flex !important;
    align-items: center;
    gap: 20px;
  }
  .gchild_menu_under > li > a {
    display: flex !important;
    align-items: center;
    gap: 20px;
  }
  .dli-plus {
    position: relative;
    display: block !important;
    width: 19px;
    height: 19px;
    top: 0;
    bottom: 0;
  }
  .dli-plus:before, .dli-plus:after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 3px;
    height: 19px;
    background-color: #fff;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: .3s;
  }
  .dli-plus:after {
    transform: rotate(90deg);
  }
  .has_under_open .menu_under_open > span.dli-plus:before {
    transform: rotate(90deg);
  }
  .has_open.dli-plus:before {
    transform: rotate(90deg);
  }
  .open.dli-plus:before {
    transform: rotate(90deg);
  }
  .nav-child {
    background: #5c4eb0 !important;
    padding: 0 5% !important;
    display: none;
    max-width: none !important;
    min-width: auto !important;
    width: 100% !important;
  }
  .nav-child > div {
    width: 100% !important;
  }
  .nav-child > div ul {
    margin-top: 0 !important;
    padding-left: 4em;
    width: 100% !important;
  }
}

@media (max-width: 899px) and (max-width: 409px) {
  .nav-child > div ul {
    padding-left: 2em;
  }
}

@media (max-width: 899px) {
  .nav-child > div ul li {
    width: 100% !important;
  }
  .nav-child > div ul li a {
    font-size: 18px;
    font-size: 1.8rem;
    color: #fff !important;
    padding: .5em 1em;
    width: 100% !important;
  }
  .nav-child > div ul li ul {
    padding-left: 3em;
  }
}

@media (max-width: 899px) and (max-width: 409px) {
  .nav-child > div ul li ul {
    padding-left: 3.5em;
  }
}

@media (max-width: 899px) {
  .nav-child > div ul li ul li a {
    text-align: left;
    padding-left: .25em;
  }
  .gchild_menu_under {
    list-style: none;
    margin-bottom: 10px;
    max-width: 767px;
    margin-bottom: 0;
  }
  .gchild_menu_under .dli-plus {
    width: 12px;
    height: 12px;
  }
  .gchild_menu_under .dli-plus:before, .gchild_menu_under .dli-plus:after {
    width: 2px;
    height: 12px;
  }
  .gchild_menu_under > li {
    color: #fff;
    position: relative;
    list-style: none !important;
  }
  .gchild_menu_under > li > a {
    padding: 0.6em 0;
    padding-left: 12px;
    line-height: 1;
  }
}

@media (min-width: 900px) {
  header .global_nav > ul {
    display: flex;
    -moz-column-gap: 20px;
         column-gap: 20px;
    position: relative;
    top: auto;
    z-index: 1;
  }
}

@media (min-width: 900px) and (max-width: 1199px) and (min-width: 900px) {
  header .global_nav > ul {
    position: static;
  }
}

@media (min-width: 900px) {
  header .global_nav > ul > li {
    padding-top: 4px !important;
  }
  header .global_nav > ul > li.gnav_search {
    display: none;
  }
  header .global_nav > ul > li.has_under {
    position: relative;
  }
}

@media (min-width: 900px) and (max-width: 1199px) and (min-width: 900px) {
  header .global_nav > ul > li.has_under {
    position: static;
  }
}

@media (min-width: 900px) {
  header .global_nav > ul > li.has_under.has_under_open a {
    border-bottom: 4px solid #5c4eb0;
  }
  header .global_nav > ul > li.has_under.has_under_open .fukidashi:after {
    opacity: 1;
  }
  header .global_nav > ul > li.has_under > a {
    font-size: 15px;
    font-size: 1.5rem;
    padding-bottom: 0 !important;
  }
  header .global_nav > ul > li.has_under > a.menu_under_open:after {
    top: 70%;
    transform: translate(0) rotate(135deg);
  }
  header .global_nav > ul > li.has_under .gchild_menu_under ul {
    list-style: none;
    padding-left: 0 !important;
  }
  header .global_nav > ul > li.has_under .gchild_menu_under ul li {
    text-align: left;
  }
  header .global_nav > ul > li.has_under > .nav-child {
    position: absolute;
    right: 0;
    margin: auto;
    top: 145%;
    letter-spacing: -0.4em;
    background: #5c4eb0;
    z-index: 52;
    padding: 35px 50px 80px 50px;
  }
}

@media (min-width: 900px) and (max-width: 1261px) {
  header .global_nav > ul > li.has_under > .nav-child {
    padding: 30px 45px;
  }
}

@media (min-width: 900px) and (max-width: 1199px) {
  header .global_nav > ul > li.has_under > .nav-child {
    top: 108%;
  }
}

@media (min-width: 900px) {
  header .global_nav > ul > li.has_under > .nav-child.four-or-more-items, header .global_nav > ul > li.has_under > .nav-child.three-items {
    left: 50%;
    transform: translateX(-50%);
  }
  header .global_nav > ul > li.has_under > .nav-child.four-or-more-items > div > ul, header .global_nav > ul > li.has_under > .nav-child.three-items > div > ul {
    justify-content: space-between;
    grid-template-columns: repeat(3, auto);
  }
  header .global_nav > ul > li.has_under > .nav-child.two-items > div > ul {
    grid-template-columns: repeat(2, auto);
  }
  header .global_nav > ul > li.has_under > .nav-child.few-items > div > ul {
    grid-template-columns: repeat(1, auto);
  }
  header .global_nav > ul > li.has_under > .nav-child.windowcenter {
    position: absolute;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    width: -moz-max-content;
    width: max-content;
  }
  header .global_nav > ul > li.has_under > .nav-child > p {
    color: #fff;
    letter-spacing: normal;
    margin-bottom: 40px;
  }
  header .global_nav > ul > li.has_under > .nav-child > p a {
    max-width: 290px;
    width: 100%;
    color: #fff;
    border: solid 1px #fff;
    margin: auto;
    padding: 0.6em 0;
  }
  header .global_nav > ul > li.has_under > .nav-child > div {
    display: flex;
    justify-content: center;
    width: auto;
  }
  header .global_nav > ul > li.has_under > .nav-child > div > ul {
    width: auto;
    padding-left: 0 !important;
    display: grid;
    -moz-column-gap: 45px;
         column-gap: 45px;
    row-gap: 40px;
    margin-bottom: 0 !important;
  }
}

@media (min-width: 900px) and (max-width: 999px) {
  header .global_nav > ul > li.has_under > .nav-child > div > ul {
    -moz-column-gap: 35px;
         column-gap: 35px;
  }
}

@media (min-width: 900px) and (max-width: 1199px) {
  header .global_nav > ul > li.has_under > .nav-child > div > ul {
    justify-content: center;
  }
}

@media (min-width: 900px) {
  header .global_nav > ul > li.has_under > .nav-child > div > ul > li {
    flex: 1 1 auto;
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    border-bottom: 0;
    padding: 0;
  }
  header .global_nav > ul > li.has_under > .nav-child > div > ul > li > a {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
  }
  header .global_nav > ul > li.has_under > .nav-child > div > ul > li a {
    background: transparent;
    overflow-wrap: break-word;
    color: #fff;
    padding: 0;
  }
  header .global_nav > ul > li.has_under > .nav-child .gchild_menu_under ul {
    margin-bottom: 0;
    display: inline-block;
  }
  header .global_nav > ul > li.has_under > .nav-child .gchild_menu_under ul > li {
    color: #fff;
    position: relative;
  }
  header .global_nav > ul > li.has_under > .nav-child .gchild_menu_under ul > li::after {
    content: '';
    width: 5px;
    height: 5px;
    background-color: #fff;
    position: absolute;
    top: 16px;
    left: 0;
    margin: auto;
    border-radius: 50%;
  }
  header .global_nav > ul > li.has_under > .nav-child .gchild_menu_under ul > li > a {
    padding: 0.65em 0;
    padding-left: 12px;
    line-height: 1.2;
  }
  header .global_nav > ul > li.has_under .fukidashi {
    position: relative;
  }
  header .global_nav > ul > li.has_under .fukidashi:after {
    content: '';
    position: absolute;
    top: 117%;
    left: 0;
    right: 0;
    margin: auto;
    background: #5c4eb0;
    height: calc(tan(55deg) * 55px / 2);
    width: 70px;
    -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
            clip-path: polygon(50% 0, 100% 100%, 0 100%);
    opacity: 0;
  }
}

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

.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(92, 78, 176, 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: 0.2s;
}

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

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

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

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

.lead {
  color: #e4d6e9;
  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: #e4d6e9 !important;
}

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

@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;
  }
  .pc-text-left {
    text-align: left;
  }
  .pc-text-right {
    text-align: right;
  }
}

@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: 899px) {
  .sp-hide02,
  .pc-only02,
  .tablet-only02 {
    display: none !important;
  }
}

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

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

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

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

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

.color_pri {
  color: #e4d6e9;
}

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

body:not(.home) h2 {
  font-size: 28px;
  font-size: 2.8rem;
}

@media (max-width: 899px) {
  .gnav_search {
    display: none;
  }
}

.contact {
  list-style: none;
}

.contact > a {
  position: relative;
  padding-left: 85px !important;
}

.contact > a:before {
  content: '';
  position: absolute;
  left: 20px;
  right: auto;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(/wp-content/uploads/sp_mail.png);
  width: 33px;
  height: 20px;
}

@media (min-width: 900px) {
  .contact {
    display: none !important;
  }
}

.nav01 > a {
  position: relative;
  padding-top: 45px !important;
}

@media (max-width: 899px) {
  .nav01 > a {
    padding-top: 1em !important;
    padding-left: 85px !important;
    color: #fff;
  }
}

.nav01 > a:before {
  content: '';
  width: 62px;
  height: 27px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url(/wp-content/uploads/nav01.png);
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: center;
}

@media (max-width: 899px) {
  .nav01 > a:before {
    right: auto;
    bottom: 0;
    margin: auto;
  }
}

.nav01 > .nav-child.four-or-more-items {
  left: 70%;
}

@media (max-width: 1310px) and (min-width: 999px) {
  .nav01 > .nav-child.four-or-more-items > div > ul {
    -moz-column-gap: 50px !important;
         column-gap: 50px !important;
  }
}

@media (max-width: 998px) and (min-width: 899px) {
  .nav01 > .nav-child.four-or-more-items {
    left: -320px;
  }
  .nav01 > .nav-child.four-or-more-items > div > ul {
    -moz-column-gap: 25px !important;
         column-gap: 25px !important;
  }
}

@media (max-width: 945px) and (min-width: 899px) {
  .nav01 > .nav-child.four-or-more-items {
    left: -260px;
  }
}

@media (max-width: 1575px) and (min-width: 999px) {
  .nav01 > .nav-child.three-items > div > ul {
    -moz-column-gap: 45px !important;
         column-gap: 45px !important;
  }
}

@media (max-width: 1279px) and (min-width: 999px) {
  .nav01 > .nav-child.three-items {
    padding: 35px 75px 80px !important;
  }
  .nav01 > .nav-child.three-items > div > ul {
    -moz-column-gap: 45px !important;
         column-gap: 45px !important;
  }
}

.nav01 > .nav-child.two-items {
  left: 50%;
  transform: translateX(-50%);
  padding: 35px 58px 30px !important;
  text-align: center;
}

.nav01 > .nav-child.two-items > div > ul {
  -moz-column-gap: 85px !important;
       column-gap: 85px !important;
}

@media (max-width: 1279px) and (min-width: 900px) {
  .nav01 > .nav-child.two-items {
    padding: 35px 55px 80px !important;
  }
  .nav01 > .nav-child.two-items > div > ul {
    -moz-column-gap: 45px !important;
         column-gap: 45px !important;
  }
}

.nav01 > .nav-child.few-items {
  left: 50%;
  transform: translateX(-50%);
  padding: 35px 20px 45px !important;
  text-align: center;
}

.nav01 > .nav-child.few-items > div > ul {
  justify-content: center !important;
}

.nav01 > .nav-child > div > ul > li > a {
  position: relative;
  padding-top: 45px !important;
}

@media (max-width: 899px) {
  .nav01 > .nav-child > div > ul > li > a {
    padding-top: 0.5em !important;
    padding-left: 35px;
    color: #fff;
    line-height: 1;
  }
}

.nav01 > .nav-child > div > ul > li > a:before {
  content: '';
  width: 38px;
  height: 36px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-repeat: no-repeat;
}

@media (max-width: 899px) {
  .nav01 > .nav-child > div > ul > li > a:before {
    right: auto;
    bottom: 0;
    margin: auto;
    width: 28px;
    height: 28px;
    background-size: 100%;
  }
}

.nav01 > .nav-child > div > ul > li.eakon_construction a:before {
  background-image: url(/wp-content/uploads/nav01_01.png);
  width: 34px;
  height: 32px;
}

@media (max-width: 899px) {
  .nav01 > .nav-child > div > ul > li.eakon_construction a:before {
    width: 24px;
    height: 22px;
  }
}

.nav01 > .nav-child > div > ul > li.other_construction a:before {
  background-image: url(/wp-content/uploads/nav01_02.png);
  width: 34px;
  height: 34px;
}

@media (max-width: 899px) {
  .nav01 > .nav-child > div > ul > li.other_construction a:before {
    width: 24px;
    height: 24px;
  }
}

.nav01 > .nav-child > div > ul > li.eakon_selling a:before {
  background-image: url(/wp-content/uploads/nav01_03.png);
  width: 35px;
  height: 34px;
}

@media (max-width: 899px) {
  .nav01 > .nav-child > div > ul > li.eakon_selling a:before {
    width: 24px;
    height: 23px;
  }
}

.nav01 > .nav-child > div > ul > li.corporations a:before {
  background-image: url(/wp-content/uploads/nav01_04.png);
  width: 26px;
  height: 32px;
}

@media (max-width: 899px) {
  .nav01 > .nav-child > div > ul > li.corporations a:before {
    width: 18px;
    height: 24px;
  }
}

.nav02 > a {
  position: relative;
  padding-top: 45px !important;
}

@media (max-width: 899px) {
  .nav02 > a {
    padding-top: 1em !important;
    padding-left: 85px !important;
    color: #fff;
  }
}

.nav02 > a:before {
  content: '';
  width: 22px;
  height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url(/wp-content/uploads/nav02.png);
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: center;
}

@media (max-width: 899px) {
  .nav02 > a:before {
    left: 20px;
    right: auto;
    bottom: 0;
    margin: auto;
  }
}

.nav02 > .nav-child {
  padding-bottom: 35px !important;
}

@media (max-width: 899px) {
  .nav02 > .nav-child {
    padding-bottom: 0 !important;
  }
}

.nav02 > .nav-child.four-or-more-items {
  left: 50%;
}

.nav02 > .nav-child.four-or-more-items > div > ul {
  -moz-column-gap: 57px !important;
       column-gap: 57px !important;
}

@media (max-width: 1575px) and (min-width: 999px) {
  .nav02 > .nav-child.four-or-more-items {
    padding: 35px 30px 80px !important;
  }
  .nav02 > .nav-child.four-or-more-items > div > ul {
    -moz-column-gap: 37px !important;
         column-gap: 37px !important;
  }
}

@media (max-width: 1500px) and (min-width: 999px) {
  .nav02 > .nav-child.four-or-more-items > div > ul {
    -moz-column-gap: 45px !important;
         column-gap: 45px !important;
  }
}

@media (max-width: 1300px) and (min-width: 999px) {
  .nav02 > .nav-child.four-or-more-items {
    padding: 35px 88px 80px !important;
  }
  .nav02 > .nav-child.four-or-more-items > div > ul {
    -moz-column-gap: 45px !important;
         column-gap: 45px !important;
  }
}

.nav02 > .nav-child.three-items > div > ul {
  -moz-column-gap: 3.5em !important;
       column-gap: 3.5em !important;
}

@media (max-width: 1575px) and (min-width: 999px) {
  .nav02 > .nav-child.three-items > div > ul {
    -moz-column-gap: 45px !important;
         column-gap: 45px !important;
  }
}

@media (max-width: 1279px) and (min-width: 999px) {
  .nav02 > .nav-child.three-items {
    padding: 35px 75px 80px !important;
  }
  .nav02 > .nav-child.three-items > div > ul {
    -moz-column-gap: 35px !important;
         column-gap: 35px !important;
  }
}

.nav02 > .nav-child.two-items {
  left: 50%;
  transform: translateX(-50%);
  padding: 35px 55px 30px !important;
  text-align: center;
}

@media (max-width: 1279px) {
  .nav02 > .nav-child.two-items {
    padding: 35px 55px 80px !important;
  }
  .nav02 > .nav-child.two-items > div > ul {
    -moz-column-gap: 33px !important;
         column-gap: 33px !important;
  }
}

.nav02 > .nav-child.few-items {
  left: 50%;
  transform: translateX(-50%);
  padding: 35px 20px 45px !important;
  text-align: center;
}

.nav02 > .nav-child.few-items > div > ul {
  justify-content: center !important;
}

.nav02 > .nav-child > div > ul > li > a {
  position: relative;
  padding-top: 45px !important;
}

@media (max-width: 899px) {
  .nav02 > .nav-child > div > ul > li > a {
    padding-top: 0.5em !important;
    padding-left: 35px;
    color: #a93e3e;
    line-height: 1;
  }
}

.nav02 > .nav-child > div > ul > li > a:before {
  content: '';
  width: 38px;
  height: 36px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-repeat: no-repeat;
}

@media (max-width: 899px) {
  .nav02 > .nav-child > div > ul > li > a:before {
    right: auto;
    bottom: 0;
    margin: auto;
    width: 28px;
    height: 26px;
    background-size: 100%;
  }
}

.nav02 > .nav-child > div > ul > li.user_guide > a:before {
  background-image: url(/wp-content/uploads/nav02_01.png);
  width: 19px;
  height: 33px;
}

@media (max-width: 899px) {
  .nav02 > .nav-child > div > ul > li.user_guide > a:before {
    width: 15px;
    height: 29px;
  }
}

.nav02 > .nav-child > div > ul > li.user_flow > a:before {
  background-image: url(/wp-content/uploads/nav02_02.png);
  width: 33px;
  height: 31px;
}

@media (max-width: 899px) {
  .nav02 > .nav-child > div > ul > li.user_flow > a:before {
    width: 25px;
    height: 23px;
  }
}

.nav02 > .nav-child > div > ul > li.user_service > a:before {
  background-image: url(/wp-content/uploads/nav02_03.png);
  width: 24px;
  height: 35px;
}

@media (max-width: 899px) {
  .nav02 > .nav-child > div > ul > li.user_service > a:before {
    width: 18px;
    height: 29px;
  }
}

.nav02 > .nav-child > div > ul > li.user_area > a:before {
  background-image: url(/wp-content/uploads/nav02_04.png);
  width: 21px;
  height: 32px;
}

@media (max-width: 899px) {
  .nav02 > .nav-child > div > ul > li.user_area > a:before {
    width: 15px;
    height: 26px;
  }
}

.nav03 > a {
  position: relative;
  padding-top: 45px !important;
}

@media (max-width: 899px) {
  .nav03 > a {
    padding-top: 1em !important;
    padding-left: 85px !important;
    color: #fff;
  }
}

.nav03 > a:before {
  content: '';
  width: 36px;
  height: 32px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url(/wp-content/uploads/nav03.png);
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: center;
}

@media (max-width: 899px) {
  .nav03 > a:before {
    left: 15px;
    right: auto;
    bottom: 0;
    margin: auto;
  }
}

.nav03 > .nav-child {
  padding: 35px 85px 80px !important;
}

.nav03 > .nav-child.four-or-more-items > div > ul {
  -moz-column-gap: 65px !important;
       column-gap: 65px !important;
}

@media (max-width: 1575px) {
  .nav03 > .nav-child.four-or-more-items > div > ul {
    -moz-column-gap: 95px !important;
         column-gap: 95px !important;
  }
}

@media (max-width: 1519px) {
  .nav03 > .nav-child.four-or-more-items > div > ul {
    -moz-column-gap: 45px !important;
         column-gap: 45px !important;
  }
}

@media (max-width: 1279px) and (min-width: 999px) {
  .nav03 > .nav-child.four-or-more-items {
    padding: 35px 95px 80px !important;
  }
  .nav03 > .nav-child.four-or-more-items > div > ul {
    -moz-column-gap: 90px !important;
         column-gap: 90px !important;
  }
}

.nav03 > .nav-child.three-items > div > ul {
  -moz-column-gap: 100px !important;
       column-gap: 100px !important;
}

@media (max-width: 1575px) and (min-width: 999px) {
  .nav03 > .nav-child.three-items > div > ul {
    -moz-column-gap: 50px !important;
         column-gap: 50px !important;
  }
}

@media (max-width: 1279px) and (min-width: 999px) {
  .nav03 > .nav-child.three-items {
    padding: 35px 75px 80px !important;
  }
  .nav03 > .nav-child.three-items > div > ul {
    -moz-column-gap: 35px !important;
         column-gap: 35px !important;
  }
}

.nav03 > .nav-child.two-items {
  left: 50%;
  transform: translateX(-50%);
  padding: 35px 55px 30px !important;
  text-align: center;
}

@media (max-width: 1575px) and (min-width: 999px) {
  .nav03 > .nav-child.two-items {
    padding: 35px 75px 30px !important;
  }
  .nav03 > .nav-child.two-items > div > ul {
    -moz-column-gap: 90px !important;
         column-gap: 90px !important;
  }
}

@media (max-width: 1500px) and (min-width: 999px) {
  .nav03 > .nav-child.two-items > div > ul {
    -moz-column-gap: 35px !important;
         column-gap: 35px !important;
  }
}

@media (max-width: 1279px) and (min-width: 999px) {
  .nav03 > .nav-child.two-items {
    padding: 35px 55px 80px !important;
  }
  .nav03 > .nav-child.two-items > div > ul {
    -moz-column-gap: 35px !important;
         column-gap: 35px !important;
  }
}

.nav03 > .nav-child.few-items {
  left: 50%;
  transform: translateX(-50%);
  padding: 35px 20px 45px !important;
  text-align: center;
}

@media (max-width: 999px) and (min-width: 899px) {
  .nav03 > .nav-child.few-items {
    max-width: 440px !important;
    width: 440px !important;
  }
}

@media (max-width: 899px) {
  .nav03 > .nav-child.few-items {
    padding: 0 20px 0 !important;
  }
}

.nav03 > .nav-child.few-items > div > ul {
  justify-content: center !important;
}

.nav03 > .nav-child > div > ul > li > a {
  position: relative;
  padding-top: 45px !important;
}

@media (max-width: 899px) {
  .nav03 > .nav-child > div > ul > li > a {
    padding-top: 0.5em !important;
    padding-left: 35px;
    color: #fff;
    line-height: 1;
  }
}

.nav03 > .nav-child > div > ul > li > a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-repeat: no-repeat;
}

@media (max-width: 899px) {
  .nav03 > .nav-child > div > ul > li > a:before {
    right: auto;
    bottom: 0;
    margin: auto;
    width: 28px;
    height: 28px;
    background-size: 100%;
  }
}

.nav03 > .nav-child > div > ul > li.qa > a:before {
  background-image: url(/wp-content/uploads/nav03_01.png);
  width: 32px;
  height: 31px;
}

@media (max-width: 899px) {
  .nav03 > .nav-child > div > ul > li.qa > a:before {
    width: 26px;
    height: 25px;
  }
}

.nav04 > a {
  position: relative;
  padding-top: 45px !important;
}

@media (max-width: 899px) {
  .nav04 > a {
    padding-top: 1em !important;
    padding-left: 85px !important;
    color: #fff;
  }
}

.nav04 > a:before {
  content: '';
  width: 36px;
  height: 32px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url(/wp-content/uploads/nav04.png);
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: center;
}

@media (max-width: 899px) {
  .nav04 > a:before {
    left: 20px;
    right: auto;
    bottom: 0;
    margin: auto;
  }
}

.nav04 > .nav-child.four-or-more-items > div > ul {
  -moz-column-gap: 65px !important;
       column-gap: 65px !important;
}

@media (max-width: 1575px) and (min-width: 999px) {
  .nav04 > .nav-child.four-or-more-items > div > ul {
    -moz-column-gap: 65px !important;
         column-gap: 65px !important;
  }
}

.nav04 > .nav-child.three-items > div > ul {
  -moz-column-gap: 100px !important;
       column-gap: 100px !important;
}

@media (max-width: 1279px) and (min-width: 999px) {
  .nav04 > .nav-child.three-items {
    padding: 35px 55px 80px !important;
  }
  .nav04 > .nav-child.three-items > div > ul {
    -moz-column-gap: 35px !important;
         column-gap: 35px !important;
  }
}

.nav04 > .nav-child.two-items {
  left: 50%;
  transform: translateX(-50%);
  padding: 35px 55px 30px !important;
  text-align: center;
}

@media (max-width: 999px) {
  .nav04 > .nav-child.two-items {
    right: auto;
    transform: translateX(-70%);
  }
}

@media (max-width: 999px) and (min-width: 899px) {
  .nav04 > .nav-child.two-items {
    max-width: 540px !important;
    width: 540px !important;
  }
}

@media (max-width: 1500px) and (min-width: 999px) {
  .nav04 > .nav-child.two-items {
    padding: 35px 35px 80px !important;
  }
  .nav04 > .nav-child.two-items > div > ul {
    -moz-column-gap: 25px !important;
         column-gap: 25px !important;
  }
}

@media (max-width: 1279px) and (min-width: 999px) {
  .nav04 > .nav-child.two-items {
    padding: 35px 35px 80px !important;
  }
  .nav04 > .nav-child.two-items > div > ul {
    -moz-column-gap: 15px !important;
         column-gap: 15px !important;
  }
}

@media (max-width: 899px) {
  .nav04 > .nav-child.two-items {
    padding: 0 20px 0 !important;
  }
}

.nav04 > .nav-child.few-items {
  left: 50%;
  transform: translateX(-50%);
  padding: 35px 20px 45px !important;
  text-align: center;
}

.nav04 > .nav-child.few-items > div > ul {
  justify-content: center !important;
}

.nav04 > .nav-child > div > ul > li > a {
  position: relative;
  padding-top: 45px !important;
}

@media (max-width: 899px) {
  .nav04 > .nav-child > div > ul > li > a {
    padding-top: 0.5em !important;
    padding-left: 35px;
    color: #fff;
    line-height: 1;
  }
}

.nav04 > .nav-child > div > ul > li > a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-repeat: no-repeat;
}

@media (max-width: 899px) {
  .nav04 > .nav-child > div > ul > li > a:before {
    right: auto;
    bottom: 0;
    margin: auto;
    width: 28px;
    height: 28px;
    background-size: 100%;
  }
}

.nav04 > .nav-child > div > ul > li.estimate > a:before {
  background-image: url(/wp-content/uploads/nav04_01.png);
  left: 0;
  width: 23px;
  height: 31px;
}

.nav04 > .nav-child > div > ul > li.recruiting_cooperating_stores > a:before {
  background-image: url(/wp-content/uploads/nav04_02.png);
  width: 23px;
  height: 28px;
}

@media (max-width: 899px) {
  .nav04 > .nav-child .mail.pc-only {
    display: none !important;
  }
}

.nav04 > .nav-child .mail a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0.7em 0 !important;
  font-weight: bold;
  transition: .3s;
}

.nav04 > .nav-child .mail a span {
  line-height: 1;
}

.nav04 > .nav-child .mail a:active, .nav04 > .nav-child .mail a:hover {
  border: 1px solid #ca8fdf;
  color: #e4d6e9;
  background: #ca8fdf;
}

.home h2:after {
  display: none;
}

.sec01 {
  padding: 40px 0;
  margin-bottom: 80px;
  background-color: #f9f2fb;
}

@media (min-width: 768px) {
  .sec01 dl {
    border-top: solid 1px #c3c3bb;
    border-bottom: solid 1px #c3c3bb;
  }
  .sec01 dl dt, .sec01 dl dd {
    padding: 9px 1em 9px 0.5em;
    border-bottom: 0;
  }
  .sec01 .heading h2 {
    font-size: 36px;
    font-size: 3.6rem;
    color: #222222;
  }
  .sec01 .content {
    padding-left: 30px !important;
    width: calc(100% - 100px) !important;
  }
}

.sec01.wow {
  opacity: 0;
  transition: .5s;
}

.sec01.animated {
  opacity: 1;
}

.sec02 .container {
  max-width: 1200px;
  margin: auto;
}

.sec02 .container .arrow {
  margin: 7% 0;
}

@media (max-width: 1099px) and (max-width: 767px) {
  .sec02 .container .arrow img {
    max-width: 50%;
  }
}

.sec02 .container .onayami_area {
  padding-top: 70px;
  position: relative;
}

@media (max-width: 1099px) {
  .sec02 .container .onayami_area {
    padding-top: 0;
  }
}

@media (max-width: 1099px) {
  .sec02 .container .onayami_area figcaption {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    align-items: center;
    max-width: 900px;
    margin: auto;
    margin-top: 30px;
  }
}

@media (max-width: 1099px) and (max-width: 519px) {
  .sec02 .container .onayami_area figcaption {
    gap: 20px;
  }
}

@media (max-width: 1099px) and (max-width: 519px) and (max-width: 389px) {
  .sec02 .container .onayami_area figcaption {
    gap: 10px;
  }
}

.sec02 .container .onayami_area figcaption div {
  position: absolute;
  background-image: url(/wp-content/uploads/top_illust002.png);
  background-repeat: no-repeat;
  width: 299px;
  height: 208px;
  font-size: 20px;
  font-size: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.sec02 .container .onayami_area figcaption div.sec02_point1 {
  top: 0;
  left: 0;
}

.sec02 .container .onayami_area figcaption div.sec02_point1:after {
  content: '';
  width: 21px;
  height: 31px;
  position: absolute;
  top: 100%;
  right: 45%;
  margin: auto;
  background-image: url(/wp-content/uploads/top_illust002_2.png);
  background-repeat: no-repeat;
}

@media (max-width: 1099px) {
  .sec02 .container .onayami_area figcaption div.sec02_point1:after {
    top: 36%;
    transform: rotateZ(204deg);
    left: 20%;
  }
}

@media (max-width: 1099px) and (max-width: 899px) {
  .sec02 .container .onayami_area figcaption div.sec02_point1:after {
    top: 43%;
    left: 0;
    display: none;
  }
}

.sec02 .container .onayami_area figcaption div.sec02_point2 {
  top: 0;
  right: 100px;
}

.sec02 .container .onayami_area figcaption div.sec02_point2:after {
  content: '';
  width: 21px;
  height: 31px;
  position: absolute;
  top: 105%;
  left: 30%;
  margin: auto;
  background-image: url(/wp-content/uploads/top_illust002_2.png);
  background-repeat: no-repeat;
}

@media (max-width: 1099px) {
  .sec02 .container .onayami_area figcaption div.sec02_point2:after {
    top: 36%;
    transform: rotateZ(135deg);
    right: 38%;
    left: auto;
  }
}

@media (max-width: 1099px) and (max-width: 899px) {
  .sec02 .container .onayami_area figcaption div.sec02_point2:after {
    top: 43%;
    right: 35%;
    display: none;
  }
}

.sec02 .container .onayami_area figcaption div.sec02_point3 {
  top: 230px;
  left: 80px;
}

.sec02 .container .onayami_area figcaption div.sec02_point4 {
  top: 245px;
  right: 30px;
}

@media (max-width: 1099px) {
  .sec02 .container .onayami_area figcaption div {
    position: static;
    width: 47%;
    font-size: 18px;
    background-size: cover;
    height: auto;
  }
  .sec02 .container .onayami_area figcaption div:before {
    content: "";
    /* 擬似要素を利用 */
    display: block;
    /* ブロック要素として表示 */
    padding-bottom: 69.25%;
    /* アスペクト比を保持（例: 16:9） */
  }
}

@media (max-width: 767px) {
  .sec02 .container .onayami_area figcaption div {
    font-size: 18px;
    background-size: 100%;
  }
}

@media (max-width: 519px) {
  .sec02 .container .onayami_area figcaption div {
    width: 47%;
    font-size: 18px;
  }
}

@media (max-width: 389px) {
  .sec02 .container .onayami_area figcaption div {
    width: 48%;
    font-size: 12px;
  }
}

.sec02 .container .onayami_box {
  max-width: 1000px;
  margin: auto;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  border: solid 2px #5c4eb0;
  padding: 15px;
}

@media (max-width: 1099px) {
  .sec02 .container .onayami_box {
    max-width: 640px;
  }
  .sec02 .container .onayami_box img {
    max-width: 300px;
  }
}

@media (max-width: 1099px) and (max-width: 375px) {
  .sec02 .container .onayami_box img {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .sec02 .container .onayami_box {
    max-width: 330px;
    flex-direction: column;
    align-items: center;
  }
}

.sec02 .container .onayami_box figcaption {
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(14px, calc(0.875rem + ((1vw - 3.2px) * 3.8235)), 40px);
  font-weight: bold;
}

@media (max-width: 767px) {
  .sec02 .container .onayami_box figcaption {
    text-align: center;
  }
}

@media (max-width: 1099px) {
  .sec02 .container .onayami_box figcaption {
    font-size: clamp(14px, calc(0.875rem + ((1vw - 3.2px) * 3.8292)), 30px);
  }
}

@media (max-width: 1099px) and (max-width: 767px) {
  .sec02 .container .onayami_box figcaption {
    font-size: 16px;
  }
}

.sec02 .container .onayami_box figcaption span {
  font-size: clamp(14px, calc(0.875rem + ((1vw - 3.2px) * 5.2941)), 50px);
  position: relative;
  line-height: 2;
  padding-bottom: 5px;
}

@media (max-width: 1099px) {
  .sec02 .container .onayami_box figcaption span {
    font-size: clamp(14px, calc(0.875rem + ((1vw - 3.2px) * 5.3019)), 40px);
  }
}

@media (max-width: 1099px) and (max-width: 767px) {
  .sec02 .container .onayami_box figcaption span {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .sec02 .container .onayami_box figcaption span {
    padding-bottom: 2px;
  }
}

.sec02 .container .onayami_box figcaption span:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 4px;
  background-color: #fff60b;
}

.sec02.wow {
  opacity: 0;
  transition: .5s;
}

.sec02.animated {
  opacity: 1;
}

.sec04 {
  background-color: #e4d6e9;
  padding: 100px 0 120px;
}

.sec04 .container {
  max-width: 1200px;
  margin: auto;
}

.sec04 .container h2 .emp {
  color: #5c4eb0;
}

.sec04 .container h2 .emp span {
  font-size: 60px;
  font-size: 6rem;
}

@media (max-width: 767px) {
  .sec04 .container h2 .emp span {
    font-size: 36px;
    font-size: 3.6rem;
  }
}

.sec04 .container h2:after {
  display: none;
}

.sec04 ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  row-gap: 60px;
  -moz-column-gap: 70px;
       column-gap: 70px;
  list-style: none;
  padding-left: 0;
}

.sec04 ul li {
  max-width: 300px;
}

@media (max-width: 767px) {
  .sec04 ul li {
    max-width: 300px;
  }
}

@media (max-width: 767px) and (max-width: 375px) {
  .sec04 ul li {
    max-width: 280px;
  }
}

.sec04 ul li figure {
  position: relative;
}

.sec04 ul li figure figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
}

.sec04 ul li p {
  font-size: 32px;
  font-size: 3.2rem;
  text-align: center;
  margin-top: 18px;
  line-height: 1.2;
  font-weight: bold;
}

@media (max-width: 767px) {
  .sec04 ul li p {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.sec04.wow {
  opacity: 0;
  transition: .5s;
}

.sec04.animated {
  opacity: 1;
}

@media (max-width: 767px) {
  .sec05 img {
    max-width: 80%;
    margin: auto;
  }
}

.sec05 a {
  transition: .5s;
}

.sec05 a:hover {
  opacity: 0.7;
}

.sec05.wow {
  opacity: 0;
  transition: .5s;
}

.sec05.animated {
  opacity: 1;
}

.sec06 {
  background: #e3f6fb url(/wp-content/uploads/sec06_bg.png);
  padding: 100px 0 120px;
}

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

.sec06 .container {
  max-width: 1200px;
  background-color: #fff;
  box-shadow: 0px 0px 12px 0px rgba(97, 97, 97, 0.35);
  border-radius: 10px;
  padding: 90px 0 90px;
}

@media (max-width: 1099px) {
  .sec06 .container {
    margin: 0 3%;
  }
}

.sec06 .container .row {
  max-width: 900px;
  margin: auto;
}

.sec06 ul.service_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  row-gap: 40px;
  -moz-column-gap: 140px;
       column-gap: 140px;
  list-style: none;
  padding-left: 0;
}

@media (max-width: 767px) {
  .sec06 ul.service_box {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}

@media (max-width: 767px) {
  .sec06 ul.service_box li {
    max-width: 150px;
  }
}

.sec06 ul.service_box li figure span {
  background-color: #f2f9fb;
  width: 190px;
  height: 190px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .sec06 ul.service_box li figure span {
    width: 140px;
    height: 140px;
  }
  .sec06 ul.service_box li figure span img {
    max-width: 80%;
  }
}

.sec06 ul.service_box li figure figcaption {
  font-size: 22px;
  font-size: 2.2rem;
  text-align: center;
  margin-top: 18px;
  line-height: 1.2;
  font-weight: bold;
}

@media (max-width: 767px) {
  .sec06 ul.service_box li figure figcaption {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.sec06 .morebtn_box {
  max-width: 750px;
  margin: auto;
  margin-top: 50px;
  padding: 0 3%;
}

@media (max-width: 767px) {
  .sec06 .morebtn_box {
    max-width: 600px;
  }
}

.sec06 .morebtn_box li {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 30px;
}

@media (max-width: 499px) {
  .sec06 .morebtn_box li {
    flex-direction: column;
  }
  .sec06 .morebtn_box li img {
    max-width: 100px;
  }
}

.sec06 .morebtn_box li .txt {
  font-weight: bold;
  line-height: 1.4;
  font-size: 24px;
  font-size: 2.4rem;
}

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

.sec06 .morebtn_box li .txt span {
  font-size: 28px;
  font-size: 2.8rem;
  color: #ca2834;
}

@media (max-width: 767px) {
  .sec06 .morebtn_box li .txt span {
    font-size: 20px;
    font-size: 2rem;
  }
}

.sec06 .morebtn_box li .more a {
  background: #5c4eb0;
  border-radius: 50px;
  max-width: 500px;
  width: 100%;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  padding: 0.35em;
}

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

@media (max-width: 375px) {
  .sec06 .morebtn_box li .more a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media (min-width: 768px) {
  .sec06 .morebtn_box li .more a {
    margin: 0 auto 0 0;
  }
}

.sec06 .morebtn_box li .more a:hover {
  border: 1px solid #ca8fdf;
  color: #e4d6e9;
  background: #ca8fdf;
}

.sec06.wow {
  opacity: 0;
  transition: .5s;
}

.sec06.animated {
  opacity: 1;
}

.sec07 .link_box {
  margin-top: 26px;
}

.sec07 .link_box:last-child {
  margin-top: 10px;
}

.sec07 .link_box a {
  background-color: transparent;
  border: 0;
  padding: 0;
  color: #baaa3d !important;
  font-size: 20px;
  font-size: 2rem;
}

.sec07 .link_box a:after {
  border-color: #baaa3d !important;
}

.sec07 a.sec07_bnr {
  display: block;
  width: 100%;
  text-decoration: none;
  border-radius: 20px;
}

@media (max-width: 767px) {
  .sec07 a.sec07_bnr {
    margin-bottom: 3%;
  }
}

.sec07 a.sec07_bnr.sec07_bnr_1 {
  background-color: #52b660;
}

.sec07 a.sec07_bnr.sec07_bnr_1 .sec07_bnr_1_box {
  display: block;
  max-width: 600px;
  position: relative;
  margin: auto;
  min-height: 180px;
  display: flex;
  align-items: center;
  position: relative;
}

@media (max-width: 767px) {
  .sec07 a.sec07_bnr.sec07_bnr_1 .sec07_bnr_1_box {
    min-height: 150px;
    padding: 0 10px;
  }
}

.sec07 a.sec07_bnr.sec07_bnr_1 .sec07_bnr_1_box > span {
  max-width: 340px;
  flex: 1;
}

@media (max-width: 767px) {
  .sec07 a.sec07_bnr.sec07_bnr_1 .sec07_bnr_1_box > span {
    max-width: 250px;
  }
}

@media (max-width: 767px) and (max-width: 412px) {
  .sec07 a.sec07_bnr.sec07_bnr_1 .sec07_bnr_1_box > span {
    max-width: 200px;
  }
}

.sec07 a.sec07_bnr.sec07_bnr_1 .sec07_bnr_1_box > span .sec07_btn_tlt {
  font-size: clamp(22px, calc(1.375rem + ((1vw - 7.68px) * 7.7586)), 40px);
}

@media (max-width: 767px) {
  .sec07 a.sec07_bnr.sec07_bnr_1 .sec07_bnr_1_box > span .sec07_btn_tlt {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

@media (max-width: 767px) and (max-width: 412px) {
  .sec07 a.sec07_bnr.sec07_bnr_1 .sec07_bnr_1_box > span .sec07_btn_tlt {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.sec07 a.sec07_bnr.sec07_bnr_1 .sec07_bnr_1_box > span .sec07_btn_txt {
  font-size: clamp(12px, calc(1.375rem + ((1vw - 7.68px) * 7.7586)), 16px);
}

.sec07 a.sec07_bnr.sec07_bnr_1 .sec07_bnr_1_box img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

@media (max-width: 767px) {
  .sec07 a.sec07_bnr.sec07_bnr_1 .sec07_bnr_1_box img {
    max-width: 180px;
    right: 20px;
    position: static;
  }
}

@media (max-width: 767px) and (max-width: 439px) {
  .sec07 a.sec07_bnr.sec07_bnr_1 .sec07_bnr_1_box img {
    max-width: 150px;
  }
}

@media (max-width: 767px) and (max-width: 439px) and (max-width: 412px) {
  .sec07 a.sec07_bnr.sec07_bnr_1 .sec07_bnr_1_box img {
    max-width: 100px;
  }
}

.sec07 a.sec07_bnr.sec07_bnr_2 {
  background-color: #baaa3d;
  min-height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767px) {
  .sec07 a.sec07_bnr.sec07_bnr_2 {
    min-height: 150px;
  }
}

.sec07 a.sec07_bnr.sec07_bnr_2 .sec07_btn_tlt {
  font-size: clamp(22px, calc(1.375rem + ((1vw - 3.2px) * 11.25)), 40px);
  margin-top: 5px;
}

@media (max-width: 767px) {
  .sec07 a.sec07_bnr.sec07_bnr_2 .sec07_btn_tlt {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

@media (max-width: 767px) and (max-width: 412px) {
  .sec07 a.sec07_bnr.sec07_bnr_2 .sec07_btn_tlt {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.sec07 a.sec07_bnr.sec07_bnr_2 .sec07_btn_txt {
  font-size: clamp(12px, calc(1.375rem + ((1vw - 3.2px) * 11.25)), 16px);
}

@media (max-width: 767px) {
  .sec07 a.sec07_bnr.sec07_bnr_2 .sec07_btn_txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.sec07 a.sec07_bnr.sec07_bnr_3 {
  background-color: #527fb6;
  min-height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767px) {
  .sec07 a.sec07_bnr.sec07_bnr_3 {
    min-height: 150px;
  }
}

.sec07 a.sec07_bnr.sec07_bnr_3 .sec07_btn_tlt {
  font-size: clamp(22px, calc(1.375rem + ((1vw - 3.2px) * 11.25)), 40px);
  margin-top: 5px;
}

@media (max-width: 767px) {
  .sec07 a.sec07_bnr.sec07_bnr_3 .sec07_btn_tlt {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

@media (max-width: 767px) and (max-width: 412px) {
  .sec07 a.sec07_bnr.sec07_bnr_3 .sec07_btn_tlt {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.sec07 a.sec07_bnr.sec07_bnr_3 .sec07_btn_txt {
  font-size: clamp(12px, calc(1.375rem + ((1vw - 3.2px) * 11.25)), 16px);
}

@media (max-width: 767px) {
  .sec07 a.sec07_bnr.sec07_bnr_3 .sec07_btn_txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.sec07 a.sec07_bnr span {
  display: block;
  color: #fff;
}

.sec07 a.sec07_bnr span.sec07_btn_tlt {
  font-weight: bold;
  margin-bottom: 5px;
}

.sec07 a.sec07_bnr .txt-arrow {
  display: inline !important;
  position: relative;
}

.sec07 a.sec07_bnr .txt-arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -8%;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translate(0, -50%) rotate(45deg);
  transition: 0.2s;
}

.sec07 a {
  transition: .5s;
}

.sec07 a:hover {
  opacity: 0.7;
}

.sec07.wow {
  opacity: 0;
  transition: .5s;
}

.sec07.animated {
  opacity: 1;
}

.sec08 {
  background: url(/wp-content/uploads/top_bg001.jpg);
  background-repeat: no-repeat;
  padding: 60px 0;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .sec08 {
    padding: 50px 0 50px;
  }
  .sec08 .container {
    margin-top: 1em;
  }
}

.sec08 h2 {
  color: #fff;
}

@media (max-width: 767px) {
  .sec08 h2 {
    margin-bottom: 10px;
  }
}

.sec08 ul {
  padding-left: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

@media (max-width: 767px) {
  .sec08 ul {
    flex-direction: column;
  }
}

@media (min-width: 1000px) {
  .sec08 ul li p {
    width: 330px;
  }
}

.sec08 ul li a {
  border-radius: 50px;
  font-size: 20px;
  font-size: 2rem;
  padding: 1.2em 1em;
  background-color: #215dd8;
  max-width: 330px;
  width: 100%;
  border-color: #215dd8;
}

@media (max-width: 1099px) {
  .sec08 ul li a {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 1.2em 1.5em;
  }
}

.sec08 ul li a:hover {
  background-color: #215dd8;
  border-color: #215dd8;
  opacity: 0.9;
}

.sec08.wow {
  opacity: 0;
  transition: .5s;
}

.sec08.animated {
  opacity: 1;
}

.sec09 ul {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

@media (max-width: 767px) {
  .sec09 ul {
    gap: 10px;
    flex-direction: column;
  }
}

.sec09 ul li {
  width: 48%;
}

@media (max-width: 767px) {
  .sec09 ul li {
    width: 100%;
  }
}

.sec09 ul li a {
  line-height: 1.5;
  max-width: 480px;
  width: 100%;
  padding: 0.5em;
  font-size: 26px;
  font-size: 2.6rem;
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #5c4eb0;
  border-color: #5c4eb0;
  border-radius: 10px;
}

@media (max-width: 899px) {
  .sec09 ul li a {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media (max-width: 767px) {
  .sec09 ul li a {
    min-height: 100px;
  }
}

.sec09 ul li a:hover {
  border: 1px solid #ca8fdf;
  color: #e4d6e9;
  background: #ca8fdf;
}

.sec09 ul li a:hover span {
  border: 0;
}

.sec09 ul li a:hover span:after {
  left: 98%;
}

.sec09 ul li a span {
  padding: 0 1em;
  display: inline;
}

.sec09 ul li a span:after {
  left: 95%;
  right: auto;
}

.sec09 ul li a span:hover {
  background-color: transparent;
  border: 0;
}

.sec09 ul li:last-child a:hover span {
  border: 0;
}

.sec09 ul li:last-child a:hover span:after {
  left: 83%;
}

.sec09 ul li:last-child a span {
  transition: .5s;
}

.sec09 ul li:last-child a span:after {
  left: 80%;
  bottom: -8%;
}

.sec09.wow {
  opacity: 0;
  transition: .5s;
}

.sec09.animated {
  opacity: 1;
}

.contact_area {
  background-image: url(/wp-content/uploads/contact_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 95px 0 95px;
  margin-bottom: 30px !important;
}

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

.contact_area .contact_box {
  max-width: 575px;
  margin: auto;
}

.contact_area .row {
  display: flex;
  align-items: center;
}

.contact_area .row:after {
  display: none;
}

@media (max-width: 767px) {
  .contact_area .row {
    flex-direction: column;
  }
}

.contact_area .row .col:last-child {
  padding-left: 5%;
}

.contact_area h2 {
  display: block;
  margin-right: 0 !important;
  padding-left: 0 !important;
  text-align: center;
  margin-bottom: 15px;
  padding-bottom: 0;
  line-height: 1;
}

@media (max-width: 767px) {
  .contact_area h2 {
    text-align: center;
    max-width: 80%;
    margin: auto !important;
  }
}

.contact_area h2:before, .contact_area h2:after {
  display: none;
}

.contact_area p {
  text-align: center;
}

.contact_area .telbox {
  text-align: center;
}

.contact_area .telbox .txt {
  margin-bottom: 0;
  color: #5c4eb0;
  font-size: 15px;
  font-size: 1.5rem;
}

.contact_area .tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: left;
  font-weight: bold;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 3px;
  line-height: 1;
  margin-bottom: 10px;
  margin-top: 0;
}

.contact_area .tel a {
  color: #5c4eb0;
}

@media (max-width: 767px) {
  .contact_area .tel {
    text-align: center;
  }
}

.contact_area .time {
  font-size: 16px;
  font-size: 1.6rem;
}

.contact_area .more {
  line-height: 21px;
}

.contact_area.wow {
  opacity: 0;
  transition: .5s;
}

.contact_area.animated {
  opacity: 1;
}

@media (max-width: 767px) {
  footer.high .ftr_content {
    position: static;
    bottom: 178px;
    margin-top: .5%;
    margin-bottom: 2% !important;
  }
}

.ftr_content {
  position: fixed;
  width: 100%;
  bottom: 0;
  padding: 0;
  margin-bottom: 0 !important;
}

@media (min-width: 768px) {
  .ftr_content {
    right: 0;
    bottom: 20%;
    max-width: 50px;
  }
}

@media (max-width: 767px) {
  .ftr_content {
    padding: 0;
    background-color: transparent;
  }
}

.ftr_content .container {
  max-width: none;
  padding: 0;
  margin: 0;
}

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

.ftr_content .ftr_content_btn {
  width: 50px;
  margin: 0 0 0 auto;
}

.ftr_content .ftr_content_btn p {
  writing-mode: vertical-rl;
}

.ftr_content .ftr_content_btn p a {
  text-decoration: none;
  padding: 1em;
  background-color: #5c4eb0;
  margin: 0 0 0 auto;
  display: block;
  color: #fff;
  line-height: 1;
  border-radius: 10px 0 0 10px;
  border: solid 2px #fff;
  transition: .5s;
}

.ftr_content .ftr_content_btn p a:hover {
  background-color: #ca8fdf;
}

.ftr_content .row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}

@media (max-width: 767px) {
  .ftr_content .row {
    flex-wrap: wrap;
    gap: 5px;
  }
}

@media (max-width: 399px) {
  .ftr_content .row {
    gap: 5px;
  }
}

.ftr_content .row:after {
  display: none;
}

.ftr_content .col {
  color: #fff;
  margin-left: 0;
  max-width: 280px;
}

.ftr_content .col:first-child {
  max-width: 63px;
  margin-right: 30px;
}

.ftr_content .col:nth-of-type(2) {
  max-width: 198px;
}

.ftr_content .col:last-child {
  max-width: 280px;
}

.ftr_content .col .ftr_content_tlt {
  line-height: 1;
  font-size: 21px;
  font-size: 2.1rem;
  text-align: right;
  color: #5e5242;
}

@media (max-width: 767px) {
  .ftr_content .col .ftr_content_tlt {
    display: flex !important;
    align-items: center;
    gap: 10px;
    text-align: center;
  }
}

@media (max-width: 767px) and (max-width: 455px) {
  .ftr_content .col .ftr_content_tlt {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media (max-width: 767px) {
  .ftr_content .col .ftr_content_tlt span {
    display: inline;
    margin-bottom: 0 !important;
    line-height: 1;
  }
}

@media (max-width: 767px) and (max-width: 455px) {
  .ftr_content .col .ftr_content_tlt span {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.ftr_content .col .ftr_content_tel div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

@media (max-width: 499px) {
  .ftr_content .col .ftr_content_tel div {
    gap: 25px;
  }
}

.ftr_content .col .ftr_content_tel div p {
  margin-top: 0;
}

.ftr_content .col .tel {
  display: flex;
  align-items: center;
  letter-spacing: 1.5px;
  gap: 10px;
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 0;
}

@media (max-width: 999px) {
  .ftr_content .col .tel {
    font-size: 30px;
    font-size: 3rem;
  }
}

@media (max-width: 899px) {
  .ftr_content .col .tel {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.ftr_content .col .tel span {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.3;
  display: block;
}

@media (max-width: 999px) {
  .ftr_content .col .tel span {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media (max-width: 799px) {
  .ftr_content .col .tel span {
    font-size: 19px;
    font-size: 1.9rem;
  }
}

@media (max-width: 799px) and (max-width: 699px) {
  .ftr_content .col .tel span {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

@media (max-width: 799px) and (max-width: 699px) and (max-width: 599px) {
  .ftr_content .col .tel span {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media (max-width: 799px) and (max-width: 699px) and (max-width: 599px) and (max-width: 499px) {
  .ftr_content .col .tel span {
    font-size: 15px;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .ftr_content .col .tel span a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    width: 40px;
    min-height: 40px;
    border-radius: 50%;
  }
}

.ftr_content .col .tel a {
  color: #5e5242;
}

@media (max-width: 767px) {
  .ftr_content .more_btn {
    list-style: none;
    display: flex;
    justify-content: center;
    padding-left: 0;
    width: 100%;
    gap: 2px;
  }
  .ftr_content .more_btn li:first-child {
    border-left: 0;
    width: 25%;
  }
  .ftr_content .more_btn li:nth-child(2) {
    width: 25%;
  }
  .ftr_content .more_btn li:last-child {
    width: 50%;
  }
  .ftr_content .more_btn li p {
    width: 100%;
  }
  .ftr_content .more_btn li p a {
    border-radius: 0;
    width: 100%;
    padding: 1em 0;
    min-height: 90px;
    max-width: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 27px;
    font-size: clamp(12px, calc(0.875rem + ((1vw - 3.2px) * 1.875)), 22px);
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  .ftr_content .more_btn li p a {
    min-height: 60px;
  }
}

@media (max-width: 767px) and (max-width: 499px) {
  .ftr_content .more_btn li p a {
    min-height: 50px;
  }
}

@media (max-width: 767px) and (max-width: 375px) {
  .ftr_content .more_btn li p a {
    font-size: 11px;
    min-height: 40px;
  }
}

@media (max-width: 767px) {
  .ftr_content .more_btn li p a span {
    position: relative;
  }
  .ftr_content .more_btn li p a span::before {
    content: "";
    display: block;
    height: 20px;
    position: absolute;
    left: 0;
  }
  .ftr_content .more_btn li p.ft_mail a span {
    padding-left: 40px;
  }
  .ftr_content .more_btn li p.ft_mail a span::before {
    width: 29px;
    background: url(/wp-content/uploads/ft_mail_icn.png) no-repeat;
  }
  .ftr_content .more_btn li p.tel a span {
    padding-left: 30px;
  }
  .ftr_content .more_btn li p.tel a span::before {
    width: 20px;
    background: url(/wp-content/uploads/ft_tel_icn.png) no-repeat;
  }
  .ftr_content .more_btn li p.ft_keiyaku a span {
    padding-left: 46px;
  }
  .ftr_content .more_btn li p.ft_keiyaku a span::before {
    width: 36px;
    background: url(/wp-content/uploads/ft_keiyaku_icn.png) no-repeat;
  }
}

.sp-only499 {
  display: none;
}

@media (max-width: 499px) {
  .sp-only499 {
    display: block;
  }
}

.question_box {
  background-color: rgba(92, 78, 176, 0.3);
  padding: 2%;
}

.question_box .more a {
  max-width: 500px;
  border-radius: 10px;
  padding: .5em;
}

.waribiki {
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 2px rgba(92, 78, 176, 0.3);
  gap: 10px;
  padding: 2%;
  margin-bottom: 2%;
}

.waribiki p {
  line-height: 1;
  margin: 0;
}

.waribiki a {
  max-width: 500px;
  border-radius: 10px;
  padding: 0.5em 1.5em;
}

@media (max-width: 767px) {
  .waribiki {
    flex-direction: column;
  }
}

.mitsumori p {
  line-height: 1;
  margin: 0;
}

.mitsumori a {
  max-width: 530px;
  border-radius: 10px;
  padding: 1em 2em;
}

.mitsumori a span.span2 {
  font-size: 14px;
  font-size: 1.4rem;
}

@media (max-width: 767px) {
  .mitsumori a span.span2 {
    display: block;
  }
}

.large_btn a {
  max-width: 530px;
  border-radius: 10px;
  padding: .3em 2em;
}

.teikyou a {
  max-width: 530px;
  border-radius: 10px;
  padding: .3em 2em;
}

.original_btn a {
  background-color: #215dd8;
}

.info_tlt {
  margin: 0 0 0.5em;
  padding-bottom: 0.3em;
  color: #222222;
  font-weight: bold;
  font-size: 20px !important;
  position: relative;
  border-bottom: 2px solid #e4d6e9;
  display: flex;
  align-items: center;
  gap: 10px;
}

.info_tlt .info_tlt_parts {
  background-color: #ca2834;
  color: #fff;
  border-radius: 10px;
  padding: .2em .5em;
}

@media (max-width: 767px) {
  .info_tlt .info_tlt_parts {
    margin-right: 10px;
  }
}

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

.info_tlt:after {
  display: none;
}

.guidepoint {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0;
  gap: 20px;
}

@media (max-width: 767px) {
  .guidepoint {
    flex-wrap: wrap;
  }
}

.guidepoint li {
  width: 160px;
  height: 160px;
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
  border: solid 1px #8eb4e3;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-size: 2rem;
}

.guidepoint li.guide01 {
  background-color: #fac090;
}

.guidepoint li.guide02 {
  background-color: #c3d69b;
}

.guidepoint li.guide03 {
  background-color: #8eb4e3;
}

.guidepoint li.guide04 {
  background-color: #d99694;
}

.menu_price {
  font-size: 17px;
  font-size: 1.7rem;
}

.menu_price .menu_price_box {
  display: flex;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .menu_price .menu_price_box {
    flex-direction: column;
    margin-bottom: 50px;
  }
}

.menu_price .menu_price_box > div {
  width: 32.5%;
}

@media (max-width: 767px) {
  .menu_price .menu_price_box > div {
    width: 100%;
    padding: 20px 10px;
  }
}

.menu_price .menu_price_box > div.large {
  width: 46.5%;
}

@media (max-width: 767px) {
  .menu_price .menu_price_box > div.large {
    width: 100%;
  }
}

.menu_price .menu_price_box > div.menu_price_box_pts1 {
  position: relative;
}

.menu_price .menu_price_box > div.menu_price_box_pts3 p {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .menu_price .menu_price_box > div.menu_price_box_pts3 {
    padding: 0;
  }
}

.menu_price .menu_price_box > div.menu_price_box_pts3 .menu_price_border_box {
  border: solid 2px #5c4eb0;
  padding: 10px 10px;
}

@media (max-width: 767px) {
  .menu_price .menu_price_box > div.menu_price_box_pts3 .menu_price_border_box {
    width: 100%;
    padding: 20px 10px;
  }
}

.menu_price .menu_price_box > div.plus {
  width: 20px;
  margin: 0 10px;
  position: relative;
}

@media (max-width: 767px) {
  .menu_price .menu_price_box > div.plus {
    margin: 20px auto;
    padding: 10px 0;
  }
}

.menu_price .menu_price_box > div.plus:before, .menu_price .menu_price_box > div.plus:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 3px;
  height: 15px;
  background-color: #000066;
}

.menu_price .menu_price_box > div.plus:after {
  transform: rotate(90deg);
}

.menu_price .menu_price_box > div.right-arrow {
  width: 30px;
  margin: 0 10px 0 10px;
  position: relative;
}

@media (max-width: 767px) {
  .menu_price .menu_price_box > div.right-arrow {
    margin: auto;
  }
}

.menu_price .menu_price_box > div.right-arrow:after, .menu_price .menu_price_box > div.right-arrow:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.menu_price .menu_price_box > div.right-arrow:before {
  content: '';
  left: 15px;
  box-sizing: border-box;
  width: 15px;
  height: 17px;
  border: 15px solid transparent;
  border-left: 15px solid #000066;
}

@media (max-width: 767px) {
  .menu_price .menu_price_box > div.right-arrow:before {
    left: 0;
    top: 40px;
    transform: rotateZ(90deg);
  }
}

.menu_price .menu_price_box > div.right-arrow:after {
  content: '';
  left: 0;
  width: 17px;
  height: 15px;
  border-left: 15px solid #000066;
}

@media (max-width: 767px) {
  .menu_price .menu_price_box > div.right-arrow:after {
    left: 6.5px;
    top: 0;
  }
}

.menu_price .menu_price_box > div.equal {
  display: inline-block;
  width: 15px;
  position: relative;
  color: #000066;
  font-size: 30px;
  margin: 0 10px 0 10px;
}

.menu_price .menu_price_box > div.equal:before, .menu_price .menu_price_box > div.equal:after {
  position: absolute;
  left: 0px;
  width: 100%;
  height: 3px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: currentColor;
  content: "";
}

.menu_price .menu_price_box > div.equal:before {
  top: -8px;
}

.menu_price .menu_price_box > div.equal:after {
  top: 8px;
}

@media (max-width: 767px) {
  .menu_price .menu_price_box > div.equal {
    transform: rotateZ(90deg);
    margin: auto;
    text-align: center;
  }
  .menu_price .menu_price_box > div.equal:before, .menu_price .menu_price_box > div.equal:after {
    right: 0;
  }
}

.menu_price .menu_price_box > div.menu_price_border_box {
  border: solid 2px #5c4eb0;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .menu_price2 .menu_price_box_pts3 {
    margin-top: 10px;
  }
}

.menu_price_list {
  font-size: 17px;
  font-size: 1.7rem;
}

.menu_price_list .menu_price_list_box {
  display: flex;
  margin-bottom: 20px;
  gap: 20px;
}

@media (max-width: 767px) {
  .menu_price_list .menu_price_list_box {
    flex-direction: column;
  }
}

.menu_price_list .menu_price_list_box > div {
  width: 32.5%;
}

.menu_price_list .menu_price_list_box > div > p {
  margin-bottom: 0;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}

@media (max-width: 767px) {
  .menu_price_list .menu_price_list_box > div {
    width: 100%;
  }
}

.menu_price_list .menu_price_list_box .menu_price_list_box_text {
  border: 0;
  padding: 0;
  margin-top: 0;
}

.menu_price_list .menu_price_list_box .menu_price_list_border_box {
  border: solid 2px #5c4eb0;
  padding: 20px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.border_box {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.border_box > div {
  flex-basis: 32%;
  flex: 1;
}

@media (max-width: 767px) {
  .border_box > div:first-child {
    flex-basis: 100%;
  }
}

.border_box > div .border_box_item {
  border: solid 2px #5c4eb0;
  padding: 20px 10px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .border_box > div .border_box_item {
    padding: 10px 5px;
  }
}

.border_box > div .border_box_item.or_box {
  border: solid 2px #a93e3e;
}

.border_box > div p:not(.border_box_item) {
  text-align: center;
}

.border_box > div.or {
  position: relative;
}

.border_box > div.or:before {
  position: absolute;
  left: -28px;
  top: 0px;
  border-radius: 30px;
  padding: 4px 10px;
  margin: auto;
  background-color: #FF6347;
  color: #fff;
  content: "or";
  font-size: 18px;
  font-size: 1.8rem;
}

.conditions_box {
  padding-left: 0;
  list-style-position: inside;
}

.conditions_box li {
  padding: 1%;
  background-color: rgba(92, 78, 176, 0.4);
  margin-bottom: 10px;
}

.conditions_box2 {
  padding-left: 0;
  list-style-position: inside;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.conditions_box2 li {
  flex-basis: 32.5%;
  padding: 1%;
  background-color: rgba(92, 78, 176, 0.4);
  margin-bottom: 10px;
}

.recycling_box {
  background-color: #31859c;
  color: #fff;
  padding: 2% 1%;
}

.guide_point h3 {
  margin-top: 5%;
  border-bottom: 0;
}

.guide_point h3 .emp {
  font-size: 22px;
  font-size: 2.2rem;
  border: solid 2px #36899e;
  padding: 1%;
  border-radius: 50%;
}

.price-table {
  table-layout: fixed;
}

.price-table h4 {
  margin-top: 40px;
}

.price-table h4:first-child {
  margin-top: 0;
}

.price-table th:first-child {
  width: 25%;
}

.price-table th, .price-table td {
  font-weight: bold;
}

.price-table td {
  text-align: left !important;
  width: 50%;
}

.price-table td.last {
  width: 25%;
  text-align: center !important;
}

.price_tbl1 th:first-child {
  width: 50%;
}

.price_tbl1 th:last-child {
  width: 50%;
}

.price_tbl1 td:first-child {
  text-align: left;
}

.price_tbl1 td:last-child {
  text-align: right;
}

.price_tbl1 td span.price_tbl_bikou {
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block;
  margin-top: 0.5em;
}

.table-layout-fixed {
  table-layout: fixed;
}

.qa h3, .qa h4 {
  background-color: rgba(92, 78, 176, 0.3) !important;
}

.qaparts h4 {
  background-color: transparent !important;
}

.sign_box {
  padding-left: 0;
  display: flex;
  list-style: none;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .sign_box {
    flex-direction: column;
  }
}

.sign_box li {
  padding: 1%;
  font-size: 14px;
  font-size: 1.4rem;
}

.fillter_point_box {
  display: flex;
  list-style: none;
  gap: 2%;
  padding-left: 0;
}

.fillter_point_box li {
  width: 33%;
}

@media (max-width: 767px) {
  .fillter_point_box {
    flex-direction: column;
  }
  .fillter_point_box li {
    width: 100%;
  }
}

.cleaning_sec .cleaning_box1 {
  border: 2px solid #008000;
  padding: 2%;
  margin-bottom: 3%;
}

.cleaning_sec .cleaning_box2 {
  border: 2px solid #0070c0;
  padding: 2%;
  margin-bottom: 3%;
}

.cleaning_sec .cleaning_box3 {
  border: 2px solid #ff0000;
  padding: 2%;
}

.cleaning_table table {
  width: 100%;
}

.cleaning_table table th {
  text-align: left;
  width: 20%;
}

.anishin_box {
  max-width: 360px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  justify-content: space-between;
  padding-left: 0;
}

.anishin_box li {
  flex-basis: 156px;
  padding: 1%;
  font-size: 18px;
  font-size: 1.8rem;
}

.original6_price {
  color: #ff0000;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}

.house_box figcaption {
  display: flex;
  justify-content: center;
  margin-bottom: 3%;
}

h5 {
  margin-bottom: 10px;
  padding-bottom: 0;
  font-size: 18px;
  font-size: 1.8rem;
}

.more2 a {
  max-width: 530px;
  border-radius: 10px;
  padding: .3em 2em;
}

.original8_color_1 {
  border: solid 2px #e46c0a;
  padding: 1%;
}

.original8_color_2 {
  border: solid 2px #008000;
  padding: 1%;
}

.about {
  max-width: 850px;
  margin: auto;
  margin-bottom: 5%;
  border: solid 1px #5c4eb0;
  padding: 10px;
}

.about dt, .about dd {
  display: inline-block;
  padding: 10px;
}

.about dt {
  width: 100%;
  vertical-align: top;
  background-color: rgba(92, 78, 176, 0.2);
}

.about dd {
  padding-left: 6%;
  color: #f00;
}

.benri .benri_txt {
  font-size: 17px;
  font-size: 1.7rem;
  color: #f00;
  border-bottom: solid 1px #000;
  font-weight: bold;
}

.original3_table table {
  table-layout: fixed;
}

.original3_table table td:nth-of-type(3) {
  text-align: right;
}

.contactlist_btn a {
  font-size: 14px;
  font-size: 1.4rem;
  min-height: 81px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact_aboutbox {
  background-color: rgba(92, 78, 176, 0.3);
  padding: 2%;
}

.aboutbox {
  background-color: rgba(92, 78, 176, 0.3);
  padding: 2%;
}

.points {
  padding: 0;
}

.points li {
  background-color: rgba(204, 204, 255, 0.3);
  list-style: none;
  padding: 1%;
  margin-bottom: 5px;
  font-weight: bold;
}

.event_list {
  display: flex;
  flex-wrap: wrap;
}

.event_list li {
  flex-basis: 48%;
}

.check_text {
  list-style-type: none;
}

.check_text li {
  position: relative;
  line-height: 1.8;
}

.check_text li.center {
  display: table;
  margin: auto;
}

.check_text li:after {
  content: '';
  display: block;
  position: absolute;
  top: .5em;
  left: -1.5em;
  width: 10px;
  height: 5px;
  border-left: 3px solid #000066;
  border-bottom: 3px solid #000066;
  transform: rotate(-45deg);
}

.check_text li.red_check:after {
  border-color: #ca2834;
}

.eakon_guide_contact {
  background-color: rgba(92, 78, 176, 0.2);
  padding: 5%;
}

.eakon_guide_contact .eakon_guide_contact_box {
  display: flex;
  align-items: center;
  gap: 5%;
}

.eakon_guide_contact .eakon_guide_contact_box:after {
  display: none;
}

.eakon_guide_contact .eakon_guide_contact_box > div {
  flex-basis: 48%;
}

@media (max-width: 767px) {
  .eakon_guide_contact .eakon_guide_contact_box {
    flex-direction: column;
  }
  .eakon_guide_contact .eakon_guide_contact_box > div:last-child {
    margin-top: 5%;
  }
}

.eakon_guide_contact .eakon_guide_contact_box p {
  margin-bottom: 0;
}

.eakon_guide_contact .eakon_guide_contact_box .tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: left;
  font-weight: bold;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 3px;
  line-height: 1;
  margin-bottom: 10px;
  margin-top: 0;
}

.eakon_guide_contact .eakon_guide_contact_box .tel a {
  color: #5c4eb0;
}

@media (max-width: 767px) {
  .eakon_guide_contact .eakon_guide_contact_box .tel {
    text-align: center;
  }
}

.eakon_guide_service {
  background-color: rgba(92, 78, 176, 0.2);
  padding: 5%;
}

.eakon_guide_service .eakon_guide_contact_box {
  display: flex;
  align-items: center;
  gap: 3%;
}

.eakon_guide_service .eakon_guide_contact_box > div {
  flex: 1;
}

@media (max-width: 767px) {
  .eakon_guide_service .eakon_guide_contact_box {
    flex-direction: column;
  }
  .eakon_guide_service .eakon_guide_contact_box > div:last-child {
    margin-top: 5%;
  }
}

.eakon_guide_service .eakon_guide_contact_box p {
  margin-bottom: 0;
}

.eakon_guide_service .eakon_guide_contact_box p.more a {
  max-width: 400px;
}

.eakon_guide_service .eakon_guide_contact_box .tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: left;
  font-weight: bold;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 3px;
  line-height: 1;
  margin-bottom: 10px;
  margin-top: 0;
}

.eakon_guide_service .eakon_guide_contact_box .tel a {
  color: #5c4eb0;
}

@media (max-width: 767px) {
  .eakon_guide_service .eakon_guide_contact_box .tel {
    text-align: center;
  }
}

.serviceguide > div {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}

.serviceguide > div > div {
  padding: 3%;
}

.serviceguide > div > div.flex1 {
  flex: 1;
}

.service_point_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 600px;
  gap: 20px;
  margin: auto;
  padding-left: 0;
}

.service_point_box li {
  width: 160px;
  text-align: center;
  list-style: none;
  display: flex;
  justify-content: center;
}

@media (max-width: 767px) {
  .service_point_box li {
    width: 120px;
    flex-basis: 45%;
  }
}

.service_point_box li p {
  width: 160px;
  height: 160px;
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
  border: solid 1px #8eb4e3;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-size: 2rem;
}

@media (max-width: 767px) {
  .service_point_box li p {
    width: 120px;
    height: 120px;
  }
}

.price_txt {
  background-color: rgba(204, 204, 255, 0.3);
  list-style: none;
  padding: 1%;
}

.maintenance_box ul {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  -moz-column-gap: 4%;
       column-gap: 4%;
  padding-left: 0;
}

.maintenance_box ul li {
  flex-basis: 48%;
  display: flex;
  gap: 4%;
  align-items: center;
}

@media (max-width: 767px) {
  .maintenance_box ul li {
    flex-basis: 100%;
  }
}

.lead {
  font-size: 18px !important;
  color: #222222;
  text-align: center;
}

.maxwidth600 {
  max-width: 600px;
  margin: auto;
}

.border1px {
  border: solid 1px #000;
}

.border2px {
  border: solid 2px #000;
}

.dash_border_topline {
  border-top: dashed 1px #000;
}

.dash_border_bottomline {
  border-bottom: dashed 1px #000;
}

.border_red {
  border-color: #ff0000;
}

.border_blue {
  border-color: #0070c0;
}

.pg-1 {
  padding: 1% !important;
}

.pg-2 {
  padding: 2% !important;
}

.pg-3 {
  padding: 3% !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 30px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

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

/* 円形パーツ */
.circlebox {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0;
  gap: 20px;
}

@media (max-width: 767px) {
  .circlebox {
    flex-wrap: wrap;
  }
}

.circlebox li {
  width: 160px;
  height: 160px;
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
  border: solid 1px #8eb4e3;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-size: 2rem;
}

.circleparts {
  list-style: none;
  padding-left: 0;
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  border-radius: 50%;
  border: solid 1px #8eb4e3;
}

@media (max-width: 767px) {
  .circleparts {
    flex-wrap: wrap;
  }
}

.circleparts span {
  width: 100%;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-size: 1.6rem;
}

.circleparts span:before {
  /* 擬似要素で正円を作る */
  display: block;
  content: '';
  padding-top: 100%;
}

/* 2並びのbox */
.two_flexbox {
  display: flex;
  justify-content: center;
  gap: 2%;
  padding-left: 0;
  list-style: none;
  flex-wrap: wrap;
}

.two_flexbox .two_flexbox_item {
  width: 48%;
}

@media (max-width: 999px) {
  .two_flexbox .two_flexbox_item {
    width: 48%;
    margin-bottom: 2%;
  }
}

@media (max-width: 767px) {
  .two_flexbox .two_flexbox_item {
    width: 100%;
    margin-bottom: 2%;
  }
}

/* 3並びのbox */
.three_flexbox {
  display: flex;
  justify-content: center;
  gap: 2%;
  padding-left: 0;
  list-style: none;
  flex-wrap: wrap;
}

.three_flexbox .three_flexbox_item {
  width: 32%;
}

@media (max-width: 999px) {
  .three_flexbox .three_flexbox_item {
    width: 48%;
    margin-bottom: 2%;
  }
}

@media (max-width: 767px) {
  .three_flexbox .three_flexbox_item {
    width: 100%;
    margin-bottom: 2%;
  }
}

/* 4並びのbox */
.four_flexbox {
  display: flex;
  justify-content: center;
  gap: 2%;
  padding-left: 0;
  list-style: none;
  flex-wrap: wrap;
}

.four_flexbox .four_flexbox_item {
  width: 23.5%;
}

@media (max-width: 999px) {
  .four_flexbox .four_flexbox_item {
    width: 48%;
    margin-bottom: 2%;
  }
}

.flex_table {
  display: flex;
  list-style: none;
  padding-left: 0;
}

.flex_table li:first-child {
  padding-right: 10px;
}

.menu_btn {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 2%;
}

@media (max-width: 767px) {
  .menu_btn {
    grid-template-columns: 1fr 1fr;
  }
}

.menu_btn p {
  width: 100%;
}

@media (max-width: 767px) {
  .menu_btn p:nth-child(n+3) {
    margin-top: 5%;
  }
}

.menu_btn p a {
  padding: 0.45em;
}

.menu_btn_3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 10px;
  -moz-column-gap: 2%;
       column-gap: 2%;
}

@media (max-width: 767px) {
  .menu_btn_3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .menu_btn_3 p {
    width: 100% !important;
  }
  .menu_btn_3 p a {
    font-size: 12px !important;
  }
}

.menu_btn_3 p {
  width: 100%;
}

.menu_btn_3 p.more a {
  max-width: 300px;
  padding: 0.45em;
}

@media (max-width: 999px) {
  .menu_btn_3 p.more a {
    font-size: 13px;
  }
}

.menu_btn_2 {
  margin-top: 25px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2%;
}

@media (max-width: 767px) {
  .menu_btn_2 {
    grid-template-columns: 1fr 1fr;
  }
}

.menu_btn_2 p {
  width: 100%;
}

@media (max-width: 767px) {
  .menu_btn_2 p:nth-child(n+3) {
    margin-top: 5%;
  }
}

.menu_btn_2 p.more a {
  max-width: 300px;
}

@media (max-width: 999px) {
  .menu_btn_2 p.more a {
    font-size: 13px;
  }
}

.more3 a {
  padding: 0.45em;
  font-size: 15px;
  max-width: 300px;
}

/* 文字色パターン　*/
.red {
  color: #ff0000;
}

.red2 {
  color: #953735;
}

.green {
  color: #008000;
}

.green2 {
  color: #00bb9b;
}

.orange {
  color: #e46c0a;
}

.blue {
  color: #0070c0;
}

.yellow {
  color: #e0ff00;
}

.pink {
  color: #e61b8c;
}

/* 背景色パターン　*/
.bg-pink {
  background-color: #e61b8c;
}

.bg-pink2 {
  background-color: #ffbae0;
}

.bg-green2 {
  background-color: #00bb9b;
}

.bg-orange {
  background-color: #e46c0a;
}

.bg-blue {
  background-color: #0070c0;
}

.bg-seagreen {
  background-color: #2E8B57;
}

.bg-sienna {
  background-color: #A0522D;
}

.bg-silver {
  background-color: #C0C0C0;
}

.bg-skyblue {
  background-color: #87CEEB;
}

.bg-slateBlue {
  background-color: #6A5ACD;
}

.bg-slateGray {
  background-color: #708090;
}

.bg-slateGrey {
  background-color: #708090;
}

.bg-springgreen {
  background-color: #00FF7F;
}

.bg-steelblue {
  background-color: #4682B4;
}

.bg-tan {
  background-color: #D2B48C;
}

.bg-teal {
  background-color: #008080;
}

.bg-thistle {
  background-color: #D8BFD8;
}

.bg-tomato {
  background-color: #FF6347;
}

.bg-turquoise {
  background-color: #40E0D0;
}

.bg-gold {
  background-color: #FFD700;
}

.bg-yellow {
  background-color: rgba(255, 255, 0, 0.5);
}

.bg-lightblue {
  background-color: rgba(173, 216, 230, 0.5);
}


