<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
html {
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 62.5%;
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 54.69%;
  }
}

body {
  background: #fff;
  font-size: 1.6rem;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  letter-spacing: 0.096rem;
  line-height: 2;
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

a {
  transition: .3s;
}

a:hover {
  cursor: pointer;
}

*:focus {
  outline: none;
}

@media print, screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    color: #333333 !important;
    text-decoration: none !important;
  }
}
.clearfix {
  overflow: hidden;
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

.alignleft {
  float: left;
  margin: 0 30px 20px 0;
  width: 34%;
}

.aligncenter {
  display: block;
  width: auto;
  margin: 0 auto 30px;
}

.alignright {
  float: right;
  margin: 0 0 20px 30px;
  width: 34%;
}

@media print, screen and (min-width: 768px) {
  .alignleft {
    margin-right: 30px;
  }

  .alignright {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .alignleft, .aligncenter, .alignright {
    display: block;
    float: none;
    margin: 0 auto 20px;
    width: 100%;
  }
}
.sp {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  br.sp,
  span.sp {
    display: inline !important;
  }

  span.br {
    display: inline-block !important;
  }

  span.spdb {
    display: inline-block;
  }
}
.flex_1 {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.columns_wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media print, screen and (min-width: 768px) {
  .columns {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .columns.columns_2, .columns.columns_3, .columns.columns_4, .columns.columns_5, .columns.columns_6 {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .columns.columns_2 &gt; *,
  .columns .col_2 {
    width: calc( ( 100% - 30px ) / 2 );
  }
  .columns.columns_3 &gt; *,
  .columns .col_3 {
    max-width: calc( ( 100% - 60px ) / 3 );
  }
  .columns.columns_4 &gt; *,
  .columns .col_4 {
    max-width: calc( ( 100% - 90px ) / 4 );
  }
  .columns.columns_5 &gt; *,
  .columns .col_5 {
    max-width: calc( ( 100% - 120px ) / 5 );
  }
  .columns.columns_6 &gt; *,
  .columns .col_6 {
    max-width: calc( ( 100% - 125px ) / 6 );
  }
  .columns.columns_2 &gt; *, .columns.columns_3 &gt; *, .columns.columns_4 &gt; *, .columns.columns_5 &gt; *, .columns.columns_6 &gt; *,
  .columns .col_2, .columns .col_3, .columns .col_4, .columns .col_5, .columns .col_6 {
    margin-top: 30px;
    margin-right: 30px;
  }
  .columns.columns_2 &gt; *:nth-child(2n), .columns.columns_3 &gt; *:nth-child(3n), .columns.columns_4 &gt; *:nth-child(4n), .columns.columns_5 &gt; *:nth-child(5n), .columns.columns_6 &gt; *:nth-child(6n),
  .columns .col_2:nth-child(2n), .columns .col_3:nth-child(3n), .columns .col_4:nth-child(4n), .columns .col_5:nth-child(5n), .columns .col_6:nth-child(6n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .columns.columns_2 &gt; *, .columns.columns_3 &gt; *, .columns.columns_4 &gt; *, .columns.columns_5 &gt; *, .columns.columns_6 &gt; *,
  .columns .col_2, .columns .col_3, .columns .col_4, .columns .col_5, .columns .col_6 {
    margin-top: 30px;
  }
  .columns.sp_columns {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .columns.sp_columns.columns_2 &gt; *, .columns.sp_columns.columns_3 &gt; *, .columns.sp_columns.columns_4 &gt; *, .columns.sp_columns.columns_5 &gt; *, .columns.sp_columns.columns_6 &gt; *, .columns.sp_columns.sp_columns_2 &gt; *,
  .columns.sp_columns .col_2, .columns.sp_columns .col_3, .columns.sp_columns .col_4, .columns.sp_columns .col_5, .columns.sp_columns .col_6,
  .columns.sp_columns .sp_col_2 {
    max-width: calc( (100% - 30px ) / 2 );
  }
  .columns.sp_columns.sp_columns_3 &gt; *,
  .columns.sp_columns .sp_col_3 {
    max-width: calc( (100% - 60px ) / 3 );
  }
  .columns.sp_columns.columns_2 &gt; *, .columns.sp_columns.columns_3 &gt; *, .columns.sp_columns.columns_4 &gt; *, .columns.sp_columns.columns_5 &gt; *, .columns.sp_columns.columns_6 &gt; *,
  .columns.sp_columns .col_2, .columns.sp_columns .col_3, .columns.sp_columns .col_4, .columns.sp_columns .col_5, .columns.sp_columns .col_6, .columns.sp_columns.sp_columns_2 &gt; *, .columns.sp_columns.sp_columns_3 &gt; *,
  .columns.sp_columns .sp_col_2, .columns.sp_columns .sp_col_3 {
    margin-right: 30px;
  }
  .columns.sp_columns:not(.sp_columns_3).columns_2 &gt; *:nth-child(2n), .columns.sp_columns:not(.sp_columns_3).columns_3 &gt; *:nth-child(2n), .columns.sp_columns:not(.sp_columns_3).columns_4 &gt; *:nth-child(2n), .columns.sp_columns:not(.sp_columns_3).columns_5 &gt; *:nth-child(2n), .columns.sp_columns:not(.sp_columns_3).columns_6 &gt; *:nth-child(2n),
  .columns.sp_columns:not(.sp_columns_3) .col_2:nth-child(2n), .columns.sp_columns:not(.sp_columns_3) .col_3:nth-child(2n), .columns.sp_columns:not(.sp_columns_3) .col_4:nth-child(2n), .columns.sp_columns:not(.sp_columns_3) .col_5:nth-child(2n), .columns.sp_columns:not(.sp_columns_3) .col_6:nth-child(2n) {
    margin-right: 0;
  }
  .columns.sp_columns.sp_columns_2 &gt; *:nth-child(2n), .columns.sp_columns.sp_columns_3 &gt; *:nth-child(3n),
  .columns.sp_columns .sp_col_2:nth-child(2n), .columns.sp_columns .sp_col_3:nth-child(3n) {
    margin-right: 0;
  }

  .columns_wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.sp-columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.sp-columns_wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media print, screen and (min-width: 768px) {
  .flex_1 {
    margin-right: 30px;
  }
  .flex_1:last-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .flex_1 {
    margin-top: 30px;
  }
}

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

@media print, screen and (min-width: 768px) {
  .container,
  .gutters {
    max-width: 1000px;
  }
}
@media print, screen and (max-width: 1039px) {
  .container,
  .gutters {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  body.archive #contents &gt; .inner,
  body.single #contents &gt; .inner {
    padding-bottom: 90px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (max-width: 1039px) {
  body.archive #contents &gt; .inner,
  body.single #contents &gt; .inner {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  body.archive #contents &gt; .inner,
  body.single #contents &gt; .inner {
    padding-bottom: 50px;
  }
}

@media print, screen and (min-width: 768px) {
  body.archive:not(.category-news) #contents &gt; .inner,
  body.single #contents &gt; .inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
  body.archive:not(.category-news) #contents &gt; .inner #main,
  body.single #contents &gt; .inner #main {
    width: 72%;
  }
  body.archive:not(.category-news) #contents &gt; .inner #aside,
  body.single #contents &gt; .inner #aside {
    width: 24%;
  }
}

.header {
  padding: 20px 0;
}
@media print, screen and (min-width: 768px) {
  .header .header_inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
  .header .header_logo {
    margin-right: 40px;
  }
  .header .site_info {
    margin-left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .header .header_logo {
    margin-left: auto;
    text-align: center;
  }
}

.sp_nav {
  background: #fff;
  padding: 10px 0;
  text-align: center;
}
.sp_nav.fixed {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
}
.sp_nav .header_nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.sp_nav .header_nav-item {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.sp_nav .header_nav-item a {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-left: 1px solid #eee;
  color: #333333;
  text-decoration: none;
}
.sp_nav .header_nav-item:first-child a {
  border-left: none;
}
.sp_nav .header_nav-item span {
  -webkit-box-flex: 0 0 100%;
  -moz-box-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  display: block;
  letter-spacing: 0;
}
.sp_nav .header_nav-item span.icon {
  line-height: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
  -webkit-align-content: space-evenly;
  -moz-align-content: space-evenly;
  -ms-align-content: space-evenly;
  align-content: space-evenly;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}
.sp_nav .header_nav-item span.text {
  margin-top: auto;
}
.sp_nav .header_nav-item img {
  max-width: 45%;
}
@media only screen and (max-width: 480px) {
  .sp_nav {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 370px) {
  .sp_nav {
    font-size: 1.2rem;
  }
}

.menu_bk {
  background: rgba(0, 0, 0, 0.7);
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
}

#nav {
  background: #fff;
}
#nav .header_menu {
  position: relative;
}
#nav .header_menu a {
  display: block;
  text-decoration: none;
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  #nav .header_menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #nav .header_menu &gt; li {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 5px 0;
    text-align: center;
  }
  #nav .header_menu &gt; li.menu-item-has-children {
    position: relative;
  }
  #nav .header_menu &gt; li &gt; a {
    border-right: 1px solid #eee;
    padding: 7px 2px;
    color: #333333;
    position: relative;
  }
  #nav .header_menu &gt; li &gt; a::after {
    position: absolute;
    content: '';
    bottom: -5px;
    left: 50%;
    width: 0;
    height: 2px;
    background: #ee7f25;
    transition: 0.2s;
  }
  #nav .header_menu &gt; li:hover &gt; a {
    color: #ee7f25;
  }
  #nav .header_menu &gt; li:hover &gt; a::after {
    left: 0;
    width: 100%;
  }
  #nav .header_menu &gt; li:first-child &gt; a {
    border-left: 1px solid #eee;
  }
  #nav .header_menu &gt; li &gt; .sub-menu, #nav .header_menu &gt; li &gt; .sub-menu_wrap {
    height: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 95%;
    transition: 0.1s;
    visibility: hidden;
    width: 100%;
    z-index: -1;
  }
  #nav .header_menu &gt; li &gt; .sub-menu a, #nav .header_menu &gt; li &gt; .sub-menu_wrap a {
    color: #ee7f25;
    text-align: left;
  }
  #nav .header_menu &gt; li &gt; .sub-menu {
    width: 200px;
    min-width: 100%;
  }
  #nav .header_menu &gt; li &gt; .sub-menu li:not(:last-child) {
    border-bottom: 1px solid #eee;
  }
  #nav .header_menu &gt; li &gt; .sub-menu a {
    background: rgba(255, 255, 255, 0.95);
    padding: 0 15px;
    transition: 0.2s;
  }
  #nav .header_menu &gt; li &gt; .sub-menu a:hover {
    background: white;
  }
  #nav .header_menu &gt; li &gt; .sub-menu_wrap {
    background: rgba(255, 255, 255, 0.95);
    padding: 0 20px;
  }
  #nav .header_menu &gt; li &gt; .sub-menu_wrap .sub-menu {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  #nav .header_menu &gt; li &gt; .sub-menu_wrap .sub-menu a {
    padding: 0 10px;
    transition: 0.2s;
  }
  #nav .header_menu &gt; li:last-child &gt; .sub-menu {
    left: auto;
    right: 0;
  }
  #nav .header_menu &gt; li.active &gt; .sub-menu, #nav .header_menu &gt; li.active &gt; .sub-menu_wrap {
    height: auto;
    opacity: 1;
    top: 100%;
    visibility: visible;
    z-index: 2;
  }
  #nav .header_menu &gt; li.active &gt; .sub-menu_wrap {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  #nav .header_menu &gt; li.active &gt; .sub-menu_wrap .sub-menu a {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  #nav .header_menu &gt; li.active &gt; .sub-menu a {
    padding-bottom: 10px;
    padding-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #nav .header_menu {
    background: #fff;
    display: none;
    left: 20px;
    position: absolute;
    width: calc(100% - 40px);
    z-index: 4;
  }
  #nav .header_menu a {
    color: #333333;
    padding: 15px;
    position: relative;
  }
  #nav .header_menu .menu-item {
    border-top: 1px solid #eee;
  }
  #nav .header_menu .menu-item &gt; .sub-menu, #nav .header_menu .menu-item &gt; .sub-menu_wrap {
    display: none;
  }
  #nav .header_menu .menu-item-has-children &gt; a::after,
  #nav .header_menu .menu-item-has-children-wrap &gt; a::after {
    display: block;
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    top: 50%;
    right: 15px;
    margin: -5px 0 0;
    border-bottom: solid 2px #ee7f25;
    border-right: solid 2px #ee7f25;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #nav .header_menu .menu-item-has-children &gt; a.onclick::after,
  #nav .header_menu .menu-item-has-children-wrap &gt; a.onclick::after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  #nav .header_menu .sub-menu li {
    border-top: 1px solid #eee;
    background: #f1f1f1;
  }
  #nav .header_menu .sub-menu li a {
    padding: 10px 15px 10px 20px;
  }
}
@media print, screen and (min-width: 768px) {
  #nav.fixed {
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 10;
  }
}

.footer h3 {
  color: #ee7f25;
  font-size: 2.0rem;
  margin-bottom: 15px;
}
.footer .footer_sitemap {
  flex: 3 0 0;
  line-height: 1.5;
}
.footer .footer_sitemap div:first-child {
  flex: 1 0 0;
}
.footer .footer_sitemap div:nth-child(2) {
  flex: 2 0 0;
}
@media only screen and (max-width: 767px) {
  .footer .footer_sitemap {
    margin-bottom: 30px;
  }
}
.footer .footer_menu {
  margin-bottom: 20px;
}
.footer .footer_menu li {
  margin-bottom: 0.5em;
}
@media print, screen and (min-width: 768px) {
  .footer .footer_menu li {
    margin-right: 10px;
  }
}
.footer .footer_menu a {
  color: #333333;
  display: inline-block;
  padding-left: 12px;
  position: relative;
  text-decoration: none;
  transition: 0.3s;
}
.footer .footer_menu a::before {
  height: 4px;
  width: 4px;
  border: 4px solid transparent;
  border-left: 6px solid #41a9a5;
  box-sizing: border-box;
  content: '';
  left: 0;
  margin-top: -4px;
  position: absolute;
  top: 1em;
  top: 0.75em;
}
.footer .footer_menu a:hover {
  color: #41a9a5;
}
@media print, screen and (min-width: 768px) {
  .footer .footer_sitemap {
    margin-right: 10px;
  }
  .footer .footer_menu2 {
    column-count: 2;
  }
  .footer .footer_sitemap.columns {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer p.footer_bnr {
    width: 100%;
  }
}
.footer .footer_address {
  flex: 2 0 0;
}
.footer .logo {
  margin-bottom: 25px;
}
.footer table.address {
  margin-bottom: 10px;
}
.footer table.address td,
.footer table.address th {
  padding: 5px 0;
  line-height: 1.4;
}
.footer table.address th {
  text-align: left;
  padding-right: 8px;
}
.footer table.timetable {
  margin-bottom: 5px;
}
.footer table.timetable td,
.footer table.timetable th {
  padding: 6px 0;
  line-height: 1.4;
}
.footer a img {
  transition: 0.3s;
}
.footer a:hover img {
  opacity: 0.7;
}

#copyright {
  background: #464646;
  color: #fff;
  padding: 10px 0;
  text-align: center;
}

#totop {
  bottom: 10px;
  display: none;
  position: fixed;
  right: 0;
  transition: 0.3s;
}
#totop:hover {
  cursor: pointer;
  opacity: 0.8;
}
@media only screen and (max-width: 767px) {
  #totop {
    width: 50px;
    bottom: 65px;
  }
}

.side_bnr {
  position: fixed;
  right: 0;
  z-index: 2;
}
.side_bnr .side_bnr_block {
  display: flex;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .side_bnr .side_bnr_block {
    width: 70%;
    margin-left: auto;
  }
}

@media print, screen and (min-width: 768px) {
  .side_bnr {
    bottom: 0;
    right: 100px;
    width: 525px;
  }
  .side_bnr li:not(:last-child) {
    margin-right: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .side_bnr {
    bottom: 0;
    width: 100%;
  }
  .side_bnr .side_bnr_block {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.mce-content-body p, .mce-content-body ul, .mce-content-body ol, .mce-content-body dl, .mce-content-body table {
  margin-top: 2.4rem;
}

.mce-content-body img {
  border-radius: 0.53333rem;
}
.mce-content-body a {
  color: #ee7f25;
  text-decoration: underline;
}
.mce-content-body a:hover {
  color: #ee7f25;
  text-decoration: none;
}
.mce-content-body a img {
  transition: .3s;
}
.mce-content-body a:hover img {
  opacity: .7;
}
.mce-content-body hr {
  border: none;
  height: 0;
  margin: 0 auto 0;
  display: block;
  border-bottom: 1px solid #eee;
}
.mce-content-body strong {
  font-weight: bold;
}
.mce-content-body sup {
  font-size: 1.04rem;
  vertical-align: super;
}
.mce-content-body sub {
  font-size: 1.04rem;
  vertical-align: sub;
}
.mce-content-body blockquote {
  border: 1px solid #ccc;
  margin-top: 2.4rem;
  padding: 2.88rem;
  position: relative;
}
.mce-content-body blockquote::before, .mce-content-body blockquote::after {
  display: block;
  position: absolute;
  content: 'format_quote';
  width: 3.2rem;
  height: 3.2rem;
  font-family: 'Material Icons';
  font-size: 3.2rem;
  white-space: nowrap;
  word-wrap: normal;
  color: #ccc;
}
.mce-content-body blockquote::before {
  top: 1.6rem;
  left: 1.2rem;
  transform: rotate(-180deg);
}
.mce-content-body blockquote::after {
  right: 1.2rem;
  bottom: 1.6rem;
}
.mce-content-body table {
  width: 100%;
}
.mce-content-body table:not(.table_address):not(.table_timetable):not(.table_fee) th, .mce-content-body table:not(.table_address):not(.table_timetable):not(.table_fee) td {
  border: 1px solid #ddd;
  padding: 1rem;
}
.mce-content-body table:not(.table_address):not(.table_timetable):not(.table_fee) thead th {
  background: #ee7f25;
  color: #fff;
}
.mce-content-body table:not(.table_address):not(.table_timetable):not(.table_fee) tbody th {
  background: #f4a96c;
  color: #fff;
}
.mce-content-body p.error404 {
  margin-bottom: 10rem;
  margin-top: 7.5rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .mce-content-body p.error404 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

.post-type-post h3, .post-type-post h4, .post-type-post h5, .post-type-post h6 {
  font-weight: bold;
  letter-spacing: 0.32rem;
  line-height: 1.5;
}
.post-type-post h3 {
  border-bottom: 2px solid #333333;
  font-size: 2.6rem;
  margin-top: 5.6rem;
  padding-bottom: 2rem;
}
.post-type-post h4 {
  background: white;
  border-radius: 3px;
  color: #333333;
  font-size: 2.2rem;
  margin-top: 4.8rem;
  padding: 2rem 2.4rem;
}
.post-type-post h5 {
  border-left: 5px solid #ee7f25;
  font-size: 2.2rem;
  margin-top: 4rem;
  padding-left: 1.2rem;
}
.post-type-post h6 {
  background: white;
  border-radius: 2px;
  color: #ee7f25;
  display: table;
  font-size: 1.8rem;
  letter-spacing: 0.16rem;
  margin-top: 3.6rem;
  padding: 1.2rem 1.6rem;
}

.link_anchor li a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex: 1 1 auto;
  height: 100%;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .link_anchor li:not(:last-child) {
    margin-bottom: 1em;
  }
}
.link_anchor a {
  background: #fff;
  color: #ee7f25;
  border: 1px solid #ee7f25;
  padding: 1.28rem 4.8rem 1.28rem 2.4rem;
  position: relative;
  text-decoration: none;
  transition: 0.3s;
}
.link_anchor a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5%;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 11px;
  border-color: transparent transparent transparent #ee7f25;
}
.link_anchor a:hover {
  background: #ee7f25;
  color: #fff;
}
.link_anchor a:hover::after {
  border-color: transparent transparent transparent #fff;
}
@media print, screen and (min-width: 768px) {
  .link_anchor.link_col_2, .link_anchor.link_col_3 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .link_anchor.link_col_2 li {
    max-width: calc(100% / 2 - (1.6rem * 0.7));
  }
  .link_anchor.link_col_2 li:not(:nth-child(2n)) {
    margin-right: 2.24rem;
  }
}

.ul_arrow,
.ul_check,
.ul_circle,
.ul_circlegt,
.ul_dot,
.ul_ring,
.ul_square,
.ul_triangle {
  margin-top: 2.4rem;
}
.ul_arrow li,
.ul_check li,
.ul_circle li,
.ul_circlegt li,
.ul_dot li,
.ul_ring li,
.ul_square li,
.ul_triangle li {
  line-height: 1.75;
  margin-top: 1.2rem;
  padding-left: 2rem;
  position: relative;
}
.ul_arrow li::after, .ul_arrow li::before,
.ul_check li::after,
.ul_check li::before,
.ul_circle li::after,
.ul_circle li::before,
.ul_circlegt li::after,
.ul_circlegt li::before,
.ul_dot li::after,
.ul_dot li::before,
.ul_ring li::after,
.ul_ring li::before,
.ul_square li::after,
.ul_square li::before,
.ul_triangle li::after,
.ul_triangle li::before {
  box-sizing: border-box;
  content: "";
  position: absolute;
}
.ul_arrow + p,
.ul_check + p,
.ul_circle + p,
.ul_circlegt + p,
.ul_dot + p,
.ul_ring + p,
.ul_square + p,
.ul_triangle + p {
  margin-top: 2.4rem;
}

.ul_circle li::before {
  border-radius: 50%;
  background: #ee7f25;
  height: 0.8rem;
  left: 0;
  top: 1rem;
  width: 0.8rem;
}

.ul_square li::before {
  background: #ee7f25;
  height: 0.8rem;
  left: 0;
  top: 1rem;
  width: 0.8rem;
}

.ul_dot li::before {
  border-radius: 50%;
  background: #ee7f25;
  height: 0.4rem;
  left: 0.4rem;
  top: 1.2rem;
  width: 0.4rem;
}

.ul_ring li::before {
  border-radius: 50%;
  border: 2px solid #ee7f25;
  height: 1rem;
  left: 0;
  top: 1rem;
  width: 1rem;
}

.ul_check li {
  padding-left: 24px;
}
.ul_check li::before {
  background: url(../img/common/check_icon.png) no-repeat center/cover;
  width: 19px;
  height: 20px;
  position: absolute;
  top: .3em;
  left: 0;
}

.ul_triangle li::before {
  box-sizing: border-box;
  left: 2px;
  border: 4px solid transparent;
  border-left: 6px solid #ee7f25;
  top: 1rem;
}

.ul_arrow li::before {
  background: #ee7f25;
  height: 1px;
  left: 3px;
  margin-top: 3px;
  top: 1rem;
  width: 7px;
}
.ul_arrow li::after {
  border-top: 1px solid #ee7f25;
  border-right: 1px solid #ee7f25;
  height: 7px;
  left: 3px;
  top: 1rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 7px;
}

.ul_circlegt li::before {
  background: #ee7f25;
  border-radius: 50%;
  height: 1.2rem;
  left: 0;
  top: 0.8rem;
  width: 1.2rem;
}
.ul_circlegt li::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  height: 4px;
  left: 0.32rem;
  margin-top: 2px;
  top: 1rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 4px;
}

.ol_circle {
  counter-reset: ol_circle;
}
.ol_circle li {
  padding-left: 2.8rem;
  position: relative;
}
.ol_circle li::before, .ol_circle li:after {
  content: "";
  position: absolute;
}
.ol_circle li::before {
  background-color: #ee7f25;
  border-radius: 50%;
  color: #fff;
  content: counter(ol_circle);
  counter-increment: ol_circle;
  display: block;
  font-size: 1.312rem;
  height: 2rem;
  left: 0;
  line-height: 2rem;
  text-align: center;
  top: 0.6rem;
  width: 2rem;
  position: absolute;
}

.section {
  padding-top: 7.6rem;
  padding-bottom: 10rem;
}
@media only screen and (max-width: 767px) {
  .section {
    padding-top: 5.1rem;
    padding-bottom: 7.5rem;
  }
}
.section h3:first-child {
  margin-top: 2.4rem;
}
.section hr {
  margin-bottom: 10rem;
  margin-top: 10rem;
  max-width: 1000px;
}

.section_bg {
  background: #f7f4ed;
  padding: 5% 0;
}
@media (max-width: 1025px) {
  .section_bg {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.section_stripe {
  background-color: white;
  background-image: -webkit-gradient(linear, 0 0, 100% 0, color-stop(0.5, white), color-stop(0.5, transparent), to(transparent));
  -webkit-background-size: 10px;
}

.box_bg,
.box_border,
.box_border-stripe {
  margin-top: 6.6rem;
  padding: 6.6rem;
  padding-top: 5.8rem;
}
@media only screen and (max-width: 767px) {
  .box_bg,
  .box_border,
  .box_border-stripe {
    padding: 3.2rem;
    padding-top: 2.4rem;
  }
}
.section .box_bg:first-child, .section_bg .box_bg:first-child, .section
.box_border:first-child, .section_bg
.box_border:first-child, .section
.box_border-stripe:first-child, .section_bg
.box_border-stripe:first-child {
  margin-top: 2.4rem;
}
.box_bg ul:first-child, .box_bg ol:first-child, .box_bg dl:first-child, .box_bg table:first-child, .box_bg p:first-child, .box_bg h3:first-child, .box_bg h4:first-child, .box_bg h5:first-child, .box_bg h6:first-child,
.box_border ul:first-child,
.box_border ol:first-child,
.box_border dl:first-child,
.box_border table:first-child,
.box_border p:first-child,
.box_border h3:first-child,
.box_border h4:first-child,
.box_border h5:first-child,
.box_border h6:first-child,
.box_border-stripe ul:first-child,
.box_border-stripe ol:first-child,
.box_border-stripe dl:first-child,
.box_border-stripe table:first-child,
.box_border-stripe p:first-child,
.box_border-stripe h3:first-child,
.box_border-stripe h4:first-child,
.box_border-stripe h5:first-child,
.box_border-stripe h6:first-child {
  margin-top: 0;
}

.box_bg {
  background: #f7f4ed;
}

.box_border {
  border: 1px solid #ee7f25;
}

.section_bg .box_bg, .section_stripe .box_bg, .section_bg
.box_border, .section_stripe
.box_border {
  background: #fff;
}

.box_border-stripe {
  background-image: -webkit-linear-gradient(-45deg, #fff 25%, #eee 25%, #eee 50%, #fff 50%, #fff 75%, #eee 75%, #eee);
  background-image: linear-gradient(-45deg, #fff 25%, #eee 25%, #eee 50%, #fff 50%, #fff 75%, #eee 75%, #eee);
  background-size: 4px 4px;
  position: relative;
}
.box_border-stripe &gt; * {
  position: inherit;
  z-index: 1;
}
.box_border-stripe::before {
  background: #fff;
  border-radius: 0.75rem;
  content: "";
  height: calc(100% - 16px);
  left: 8px;
  position: absolute;
  top: 8px;
  width: calc(100% - 16px);
  z-index: 0;
}

.box_flow {
  background: #f7f7f7;
  border-radius: 1rem;
  margin-top: 5rem;
  padding: 5rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .box_flow {
    padding: 3.2rem;
  }
}
.box_flow::after {
  content: "";
  bottom: -6.4rem;
  border: 3.2rem solid transparent;
  border-top-color: #f7f7f7;
  left: 50%;
  margin-left: -3.2rem;
  position: absolute;
}
.box_flow:last-child::after, .box_flow.last::after {
  display: none;
}
.section_bg .box_flow, .section_stripe .box_flow {
  background: #fff;
}
.section_bg .box_flow::after, .section_stripe .box_flow::after {
  border-top-color: #fff;
}
.box_bg .box_flow .section_bg, .box_bg
.box_flow .section_stripe {
  background: #f7f7f7;
}
.box_bg .box_flow .section_bg::after, .box_bg
.box_flow .section_stripe::after {
  border-top-color: #f7f7f7;
}
.box_flow .title {
  flex: 0 0 auto;
  font-size: 2.6rem;
  line-height: 1.4;
  margin-top: 0;
  text-align: left;
}
.box_flow .title .num {
  color: #ee7f25;
  flex: none;
  font-size: 3.2rem;
  font-style: italic;
  line-height: 1.1;
  padding-right: 5px;
}
.box_flow .title .step {
  background: #ee7f25;
  border-radius: 3px;
  color: #fff;
  flex: none;
  font-size: 1.6rem;
  margin-right: 0.8rem;
  padding: 0.32rem 0.8rem;
}
@media print, screen and (min-width: 768px) {
  .box_flow .title .step {
    margin-top: 0.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .box_flow .title .step {
    display: table;
    margin-bottom: 0.8rem;
  }
}
.box_flow .title_bg {
  background: #fffcfa;
  background: #ee7f25;
  flex: 0 0 auto;
  font-size: 2.6rem;
  line-height: 1.4;
  margin-top: 0;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .box_flow .title_bg {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
  }
  .box_flow .title_bg .step {
    margin-top: 0.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .box_flow.columns .title {
    margin-right: 3.2rem;
    width: 14.4rem;
  }
  .box_flow.columns .inner &gt; p:first-child {
    margin-top: 0;
  }
  .box_flow.columns .inner_border {
    border-left: 1px solid #eee;
  }
}

.box_flow2 {
  background: #fff;
  border: 6px solid #eee;
  border-radius: 1rem;
  margin-top: 5rem;
  padding: 5rem;
  position: relative;
}
.box_flow2:not(:first-child) {
  margin-top: 6rem;
}
@media only screen and (max-width: 767px) {
  .box_flow2 {
    padding: 3.2rem;
  }
}
.box_flow2::after {
  bottom: -8.4rem;
  border: 3.2rem solid transparent;
  border-top-color: #eee;
  content: "";
  left: 50%;
  margin-left: -3.2rem;
  position: absolute;
}
.box_flow2:last-child::after, .box_flow2.last::after {
  display: none;
}
.box_flow2 h4:first-child,
.box_flow2 h5:first-child {
  margin-top: 0;
}
.box_flow2:last-child {
  margin-bottom: 0;
}
.box_flow2 .title .step {
  background: #41a9a5;
  border-radius: 0.53333rem;
  color: #fff;
  display: table;
  font-size: 1.6rem;
  margin-right: 10px;
  padding: 2px 10px;
}
.box_flow2 .title .title {
  padding-top: 5px;
}
@media only screen and (max-width: 767px) {
  .box_flow2 .title .step {
    margin-bottom: 5px;
  }
}

.googlemap,
.youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 300px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .googlemap,
  .youtube {
    padding-top: 400px;
  }
}
.googlemap iframe,
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

table {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  table.table_address {
    border-bottom: 1px solid #ddd;
    display: block;
  }
  table.table_address tbody,
  table.table_address td,
  table.table_address th,
  table.table_address thead,
  table.table_address tr {
    display: block;
  }
}
table.table_address td,
table.table_address th {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  line-height: 1.6;
  padding: 1.6rem 0;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  table.table_address td,
  table.table_address th {
    border: none;
  }
}
table.table_address th {
  padding-right: 1em;
  color: #ee7f25;
}
@media (min-width: 768px) {
  table.table_address th {
    border-color: #ee7f25;
  }
}
@media only screen and (max-width: 767px) {
  table.table_address th {
    border-top: 1px solid #ddd;
    padding-bottom: 0;
    text-align: left;
  }
}
table.table_timetable {
  table-layout: fixed;
}
table.table_timetable td,
table.table_timetable th {
  background: #fff;
  padding: 0.8rem 0.2rem;
  text-align: center;
}
table.table_timetable thead {
  border-bottom: solid 1px #ee7f25;
}
table.table_timetable thead th:first-child {
  width: 30%;
}
table.table_timetable tbody th {
  text-align: center;
}
table.table_timetable tbody th, table.table_timetable tbody td {
  border-bottom: solid 1px #d9cab1;
}
table.table_timetable tbody td {
  font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
}
table.table_timetable .consul {
  color: #ee7f25;
}
@media print, screen and (min-width: 768px) and (max-width: 1039px) {
  table.table_timetable {
    font-size: 82%;
  }
}
table.table_fee {
  table-layout: fixed;
}
table.table_fee td,
table.table_fee th {
  background: #fff;
  border: 1px solid #ddd;
  padding: 15px 10px;
  text-align: left;
}
table.table_fee thead th {
  background: #fff2e5;
  color: #ee7f25;
  text-align: center;
}
table.table_fee tbody th {
  background: rgba(255, 242, 229, 0.3);
  vertical-align: middle;
}
table.table_fee tbody td:last-child {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  table.table_fee th {
    border-top: 1px solid #ddd;
    text-align: left;
  }
}

.js-scrollable {
  margin-top: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .js-scrollable table {
    width: 780px;
  }
}
.js-scrollable table:first-child {
  margin-top: 0;
}

#page_title {
  text-align: left;
  overflow: hidden;
  position: relative;
  text-align: center;
}
#page_title .container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 200px;
}
@media only screen and (max-width: 767px) {
  #page_title .container {
    height: 120px;
  }
}
#page_title .page_title {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 0.32rem;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  #page_title .page_title {
    font-size: 2.6rem;
  }
}
#page_title .page_title .subTitle {
  display: block;
}

.btnstyle a {
  background: #ee7f25;
  border-radius: 50px;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  line-height: 1.5;
  min-width: 280px;
  padding: 8px 1em;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .btnstyle a {
    min-width: 313px;
  }
}
.btnstyle a.typeA {
  background: #464646;
}
.btnstyle a:hover {
  color: #fff;
  opacity: 0.7;
}
/* .btnstyle a::after {
  content: "";
  width: 10px;
  height: 1px;
  position: absolute;
  right: 5%;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
} */

.slide_main {
  position: relative;
}
.slide_main .item {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s;
  z-index: -1;
}
.slide_main .item.active {
  opacity: 1;
  z-index: 1;
  position: inherit;
}
.slide_main .item:first-child .arrow-prev, .slide_main .item:last-child .arrow-next {
  display: none;
}
.slide_main .item .caption {
  background: rgba(0, 0, 0, 0.3);
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  font-size: 20px;
  left: 0;
  line-height: 1.6;
  padding: 13px 10px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.slide_main .item img {
  margin: 0;
}
.slide_main .arrow-next,
.slide_main .arrow-prev {
  height: 60px;
  width: 40px;
  position: absolute;
  top: 50%;
  display: block;
  z-index: 2;
  margin-top: -30px;
}
.slide_main .arrow-next:hover,
.slide_main .arrow-prev:hover {
  cursor: pointer;
}
.slide_main .arrow-next::before,
.slide_main .arrow-prev::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  background-image: url("../img/default/icon_slidearrow_01.svg");
}
.slide_main .arrow-prev {
  left: 10px;
}
@media only screen and (max-width: 767px) {
  .slide_main .arrow-prev {
    left: 0;
  }
}
.slide_main .arrow-next {
  right: 10px;
}
@media only screen and (max-width: 767px) {
  .slide_main .arrow-next {
    right: 0;
  }
}
.slide_main .arrow-next::before {
  transform: scale(-1, 1);
}
#tinymce .slide_main .item:first-child {
  opacity: 1;
  z-index: 1;
  position: inherit;
}

.slide_thumb {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -moz-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  margin-bottom: 30px;
}
.slide_thumb .item {
  position: relative;
  transition: 0.3s;
}
.slide_thumb .item:hover {
  cursor: pointer;
  opacity: 0.8;
}
.slide_thumb .item.thumbnail-current:hover {
  opacity: 1;
}
.slide_thumb .item.thumbnail-current::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #ee7f25;
  border-radius: 0.53333rem;
  box-sizing: border-box;
}
.slide_thumb .item img {
  margin: 0;
}

@media print, screen and (min-width: 768px) {
  .slide_wrap_horizontal {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
  .slide_wrap_horizontal .slide_main {
    -webkit-box-flex: 0 0 75%;
    -moz-box-flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
  }
  .slide_wrap_horizontal .slide_thumb {
    -webkit-box-flex: 0 0 22%;
    -moz-box-flex: 0 0 22%;
    -webkit-flex: 0 0 22%;
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
  }
  .slide_wrap_horizontal .slide_thumb .item {
    -webkit-box-flex: 0 0 48%;
    -moz-box-flex: 0 0 48%;
    -webkit-flex: 0 0 48%;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    margin-bottom: 4%;
    margin-right: 4%;
  }
  .slide_wrap_horizontal .slide_thumb .item:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .slide_wrap_horizontal .slide_main {
    margin-bottom: 1%;
  }
  .slide_wrap_horizontal .slide_thumb .item {
    width: 15.8%;
    width: calc(95% / 6);
    max-width: calc(95% / 6);
    margin-right: 1%;
    margin-bottom: 1%;
  }
  .slide_wrap_horizontal .slide_thumb .item:nth-child(6n) {
    margin-right: 0;
  }
}

.slide_wrap_vertical .slide_main {
  margin-bottom: 1%;
}
.slide_wrap_vertical .slide_thumb .item {
  width: 15.8%;
  width: calc(95% / 6);
  max-width: calc(95% / 6);
  margin-right: 1%;
  margin-bottom: 1%;
}
.slide_wrap_vertical .slide_thumb .item:nth-child(6n) {
  margin-right: 0;
}

.box_faq {
  border-bottom: 1px solid #ddd;
  padding-bottom: 2.8rem;
  margin-bottom: 2.8rem;
}
.box_faq:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.box_faq .answer,
.box_faq .question {
  padding: 0.6rem 0rem 0.6rem 6rem;
  position: relative;
}
.box_faq .answer::before,
.box_faq .question::before {
  font-family: century-gothic, sans-serif;
  font-size: 2.6rem;
  font-weight: bold;
  border-radius: 2rem;
  height: 4rem;
  line-height: 4rem;
  position: absolute;
  width: 4rem;
  top: 0;
  text-align: center;
  left: 0;
}
.box_faq .question {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
}
.box_faq .question::before {
  content: 'Q';
  color: #fff;
  background: #ee7f25;
}
.box_faq .question p {
  padding-right: 2rem;
  position: relative;
}
.box_faq .question p::after, .box_faq .question p::before {
  position: absolute;
  content: '';
  top: 1.2rem;
  right: 0;
  background: #ee7f25;
  border-radius: 1px;
  width: 1.6rem;
  height: 0.3rem;
}
.box_faq .question p::after {
  transform: rotate(90deg);
  transition: 0.3s;
}
.box_faq .question p.open::after {
  transform: rotate(0);
}
.box_faq .answer {
  display: none;
  padding-top: 30px;
}
.box_faq .answer::before {
  content: 'A';
  color: #41a9a5;
  background: #b1e1df;
  top: 30px;
}

.box_form dt,
.wpcf7 dt {
  font-weight: bold;
  margin-bottom: 0.8rem;
}
.box_form dd,
.wpcf7 dd {
  margin-bottom: 2rem;
}
.box_form dd &gt; span + span,
.wpcf7 dd &gt; span + span {
  margin-left: 15px;
}
.box_form input,
.box_form select,
.box_form textarea,
.wpcf7 input,
.wpcf7 select,
.wpcf7 textarea {
  font-family: inherit;
  font-size: inherit;
  max-width: 100%;
}
.box_form input[type="text"],
.box_form input[type="email"],
.box_form input[type="tel"],
.box_form textarea,
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
  padding: 12px 2px;
  box-shadow: none;
  border: 1px solid #ddd;
}
.box_form textarea,
.wpcf7 textarea {
  width: 100%;
}
.box_form select,
.wpcf7 select {
  padding: 10px 2px;
}
@media print, screen and (min-width: 768px) {
  .box_form .input_wrap:not(:first-child),
  .wpcf7 .input_wrap:not(:first-child) {
    margin-left: 2rem;
  }
}
.box_form .attention,
.wpcf7 .attention {
  color: #cc0000;
  font-size: 1.2rem;
}
.box_form .acceptance .attention,
.wpcf7 .acceptance .attention {
  font-size: inherit;
}
.box_form .subtxt,
.wpcf7 .subtxt {
  color: #999;
  font-size: 1.2rem;
  display: block;
}
.box_form input[type="submit"],
.wpcf7 input[type="submit"] {
  box-shadow: none;
  border: 2px solid #ee7f25;
  background: #ee7f25;
  color: #fff;
  font-family: inherit;
  font-size: inherit;
  font-weight: 700;
  letter-spacing: 0.075em;
  padding: 15px 20px;
  width: 240px;
  text-align: center;
  border-radius: 5px;
  transition: 0.3s;
}
.box_form input[type="submit"]:hover,
.wpcf7 input[type="submit"]:hover {
  background: #fff;
  color: #ee7f25;
  cursor: pointer;
}
.box_form .btn-style,
.box_form .btnstyle,
.wpcf7 .btn-style,
.wpcf7 .btnstyle {
  text-align: center;
  margin-top: 2.8rem;
}
@media only screen and (max-width: 767px) {
  .box_form .btn-style,
  .box_form .btnstyle,
  .wpcf7 .btn-style,
  .wpcf7 .btnstyle {
    margin-top: 2rem;
  }
}
.box_form .screen-reader-response,
.wpcf7 .screen-reader-response {
  margin-bottom: 2rem;
  padding: 10px;
  background: #FFFBD2;
}
.box_form .screen-reader-response ul,
.wpcf7 .screen-reader-response ul {
  display: none;
}
.box_form input.wpcf7-not-valid,
.wpcf7 input.wpcf7-not-valid {
  background: #FFFBD2;
}
.box_form .wpcf7-not-valid-tip,
.wpcf7 .wpcf7-not-valid-tip {
  color: #f88a1e;
}
.box_form .wpcf7-response-output.wpcf7-validation-errors,
.wpcf7 .wpcf7-response-output.wpcf7-validation-errors {
  margin-top: 20px;
  padding: 10px;
  background: #FFFBD2;
}

.wpcf7 .btn-style {
  text-align: center;
}
.wpcf7 .ajax-loader {
  position: absolute !important;
}

.point_box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 60px;
}
.columns .point_box:first-child {
  margin-top: 60px;
}
.point_box p {
  margin-bottom: 30px;
}
.point_box p.image {
  margin-top: auto;
  margin-bottom: 0;
}

h4.point_title {
  margin-top: 20px;
  text-align: center;
  width: 100%;
}
h4.point_title .subtext {
  font-size: 2rem;
}

.notice_box {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.notice_box .notice_title {
  background: white;
  border-radius: 6px;
  padding: 25px 0;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media print, screen and (min-width: 768px) {
  .notice_box .notice_title {
    margin-right: 30px;
    -webkit-box-flex: 2;
    -moz-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
  }
}
@media only screen and (max-width: 767px) {
  .notice_box .notice_title {
    margin-bottom: 20px;
  }
}
.notice_box .notice_title h4 {
  color: #ee7f25;
  display: block;
  position: relative;
  text-align: center;
}
.notice_box .notice_title h4::before {
  position: absolute;
  content: "";
  background: #ee7f25;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 1px;
}
@media print, screen and (min-width: 768px) {
  .notice_box .notice_title h4 {
    margin-bottom: 0;
  }
}
.notice_box .notice_text p,
.notice_box .notice_text ul {
  width: 100%;
}
.notice_box .notice_text p:first-child,
.notice_box .notice_text ul:first-child {
  margin-top: 0;
}
@media print, screen and (min-width: 768px) {
  .notice_box .notice_text {
    -webkit-box-flex: 5;
    -moz-box-flex: 5;
    -webkit-flex: 5;
    -ms-flex: 5;
    flex: 5;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.sitemap_box {
  max-width: 800px;
  margin: 6.4rem auto 9.6rem;
}
@media only screen and (max-width: 767px) {
  .sitemap_box {
    margin: 4.8rem auto 7.2rem;
  }
}
.sitemap_box .menu {
  border-top: 1px solid #ddd;
}
.sitemap_box .menu li {
  border-bottom: 1px solid #ddd;
}
.sitemap_box .menu a {
  position: relative;
  display: block;
  padding: 2rem 4rem 2rem 2rem;
  transition: 0.3s;
  text-decoration: none;
  color: #333333;
}
@media only screen and (max-width: 767px) {
  .sitemap_box .menu a {
    padding: 1.6rem 3.2rem 1.6rem 1.6rem;
  }
}
.sitemap_box .menu a:hover {
  color: #ee7f25;
  background: white;
}
.sitemap_box .menu a::after {
  position: absolute;
  content: "";
  right: 1.6rem;
  top: 50%;
  width: 5px;
  height: 5px;
  border-top: 1px solid #ee7f25;
  border-right: 1px solid #ee7f25;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* mainimage */
#main_slider img {
  width: 100%;
}

.mainimage {
  position: relative;
}
.mainimage .copy {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
@media (max-width: 767px) {
  .mainimage .copy {
    bottom: 7%;
  }
  .mainimage .copy li img {
    max-width: 95%;
    margin: auto;
  }
}
@media (min-width: 768px) {
  .mainimage .copy {
    bottom: 5%;
    max-width: 1500px;
  }
  .mainimage .copy li {
    text-align: center;
  }
  .mainimage .copy li img {
    width: 66.66667%;
    max-width: 1015px;
    max-height: 547px;
  }
}
.mainimage .bnrWrap {
  max-width: 1500px;
  width: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -70px;
  display: flex;
  justify-content: flex-end;
}
.mainimage .top_infoBanner {
  display: flex;
  margin-right: 16.5%;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .mainimage .top_infoBanner {
    max-width: 40%;
  }
}

.mainimage .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.mainimage .slick-dots {
  bottom: -40px;
}
.mainimage .slick-dots li {
  margin: 0 10px;
}
.mainimage .slick-dots li button {
  position: relative;
  padding: 0;
}
.mainimage .slick-dots li button:before {
  color: #55abe4;
  content: "●";
  font-family: sans-serif;
  font-size: 18px;
}
@media print, screen and (min-width: 768px) {
  .mainimage .slider_01 p,
  .mainimage .slider_02 p,
  .mainimage .slider_03 p {
    background-position: center;
    background-size: auto 100%;
    height: 0;
    padding-bottom: 797px;
  }
  .mainimage .slider_01 p {
    background-image: url("../img/top/mainimage1.jpg");
  }
  .mainimage .slider_02 p {
    background-image: url("../img/top/mainimage2.jpg");
  }
  .mainimage .slider_03 p {
    background-image: url("../img/top/mainimage3.jpg");
  }
  .mainimage .slick-slider p img {
    display: none;
  }
}
@media print, screen and (min-width: 767px) and (max-width: 1200px) {
  .mainimage .slider_01 p,
  .mainimage .slider_02 p,
  .mainimage .slider_03 p {
    padding-bottom: 66.42%;
    height: 0;
  }
}

.section_top h2 {
  color: #ee7f25;
  font-size: 3.2rem;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .section_top h2 {
    font-size: 2.56rem;
  }
}
.section_top h2 .title_en {
  color: #41a9a5;
  display: block;
  font-size: 1.44rem;
}

.section_news dt {
  color: #ee7f25;
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  .section_news dt {
    float: left;
  }
}
.section_news dd {
  line-height: 1.6;
  margin-bottom: 8px;
}
@media print, screen and (min-width: 768px) {
  .section_news dd {
    padding-left: 8em;
  }
}
.section_news dd a {
  color: #333333;
  text-decoration: none;
}
.section_news dd a:hover {
  color: #ee7f25;
}
.section_news .btnstyle {
  position: absolute;
  top: 54px;
  right: 40px;
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .section_news .btnstyle {
    top: 32px;
    right: 20px;
  }
}
.section_news .btnstyle a {
  font-size: 1.4rem;
  line-height: 1.4;
  margin: 0;
  padding-bottom: 2px;
  padding-top: 2px;
  width: 60px;
}
.section_news .btnstyle a::after {
  right: 8px;
}

.entry_title {
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.32rem;
  line-height: 1.5;
  margin-top: 6.4rem;
}
.box_entry-item .entry_title {
  font-size: 2.2rem;
  margin-top: 4.8rem;
}
.entry_title a {
  color: #333333;
  text-decoration: none;
}
.entry_title a:hover {
  color: #ee7f25;
}

.entry_ex {
  margin-bottom: 4rem;
  margin-top: 3.2rem;
}
.box_entry-item .entry_ex {
  margin-bottom: 1.6rem;
  margin-top: 1.6rem;
}
@media print, screen and (min-width: 768px) {
  .box_entry-item .entry_ex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.entry_date {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.408rem;
}
.entry_date .material-icons {
  color: #ee7f25;
  font-size: 1.6rem;
  margin-right: 8px;
}
.archive .box_entry-news .entry_date {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  color: #999;
  font-weight: normal;
  margin-top: 0.8rem;
}
.archive .box_entry-news .entry_date .material-icons {
  color: #999;
}
.box_entry-item .entry_date {
  margin-right: 1.6rem;
}

.post-categories {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.408rem;
  line-height: 1.1;
  margin-top: 0.8rem;
}
.post-categories .material-icons {
  color: #ee7f25;
  font-size: 1.6rem;
  margin-right: 8px;
}
.post-categories a {
  color: #ee7f25;
  display: block;
  margin-right: 4px;
  text-decoration: none;
}
.box_entry-item .post-categories {
  margin-top: 0;
}

.pagenav_single {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  border-top: 1px solid #eee;
  font-size: 1.408rem;
  line-height: 1.5;
  margin-top: 6.4rem !important;
  padding-top: 4.8rem;
}
.pagenav_single a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  transition: .3s;
}
.pagenav_single a .material-icons {
  font-size: 1.408rem;
}
.pagenav_single a:hover {
  opacity: .7;
}

.box_entry-item {
  border-bottom: 1px solid #eee;
  padding-bottom: 4.8rem;
}
.box_entry-item:first-child {
  padding-top: 1.6rem;
}

.box_entry-news .archive {
  border-bottom: 1px solid #eee;
  padding-bottom: 8rem;
}

.pagenav_archive {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  font-size: 1.408rem;
  line-height: 2rem;
  margin-top: 6.4rem;
}
.pagenav_archive .page-numbers {
  border: 1px solid #aaa;
  color: #aaa;
  display: inline-block;
  height: 2rem;
  margin: 5px;
  text-align: center;
  text-decoration: none;
  transition: .3s;
  width: 2rem;
}
.pagenav_archive .page-numbers.current {
  background: #eee;
  border-color: #eee;
}
.pagenav_archive .page-numbers:hover {
  background: #ee7f25;
  border: 1px solid #ee7f25;
  color: #fff;
  cursor: pointer;
}

#post_aside {
  margin-top: 3.2rem;
}
#post_aside .aside_box {
  padding-top: 3.2rem;
}
#post_aside .aside_title {
  border-bottom: 2px solid #333333;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 1.2rem;
}
#post_aside .category_list {
  margin-top: 1.6rem;
}
#post_aside .category_list li {
  border-bottom: 1px solid #eee;
}
#post_aside .category_list a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  color: #333333;
  line-height: 1.5;
  padding: 1.2rem 0.8rem;
  text-decoration: none;
}
#post_aside .category_list a:hover {
  color: #ee7f25;
}
#post_aside .category_list a .material-icons {
  font-size: 1.6rem;
}
#post_aside .latestpost_list {
  margin-top: 1.6rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid #eee;
}
#post_aside .latestpost_list a {
  color: #333333;
  display: table;
  line-height: 1.5;
  padding: 0.4rem 0.8rem 0.4rem 2.4rem;
  position: relative;
  text-decoration: none;
}
#post_aside .latestpost_list a::before {
  content: "・";
  left: 0.8rem;
  padding-top: 0.4rem;
  position: absolute;
  top: 0;
}
#post_aside .latestpost_list a:hover {
  color: #ee7f25;
}
#post_aside .latestpost_list a:hover::before {
  color: #ee7f25;
}

a:not([class]) img, a.swipebox img {
  transition: all .3s;
}
a:not([class]):hover img, a.swipebox:hover img {
  opacity: 0.8;
}

.mt-0 {
  margin-top: 0em !important;
}

.mb-0 {
  margin-bottom: 0em !important;
}

.mt-1 {
  margin-top: 1em !important;
}

.mb-1 {
  margin-bottom: 1em !important;
}

.mt-2 {
  margin-top: 2em !important;
}

.mb-2 {
  margin-bottom: 2em !important;
}

.mt-3 {
  margin-top: 3em !important;
}

.mb-3 {
  margin-bottom: 3em !important;
}

.mt-4 {
  margin-top: 4em !important;
}

.mb-4 {
  margin-bottom: 4em !important;
}

.mt-5 {
  margin-top: 5em !important;
}

.mb-5 {
  margin-bottom: 5em !important;
}

.mt-6 {
  margin-top: 6em !important;
}

.mb-6 {
  margin-bottom: 6em !important;
}

.mt-7 {
  margin-top: 7em !important;
}

.mb-7 {
  margin-bottom: 7em !important;
}

.mt-8 {
  margin-top: 8em !important;
}

.mb-8 {
  margin-bottom: 8em !important;
}

.mt-9 {
  margin-top: 9em !important;
}

.mb-9 {
  margin-bottom: 9em !important;
}

.mt-10 {
  margin-top: 10em !important;
}

.mb-10 {
  margin-bottom: 10em !important;
}

.tel_text a {
  color: currentColor;
}

@media (min-width: 768px) {
  .d-flex {
    display: flex;
  }
  .d-flex:after {
    content: none !important;
  }
  .d-flex &gt; .col {
    float: none !important;
  }
  .d-flex &gt; .col:after {
    content: none !important;
  }

  .flex-row-reverse {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .flex-row-reverse &gt; .col {
    margin-left: 0 !important;
  }

  .align-items-start {
    align-items: flex-start;
  }

  .align-items-center {
    align-items: center;
  }

  .align-items-end {
    align-items: flex-end;
  }

  .justify-content-center {
    justify-content: center;
  }

  .justify-content-between {
    justify-content: space-between;
  }

  .justify-content-start {
    justify-content: flex-start;
  }

  .justify-content-end {
    justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  span.sponly {
    display: block;
  }
}
@media (min-width: 768px) {
  span.pconly {
    display: block;
  }
}

p:not(:last-child) {
  margin-bottom: 1em;
}

strong {
  font-weight: bold;
}

.text-large {
  font-size: 18px;
}
@media (min-width: 768px) {
  .text-large {
    font-size: 22px;
  }
}

@media (min-width: 768px) {
  .ul_col_3 {
    display: flex;
    flex-wrap: wrap;
  }
  .ul_col_3 li {
    width: 32%;
  }
  .ul_col_3 li:not(:nth-child(3n)) {
    margin-right: 2%;
  }
}

.container:not(:last-child) {
  margin-bottom: 4%;
}

.loopslider_wrap {
  overflow: hidden;
}

.loopslider {
  animation: loopslider 40s linear infinite;
  display: flex;
  width: calc(286px * 14);
  height: 100%;
}

@keyframes loopslider {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-334px * 7));
  }
}
.tab-group {
  display: flex;
  justify-content: center;
  flex: 1 1 auto;
}

.tab {
  flex-grow: 1;
  padding: 5px;
  list-style: none;
  text-align: center;
  cursor: pointer;
}

.panel-group {
  border: solid 1px #be8f97;
  padding: 3% 4%;
}

.panel {
  display: none;
}

.tab.is-active {
  background: #F00;
  color: #FFF;
  transition: all 0.2s ease-out;
}

.panel.is-show {
  display: block;
}

.qa .question {
  font-size: 18px;
  padding-left: 55px;
  position: relative;
  cursor: pointer;
  line-height: 1.4;
}
.qa .question:not(:last-child) {
  margin-bottom: 1.5em;
}
.qa .question:before {
  content: "";
  margin: auto;
  width: 40px;
  height: 40px;
  background: url(../img/common/q_icon.png) no-repeat center;
  position: absolute;
  top: -.2em;
  left: 0;
}
.qa .question span {
  display: block;
  position: relative;
  padding-right: 35px;
}
.qa .question span:before, .qa .question span:after {
  content: "";
  margin: auto;
  width: 15px;
  height: 3px;
  background: #ee7f25;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
}
.qa .question span:after {
  transform: rotate(90deg);
  transition: .5s;
}
.qa .question span.active:after {
  transform: rotate(0);
  transition: .5s;
}
.qa .answer {
  padding: 0 30px 2em 55px;
  padding-left: 55px;
  padding-right: 30px;
  position: relative;
  display: none;
  border-bottom: solid 1px #b0b0b0;
}
.qa .answer:before {
  content: "";
  margin: auto;
  width: 40px;
  height: 40px;
  background: url(../img/common/a_icon.png) no-repeat center;
  position: absolute;
  top: 0;
  left: 0;
}
.qa .answer:not(:last-child) {
  margin-bottom: 2em;
}
@media (min-width: 768px) {
  .qa .question {
    font-size: 20px;
    position: relative;
  }
}

/*!
*  - v1.5.0
* Homepage: http://bqworks.com/slider-pro/
* Author: bqworks
* Author URL: http://bqworks.com/
*/
/* Core
--------------------------------------------------*/
.slider-pro {
  position: relative;
  margin: 0 auto;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.sp-slides-container {
  position: relative;
}

.sp-mask {
  position: relative;
  overflow: hidden;
}

.sp-slides {
  position: relative;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}

.sp-slide {
  position: absolute;
}

.sp-image-container {
  overflow: hidden;
}

.sp-image {
  position: relative;
  display: block;
  border: none;
}

.sp-no-js {
  overflow: hidden;
  max-width: 100%;
}

/* Thumbnails
--------------------------------------------------*/
.sp-thumbnails-container {
  position: relative;
  overflow: hidden;
  direction: ltr;
}

.sp-top-thumbnails,
.sp-bottom-thumbnails {
  left: 0;
  margin: 0 auto;
}

.sp-top-thumbnails {
  position: absolute;
  top: 0;
  margin-bottom: 4px;
}

.sp-bottom-thumbnails {
  margin-top: 4px;
}

.sp-left-thumbnails,
.sp-right-thumbnails {
  position: absolute;
  top: 0;
}

.sp-right-thumbnails {
  right: 0;
  margin-left: 4px;
}

.sp-left-thumbnails {
  left: 0;
  margin-right: 4px;
}

.sp-thumbnails {
  position: relative;
}

.sp-thumbnail {
  border: none;
}

.sp-thumbnail-container {
  position: relative;
  display: block;
  overflow: hidden;
  float: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.sp-rtl .sp-thumbnail-container {
  float: right;
}

/* Horizontal thumbnails
------------------------*/
.sp-top-thumbnails .sp-thumbnail-container,
.sp-bottom-thumbnails .sp-thumbnail-container {
  margin-left: 2px;
  margin-right: 2px;
}

.sp-top-thumbnails .sp-thumbnail-container:first-child,
.sp-bottom-thumbnails .sp-thumbnail-container:first-child {
  margin-left: 0;
}

.sp-top-thumbnails .sp-thumbnail-container:last-child,
.sp-bottom-thumbnails .sp-thumbnail-container:last-child {
  margin-right: 0;
}

/* Vertical thumbnails
----------------------*/
.sp-left-thumbnails .sp-thumbnail-container,
.sp-right-thumbnails .sp-thumbnail-container {
  margin-top: 2px;
  margin-bottom: 2px;
}

.sp-left-thumbnails .sp-thumbnail-container:first-child,
.sp-right-thumbnails .sp-thumbnail-container:first-child {
  margin-top: 0;
}

.sp-left-thumbnails .sp-thumbnail-container:last-child,
.sp-right-thumbnails .sp-thumbnail-container:last-child {
  margin-bottom: 0;
}

/* Right thumbnails with pointer
--------------------------------*/
.sp-right-thumbnails.sp-has-pointer {
  margin-left: -13px;
}

.sp-right-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  left: 18px;
  margin-left: 0 !important;
}

.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: '';
  position: absolute;
  height: 100%;
  border-left: 5px solid #F00;
  left: 0;
  top: 0;
  margin-left: 13px;
}

.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 50%;
  margin-top: -8px;
  border-right: 13px solid #F00;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

/* Left thumbnails with pointer
-------------------------------*/
.sp-left-thumbnails.sp-has-pointer {
  margin-right: -13px;
}

.sp-left-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  right: 18px;
}

.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: '';
  position: absolute;
  height: 100%;
  border-left: 5px solid #F00;
  right: 0;
  top: 0;
  margin-right: 13px;
}

.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  top: 50%;
  margin-top: -8px;
  border-left: 13px solid #F00;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

/* Bottom thumbnails with pointer
---------------------------------*/
.sp-bottom-thumbnails.sp-has-pointer {
  margin-top: -13px;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  top: 18px;
  margin-top: 0 !important;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: '';
  position: absolute;
  width: 100%;
  border-bottom: 5px solid #F00;
  top: 0;
  margin-top: 13px;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  top: 0;
  margin-left: -8px;
  border-bottom: 13px solid #F00;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

/* Top thumbnails with pointer
------------------------------*/
.sp-top-thumbnails.sp-has-pointer {
  margin-bottom: -13px;
}

.sp-top-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  bottom: 18px;
}

.sp-top-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: '';
  position: absolute;
  width: 100%;
  border-bottom: 5px solid #F00;
  bottom: 0;
  margin-bottom: 13px;
}

.sp-top-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  bottom: 0;
  margin-left: -8px;
  border-top: 13px solid #F00;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

/* Layers
--------------------------------------------------*/
.sp-layer {
  position: absolute;
  margin: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-backface-visibility: hidden;
}

.sp-black {
  color: #FFF;
  background: black;
  background: rgba(0, 0, 0, 0.7);
}

.sp-white {
  color: #000;
  background: white;
  background: rgba(255, 255, 255, 0.7);
}

.sp-rounded {
  border-radius: 10px;
}

.sp-padding {
  padding: 10px;
}

/* Touch Swipe
--------------------------------------------------*/
.sp-grab {
  cursor: url(images/openhand.cur), move;
}

.sp-grabbing {
  cursor: url(images/closedhand.cur), move;
}

.sp-selectable {
  cursor: default;
}

/* Caption
--------------------------------------------------*/
.sp-caption-container {
  text-align: center;
  margin-top: 10px;
}

/* Full Screen
--------------------------------------------------*/
.sp-full-screen {
  margin: 0 !important;
  background-color: #000;
}

.sp-full-screen-button {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sp-full-screen-button:before {
  content: '\2195';
}

.sp-fade-full-screen {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.slider-pro:hover .sp-fade-full-screen {
  opacity: 1;
}

/* Buttons
--------------------------------------------------*/
.sp-buttons {
  position: relative;
  width: 100%;
  text-align: center;
  padding-top: 10px;
}

.sp-rtl .sp-buttons {
  direction: rtl;
}

.sp-full-screen .sp-buttons {
  display: none;
}

.sp-button {
  width: 10px;
  height: 10px;
  border: 2px solid #000;
  border-radius: 50%;
  margin: 4px;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

.sp-selected-button {
  background-color: #000;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .sp-button {
    width: 14px;
    height: 14px;
  }
}
@media only screen and (min-width: 568px) and (max-width: 768px) {
  .sp-button {
    width: 16px;
    height: 16px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 568px) {
  .sp-button {
    width: 18px;
    height: 18px;
  }
}
/* Arrows
--------------------------------------------------*/
.sp-arrows {
  position: absolute;
}

.sp-fade-arrows {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.sp-slides-container:hover .sp-fade-arrows {
  opacity: 1;
}

.sp-horizontal .sp-arrows {
  width: 100%;
  left: 0;
  top: 50%;
  margin-top: -15px;
}

.sp-vertical .sp-arrows {
  height: 100%;
  left: 50%;
  top: 0;
  margin-left: -10px;
}

.sp-arrow {
  position: absolute;
  display: block;
  width: 20px;
  height: 30px;
  cursor: pointer;
}

.sp-vertical .sp-arrow {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sp-horizontal .sp-previous-arrow {
  left: 20px;
  right: auto;
}

.sp-horizontal.sp-rtl .sp-previous-arrow {
  right: 20px;
  left: auto;
}

.sp-horizontal .sp-next-arrow {
  right: 20px;
  left: auto;
}

.sp-horizontal.sp-rtl .sp-next-arrow {
  left: 20px;
  right: auto;
}

.sp-vertical .sp-previous-arrow {
  top: 20px;
}

.sp-vertical .sp-next-arrow {
  bottom: 20px;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sp-previous-arrow:before,
.sp-previous-arrow:after,
.sp-next-arrow:before,
.sp-next-arrow:after {
  content: '';
  position: absolute;
  width: 50%;
  height: 50%;
  background-color: #FFF;
}

.sp-arrow:before {
  left: 30%;
  top: 0;
  -webkit-transform: skew(145deg, 0deg);
  -ms-transform: skew(145deg, 0deg);
  transform: skew(145deg, 0deg);
}

.sp-arrow:after {
  left: 30%;
  top: 50%;
  -webkit-transform: skew(-145deg, 0deg);
  -ms-transform: skew(-145deg, 0deg);
  transform: skew(-145deg, 0deg);
}

.sp-next-arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sp-horizontal.sp-rtl .sp-previous-arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sp-horizontal.sp-rtl .sp-next-arrow {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.ie8 .sp-arrow,
.ie7 .sp-arrow {
  width: 0;
  height: 0;
}

.ie8 .sp-arrow:before,
.ie8 .sp-arrow:after,
.ie7 .sp-arrow:before,
.ie7 .sp-arrow:after {
  content: none;
}

.ie8.sp-horizontal .sp-previous-arrow,
.ie7.sp-horizontal .sp-previous-arrow {
  border-right: 20px solid #FFF;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

.ie8.sp-horizontal .sp-next-arrow,
.ie7.sp-horizontal .sp-next-arrow {
  border-left: 20px solid #FFF;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

.ie8.sp-vertical .sp-previous-arrow,
.ie7.sp-vertical .sp-previous-arrow {
  border-bottom: 20px solid #FFF;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}

.ie8.sp-vertical .sp-next-arrow,
.ie7.sp-vertical .sp-next-arrow {
  border-top: 20px solid #FFF;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}

/* Thumbnail Arrows
--------------------------------------------------*/
.sp-thumbnail-arrows {
  position: absolute;
}

.sp-fade-thumbnail-arrows {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.sp-thumbnails-container:hover .sp-fade-thumbnail-arrows {
  opacity: 1;
}

.sp-top-thumbnails .sp-thumbnail-arrows,
.sp-bottom-thumbnails .sp-thumbnail-arrows {
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -12px;
}

.sp-left-thumbnails .sp-thumbnail-arrows,
.sp-right-thumbnails .sp-thumbnail-arrows {
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -7px;
}

.sp-thumbnail-arrow {
  position: absolute;
  display: block;
  width: 15px;
  height: 25px;
  cursor: pointer;
}

.sp-left-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow,
.sp-right-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sp-top-thumbnails .sp-previous-thumbnail-arrow,
.sp-bottom-thumbnails .sp-previous-thumbnail-arrow {
  left: 0px;
}

.sp-top-thumbnails .sp-next-thumbnail-arrow,
.sp-bottom-thumbnails .sp-next-thumbnail-arrow {
  right: 0px;
}

.sp-left-thumbnails .sp-previous-thumbnail-arrow,
.sp-right-thumbnails .sp-previous-thumbnail-arrow {
  top: 0px;
}

.sp-left-thumbnails .sp-next-thumbnail-arrow,
.sp-right-thumbnails .sp-next-thumbnail-arrow {
  bottom: 0px;
}

.sp-previous-thumbnail-arrow:before,
.sp-previous-thumbnail-arrow:after,
.sp-next-thumbnail-arrow:before,
.sp-next-thumbnail-arrow:after {
  content: '';
  position: absolute;
  width: 50%;
  height: 50%;
  background-color: #FFF;
}

.sp-previous-thumbnail-arrow:before {
  left: 30%;
  top: 0;
  -webkit-transform: skew(145deg, 0deg);
  -ms-transform: skew(145deg, 0deg);
  transform: skew(145deg, 0deg);
}

.sp-previous-thumbnail-arrow:after {
  left: 30%;
  top: 50%;
  -webkit-transform: skew(-145deg, 0deg);
  -ms-transform: skew(-145deg, 0deg);
  transform: skew(-145deg, 0deg);
}

.sp-next-thumbnail-arrow:before {
  right: 30%;
  top: 0;
  -webkit-transform: skew(35deg, 0deg);
  -ms-transform: skew(35deg, 0deg);
  transform: skew(35deg, 0deg);
}

.sp-next-thumbnail-arrow:after {
  right: 30%;
  top: 50%;
  -webkit-transform: skew(-35deg, 0deg);
  -ms-transform: skew(-35deg, 0deg);
  transform: skew(-35deg, 0deg);
}

.ie8 .sp-thumbnail-arrow,
.ie7 .sp-thumbnail-arrow {
  width: 0;
  height: 0;
}

.ie8 .sp-thumbnail-arrow:before,
.ie8 .sp-thumbnail-arrow:after,
.ie7 .sp-thumbnail-arrow:before,
.ie7 .sp-thumbnail-arrow:after {
  content: none;
}

.ie8 .sp-top-thumbnails .sp-previous-thumbnail-arrow,
.ie8 .sp-bottom-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-top-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-bottom-thumbnails .sp-previous-thumbnail-arrow {
  border-right: 12px solid #FFF;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.ie8 .sp-top-thumbnails .sp-next-thumbnail-arrow,
.ie8 .sp-bottom-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-top-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-bottom-thumbnails .sp-next-thumbnail-arrow {
  border-left: 12px solid #FFF;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.ie8 .sp-left-thumbnails .sp-previous-thumbnail-arrow,
.ie8 .sp-right-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-left-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-right-thumbnails .sp-previous-thumbnail-arrow {
  border-bottom: 12px solid #FFF;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}

.ie8 .sp-left-thumbnails .sp-next-thumbnail-arrow,
.ie8 .sp-right-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-left-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-right-thumbnails .sp-next-thumbnail-arrow {
  border-top: 12px solid #FFF;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}

/* Video
--------------------------------------------------*/
a.sp-video {
  text-decoration: none;
}

a.sp-video img {
  -webkit-backface-visibility: hidden;
  border: none;
}

a.sp-video:after {
  content: '\25B6';
  position: absolute;
  width: 45px;
  padding-left: 5px;
  height: 50px;
  border: 2px solid #FFF;
  text-align: center;
  font-size: 30px;
  border-radius: 30px;
  top: 0;
  color: #FFF;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  margin: auto;
  line-height: 52px;
}

/* CSS for preventing styling issues in WordPress
--------------------------------------------------*/
.slider-pro img.sp-image,
.slider-pro img.sp-thumbnail {
  max-width: none;
  max-height: none;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  -webkit-box-shadow: none !important;
  -mox-box-shadow: none !important;
  box-shadow: none !important;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
}

.slider-pro a {
  position: static;
  transition: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -o-transition: none !important;
}

.slider-pro iframe,
.slider-pro object,
.slider-pro video,
.slider-pro embed,
.slider-pro canvas {
  max-width: none;
  max-height: none;
}

.slider-pro p.sp-layer {
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro h1.sp-layer {
  font-size: 32px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro h2.sp-layer {
  font-size: 24px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro h3.sp-layer {
  font-size: 19px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro h4.sp-layer {
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro h5.sp-layer {
  font-size: 13px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro h6.sp-layer {
  font-size: 11px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro img.sp-layer {
  border: none;
}

.sp-layer {
  transform: none !important;
  padding: 5px 10px !important;
}
@media (max-width: 767px) {
  .sp-layer {
    font-size: 10px !important;
  }
}

/*==========================
	お問い合わせページ (Contact Form 7)
==========================*/
.wpcf7 dl {
  width: 70%;
  margin: 0 auto 20px;
  overflow: hidden;
  border-top: 1px dashed #ccc;
}

.wpcf7 dl dt, .wpcf7 dl dd {
  padding: 10px 5px;
}

.wpcf7 dl dt {
  clear: both;
  float: left;
}

.wpcf7 dl dd {
  padding-left: 14em;
  border-bottom: 1px dashed #ccc;
}

.wpcf7 dl dd input {
  max-width: 90%;
  width: 500px;
}

.wpcf7 dl dd .heckbox input, .wpcf7 dl dd .radio input {
  width: 20px;
}

.wpcf7 dl .attention, .wpcf7 dl dt .requisite {
  font-size: 78%;
  color: #f45000;
}

.wpcf7 .mf {
  font-size: 80%;
  color: #EA0000;
  padding-left: 3px;
}

.wpcf7 .ex, .wpcf7 .subtxt {
  font-size: 88%;
  color: #ccc;
  line-height: 1.4em;
  display: inline-block;
}

.wpcf7 .wpcf7-not-valid-tip {
  font-size: 76%;
  color: #af2223;
}

.wpcf7 dl dd .correspondence span.wpcf7-list-item,
.wpcf7 dl dd .course span.wpcf7-list-item,
.wpcf7 dl dd .health-insurance span.wpcf7-list-item,
.wpcf7 dl dd .radio01 span.wpcf7-list-item,
.wpcf7 dl dd .sexes span.wpcf7-list-item {
  display: block;
}

.wpcf7 dl dd.radio01 input {
  max-width: 48%;
  width: auto;
}

.mainblock .wpcf7 dl dd p {
  margin-bottom: 0;
}

.wpcf7 dl dd textarea {
  max-width: 90%;
  width: 500px;
}

.wpcf7 dl dd .wpcf7-list-item {
  margin-right: 10px;
}

.wpcf7 .btn-style {
  text-align: center;
}

.wpcf7 .btn-style input {
  width: 120px;
  font-size: 16px;
  padding: 0.4em;
}

.btn-style input:hover {
  cursor: pointer;
  opacity: 0.6;
  -moz-opacity: 0.6;
  filter: alpha(opacity=60);
}

@media (max-width: 767px) {
  .wpcf7 dl dt {
    float: none;
    margin-bottom: 0;
    padding-bottom: 2px;
  }

  .wpcf7 dl dd {
    padding-left: 5px;
    padding-top: 5px;
  }

  .wpcf7 dl dd input, .wpcf7 dl dd textarea {
    padding: 5px 2px;
    border: 1px solid #ccc;
    box-shadow: none;
    /* -webkit-appearance: none; */
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
  }
}
@media (min-width: 767px) {
  .pcbr {
    display: block;
  }
}

@media (max-width: 768px) {
  .spbr {
    display: block;
  }
}

.tabletbr {
  display: none;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tabletbr {
    display: block;
  }
}

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

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

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

@media (min-width: 768px) {
  .pc-text-left {
    text-align: left;
  }

  .pc-text-center {
    text-align: center;
  }

  .pc-text-right {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .sp-text-left {
    text-align: left;
  }

  .sp-text-center {
    text-align: center;
  }

  .sp-text-right {
    text-align: right;
  }
}
/*==========================
	流れパーツ
==========================*/
.flowWrap.bg-block .flowBox {
  border: solid 5px #fff;
  background: #fff;
}

.flowWrap .flowBox {
  border: solid 1px #ee7f25;
  padding: 5%;
  position: relative;
}

.flowWrap .flowBox:not(:last-child) {
  margin-bottom: 70px;
}

.flowWrap .flowBox:not(:last-child):after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 45px 0 45px;
  border-color: #fae4d9 transparent transparent transparent;
  position: absolute;
  bottom: -55px;
  left: 0;
  right: 0;
  margin: auto;
}

.flowWrap .flowTitle {
  font-size: 20px;
  display: flex !important;
  flex-wrap: wrap !important;
  flex: 1 1 auto;
  line-height: 1.4;
  margin-bottom: 1em !important;
}

.flowWrap .flowTitle .num {
  width: 30px;
  height: 30px;
  background: #ee7f25;
  border-radius: 2px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  font-size: 20px;
  font-family: Arial, sans-serif;
}

.flowWrap .flowTitle .title {
  width: calc(100% - 50px) !important;
  font-weight: 500;
}

.flowWrap.custom_flow .title {
  width: 100%;
}

@media (min-width: 768px) {
  .flowWrap .flowBox {
    padding: 5%;
  }

  .flowWrap .flowTitle {
    font-size: 24px;
  }
}
.section_bg .flowWrap .flowBox {
  border-color: #fff;
  background: #fff;
}
.section_bg .flowWrap .flowBox:not(:last-child):after {
  border-color: #ee7f25 transparent transparent transparent;
}
@media (max-width: 767px) {
  .section_bg .container {
    margin: 0 auto 10% !important;
  }
}

@media (min-width: 768px) {
  .link_col_2 {
    display: flex;
    flex-wrap: wrap;
  }
  .link_col_2 li {
    width: 49%;
  }
  .link_col_2 li:nth-child(odd) {
    margin-right: 2%;
  }
  .link_col_2 li:not(:nth-child(-n + 2)) {
    margin-top: 2%;
  }
}

@media (min-width: 768px) {
  .link_col_3 {
    display: flex;
    flex-wrap: wrap;
  }
  .link_col_3 li {
    width: 32%;
  }
  .link_col_3 li:not(:nth-child(3n)) {
    margin-right: 2%;
  }
  .link_col_3 li:not(:nth-child(-n + 3)) {
    margin-top: 2%;
  }
}

body {
  position: relative;
}

.header .header_inner .hdr_text {
  position: absolute;
  margin: auto;
  left: auto;
  right: 110px;
  top: 38%;
  width: 200px;
  transform: translateY(-50%);
}
@media screen and  ( max-width : 767px ) {
  .header .header_inner .hdr_text {
    display: none;
  }
}
@media screen and  ( min-width : 1200px ) {
  .header .header_inner .hdr_text {
    width: 276px;
    right: 140px;
  }
}

.header {
  padding: 0;
}
.header .header_inner {
  padding: 16px 0 16px 5%;
  background: #fff;
}
@media (max-width: 1200px) {
  .header .header_inner {
    padding: 20px 0 20px 5%;
  }
}
@media (min-width: 768px) {
  .header {
    width: 100vw;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
  }
  .header .header_logo {
    width: 370px;
  }
}
@media screen and  ( min-width : 1200px ) {
  .header .header_logo {
    width: 629px;
  }
}
@media (max-width: 767px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
  }
  .header .header_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header .header_inner .header_logo {
    width: 70%;
    margin: 0;
  }
  .header .header_inner .hamburgerMenu {
    width: 20%;
  }
}
.header .navWrap {
  padding: 5%;
  background: #ee7f25;
  display: none;
}
@media screen and  ( min-width : 768px ) {
  .header .navWrap {
    width: 50vw;
    margin: 0px 0px 0px auto;
  }
}
@media (min-width: 1200px) {
  .header .navWrap {
    padding: 7% 10%;
  }
}
@media (max-width: 767px) {
  .header .navWrap {
    padding: 10%;
    position: absolute;
    left: 0;
    z-index: 10;
    width: 100%;
  }
}
.header .navWrap .globalNav {
  height: 65vh;
  padding-bottom: 50px;
  overflow: auto;
}
@media (max-width: 767px) {
  .header .navWrap .globalNav {
    padding-bottom: 10px;
    height: 60vh;
  }
}
.header .navWrap .globalNav &gt; li &gt; a {
  color: #fff;
  text-decoration: none;
  font-size: 21px;
  line-height: 1.6;
  display: block;
  position: relative;
}
@media (max-width: 1024px) {
  .header .navWrap .globalNav &gt; li &gt; a {
    font-size: 18px;
  }
}
.header .navWrap .globalNav &gt; li &gt; a .subTitle {
  font-size: 12px;
  display: block;
}
.header .navWrap .globalNav &gt; li &gt; a:after {
  content: "";
  width: 0;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.5s;
}
.header .navWrap .globalNav &gt; li &gt; a:hover:after {
  transition: 0.5s;
  width: 80%;
}
@media (min-width: 768px) {
  .header .navWrap .globalNav {
    display: flex;
    flex-wrap: wrap;
  }
  .header .navWrap .globalNav &gt; li {
    width: 49%;
  }
  .header .navWrap .globalNav &gt; li:nth-child(odd) {
    margin-right: 2%;
  }
  .header .navWrap .globalNav &gt; li:not(:nth-child(-n + 2)) {
    margin-top: 4%;
  }
}
@media (max-width: 767px) {
  .header .navWrap .globalNav &gt; li:not(:last-child) {
    margin-bottom: 1.5em;
  }
}
@media (min-width: 768px) {
  .header .navWrap .columns .column {
    width: 48%;
  }
}
.header .navWrap.open .globalNav &gt; li a {
  transform: translateY(0);
  transition: 2s;
  opacity: 1;
}

.hamburgerMenu {
  position: relative;
  opacity: 1;
  visibility: visible;
  overflow: hidden;
  transition: ease-in-out 0.3s;
  width: 150px;
  height: 35px;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .hamburgerMenu {
    height: 25px;
  }
}
.hamburgerMenu span.line {
  display: block;
  width: 45px;
  height: 5px;
  border-radius: 1px;
  background: #ee7f25;
  position: absolute;
  animation: hamburgerMenu 1.5s linear 0s infinite;
  transition: ease 0.3s;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1200px) {
  .hamburgerMenu span.line {
    height: 3px;
    width: 30px;
  }
}
.hamburgerMenu span.line:nth-child(1) {
  top: 15%;
  animation-delay: 0s;
}
.hamburgerMenu span.line:nth-child(2) {
  top: 50%;
  animation-delay: 0.25s;
}
.hamburgerMenu span.line:nth-child(3) {
  top: 85%;
  animation-delay: 0.5s;
}
.hamburgerMenu:hover span.line {
  animation-play-state: paused;
}
.hamburgerMenu.active span.line {
  animation: none !important;
}

@keyframes hamburgerMenu {
  0% {
    width: 45px;
  }
  50% {
    width: 22.5px;
  }
  100% {
    width: 45px;
  }
}
@media (max-width: 1200px) {
  @keyframes hamburgerMenu {
    0% {
      width: 30px;
    }
    50% {
      width: 15px;
    }
    100% {
      width: 30px;
    }
  }
}
.hamburgerMenu.active span.line:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  transition: ease 0.3s 0.3s;
}
.hamburgerMenu.active span.line:nth-child(2) {
  transform: translate(-500%, -50%);
  transition: ease 0.3s;
}
.hamburgerMenu.active span.line:nth-child(3) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: ease 0.3s 0.3s;
}

@media (min-width: 768px) {
  .click_animation {
    display: block;
    transition: 0.5s;
  }
  .click_animation:hover {
    transform: translateY(-10px);
    transition: 0.5s;
  }
}
section {
  margin-bottom: 70px;
}
section:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  section {
    margin-bottom: 40px;
  }
}

body:not(.home) {
  padding: 1em 0;
}

@media (min-width: 768px) {
  .contents_center {
    align-items: center;
  }
}

@media (min-width: 768px) {
  .columns:not(.reverse) .column.span_6 {
    width: 47%;
  }
  .columns:not(.reverse) .column.span_6:nth-child(odd) {
    margin-right: 6%;
  }
  .columns:not(.reverse) .column.span_6:not(:nth-child(-n +2)) {
    margin-top: 3%;
  }
}
@media (min-width: 768px) {
  .columns.reverse {
    flex-direction: row-reverse;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .columns.reverse .column.span_6 {
    width: 47%;
  }
  .columns.reverse .column.span_6:nth-child(odd) {
    margin-left: 6%;
  }
  .columns.reverse .column.span_6:not(:nth-child(-n +2)) {
    margin-top: 3%;
  }
}

body.home h2 {
  font-size: 24px;
  line-height: 1.7;
}
@media (min-width: 768px) {
  body.home h2 {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  body.home h2 {
    font-size: 32px;
    letter-spacing: 4px;
  }
}

@media (max-width: 350px) {
  body.home h2 {
    font-size: 19px;
  }
}
body.home h2 .subTitle {
  display: block;
  color: #ee7f25;
  font-size: 14px;
}
@media (min-width: 768px) {
  body.home h2 .subTitle {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (min-width: 1025px) {
  body.home h2 .subTitle {
    font-size: 18px;
    letter-spacing: 1px;
  }
}

.movie {
  width: 100%;
  text-align: center;
  margin: auto;
  padding: 20px 20px 20px 0;
  position: relative;
  z-index: 1;
}
.movie:after {
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 50px);
  background: url(../img/common/movie_bg.jpg) repeat center;
  position: absolute;
  bottom: 10px;
  right: 0;
  z-index: -1;
}

video.vid_main {
  width: 100%;
  max-width: 1000px;
}

.movieContents {
  padding: 10% 0 4%;
  background: url(../img/top/bg_img001.jpg) no-repeat center;
}
@media (min-width: 768px) {
  .movieContents {
    padding: 6% 0 3%;
  }
  .movieContents h2 {
    line-height: 1.8;
    text-align: right;
  }
}

.charmContents01 {
  padding: 8% 0;
  background: #41a9a5;
}
.charmContents01 .catch {
  color: #fff;
  line-height: 1.90909;
  padding: 10px 0;
}
.charmContents01 .catch .text01 {
  margin-bottom: 25px;
}
.charmContents01 h2 {
  color: #fff;
}
@media (max-width: 767px) {
  .charmContents01 h2 {
    font-size: 22px !important;
    margin-bottom: .5em;
  }
  .charmContents01 .columns .column:last-child {
    border-top: solid 2px #fff;
    padding-top: 1em;
  }
}
@media (min-width: 768px) {
  .charmContents01 {
    padding: 3% 0;
  }
  .charmContents01 h2 {
    text-align: right;
  }
  .charmContents01 .columns .column:last-child {
    border-left: solid 2px #fff;
  }
  .charmContents01 .catch {
    padding-left: 20px;
  }
}
@media (min-width: 768px) and (min-width: 1025px) {
  .charmContents01 .catch {
    padding-left: 60px;
  }
}
@media (min-width: 768px) {
  .charmContents01 .catch .text01 {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (min-width: 1025px) {
  .charmContents01 .catch .text01 {
    font-size: 22px;
  }
}
@media (min-width: 768px) and (min-width: 1025px) {
  .charmContents01 .catch .text02 {
    font-size: 18px;
  }
}

.charmContents02 h2 {
  color: #ee7f25;
  line-height: 1.5 !important;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.charmContents02 h2:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  border-bottom: 2px solid #ee7f25;
  height: 2px;
  bottom: 0;
}
@media (min-width: 1025px) {
  .charmContents02 h2 {
    letter-spacing: 2px !important;
  }
}
.charmContents02 h2 .tag {
  display: block;
  margin-bottom: 20px;
}
.charmContents02 .text {
  line-height: 2;
  letter-spacing: 2px;
}
.charmContents02 .columns {
  position: relative;
}
.charmContents02 .columns:after {
  content: "";
  width: 100%;
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #f7c398;
  z-index: -1;
}
@media (min-width: 1025px) {
  .charmContents02 .columns:after {
    height: 60px;
  }
}
.charmContents02 .column {
  overflow: hidden;
  margin: 0 !important;
}
.charmContents02 .contentsBox {
  padding: 30px 5% 60px;
}
@media (min-width: 768px) {
  .charmContents02 .contentsBox {
    padding: 5%;
  }
}
@media (min-width: 768px) {
  .charmContents02 .contentsBox {
    max-width: 470px;
    width: 100%;
  }
  .charmContents02 .columns {
    min-height: 510px;
  }
  .charmContents02 .columns .column {
    display: flex;
    align-items: center;
  }
  .charmContents02 .columns .column.span_6:nth-child(odd) {
    width: 51%;
    margin-right: 0;
  }
  .charmContents02 .columns:not(.reverse) h2:after {
    left: -2em;
  }
  .charmContents02 .columns.reverse {
    flex-direction: row-reverse;
  }
  .charmContents02 .columns.reverse .column {
    justify-content: flex-end;
  }
  .charmContents02 .columns.reverse h2:after {
    right: -2em;
  }
  .charmContents02 .imgArea {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .charmContents02 .imgArea {
    min-height: 510px;
  }
}
@media (min-width: 768px) {
  .charmContents02 .charm01 {
    background-image: url(../img/top/recruit_top_img001.jpg);
    background-position: center right 20%;
  }
  .charmContents02 .charm02 {
    background-image: url(../img/top/recruit_top_img002.jpg);
  }
  .charmContents02 .charm03 {
    background-image: url(../img/top/recruit_top_img003.jpg);
    background-position: center right 55%;
  }
  .charmContents02 .charm04 {
    background-image: url(../img/top/recruit_top_img004.jpg);
    background-position: center left 30%;
  }
  .charmContents02 .charm05 {
    background-image: url(../img/top/recruit_top_img005.jpg);
    background-position: center right 20%;
  }
}

.title_bg {
  padding: 50px 1%;
}
@media (min-width: 768px) {
  .title_bg {
    padding: 120px 1%;
  }
}
.title_bg h2 {
  color: #ee7f25;
  text-align: center;
  margin: auto;
  background: #fff;
  padding: 3% 5%;
}
@media (min-width: 768px) {
  .title_bg h2 {
    max-width: 420px;
    width: 100%;
    font-size: 40px !important;
  }
}
@media (max-width: 767px) {
  .title_bg h2 {
    display: table;
    padding: 5% 10%;
  }
}

.philosophyContents .title_bg {
  background: url(../img/top/bg_img002.jpg) no-repeat center bottom/cover;
}
.philosophyContents .philosophyContents_bg {
  background: url(../img/top/bg_img003.jpg) no-repeat center top/cover;
  padding: 10% 3%;
}
@media (min-width: 768px) {
  .philosophyContents .philosophyContents_bg {
    padding: 3%;
  }
}
.philosophyContents .philosophyContents_bg .box {
  max-width: 605px;
  width: 100%;
  margin: auto;
}
.philosophyContents .philosophyContents_bg figure {
  margin-bottom: 3em;
}
.philosophyContents .philosophyContents_bg .btnstyle {
  text-align: center;
}
@media (min-width: 768px) {
  .philosophyContents .philosophyContents_bg .btnstyle {
    text-align: right;
  }
}

.messageContents {
  background: url(../img/top/bg_img005.jpg) no-repeat bottom;
  padding: 10% 0 50px;
}
.messageContents h2 {
  margin-bottom: .5em;
}
@media (max-width: 767px) {
  .messageContents {
    background-size: contain;
  }
  .messageContents figure {
    margin-bottom: 1.5em;
  }
}
@media (min-width: 768px) {
  .messageContents {
    padding: 5% 0;
    background: url(../img/top/bg_img005.jpg) no-repeat left bottom/70%;
  }
}
@media (min-width: 768px) and (min-width: 1025px) {
  .messageContents {
    padding: 140px 0 5%;
    background: url(../img/top/bg_img004.jpg) no-repeat center top, url(../img/top/bg_img005.jpg) no-repeat left bottom;
  }
}
@media (min-width: 768px) {
  .messageContents p:not(:last-child) {
    margin-bottom: 1.5em;
  }
}

.professionContentes .title_bg {
  background: url(../img/top/bg_img006.jpg) no-repeat center bottom/cover;
}
.professionContentes .title_bg h2 {
  background: #EE7F25;
  color: #fff;
}
.professionContentes .title_bg h2 .subTitle {
  color: #fff;
}
.professionContentes .professionContentes_bg {
  padding: 10% 0;
}
@media (min-width: 768px) {
  .professionContentes .professionContentes_bg {
    padding: 4% 0;
    background: url(../img/top/bg_img007.jpg) no-repeat center/cover;
  }
}
.professionContentes .profession_list {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .professionContentes .profession_list li {
    width: 48%;
  }
  .professionContentes .profession_list li:nth-child(odd) {
    margin-right: 4%;
  }
  .professionContentes .profession_list li:not(:nth-child(-n + 2)) {
    margin-top: 4%;
  }
}
@media (min-width: 768px) {
  .professionContentes .profession_list li {
    width: 31.3%;
  }
  .professionContentes .profession_list li:not(:nth-child(3n)) {
    margin-right: 3.05%;
  }
  .professionContentes .profession_list li:not(:nth-child(-n + 3)) {
    margin-top: 3.05%;
  }
}

.conversationContents {
  background: url(../img/top/bg_img008.jpg) no-repeat center/cover;
  padding: 10% 0;
}
.conversationContents figure {
  margin-bottom: 3em;
}
@media (min-width: 768px) {
  .conversationContents {
    padding: 6% 0;
  }
}
@media (max-width: 767px) {
  .conversationContents figure img {
    max-width: 50%;
    margin: auto;
  }
}

.faqContents .titleWrap {
  padding: 60px 0;
}
.faqContents h2 {
  text-align: center;
  background: url(../img/top/faq_title_bg.png) no-repeat center/contain;
  min-height: 155px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.faqContents .faqContents_bg {
  background: url(../img/top/bg_img009.jpg) repeat center;
  padding: 10% 0;
}
@media (min-width: 768px) {
  .faqContents .faqContents_bg {
    padding: 80px 0;
  }
}
@media (max-width: 1024px) {
  .faqContents h2 {
    min-height: 80px;
  }
}

.qa_parts .question_area, .qa_parts .answer_area {
  position: relative;
  background: #fff;
  padding: 20px 45px 20px 30px;
}
@media (min-width: 768px) {
  .qa_parts .question_area, .qa_parts .answer_area {
    padding: 20px 55px;
  }
}
.qa_parts .question_area:before, .qa_parts .answer_area:before {
  content: "";
  width: 14px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.qa_parts .question_area .text, .qa_parts .answer_area .text {
  position: relative;
  padding-left: 40px;
  display: block;
}
@media (min-width: 768px) {
  .qa_parts .question_area .text, .qa_parts .answer_area .text {
    padding-left: 65px;
  }
}
.qa_parts .question_area .text:before, .qa_parts .answer_area .text:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.qa_parts .question_area {
  font-size: 18px;
  margin-bottom: 2px;
  cursor: pointer;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .qa_parts .question_area {
    font-size: 22px;
  }
}
.qa_parts .question_area:not(:first-child) {
  margin-top: 1.5em;
}
.qa_parts .question_area:before {
  background: #41a9a5;
}
.qa_parts .question_area:after {
  content: "";
  background: url(../img/common/close_icon.png) no-repeat center;
  width: 28px;
  height: 29px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}
@media (min-width: 768px) {
  .qa_parts .question_area:after {
    right: 50px;
  }
}
.qa_parts .question_area.active:after {
  background: url(../img/common/open_icon.png) no-repeat center;
}
.qa_parts .question_area .text:before {
  content: "";
  background: url(../img/common/question_icon.png) no-repeat center/cover;
  width: 30px;
  height: 26px;
}
@media (min-width: 768px) {
  .qa_parts .question_area .text:before {
    width: 42px;
    height: 36px;
  }
}
.qa_parts .answer_area {
  margin-bottom: 0;
  display: none;
  padding: 20px 15px 20px 30px;
  margin-top: 0 !important;
}
@media (min-width: 768px) {
  .qa_parts .answer_area {
    padding: 20px 15px 20px 55px;
  }
}
.qa_parts .answer_area:before {
  background: #ff5858;
}
.qa_parts .answer_area .text:before {
  content: "";
  background: url(../img/common/answer_icon.png) no-repeat center/cover;
  width: 30px;
  height: 22px;
}
@media (min-width: 768px) {
  .qa_parts .answer_area .text:before {
    width: 39px;
    height: 28px;
  }
}

.contactContents {
  background: url(../img/top/bg_img010.jpg) no-repeat center/cover;
  padding: 10% 0;
}
.contactContents .wrap {
  max-width: 800px;
  width: 100%;
  margin: auto;
  background: #41a9a5;
  color: #fff;
  padding: 30px 5% 50px;
  text-align: center;
  position: relative;
}
@media (min-width: 768px) {
  .contactContents .wrap {
    padding: 100px 5%;
  }
}
.contactContents .wrap:after {
  content: "";
  background: url(../img/top/contact_text_img.png) no-repeat center/cover;
  width: 696px;
  height: 90px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 767px) {
  .contactContents .wrap:after {
    width: 250px;
    height: 32px;
  }
}
.contactContents .wrap .text {
  font-size: 24px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .contactContents .wrap .text {
    font-size: 40px;
  }
}
@media (min-width: 768px) {
  .contactContents {
    padding: 4% 0;
  }
}

.infoContents {
  padding: 10% 0;
}
.infoContents h2 {
  margin-bottom: 1em !important;
  padding: 0 !important;
  text-align: left !important;
}
@media (min-width: 768px) {
  .infoContents h2 {
    font-size: 32px !important;
  }
}
.infoContents h2:after, .infoContents h2:before {
  display: none;
}
.infoContents figure {
  margin-bottom: 2em;
}
.infoContents .footer-table {
  width: 100%;
}
.infoContents .footer-table tbody tr:not(:last-child) th, .infoContents .footer-table tbody tr:not(:last-child) td {
  border-bottom: solid 1px #d9cab1;
}
.infoContents .footer-table tbody th, .infoContents .footer-table tbody td {
  padding: 10px 0;
}
.infoContents .footer-table tbody th a, .infoContents .footer-table tbody td a {
  text-decoration: none;
  color: #333333;
}
@media (min-width: 1025px) {
  .infoContents .footer-table tbody th, .infoContents .footer-table tbody td {
    letter-spacing: 3px;
  }
}
.infoContents .footer-table tbody th {
  text-align: left;
}
@media (max-width: 767px) {
  .infoContents figure, .infoContents .btnstyle {
    text-align: center;
  }
  .infoContents .footer-table {
    margin-top: 2em;
  }
}
@media (min-width: 768px) {
  .infoContents {
    padding: 4% 0;
  }
}

.wow .fadeIn {
  transform: translateY(100px);
  opacity: 0;
  transition: 1s 0.2s;
}

.animated .fadeIn {
  opacity: 1;
  transform: translateY(0);
 &nbsp;transition: 1s 0.2s;
}
.animated .fadeIn:nth-child(2) {
  transition: 1s 0.5s;
}
.animated .fadeIn:nth-child(3) {
  transition: 1s 0.8s;
}
.animated .fadeIn:nth-child(4) {
  transition: 1s 1.1s;
}
.animated .fadeIn:nth-child(5) {
  transition: 1s 1.4s;
}
.animated .fadeIn:nth-child(6) {
  transition: 1s 1.7s;
}

.page_title_wrap {
  margin-bottom: 3%;
}
.page_title_wrap #page_title {
  line-height: 1.6;
}
.page_title_wrap #page_title h1 {
  color: #464646;
  font-weight: normal;
}
.page_title_wrap #page_title .subTitle {
  font-size: 16px;
}
@media (min-width: 768px) {
  .page_title_wrap #page_title .subTitle {
    font-size: 18px;
  }
}
.page_title_wrap .page_img {
  line-height: 0;
}
@media (max-width: 767px) {
  .page_title_wrap #page_title {
    background: url(../img/common/under_title_bg.jpg) no-repeat center left;
    padding: 1.5em 1em;
  }
}
@media (min-width: 768px) {
  .page_title_wrap {
    background: url(../img/common/under_title_bg.jpg) no-repeat center left;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .page_title_wrap #page_title {
    width: 45%;
    display: flex;
    justify-content: flex-end;
  }
  .page_title_wrap #page_title h1 {
    font-size: 28px;
  }
}
@media (min-width: 768px) and (min-width: 1025px) {
  .page_title_wrap #page_title h1 {
    font-size: 36px;
    letter-spacing: 8px;
  }
}
@media (min-width: 768px) {
  .page_title_wrap .title_box {
    text-align: left;
    padding: 0 1em;
  }
  .page_title_wrap .page_img {
    width: 55%;
  }
}

body:not(.home) h2, body:not(.home) h3, body:not(.home) h4, body:not(.home) h5 {
  line-height: 1.6;
}
body:not(.home) h2 {
  text-align: center;
  font-size: 23px;
  padding: 55px 10px 0;
  position: relative;
  margin-bottom: 1em;
}
body:not(.home) h2:before, body:not(.home) h2:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
body:not(.home) h2:before {
  background: url(../img/common/h2_icon.png) no-repeat center/cover;
  width: 47px;
  height: 48px;
  top: 0;
}
@media (max-width: 767px) {
  body:not(.home) h2:before {
    width: 37px;
    height: 38px;
  }
}
/* body:not(.home) h2:after {
  bottom: 0;
  width: 60px;
  height: 2px;
  background: #ee7f25;
} */
body:not(.home) h3 {
  font-size: 19px;
  border-bottom: solid 1px #ee7f25;
  padding-bottom: 10px;
  margin-bottom: 1em;
}
body:not(.home) h4 {
  color: #ee7f25;
  display: table;
  border: solid 1px #ee7f25;
  padding: .5em 1.5em;
  margin-bottom: 1em;
  font-size: 18px;
}
body:not(.home) h5 {
  display: table;
  background: #fff2e5;
  padding: .1em 1em;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  body:not(.home) h2 {
    font-size: 28px;
  }
}
@media (min-width: 768px) and (min-width: 1025px) {
  body:not(.home) h2 {
    font-size: 36px;
    letter-spacing: 5px;
  }
}
@media (min-width: 768px) {
  body:not(.home) h3 {
    font-size: 22px;
  }
}
@media (min-width: 768px) and (min-width: 1025px) {
  body:not(.home) h3 {
    font-size: 24px;
    letter-spacing: 5px;
  }
}
@media (min-width: 768px) {
  body:not(.home) h4 {
    font-size: 19px;
  }
}
@media (min-width: 768px) and (min-width: 1025px) {
  body:not(.home) h4 {
    font-size: 20px;
    letter-spacing: 5px;
  }
}
@media (min-width: 768px) {
  body:not(.home) h5 {
    font-size: 17px;
  }
}
@media (min-width: 768px) and (min-width: 1025px) {
  body:not(.home) h5 {
    font-size: 18px;
    letter-spacing: 5px;
  }
}

@media (min-width: 768px) {
  .pc_table_width {
    width: 20%;
  }
}
.header .navWrap .globalNav &gt; li &gt; a.navsub_title {
  font-size: 16px;
  padding-left: 60px;
  transition: .2s;
}
  .header .navWrap .globalNav &gt; li &gt; a.navsub_title:hover {
    color: #F4FA58;
    transition: .2s;
  }

.header .navWrap .globalNav &gt; li &gt; a.navsub_title:after {
  content: '';
  display: block;
  margin: auto;
  left: 36px;
  right: auto;
  top: 0;
  bottom: 0;
  width: 15px;
  height: 2px;
  background: #fff;
}
@media screen and  ( min-width : 768px ) {
  .header .navWrap .globalNav &gt; li &gt; a.navsub_title {
    font-size: 18px;
  }
}
.header .navWrap .globalNav &gt; li.nav_icon {
  padding-left: 20px;
  position: relative;
}
.header .navWrap .globalNav &gt; li.nav_icon:after {
  content: '';
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 6px;
  height: 6px;
  position: absolute;
  transform:rotate(45deg)
}


.header .navWrap .globalNav &gt; li.globalNav_title &gt; a:after {
  display: none!important;
}
.header .navWrap .globalNav &gt; li.globalNav_title &gt; a:before {
  content: '';
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 6px;
  height: 6px;
  position: absolute;
  transform: rotate(45deg);
}

.globalNav_title a {
  padding-left: 20px;
  position: relative;
  pointer-events:none;
}
</pre></body></html>