@charset "UTF-8";
.container {
  max-width: 1200px;
  padding: 0 45px;
  width: 100%;
  margin: 0 auto;
}

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

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
  vertical-align: baseline;
  line-height: 1;
  color: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

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

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

body {
  font-size: 1.5em;
  line-height: 2em;
  letter-spacing: 0.05rem;
  font-weight: 400;
  font-style: normal;
  position: relative;
  overflow-x: hidden;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
  line-height: 1;
  -webkit-appearance: none;
}

.en_font {
  font-family: "Libre Baskerville", serif;
}

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

a:hover {
  cursor: pointer;
}

.flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: no-wrap;
      flex-wrap: no-wrap;
}

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

img {
  width: 100%;
  height: auto;
}

.br767 {
  display: none;
}

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

.br500 {
  display: none;
}

@media (max-width: 500px) {
  .br500 {
    display: block;
  }
}

.br992 {
  display: none;
}

@media (max-width: 992px) {
  .br992 {
    display: block;
  }
}

.mv_base {
  opacity: 0;
  -webkit-transition: 2s;
  transition: 2s;
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 30px);
}

.mv {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

header {
  height: 175px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 992px) {
  header {
    height: 90px;
  }
}

@media (max-width: 767px) {
  header {
    height: 70px;
  }
}

header .h_logo {
  position: absolute;
  left: 50px;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  z-index: 1000;
  width: 270px;
  height: auto;
}

@media (max-width: 992px) {
  header .h_logo {
    width: 210px;
    left: 40px;
    top: 55%;
  }
}

@media (max-width: 767px) {
  header .h_logo {
    width: 150px;
    left: 15px;
  }
}

header .h_logo img {
  height: 100%;
  width: auto;
}

header .global-nav {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
  width: 30vw;
  height: 100vh;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(255, 255, 255, 0.9);
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

@media (max-width: 767px) {
  header .global-nav {
    width: 100vw;
  }
}

header .global-nav .global-inner {
  width: 100%;
  position: absolute;
  top: 13%;
  left: 0;
  -webkit-transform: translate(0, 0%);
          transform: translate(0, 0%);
  padding: 0px;
}

header .global-nav .global-inner .global-nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

header .global-nav .global-inner .global-nav_list .global-nav_item {
  text-align: left;
  opacity: 0;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  padding-bottom: 0;
}

header .global-nav .global-inner .global-nav_list .global-nav_item.ec_item a {
  background-color: #d4354b;
  border: 1px solid #d4354b;
  color: #fff;
  padding: 15px 25px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

header .global-nav .global-inner .global-nav_list .global-nav_item.ec_item a:hover {
  color: #d4354b;
  background-color: #fff;
}

header .global-nav .global-inner .global-nav_list .global-nav_item > a {
  padding: 0px 15px;
  font-weight: bold;
  display: block;
  font-size: 15px;
  text-decoration: none;
  color: #000;
  margin-top: 30px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 767px) {
  header .global-nav .global-inner .global-nav_list .global-nav_item > a {
    margin-top: 25px;
  }
}

header .global-nav .global-inner .global-nav_list .global-nav_item > a:hover {
  color: #d4354b;
}

header .global-nav .global-inner .global-nav_list .global-nav_item .f_sns {
  margin-top: 50px;
}

@media (max-width: 767px) {
  header .global-nav .global-inner .global-nav_list .global-nav_item .f_sns {
    margin-top: 35px;
  }
}

header .global-nav .global-inner .global-nav_list .global-nav_item .f_sns a {
  margin: 0 5px;
}

header .hamburger {
  color: #000;
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 300;
}

header .hamburger .hamburger_line {
  position: absolute;
  left: 50%;
  width: 50px;
  height: 2px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #000;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

@media (max-width: 767px) {
  header .hamburger .hamburger_line {
    width: 40px;
  }
}

header .hamburger .hamburger_line-1 {
  top: 20px;
}

@media (max-width: 767px) {
  header .hamburger .hamburger_line-1 {
    top: 22px;
  }
}

header .hamburger .hamburger_line-2 {
  top: 30px;
}

header .hamburger .hamburger_line-3 {
  top: 35px;
}

@media (max-width: 767px) {
  header .hamburger .hamburger_line-3 {
    top: 33px;
  }
}

@media (max-width: 992px) {
  header .hamburger {
    color: #000;
    position: absolute;
    right: 0px;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 300;
  }
}

.is-animation header {
  height: 80px;
}

@media (max-width: 992px) {
  .is-animation header {
    height: 70px;
  }
}

@media (max-width: 767px) {
  .is-animation header {
    height: 60px;
  }
}

.is-animation header .gmenu_box .gmenu {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.nav-open .hamburger .hamburger_line {
  left: 10%;
}

.nav-open .hamburger .hamburger_line-1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 30px;
}

.nav-open .hamburger .hamburger_line-2 {
  width: 0;
  left: 50%;
}

.nav-open .hamburger .hamburger_line-3 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 30px;
}

.nav-open .global-nav {
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 0.3s cubic-bezier(0.045, 0.495, 0.685, 0.97);
  transition: all 0.3s cubic-bezier(0.045, 0.495, 0.685, 0.97);
}

.nav-open .global-nav .global-inner .global-nav_list .global-nav_item {
  opacity: 1;
}

.scroll {
  position: fixed;
  bottom: 50px;
  right: -10px;
  z-index: 1000;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 992px) {
  .scroll {
    display: none;
  }
}

.scroll a {
  display: inline-block;
  position: absolute;
  right: 0px;
  bottom: 55px;
  z-index: 2;
  padding: 10px 35px 0px 0;
  overflow: hidden;
  color: #000;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.scroll a span {
  position: absolute;
  bottom: 0;
  right: 0;
}

.scroll a span img {
  width: 15px;
  height: auto;
}

.g-sns {
  position: fixed;
  right: 30px;
  top: 50%;
  z-index: 100;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}

@media (max-width: 992px) {
  .g-sns {
    right: 10px;
  }
}

@media (max-width: 767px) {
  .g-sns {
    display: none;
  }
}

.g-sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.g-sns ul li {
  margin-bottom: 25px;
  text-align: center;
}

.g-sns ul li img {
  height: 22px;
  width: auto;
}

@media (max-width: 992px) {
  .g-sns ul li img {
    height: 18px;
  }
}

.g-sns ul li span {
  display: block;
  font-size: 10px;
  margin-top: 5px;
  font-weight: bold;
}

.is-animation .scroll {
  opacity: 0;
  visibility: hidden;
}

@-webkit-keyframes sdl {
  0% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: 0% 0;
            transform-origin: 0% 0;
  }
  50% {
    -webkit-transform: scale(0.8, 1);
            transform: scale(0.8, 1);
    -webkit-transform-origin: 0% 0;
            transform-origin: 0% 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 60% 0;
            transform-origin: 60% 0;
  }
  100% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
}

@keyframes sdl {
  0% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: 0% 0;
            transform-origin: 0% 0;
  }
  50% {
    -webkit-transform: scale(0.8, 1);
            transform: scale(0.8, 1);
    -webkit-transform-origin: 0% 0;
            transform-origin: 0% 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 60% 0;
            transform-origin: 60% 0;
  }
  100% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
}

.page-up {
  position: fixed;
  bottom: 30px;
  right: 25px;
  display: none;
  z-index: 999;
}

.page-up .page-box {
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #d4354b;
  border: 2px solid #fff;
}

.page-up .page-box:hover {
  cursor: pointer;
}

.page-up .page-box a {
  display: block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 7px solid #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.page-up .page-box a*:hover {
  cursor: pointer;
}

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

footer .f_top {
  padding: 120px 0 45px;
}

@media (max-width: 992px) {
  footer .f_top {
    padding: 100px 0 35px;
  }
}

@media (max-width: 767px) {
  footer .f_top {
    padding: 80px 0 25px;
  }
}

footer .f_top .f_logo {
  max-width: 225px;
  width: 100%;
  padding-bottom: 30px;
}

@media (max-width: 767px) {
  footer .f_top .f_logo {
    max-width: 150px;
    margin: 0 auto;
    padding-bottom: 20px;
  }
}

footer .f_top ul.flex_box {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 767px) {
  footer .f_top ul.flex_box li:nth-of-type(1) {
    width: 100%;
    margin-bottom: 40px;
  }
}

footer .f_top ul.flex_box li:nth-of-type(1) dd {
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
  padding-bottom: 60px;
  margin-bottom: 25px;
  position: relative;
}

@media (max-width: 992px) {
  footer .f_top ul.flex_box li:nth-of-type(1) dd {
    font-size: 16px;
    line-height: 28px;
  }
}

@media (max-width: 767px) {
  footer .f_top ul.flex_box li:nth-of-type(1) dd {
    font-size: 15px;
    line-height: 25px;
    padding-bottom: 30px;
    margin-bottom: 15px;
  }
}

footer .f_top ul.flex_box li:nth-of-type(1) dd:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 1px;
  background-color: #000;
  content: "";
}

@media (max-width: 767px) {
  footer .f_top ul.flex_box li:nth-of-type(1) dd:after {
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
}

footer .f_top ul.flex_box li:nth-of-type(2) {
  width: 555px;
}

@media (max-width: 992px) {
  footer .f_top ul.flex_box li:nth-of-type(2) {
    width: 62%;
  }
}

@media (max-width: 767px) {
  footer .f_top ul.flex_box li:nth-of-type(2) {
    width: 100%;
  }
}

footer .f_top ul.flex_box li:nth-of-type(2) .mb {
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  footer .f_top ul.flex_box li:nth-of-type(2) .fax,
  footer .f_top ul.flex_box li:nth-of-type(2) .tel {
    width: 100%;
  }
}

footer .f_top ul.flex_box li:nth-of-type(2) .fax span,
footer .f_top ul.flex_box li:nth-of-type(2) .tel span {
  font-size: 20px;
  margin-right: 10px;
  font-weight: bold;
}

@media (max-width: 992px) {
  footer .f_top ul.flex_box li:nth-of-type(2) .fax span,
  footer .f_top ul.flex_box li:nth-of-type(2) .tel span {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  footer .f_top ul.flex_box li:nth-of-type(2) .fax span,
  footer .f_top ul.flex_box li:nth-of-type(2) .tel span {
    font-size: 13px;
    margin-right: 8px;
  }
}

footer .f_top ul.flex_box li:nth-of-type(2) .fax a,
footer .f_top ul.flex_box li:nth-of-type(2) .tel a {
  font-size: 34px;
  white-space: nowrap;
  font-weight: bold;
}

@media (max-width: 1200px) {
  footer .f_top ul.flex_box li:nth-of-type(2) .fax a,
  footer .f_top ul.flex_box li:nth-of-type(2) .tel a {
    font-size: 30px;
  }
}

@media (max-width: 992px) {
  footer .f_top ul.flex_box li:nth-of-type(2) .fax a,
  footer .f_top ul.flex_box li:nth-of-type(2) .tel a {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  footer .f_top ul.flex_box li:nth-of-type(2) .fax a,
  footer .f_top ul.flex_box li:nth-of-type(2) .tel a {
    font-size: 22px;
  }
}

footer .f_top ul.flex_box li:nth-of-type(2) .tel {
  margin-right: 30px;
}

@media (max-width: 767px) {
  footer .f_top ul.flex_box li:nth-of-type(2) .tel {
    margin-right: 0px;
    margin-bottom: 10px;
  }
}

footer .f_top ul.flex_box li:nth-of-type(2) .address {
  font-size: 13px;
  line-height: 32px;
}

@media (max-width: 992px) {
  footer .f_top ul.flex_box li:nth-of-type(2) .address {
    font-size: 13px;
    line-height: 25px;
  }
}

@media (max-width: 767px) {
  footer .f_top ul.flex_box li:nth-of-type(2) .address {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 15px;
    width: 100%;
  }
}

footer .f_top ul.flex_box li:nth-of-type(2) .address span {
  margin: 0 10px;
}

@media (max-width: 992px) {
  footer .f_top ul.flex_box li:nth-of-type(2) .address span {
    display: none;
  }
}

footer .f_top ul.flex_box li:nth-of-type(2) .g_btn {
  max-width: 170px;
  width: 100%;
  text-align: center;
}

@media (max-width: 767px) {
  footer .f_top ul.flex_box li:nth-of-type(2) .g_btn {
    margin: 0 auto;
  }
}

footer .f_top ul.flex_box li:nth-of-type(2) .g_btn a {
  display: block;
  font-size: 13px;
  border: 1px solid #9c9c9c;
  padding: 12px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

footer .f_top ul.flex_box li:nth-of-type(2) .g_btn a:hover {
  border: 1px solid #d4354b;
  color: #d4354b;
}

footer .f_top ul.flex_box li:nth-of-type(2) .main_btn .btn {
  margin-top: 25px;
  margin-bottom: 0;
  max-width: 100%;
}

@media (max-width: 767px) {
  footer .f_top ul.flex_box li:nth-of-type(2) .main_btn .btn {
    max-width: 420px;
  }
}

footer .f_top ul.flex_box li:nth-of-type(2) .main_btn .btn a {
  padding: 25px 0;
}

@media (max-width: 767px) {
  footer .f_top ul.flex_box li:nth-of-type(2) .main_btn .btn a {
    padding: 20px 0;
  }
}

footer .copy {
  text-align: center;
  font-size: 11px;
  padding: 20px 0;
  background-color: #f6f5f1;
  color: #6c6c6c;
}

.f_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .f_sns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.f_sns a {
  background-color: #fdf6f5;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  border-radius: 50%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .f_sns a {
    margin: 0 5px;
  }
}

.f_sns a:hover {
  background-color: #d4354b;
}

.f_sns a:hover .icon_color {
  fill: #fdf6f5;
}

.f_sns a .icon_color {
  fill: #d4354b;
}

.f_sns a svg {
  height: 22px;
  width: auto;
}

.f_sns a span {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  font-size: 10px;
  font-weight: bold;
}

.ttl {
  font-size: 24px;
  line-height: 38px;
  font-weight: bold;
  margin-bottom: 8px;
  letter-spacing: 0.3rem;
}

@media (max-width: 992px) {
  .ttl {
    font-size: 22px;
    line-height: 35px;
  }
}

@media (max-width: 767px) {
  .ttl {
    font-size: 18px;
    line-height: 30px;
  }
}

.ttl-s {
  font-size: 12px;
  position: relative;
  display: block;
  font-weight: bold;
  color: #d4354b;
}

.sub_main {
  text-align: center;
}

.sub_main {
  margin-bottom: 100px;
}

@media (max-width: 992px) {
  .sub_main {
    margin-bottom: 80px;
  }
}

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

.sub_ttl {
  text-align: center;
  padding: 190px 25px 15px;
  z-index: 1;
  font-size: 24px;
}

@media (max-width: 992px) {
  .sub_ttl {
    padding: 150px 25px 15px;
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .sub_ttl {
    padding: 100px 15px 15px;
    font-size: 20px;
  }
}

.sub_ttl small {
  text-align: center;
  font-size: 11px;
  padding: 0px 5px 2px;
  font-weight: bold;
  color: #fff;
  background-color: #d4354b;
  line-height: 1;
  display: inline-block;
}

.sub_area {
  width: 100%;
  margin-top: 120px;
  margin-bottom: 105px;
}

@media (max-width: 992px) {
  .sub_area {
    margin-top: 90px;
    margin-bottom: 95px;
  }
}

@media (max-width: 767px) {
  .sub_area {
    margin-top: 60px;
    margin-bottom: 70px;
  }
}

.sub_area .inner {
  background-color: #f5f8fa;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: -1;
}

.sub_area .inner h1 {
  text-align: center;
  padding: 80px 0;
  font-size: 24px;
}

@media (max-width: 992px) {
  .sub_area .inner h1 {
    font-size: 22px;
    padding: 70px 0;
  }
}

@media (max-width: 767px) {
  .sub_area .inner h1 {
    font-size: 20px;
    padding: 50px 0;
  }
}

.main_btn .btn {
  max-width: 410px;
  margin: 60px auto 0;
  width: 100%;
  text-align: center;
}

@media (max-width: 992px) {
  .main_btn .btn {
    margin: 50px auto 0;
  }
}

@media (max-width: 767px) {
  .main_btn .btn {
    margin: 40px auto 0px;
    max-width: 410px;
  }
}

.main_btn .btn a {
  display: block;
  padding: 30px 0;
  font-size: 14px;
  color: #fff;
  background-color: #d4354b;
  border: 1px solid #d4354b;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .main_btn .btn a {
    padding: 20px 0;
    font-size: 14px;
  }
}

.main_btn .btn a svg {
  height: 14px;
}

.main_btn .btn a:hover {
  background-color: #fff;
  color: #d4354b;
}

.main_btn .btn a:hover svg .btn-icon {
  stroke: #d4354b;
}

.btn_area {
  text-align: left;
  margin: 55px 0 0 auto;
  display: block;
}

.btn_area .btn {
  position: relative;
  display: inline-block;
  width: 100%;
}

.btn_area .btn a {
  font-size: 14px;
  display: block;
  border-bottom: 2px solid #000;
  padding: 0 0px 30px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: bold;
}

.btn_area .btn a:hover {
  opacity: 0.6;
}

.btn_area .btn .arrow {
  position: absolute;
  right: 0;
  top: 0px;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}

.btn_area .btn .arrow::before,
.btn_area .btn .arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.btn_area .btn .triangle::before {
  content: "";
  left: 3px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #7e7f80;
  border-right: 1px solid #7e7f80;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.home article {
  position: relative;
}

.home article:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 1920px;
  content: "";
  background-color: #f6f5f1;
  z-index: -1;
}

@media (max-width: 767px) {
  .home article:after {
    height: 1670px;
  }
}

.home .main_area {
  position: relative;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  z-index: 10;
  -webkit-transition: 1s;
  transition: 1s;
}

@media (max-width: 992px) {
  .home .main_area {
    height: 70vh;
  }
}

@media (max-width: 767px) {
  .home .main_area {
    height: 60vh;
  }
}

.home .main_area .inner {
  position: absolute;
  bottom: 100px;
  left: 0;
  width: 100%;
  top: 175px;
  height: calc(100vh - 250px);
}

@media (max-width: 992px) {
  .home .main_area .inner {
    bottom: auto;
    width: 100%;
    height: calc(100%);
    margin-top: 90px;
    position: static;
  }
}

@media (max-width: 767px) {
  .home .main_area .inner {
    margin-top: 70px;
  }
}

.home .main_area .inner #slideshow {
  position: absolute;
  content: "";
  height: 100%;
  width: 68%;
  background-color: #eee;
  right: 80px;
  top: 50%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  background-position: center;
  overflow: hidden;
  -webkit-transform: translateZ(0) translateY(-50%);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}

@media (max-width: 992px) {
  .home .main_area .inner #slideshow {
    right: 0px;
    width: 80%;
  }
}

.home .main_area .inner .txt {
  opacity: 1;
  -webkit-transition: 3s;
  transition: 3s;
  position: absolute;
  bottom: -35px;
  left: 8%;
  /* animation */
}

@media (max-width: 992px) {
  .home .main_area .inner .txt {
    left: 5%;
    bottom: 20%;
  }
}

@media (max-width: 767px) {
  .home .main_area .inner .txt {
    width: 90%;
  }
}

.home .main_area .inner .txt .mb {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .home .main_area .inner .txt .mb {
    margin-bottom: 10px;
  }
}

.home .main_area .inner .txt .gmenu_box {
  margin-top: 8vh;
}

.home .main_area .inner .txt .gmenu_box .gmenu {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.home .main_area .inner .txt .gmenu_box .gmenu li {
  margin-bottom: 4vh;
}

.home .main_area .inner .txt .gmenu_box .gmenu li:nth-last-of-type(2) {
  margin-bottom: 6vh;
}

.home .main_area .inner .txt .gmenu_box .gmenu li a {
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 17px;
  letter-spacing: 0.05rem;
}

.home .main_area .inner .txt .gmenu_box .gmenu li a:hover {
  color: #d4354b;
}

.home .main_area .inner .txt .gmenu_box .gmenu li.g_contact {
  max-width: 340px;
  width: 100%;
  text-align: center;
  margin-bottom: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.home .main_area .inner .txt .gmenu_box .gmenu li.g_contact a {
  background-color: #d4354b;
  color: #fff;
  padding: 38px 0;
  display: block;
  border: 1px solid #d4354b;
  font-size: 16px;
  font-weight: normal;
}

.home .main_area .inner .txt .gmenu_box .gmenu li.g_contact a:hover {
  background-color: #fff;
  color: #d4354b;
}

.home .main_area .inner .txt .gmenu_box .gmenu li.g_contact a:hover svg .btn-icon {
  stroke: #d4354b;
}

.home .main_area .inner .txt .gmenu_box .gmenu li.g_contact a svg {
  height: 12px;
}

.home .main_area .inner .txt .gmenu_box .gmenu li.g_contact a svg .btn-icon {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 992px) {
  .home .main_area .inner .txt .gmenu_box {
    display: none;
  }
}

@-webkit-keyframes passing-bar {
  0% {
    left: 0;
    right: auto;
    width: 0;
  }
  50% {
    left: 0;
    right: auto;
    width: 100%;
  }
  51% {
    left: auto;
    right: 0;
    width: 100%;
  }
  100% {
    left: auto;
    right: 0;
    width: 0;
  }
}

@keyframes passing-bar {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}

@-webkit-keyframes passing-txt {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes passing-txt {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.home .main_area .inner .txt .passing .passing-box {
  display: block;
}

.home .main_area .inner .txt .passing .passing-bar {
  position: relative;
  display: inline-block;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.home .main_area .inner .txt .passing .passing-bar:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: #f6f5f1;
}

.home .main_area .inner .txt .passing .passing-txt {
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  font-weight: bold;
  line-height: 1.5;
  color: #000;
  padding: 6px 15px;
  background: #f6f5f1;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.04rem;
}

@media (max-width: 992px) {
  .home .main_area .inner .txt .passing .passing-txt {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .home .main_area .inner .txt .passing .passing-txt {
    font-size: 16px;
    padding: 4px 10px;
  }
}

.home .main_area .inner .txt .passing.move .passing-bar:before {
  -webkit-animation: passing-bar 1s ease 0s 1 normal forwards;
  animation: passing-bar 1s ease 0s 1 normal forwards;
}

.home .main_area .inner .txt .passing.move .passing-txt {
  -webkit-animation: passing-txt 0s ease 0.5s 1 normal forwards;
  animation: passing-txt 0s ease 0.5s 1 normal forwards;
}

.home .t_concept {
  padding: 80px 0 0;
  position: relative;
}

@media (max-width: 992px) {
  .home .t_concept {
    padding: 60px 0 0;
  }
}

@media (max-width: 767px) {
  .home .t_concept {
    padding: 40px 0 0;
  }
}

.home .t_concept .inner {
  position: relative;
  max-width: 1400px;
  margin: 0px auto;
}

.home .t_concept .inner .concept-box {
  position: relative;
  z-index: 1;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.home .t_concept .inner figure {
  width: 45%;
}

@media (max-width: 767px) {
  .home .t_concept .inner figure {
    width: 100%;
  }
}

.home .t_concept .inner .txt {
  position: relative;
  z-index: 2;
  width: 52%;
}

@media (max-width: 767px) {
  .home .t_concept .inner .txt {
    width: 100%;
    margin-bottom: 30px;
  }
}

.home .t_concept .inner .txt dl {
  max-width: 560px;
  width: 100%;
  padding: 0px 25px;
}

@media (max-width: 767px) {
  .home .t_concept .inner .txt dl {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
  }
}

.home .t_concept .inner .txt dl .title {
  padding: 100px 0 80px;
}

@media (max-width: 992px) {
  .home .t_concept .inner .txt dl .title {
    padding: 80px 0 50px;
  }
}

@media (max-width: 767px) {
  .home .t_concept .inner .txt dl .title {
    padding: 30px 0 20px;
  }
}

.home .t_concept .inner .txt dl dt {
  font-size: 22px;
  line-height: 38px;
  /* margin-bottom: 20px; */
  font-weight: 500;
  position: relative;
  margin-bottom: 30px;
}

@media (max-width: 992px) {
  .home .t_concept .inner .txt dl dt {
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .home .t_concept .inner .txt dl dt {
    font-size: 16px;
    line-height: 25px;
  }
}

.home .t_concept .inner .txt dl dt:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  content: "";
}

.home .t_concept .inner .txt dl dd {
  font-size: 15px;
  line-height: 33px;
  letter-spacing: 0.05rem;
}

@media (max-width: 767px) {
  .home .t_concept .inner .txt dl dd {
    font-size: 14px;
    line-height: 25px;
  }
}

@media (max-width: 500px) {
  .home .t_concept .inner .txt dl dd {
    font-size: 13px;
    line-height: 22px;
  }
}

.home .t_concept .inner .img_box {
  margin-top: -40px;
}

@media (max-width: 767px) {
  .home .t_concept .inner .img_box {
    margin-top: 0px;
  }
}

.home .t_concept .inner .img_box li:first-of-type {
  padding-left: 4%;
  width: 38%;
}

@media (max-width: 500px) {
  .home .t_concept .inner .img_box li:first-of-type {
    padding-left: 5%;
    width: 80%;
  }
}

.home .t_concept .inner .img_box li:first-of-type img {
  max-width: 280px;
}

@media (max-width: 767px) {
  .home .t_concept .inner .img_box li:first-of-type img {
    max-width: 240px;
  }
}

.home .t_concept .inner .img_box li:nth-of-type(2) {
  width: 58%;
  padding-top: 30px;
}

@media (max-width: 500px) {
  .home .t_concept .inner .img_box li:nth-of-type(2) {
    width: 85%;
    margin: -13% 0 0 auto;
  }
}

.home .t_recommend .inner {
  padding-top: 110px;
  padding-bottom: 140px;
}

@media (max-width: 992px) {
  .home .t_recommend .inner {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

@media (max-width: 767px) {
  .home .t_recommend .inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.home .t_recommend .inner .title {
  text-align: center;
  margin-bottom: 70px;
}

@media (max-width: 992px) {
  .home .t_recommend .inner .title {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .home .t_recommend .inner .title {
    margin-bottom: 30px;
  }
}

.home .t_recommend .inner ul {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.home .t_recommend .inner ul li {
  width: 30%;
  margin-bottom: 60px;
}

.home .t_recommend .inner ul li a {
  display: block;
}

.home .t_recommend .inner ul li a:hover figure img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.home .t_recommend .inner ul li:nth-of-type(1), .home .t_recommend .inner ul li:nth-of-type(2) {
  width: 47%;
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .home .t_recommend .inner ul li:nth-of-type(1), .home .t_recommend .inner ul li:nth-of-type(2) {
    width: 100%;
    max-width: 520px;
    margin: 0 auto 50px;
  }
}

@media (max-width: 992px) {
  .home .t_recommend .inner ul li {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .home .t_recommend .inner ul li {
    width: 48%;
    margin-bottom: 35px;
  }
}

.home .t_recommend .inner ul li figure {
  overflow: hidden;
}

.home .t_recommend .inner ul li figure img {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.home .t_recommend .inner ul li dt {
  font-size: 17px;
  line-height: 28px;
  font-weight: bold;
  padding: 10px 0 5px;
}

@media (max-width: 767px) {
  .home .t_recommend .inner ul li dt {
    font-size: 14px;
    line-height: 22px;
  }
}

.home .t_recommend .inner ul li dd {
  font-size: 17px;
  line-height: 27px;
  text-align: left;
  letter-spacing: 0.03rem;
}

.home .t_recommend .inner ul li dd span {
  font-size: 12px;
  margin-left: 10px;
}

@media (max-width: 767px) {
  .home .t_recommend .inner ul li dd span {
    font-size: 10px;
    margin-left: 5px;
  }
}

@media (max-width: 767px) {
  .home .t_recommend .inner ul li dd {
    font-size: 14px;
    line-height: 22px;
  }
}

.home .t_recommend .inner .main_btn .btn {
  margin: 0 auto;
}

.home .t_set {
  border-top: 6px solid #fcf5f4;
}

.home .t_set .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 130px 25px 125px;
}

@media (max-width: 992px) {
  .home .t_set .inner {
    padding: 80px 25px;
  }
}

@media (max-width: 767px) {
  .home .t_set .inner {
    padding: 60px 15px;
  }
}

.home .t_set .inner > .flex_box {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.home .t_set .inner .title {
  width: 26%;
}

@media (max-width: 992px) {
  .home .t_set .inner .title {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .home .t_set .inner .title {
    width: 100%;
    margin-bottom: 30px;
  }
}

.home .t_set .inner ul {
  width: 72%;
}

@media (max-width: 767px) {
  .home .t_set .inner ul {
    width: 100%;
  }
}

.home .t_set .inner ul li {
  width: 46%;
}

.home .t_set .inner ul li a {
  display: block;
}

.home .t_set .inner ul li a:hover figure img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.home .t_set .inner ul li figure {
  overflow: hidden;
}

.home .t_set .inner ul li figure img {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.home .t_set .inner ul li dt {
  font-size: 17px;
  line-height: 28px;
  font-weight: bold;
  padding: 10px 0 5px;
}

@media (max-width: 767px) {
  .home .t_set .inner ul li dt {
    font-size: 14px;
    line-height: 22px;
  }
}

.home .t_set .inner ul li dd {
  font-size: 17px;
  line-height: 27px;
  text-align: left;
  letter-spacing: 0.03rem;
}

.home .t_set .inner ul li dd span {
  font-size: 12px;
  margin-left: 10px;
}

@media (max-width: 767px) {
  .home .t_set .inner ul li dd {
    font-size: 14px;
    line-height: 22px;
  }
}

.home .t_set .inner .btn_area {
  max-width: 400px;
}

.t_info {
  background-color: #f6f5f1;
}

.t_info .inner {
  padding-top: 140px;
  padding-bottom: 120px;
}

@media (max-width: 992px) {
  .t_info .inner {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .t_info .inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.t_info .inner > .flex_box {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.t_info .inner .title {
  width: 20%;
  margin-right: 4%;
}

@media (max-width: 992px) {
  .t_info .inner .title {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .t_info .inner .title {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.t_info .inner ul {
  width: 77%;
}

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

.t_info .inner ul li {
  border-bottom: 1px solid #dfdfdf;
}

.t_info .inner ul li:first-of-type {
  border-top: 1px solid #dfdfdf;
}

.t_info .inner ul li a {
  padding: 50px 0;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 992px) {
  .t_info .inner ul li a {
    padding: 40px 0;
  }
}

@media (max-width: 767px) {
  .t_info .inner ul li a {
    padding: 20px 0;
  }
}

.t_info .inner ul li a:hover {
  opacity: 0.4;
}

.t_info .inner ul li a dl {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.t_info .inner ul li a dl dt {
  margin-right: 40px;
  font-size: 15px;
  line-height: 38px;
}

@media (max-width: 767px) {
  .t_info .inner ul li a dl dt {
    font-size: 14px;
    line-height: 30px;
    width: 100%;
  }
}

.t_info .inner ul li a dl dd {
  font-size: 15px;
  line-height: 38px;
}

@media (max-width: 767px) {
  .t_info .inner ul li a dl dd {
    font-size: 14px;
    line-height: 30px;
    width: 100%;
  }
}

.t_info .inner .s_btn {
  display: inline-block;
  margin-top: 70px;
}

@media (max-width: 992px) {
  .t_info .inner .s_btn {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .t_info .inner .s_btn {
    margin-top: 20px;
  }
}

.t_info .inner .s_btn a {
  display: block;
  padding-bottom: 5px;
  font-size: 14px;
  border-bottom: 1px solid #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.t_info .inner .s_btn a:hover {
  border-bottom: 0px solid #000;
}

.t_info .inner .sp_s_btn {
  display: none;
}

@media (max-width: 767px) {
  .t_info .inner .sp_s_btn {
    display: inline-block;
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .t_info .inner .pc_s_btn {
    display: none;
  }
}

.t_info .inner .btn_area {
  max-width: 400px;
}

.category-news .t_info {
  background: none;
}

.category-news .t_info .inner {
  max-width: 900px;
  padding-top: 0;
  padding-bottom: 0;
}

.category-news .t_info .inner .title {
  width: 100%;
  margin-right: 0%;
}

.category-news .t_info .inner ul {
  width: 100%;
}

.category-news .t_info .inner ul li a {
  padding: 30px 0;
}

@media (max-width: 767px) {
  .category-news .t_info .inner ul li a {
    padding: 15px 0;
  }
}

.single-post {
  text-align: center;
}

.single-post .content {
  text-align: left;
}

.single-post .content .inner {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}

.single-post .content .title time {
  font-size: 13px;
  display: block;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .single-post .content .title time {
    font-size: 12px;
    margin-bottom: 10px;
  }
}

.single-post .content .title h2 {
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 25px;
  line-height: 42px;
  border-bottom: 1px solid #eee;
  position: relative;
  padding: 0 0 25px;
  margin-bottom: 25px;
}

@media (max-width: 992px) {
  .single-post .content .title h2 {
    font-size: 20px;
    line-height: 23px;
    padding: 0 0 20px;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .single-post .content .title h2 {
    font-size: 16px;
    line-height: 23px;
    padding: 0 0 15px;
    margin-bottom: 10px;
  }
}

.single-post .content .wrap p {
  margin-bottom: 30px;
  line-height: 34px;
  font-size: 16px;
}

@media (max-width: 767px) {
  .single-post .content .wrap p {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 25px;
  }
}

.single-post .content .wrap h2 {
  border-left: 3px solid #d4354b;
  font-size: 18px;
  padding: 17px 17px;
  margin: 70px 0 30px;
  line-height: 25px;
}

@media (max-width: 992px) {
  .single-post .content .wrap h2 {
    margin: 60px 0 20px;
    line-height: 25px;
    font-size: 16px;
    padding: 12px 12px;
  }
}

@media (max-width: 767px) {
  .single-post .content .wrap h2 {
    margin-top: 60px;
    font-size: 15px;
    line-height: 23px;
    padding: 12px 12px;
    margin-bottom: 10px;
  }
}

.single-post .content .wrap h2:after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
  width: 90px;
  height: 2px;
  background-color: #333;
}

@media (max-width: 767px) {
  .single-post .content .wrap h2:after {
    width: 80px;
  }
}

.single-post .content .wrap figure {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .single-post .content .wrap figure {
    margin-bottom: 20px;
  }
}

.single-post .content .wrap a {
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.single-post .content .wrap a:hover {
  text-decoration: none;
}

.t_ec {
  position: relative;
}

.t_ec::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 40%;
  background-color: #f6f5f1;
}

.t_ec .banner a {
  background-color: #f6e5e7;
  padding: 10px;
  display: block;
  height: 340px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 992px) {
  .t_ec .banner a {
    height: 300px;
  }
}

@media (max-width: 767px) {
  .t_ec .banner a {
    height: 250px;
  }
}

.t_ec .banner a:hover {
  opacity: 0.6;
}

.t_ec .banner a figure {
  width: 100%;
  height: 100%;
  background-image: url(../images/ec_banner.png);
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
}

.t_ec .banner a dl {
  background-color: #fff;
  text-align: center;
  position: absolute;
  padding: 25px 55px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 992px) {
  .t_ec .banner a dl {
    padding: 20px 40px;
  }
}

@media (max-width: 767px) {
  .t_ec .banner a dl {
    padding: 15px 30px;
  }
}

.t_ec .banner a dl dt {
  max-width: 200px;
  width: 100%;
  margin: 0 auto;
}

.t_ec .banner a dl dd {
  margin-top: 15px;
  padding-top: 13px;
  font-size: 17px;
  line-height: 25px;
  font-weight: bold;
  white-space: nowrap;
  border-top: 1px solid #d4354b;
}

@media (max-width: 767px) {
  .t_ec .banner a dl dd {
    font-size: 14px;
    line-height: 22px;
    margin-top: 10px;
    padding-top: 10px;
  }
}

.sub .t_ec {
  padding-top: 100px;
}

@media (max-width: 992px) {
  .sub .t_ec {
    padding-top: 80px;
  }
}

@media (max-width: 767px) {
  .sub .t_ec {
    padding-top: 60px;
  }
}

.sub .t_ec::before {
  content: none;
}

.shop .sec01 ul li:first-of-type {
  width: 35%;
}

@media (max-width: 767px) {
  .shop .sec01 ul li:first-of-type {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
}

.shop .sec01 ul li:first-of-type h3 {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 22px;
}

@media (max-width: 767px) {
  .shop .sec01 ul li:first-of-type h3 {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}

.shop .sec01 ul li:first-of-type .number {
  padding: 33px 0 0;
}

@media (max-width: 767px) {
  .shop .sec01 ul li:first-of-type .number {
    padding: 10px 0 0;
  }
}

.shop .sec01 ul li:first-of-type .number .fax,
.shop .sec01 ul li:first-of-type .number .tel {
  width: 100%;
  display: block;
}

@media (max-width: 767px) {
  .shop .sec01 ul li:first-of-type .number .fax,
  .shop .sec01 ul li:first-of-type .number .tel {
    width: 100%;
  }
}

.shop .sec01 ul li:first-of-type .number .fax span,
.shop .sec01 ul li:first-of-type .number .tel span {
  font-size: 20px;
  margin-right: 7px;
  font-weight: bold;
}

@media (max-width: 992px) {
  .shop .sec01 ul li:first-of-type .number .fax span,
  .shop .sec01 ul li:first-of-type .number .tel span {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .shop .sec01 ul li:first-of-type .number .fax span,
  .shop .sec01 ul li:first-of-type .number .tel span {
    font-size: 13px;
    margin-right: 8px;
  }
}

.shop .sec01 ul li:first-of-type .number .fax a,
.shop .sec01 ul li:first-of-type .number .tel a {
  font-size: 34px;
  white-space: nowrap;
  font-weight: bold;
}

@media (max-width: 1200px) {
  .shop .sec01 ul li:first-of-type .number .fax a,
  .shop .sec01 ul li:first-of-type .number .tel a {
    font-size: 30px;
  }
}

@media (max-width: 992px) {
  .shop .sec01 ul li:first-of-type .number .fax a,
  .shop .sec01 ul li:first-of-type .number .tel a {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .shop .sec01 ul li:first-of-type .number .fax a,
  .shop .sec01 ul li:first-of-type .number .tel a {
    font-size: 22px;
  }
}

.shop .sec01 ul li:first-of-type .number .tel {
  margin-bottom: 10px;
}

.shop .sec01 ul li:first-of-type .address {
  font-size: 14px;
  line-height: 30px;
}

@media (max-width: 767px) {
  .shop .sec01 ul li:first-of-type .address {
    font-size: 12px;
    line-height: 20px;
    width: 100%;
  }
}

.shop .sec01 ul li:first-of-type .address span {
  margin: 0 10px;
}

@media (max-width: 767px) {
  .shop .sec01 ul li:first-of-type .address span {
    display: none;
  }
}

.shop .sec01 ul li:first-of-type .main_btn .btn {
  max-width: 100%;
  margin: 50px auto 0;
}

@media (max-width: 767px) {
  .shop .sec01 ul li:first-of-type .main_btn .btn {
    max-width: 410px;
    margin: 20px auto 0;
  }
}

.shop .sec01 ul li:first-of-type .main_btn .btn a {
  padding: 25px 0;
}

@media (max-width: 767px) {
  .shop .sec01 ul li:first-of-type .main_btn .btn a {
    padding: 20px 0;
  }
}

.shop .sec01 ul li:nth-of-type(2) {
  width: 59%;
}

@media (max-width: 767px) {
  .shop .sec01 ul li:nth-of-type(2) {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}

.shop .g_map {
  padding: 100px 0 0px;
}

@media (max-width: 992px) {
  .shop .g_map {
    padding: 80px 0 0px;
  }
}

@media (max-width: 767px) {
  .shop .g_map {
    padding: 60px 0 0;
  }
}

.shop .g_map iframe {
  width: 100%;
  height: 480px;
}

@media (max-width: 992px) {
  .shop .g_map iframe {
    height: 400px;
  }
}

@media (max-width: 767px) {
  .shop .g_map iframe {
    height: 350px;
  }
}

.wp-page {
  margin-top: 80px;
}

@media (max-width: 767px) {
  .wp-page {
    margin-top: 60px;
  }
}

.wp-pagenavi {
  margin: 80px 0 0px;
  text-align: left;
}

@media (max-width: 767px) {
  .wp-pagenavi {
    margin: 50px 0 0px;
  }
}

@media (max-width: 500px) {
  .wp-pagenavi {
    margin: 30px 0 0px;
  }
}

.wp-pagenavi span {
  border: 1px solid #d4354b !important;
  font-size: 13px;
  padding: 10px 15px !important;
  margin: 30px 10px 0 0 !important;
  text-decoration: none;
}

@media (max-width: 500px) {
  .wp-pagenavi span {
    font-size: 11px;
    padding: 10px 12px !important;
    margin: 20px 5px 0 0 !important;
  }
}

.wp-pagenavi a {
  border: 1px solid #d4354b !important;
  font-size: 13px;
  padding: 10px 15px !important;
  margin: 30px 10px 0 0 !important;
  text-decoration: none;
  color: #d4354b;
}

@media (max-width: 500px) {
  .wp-pagenavi a {
    font-size: 11px;
    padding: 10px 12px !important;
    margin: 20px 5px 0 0 !important;
  }
}

.wp-pagenavi a:hover {
  background-color: #d4354b;
  color: #fff;
  text-decoration: none;
}

.wp-pagenavi span.current {
  font-weight: normal !important;
  background-color: #d4354b;
  color: #fff;
}

.wp-pagenavi .pages {
  display: none;
}

.contact .mw_wp_form_complete {
  text-align: center;
  font-size: 16px;
  line-height: 23px;
}

@media (max-width: 767px) {
  .contact .mw_wp_form_complete {
    font-size: 14px;
    line-height: 22px;
  }
}

.contact .sub-form dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  border-top: none;
}

.contact .sub-form dl dt {
  width: 28%;
  padding: 35px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 1px solid #ececec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact .sub-form dl dt:last-of-type {
  border-bottom: 1px solid #ececec;
}

@media (max-width: 767px) {
  .contact .sub-form dl dt:last-of-type {
    border: 0;
  }
}

@media (max-width: 992px) {
  .contact .sub-form dl dt {
    width: 27%;
    padding: 40px 10px;
  }
}

@media (max-width: 767px) {
  .contact .sub-form dl dt {
    width: 100%;
    padding: 15px 0px 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.contact .sub-form dl dt h2 {
  font-size: 15px;
  font-weight: bold;
}

@media (max-width: 992px) {
  .contact .sub-form dl dt h2 {
    font-size: 14px;
  }
}

.contact .sub-form dl dt h3 {
  font-size: 12px;
  color: #ffffff;
  border-radius: 2px;
  background-color: #d4354b;
  padding: 6px 10px;
}

@media (max-width: 992px) {
  .contact .sub-form dl dt h3 {
    font-size: 11px;
    padding: 5px 8px;
  }
}

@media (max-width: 767px) {
  .contact .sub-form dl dt h3 {
    font-size: 10px;
    padding: 5px 8px;
    margin-left: 10px;
  }
}

.contact .sub-form dl dd {
  padding: 25px 0 20px 25px;
  margin: 0;
  width: 72%;
  border-top: 1px solid #ececec;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact .sub-form dl dd:last-of-type {
  border-bottom: 1px solid #ececec;
}

@media (max-width: 767px) {
  .contact .sub-form dl dd {
    width: 100%;
    padding: 10px 0 20px;
    border-top: 0;
  }
}

.contact .sub-form dl dd ul {
  width: 100%;
}

.contact .sub-form dl dd ul li p {
  margin-right: 10px;
  font-size: 15px;
  display: inline;
}

.contact .sub-form dl dd input {
  width: 100%;
  outline: none;
  padding: 25px;
  font-size: 16px;
  background-color: #f7f5f3;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contact .sub-form dl dd input::-webkit-input-placeholder {
  color: #ccc;
}

.contact .sub-form dl dd input:-ms-input-placeholder {
  color: #ccc;
}

.contact .sub-form dl dd input::-ms-input-placeholder {
  color: #ccc;
}

.contact .sub-form dl dd input::placeholder {
  color: #ccc;
}

@media (max-width: 767px) {
  .contact .sub-form dl dd input::-webkit-input-placeholder {
    font-size: 14px;
  }
  .contact .sub-form dl dd input:-ms-input-placeholder {
    font-size: 14px;
  }
  .contact .sub-form dl dd input::-ms-input-placeholder {
    font-size: 14px;
  }
  .contact .sub-form dl dd input::placeholder {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .contact .sub-form dl dd input {
    padding: 15px;
  }
}

.contact .sub-form dl dd .num {
  width: 150px;
}

.contact .sub-form dl dd .address {
  width: 90%;
}

.contact .sub-form dl dd textarea {
  width: 100%;
  height: 200px;
  border: none;
  outline: none;
  padding: 25px;
  font-size: 16px;
  background-color: #f7f5f3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contact .sub-form dl dd > div {
  width: 100%;
}

.contact .sub-form dl dd .mt {
  margin-top: 10px;
}

.contact .sub-form .wpcf7-box {
  text-align: center;
  margin: 0 auto;
}

.contact .sub-form button[type="submit"] {
  display: block;
  background-color: #d4354b;
  border: 1px solid #d4354b;
  color: #fff;
  width: 340px;
  text-align: center;
  padding: 20px 0;
  margin: 30px auto 0;
  font-size: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.contact .sub-form button[type="submit"]:hover {
  background-color: #fff;
  color: #d4354b;
  cursor: pointer;
}

.contact .sub-form .submit-area {
  text-align: center;
}

.contact .sub-form .submit-area li {
  display: inline-block;
  margin: 0 10px;
}

.contact .sub-form .error {
  display: block;
  font-size: 14px;
  text-align: left;
  margin-top: 5px;
}

.error404 .notfound {
  text-align: center;
  padding: 210px 0 100px;
}

.error404 .notfound p {
  font-size: 23px;
  padding-bottom: 50px;
}

.error404 .notfound a {
  padding: 10px 20px;
  font-size: 14px;
  color: #fff;
  border: 1px solid #d4354b;
  background-color: #d4354b;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.error404 .notfound a:hover {
  color: #d4354b;
  background-color: #fff;
  font-weight: bold;
}

.error404 header h1 .st0 {
  fill: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (max-width: 767px) {
  .error404 .notfound {
    padding: 130px 0 70px;
  }
  .error404 .notfound p {
    font-size: 17px;
    padding-bottom: 35px;
  }
  .error404 .notfound a {
    padding: 8px;
    font-size: 12px;
  }
}

.grecaptcha-badge {
  opacity: 0;
  visibility: hidden;
}
/*# sourceMappingURL=style.css.map */