@charset "UTF-8";
/*
Theme Name:ムスビガーデン
Description:
Theme URI: 
Author: HIRAKU WADA (mallet DESIGN)
Author URI: https://mallet-design.com
Version: 
License: 
License URI: 
*/
/* 1.0 Document Setup
--------------------------------------------------------------*/
/*===================================================
     0.CSS Reset / YUI 3.5.0 - reset.css
===================================================*/
/**
 * YUI 3.5.0 - reset.css (http://developer.yahoo.com/yui/3/cssreset/)
 * http://cssreset.com
 * Copyright 2012 Yahoo! Inc. All rights reserved.
 * http://yuilibrary.com/license/
 */
/*
	TODO will need to remove settings on HTML since we can't namespace it.
	TODO with the prefix, should I group by selector or property for weight savings?
*/
html {
  color: #333;
  font-size: 62.5%;
}

/*
	TODO remove settings on BODY since we can't namespace it.
*/
/*
	TODO test putting a class on HEAD.
		- Fails on FF.
*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

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

fieldset,
img {
  border: 0;
}

/*
	TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

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

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

/* to preserve line-height and selector appearance */
sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*to enable resizing for IE*/
input,
textarea,
select {
  *font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssreset {
  display: none;
}

.clearfix {
  width: 100%;
}

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

/*===================================================
     Font
===================================================*/
h1, h2 {
  font-size: 3.6rem !important;
  font-size: clamp(2rem, 3vw, 3.6rem) !important;
  min-height: 0vw;
}

/*===================================================
     Color
===================================================*/
/* -----------------------------------------------------------------
    media query
----------------------------------------------------------------- */
/*===================================================
    1.	Document Setup
===================================================*/
body {
  font-size: 1.6rem !important;
  font-size: clamp(1.1rem, 1.8vw, 1.6rem) !important;
  min-height: 0vw;
  color: #333 !important;
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.8 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #faf9e2;
  opacity: 1;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  /*&:after{
  	content: '';
  	position: fixed;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
  	background: $bg-color;
  	z-index: 9999;
  	pointer-events: none;
  	opacity: 0;
  	-webkit-transition: opacity .5s ease; 
  	transition: opacity .5s ease;
   	}*/
}
body.fade-out {
  opacity: 0;
  /*&:after{
  	opacity: 1;
  }*/
}

.t8px {
  font-size: 0.8em;
}

.t9px {
  font-size: 0.9em;
}

.t11px {
  font-size: 1.1em;
}

.t12px {
  font-size: 1.2em;
}

.t13px {
  font-size: 1.3em;
}

.t14px {
  font-size: 1.4em;
}

.t15px {
  font-size: 1.5em;
}

.t16px {
  font-size: 1.6em;
}

.t17px {
  font-size: 1.7em;
}

.t18px {
  font-size: 1.8em;
}

.t19px {
  font-size: 1.9em;
}

.t20px {
  font-size: 2em;
}

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

.ta_right {
  text-align: right;
}

.wrapper {
  width: 100%;
  overflow: hidden;
}

input {
  cursor: pointer;
}

/*for Webkit*/
input::-webkit-input-placeholder {
  color: #000;
}

/*for Firefox*/
input:-moz-placeholder {
  color: #000;
}

a {
  text-decoration: none;
  color: #333 !important;
  cursor: pointer;
}

a:hover {
  /*filter: alpha(opacity=60);
  -moz-opacity:0.6;
  opacity:0.6;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;*/
  border: none !important;
  text-decoration: none !important;
}

#wpadminbar a {
  color: #fff !important;
}

input:focus {
  outline: none;
}

select::-ms-expand {
  display: none;
}

.center {
  text-align: center;
}

.object-fit-img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover; object-position: top;";
}

.fade_off {
  opacity: 0;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}

.fade_on {
  opacity: 1;
}

/*===================================================
     Utility
===================================================*/
/* padding-top
-------------------------------------------------- */
.pt0 {
  padding-top: 0px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pt100 {
  padding-top: 100px !important;
}

/* padding-bottom
-------------------------------------------------- */
.pb0 {
  padding-bottom: 0px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

/* padding-Left
-------------------------------------------------- */
.pl10 {
  padding-left: 10px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pl60px {
  padding-left: 60px !important;
}

/* padding-Right
-------------------------------------------------- */
.pr10 {
  padding-right: 10px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr50 {
  padding-right: 50px !important;
}

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

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

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.u-df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.u-dfc {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.u-dfsb {
  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: wrap;
      flex-wrap: wrap;
}

/* pc   --------------------------------*/
@media screen and (min-width: 992px) {
  .sp {
    display: none !important;
  }
}
/* sp   --------------------------------*/
@media screen and (max-width: 991px) {
  .pc {
    display: none !important;
  }
}
/* edge   --------------------------------*/
@supports (-ms-ime-align: auto) {
  /* Edge のみ適用される */
  body {
    -webkit-font-feature-settings: "pkna";
            font-feature-settings: "pkna";
  }
}
/*  -------------------------------------
	Slick
  -------------------------------------*/
.slick-next:before {
  content: "" !important;
  background: url(assets/img/icon/icon_next.svg) no-repeat;
  background-size: contain;
  width: 15px;
  height: 30px;
  display: block;
}
@media only screen and (max-width:768px) {
  .slick-next:before {
    width: 10px;
    height: 20px;
  }
}
@media only screen and (max-width:768px) {
  .slick-next {
    right: -20px !important;
  }
}

.slick-prev:before {
  content: "" !important;
  background: url(assets/img/icon/icon_prev.svg) no-repeat;
  background-size: contain;
  width: 15px;
  height: 30px;
  display: block;
}
@media only screen and (max-width:768px) {
  .slick-prev:before {
    width: 10px;
    height: 20px;
  }
}
@media only screen and (max-width:768px) {
  .slick-prev {
    left: -10px !important;
  }
}

.single .slider-nav .slick-list, .page .slider-nav .slick-list {
  padding: 0 !important;
  margin-top: 1em;
}
.single .slider-nav .slick-slide, .page .slider-nav .slick-slide {
  padding: 0 0.5em;
}

/*  -------------------------------------
	タブ実装
  -------------------------------------*/
@-webkit-keyframes fadeIn {
  0% {
    -webkit-opacity: 0;
    opacity: 0;
  }
  100% {
    -webkit-opacity: 1;
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.tab_box .btn_area {
  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;
}
@media only screen and (max-width:991px) {
  .tab_box .btn_area {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.tab_box .btn_area .tab_btn {
  text-align: center;
  cursor: pointer;
  font-weight: 500;
  color: #000;
  margin: 0 0 20px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  min-height: 0vw;
  line-height: 1.4em;
  letter-spacing: 0.05em;
  padding-bottom: 10px;
  margin: 0 0.5em 1em;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media only screen and (max-width:1200px) {
  .tab_box .btn_area .tab_btn {
    font-size: clamp(1.2rem, 2vw, 1.5rem);
  }
}
@media only screen and (max-width:991px) {
  .tab_box .btn_area .tab_btn {
    font-size: clamp(1.2rem, 2vw, 1.4rem);
    margin: 0 0.25em 1em;
  }
}
.tab_box .btn_area .tab_btn.active {
  -webkit-animation: fadeIn 0.3s ease-in-out;
          animation: fadeIn 0.3s ease-in-out;
  color: #000;
}
.tab_box .btn_area .tab_btn:hover {
  color: #000;
}
.tab_box .tab_panel {
  display: none;
}
.tab_box .tab_panel.active {
  display: block;
  -webkit-animation: fadeIn 0.8s ease-in-out;
          animation: fadeIn 0.8s ease-in-out;
}
.tab_box .tab_panel.active p.lead {
  font-size: clamp(1.3rem, 2vw, 1.8rem) !important;
  min-height: 0vw;
  font-weight: 700;
}
.tab_box .panel_area .p-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tab_box .panel_area .p-article__contents {
  -ms-flex-preferred-size: 31.3%;
      flex-basis: 31.3%;
  max-width: 31.3%;
  margin: 0 0 3%;
}
.tab_box .panel_area .p-article__contents a {
  position: relative;
  display: block;
}
.tab_box .panel_area .p-article__contents a:before {
  content: "";
  display: none;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
}
.tab_box .panel_area .p-article__detail {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 30px;
  font-size: 1.875rem;
  color: #fff;
  opacity: 0;
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
  z-index: 2;
  width: 90%;
  text-align: center;
}
@media only screen and (max-width:1200px) {
  .tab_box .panel_area .p-article__detail {
    position: static;
    color: #000;
    width: 100%;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    padding: 0.5em 0;
  }
}
.tab_box .panel_area .p-article__contents a {
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
.tab_box .panel_area .p-article__contents a:hover {
  opacity: 1;
}
.tab_box .panel_area .p-article__contents a:hover:before {
  opacity: 0.3;
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
  z-index: 1;
}
.tab_box .panel_area .p-article__contents a:hover .p-article__detail {
  opacity: 1;
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.tab_box .panel_area {
  /* border: solid 1px #e3ebf3;
   padding: 20px;*/
}

/*  -------------------------------------
	BlockRevealers
  -------------------------------------*/
.content__image {
  width: 100%;
  display: block;
}

.content__image-wrap--half {
  width: 50vw;
}

.block-revealer__element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  pointer-events: none;
  opacity: 0;
  z-index: 5;
}

.content__title__inner, .block-revealer__content {
  opacity: 0;
}

.block-revealer {
  opacity: 1;
}

/*  -------------------------------------
	search
  -------------------------------------*/
.search-wrap {
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  z-index: 103;
}
.search-wrap #form {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0;
  width: 360px;
  /*-webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width:480px) {
  .search-wrap #form {
    width: 70%;
    top: 40%;
  }
}
.search-wrap #form ::-webkit-input-placeholder {
  color: #999;
}
.search-wrap #form ::-moz-placeholder {
  color: #999;
}
.search-wrap #form :-ms-input-placeholder {
  color: #999;
}
.search-wrap #form ::-ms-input-placeholder {
  color: #999;
}
.search-wrap #form ::placeholder {
  color: #999;
}
.search-wrap #form input {
  padding: 0 0.5em;
  width: 80%;
  background: none;
  border: none;
  border-bottom: 1px solid #cfcdc0;
}
.search-wrap #form button {
  background: none;
  border: none;
}
.search-wrap #form #s-btn img {
  width: 16px;
  height: 16px;
}
.search-wrap #search-close {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  bottom: 30px;
  cursor: pointer;
  border: none;
  border-radius: 20px;
  padding: 0 20px;
  font-family: "Jost", sans-serif;
}
@media only screen and (max-width:480px) {
  .search-wrap #search-close {
    font-size: 12px;
  }
}
@media only screen and (max-width:480px) {
  .search-wrap {
    margin-top: 0;
  }
}
.search-wrap.open {
  opacity: 1;
  visibility: visible;
  height: 30%;
}
.search-wrap.open #search-close {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  bottom: 30px;
  cursor: pointer;
  border: none;
  border-radius: 20px;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #a2a197;
}
.search-wrap.open #search-close:after {
  content: "×";
  margin-left: 0.5em;
}
@media only screen and (max-width:480px) {
  .search-wrap.open #search-close {
    font-size: 12px;
  }
}
.search-wrap.open #form {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0;
  width: 360px;
  /*-webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width:480px) {
  .search-wrap.open #form {
    width: 70%;
    top: 40%;
  }
}
.search-wrap.open #form ::-webkit-input-placeholder {
  color: #999;
}
.search-wrap.open #form ::-moz-placeholder {
  color: #999;
}
.search-wrap.open #form :-ms-input-placeholder {
  color: #999;
}
.search-wrap.open #form ::-ms-input-placeholder {
  color: #999;
}
.search-wrap.open #form ::placeholder {
  color: #999;
}
.search-wrap.open #form input {
  padding: 0 0.5em;
  width: 80%;
}
.search-wrap.open #form button {
  background: none;
  border: none;
}
.search-wrap.open #form #s-btn img {
  width: 16px;
  height: 16px;
}

/*  -------------------------------------
	wp-pagenavi
  -------------------------------------*/
.wp-pagenavi, .all-page-pager {
  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;
  margin: 60px 0 0;
}
@media only screen and (max-width:687px) {
  .wp-pagenavi, .all-page-pager {
    margin: 45px 0 0;
  }
}
.wp-pagenavi .current, .wp-pagenavi a:hover, .all-page-pager .current, .all-page-pager a:hover {
  background: rgba(148, 180, 65, 0.3);
  font-weight: 400;
}
.wp-pagenavi span, .wp-pagenavi a, .all-page-pager span, .all-page-pager a {
  font-family: "Jost", sans-serif;
  width: auto;
  height: 30px;
  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;
  margin-right: 1em;
  color: #3b7747 !important;
}
@media only screen and (max-width:768px) {
  .wp-pagenavi span, .wp-pagenavi a, .all-page-pager span, .all-page-pager a {
    font-size: 11px;
    width: 20px;
    height: 20px;
  }
}
.wp-pagenavi a.nextpostslink, .all-page-pager a.nextpostslink {
  margin-right: 0;
}

.all-page-pager span.page-numbers {
  width: 30px;
  height: 30px;
  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;
  margin-right: 1em;
}
@media only screen and (max-width:768px) {
  .all-page-pager span.page-numbers {
    font-size: 12px;
  }
}

/*  -------------------------------------
	グーテンベルク　投稿スタイル
  -------------------------------------*/
body .is-layout-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body .is-layout-flex figure {
  margin: 0 1em;
}

body .is-layout-flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wp-container-1.wp-container-1, .wp-container-2.wp-container-2 {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

body .is-layout-flex > * {
  margin: 0;
}

/*  -------------------------------------
	タイトル文字アニメーション
  -------------------------------------*/
.text {
  overflow: hidden;
  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;
}

.text.is-active {
  --y: 0;
}

.char {
  display: inline-block;
  -webkit-transform: translateY(var(--y, 110%));
          transform: translateY(var(--y, 110%));
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition-delay: calc(0.06s * var(--char-index));
          transition-delay: calc(0.06s * var(--char-index));
}

/*  -------------------------------------
	パンクズ
  -------------------------------------*/
.p-pankuzu.content {
  padding: 60px 0;
}
@media only screen and (max-width:768px) {
  .p-pankuzu.content {
    padding: 30px 0;
  }
}

/*  -------------------------------------
	デイトピッカー
  -------------------------------------*/
div#ui-datepicker-div {
  margin-top: -300px;
}
@media only screen and (max-width:768px) {
  div#ui-datepicker-div {
    margin-top: -150px;
  }
}

/* 2.0 structure
--------------------------------------------------------------*/
/*  -------------------------------------
	Wrapper 
  -------------------------------------*/
.wrapper {
  position: relative;
}
@media only screen and (max-width:1200px) {
  .wrapper {
    padding-top: 0px;
  }
}

/*  -------------------------------------
	Header 
  -------------------------------------*/
.l-header {
  width: 100%;
  position: fixed;
  z-index: 2;
  background: #faf9e2;
}
.l-header__inner {
  position: relative;
  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;
  padding: 30px;
}
@media only screen and (max-width:812px) {
  .l-header__inner {
    padding: 15px;
  }
}
@media only screen and (max-width:480px) {
  .l-header__inner {
    padding: 15px;
  }
}
.l-header__logo {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-header__logo:hover {
  opacity: 0.6;
}
.l-header__logo img {
  width: 280px;
  height: auto;
  display: inline-block;
  -webkit-transition: all 500ms 0s ease-in;
  transition: all 500ms 0s ease-in;
  line-height: 1em;
}
@media only screen and (max-width:1360px) {
  .l-header__logo img {
    width: 250px;
  }
}
@media only screen and (max-width:1200px) {
  .l-header__logo img {
    width: 200px;
  }
}
@media only screen and (max-width:480px) {
  .l-header__logo img {
    width: 200px;
  }
}
.l-header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width:969px) {
  .l-header__nav {
    display: none;
  }
}

nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 23px 0;
}
@media only screen and (max-width:1200px) {
  nav ul {
    padding: 18px 0;
  }
}
nav ul ul {
  display: block;
}
nav ul li {
  font-size: 2rem;
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  min-height: 0vw;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin: 0 1.5em;
  line-height: 1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media only screen and (max-width:1360px) {
  nav ul li {
    font-size: clamp(1.2rem, 2vw, 1.6rem);
  }
}
@media only screen and (max-width:1200px) {
  nav ul li {
    font-size: clamp(1.2rem, 2vw, 1.5rem);
    letter-spacing: 0.01em;
    margin: 0 1em;
  }
}
nav ul li a {
  position: relative;
  color: #1d4565 !important;
}
nav ul li a:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 0%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 1px;
  background: #94b341;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
nav ul li a:hover:after {
  width: 100%;
}
@media only screen and (max-width:991px) {
  nav ul li a:hover:after {
    display: none;
  }
}
nav ul li.menu-parent-item > a:before {
  content: "";
  position: absolute;
  right: -12px;
  top: 50%;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #94b341;
  border-right: 1px solid #94b341;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media only screen and (max-width:991px) {
  nav ul li.menu-parent-item > a:before {
    right: 2px;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
}
nav ul li.menu-parent-item.active > a:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media only screen and (max-width:812px) {
  nav ul li.menu-parent-item.active ul li {
    opacity: 1;
  }
}
nav ul li.menu-parent-item img {
  max-width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  vertical-align: bottom;
  border-radius: 10px;
}
nav ul li.menu-parent-item img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  opacity: 0.8;
}
@media only screen and (max-width:768px) {
  nav ul li.menu-parent-item img {
    aspect-ratio: 16/9;
  }
}
nav ul li.menu-parent-item dt {
  overflow: hidden;
  margin: 0 0 10px 0;
  border-radius: 10px;
}
nav ul li.menu-parent-item dd {
  font-size: clamp(1.1rem, 2vw, 1.6rem);
  min-height: 0vw;
}
nav ul li.menu-parent-item ul {
  position: absolute;
  left: 5%;
  top: 124px;
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /*形状を指定*/
  background: #f1ecd3;
  padding: 2% 1% 0;
  width: 90%;
  /*はじめは非表示*/
  visibility: hidden;
  opacity: 0;
  /*アニメーション設定*/
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width:991px) {
  nav ul li.menu-parent-item ul {
    width: 100%;
    left: 0;
  }
}
@media only screen and (max-width:812px) {
  nav ul li.menu-parent-item ul {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    visibility: visible;
    /*JSで制御するため一旦表示*/
    opacity: 1;
    /*JSで制御するため一旦表示*/
    overflow: hidden;
    display: none;
    /*JSのslidetoggleで表示させるため非表示に*/
    -webkit-transition: none;
    transition: none;
    /*JSで制御するためCSSのアニメーションを切る*/
  }
}
nav ul li.menu-parent-item ul li {
  width: 23%;
  margin: 0 1% 1%;
  text-align: center;
}
@media only screen and (max-width:991px) {
  nav ul li.menu-parent-item ul li {
    padding: 1% 0;
  }
}
@media only screen and (max-width:812px) {
  nav ul li.menu-parent-item ul li {
    width: 100%;
    text-align: left;
    padding: 1.5% 0;
    -webkit-animation-delay: 0;
            animation-delay: 0;
    -webkit-animation: none !important;
            animation: none !important;
  }
  nav ul li.menu-parent-item ul li:last-child {
    padding-bottom: 3%;
  }
}
@media only screen and (max-width:768px) {
  nav ul li.menu-parent-item ul li {
    padding: 1% 0;
    margin: 0;
  }
}
nav ul li.menu-parent-item ul li a {
  color: #fff;
}
nav ul li.menu-parent-item ul li a:hover:after, nav ul li.menu-parent-item ul li a:active:after {
  display: none;
}
@media only screen and (max-width:812px) {
  nav ul li.menu-parent-item ul li a {
    padding: 0;
  }
}
@media only screen and (max-width:991px) {
  nav ul li.menu-parent-item ul li dl {
    margin: 0;
  }
}
@media only screen and (max-width:812px) {
  nav ul li.menu-parent-item ul li dl {
    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;
    margin: 0;
  }
}
@media only screen and (max-width:812px) {
  nav ul li.menu-parent-item ul li dl dt {
    width: 25%;
    height: auto;
    margin: 0;
  }
}
@media only screen and (max-width:768px) {
  nav ul li.menu-parent-item ul li dl dt {
    width: 20%;
    border-radius: 5px;
  }
  nav ul li.menu-parent-item ul li dl dt img {
    border-radius: 5px;
  }
}
@media only screen and (max-width:991px) {
  nav ul li.menu-parent-item ul li dl dd {
    font-size: clamp(1.1rem, 2vw, 1.4rem);
    text-align: center;
  }
}
@media only screen and (max-width:812px) {
  nav ul li.menu-parent-item ul li dl dd {
    width: 70%;
  }
}
@media only screen and (max-width:480px) {
  nav ul li.menu-parent-item ul li dl dd {
    width: 80%;
  }
}
nav ul li.menu-parent-item ul li dl dd span {
  font-size: 80%;
  display: inline-block;
  width: 100%;
}
nav ul li.menu-parent-item:hover > ul {
  visibility: visible;
  opacity: 1;
}

body.sticky .button_container {
  -webkit-animation-name: fadeDownAnime;
          animation-name: fadeDownAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 1;
  z-index: 100;
}
body.sticky .l-header {
  -webkit-animation-name: fadeDownAnime;
          animation-name: fadeDownAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
  position: fixed;
  z-index: 1;
}
@media only screen and (max-width:812px) {
  body.sticky .l-header {
    -webkit-animation: inherit;
            animation: inherit;
    opacity: 1;
  }
}
@media only screen and (max-width:768px) {
  body.sticky .l-header {
    height: 75px;
  }
}
body.sticky .l-header__menu {
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
body.sticky .l-header nav {
  -webkit-animation-name: fadeInLogo;
          animation-name: fadeInLogo;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 1;
}

@-webkit-keyframes fadeDownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInLogo {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInLogo {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*  -------------------------------------
	sidebar
  -------------------------------------*/
.l-sidebar {
  margin-right: 30px;
}
@media only screen and (max-width:991px) {
  .l-sidebar {
    margin: 90px 0 0;
  }
}
@media only screen and (max-width:768px) {
  .l-sidebar {
    margin-top: 60px;
  }
}
@media only screen and (max-width:480px) {
  .l-sidebar {
    margin-top: 45px;
  }
}
.l-sidebar .widget {
  margin-bottom: 90px;
}
@media only screen and (max-width:991px) {
  .l-sidebar .widget:last-of-type {
    margin-bottom: 0;
  }
}
@media only screen and (max-width:768px) {
  .l-sidebar .widget {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width:480px) {
  .l-sidebar .widget {
    margin-bottom: 45px;
  }
}
.l-sidebar .widget h3 {
  font-size: clamp(1.5rem, 2vw, 2.1rem);
  min-height: 0vw;
  font-weight: 700;
  padding: 0 0 15px;
  margin: 0 0 15px;
  line-height: 1.6em;
  border-bottom: 1px solid #ccc;
}
.l-sidebar .widget ul li {
  margin: 0 0 0.5em;
}
.l-sidebar .widget ul li:last-child {
  margin-bottom: 0;
}

/*  -------------------------------------
	Footer
  -------------------------------------*/
.l-footer a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-footer a:hover {
  opacity: 0.6;
}
.l-footer .container {
  padding-top: 45px;
}
@media only screen and (max-width:812px) {
  .l-footer .container {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width:480px) {
  .l-footer .container {
    padding-top: 0px;
  }
}
@media only screen and (max-width:480px) {
  .l-footer .container .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.l-footer.content {
  padding: 0 !important;
}
@media only screen and (max-width:812px) {
  .l-footer.content {
    padding: 45px 0 30px;
  }
}
.l-footer__logo img {
  width: 300px;
  height: auto;
  margin: 0 0 30px;
}
@media only screen and (max-width:1200px) {
  .l-footer__logo img {
    width: 240px;
  }
}
@media only screen and (max-width:991px) {
  .l-footer__logo img {
    width: 220px;
  }
}
@media only screen and (max-width:768px) {
  .l-footer__logo img {
    width: 200px;
    margin: 0 0 15px;
  }
}
.l-footer__insta img {
  width: 30px;
}
.l-footer__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  text-align: center;
}
@media only screen and (max-width:812px) {
  .l-footer__nav ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.l-footer__nav ul li {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -ms-flex-preferred-size: 16.5%;
      flex-basis: 16.5%;
  max-width: 16.5%;
  font-weight: 500;
  font-size: clamp(1.2rem, 1.5vw, 1.5rem);
  min-height: 0vw;
  letter-spacing: 0.01em;
  margin: 0 0 1.5em;
  padding: 0;
  text-align: left;
}
@media only screen and (max-width:1200px) {
  .l-footer__nav ul li {
    -ms-flex-preferred-size: 31.3%;
        flex-basis: 31.3%;
    max-width: 31.3%;
  }
}
@media only screen and (max-width:812px) {
  .l-footer__nav ul li {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    max-width: 48%;
  }
}
@media only screen and (max-width:812px) {
  .l-footer__nav ul li {
    text-align: left;
  }
}
@media only screen and (max-width:767px) {
  .l-footer__nav ul li {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}
.l-footer__nav ul li a {
  color: #1d4565 !important;
}
@media only screen and (max-width:687px) {
  .l-footer__nav ul li a {
    padding: 0;
    border: none;
  }
}
.l-footer__nav ul li a:after {
  content: none;
}
.l-footer__nav ul li a.link {
  position: relative;
  display: inline-block;
}
.l-footer__nav ul li a.link:after {
  content: "";
  background: url(assets/img/icon/icon_link.svg) no-repeat;
  background-size: contain;
  display: block;
  width: 16px;
  height: 12px;
  position: absolute;
  right: -1.5em;
  left: auto;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.l-footer__nav ul li span {
  border-bottom: 1px solid #1d4565;
  display: block;
  width: 90%;
  padding-bottom: 0.75em;
}
@media only screen and (max-width:768px) {
  .l-footer__nav ul li span {
    width: 100%;
  }
}
.l-footer__nav ul li ul {
  display: block;
  padding: 1em 0;
}
@media only screen and (max-width:767px) {
  .l-footer__nav ul li ul {
    padding: 1em 0 0;
  }
}
.l-footer__nav ul li ul li {
  max-width: 90%;
  line-height: 1.4em;
  margin-bottom: 1.2em;
  font-weight: 400;
  font-size: 1.3rem;
  font-size: clamp(1rem, 2vw, 1.3rem);
  min-height: 0vw;
  position: relative;
  border: none;
}
@media only screen and (max-width:767px) {
  .l-footer__nav ul li ul li:last-child {
    margin-bottom: 0;
  }
}
.l-footer__nav ul li ul.sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width:991px) {
  .l-footer__nav ul li ul.sns li {
    max-width: 30px;
    margin-right: 0.5em;
  }
}
.l-footer__nav ul li ul.sns li img {
  width: 30px;
}
.l-footer__end {
  padding: 0;
  margin: 0 0 45px;
  position: relative;
}
@media only screen and (max-width:768px) {
  .l-footer__end {
    margin: 1.5em 0 0;
    padding-top: 0;
  }
}
.l-footer__end .l-footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width:768px) {
  .l-footer__end .l-footer__content {
    display: block;
  }
}
.l-footer__subnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  margin: 0;
}
@media only screen and (max-width:812px) {
  .l-footer__subnav {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media only screen and (max-width:768px) {
  .l-footer__subnav {
    margin-bottom: 30px;
  }
}
.l-footer__subnav li {
  font-weight: 500;
  font-size: clamp(1.0rem, 1.5vw, 1.4rem);
  min-height: 0vw;
  margin: 0 2em 0 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media only screen and (max-width:812px) {
  .l-footer__subnav li {
    margin: 0 2em 0 0;
  }
}
.l-footer__subnav li:last-child {
  margin-right: 0;
}
.l-footer__subnav li a {
  color: #1d4565 !important;
}
.l-footer__copyright p {
  font-family: "Jost", sans-serif;
  font-size: clamp(1.0rem, 2vw, 1.2rem);
  min-height: 0vw;
  font-weight: 400;
  color: #1d4565;
  text-align: center;
}
@media only screen and (max-width:768px) {
  .l-footer__copyright p {
    text-align: left;
    padding-bottom: 1.5em;
  }
}

/* 3.0 section
--------------------------------------------------------------*/
/* 4.0 contents
--------------------------------------------------------------*/
/*  -------------------------------------
	Content
  -------------------------------------*/
.content {
  padding: 90px 0;
}
@media only screen and (max-width:1200px) {
  .content {
    padding: 90px 0;
  }
}
@media only screen and (max-width:768px) {
  .content {
    padding: 60px 0;
  }
}
@media only screen and (max-width:480px) {
  .content {
    padding: 45px 0;
  }
}
.content .c-title {
  font-weight: 700;
  text-align: center;
  color: #1d4565;
  margin: 0 0 30px;
  font-size: clamp(2.4rem, 3vw, 4.5rem) !important;
  min-height: 0vw;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.4em;
}
.content .c-title span.sub-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  display: block;
  font-size: 40%;
  font-weight: 400;
  margin: 0.5em 0 0;
}
@media only screen and (max-width:480px) {
  .content .c-title {
    margin: 0 0 20px;
  }
}
.content p.c-sub_title {
  margin: 0 0 60px;
  font-family: "Jost", sans-serif;
  color: #94b341;
  font-weight: 500;
  font-size: clamp(1.4rem, 2vw, 2.1rem);
  min-height: 0vw;
}
@media only screen and (max-width:1200px) {
  .content p.c-sub_title {
    margin: 0 0 30px;
  }
}
@media only screen and (max-width:768px) {
  .content p.c-sub_title {
    margin: 0 0 10px;
  }
}
.content .content__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.content .content__txt h3 {
  font-family: "UD Shin Go Regular", YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  margin: 0 0 20px;
  line-height: 1.4em;
}
@media only screen and (max-width:991px) {
  .content .content__txt h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width:768px) {
  .content .content__txt h3 {
    font-size: 15px;
    margin: 0 0 10px;
  }
}
@media only screen and (max-width:991px) {
  .content .content__txt p {
    font-size: 14px;
  }
}
@media only screen and (max-width:768px) {
  .content .content__txt p {
    font-size: 12px;
  }
}
.content .meta {
  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;
  margin: 1em 0 0.5em;
  font-size: 80%;
}
.content .meta .cat {
  color: #037dc1 !important;
  border: 1px solid #037dc1;
  background: #fff;
  border-radius: 5px;
  padding: 0 0.5em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.content .meta .c-post-date {
  color: #777;
  font-family: "Jost", sans-serif;
}
.content .p-tag {
  margin: 90px auto 0;
  text-align: center;
  width: 60%;
}
@media only screen and (max-width:768px) {
  .content .p-tag {
    width: 80%;
    margin: 60px auto 0;
  }
}
@media only screen and (max-width:480px) {
  .content .p-tag {
    margin: 30px auto 0;
    width: 100%;
  }
}
.content .p-tag__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.content .p-tag__menu li a {
  background: #fff;
  height: 40px;
  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;
  padding: 0 2em;
  margin: 0 0.4em 0.8em;
  border-radius: 30px;
  min-width: 100px;
}
@media only screen and (max-width:480px) {
  .content .p-tag__menu li a {
    height: 30px;
  }
}
.content .p-tag .c-tag-title {
  font-weight: 700;
  font-size: clamp(1.6rem, 2vw, 2.4rem);
  min-height: 0vw;
  margin: 0 0 30px;
  line-height: 1em;
}
.content .p-tag .c-tag-sub_title {
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  min-height: 0vw;
  font-family: "EB Garamond", serif;
  line-height: 1em;
  margin: 0 0 30px;
}

/*  -------------------------------------
	p-page_title
  -------------------------------------*/
.p-page_title {
  padding-bottom: 0;
}
.p-page_title .c-title {
  margin: 0;
  font-size: clamp(2.4rem, 2.5vw, 4.8rem) !important;
  min-height: 0vw;
  letter-spacing: 0.1em;
}

/*  -------------------------------------
	linkBtn
  -------------------------------------*/
.linkBtn_l {
  width: 270px;
  height: 60px;
  border-radius: 30px;
  position: relative;
  background: #94b341;
  color: #fff !important;
  border-radius: 5px;
  margin: 45px auto 0;
  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;
  font-weight: 700;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width:1200px) {
  .linkBtn_l {
    margin: 60px auto 0;
  }
}
@media only screen and (max-width:768px) {
  .linkBtn_l {
    height: 50px;
    width: 150px;
    margin: 45px auto 0;
  }
}
@media only screen and (max-width:480px) {
  .linkBtn_l {
    width: 100%;
    margin: 20px auto 0;
    height: 40px;
  }
}
.linkBtn_l:hover span {
  color: #000 !important;
  z-index: 999;
  -webkit-transition: 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
}

.linkBtn {
  width: 240px;
  height: 70px;
  background: #94b341;
  border-radius: 35px;
  color: #fff !important;
  font-weight: 500;
  padding: 4px 20px;
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  min-height: 0vw;
  margin: 20px 0 0;
  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;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.linkBtn:hover span {
  color: #fff !important;
  z-index: 999;
  -webkit-transition: 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
}
@media only screen and (max-width:969px) {
  .linkBtn {
    width: 200px;
    height: 50px;
  }
}
@media only screen and (max-width:767px) {
  .linkBtn {
    width: 180px;
    height: 40px;
  }
}
/*== 背景が流れる（左から右） */
.bgleft:before {
  content: "";
  /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  /*色や形状*/
  background: #1d4565;
  /*背景色*/
  width: 100%;
  height: 100%;
  /*アニメーション*/
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

/*hoverした際の形状*/
.bgleft:hover:before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  color: #000 !important;
}

/*  -------------------------------------
	Home
  -------------------------------------*/
.home .content h2.c-title {
  position: absolute;
  left: 90px;
  top: -27px;
  letter-spacing: 0.01em;
}
.home .content p.c-sub_title {
  font-family: "Jost", sans-serif;
  margin-left: 1em;
}

/* ローディングアニメーション設定 */
.home-main-contents {
  opacity: 0;
}

.loading-shown .home-main-contents {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

/*  -------------------------------------
	stroke anim
  -------------------------------------*/
#home-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #faf9e2;
  z-index: 9999;
  overflow: hidden;
  pointer-events: none;
  /* ローディング中はクリック不可 */
}

.loading-shown #home-loading {
  opacity: 0;
}

#home-loading .loading-image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100vw;
  height: auto;
}

#home-loading-svg {
  opacity: 0;
}

/* ストロークアニメーション要素 */
.anim-vs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.anim-vs object {
  opacity: 0;
}

.anim-vs-parent {
  position: relative;
}

#anim-stroke-01 {
  width: 100%;
  position: absolute;
  top: 38%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.anim-vs-02 {
  left: auto;
  right: -120px;
  top: -300px;
  width: auto;
  z-index: -1;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
@media only screen and (max-width:687px) {
  .anim-vs-02 {
    left: auto;
    right: 200px;
    top: auto;
    bottom: -480px;
    width: auto;
    z-index: -1;
    -webkit-transform: rotate(20deg);
    transform: rotate(75deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}
@media only screen and (max-width:480px) {
  .anim-vs-02 {
    bottom: -360px;
  }
}

#anim-stroke-02 {
  height: auto;
  width: 21vw;
}
@media only screen and (max-width:1499px) {
  #anim-stroke-02 {
    width: 23vw;
  }
}

.anim-vs-03 {
  left: 0;
  top: -130px;
  z-index: -1;
}

#anim-stroke-03 {
  height: auto;
  width: 31vw;
}

/*  -------------------------------------
	Top
  -------------------------------------*/
#top {
  overflow: hidden;
}
#top .slider-area {
  width: 100vw;
  height: 100vh;
  position: relative;
}
#top .slider-area img {
  z-index: 1;
  border-radius: 5%;
}
#top .slider-area .slogan {
  position: absolute;
  left: 90px;
  bottom: 120px;
  z-index: 4;
}
@media only screen and (max-width:1200px) {
  #top .slider-area .slogan {
    left: 60px;
  }
}
@media only screen and (max-width:768px) {
  #top .slider-area .slogan {
    left: 15px;
    bottom: 90px;
  }
}
#top .slider-area .slogan p {
  font-size: clamp(3rem, 3vw, 4.5rem);
  min-height: 0vw;
  font-weight: 700;
  line-height: 1.7em;
  margin: 0;
  color: #1d4565;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}
#top .slider-area .slogan p span {
  display: inline-block;
  background: #fff;
  margin: 0 0.15em;
  padding: 0.1em 0.05em;
  border-radius: 5px;
  color: #1d4565;
}
@media only screen and (max-width:480px) {
  #top .slider-area .slogan p {
    font-size: clamp(2.4rem, 3vw, 6rem);
  }
}
#top .slider-area .top-item {
  position: absolute;
  z-index: 3;
}
#top .slider-area .top-item img {
  width: 100%;
}
#top .slider-area #top-item1 {
  right: 30%;
  top: 50%;
  width: 100px;
}
@media only screen and (max-width:768px) {
  #top .slider-area #top-item1 {
    width: 50px;
  }
}
#top .slider-area #top-item2 {
  left: 5%;
  top: 23%;
  width: 40px;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}
@media only screen and (max-width:768px) {
  #top .slider-area #top-item2 {
    width: 20px;
  }
}
#top .slider-area #top-item3 {
  left: 28%;
  top: 70%;
  width: 140px;
}
@media only screen and (max-width:768px) {
  #top .slider-area #top-item3 {
    width: 70px;
    top: 80%;
  }
}
#top .slider-area #top-item4 {
  left: 10%;
  top: 80%;
  width: 120px;
}
@media only screen and (max-width:768px) {
  #top .slider-area #top-item4 {
    width: 60px;
    left: 2%;
  }
}
#top .slider-area #top-item5 {
  right: 10%;
  top: 80%;
  width: 120px;
}
@media only screen and (max-width:768px) {
  #top .slider-area #top-item5 {
    width: 60px;
  }
}
#top .slider-area #top-item6 {
  right: 30%;
  top: 70%;
  width: 80px;
}
@media only screen and (max-width:768px) {
  #top .slider-area #top-item6 {
    width: 40px;
  }
}
#top .slider-area #top-item7 {
  left: 10%;
  top: 10%;
  width: 90px;
}
@media only screen and (max-width:768px) {
  #top .slider-area #top-item7 {
    width: 45px;
  }
}
#top .slider-area #top-item8 {
  left: 40%;
  top: 5%;
  width: 100px;
}
@media only screen and (max-width:768px) {
  #top .slider-area #top-item8 {
    width: 50px;
  }
}
#top .slider-area #top-item9 {
  right: 10%;
  top: 5%;
  width: 90px;
}
@media only screen and (max-width:768px) {
  #top .slider-area #top-item9 {
    width: 45px;
  }
}
#top .floating-img {
  position: absolute;
  width: auto;
  opacity: 0.9;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
}

@-webkit-keyframes anim_s {
  0% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  50% {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  100% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
}

@keyframes anim_s {
  0% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  50% {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  100% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
}
/*  -------------------------------------
Top-topics
 -------------------------------------*/
#top-topics .col-sm-12 {
  background: #fff;
  border-radius: 60px;
  padding: 45px 90px 60px;
  position: relative;
}
@media only screen and (max-width:991px) {
  #top-topics .col-sm-12 {
    border-radius: 45px;
  }
}
@media only screen and (max-width:991px) {
  #top-topics .col-sm-12 {
    padding: 30px 60px 45px;
  }
}
@media only screen and (max-width:768px) {
  #top-topics .col-sm-12 {
    padding: 15px 30px 20px;
    border-radius: 0px;
  }
}
#top-topics .col-sm-12 h2.c-title {
  position: absolute;
  left: 90px;
  top: -27px;
  letter-spacing: 0.01em;
}
@media only screen and (max-width:991px) {
  #top-topics .col-sm-12 h2.c-title {
    top: -18px;
    left: 68px;
  }
}
@media only screen and (max-width:768px) {
  #top-topics .col-sm-12 h2.c-title {
    left: 30px;
    top: -14px;
  }
}
#top-topics .col-sm-12 p.c-sub_title {
  font-family: "Jost", sans-serif;
  margin-left: 0.7em !important;
}
@media only screen and (max-width:991px) {
  #top-topics .col-sm-12 p.c-sub_title {
    margin-left: 0.8em !important;
  }
}
#top-topics .slick-items__img {
  margin: 0 1em;
}
#top-topics .slick-items__img a {
  overflow: hidden;
  border-radius: 20px;
  display: block;
}
@media only screen and (max-width:768px) {
  #top-topics .slick-items__img a {
    border-radius: 10px;
  }
}
#top-topics .slick-items__img img {
  border-radius: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  aspect-ratio: 3/2;
  height: auto;
  width: 100%;
}
@media only screen and (max-width:768px) {
  #top-topics .slick-items__img img {
    border-radius: 10px;
  }
}
#top-topics .slick-items__img img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  opacity: 0.8;
}
#top-topics .slick-items__title {
  margin: 0.5em 0 0;
  line-height: 1.4em;
  font-weight: 500;
}
#top-topics .slick-items__title a {
  overflow: visible;
  border-radius: 0;
}
#top-topics .slick-items .c-post_date {
  margin: 0.5em 0 0;
  font-family: "Jost", sans-serif;
  color: #1d4565;
  font-size: clamp(1.1rem, 3vw, 1.4rem);
  font-weight: 300;
}
#top-topics .slick-dots {
  bottom: -70px;
}
@media only screen and (max-width:991px) {
  #top-topics .slick-dots {
    bottom: -50px;
  }
}
@media only screen and (max-width:768px) {
  #top-topics .slick-dots {
    bottom: -37px;
  }
}
#top-topics .slick-next {
  right: -35px;
}
@media only screen and (max-width:991px) {
  #top-topics .slick-next {
    right: -58px;
  }
}
@media only screen and (max-width:768px) {
  #top-topics .slick-next {
    width: 25px;
    height: 25px;
  }
}
#top-topics .slick-next:before {
  width: 45px;
  height: 45px;
  background: url(assets/img/icon/icon_next.png) 0% 0%/contain no-repeat;
}
@media only screen and (max-width:768px) {
  #top-topics .slick-next:before {
    width: 25px;
    height: 25px;
  }
}
#top-topics .slick-prev {
  left: -60px;
}
@media only screen and (max-width:991px) {
  #top-topics .slick-prev {
    left: -80px;
  }
}
@media only screen and (max-width:768px) {
  #top-topics .slick-prev {
    left: -30px !important;
    width: 25px;
    height: 25px;
  }
}
#top-topics .slick-prev:before {
  width: 45px;
  height: 45px;
  background: url(assets/img/icon/icon_prev.png) 0% 0%/contain no-repeat;
}
@media only screen and (max-width:768px) {
  #top-topics .slick-prev:before {
    width: 25px;
    height: 25px;
  }
}
@media only screen and (max-width:768px) {
  #top-topics .slick-dots li {
    margin: 0 2px;
  }
}
#top-topics .slick-dots li.slick-active button:before {
  color: #1d4565;
}
#top-topics .slick-dots li button:before {
  font-size: 10px;
}
@media only screen and (max-width:768px) {
  #top-topics .slick-dots li button:before {
    font-size: 8px;
  }
}
#top-topics .linkBtn {
  margin: 6em auto 0;
}

/*  -------------------------------------
	Top-vision
  -------------------------------------*/
#top-vision .top-vision-wap {
  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: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width:687px) {
  #top-vision .top-vision-wap {
    display: block;
  }
}
#top-vision .top-vision-wap__img, #top-vision .top-vision-wap__txt {
  -ms-flex-preferred-size: 46%;
      flex-basis: 46%;
}
@media only screen and (max-width:768px) {
  #top-vision .top-vision-wap__img {
    margin-bottom: 30px;
  }
}
#top-vision .top-vision-wap__txt .c-title {
  text-align: left;
  margin-bottom: 45px;
  position: static;
  line-height: 1.4em;
}
@media only screen and (max-width:991px) {
  #top-vision .top-vision-wap__txt .c-title {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width:768px) {
  #top-vision .top-vision-wap__txt .c-title {
    text-align: center;
  }
}
@media only screen and (max-width:687px) {
  #top-vision .top-vision-wap__txt .c-title {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width:768px) {
  #top-vision .top-vision-wap__txt p {
    text-align: center;
  }
}
#top-vision .top-vision-wap__txt .linkBtn {
  margin-top: 45px;
}
@media only screen and (max-width:768px) {
  #top-vision .top-vision-wap__txt .linkBtn {
    margin: 30px auto 0;
  }
}
#top-vision .top-service-content__box {
  -ms-flex-preferred-size: 31.3%;
      flex-basis: 31.3%;
  max-width: 31.3%;
}
@media only screen and (max-width:969px) {
  #top-vision .top-service-content__box {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    max-width: 48%;
    margin-bottom: 4%;
  }
}
@media only screen and (max-width:687px) {
  #top-vision .top-service-content__box {
    max-width: 100%;
    margin-bottom: 3em;
  }
}
#top-vision .top-service-content__box h3 {
  text-align: center;
  font-size: clamp(1.4rem, 2vw, 2.1rem);
  min-height: 0vw;
}
@media only screen and (max-width:687px) {
  #top-vision .top-service-content__box h3 {
    font-size: clamp(1.6rem, 2vw, 2.4rem);
    min-height: 0vw;
  }
}
@media only screen and (max-width:969px) {
  #top-vision .top-service-content__box p {
    font-size: clamp(1.2rem, 2vw, 1.4rem);
    min-height: 0vw;
  }
}

/*  -------------------------------------
	Top-shop
  -------------------------------------*/
#top-shop .col-sm-12 {
  padding: 45px 90px;
  background: #f1ecd3;
  border-radius: 60px;
  position: relative;
}
@media only screen and (max-width:991px) {
  #top-shop .col-sm-12 {
    padding: 30px 60px 60px;
    border-radius: 45px;
  }
}
@media only screen and (max-width:768px) {
  #top-shop .col-sm-12 {
    padding: 15px 15px 30px;
    border-radius: 0px;
  }
}
#top-shop .col-sm-12 h2.c-title {
  text-align: left;
  margin-left: 1%;
}
@media only screen and (max-width:1200px) {
  #top-shop .col-sm-12 h2.c-title {
    top: -20px;
  }
}
@media only screen and (max-width:991px) {
  #top-shop .col-sm-12 h2.c-title {
    left: 60px;
  }
}
@media only screen and (max-width:768px) {
  #top-shop .col-sm-12 h2.c-title {
    left: 15px;
    top: -14px;
  }
}
#top-shop .col-sm-12 p.c-sub_title {
  margin-left: 1%;
}
#top-shop .col-sm-12 .shop-area:first-of-type {
  margin-bottom: 45px;
}
#top-shop .col-sm-12 .shop-area h3 {
  color: #1d4565;
  font-size: clamp(1.8rem, 2vw, 3rem);
  min-height: 0vw;
  position: relative;
  margin-left: 1%;
  margin-bottom: 45px;
}
#top-shop .col-sm-12 .shop-area h3:after {
  content: "";
  background: #1d4565;
  height: 1px;
  width: 0%;
  position: absolute;
  left: 3em;
  top: 50%;
}
#top-shop .col-sm-12 .shop-area.active h3:after {
  content: "";
  background: #1d4565;
  height: 1px;
  width: calc(100% - 3em);
  position: absolute;
  left: 3em;
  top: 50%;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#top-shop .col-sm-12 .shop-area .shop-wrap {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width:768px) {
  #top-shop .col-sm-12 .shop-area .shop-wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#top-shop .col-sm-12 .shop-area .shop-wrap .shop-content {
  -ms-flex-preferred-size: 23%;
      flex-basis: 23%;
  background: #fff;
  padding: 15px;
  margin: 0 1% 45px;
  border-radius: 30px;
}
@media only screen and (max-width:991px) {
  #top-shop .col-sm-12 .shop-area .shop-wrap .shop-content {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }
}
@media only screen and (max-width:768px) {
  #top-shop .col-sm-12 .shop-area .shop-wrap .shop-content {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
    margin: 0 0 2%;
    border-radius: 15px;
  }
}
#top-shop .col-sm-12 .shop-area .shop-wrap .shop-content a.shop-img {
  overflow: hidden;
  border-radius: 20px;
  display: block;
}
@media only screen and (max-width:768px) {
  #top-shop .col-sm-12 .shop-area .shop-wrap .shop-content a.shop-img {
    border-radius: 10px;
  }
}
#top-shop .col-sm-12 .shop-area .shop-wrap .shop-content img {
  border-radius: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width:768px) {
  #top-shop .col-sm-12 .shop-area .shop-wrap .shop-content img {
    border-radius: 10px;
  }
}
#top-shop .col-sm-12 .shop-area .shop-wrap .shop-content img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  opacity: 0.8;
}
#top-shop .col-sm-12 .shop-area .shop-wrap .shop-content p.shop-name {
  text-align: center;
  font-weight: 500;
  color: #1d4565;
  margin: 0.75em 0;
  line-height: 1em;
}
#top-shop .col-sm-12 .shop-area .shop-wrap .shop-content 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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#top-shop .col-sm-12 .shop-area .shop-wrap .shop-content ul li {
  letter-spacing: 0.001em;
  background: #f1ecd3;
  font-size: 12px;
  margin: 0 2.5px 5px;
  padding: 2.5px 5px;
  border-radius: 8px;
  font-weight: 500;
  display: block;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media only screen and (max-width:768px) {
  #top-shop .col-sm-12 .shop-area .shop-wrap .shop-content ul li {
    margin-bottom: 5px;
    font-size: 10px;
  }
}
#top-shop .col-sm-12 .shop-area .shop-wrap .shop-content a.shop-link {
  border: 1px solid #1d4565;
  border-radius: 30px;
  font-size: 14px;
  letter-spacing: 0.001em;
  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;
  margin: 15px auto 0;
  width: 120px;
  height: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#top-shop .col-sm-12 .shop-area .shop-wrap .shop-content a.shop-link:hover {
  background: #1d4565;
  color: #fff !important;
}
#top-shop .col-sm-12 #top-shop-user1 {
  position: absolute;
  right: -30px;
  bottom: -45px;
}
@media only screen and (max-width:768px) {
  #top-shop .col-sm-12 #top-shop-user1 {
    right: 0;
  }
}
#top-shop .col-sm-12 #top-shop-user1 img {
  width: 160px;
}
@media only screen and (max-width:991px) {
  #top-shop .col-sm-12 #top-shop-user1 img {
    width: 120px;
  }
}
@media only screen and (max-width:768px) {
  #top-shop .col-sm-12 #top-shop-user1 img {
    width: 80px;
  }
}
#top-shop .col-sm-12 #top-shop-user2 {
  position: absolute;
  left: 0px;
  bottom: -45px;
}
#top-shop .col-sm-12 #top-shop-user2 img {
  width: 140px;
}
@media only screen and (max-width:991px) {
  #top-shop .col-sm-12 #top-shop-user2 img {
    width: 100px;
  }
}
@media only screen and (max-width:768px) {
  #top-shop .col-sm-12 #top-shop-user2 img {
    width: 70px;
  }
}

/*  -------------------------------------
	Top-links
  -------------------------------------*/
#top-links .top-links-wrap {
  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: wrap;
      flex-wrap: wrap;
}
#top-links .top-links-wrap .top-links-bnr {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  aspect-ratio: 16/9;
  position: relative;
  margin-bottom: 4%;
  overflow: hidden;
  border-radius: 30px;
}
@media only screen and (max-width:768px) {
  #top-links .top-links-wrap .top-links-bnr {
    border-radius: 15px;
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
    margin-bottom: 2%;
  }
}
#top-links .top-links-wrap .top-links-bnr:before {
  background: rgba(33, 33, 33, 0.5);
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(50%, rgba(0, 0, 0, 0.3)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.7 !important;
  position: absolute !important;
  height: 50% !important;
  width: 100% !important;
  left: 0px !important;
  bottom: 0px !important;
  border-radius: 0 0 30px 30px;
  z-index: 2;
}
@media only screen and (max-width:768px) {
  #top-links .top-links-wrap .top-links-bnr:before {
    border-radius: 0 0 15px;
    height: 60% !important;
  }
}
#top-links .top-links-wrap .top-links-bnr:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-radius: 30px;
}
@media only screen and (max-width:768px) {
  #top-links .top-links-wrap .top-links-bnr:after {
    border-radius: 15px;
  }
}
#top-links .top-links-wrap .top-links-bnr:hover:after {
  opacity: 0.8;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
#top-links .top-links-wrap .top-links-bnr__text {
  text-align: center;
  width: 100%;
  z-index: 3;
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  color: #fff;
}
@media only screen and (max-width:768px) {
  #top-links .top-links-wrap .top-links-bnr__text {
    bottom: 5px;
  }
}
#top-links .top-links-wrap .top-links-bnr__text h3 {
  text-shadow: 0px 0px 15px #000;
}
@media only screen and (max-width:768px) {
  #top-links .top-links-wrap .top-links-bnr__text h3 {
    font-size: 13px;
    text-shadow: 0px 0px 8px #000;
    margin: 0;
  }
}
#top-links .top-links-wrap .top-links-bnr__text p {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  text-shadow: 0px 0px 15px #000;
}
#top-links .top-links-wrap .top-links-bnr:nth-of-type(1):after {
  background: url(assets/img/top/top-links1.jpg);
  background-size: cover;
  background-position: center center;
}
#top-links .top-links-wrap .top-links-bnr:nth-of-type(2):after {
  background: url(assets/img/top/top-links2.jpg);
  background-size: cover;
  background-position: center center;
}
#top-links .top-links-wrap .top-links-bnr:nth-of-type(3):after {
  background: url(assets/img/top/top-links3.jpg);
  background-size: cover;
  background-position: center center;
}
#top-links .top-links-wrap .top-links-bnr:nth-of-type(4):after {
  background: url(assets/img/top/top-links4.jpg);
  background-size: cover;
  background-position: center center;
}

/*  -------------------------------------
	Top-info
  -------------------------------------*/
#top-info .col-sm-12 {
  background: #fff;
  padding: 45px 90px 60px;
  border-radius: 60px;
}
@media only screen and (max-width:991px) {
  #top-info .col-sm-12 {
    padding: 30px 60px 60px;
    border-radius: 45px;
  }
}
@media only screen and (max-width:768px) {
  #top-info .col-sm-12 {
    padding: 15px 15px 30px;
    border-radius: 0px;
  }
}
@media only screen and (max-width:991px) {
  #top-info .col-sm-12 h2.c-title {
    top: -18px;
    left: 60px;
  }
}
@media only screen and (max-width:768px) {
  #top-info .col-sm-12 h2.c-title {
    left: 15px;
    top: -14px;
  }
}
#top-info .col-sm-12 p.c-sub_title {
  margin-left: 0.5em;
}
@media only screen and (max-width:991px) {
  #top-info .col-sm-12 p.c-sub_title {
    margin-left: 0.3em;
  }
}
@media only screen and (max-width:768px) {
  #top-info .col-sm-12 p.c-sub_title {
    margin-left: 0.25em;
    margin-bottom: 1.5em;
  }
}
#top-info .col-sm-12 .tab_box .btn_area .tab_btn {
  background: #f1ecd3;
  border-radius: 20px;
  padding: 5px 10px;
}
#top-info .col-sm-12 .tab_box .btn_area .tab_btn.active {
  background: #94b341;
  color: #fff;
}
#top-info .col-sm-12 .tab_box .btn_area .tab_btn:hover {
  background: #94b341;
  color: #fff;
}
#top-info .col-sm-12 .tab_box .tab_panel .top-post-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 30px 0 0;
}
@media only screen and (max-width:768px) {
  #top-info .col-sm-12 .tab_box .tab_panel .top-post-wrap {
    display: block;
  }
}
#top-info .col-sm-12 .tab_box .tab_panel .top-post-wrap .top-info-post {
  -ms-flex-preferred-size: 31.3%;
      flex-basis: 31.3%;
}
#top-info .col-sm-12 .tab_box .tab_panel .top-post-wrap .top-info-post:nth-of-type(2) {
  margin: 0 3%;
}
@media only screen and (max-width:768px) {
  #top-info .col-sm-12 .tab_box .tab_panel .top-post-wrap .top-info-post:nth-of-type(2) {
    margin: 0 0 1em;
  }
}
@media only screen and (max-width:768px) {
  #top-info .col-sm-12 .tab_box .tab_panel .top-post-wrap .top-info-post {
    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;
    margin: 0 0 1.5em;
  }
}
#top-info .col-sm-12 .tab_box .tab_panel .top-post-wrap .top-info-post__img {
  border-radius: 20px;
  overflow: hidden;
}
@media only screen and (max-width:768px) {
  #top-info .col-sm-12 .tab_box .tab_panel .top-post-wrap .top-info-post__img {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    border-radius: 10px;
  }
}
#top-info .col-sm-12 .tab_box .tab_panel .top-post-wrap .top-info-post__img img {
  border-radius: 20px;
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#top-info .col-sm-12 .tab_box .tab_panel .top-post-wrap .top-info-post__img img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  opacity: 0.8;
}
@media only screen and (max-width:768px) {
  #top-info .col-sm-12 .tab_box .tab_panel .top-post-wrap .top-info-post__img img {
    border-radius: 10px;
    aspect-ratio: 1/1;
  }
}
@media only screen and (max-width:768px) {
  #top-info .col-sm-12 .tab_box .tab_panel .top-post-wrap .top-info-post__txt {
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
  }
}
#top-info .col-sm-12 .tab_box .tab_panel .top-post-wrap .top-info-post__txt .p-title {
  margin: 0.5em 0;
  line-height: 1.4em;
  font-weight: 500;
}
@media only screen and (max-width:991px) {
  #top-info .col-sm-12 .tab_box .tab_panel .top-post-wrap .top-info-post__txt .p-title {
    font-size: clamp(1.2rem, 2vw, 1.4rem);
  }
}
@media only screen and (max-width:768px) {
  #top-info .col-sm-12 .tab_box .tab_panel .top-post-wrap .top-info-post__txt .p-title {
    margin: 0 0 0.5em;
  }
}
#top-info .col-sm-12 .tab_box .tab_panel .top-post-wrap .top-info-post__txt .p-date {
  font-size: 14px;
  font-family: "Jost", sans-serif;
  color: #1d4565;
  margin-bottom: 1em;
}
@media only screen and (max-width:768px) {
  #top-info .col-sm-12 .tab_box .tab_panel .top-post-wrap .top-info-post__txt .p-date {
    font-size: 10px;
    margin-bottom: 0.5em;
  }
}
#top-info .col-sm-12 .tab_box .tab_panel .top-post-wrap .top-info-post__txt ul {
  margin: 0;
}
#top-info .col-sm-12 .tab_box .tab_panel .top-post-wrap .top-info-post__txt ul li a {
  font-size: 12px;
  border: 1px solid #1d4565;
  margin: 0 2.5px;
  padding: 2.5px 5px;
  border-radius: 5px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media only screen and (max-width:768px) {
  #top-info .col-sm-12 .tab_box .tab_panel .top-post-wrap .top-info-post__txt ul li a {
    font-size: 10px;
  }
}
#top-info .col-sm-12 .tab_box .tab_panel .top-post-wrap .top-info-post__txt ul li a:hover {
  background: #1d4565;
  color: #fff !important;
  border: 1px solid #1d4565 !important;
}
#top-info .col-sm-12 .tab_box .tab_panel a.linkBtn {
  margin: 60px auto 0;
}
@media only screen and (max-width:768px) {
  #top-info .col-sm-12 .tab_box .tab_panel a.linkBtn {
    margin: 30px auto 0;
  }
}

/*  -------------------------------------
	Top-link
  -------------------------------------*/
#top-link .col-sm-6 {
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 30px;
}
#top-link .col-sm-6 h3 {
  text-align: center;
  font-family: "Jost", sans-serif;
  margin-bottom: 15px;
}
@media only screen and (max-width:812px) {
  #top-link .col-sm-6 h3 {
    font-size: 16px;
  }
}
@media only screen and (max-width:480px) {
  #top-link .col-sm-6 h3 {
    font-size: 14px;
    margin: 15px 0 10px;
  }
}
#top-link .col-sm-6 .linkBtn {
  margin: 30px auto 0;
}
@media only screen and (max-width:480px) {
  #top-link .col-sm-6 .linkBtn {
    margin: 15px auto 0;
    width: 150px;
  }
}

/*  -------------------------------------
	Top-contact
  -------------------------------------*/
#top-contact .p-top-contact__detail {
  text-align: center;
}
#top-contact .p-top-contact__detail p {
  font-size: 120%;
}
@media only screen and (max-width:480px) {
  #top-contact .p-top-contact__detail p {
    font-size: 100%;
  }
}
#top-contact .p-top-contact__detail .linkBtn {
  margin-top: 45px;
}
@media only screen and (max-width:480px) {
  #top-contact .p-top-contact__detail .linkBtn {
    margin-top: 20px;
  }
}

/*  -------------------------------------
	page / archive /single
  -------------------------------------*/
.page, .archive, .single, .information, .error404 {
  position: relative;
}
.page .page-top, .archive .page-top, .single .page-top, .information .page-top, .error404 .page-top {
  padding-top: 244px;
}
@media only screen and (max-width:991px) {
  .page .page-top, .archive .page-top, .single .page-top, .information .page-top, .error404 .page-top {
    padding-top: 180px;
  }
}
@media only screen and (max-width:480px) {
  .page .page-top, .archive .page-top, .single .page-top, .information .page-top, .error404 .page-top {
    padding-top: 120px;
  }
}
.page .page-top__title, .archive .page-top__title, .single .page-top__title, .information .page-top__title, .error404 .page-top__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page .page-top__title .c-sub_title, .archive .page-top__title .c-sub_title, .single .page-top__title .c-sub_title, .information .page-top__title .c-sub_title, .error404 .page-top__title .c-sub_title {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  font-size: clamp(1.4rem, 2vw, 2.1rem) !important;
  font-weight: 400;
  margin-right: 0.3em;
}
.page .page-top__title .c-title, .archive .page-top__title .c-title, .single .page-top__title .c-title, .information .page-top__title .c-title, .error404 .page-top__title .c-title {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  font-size: clamp(1.8rem, 2vw, 3.6rem) !important;
  text-align: left;
  line-height: 1.5em;
}
.page .p-page-title, .archive .p-page-title, .single .p-page-title, .information .p-page-title, .error404 .p-page-title {
  height: 500px;
  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;
  text-align: center;
  padding-bottom: 0;
}
@media only screen and (max-width:480px) {
  .page .p-page-title__box .c-title, .archive .p-page-title__box .c-title, .single .p-page-title__box .c-title, .information .p-page-title__box .c-title, .error404 .p-page-title__box .c-title {
    font-size: 2rem !important;
    margin-bottom: 10px;
  }
}
.page .p-page-title__box p.c-sub_title, .archive .p-page-title__box p.c-sub_title, .single .p-page-title__box p.c-sub_title, .information .p-page-title__box p.c-sub_title, .error404 .p-page-title__box p.c-sub_title {
  margin-bottom: 0;
}
@media only screen and (max-width:480px) {
  .page .p-page-title__box p.c-sub_title, .archive .p-page-title__box p.c-sub_title, .single .p-page-title__box p.c-sub_title, .information .p-page-title__box p.c-sub_title, .error404 .p-page-title__box p.c-sub_title {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width:991px) {
  .page .p-page-title, .archive .p-page-title, .single .p-page-title, .information .p-page-title, .error404 .p-page-title {
    height: 400px;
  }
}
@media only screen and (max-width:687px) {
  .page .p-page-title, .archive .p-page-title, .single .p-page-title, .information .p-page-title, .error404 .p-page-title {
    height: 300px;
  }
}
@media only screen and (max-width:480px) {
  .page .p-page-title, .archive .p-page-title, .single .p-page-title, .information .p-page-title, .error404 .p-page-title {
    height: 250px;
  }
}

/*  -------------------------------------
	values
  -------------------------------------*/
.values .page-top, .vision .page-top, .product .page-top {
  position: relative;
}
.values .page-top:before, .vision .page-top:before, .product .page-top:before {
  content: "";
  background: rgba(249, 233, 210, 0.5);
  width: 30%;
  height: 530px;
  position: absolute;
  left: 0;
  top: 50%;
}
@media only screen and (max-width:768px) {
  .values .page-top:before, .vision .page-top:before, .product .page-top:before {
    height: 350px;
  }
}
@media only screen and (max-width:480px) {
  .values .page-top:before, .vision .page-top:before, .product .page-top:before {
    height: 200px;
    width: 30%;
  }
}
.values .values-content .values-content-box, .values .values-content .vision-content-box, .values .values-content .product-content-box, .values .vision-content .values-content-box, .values .vision-content .vision-content-box, .values .vision-content .product-content-box, .values .product-content .values-content-box, .values .product-content .vision-content-box, .values .product-content .product-content-box, .vision .values-content .values-content-box, .vision .values-content .vision-content-box, .vision .values-content .product-content-box, .vision .vision-content .values-content-box, .vision .vision-content .vision-content-box, .vision .vision-content .product-content-box, .vision .product-content .values-content-box, .vision .product-content .vision-content-box, .vision .product-content .product-content-box, .product .values-content .values-content-box, .product .values-content .vision-content-box, .product .values-content .product-content-box, .product .vision-content .values-content-box, .product .vision-content .vision-content-box, .product .vision-content .product-content-box, .product .product-content .values-content-box, .product .product-content .vision-content-box, .product .product-content .product-content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 180px;
}
@media only screen and (max-width:768px) {
  .values .values-content .values-content-box, .values .values-content .vision-content-box, .values .values-content .product-content-box, .values .vision-content .values-content-box, .values .vision-content .vision-content-box, .values .vision-content .product-content-box, .values .product-content .values-content-box, .values .product-content .vision-content-box, .values .product-content .product-content-box, .vision .values-content .values-content-box, .vision .values-content .vision-content-box, .vision .values-content .product-content-box, .vision .vision-content .values-content-box, .vision .vision-content .vision-content-box, .vision .vision-content .product-content-box, .vision .product-content .values-content-box, .vision .product-content .vision-content-box, .vision .product-content .product-content-box, .product .values-content .values-content-box, .product .values-content .vision-content-box, .product .values-content .product-content-box, .product .vision-content .values-content-box, .product .vision-content .vision-content-box, .product .vision-content .product-content-box, .product .product-content .values-content-box, .product .product-content .vision-content-box, .product .product-content .product-content-box {
    margin-bottom: 90px;
  }
}
@media only screen and (max-width:687px) {
  .values .values-content .values-content-box, .values .values-content .vision-content-box, .values .values-content .product-content-box, .values .vision-content .values-content-box, .values .vision-content .vision-content-box, .values .vision-content .product-content-box, .values .product-content .values-content-box, .values .product-content .vision-content-box, .values .product-content .product-content-box, .vision .values-content .values-content-box, .vision .values-content .vision-content-box, .vision .values-content .product-content-box, .vision .vision-content .values-content-box, .vision .vision-content .vision-content-box, .vision .vision-content .product-content-box, .vision .product-content .values-content-box, .vision .product-content .vision-content-box, .vision .product-content .product-content-box, .product .values-content .values-content-box, .product .values-content .vision-content-box, .product .values-content .product-content-box, .product .vision-content .values-content-box, .product .vision-content .vision-content-box, .product .vision-content .product-content-box, .product .product-content .values-content-box, .product .product-content .vision-content-box, .product .product-content .product-content-box {
    display: block;
  }
}
@media only screen and (max-width:480px) {
  .values .values-content .values-content-box, .values .values-content .vision-content-box, .values .values-content .product-content-box, .values .vision-content .values-content-box, .values .vision-content .vision-content-box, .values .vision-content .product-content-box, .values .product-content .values-content-box, .values .product-content .vision-content-box, .values .product-content .product-content-box, .vision .values-content .values-content-box, .vision .values-content .vision-content-box, .vision .values-content .product-content-box, .vision .vision-content .values-content-box, .vision .vision-content .vision-content-box, .vision .vision-content .product-content-box, .vision .product-content .values-content-box, .vision .product-content .vision-content-box, .vision .product-content .product-content-box, .product .values-content .values-content-box, .product .values-content .vision-content-box, .product .values-content .product-content-box, .product .vision-content .values-content-box, .product .vision-content .vision-content-box, .product .vision-content .product-content-box, .product .product-content .values-content-box, .product .product-content .vision-content-box, .product .product-content .product-content-box {
    margin-bottom: 60px;
  }
}
.values .values-content .values-content-box:nth-of-type(odd), .values .values-content .vision-content-box:nth-of-type(odd), .values .values-content .product-content-box:nth-of-type(odd), .values .vision-content .values-content-box:nth-of-type(odd), .values .vision-content .vision-content-box:nth-of-type(odd), .values .vision-content .product-content-box:nth-of-type(odd), .values .product-content .values-content-box:nth-of-type(odd), .values .product-content .vision-content-box:nth-of-type(odd), .values .product-content .product-content-box:nth-of-type(odd), .vision .values-content .values-content-box:nth-of-type(odd), .vision .values-content .vision-content-box:nth-of-type(odd), .vision .values-content .product-content-box:nth-of-type(odd), .vision .vision-content .values-content-box:nth-of-type(odd), .vision .vision-content .vision-content-box:nth-of-type(odd), .vision .vision-content .product-content-box:nth-of-type(odd), .vision .product-content .values-content-box:nth-of-type(odd), .vision .product-content .vision-content-box:nth-of-type(odd), .vision .product-content .product-content-box:nth-of-type(odd), .product .values-content .values-content-box:nth-of-type(odd), .product .values-content .vision-content-box:nth-of-type(odd), .product .values-content .product-content-box:nth-of-type(odd), .product .vision-content .values-content-box:nth-of-type(odd), .product .vision-content .vision-content-box:nth-of-type(odd), .product .vision-content .product-content-box:nth-of-type(odd), .product .product-content .values-content-box:nth-of-type(odd), .product .product-content .vision-content-box:nth-of-type(odd), .product .product-content .product-content-box:nth-of-type(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.values .values-content .values-content-box:last-of-type, .values .values-content .vision-content-box:last-of-type, .values .values-content .product-content-box:last-of-type, .values .vision-content .values-content-box:last-of-type, .values .vision-content .vision-content-box:last-of-type, .values .vision-content .product-content-box:last-of-type, .values .product-content .values-content-box:last-of-type, .values .product-content .vision-content-box:last-of-type, .values .product-content .product-content-box:last-of-type, .vision .values-content .values-content-box:last-of-type, .vision .values-content .vision-content-box:last-of-type, .vision .values-content .product-content-box:last-of-type, .vision .vision-content .values-content-box:last-of-type, .vision .vision-content .vision-content-box:last-of-type, .vision .vision-content .product-content-box:last-of-type, .vision .product-content .values-content-box:last-of-type, .vision .product-content .vision-content-box:last-of-type, .vision .product-content .product-content-box:last-of-type, .product .values-content .values-content-box:last-of-type, .product .values-content .vision-content-box:last-of-type, .product .values-content .product-content-box:last-of-type, .product .vision-content .values-content-box:last-of-type, .product .vision-content .vision-content-box:last-of-type, .product .vision-content .product-content-box:last-of-type, .product .product-content .values-content-box:last-of-type, .product .product-content .vision-content-box:last-of-type, .product .product-content .product-content-box:last-of-type {
  margin-bottom: 0;
}
.values .values-content .values-content-box__img, .values .values-content .vision-content-box__img, .values .values-content .product-content-box__img, .values .vision-content .values-content-box__img, .values .vision-content .vision-content-box__img, .values .vision-content .product-content-box__img, .values .product-content .values-content-box__img, .values .product-content .vision-content-box__img, .values .product-content .product-content-box__img, .vision .values-content .values-content-box__img, .vision .values-content .vision-content-box__img, .vision .values-content .product-content-box__img, .vision .vision-content .values-content-box__img, .vision .vision-content .vision-content-box__img, .vision .vision-content .product-content-box__img, .vision .product-content .values-content-box__img, .vision .product-content .vision-content-box__img, .vision .product-content .product-content-box__img, .product .values-content .values-content-box__img, .product .values-content .vision-content-box__img, .product .values-content .product-content-box__img, .product .vision-content .values-content-box__img, .product .vision-content .vision-content-box__img, .product .vision-content .product-content-box__img, .product .product-content .values-content-box__img, .product .product-content .vision-content-box__img, .product .product-content .product-content-box__img {
  -ms-flex-preferred-size: 46%;
      flex-basis: 46%;
}
@media only screen and (max-width:991px) {
  .values .values-content .values-content-box__img, .values .values-content .vision-content-box__img, .values .values-content .product-content-box__img, .values .vision-content .values-content-box__img, .values .vision-content .vision-content-box__img, .values .vision-content .product-content-box__img, .values .product-content .values-content-box__img, .values .product-content .vision-content-box__img, .values .product-content .product-content-box__img, .vision .values-content .values-content-box__img, .vision .values-content .vision-content-box__img, .vision .values-content .product-content-box__img, .vision .vision-content .values-content-box__img, .vision .vision-content .vision-content-box__img, .vision .vision-content .product-content-box__img, .vision .product-content .values-content-box__img, .vision .product-content .vision-content-box__img, .vision .product-content .product-content-box__img, .product .values-content .values-content-box__img, .product .values-content .vision-content-box__img, .product .values-content .product-content-box__img, .product .vision-content .values-content-box__img, .product .vision-content .vision-content-box__img, .product .vision-content .product-content-box__img, .product .product-content .values-content-box__img, .product .product-content .vision-content-box__img, .product .product-content .product-content-box__img {
    -ms-flex-preferred-size: 43%;
        flex-basis: 43%;
  }
}
@media only screen and (max-width:687px) {
  .values .values-content .values-content-box__img, .values .values-content .vision-content-box__img, .values .values-content .product-content-box__img, .values .vision-content .values-content-box__img, .values .vision-content .vision-content-box__img, .values .vision-content .product-content-box__img, .values .product-content .values-content-box__img, .values .product-content .vision-content-box__img, .values .product-content .product-content-box__img, .vision .values-content .values-content-box__img, .vision .values-content .vision-content-box__img, .vision .values-content .product-content-box__img, .vision .vision-content .values-content-box__img, .vision .vision-content .vision-content-box__img, .vision .vision-content .product-content-box__img, .vision .product-content .values-content-box__img, .vision .product-content .vision-content-box__img, .vision .product-content .product-content-box__img, .product .values-content .values-content-box__img, .product .values-content .vision-content-box__img, .product .values-content .product-content-box__img, .product .vision-content .values-content-box__img, .product .vision-content .vision-content-box__img, .product .vision-content .product-content-box__img, .product .product-content .values-content-box__img, .product .product-content .vision-content-box__img, .product .product-content .product-content-box__img {
    width: 60%;
    margin: 0 auto 3em;
  }
}
.values .values-content .values-content-box__text, .values .values-content .vision-content-box__text, .values .values-content .product-content-box__text, .values .vision-content .values-content-box__text, .values .vision-content .vision-content-box__text, .values .vision-content .product-content-box__text, .values .product-content .values-content-box__text, .values .product-content .vision-content-box__text, .values .product-content .product-content-box__text, .vision .values-content .values-content-box__text, .vision .values-content .vision-content-box__text, .vision .values-content .product-content-box__text, .vision .vision-content .values-content-box__text, .vision .vision-content .vision-content-box__text, .vision .vision-content .product-content-box__text, .vision .product-content .values-content-box__text, .vision .product-content .vision-content-box__text, .vision .product-content .product-content-box__text, .product .values-content .values-content-box__text, .product .values-content .vision-content-box__text, .product .values-content .product-content-box__text, .product .vision-content .values-content-box__text, .product .vision-content .vision-content-box__text, .product .vision-content .product-content-box__text, .product .product-content .values-content-box__text, .product .product-content .vision-content-box__text, .product .product-content .product-content-box__text {
  -ms-flex-preferred-size: 47%;
      flex-basis: 47%;
}
@media only screen and (max-width:991px) {
  .values .values-content .values-content-box__text, .values .values-content .vision-content-box__text, .values .values-content .product-content-box__text, .values .vision-content .values-content-box__text, .values .vision-content .vision-content-box__text, .values .vision-content .product-content-box__text, .values .product-content .values-content-box__text, .values .product-content .vision-content-box__text, .values .product-content .product-content-box__text, .vision .values-content .values-content-box__text, .vision .values-content .vision-content-box__text, .vision .values-content .product-content-box__text, .vision .vision-content .values-content-box__text, .vision .vision-content .vision-content-box__text, .vision .vision-content .product-content-box__text, .vision .product-content .values-content-box__text, .vision .product-content .vision-content-box__text, .vision .product-content .product-content-box__text, .product .values-content .values-content-box__text, .product .values-content .vision-content-box__text, .product .values-content .product-content-box__text, .product .vision-content .values-content-box__text, .product .vision-content .vision-content-box__text, .product .vision-content .product-content-box__text, .product .product-content .values-content-box__text, .product .product-content .vision-content-box__text, .product .product-content .product-content-box__text {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
.values .values-content .values-content-box__text__title, .values .values-content .vision-content-box__text__title, .values .values-content .product-content-box__text__title, .values .vision-content .values-content-box__text__title, .values .vision-content .vision-content-box__text__title, .values .vision-content .product-content-box__text__title, .values .product-content .values-content-box__text__title, .values .product-content .vision-content-box__text__title, .values .product-content .product-content-box__text__title, .vision .values-content .values-content-box__text__title, .vision .values-content .vision-content-box__text__title, .vision .values-content .product-content-box__text__title, .vision .vision-content .values-content-box__text__title, .vision .vision-content .vision-content-box__text__title, .vision .vision-content .product-content-box__text__title, .vision .product-content .values-content-box__text__title, .vision .product-content .vision-content-box__text__title, .vision .product-content .product-content-box__text__title, .product .values-content .values-content-box__text__title, .product .values-content .vision-content-box__text__title, .product .values-content .product-content-box__text__title, .product .vision-content .values-content-box__text__title, .product .vision-content .vision-content-box__text__title, .product .vision-content .product-content-box__text__title, .product .product-content .values-content-box__text__title, .product .product-content .vision-content-box__text__title, .product .product-content .product-content-box__text__title {
  position: relative;
  padding-left: 4.5em;
  margin: 0 0 1.5em;
}
.values .values-content .values-content-box__text__title:before, .values .values-content .vision-content-box__text__title:before, .values .values-content .product-content-box__text__title:before, .values .vision-content .values-content-box__text__title:before, .values .vision-content .vision-content-box__text__title:before, .values .vision-content .product-content-box__text__title:before, .values .product-content .values-content-box__text__title:before, .values .product-content .vision-content-box__text__title:before, .values .product-content .product-content-box__text__title:before, .vision .values-content .values-content-box__text__title:before, .vision .values-content .vision-content-box__text__title:before, .vision .values-content .product-content-box__text__title:before, .vision .vision-content .values-content-box__text__title:before, .vision .vision-content .vision-content-box__text__title:before, .vision .vision-content .product-content-box__text__title:before, .vision .product-content .values-content-box__text__title:before, .vision .product-content .vision-content-box__text__title:before, .vision .product-content .product-content-box__text__title:before, .product .values-content .values-content-box__text__title:before, .product .values-content .vision-content-box__text__title:before, .product .values-content .product-content-box__text__title:before, .product .vision-content .values-content-box__text__title:before, .product .vision-content .vision-content-box__text__title:before, .product .vision-content .product-content-box__text__title:before, .product .product-content .values-content-box__text__title:before, .product .product-content .vision-content-box__text__title:before, .product .product-content .product-content-box__text__title:before {
  content: "1";
  font-size: 80px;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  color: #1d4565;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media only screen and (max-width:991px) {
  .values .values-content .values-content-box__text__title:before, .values .values-content .vision-content-box__text__title:before, .values .values-content .product-content-box__text__title:before, .values .vision-content .values-content-box__text__title:before, .values .vision-content .vision-content-box__text__title:before, .values .vision-content .product-content-box__text__title:before, .values .product-content .values-content-box__text__title:before, .values .product-content .vision-content-box__text__title:before, .values .product-content .product-content-box__text__title:before, .vision .values-content .values-content-box__text__title:before, .vision .values-content .vision-content-box__text__title:before, .vision .values-content .product-content-box__text__title:before, .vision .vision-content .values-content-box__text__title:before, .vision .vision-content .vision-content-box__text__title:before, .vision .vision-content .product-content-box__text__title:before, .vision .product-content .values-content-box__text__title:before, .vision .product-content .vision-content-box__text__title:before, .vision .product-content .product-content-box__text__title:before, .product .values-content .values-content-box__text__title:before, .product .values-content .vision-content-box__text__title:before, .product .values-content .product-content-box__text__title:before, .product .vision-content .values-content-box__text__title:before, .product .vision-content .vision-content-box__text__title:before, .product .vision-content .product-content-box__text__title:before, .product .product-content .values-content-box__text__title:before, .product .product-content .vision-content-box__text__title:before, .product .product-content .product-content-box__text__title:before {
    font-size: 60px;
  }
}
@media only screen and (max-width:480px) {
  .values .values-content .values-content-box__text__title:before, .values .values-content .vision-content-box__text__title:before, .values .values-content .product-content-box__text__title:before, .values .vision-content .values-content-box__text__title:before, .values .vision-content .vision-content-box__text__title:before, .values .vision-content .product-content-box__text__title:before, .values .product-content .values-content-box__text__title:before, .values .product-content .vision-content-box__text__title:before, .values .product-content .product-content-box__text__title:before, .vision .values-content .values-content-box__text__title:before, .vision .values-content .vision-content-box__text__title:before, .vision .values-content .product-content-box__text__title:before, .vision .vision-content .values-content-box__text__title:before, .vision .vision-content .vision-content-box__text__title:before, .vision .vision-content .product-content-box__text__title:before, .vision .product-content .values-content-box__text__title:before, .vision .product-content .vision-content-box__text__title:before, .vision .product-content .product-content-box__text__title:before, .product .values-content .values-content-box__text__title:before, .product .values-content .vision-content-box__text__title:before, .product .values-content .product-content-box__text__title:before, .product .vision-content .values-content-box__text__title:before, .product .vision-content .vision-content-box__text__title:before, .product .vision-content .product-content-box__text__title:before, .product .product-content .values-content-box__text__title:before, .product .product-content .vision-content-box__text__title:before, .product .product-content .product-content-box__text__title:before {
    font-size: 45px;
  }
}
.values .values-content .values-content-box__text__title h2.c-title, .values .values-content .vision-content-box__text__title h2.c-title, .values .values-content .product-content-box__text__title h2.c-title, .values .vision-content .values-content-box__text__title h2.c-title, .values .vision-content .vision-content-box__text__title h2.c-title, .values .vision-content .product-content-box__text__title h2.c-title, .values .product-content .values-content-box__text__title h2.c-title, .values .product-content .vision-content-box__text__title h2.c-title, .values .product-content .product-content-box__text__title h2.c-title, .vision .values-content .values-content-box__text__title h2.c-title, .vision .values-content .vision-content-box__text__title h2.c-title, .vision .values-content .product-content-box__text__title h2.c-title, .vision .vision-content .values-content-box__text__title h2.c-title, .vision .vision-content .vision-content-box__text__title h2.c-title, .vision .vision-content .product-content-box__text__title h2.c-title, .vision .product-content .values-content-box__text__title h2.c-title, .vision .product-content .vision-content-box__text__title h2.c-title, .vision .product-content .product-content-box__text__title h2.c-title, .product .values-content .values-content-box__text__title h2.c-title, .product .values-content .vision-content-box__text__title h2.c-title, .product .values-content .product-content-box__text__title h2.c-title, .product .vision-content .values-content-box__text__title h2.c-title, .product .vision-content .vision-content-box__text__title h2.c-title, .product .vision-content .product-content-box__text__title h2.c-title, .product .product-content .values-content-box__text__title h2.c-title, .product .product-content .vision-content-box__text__title h2.c-title, .product .product-content .product-content-box__text__title h2.c-title {
  color: #1d4565;
  font-size: clamp(1.6rem, 2vw, 3rem) !important;
  text-align: left;
  margin: 0 0 0.25em;
}
.values .values-content .values-content-box__text__title .c-sub_title, .values .values-content .vision-content-box__text__title .c-sub_title, .values .values-content .product-content-box__text__title .c-sub_title, .values .vision-content .values-content-box__text__title .c-sub_title, .values .vision-content .vision-content-box__text__title .c-sub_title, .values .vision-content .product-content-box__text__title .c-sub_title, .values .product-content .values-content-box__text__title .c-sub_title, .values .product-content .vision-content-box__text__title .c-sub_title, .values .product-content .product-content-box__text__title .c-sub_title, .vision .values-content .values-content-box__text__title .c-sub_title, .vision .values-content .vision-content-box__text__title .c-sub_title, .vision .values-content .product-content-box__text__title .c-sub_title, .vision .vision-content .values-content-box__text__title .c-sub_title, .vision .vision-content .vision-content-box__text__title .c-sub_title, .vision .vision-content .product-content-box__text__title .c-sub_title, .vision .product-content .values-content-box__text__title .c-sub_title, .vision .product-content .vision-content-box__text__title .c-sub_title, .vision .product-content .product-content-box__text__title .c-sub_title, .product .values-content .values-content-box__text__title .c-sub_title, .product .values-content .vision-content-box__text__title .c-sub_title, .product .values-content .product-content-box__text__title .c-sub_title, .product .vision-content .values-content-box__text__title .c-sub_title, .product .vision-content .vision-content-box__text__title .c-sub_title, .product .vision-content .product-content-box__text__title .c-sub_title, .product .product-content .values-content-box__text__title .c-sub_title, .product .product-content .vision-content-box__text__title .c-sub_title, .product .product-content .product-content-box__text__title .c-sub_title {
  font-size: clamp(1.3rem, 2vw, 2.1rem) !important;
  font-weight: 400;
  line-height: 1em;
  margin: 0;
}
@media only screen and (max-width:991px) {
  .values .values-content .values-content-box__text__title .c-sub_title, .values .values-content .vision-content-box__text__title .c-sub_title, .values .values-content .product-content-box__text__title .c-sub_title, .values .vision-content .values-content-box__text__title .c-sub_title, .values .vision-content .vision-content-box__text__title .c-sub_title, .values .vision-content .product-content-box__text__title .c-sub_title, .values .product-content .values-content-box__text__title .c-sub_title, .values .product-content .vision-content-box__text__title .c-sub_title, .values .product-content .product-content-box__text__title .c-sub_title, .vision .values-content .values-content-box__text__title .c-sub_title, .vision .values-content .vision-content-box__text__title .c-sub_title, .vision .values-content .product-content-box__text__title .c-sub_title, .vision .vision-content .values-content-box__text__title .c-sub_title, .vision .vision-content .vision-content-box__text__title .c-sub_title, .vision .vision-content .product-content-box__text__title .c-sub_title, .vision .product-content .values-content-box__text__title .c-sub_title, .vision .product-content .vision-content-box__text__title .c-sub_title, .vision .product-content .product-content-box__text__title .c-sub_title, .product .values-content .values-content-box__text__title .c-sub_title, .product .values-content .vision-content-box__text__title .c-sub_title, .product .values-content .product-content-box__text__title .c-sub_title, .product .vision-content .values-content-box__text__title .c-sub_title, .product .vision-content .vision-content-box__text__title .c-sub_title, .product .vision-content .product-content-box__text__title .c-sub_title, .product .product-content .values-content-box__text__title .c-sub_title, .product .product-content .vision-content-box__text__title .c-sub_title, .product .product-content .product-content-box__text__title .c-sub_title {
    line-height: 1.2em;
  }
}
.values .values-content .values-content-box__text p.lead, .values .values-content .vision-content-box__text p.lead, .values .values-content .product-content-box__text p.lead, .values .vision-content .values-content-box__text p.lead, .values .vision-content .vision-content-box__text p.lead, .values .vision-content .product-content-box__text p.lead, .values .product-content .values-content-box__text p.lead, .values .product-content .vision-content-box__text p.lead, .values .product-content .product-content-box__text p.lead, .vision .values-content .values-content-box__text p.lead, .vision .values-content .vision-content-box__text p.lead, .vision .values-content .product-content-box__text p.lead, .vision .vision-content .values-content-box__text p.lead, .vision .vision-content .vision-content-box__text p.lead, .vision .vision-content .product-content-box__text p.lead, .vision .product-content .values-content-box__text p.lead, .vision .product-content .vision-content-box__text p.lead, .vision .product-content .product-content-box__text p.lead, .product .values-content .values-content-box__text p.lead, .product .values-content .vision-content-box__text p.lead, .product .values-content .product-content-box__text p.lead, .product .vision-content .values-content-box__text p.lead, .product .vision-content .vision-content-box__text p.lead, .product .vision-content .product-content-box__text p.lead, .product .product-content .values-content-box__text p.lead, .product .product-content .vision-content-box__text p.lead, .product .product-content .product-content-box__text p.lead {
  font-weight: 500;
  font-size: clamp(1.4rem, 1.5vw, 2.4rem) !important;
  line-height: 1.6em;
  color: #1d4565;
}
.values .values-content .values-content-box__text p, .values .values-content .vision-content-box__text p, .values .values-content .product-content-box__text p, .values .vision-content .values-content-box__text p, .values .vision-content .vision-content-box__text p, .values .vision-content .product-content-box__text p, .values .product-content .values-content-box__text p, .values .product-content .vision-content-box__text p, .values .product-content .product-content-box__text p, .vision .values-content .values-content-box__text p, .vision .values-content .vision-content-box__text p, .vision .values-content .product-content-box__text p, .vision .vision-content .values-content-box__text p, .vision .vision-content .vision-content-box__text p, .vision .vision-content .product-content-box__text p, .vision .product-content .values-content-box__text p, .vision .product-content .vision-content-box__text p, .vision .product-content .product-content-box__text p, .product .values-content .values-content-box__text p, .product .values-content .vision-content-box__text p, .product .values-content .product-content-box__text p, .product .vision-content .values-content-box__text p, .product .vision-content .vision-content-box__text p, .product .vision-content .product-content-box__text p, .product .product-content .values-content-box__text p, .product .product-content .vision-content-box__text p, .product .product-content .product-content-box__text p {
  line-height: 2em;
  font-size: clamp(1.2rem, 1.5vw, 1.6rem) !important;
}
.values .values-content #value2 .values-content-box__text__title:before, .values .vision-content #value2 .values-content-box__text__title:before, .values .product-content #value2 .values-content-box__text__title:before, .vision .values-content #value2 .values-content-box__text__title:before, .vision .vision-content #value2 .values-content-box__text__title:before, .vision .product-content #value2 .values-content-box__text__title:before, .product .values-content #value2 .values-content-box__text__title:before, .product .vision-content #value2 .values-content-box__text__title:before, .product .product-content #value2 .values-content-box__text__title:before {
  content: "2";
}
.values .values-content #value3 .values-content-box__text__title:before, .values .vision-content #value3 .values-content-box__text__title:before, .values .product-content #value3 .values-content-box__text__title:before, .vision .values-content #value3 .values-content-box__text__title:before, .vision .vision-content #value3 .values-content-box__text__title:before, .vision .product-content #value3 .values-content-box__text__title:before, .product .values-content #value3 .values-content-box__text__title:before, .product .vision-content #value3 .values-content-box__text__title:before, .product .product-content #value3 .values-content-box__text__title:before {
  content: "3";
}
.values .values-content #value4 .values-content-box__text__title:before, .values .vision-content #value4 .values-content-box__text__title:before, .values .product-content #value4 .values-content-box__text__title:before, .vision .values-content #value4 .values-content-box__text__title:before, .vision .vision-content #value4 .values-content-box__text__title:before, .vision .product-content #value4 .values-content-box__text__title:before, .product .values-content #value4 .values-content-box__text__title:before, .product .vision-content #value4 .values-content-box__text__title:before, .product .product-content #value4 .values-content-box__text__title:before {
  content: "4";
}
.values .values-content #value5 .values-content-box__text__title:before, .values .vision-content #value5 .values-content-box__text__title:before, .values .product-content #value5 .values-content-box__text__title:before, .vision .values-content #value5 .values-content-box__text__title:before, .vision .vision-content #value5 .values-content-box__text__title:before, .vision .product-content #value5 .values-content-box__text__title:before, .product .values-content #value5 .values-content-box__text__title:before, .product .vision-content #value5 .values-content-box__text__title:before, .product .product-content #value5 .values-content-box__text__title:before {
  content: "5";
}
.values dl.acMenu, .vision dl.acMenu, .product dl.acMenu {
  margin-top: 1.5em;
}
.values dl.acMenu dt, .vision dl.acMenu dt, .product dl.acMenu dt {
  position: relative;
  color: #1d4565;
  display: inline-block;
  padding-right: 2em;
}
@media only screen and (max-width:991px) {
  .values dl.acMenu dt, .vision dl.acMenu dt, .product dl.acMenu dt {
    font-size: clamp(1.2rem, 1.5vw, 1.4rem) !important;
  }
}
.values dl.acMenu dt:after, .vision dl.acMenu dt:after, .product dl.acMenu dt:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: url(assets/img/icon/circle-plus.svg) no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  display: block;
}
@media only screen and (max-width:991px) {
  .values dl.acMenu dt:after, .vision dl.acMenu dt:after, .product dl.acMenu dt:after {
    width: 18px;
    height: 18px;
  }
}
.values dl.acMenu dt.active:after, .vision dl.acMenu dt.active:after, .product dl.acMenu dt.active:after {
  background: url(assets/img/icon/circle-minus.svg) no-repeat;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.values dl.acMenu dd, .vision dl.acMenu dd, .product dl.acMenu dd {
  display: none;
  margin-top: 1.5em;
  background: #fff;
  padding: 30px;
  border-radius: 15px;
}
.values dl.acMenu dd h3, .vision dl.acMenu dd h3, .product dl.acMenu dd h3 {
  text-align: center;
  font-size: clamp(1.3rem, 1.8vw, 2.1rem) !important;
  margin: 0 0 1em;
  color: #1d4565;
}
@media only screen and (max-width:991px) {
  .values dl.acMenu dd h3, .vision dl.acMenu dd h3, .product dl.acMenu dd h3 {
    line-height: 1.4em;
  }
}
.values dl.acMenu dd h4, .vision dl.acMenu dd h4, .product dl.acMenu dd h4 {
  font-size: clamp(1.2rem, 1.8vw, 1.8rem) !important;
  margin: 0 0 0.5em;
  color: #1d4565;
}
@media only screen and (max-width:991px) {
  .values dl.acMenu dd h4, .vision dl.acMenu dd h4, .product dl.acMenu dd h4 {
    font-size: clamp(1.2rem, 1.8vw, 1.4rem) !important;
  }
}
.values dl.acMenu dd p, .vision dl.acMenu dd p, .product dl.acMenu dd p {
  line-height: 1.8em;
  margin-bottom: 2em;
  font-size: clamp(1.1rem, 1.8vw, 1.5rem) !important;
  letter-spacing: 0.01em;
}
.values dl.acMenu dd p:last-of-type, .vision dl.acMenu dd p:last-of-type, .product dl.acMenu dd p:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width:991px) {
  .values dl.acMenu dd p, .vision dl.acMenu dd p, .product dl.acMenu dd p {
    font-size: clamp(1.1rem, 1.8vw, 1.3rem) !important;
    line-height: 2em;
  }
}
.values dl.acMenu dd ul, .vision dl.acMenu dd ul, .product dl.acMenu dd ul {
  margin: 1.5em 0 0;
  line-height: 1.8em;
}
@media only screen and (max-width:991px) {
  .values dl.acMenu dd ul, .vision dl.acMenu dd ul, .product dl.acMenu dd ul {
    line-height: 1.4em;
  }
}
.values dl.acMenu dd ul li, .vision dl.acMenu dd ul li, .product dl.acMenu dd ul li {
  position: relative;
  padding-left: 1.5em;
  font-size: clamp(1.1rem, 2vw, 1.5rem) !important;
  margin: 0 0 0.5em;
}
@media only screen and (max-width:991px) {
  .values dl.acMenu dd ul li, .vision dl.acMenu dd ul li, .product dl.acMenu dd ul li {
    font-size: clamp(1.1rem, 1.8vw, 1.3rem) !important;
  }
}
.values dl.acMenu dd ul li:last-child, .vision dl.acMenu dd ul li:last-child, .product dl.acMenu dd ul li:last-child {
  margin-bottom: 0;
}
.values dl.acMenu dd ul li:before, .vision dl.acMenu dd ul li:before, .product dl.acMenu dd ul li:before {
  content: "・";
  position: absolute;
  left: 0;
}

/*  -------------------------------------
	vision
  -------------------------------------*/
.vision .page-top {
  position: relative;
}
.vision .page-top__title {
  position: relative;
}
.vision .page-top__title .vision-word {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 60%;
  margin-left: 3em;
}
@media only screen and (max-width:1200px) {
  .vision .page-top__title .vision-word {
    width: 50%;
  }
}
.vision .page-top__title .vision-word .bird {
  width: 80px;
  right: -140px;
  top: 50%;
  position: absolute;
  -webkit-animation: float-updown 2s ease-in-out infinite;
          animation: float-updown 2s ease-in-out infinite;
  margin-top: -40px;
}
@media only screen and (max-width:991px) {
  .vision .page-top__title .vision-word .bird {
    width: 60px;
    margin-top: -30px;
  }
}
@media only screen and (max-width:687px) {
  .vision .page-top__title .vision-word .bird {
    width: 40px;
    margin-top: -20px;
    right: -120px;
  }
}
.vision .page-top:before {
  content: "";
  background: rgba(248, 218, 113, 0.3);
  width: 30%;
  height: 530px;
  position: absolute;
  left: 0;
  top: 50%;
}
@media only screen and (max-width:768px) {
  .vision .page-top:before {
    height: 350px;
  }
}
@media only screen and (max-width:480px) {
  .vision .page-top:before {
    height: 200px;
    width: 30%;
  }
}
.vision .vision-content .vision-content-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width:991px) {
  .vision .vision-content .vision-content-box__text {
    -ms-flex-preferred-size: 53%;
        flex-basis: 53%;
  }
}
.vision .vision-content .vision-content-box__text p.lead {
  font-size: clamp(1.6rem, 1.5vw, 2.4rem) !important;
}
@media only screen and (max-width:687px) {
  .vision .vision-content .vision-content-box__text p.lead {
    text-align: center;
  }
}
.vision .vision-content .vision-content-box__text__img {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}
.vision .mission .col-sm-12 {
  padding: 90px;
  background: #f1ecd3;
  border-radius: 60px;
}
@media only screen and (max-width:991px) {
  .vision .mission .col-sm-12 {
    padding: 45px;
  }
}
@media only screen and (max-width:768px) {
  .vision .mission .col-sm-12 {
    border-radius: 0;
    padding: 30px;
  }
}
.vision .mission .col-sm-12 h3 {
  text-align: center;
  margin: 0 0 90px;
  font-size: clamp(1.6rem, 2.5vw, 3.6rem) !important;
  min-height: 0vw;
  line-height: 1.4em;
  color: #1d4565;
  font-weight: 700;
  letter-spacing: 0.01em;
}
@media only screen and (max-width:991px) {
  .vision .mission .col-sm-12 h3 {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width:768px) {
  .vision .mission .col-sm-12 h3 {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width:480px) {
  .vision .mission .col-sm-12 h3 {
    text-align: left;
    line-height: 1.8em;
  }
}
.vision .mission__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: absolute;
  right: 30px;
  top: 60px;
}
@media only screen and (max-width:768px) {
  .vision .mission__title {
    right: 15px;
  }
}
.vision .mission__title h2.c-title {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: clamp(1.8rem, 2.5vw, 3.6rem) !important;
  min-height: 0vw;
  position: relative;
  margin-right: 0.5em;
}
.vision .mission__title .c-sub_title {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-weight: 400;
  font-size: clamp(1.4rem, 1.8vw, 2.1rem) !important;
  min-height: 0vw;
  line-height: 1em;
}
.vision .mission__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width:687px) {
  .vision .mission__content {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media only screen and (max-width:480px) {
  .vision .mission__content {
    display: block;
  }
}
.vision .mission__content__box {
  -ms-flex-preferred-size: 31.3%;
      flex-basis: 31.3%;
}
@media only screen and (max-width:687px) {
  .vision .mission__content__box {
    -ms-flex-preferred-size: 46%;
        flex-basis: 46%;
    margin-bottom: 8%;
  }
  .vision .mission__content__box:last-of-type {
    margin-bottom: 0;
  }
}
@media only screen and (max-width:480px) {
  .vision .mission__content__box {
    margin-bottom: 10%;
  }
}
.vision .mission__content__box img {
  width: 80%;
  margin: 0 auto 1em;
}
@media only screen and (max-width:480px) {
  .vision .mission__content__box img {
    width: 60%;
  }
}
.vision .mission__content__box h4 {
  text-align: center;
  margin: 1.5em 0;
}
@media only screen and (max-width:768px) {
  .vision .mission__content__box h4 {
    font-size: clamp(1.6rem, 1.8vw, 1.8rem) !important;
  }
}
.vision .mission__content__box p {
  min-height: 0vw;
  font-size: clamp(1.2rem, 1.8vw, 1.6rem) !important;
}
.vision .mission__content__box p span {
  font-weight: 500;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, rgba(243, 182, 68, 0.6)));
  background: linear-gradient(transparent 70%, rgba(243, 182, 68, 0.6) 70%);
}
.vision .catch-copy {
  position: relative;
}
@media only screen and (max-width:767px) {
  .vision .catch-copy {
    padding-bottom: 0;
  }
}
.vision .catch-copy .catch-copy-img {
  position: absolute;
  left: 0;
  top: 50%;
  width: 45%;
  height: 500px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: url(assets/img/vision/vison-img5.png) no-repeat;
  background-position: bottom left;
  background-size: contain;
}
@media only screen and (max-width:767px) {
  .vision .catch-copy .catch-copy-img {
    position: static;
    width: 100%;
    height: 450px;
    background-size: 60%;
    margin-bottom: -200px;
  }
}
@media only screen and (max-width:480px) {
  .vision .catch-copy .catch-copy-img {
    margin-bottom: -150px;
  }
}
.vision .catch-copy .catch-copy-img .bird-container {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
  z-index: 2;
}
@media only screen and (max-width:767px) {
  .vision .catch-copy .catch-copy-img .bird-container {
    height: 450px;
  }
}
.vision .catch-copy .catch-copy-img .bird-container .bird {
  position: absolute;
  bottom: 200px;
  left: -100px;
  width: 60px;
  -webkit-animation: fly-to-right 6s ease-out forwards, float-updown 2s ease-in-out infinite;
          animation: fly-to-right 6s ease-out forwards, float-updown 2s ease-in-out infinite;
}
@media only screen and (max-width:767px) {
  .vision .catch-copy .catch-copy-img .bird-container .bird {
    width: 40px;
  }
}
@media only screen and (max-width:480px) {
  .vision .catch-copy .catch-copy-img .bird-container .bird {
    bottom: 100px;
  }
}
.vision .catch-copy .catch-copy-img .user1 {
  width: 150px;
  position: absolute;
  left: 250px;
  bottom: 0;
}
@media only screen and (max-width:1200px) {
  .vision .catch-copy .catch-copy-img .user1 {
    width: 120px;
    left: 180px;
  }
}
@media only screen and (max-width:969px) {
  .vision .catch-copy .catch-copy-img .user1 {
    width: 100px;
    left: 160px;
  }
}
@media only screen and (max-width:767px) {
  .vision .catch-copy .catch-copy-img .user1 {
    left: 120px;
  }
}
@media only screen and (max-width:480px) {
  .vision .catch-copy .catch-copy-img .user1 {
    width: 80px;
    left: 120px;
  }
}
.vision .catch-copy .catch-copy-img .user2 {
  width: 120px;
  position: absolute;
  right: 50px;
  bottom: -5px;
}
@media only screen and (max-width:1360px) {
  .vision .catch-copy .catch-copy-img .user2 {
    right: 0;
  }
}
@media only screen and (max-width:1200px) {
  .vision .catch-copy .catch-copy-img .user2 {
    width: 100px;
  }
}
@media only screen and (max-width:969px) {
  .vision .catch-copy .catch-copy-img .user2 {
    width: 80px;
  }
}
@media only screen and (max-width:767px) {
  .vision .catch-copy .catch-copy-img .user2 {
    right: 150px;
  }
}
@media only screen and (max-width:480px) {
  .vision .catch-copy .catch-copy-img .user2 {
    right: 120px;
    width: 64px;
  }
}
.vision .catch-copy .catch-copy-img .seniors {
  display: none;
}
@media only screen and (max-width:767px) {
  .vision .catch-copy .catch-copy-img .seniors {
    width: 90px;
    right: 30px;
    bottom: -3px;
    position: absolute;
    display: block;
  }
}
@media only screen and (max-width:480px) {
  .vision .catch-copy .catch-copy-img .seniors {
    width: 70px;
    right: 15px;
  }
}
.vision .catch-copy .catch-copy-text {
  position: relative;
  z-index: 10;
}
@media only screen and (max-width:767px) {
  .vision .catch-copy .catch-copy-text {
    margin-bottom: 120px;
  }
}
@media only screen and (max-width:480px) {
  .vision .catch-copy .catch-copy-text {
    margin-bottom: 0;
  }
}
.vision .catch-copy .catch-copy-text p.lead {
  font-weight: 700;
  font-size: clamp(1.8rem, 2vw, 3.2rem) !important;
  min-height: 0vw;
  color: #1d4565;
  margin: 0 0 1em;
  line-height: 1.4em;
}
.vision .catch-copy .catch-copy-text p {
  line-height: 2em;
}
.vision .catch-copy .catch-copy-text p.caution {
  margin-top: 1em;
  font-size: 90%;
}
.vision .catch-copy .catch-copy-text .linkBtn {
  margin-top: 2.5em;
}
@media only screen and (max-width:1200px) {
  .vision .catch-copy .catch-copy-text .linkBtn {
    width: 220px;
    height: 60px;
  }
}
@media only screen and (max-width:480px) {
  .vision .catch-copy .catch-copy-text .linkBtn {
    width: 180px;
    height: 40px;
  }
}
.vision .catch-copy .catch-copy-text .seniors {
  width: 140px;
  position: absolute;
  right: -45px;
  bottom: -20px;
}
@media only screen and (max-width:1360px) {
  .vision .catch-copy .catch-copy-text .seniors {
    right: 15px;
  }
}
@media only screen and (max-width:1200px) {
  .vision .catch-copy .catch-copy-text .seniors {
    width: 120px;
    right: -30px;
  }
}
@media only screen and (max-width:969px) {
  .vision .catch-copy .catch-copy-text .seniors {
    width: 110px;
  }
}
@media only screen and (max-width:767px) {
  .vision .catch-copy .catch-copy-text .seniors {
    display: none;
  }
}

@-webkit-keyframes fly-to-right {
  0% {
    left: -100px;
  }
  100% {
    left: calc(100% - 100px);
    /* 鳥の幅ぶん引いて画面内に留める */
    bottom: 230px;
    @media only screen and (max-width:480px) {
      bottom: 200px;
    }
  }
}

@keyframes fly-to-right {
  0% {
    left: -100px;
  }
  100% {
    left: calc(100% - 100px);
    /* 鳥の幅ぶん引いて画面内に留める */
    bottom: 230px;
    @media only screen and (max-width:480px) {
      bottom: 200px;
    }
  }
}
@-webkit-keyframes fly-to-right2 {
  0% {
    left: 45%;
  }
  100% {
    left: calc(70% - 100px);
    /* 鳥の幅ぶん引いて画面内に留める */
    bottom: 200px;
  }
}
@keyframes fly-to-right2 {
  0% {
    left: 45%;
  }
  100% {
    left: calc(70% - 100px);
    /* 鳥の幅ぶん引いて画面内に留める */
    bottom: 200px;
  }
}
@-webkit-keyframes fly-to-right3 {
  0% {
    left: -100px;
  }
  100% {
    left: calc(70% - 100px);
    /* 鳥の幅ぶん引いて画面内に留める */
    bottom: 150px;
  }
}
@keyframes fly-to-right3 {
  0% {
    left: -100px;
  }
  100% {
    left: calc(70% - 100px);
    /* 鳥の幅ぶん引いて画面内に留める */
    bottom: 150px;
  }
}
@-webkit-keyframes fly-to-right4 {
  0% {
    left: -100px;
  }
  100% {
    left: calc(90% - 100px);
    /* 鳥の幅ぶん引いて画面内に留める */
    bottom: 130px;
  }
}
@keyframes fly-to-right4 {
  0% {
    left: -100px;
  }
  100% {
    left: calc(90% - 100px);
    /* 鳥の幅ぶん引いて画面内に留める */
    bottom: 130px;
  }
}
/* 上下にふわふわする */
@-webkit-keyframes float-updown {
  0%, 100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
@keyframes float-updown {
  0%, 100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
/*  -------------------------------------
	product
  -------------------------------------*/
.product .page-top {
  position: relative;
}
.product .page-top:before {
  content: "";
  background: rgba(217, 245, 145, 0.3);
  width: 30%;
  height: 530px;
  position: absolute;
  left: 0;
  top: 50%;
}
@media only screen and (max-width:768px) {
  .product .page-top:before {
    height: 350px;
  }
}
@media only screen and (max-width:480px) {
  .product .page-top:before {
    height: 200px;
    width: 30%;
  }
}
@media only screen and (max-width:991px) {
  .product .product-content .product-content-box__text {
    -ms-flex-preferred-size: 52%;
        flex-basis: 52%;
  }
}
@media only screen and (max-width:991px) {
  .product .product-content .product-content-box__text p.lead {
    font-size: clamp(1.6rem, 2vw, 1.7rem) !important;
  }
}
@media only screen and (max-width:768px) {
  .product .product-content .product-content-box__text p.lead {
    text-align: center;
  }
}
@media only screen and (max-width:480px) {
  .product .product-content .product-content-box__text p.lead br {
    display: block;
  }
}
@media only screen and (max-width:991px) {
  .product .product-content .product-content-box__text p {
    font-size: clamp(1.1rem, 2vw, 1.4rem) !important;
  }
}
@media only screen and (max-width:768px) {
  .product .product-content .product-content-box__text p {
    text-align: center;
  }
}
@media only screen and (max-width:480px) {
  .product .product-content .product-content-box__text p {
    text-align: left;
  }
  .product .product-content .product-content-box__text p br {
    display: none;
  }
}
.product .standard__title h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 60px;
}
@media only screen and (max-width:768px) {
  .product .standard__title h2 {
    margin: 0 0 45px;
  }
}
@media only screen and (max-width:480px) {
  .product .standard__title h2 {
    margin: 0 0 30px;
  }
}
.product .standard__content__box {
  background: #f1ecd3;
  padding: 90px 45px;
  border-radius: 40px;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin: 0 0 90px;
}
.product .standard__content__box:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width:991px) {
  .product .standard__content__box {
    padding: 60px 30px;
  }
}
@media only screen and (max-width:768px) {
  .product .standard__content__box {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width:480px) {
  .product .standard__content__box {
    display: block;
    padding: 45px 30px;
  }
}
.product .standard__content__box:nth-of-type(2) {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.product .standard__content__box:nth-of-type(2) .standard__content__box__img {
  margin-top: 10%;
}
@media only screen and (max-width:991px) {
  .product .standard__content__box:nth-of-type(2) .standard__content__box__img {
    margin-top: 15%;
  }
}
.product .standard__content__box__img {
  -ms-flex-preferred-size: 46%;
      flex-basis: 46%;
}
@media only screen and (max-width:480px) {
  .product .standard__content__box__img {
    margin-bottom: 45px;
  }
}
.product .standard__content__box__img p {
  font-family: "Jost", sans-serif;
  font-size: clamp(2rem, 2vw, 3rem);
  color: #94b341;
  font-weight: 500;
  line-height: 1.4em;
  letter-spacing: 0.05em;
  margin-top: 1em;
}
.product .standard__content__box__text {
  -ms-flex-preferred-size: 46%;
      flex-basis: 46%;
}
.product .standard__content__box__text h3 {
  color: #94b341;
  font-weight: 700;
  font-size: clamp(1.6rem, 2vw, 2.4rem);
  margin: 0 0 20px;
}
@media only screen and (max-width:768px) {
  .product .standard__content__box__text h3 {
    font-size: clamp(1.4rem, 2vw, 1.6rem);
    margin: 0 0 10px;
  }
}
.product .standard__content__box__text p.lead {
  font-size: clamp(2rem, 2vw, 3rem);
  color: #1d4565;
  font-weight: 700;
  margin: 0 0 30px;
}
@media only screen and (max-width:768px) {
  .product .standard__content__box__text p.lead {
    font-size: clamp(1.6rem, 2vw, 2rem);
    margin: 0 0 20px;
  }
}
.product .standard__content__box__text p {
  line-height: 2em;
}
@media only screen and (max-width:991px) {
  .product .standard__content__box__text p {
    font-size: clamp(1.2rem, 2vw, 1.4rem);
  }
}
@media only screen and (max-width:768px) {
  .product .standard__content__box__text p {
    font-size: clamp(1.1rem, 2vw, 1.2rem);
  }
}
.product .standard__content__box__text .s-list {
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  margin-top: 45px;
}
@media only screen and (max-width:991px) {
  .product .standard__content__box__text .s-list {
    padding: 20px 10px;
  }
}
@media only screen and (max-width:768px) {
  .product .standard__content__box__text .s-list {
    margin-top: 30px;
  }
}
.product .standard__content__box__text .s-list ul {
  font-weight: 500;
  color: #1d4565;
  margin: 0;
}
.product .standard__content__box__text .s-list ul li {
  position: relative;
  padding-left: 1.25em;
  margin-bottom: 0.5em;
  line-height: 1.4em;
}
@media only screen and (max-width:991px) {
  .product .standard__content__box__text .s-list ul li {
    font-size: clamp(1.1rem, 2vw, 1.3rem);
  }
}
@media only screen and (max-width:768px) {
  .product .standard__content__box__text .s-list ul li {
    font-size: clamp(1.1rem, 2vw, 1.2rem);
  }
}
.product .standard__content__box__text .s-list ul li:last-child {
  margin-bottom: 0;
}
.product .standard__content__box__text .s-list ul li:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.product .standard__content__box__text .s-list dl.acMenu {
  margin-bottom: 0;
  margin-left: 1em;
}
@media only screen and (max-width:991px) {
  .product .standard__content__box__text .s-list dl.acMenu {
    margin-top: 1em;
    font-size: clamp(1.1rem, 2vw, 1.3rem);
  }
  .product .standard__content__box__text .s-list dl.acMenu dd {
    padding: 0;
    border-radius: 0;
  }
}

/*  -------------------------------------
	page:about
  -------------------------------------*/
.about .page-top {
  position: relative;
  margin-bottom: 120px;
}
@media only screen and (max-width:1200px) {
  .about .page-top {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width:480px) {
  .about .page-top {
    margin-bottom: 30px;
  }
}
.about .page-top:before {
  content: "";
  background: rgba(75, 178, 215, 0.15);
  width: 30%;
  height: 530px;
  position: absolute;
  left: 0;
  top: 50%;
}
@media only screen and (max-width:768px) {
  .about .page-top:before {
    height: 350px;
  }
}
@media only screen and (max-width:480px) {
  .about .page-top:before {
    height: 200px;
    width: 30%;
  }
}
.about .page-top .shop-gallery {
  width: 60%;
  height: 513px;
  position: absolute;
  right: 0;
  top: 40%;
}
.about .page-top .shop-gallery__post {
  width: 385px;
}
@media only screen and (max-width:1200px) {
  .about .page-top .shop-gallery__post {
    width: 320px;
  }
}
@media only screen and (max-width:991px) {
  .about .page-top .shop-gallery__post {
    width: 270px;
  }
}
@media only screen and (max-width:768px) {
  .about .page-top .shop-gallery__post {
    width: 220px;
  }
}
@media only screen and (max-width:480px) {
  .about .page-top .shop-gallery__post {
    width: 180px;
  }
}
.about .page-top .shop-gallery__post img {
  aspect-ratio: 2/3;
}
@media only screen and (max-width:991px) {
  .about .about-content {
    padding-bottom: 0;
  }
}
.about .about-content .col-sm-12 {
  padding: 0;
}
.about .about-content .about-content-wrap {
  width: 60%;
  margin-left: 40%;
}
@media only screen and (max-width:480px) {
  .about .about-content .about-content-wrap {
    width: 100%;
    margin-left: 0;
    padding: 0 15px;
  }
}
.about .about-content .about-content-wrap p.lead {
  font-family: "Jost", sans-serif;
  color: #94b341;
  font-weight: 500;
  font-size: clamp(2.4rem, 2vw, 4.8rem);
}
@media only screen and (max-width:687px) {
  .about .about-content .about-content-wrap p.lead {
    font-size: clamp(1.8rem, 2vw, 2.4rem);
  }
}
.about .about-content .about-content-wrap .about-content-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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width:991px) {
  .about .about-content .about-content-wrap .about-content-box {
    display: block;
    padding-right: 30px;
  }
}
@media only screen and (max-width:480px) {
  .about .about-content .about-content-wrap .about-content-box {
    padding-right: 0;
  }
}
.about .about-content .about-content-wrap .about-content-box__img {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
}
.about .about-content .about-content-wrap .about-content-box__img img {
  width: 80%;
  margin: 0 auto;
}
@media only screen and (max-width:991px) {
  .about .about-content .about-content-wrap .about-content-box__img img {
    width: 50%;
    margin: 0 0 30px;
  }
}
.about .about-content .about-content-wrap .about-content-box__text {
  -ms-flex-preferred-size: 55%;
      flex-basis: 55%;
}
.about .about-content .about-content-wrap .about-content-box__text p {
  line-height: 2em;
}

.about-links .about-links-wrap {
  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: wrap;
      flex-wrap: wrap;
  background: #f1ecd3;
  padding: 90px;
  border-radius: 60px;
}
@media only screen and (max-width:991px) {
  .about-links .about-links-wrap {
    padding: 45px;
    border-radius: 45px;
  }
}
@media only screen and (max-width:768px) {
  .about-links .about-links-wrap {
    padding: 30px;
  }
}
@media only screen and (max-width:480px) {
  .about-links .about-links-wrap {
    padding: 20px;
    border-radius: 20px;
  }
}
.about-links .about-links-wrap .about-links-bnr {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  aspect-ratio: 16/9;
  position: relative;
  margin-bottom: 4%;
  overflow: hidden;
  border-radius: 30px;
}
@media only screen and (max-width:991px) {
  .about-links .about-links-wrap .about-links-bnr {
    border-radius: 20px;
  }
}
@media only screen and (max-width:768px) {
  .about-links .about-links-wrap .about-links-bnr {
    border-radius: 15px;
  }
}
@media only screen and (max-width:687px) {
  .about-links .about-links-wrap .about-links-bnr {
    aspect-ratio: 4/3;
  }
}
.about-links .about-links-wrap .about-links-bnr:before {
  background: rgba(33, 33, 33, 0.5);
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(50%, rgba(0, 0, 0, 0.3)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.7 !important;
  position: absolute !important;
  height: 50% !important;
  width: 100% !important;
  left: 0px !important;
  bottom: 0px !important;
  border-radius: 0 0 30px 30px;
  z-index: 2;
}
@media only screen and (max-width:991px) {
  .about-links .about-links-wrap .about-links-bnr:before {
    border-radius: 0 0 20px 20px;
    height: 65% !important;
  }
}
@media only screen and (max-width:768px) {
  .about-links .about-links-wrap .about-links-bnr:before {
    border-radius: 0 0 15px 15px;
    height: 60% !important;
  }
}
.about-links .about-links-wrap .about-links-bnr:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-radius: 30px;
}
@media only screen and (max-width:991px) {
  .about-links .about-links-wrap .about-links-bnr:after {
    border-radius: 20px;
  }
}
@media only screen and (max-width:768px) {
  .about-links .about-links-wrap .about-links-bnr:after {
    border-radius: 15px;
  }
}
.about-links .about-links-wrap .about-links-bnr:hover:after {
  opacity: 0.8;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.about-links .about-links-wrap .about-links-bnr__text {
  text-align: center;
  width: 100%;
  z-index: 3;
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  color: #fff;
}
@media only screen and (max-width:768px) {
  .about-links .about-links-wrap .about-links-bnr__text {
    bottom: 15px;
  }
}
.about-links .about-links-wrap .about-links-bnr__text h3 {
  text-shadow: 0px 0px 15px #000;
  font-weight: 700;
  margin: 0 0 0.5em;
}
@media only screen and (max-width:991px) {
  .about-links .about-links-wrap .about-links-bnr__text h3 {
    font-size: clamp(1.4rem, 2vw, 2.1rem);
  }
}
@media only screen and (max-width:768px) {
  .about-links .about-links-wrap .about-links-bnr__text h3 {
    text-shadow: 0px 0px 8px #000;
  }
}
@media only screen and (max-width:480px) {
  .about-links .about-links-wrap .about-links-bnr__text h3 {
    font-size: clamp(1.1rem, 2vw, 1.2rem);
  }
}
.about-links .about-links-wrap .about-links-bnr__text p {
  font-family: "Jost", sans-serif;
  line-height: 1em;
  font-weight: 500;
  text-shadow: 0px 0px 15px #000;
}
@media only screen and (max-width:480px) {
  .about-links .about-links-wrap .about-links-bnr__text p {
    font-size: 1rem;
  }
}
.about-links .about-links-wrap .about-links-bnr:nth-of-type(1):after {
  background: url(assets/img/about/about-links1.jpg);
  background-size: cover;
  background-position: center center;
}
.about-links .about-links-wrap .about-links-bnr:nth-of-type(2):after {
  background: url(assets/img/about/about-links2.jpg);
  background-size: cover;
  background-position: center center;
}
.about-links .about-links-wrap .about-links-bnr:nth-of-type(3):after {
  background: url(assets/img/about/about-links3.jpg);
  background-size: cover;
  background-position: center center;
}
.about-links .about-links-wrap .about-links-bnr:nth-of-type(4):after {
  background: url(assets/img/about/about-links4.jpg);
  background-size: cover;
  background-position: center center;
}
.about-links .about-links-wrap .about-links-bnr:nth-of-type(5):after {
  background: url(assets/img/about/about-links5.jpg);
  background-size: cover;
  background-position: center center;
}
.about-links .about-links-wrap .about-links-bnr:nth-of-type(3), .about-links .about-links-wrap .about-links-bnr:nth-of-type(4), .about-links .about-links-wrap .about-links-bnr:nth-of-type(5) {
  margin-bottom: 0;
  -ms-flex-preferred-size: 31.3%;
      flex-basis: 31.3%;
  aspect-ratio: 4/3;
}
@media only screen and (max-width:687px) {
  .about-links .about-links-wrap .about-links-bnr:nth-of-type(3), .about-links .about-links-wrap .about-links-bnr:nth-of-type(4), .about-links .about-links-wrap .about-links-bnr:nth-of-type(5) {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    margin-bottom: 4%;
  }
}
.about-links .about-links-wrap .about-links-bnr:nth-of-type(3) h3, .about-links .about-links-wrap .about-links-bnr:nth-of-type(4) h3, .about-links .about-links-wrap .about-links-bnr:nth-of-type(5) h3 {
  font-size: clamp(1.4rem, 1.5vw, 2.1rem);
  margin: 0 0 0.5em;
}
@media only screen and (max-width:480px) {
  .about-links .about-links-wrap .about-links-bnr:nth-of-type(3) h3, .about-links .about-links-wrap .about-links-bnr:nth-of-type(4) h3, .about-links .about-links-wrap .about-links-bnr:nth-of-type(5) h3 {
    font-size: clamp(1.1rem, 2vw, 1.2rem);
  }
}
.about-links .about-links-wrap .about-links-bnr:nth-of-type(3) p, .about-links .about-links-wrap .about-links-bnr:nth-of-type(4) p, .about-links .about-links-wrap .about-links-bnr:nth-of-type(5) p {
  font-size: clamp(1.2rem, 2vw, 1.4rem);
  line-height: 1em;
}
@media only screen and (max-width:480px) {
  .about-links .about-links-wrap .about-links-bnr:nth-of-type(3) p, .about-links .about-links-wrap .about-links-bnr:nth-of-type(4) p, .about-links .about-links-wrap .about-links-bnr:nth-of-type(5) p {
    font-size: 1rem;
  }
}
@media only screen and (max-width:687px) {
  .about-links .about-links-wrap .about-links-bnr:nth-of-type(5) {
    margin-bottom: 0;
  }
}

/*  -------------------------------------
	archive
  -------------------------------------*/
.archive .archive-post-wrap, .information .archive-post-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #fff;
  padding: 90px;
  border-radius: 60px;
}
@media only screen and (max-width:1200px) {
  .archive .archive-post-wrap, .information .archive-post-wrap {
    padding: 60px;
    border-radius: 45px;
  }
}
@media only screen and (max-width:991px) {
  .archive .archive-post-wrap, .information .archive-post-wrap {
    padding: 45px;
    border-radius: 30px;
  }
}
@media only screen and (max-width:768px) {
  .archive .archive-post-wrap, .information .archive-post-wrap {
    padding: 30px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (max-width:480px) {
  .archive .archive-post-wrap, .information .archive-post-wrap {
    padding: 20px;
  }
}
.archive .archive-post-wrap .archive-info-post, .information .archive-post-wrap .archive-info-post {
  -ms-flex-preferred-size: 31.3%;
      flex-basis: 31.3%;
  margin: 0 0 6%;
}
@media only screen and (max-width:768px) {
  .archive .archive-post-wrap .archive-info-post, .information .archive-post-wrap .archive-info-post {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    margin: 0 0 8%;
  }
}
.archive .archive-post-wrap .archive-info-post:nth-of-type(2), .archive .archive-post-wrap .archive-info-post:nth-of-type(5), .archive .archive-post-wrap .archive-info-post:nth-of-type(8), .information .archive-post-wrap .archive-info-post:nth-of-type(2), .information .archive-post-wrap .archive-info-post:nth-of-type(5), .information .archive-post-wrap .archive-info-post:nth-of-type(8) {
  margin: 0 3% 6%;
}
@media only screen and (max-width:768px) {
  .archive .archive-post-wrap .archive-info-post:nth-of-type(2), .archive .archive-post-wrap .archive-info-post:nth-of-type(5), .archive .archive-post-wrap .archive-info-post:nth-of-type(8), .information .archive-post-wrap .archive-info-post:nth-of-type(2), .information .archive-post-wrap .archive-info-post:nth-of-type(5), .information .archive-post-wrap .archive-info-post:nth-of-type(8) {
    margin: 0 0 8%;
  }
}
.archive .archive-post-wrap .archive-info-post:nth-of-type(7), .archive .archive-post-wrap .archive-info-post:nth-of-type(8), .archive .archive-post-wrap .archive-info-post:nth-of-type(9), .information .archive-post-wrap .archive-info-post:nth-of-type(7), .information .archive-post-wrap .archive-info-post:nth-of-type(8), .information .archive-post-wrap .archive-info-post:nth-of-type(9) {
  margin-bottom: 0;
}
@media only screen and (max-width:768px) {
  .archive .archive-post-wrap .archive-info-post:nth-of-type(7), .archive .archive-post-wrap .archive-info-post:nth-of-type(8), .archive .archive-post-wrap .archive-info-post:nth-of-type(9), .information .archive-post-wrap .archive-info-post:nth-of-type(7), .information .archive-post-wrap .archive-info-post:nth-of-type(8), .information .archive-post-wrap .archive-info-post:nth-of-type(9) {
    margin: 0 0 8%;
  }
}
.archive .archive-post-wrap .archive-info-post__img, .information .archive-post-wrap .archive-info-post__img {
  border-radius: 20px;
  overflow: hidden;
}
@media only screen and (max-width:991px) {
  .archive .archive-post-wrap .archive-info-post__img, .information .archive-post-wrap .archive-info-post__img {
    border-radius: 15px;
  }
}
@media only screen and (max-width:768px) {
  .archive .archive-post-wrap .archive-info-post__img, .information .archive-post-wrap .archive-info-post__img {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    border-radius: 10px;
  }
}
.archive .archive-post-wrap .archive-info-post__img img, .information .archive-post-wrap .archive-info-post__img img {
  border-radius: 20px;
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  aspect-ratio: 3/2;
}
.archive .archive-post-wrap .archive-info-post__img img:hover, .information .archive-post-wrap .archive-info-post__img img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  opacity: 0.8;
}
@media only screen and (max-width:991px) {
  .archive .archive-post-wrap .archive-info-post__img img, .information .archive-post-wrap .archive-info-post__img img {
    border-radius: 15px;
  }
}
@media only screen and (max-width:768px) {
  .archive .archive-post-wrap .archive-info-post__img img, .information .archive-post-wrap .archive-info-post__img img {
    border-radius: 10px;
  }
}
@media only screen and (max-width:768px) {
  .archive .archive-post-wrap .archive-info-post__txt, .information .archive-post-wrap .archive-info-post__txt {
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
  }
}
.archive .archive-post-wrap .archive-info-post__txt .p-title, .information .archive-post-wrap .archive-info-post__txt .p-title {
  margin: 0.5em 0;
  line-height: 1.4em;
  font-weight: 500;
}
@media only screen and (max-width:991px) {
  .archive .archive-post-wrap .archive-info-post__txt .p-title, .information .archive-post-wrap .archive-info-post__txt .p-title {
    font-size: clamp(1.1rem, 1.8vw, 1.4rem);
  }
}
.archive .archive-post-wrap .archive-info-post__txt .p-date, .information .archive-post-wrap .archive-info-post__txt .p-date {
  font-size: 14px;
  font-family: "Jost", sans-serif;
  color: #1d4565;
  margin-bottom: 1em;
}
@media only screen and (max-width:768px) {
  .archive .archive-post-wrap .archive-info-post__txt .p-date, .information .archive-post-wrap .archive-info-post__txt .p-date {
    font-size: 12px;
    margin-bottom: 0.5em;
  }
}
.archive .archive-post-wrap .archive-info-post__txt ul, .information .archive-post-wrap .archive-info-post__txt ul {
  margin: 0;
}
.archive .archive-post-wrap .archive-info-post__txt ul li a, .information .archive-post-wrap .archive-info-post__txt ul li a {
  font-size: 12px;
  border: 1px solid #1d4565;
  margin: 0 2.5px;
  padding: 2.5px 5px;
  border-radius: 5px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media only screen and (max-width:768px) {
  .archive .archive-post-wrap .archive-info-post__txt ul li a, .information .archive-post-wrap .archive-info-post__txt ul li a {
    font-size: 10px;
  }
}
.archive .archive-post-wrap .archive-info-post__txt ul li a:hover, .information .archive-post-wrap .archive-info-post__txt ul li a:hover {
  background: #1d4565;
  color: #fff !important;
  border: 1px solid #1d4565 !important;
}

/*  -------------------------------------
	single-shop
  -------------------------------------*/
.single-shop .shop-top {
  width: 100%;
  /*height: 90vh;*/
  height: auto;
  aspect-ratio: 3/2;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  background-position: center center;
  /*@media only screen and (max-width:1499px){
  	height: 70vh;
  }
  @media only screen and (max-width:768px){
  	height: 50vh;
  }
  @media only screen and (max-width:480px){
  	height: 40vh;
  }*/
}
.single-shop .shop-desc .shop-desc-wrap {
  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;
  padding: 60px;
  background: #fff;
  border-radius: 40px;
}
@media only screen and (max-width:768px) {
  .single-shop .shop-desc .shop-desc-wrap {
    padding: 45px;
  }
}
@media only screen and (max-width:480px) {
  .single-shop .shop-desc .shop-desc-wrap {
    display: block;
    padding: 30px;
    border-radius: 20px;
  }
}
.single-shop .shop-desc .shop-desc-wrap__info {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}
@media only screen and (max-width:768px) {
  .single-shop .shop-desc .shop-desc-wrap__info {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
}
@media only screen and (max-width:480px) {
  .single-shop .shop-desc .shop-desc-wrap__info {
    margin-bottom: 15px;
  }
}
.single-shop .shop-desc .shop-desc-wrap__info .shop-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0 0 30px;
}
@media only screen and (max-width:480px) {
  .single-shop .shop-desc .shop-desc-wrap__info .shop-name {
    margin: 0 0 15px;
  }
}
.single-shop .shop-desc .shop-desc-wrap__info .shop-name h2.c-title {
  margin: 0;
}
@media only screen and (max-width:480px) {
  .single-shop .shop-desc .shop-desc-wrap__info .shop-name h2.c-title {
    font-size: 2em !important;
  }
}
.single-shop .shop-desc .shop-desc-wrap__info .shop-name img {
  width: 30px;
}
@media only screen and (max-width:768px) {
  .single-shop .shop-desc .shop-desc-wrap__info .shop-name img {
    width: 20px;
  }
}
.single-shop .shop-desc .shop-desc-wrap__info ul {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 30px;
}
@media only screen and (max-width:480px) {
  .single-shop .shop-desc .shop-desc-wrap__info ul {
    margin: 0 0 15px;
  }
}
.single-shop .shop-desc .shop-desc-wrap__info ul li {
  letter-spacing: 0.001em;
  background: #f1ecd3;
  font-size: 14px;
  margin: 0 3px 3px;
  padding: 2.5px 5px;
  border-radius: 8px;
  font-weight: 500;
  display: block;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #1d4565 !important;
}
@media only screen and (max-width:768px) {
  .single-shop .shop-desc .shop-desc-wrap__info ul li {
    margin-bottom: 5px;
    font-size: 10px;
  }
}
@media only screen and (max-width:480px) {
  .single-shop .shop-desc .shop-desc-wrap__info ul li {
    margin-bottom: 0;
  }
}
.single-shop .shop-desc .shop-desc-wrap__info p.shop-address {
  font-weight: 500;
  color: #1d4565;
}
.single-shop .shop-desc .shop-desc-wrap__text {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
}
@media only screen and (max-width:768px) {
  .single-shop .shop-desc .shop-desc-wrap__text {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
.single-shop .shop-desc .shop-desc-wrap__text p {
  line-height: 2em;
  font-size: clamp(1.3rem, 2vw, 1.7rem);
  min-height: 0vw;
}
.single-shop .shop-slide {
  position: relative;
}
.single-shop .shop-slide .shop-gallery__post {
  width: 450px;
  margin: 0 1em;
}
@media only screen and (max-width:1200px) {
  .single-shop .shop-slide .shop-gallery__post {
    width: 300px;
  }
}
@media only screen and (max-width:768px) {
  .single-shop .shop-slide .shop-gallery__post {
    width: 200px;
  }
}
.single-shop .shop-slide .shop-gallery__post img {
  border-radius: 20px;
}
.single-shop .shop-slide #shop-user1 {
  position: absolute;
  left: 60px;
  bottom: 30px;
}
@media only screen and (max-width:768px) {
  .single-shop .shop-slide #shop-user1 {
    left: 15px;
  }
}
.single-shop .shop-slide #shop-user1 img {
  width: 120px;
}
@media only screen and (max-width:991px) {
  .single-shop .shop-slide #shop-user1 img {
    width: 120px;
  }
}
@media only screen and (max-width:768px) {
  .single-shop .shop-slide #shop-user1 img {
    width: 75px;
  }
}
.single-shop .shop-slide #shop-user2 {
  position: absolute;
  right: 60px;
  bottom: 30px;
}
@media only screen and (max-width:768px) {
  .single-shop .shop-slide #shop-user2 {
    right: 30px;
  }
}
@media only screen and (max-width:480px) {
  .single-shop .shop-slide #shop-user2 {
    right: 15px;
  }
}
.single-shop .shop-slide #shop-user2 img {
  width: 140px;
}
@media only screen and (max-width:991px) {
  .single-shop .shop-slide #shop-user2 img {
    width: 100px;
  }
}
@media only screen and (max-width:768px) {
  .single-shop .shop-slide #shop-user2 img {
    width: 90px;
  }
}
.single-shop .shop-message .shop-message-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media only screen and (max-width:480px) {
  .single-shop .shop-message .shop-message-content {
    display: block;
  }
}
.single-shop .shop-message .shop-message-content__img {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
  max-width: 45%;
}
@media only screen and (max-width:480px) {
  .single-shop .shop-message .shop-message-content__img {
    max-width: 100%;
  }
}
.single-shop .shop-message .shop-message-content__img img {
  border-radius: 40px;
}
.single-shop .shop-message .shop-message-content__img .slick-dots {
  text-align: left;
  bottom: -30px;
}
.single-shop .shop-message .shop-message-content__img .slick-dots li {
  width: 50px;
  height: 4px;
}
@media only screen and (max-width:768px) {
  .single-shop .shop-message .shop-message-content__img .slick-dots li {
    width: 30px;
  }
}
.single-shop .shop-message .shop-message-content__img .slick-dots li button {
  background: #d6d6d6;
  width: 50px;
  height: 4px;
  padding: 0;
}
@media only screen and (max-width:768px) {
  .single-shop .shop-message .shop-message-content__img .slick-dots li button {
    width: 30px;
  }
}
.single-shop .shop-message .shop-message-content__img .slick-dots li button:before {
  display: none;
}
.single-shop .shop-message .shop-message-content__img .slick-dots li.slick-active button {
  background: #94b341;
}
.single-shop .shop-message .shop-message-content__text {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media only screen and (max-width:480px) {
  .single-shop .shop-message .shop-message-content__text {
    max-width: 100%;
    margin-top: 45px;
  }
}
.single-shop .shop-message .shop-message-content__text__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: absolute;
  right: 0px;
  top: 0;
}
.single-shop .shop-message .shop-message-content__text__title h2.c-title {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  font-size: clamp(1.8rem, 2.5vw, 3.6rem) !important;
  min-height: 0vw;
  position: relative;
  margin-right: 0.5em;
}
.single-shop .shop-message .shop-message-content__text__title h2.c-title:before {
  content: "";
  background: url(assets/img/shop/leaf.png) no-repeat;
  background-size: contain;
  width: 30px;
  height: 20px;
  position: absolute;
  top: -35px;
}
@media only screen and (max-width:480px) {
  .single-shop .shop-message .shop-message-content__text__title h2.c-title:before {
    top: -25px;
    width: 20px;
  }
}
.single-shop .shop-message .shop-message-content__text__title p.c-sub_title {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  font-weight: 400;
  font-size: clamp(1.4rem, 1.8vw, 2.1rem) !important;
  min-height: 0vw;
  line-height: 1em;
}
.single-shop .shop-message .shop-message-content__text__textarea {
  width: 80%;
  margin-bottom: 28px;
}
.single-shop .shop-message .shop-message-content__text__textarea h3 {
  color: #1d4565;
  line-height: 1.4em;
  font-size: clamp(1.6rem, 1.8vw, 2.4rem) !important;
  min-height: 0vw;
}
@media only screen and (max-width:480px) {
  .single-shop .shop-message .shop-message-content__text__textarea h3 {
    margin: 0 0 0.5em;
  }
}
.single-shop .shop-message .shop-message-content__text__textarea p {
  line-height: 1.8em;
}
@media only screen and (max-width:991px) {
  .single-shop .shop-message .shop-message-content__text__textarea p {
    font-size: clamp(1.2rem, 2vw, 1.4rem);
  }
}
.single-shop .shop-message .shop-message-content__text .olive {
  position: absolute;
  right: -120px;
  bottom: 0;
  width: 150px;
}
@media only screen and (max-width:1360px) {
  .single-shop .shop-message .shop-message-content__text .olive {
    right: -60px;
  }
}
@media only screen and (max-width:1200px) {
  .single-shop .shop-message .shop-message-content__text .olive {
    width: 120px;
  }
}
@media only screen and (max-width:991px) {
  .single-shop .shop-message .shop-message-content__text .olive {
    width: 100px;
    right: -70px;
  }
}
@media only screen and (max-width:812px) {
  .single-shop .shop-message .shop-message-content__text .olive {
    right: -40px;
  }
}
@media only screen and (max-width:768px) {
  .single-shop .shop-message .shop-message-content__text .olive {
    width: 80px;
    right: -25px;
  }
}
@media only screen and (max-width:480px) {
  .single-shop .shop-message .shop-message-content__text .olive {
    width: 60px;
    bottom: -45px;
  }
}
.single-shop .shop-info h2.c-title {
  position: absolute;
  left: 90px;
  top: -27px;
  letter-spacing: 0.01em;
}
.single-shop .shop-info .shop-post-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 30px 0 0;
}
@media only screen and (max-width:768px) {
  .single-shop .shop-info .shop-post-wrap {
    display: block;
  }
}
.single-shop .shop-info .shop-post-wrap #sb_instagram .sbi_photo img {
  border-radius: 20px;
}
@media only screen and (max-width:768px) {
  .single-shop .shop-info .shop-post-wrap #sb_instagram .sbi_photo img {
    border-radius: 10px;
  }
}
.single-shop .shop-info .shop-post-wrap .shop-info-post {
  -ms-flex-preferred-size: 31.3%;
      flex-basis: 31.3%;
}
.single-shop .shop-info .shop-post-wrap .shop-info-post:nth-of-type(2) {
  margin: 0 3%;
}
@media only screen and (max-width:768px) {
  .single-shop .shop-info .shop-post-wrap .shop-info-post:nth-of-type(2) {
    margin: 0 0 1em;
  }
}
@media only screen and (max-width:768px) {
  .single-shop .shop-info .shop-post-wrap .shop-info-post {
    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;
    margin: 0 0 1.5em;
  }
}
.single-shop .shop-info .shop-post-wrap .shop-info-post__img {
  border-radius: 20px;
  overflow: hidden;
}
@media only screen and (max-width:768px) {
  .single-shop .shop-info .shop-post-wrap .shop-info-post__img {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    border-radius: 10px;
  }
}
.single-shop .shop-info .shop-post-wrap .shop-info-post__img img {
  border-radius: 20px;
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.single-shop .shop-info .shop-post-wrap .shop-info-post__img img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  opacity: 0.8;
}
@media only screen and (max-width:768px) {
  .single-shop .shop-info .shop-post-wrap .shop-info-post__img img {
    border-radius: 10px;
    aspect-ratio: 1/1;
  }
}
@media only screen and (max-width:768px) {
  .single-shop .shop-info .shop-post-wrap .shop-info-post__txt {
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
  }
}
.single-shop .shop-info .shop-post-wrap .shop-info-post__txt .p-title {
  margin: 0.5em 0;
  line-height: 1.4em;
  font-weight: 500;
}
@media only screen and (max-width:991px) {
  .single-shop .shop-info .shop-post-wrap .shop-info-post__txt .p-title {
    font-size: clamp(1.2rem, 2vw, 1.4rem);
  }
}
@media only screen and (max-width:768px) {
  .single-shop .shop-info .shop-post-wrap .shop-info-post__txt .p-title {
    margin: 0 0 0.5em;
  }
}
.single-shop .shop-info .shop-post-wrap .shop-info-post__txt .p-date {
  font-size: 14px;
  font-family: "Jost", sans-serif;
  color: #1d4565;
  margin-bottom: 1em;
}
@media only screen and (max-width:768px) {
  .single-shop .shop-info .shop-post-wrap .shop-info-post__txt .p-date {
    font-size: 10px;
    margin-bottom: 0.5em;
  }
}
.single-shop .shop-info .shop-post-wrap .shop-info-post__txt ul {
  margin: 0;
}
.single-shop .shop-info .shop-post-wrap .shop-info-post__txt ul li a {
  font-size: 12px;
  border: 1px solid #1d4565;
  margin: 0 2.5px;
  padding: 2.5px 5px;
  border-radius: 5px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media only screen and (max-width:768px) {
  .single-shop .shop-info .shop-post-wrap .shop-info-post__txt ul li a {
    font-size: 10px;
  }
}
.single-shop .shop-info .shop-post-wrap .shop-info-post__txt ul li a:hover {
  background: #1d4565;
  color: #fff !important;
  border: 1px solid #1d4565 !important;
}
.single-shop .shop-info__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.single-shop .shop-info__link li {
  margin: 45px 0.5em 0;
}
@media only screen and (max-width:480px) {
  .single-shop .shop-info__link li {
    margin-top: 0;
  }
}
@media only screen and (max-width:480px) {
  .single-shop .shop-info__link li a {
    width: 160px;
  }
}
.single-shop .shop-info__link li:last-child span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1em;
}
.single-shop .shop-info__link li:last-child span:before {
  content: "";
  background: url(assets/img/icon/icon_ig_w.svg) no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin-right: 0.5em;
}
@media only screen and (max-width:480px) {
  .single-shop .shop-info__link li:last-child span:before {
    width: 15px;
    height: 15px;
  }
}
@media only screen and (max-width:480px) {
  .single-shop .shop-map {
    padding-top: 0;
  }
}
.single-shop .shop-map iframe {
  border-radius: 30px;
}
@media only screen and (max-width:480px) {
  .single-shop .shop-map iframe {
    height: 200px;
  }
}
.single-shop .shop-map .map-link {
  text-align: right;
  display: block;
}
.single-shop .shop-map dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0.5em;
}
.single-shop .shop-map dl:nth-of-type(2) {
  margin-bottom: 0;
}
.single-shop .shop-map dl dt {
  font-weight: normal;
}

/*  -------------------------------------
	post-type-archive-shop
  -------------------------------------*/
@media only screen and (max-width:480px) {
  .post-type-archive-shop .shop-content {
    padding-bottom: 90px;
  }
}
.post-type-archive-shop .shop-content__wrap {
  background: #f1ecd3;
  padding: 90px;
  border-radius: 60px;
}
@media only screen and (max-width:1200px) {
  .post-type-archive-shop .shop-content__wrap {
    padding: 60px;
    border-radius: 45px;
  }
}
@media only screen and (max-width:991px) {
  .post-type-archive-shop .shop-content__wrap {
    padding: 30px;
    border-radius: 30px;
  }
}
@media only screen and (max-width:768px) {
  .post-type-archive-shop .shop-content__wrap {
    padding: 15px;
    border-radius: 15px;
  }
}
.post-type-archive-shop .shop-area:first-of-type {
  margin-bottom: 45px;
}
.post-type-archive-shop .shop-area h3 {
  color: #1d4565;
  font-size: clamp(1.8rem, 2vw, 3rem);
  min-height: 0vw;
  position: relative;
  margin-left: 1%;
  margin-bottom: 45px;
}
@media only screen and (max-width:991px) {
  .post-type-archive-shop .shop-area h3 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width:768px) {
  .post-type-archive-shop .shop-area h3 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width:480px) {
  .post-type-archive-shop .shop-area h3 {
    margin-bottom: 15px;
  }
}
.post-type-archive-shop .shop-area h3:after {
  content: "";
  background: #1d4565;
  height: 1px;
  width: 0%;
  position: absolute;
  left: 3em;
  top: 50%;
}
.post-type-archive-shop .shop-area.active h3:after {
  content: "";
  background: #1d4565;
  height: 1px;
  width: calc(100% - 3em);
  position: absolute;
  left: 3em;
  top: 50%;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.post-type-archive-shop .shop-area .shop-wrap {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width:991px) {
  .post-type-archive-shop .shop-area .shop-wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.post-type-archive-shop .shop-area .shop-wrap .shop-content {
  -ms-flex-preferred-size: 23%;
      flex-basis: 23%;
  background: #fff;
  padding: 15px;
  margin: 0 1% 45px;
  border-radius: 30px;
}
@media only screen and (max-width:991px) {
  .post-type-archive-shop .shop-area .shop-wrap .shop-content {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    margin: 0 0 4%;
  }
}
@media only screen and (max-width:768px) {
  .post-type-archive-shop .shop-area .shop-wrap .shop-content {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    margin: 0 0 4%;
    border-radius: 15px;
  }
}
.post-type-archive-shop .shop-area .shop-wrap .shop-content a.shop-img {
  overflow: hidden;
  border-radius: 20px;
  display: block;
}
@media only screen and (max-width:768px) {
  .post-type-archive-shop .shop-area .shop-wrap .shop-content a.shop-img {
    border-radius: 10px;
  }
}
.post-type-archive-shop .shop-area .shop-wrap .shop-content img {
  border-radius: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width:768px) {
  .post-type-archive-shop .shop-area .shop-wrap .shop-content img {
    border-radius: 10px;
  }
}
.post-type-archive-shop .shop-area .shop-wrap .shop-content img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  opacity: 0.8;
}
.post-type-archive-shop .shop-area .shop-wrap .shop-content p.shop-name {
  text-align: center;
  font-weight: 500;
  color: #1d4565;
  margin: 0.75em 0;
  line-height: 1em;
}
.post-type-archive-shop .shop-area .shop-wrap .shop-content 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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.post-type-archive-shop .shop-area .shop-wrap .shop-content ul li {
  letter-spacing: 0.001em;
  background: #f1ecd3;
  font-size: 12px;
  margin: 0 2.5px 5px;
  padding: 2.5px 5px;
  border-radius: 8px;
  font-weight: 500;
  display: block;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media only screen and (max-width:768px) {
  .post-type-archive-shop .shop-area .shop-wrap .shop-content ul li {
    margin-bottom: 5px;
    font-size: 10px;
  }
}
.post-type-archive-shop .shop-area .shop-wrap .shop-content a.shop-link {
  border: 1px solid #1d4565;
  border-radius: 30px;
  font-size: 14px;
  letter-spacing: 0.001em;
  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;
  margin: 15px auto 0;
  width: 120px;
  height: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.post-type-archive-shop .shop-area .shop-wrap .shop-content a.shop-link:hover {
  background: #1d4565;
  color: #fff !important;
}
.post-type-archive-shop #top-shop-user1 {
  position: absolute;
  right: -30px;
  bottom: -45px;
}
@media only screen and (max-width:768px) {
  .post-type-archive-shop #top-shop-user1 {
    right: 0;
  }
}
.post-type-archive-shop #top-shop-user1 img {
  width: 160px;
}
@media only screen and (max-width:991px) {
  .post-type-archive-shop #top-shop-user1 img {
    width: 120px;
  }
}
@media only screen and (max-width:768px) {
  .post-type-archive-shop #top-shop-user1 img {
    width: 80px;
  }
}
.post-type-archive-shop #top-shop-user2 {
  position: absolute;
  left: 0px;
  bottom: -45px;
}
.post-type-archive-shop #top-shop-user2 img {
  width: 140px;
}
@media only screen and (max-width:991px) {
  .post-type-archive-shop #top-shop-user2 img {
    width: 100px;
  }
}
@media only screen and (max-width:768px) {
  .post-type-archive-shop #top-shop-user2 img {
    width: 70px;
  }
}

/*  -------------------------------------
	single
  -------------------------------------*/
.single p.c-sub_title {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.single .single-content {
  padding-top: 0;
}
.single .single-content .entry-content {
  background: #fff;
  border-radius: 25px;
  padding: 60px;
}
.single .single-content .entry-content__img {
  padding: 0 0 3em !important;
  margin: 0 !important;
}
.single .single-content .entry-content p.date {
  font-family: "Jost", sans-serif;
  color: #1d4565;
}
.single .single-content .entry-content h2.post-title {
  color: #1d4565;
  line-height: 1.4em;
  font-size: clamp(1.6rem, 1.8vw, 2.4rem) !important;
  min-height: 0vw;
  padding: 0 0 20px;
  border-bottom: 1px solid #1d4565;
  margin: 0 0 40px;
}
@media only screen and (max-width:768px) {
  .single .single-content .entry-content h2.post-title {
    margin: 0 0 30px;
  }
}
.single .single-content .entry-content h3.wp-block-heading {
  margin: 2em 0 1em;
}
.single .single-content .entry-content img {
  margin: 1.5em 0;
  width: 100%;
}
.single .single-content .entry-content .tall-image {
  width: 50%;
  height: auto;
  display: block;
  margin: 1.5em auto;
}
.single .single-content .entry-content p {
  font-size: clamp(1.2rem, 1.5vw, 1.6rem) !important;
  min-height: 0vw;
}
.single .single-content .entry-content a {
  color: #0066cc !important;
  border-bottom: 1px solid #0066cc;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.single .single-content .entry-content a:hover {
  border-bottom: 1px solid #0066cc !important;
  opacity: 0.6;
}
.single .single-content .entry-content a img {
  border: none;
}
@media only screen and (max-width:991px) {
  .single .single-content .entry-content {
    padding: 45px;
  }
}
@media only screen and (max-width:480px) {
  .single .single-content .entry-content {
    padding: 30px;
    border-radius: 15px;
  }
}

/*  -------------------------------------
	page:company,history
  -------------------------------------*/
.company #company-content, .company #history-content, .history #company-content, .history #history-content {
  padding-top: 0;
}
.company #company-content .col-md-10 dl, .company #history-content .col-md-10 dl, .history #company-content .col-md-10 dl, .history #history-content .col-md-10 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid #1d4565;
  margin: 0;
  padding: 30px 0;
}
@media only screen and (max-width:687px) {
  .company #company-content .col-md-10 dl, .company #history-content .col-md-10 dl, .history #company-content .col-md-10 dl, .history #history-content .col-md-10 dl {
    display: block;
    padding: 20px 0;
  }
}
.company #company-content .col-md-10 dl:last-child dd ul, .company #history-content .col-md-10 dl:last-child dd ul, .history #company-content .col-md-10 dl:last-child dd ul, .history #history-content .col-md-10 dl:last-child dd ul {
  list-style-type: disc;
}
.company #company-content .col-md-10 dl dt, .company #history-content .col-md-10 dl dt, .history #company-content .col-md-10 dl dt, .history #history-content .col-md-10 dl dt {
  -ms-flex-preferred-size: 15%;
      flex-basis: 15%;
  max-width: 15%;
  font-weight: 500;
  color: #1d4565;
}
@media only screen and (max-width:1200px) {
  .company #company-content .col-md-10 dl dt, .company #history-content .col-md-10 dl dt, .history #company-content .col-md-10 dl dt, .history #history-content .col-md-10 dl dt {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%;
  }
}
@media only screen and (max-width:687px) {
  .company #company-content .col-md-10 dl dt, .company #history-content .col-md-10 dl dt, .history #company-content .col-md-10 dl dt, .history #history-content .col-md-10 dl dt {
    max-width: 100%;
    margin-bottom: 0.5em;
    font-size: clamp(1.3rem, 2vw, 2.1rem);
    min-height: 0vw;
    font-weight: 500;
    color: #1d4565;
  }
}
.company #company-content .col-md-10 dl dd, .company #history-content .col-md-10 dl dd, .history #company-content .col-md-10 dl dd, .history #history-content .col-md-10 dl dd {
  -ms-flex-preferred-size: 85%;
      flex-basis: 85%;
  max-width: 85%;
}
@media only screen and (max-width:1200px) {
  .company #company-content .col-md-10 dl dd, .company #history-content .col-md-10 dl dd, .history #company-content .col-md-10 dl dd, .history #history-content .col-md-10 dl dd {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    max-width: 80%;
  }
}
@media only screen and (max-width:687px) {
  .company #company-content .col-md-10 dl dd, .company #history-content .col-md-10 dl dd, .history #company-content .col-md-10 dl dd, .history #history-content .col-md-10 dl dd {
    max-width: 100%;
  }
}
@media only screen and (max-width:991px) {
  .company #company-content .col-md-10 dl dd span, .company #history-content .col-md-10 dl dd span, .history #company-content .col-md-10 dl dd span, .history #history-content .col-md-10 dl dd span {
    display: block;
  }
}
.company #company-content .col-md-10 dl dd ul, .company #history-content .col-md-10 dl dd ul, .history #company-content .col-md-10 dl dd ul, .history #history-content .col-md-10 dl dd ul {
  list-style-type: decimal;
  list-style-position: inside;
  margin: 0;
  font-size: clamp(1.2rem, 2vw, 1.5rem);
  min-height: 0vw;
}
.company #company-content .col-md-10 dl dd ul li, .company #history-content .col-md-10 dl dd ul li, .history #company-content .col-md-10 dl dd ul li, .history #history-content .col-md-10 dl dd ul li {
  margin-bottom: 0.5em;
}
.company #company-content .col-md-10 dl dd ul li:last-child, .company #history-content .col-md-10 dl dd ul li:last-child, .history #company-content .col-md-10 dl dd ul li:last-child, .history #history-content .col-md-10 dl dd ul li:last-child {
  margin-bottom: 0;
}
.company #company-content .col-md-10 dl dd dl, .company #history-content .col-md-10 dl dd dl, .history #company-content .col-md-10 dl dd dl, .history #history-content .col-md-10 dl dd dl {
  border: none;
  padding-top: 0;
}
.company #company-content .col-md-10 dl dd dl:last-child, .company #history-content .col-md-10 dl dd dl:last-child, .history #company-content .col-md-10 dl dd dl:last-child, .history #history-content .col-md-10 dl dd dl:last-child {
  padding-bottom: 0;
}
@media only screen and (max-width:991px) {
  .company #company-content .col-md-10 dl dd dl dt, .company #history-content .col-md-10 dl dd dl dt, .history #company-content .col-md-10 dl dd dl dt, .history #history-content .col-md-10 dl dd dl dt {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
  .company #company-content .col-md-10 dl dd dl dd, .company #history-content .col-md-10 dl dd dl dd, .history #company-content .col-md-10 dl dd dl dd, .history #history-content .col-md-10 dl dd dl dd {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
  }
}

.company .about-links-wrap .about-links-bnr {
  margin-bottom: 0;
}
@media only screen and (max-width:687px) {
  .company .about-links-wrap .about-links-bnr {
    aspect-ratio: 16/9;
  }
}
.company .about-links-wrap .about-links-bnr:nth-of-type(1):after {
  background: url(assets/img/about/about-links2.jpg);
  background-size: cover;
  background-position: center center;
}
.company .about-links-wrap .about-links-bnr:nth-of-type(2):after {
  background: url(assets/img/about/about-links3.jpg);
  background-size: cover;
  background-position: center center;
}

@media only screen and (max-width:991px) {
  .history #history-content .col-md-10 dl {
    display: block;
  }
}
.history #history-content .col-md-10 dl dt {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  max-width: 20%;
}
@media only screen and (max-width:1200px) {
  .history #history-content .col-md-10 dl dt {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
}
@media only screen and (max-width:991px) {
  .history #history-content .col-md-10 dl dt {
    max-width: 100%;
    margin-bottom: 1em;
    font-weight: 500;
    color: #1d4565;
  }
}
.history #history-content .col-md-10 dl dd {
  -ms-flex-preferred-size: 80%;
      flex-basis: 80%;
  max-width: 80%;
  line-height: 1.6em;
}
@media only screen and (max-width:1200px) {
  .history #history-content .col-md-10 dl dd {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
  }
}
@media only screen and (max-width:991px) {
  .history #history-content .col-md-10 dl dd {
    max-width: 100%;
  }
}
.history #history-content .col-md-10 dl dd dl {
  padding: 0 0 15px;
}
@media only screen and (max-width:991px) {
  .history #history-content .col-md-10 dl dd dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (max-width:991px) {
  .history #history-content .col-md-10 dl dd dl dt, .history #history-content .col-md-10 dl dd dl dd {
    margin-bottom: 0;
    font-weight: 400;
  }
}
.history #history-content .col-md-10 dl dd dl dt {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  max-width: 20%;
}
.history #history-content .col-md-10 dl dd dl dd {
  -ms-flex-preferred-size: 80%;
      flex-basis: 80%;
  max-width: 80%;
}
.history .about-links-wrap .about-links-bnr {
  margin-bottom: 0;
}
@media only screen and (max-width:687px) {
  .history .about-links-wrap .about-links-bnr {
    aspect-ratio: 16/9;
  }
}
.history .about-links-wrap .about-links-bnr:nth-of-type(1):after {
  background: url(assets/img/about/about-links1.jpg);
  background-size: cover;
  background-position: center center;
}
.history .about-links-wrap .about-links-bnr:nth-of-type(2):after {
  background: url(assets/img/about/about-links3.jpg);
  background-size: cover;
  background-position: center center;
}

/*  -------------------------------------
	employment / post-type-archive-recruit / single-recruit / entry / inquiry / supplier-inquiry / property-inquiry / single /archive / privacy / thanks / contact / job-application / thanks-employee /post-type-archive-p-recruit / single-p-recruit
  -------------------------------------*/
.employment .p-page-title, .post-type-archive-recruit .p-page-title, .single-recruit .p-page-title, .entry .p-page-title, .inquiry .p-page-title, .supplier-inquiry .p-page-title, .property-inquiry .p-page-title, .single .p-page-title, .archive .p-page-title, .privacy .p-page-title, .thanks .p-page-title, .contact .p-page-title, .information .p-page-title, .tax-recruit-shop .p-page-title, .error404 .p-page-title, .job-application .p-page-title, .thanks-employee .p-page-title, .post-type-archive-p-recruit .p-page-title, .single-p-recruit .p-page-title {
  position: relative;
}
.employment .p-page-title .c-title, .post-type-archive-recruit .p-page-title .c-title, .single-recruit .p-page-title .c-title, .entry .p-page-title .c-title, .inquiry .p-page-title .c-title, .supplier-inquiry .p-page-title .c-title, .property-inquiry .p-page-title .c-title, .single .p-page-title .c-title, .archive .p-page-title .c-title, .privacy .p-page-title .c-title, .thanks .p-page-title .c-title, .contact .p-page-title .c-title, .information .p-page-title .c-title, .tax-recruit-shop .p-page-title .c-title, .error404 .p-page-title .c-title, .job-application .p-page-title .c-title, .thanks-employee .p-page-title .c-title, .post-type-archive-p-recruit .p-page-title .c-title, .single-p-recruit .p-page-title .c-title {
  z-index: 2;
  font-size: clamp(2rem, 2vw, 4rem) !important;
  min-height: 0vw;
}
@media only screen and (max-width:991px) {
  .employment .p-page-title .c-title, .post-type-archive-recruit .p-page-title .c-title, .single-recruit .p-page-title .c-title, .entry .p-page-title .c-title, .inquiry .p-page-title .c-title, .supplier-inquiry .p-page-title .c-title, .property-inquiry .p-page-title .c-title, .single .p-page-title .c-title, .archive .p-page-title .c-title, .privacy .p-page-title .c-title, .thanks .p-page-title .c-title, .contact .p-page-title .c-title, .information .p-page-title .c-title, .tax-recruit-shop .p-page-title .c-title, .error404 .p-page-title .c-title, .job-application .p-page-title .c-title, .thanks-employee .p-page-title .c-title, .post-type-archive-p-recruit .p-page-title .c-title, .single-p-recruit .p-page-title .c-title {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width:767px) {
  .employment .p-page-title .c-title, .post-type-archive-recruit .p-page-title .c-title, .single-recruit .p-page-title .c-title, .entry .p-page-title .c-title, .inquiry .p-page-title .c-title, .supplier-inquiry .p-page-title .c-title, .property-inquiry .p-page-title .c-title, .single .p-page-title .c-title, .archive .p-page-title .c-title, .privacy .p-page-title .c-title, .thanks .p-page-title .c-title, .contact .p-page-title .c-title, .information .p-page-title .c-title, .tax-recruit-shop .p-page-title .c-title, .error404 .p-page-title .c-title, .job-application .p-page-title .c-title, .thanks-employee .p-page-title .c-title, .post-type-archive-p-recruit .p-page-title .c-title, .single-p-recruit .p-page-title .c-title {
    margin-bottom: 15px;
  }
}
.employment .p-page-title .c-sub_title, .post-type-archive-recruit .p-page-title .c-sub_title, .single-recruit .p-page-title .c-sub_title, .entry .p-page-title .c-sub_title, .inquiry .p-page-title .c-sub_title, .supplier-inquiry .p-page-title .c-sub_title, .property-inquiry .p-page-title .c-sub_title, .single .p-page-title .c-sub_title, .archive .p-page-title .c-sub_title, .privacy .p-page-title .c-sub_title, .thanks .p-page-title .c-sub_title, .contact .p-page-title .c-sub_title, .information .p-page-title .c-sub_title, .tax-recruit-shop .p-page-title .c-sub_title, .error404 .p-page-title .c-sub_title, .job-application .p-page-title .c-sub_title, .thanks-employee .p-page-title .c-sub_title, .post-type-archive-p-recruit .p-page-title .c-sub_title, .single-p-recruit .p-page-title .c-sub_title {
  z-index: 2;
}
.employment .p-page-title .exterior, .post-type-archive-recruit .p-page-title .exterior, .single-recruit .p-page-title .exterior, .entry .p-page-title .exterior, .inquiry .p-page-title .exterior, .supplier-inquiry .p-page-title .exterior, .property-inquiry .p-page-title .exterior, .single .p-page-title .exterior, .archive .p-page-title .exterior, .privacy .p-page-title .exterior, .thanks .p-page-title .exterior, .contact .p-page-title .exterior, .information .p-page-title .exterior, .tax-recruit-shop .p-page-title .exterior, .error404 .p-page-title .exterior, .job-application .p-page-title .exterior, .thanks-employee .p-page-title .exterior, .post-type-archive-p-recruit .p-page-title .exterior, .single-p-recruit .p-page-title .exterior {
  width: 160px;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media only screen and (max-width:687px) {
  .employment .p-page-title .exterior, .post-type-archive-recruit .p-page-title .exterior, .single-recruit .p-page-title .exterior, .entry .p-page-title .exterior, .inquiry .p-page-title .exterior, .supplier-inquiry .p-page-title .exterior, .property-inquiry .p-page-title .exterior, .single .p-page-title .exterior, .archive .p-page-title .exterior, .privacy .p-page-title .exterior, .thanks .p-page-title .exterior, .contact .p-page-title .exterior, .information .p-page-title .exterior, .tax-recruit-shop .p-page-title .exterior, .error404 .p-page-title .exterior, .job-application .p-page-title .exterior, .thanks-employee .p-page-title .exterior, .post-type-archive-p-recruit .p-page-title .exterior, .single-p-recruit .p-page-title .exterior {
    width: 120px;
  }
}
@media only screen and (max-width:480px) {
  .employment .p-page-title .exterior, .post-type-archive-recruit .p-page-title .exterior, .single-recruit .p-page-title .exterior, .entry .p-page-title .exterior, .inquiry .p-page-title .exterior, .supplier-inquiry .p-page-title .exterior, .property-inquiry .p-page-title .exterior, .single .p-page-title .exterior, .archive .p-page-title .exterior, .privacy .p-page-title .exterior, .thanks .p-page-title .exterior, .contact .p-page-title .exterior, .information .p-page-title .exterior, .tax-recruit-shop .p-page-title .exterior, .error404 .p-page-title .exterior, .job-application .p-page-title .exterior, .thanks-employee .p-page-title .exterior, .post-type-archive-p-recruit .p-page-title .exterior, .single-p-recruit .p-page-title .exterior {
    width: 80px;
  }
}
.employment .p-page-title .olive, .post-type-archive-recruit .p-page-title .olive, .single-recruit .p-page-title .olive, .entry .p-page-title .olive, .inquiry .p-page-title .olive, .supplier-inquiry .p-page-title .olive, .property-inquiry .p-page-title .olive, .single .p-page-title .olive, .archive .p-page-title .olive, .privacy .p-page-title .olive, .thanks .p-page-title .olive, .contact .p-page-title .olive, .information .p-page-title .olive, .tax-recruit-shop .p-page-title .olive, .error404 .p-page-title .olive, .job-application .p-page-title .olive, .thanks-employee .p-page-title .olive, .post-type-archive-p-recruit .p-page-title .olive, .single-p-recruit .p-page-title .olive {
  width: 120px;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width:687px) {
  .employment .p-page-title .olive, .post-type-archive-recruit .p-page-title .olive, .single-recruit .p-page-title .olive, .entry .p-page-title .olive, .inquiry .p-page-title .olive, .supplier-inquiry .p-page-title .olive, .property-inquiry .p-page-title .olive, .single .p-page-title .olive, .archive .p-page-title .olive, .privacy .p-page-title .olive, .thanks .p-page-title .olive, .contact .p-page-title .olive, .information .p-page-title .olive, .tax-recruit-shop .p-page-title .olive, .error404 .p-page-title .olive, .job-application .p-page-title .olive, .thanks-employee .p-page-title .olive, .post-type-archive-p-recruit .p-page-title .olive, .single-p-recruit .p-page-title .olive {
    width: 100px;
  }
}
@media only screen and (max-width:480px) {
  .employment .p-page-title .olive, .post-type-archive-recruit .p-page-title .olive, .single-recruit .p-page-title .olive, .entry .p-page-title .olive, .inquiry .p-page-title .olive, .supplier-inquiry .p-page-title .olive, .property-inquiry .p-page-title .olive, .single .p-page-title .olive, .archive .p-page-title .olive, .privacy .p-page-title .olive, .thanks .p-page-title .olive, .contact .p-page-title .olive, .information .p-page-title .olive, .tax-recruit-shop .p-page-title .olive, .error404 .p-page-title .olive, .job-application .p-page-title .olive, .thanks-employee .p-page-title .olive, .post-type-archive-p-recruit .p-page-title .olive, .single-p-recruit .p-page-title .olive {
    width: 60px;
  }
}
.employment .p-page-title .bird, .post-type-archive-recruit .p-page-title .bird, .single-recruit .p-page-title .bird, .entry .p-page-title .bird, .inquiry .p-page-title .bird, .supplier-inquiry .p-page-title .bird, .property-inquiry .p-page-title .bird, .single .p-page-title .bird, .archive .p-page-title .bird, .privacy .p-page-title .bird, .thanks .p-page-title .bird, .contact .p-page-title .bird, .information .p-page-title .bird, .tax-recruit-shop .p-page-title .bird, .error404 .p-page-title .bird, .job-application .p-page-title .bird, .thanks-employee .p-page-title .bird, .post-type-archive-p-recruit .p-page-title .bird, .single-p-recruit .p-page-title .bird {
  width: 80px;
  position: absolute;
  -webkit-animation: float-updown 2s ease-in-out infinite;
  animation: float-updown 2s ease-in-out infinite;
  margin-top: -40px;
  bottom: 200px;
  left: 0px;
  width: 60px;
  -webkit-animation: fly-to-right2 2.5s ease-out forwards, float-updown 2s ease-in-out infinite;
          animation: fly-to-right2 2.5s ease-out forwards, float-updown 2s ease-in-out infinite;
  z-index: 1;
}
@media only screen and (max-width:991px) {
  .employment .p-page-title .bird, .post-type-archive-recruit .p-page-title .bird, .single-recruit .p-page-title .bird, .entry .p-page-title .bird, .inquiry .p-page-title .bird, .supplier-inquiry .p-page-title .bird, .property-inquiry .p-page-title .bird, .single .p-page-title .bird, .archive .p-page-title .bird, .privacy .p-page-title .bird, .thanks .p-page-title .bird, .contact .p-page-title .bird, .information .p-page-title .bird, .tax-recruit-shop .p-page-title .bird, .error404 .p-page-title .bird, .job-application .p-page-title .bird, .thanks-employee .p-page-title .bird, .post-type-archive-p-recruit .p-page-title .bird, .single-p-recruit .p-page-title .bird {
    width: 40px;
  }
}
@media only screen and (max-width:687px) {
  .employment .p-page-title .bird, .post-type-archive-recruit .p-page-title .bird, .single-recruit .p-page-title .bird, .entry .p-page-title .bird, .inquiry .p-page-title .bird, .supplier-inquiry .p-page-title .bird, .property-inquiry .p-page-title .bird, .single .p-page-title .bird, .archive .p-page-title .bird, .privacy .p-page-title .bird, .thanks .p-page-title .bird, .contact .p-page-title .bird, .information .p-page-title .bird, .tax-recruit-shop .p-page-title .bird, .error404 .p-page-title .bird, .job-application .p-page-title .bird, .thanks-employee .p-page-title .bird, .post-type-archive-p-recruit .p-page-title .bird, .single-p-recruit .p-page-title .bird {
    -webkit-animation: fly-to-right3 6s ease-out forwards, float-updown 2s ease-in-out infinite;
            animation: fly-to-right3 6s ease-out forwards, float-updown 2s ease-in-out infinite;
    bottom: 150px;
  }
}
@media only screen and (max-width:480px) {
  .employment .p-page-title .bird, .post-type-archive-recruit .p-page-title .bird, .single-recruit .p-page-title .bird, .entry .p-page-title .bird, .inquiry .p-page-title .bird, .supplier-inquiry .p-page-title .bird, .property-inquiry .p-page-title .bird, .single .p-page-title .bird, .archive .p-page-title .bird, .privacy .p-page-title .bird, .thanks .p-page-title .bird, .contact .p-page-title .bird, .information .p-page-title .bird, .tax-recruit-shop .p-page-title .bird, .error404 .p-page-title .bird, .job-application .p-page-title .bird, .thanks-employee .p-page-title .bird, .post-type-archive-p-recruit .p-page-title .bird, .single-p-recruit .p-page-title .bird {
    width: 30px;
    -webkit-animation: fly-to-right4 6s ease-out forwards, float-updown 2s ease-in-out infinite;
            animation: fly-to-right4 6s ease-out forwards, float-updown 2s ease-in-out infinite;
    bottom: 130px;
  }
}

/*  -------------------------------------
	page:employment
  -------------------------------------*/
.employment .recruit-content {
  position: relative;
  margin: 120px 0;
}
@media only screen and (max-width:1499px) {
  .employment .recruit-content {
    margin: 0;
  }
}
@media only screen and (max-width:767px) {
  .employment .recruit-content {
    padding-bottom: 0;
  }
}
.employment .recruit-content__img {
  width: 40%;
  height: auto;
  position: absolute;
  right: 0;
  top: 50%;
  aspect-ratio: 4/3;
  background: url(assets/img/recruit/recruit-img10.jpg) no-repeat;
  background-size: cover;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border-radius: 40px 0 0 40px;
}
@media only screen and (max-width:1499px) {
  .employment .recruit-content__img {
    aspect-ratio: 3/2;
    width: 45%;
  }
}
@media only screen and (max-width:991px) {
  .employment .recruit-content__img {
    width: 40%;
    aspect-ratio: 1/1;
    background-position: center center;
  }
}
@media only screen and (max-width:767px) {
  .employment .recruit-content__img {
    position: static;
    width: 60%;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    aspect-ratio: 4/3;
    border-radius: 20px;
    margin: 0 auto 30px;
  }
}
@media only screen and (max-width:480px) {
  .employment .recruit-content__img {
    width: 80%;
    margin: 0 auto 20px;
  }
}
.employment .recruit-content .col-md-6 {
  position: relative;
}
.employment .recruit-content .col-md-6 p.lead {
  font-weight: 500;
  color: #1d4565;
  font-size: clamp(2rem, 1.5vw, 2.4rem);
  min-height: 0vw;
  line-height: 1.6em;
}
@media only screen and (max-width:991px) {
  .employment .recruit-content .col-md-6 p.lead {
    font-size: clamp(1.6rem, 1.5vw, 2rem);
  }
}
@media only screen and (max-width:767px) {
  .employment .recruit-content .col-md-6 p.lead {
    text-align: center;
    width: 100%;
    margin: 0 auto 1em;
  }
}
@media only screen and (max-width:480px) {
  .employment .recruit-content .col-md-6 p.lead {
    font-size: 14px;
  }
}
.employment .recruit-content .col-md-6 p {
  line-height: 2em;
  font-size: clamp(1.2rem, 1.5vw, 1.6rem);
  min-height: 0vw;
}
@media only screen and (max-width:767px) {
  .employment .recruit-content .col-md-6 p {
    width: 70%;
    margin: 0 auto;
  }
}
@media only screen and (max-width:480px) {
  .employment .recruit-content .col-md-6 p {
    width: 80%;
  }
}
.employment .recruit-content .col-md-6 .clerk {
  width: 100px;
  position: absolute;
  right: -90px;
  bottom: -90px;
}
@media only screen and (max-width:991px) {
  .employment .recruit-content .col-md-6 .clerk {
    width: 80px;
    right: -70px;
    bottom: -70px;
  }
}
@media only screen and (max-width:767px) {
  .employment .recruit-content .col-md-6 .clerk {
    right: 15px;
    bottom: -30px;
  }
}
@media only screen and (max-width:687px) {
  .employment .recruit-content .col-md-6 .clerk {
    width: 60px;
  }
}
@media only screen and (max-width:480px) {
  .employment .recruit-content .col-md-6 .clerk {
    width: 40px;
  }
}
.employment .recruit-links .recruit-links-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width:480px) {
  .employment .recruit-links .recruit-links-wrap {
    display: block;
  }
}
.employment .recruit-links .recruit-links-wrap .recruit-links-bnr {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  max-width: 48%;
  text-align: center;
  background: #94b341;
  color: #fff !important;
  height: 100px;
  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;
  font-weight: 500;
  font-size: clamp(1.3rem, 1.5vw, 2rem);
  min-height: 0vw;
  line-height: 1.4em;
  position: relative;
}
@media only screen and (max-width:768px) {
  .employment .recruit-links .recruit-links-wrap .recruit-links-bnr {
    height: 80px;
  }
}
@media only screen and (max-width:480px) {
  .employment .recruit-links .recruit-links-wrap .recruit-links-bnr {
    max-width: 100%;
    width: 100%;
  }
}
.employment .recruit-links .recruit-links-wrap .recruit-links-bnr .small {
  font-size: 90%;
}
.employment .recruit-links .recruit-links-wrap .recruit-links-bnr:after {
  content: "";
  background: url(assets/img/icon/icon_chevron_r.svg) no-repeat;
  width: 30px;
  height: 30px;
  background-size: contain;
  display: block;
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 2;
}
@media only screen and (max-width:991px) {
  .employment .recruit-links .recruit-links-wrap .recruit-links-bnr:after {
    width: 20px;
    height: 20px;
  }
}
.employment .recruit-links .recruit-links-wrap .recruit-links-bnr__img {
  overflow: hidden;
  width: 100%;
  display: block;
  border-radius: 20px;
}
@media only screen and (max-width:480px) {
  .employment .recruit-links .recruit-links-wrap .recruit-links-bnr__img {
    border-radius: 10px;
  }
}
.employment .recruit-links .recruit-links-wrap .recruit-links-bnr img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.employment .recruit-links .recruit-links-wrap .recruit-links-bnr img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  opacity: 0.8;
}
.employment .recruit-links .recruit-links-wrap .recruit-links-bnr p {
  display: block;
  font-weight: 500;
  font-size: clamp(1.2rem, 1.5vw, 2.1rem);
  min-height: 0vw;
  line-height: 1.4em;
  margin: 0;
}
@media only screen and (max-width:991px) {
  .employment .recruit-links .recruit-links-wrap .recruit-links-bnr p {
    margin-top: 10px;
  }
}
@media only screen and (max-width:687px) {
  .employment .recruit-links .recruit-links-wrap .recruit-links-bnr p span {
    display: block;
  }
  .employment .recruit-links .recruit-links-wrap .recruit-links-bnr p br {
    display: none;
  }
}
.employment .recruit-links .recruit-links-wrap .recruit-links-bnr p a {
  color: #1d4565 !important;
}
/*  -------------------------------------
	archive:post-type-archive-recruit / post-type-archive-p-recruit
  -------------------------------------*/
.post-type-archive-recruit .store-search h2.c-title, .tax-recruit-shop .store-search h2.c-title, .post-type-archive-p-recruit .store-search h2.c-title {
  margin: 0 0 45px;
}
.post-type-archive-recruit .store-search .store-wrap, .tax-recruit-shop .store-search .store-wrap, .post-type-archive-p-recruit .store-search .store-wrap {
  background: #f1ecd3;
  padding: 60px 90px;
  border-radius: 60px;
}
@media only screen and (max-width:1200px) {
  .post-type-archive-recruit .store-search .store-wrap, .tax-recruit-shop .store-search .store-wrap, .post-type-archive-p-recruit .store-search .store-wrap {
    padding: 45px;
  }
}
@media only screen and (max-width:991px) {
  .post-type-archive-recruit .store-search .store-wrap, .tax-recruit-shop .store-search .store-wrap, .post-type-archive-p-recruit .store-search .store-wrap {
    padding: 30px 20px;
    border-radius: 30px;
  }
}
.post-type-archive-recruit .store-search .store-wrap h3, .tax-recruit-shop .store-search .store-wrap h3, .post-type-archive-p-recruit .store-search .store-wrap h3 {
  text-align: center;
  margin: 0 0 30px;
  color: #1d4565;
  font-size: clamp(1.6rem, 1.8vw, 2.4rem);
  min-height: 0vw;
}
@media only screen and (max-width:1200px) {
  .post-type-archive-recruit .store-search .store-wrap h3, .tax-recruit-shop .store-search .store-wrap h3, .post-type-archive-p-recruit .store-search .store-wrap h3 {
    margin: 0 0 20px;
  }
}
.post-type-archive-recruit .store-search .store-wrap ul, .tax-recruit-shop .store-search .store-wrap ul, .post-type-archive-p-recruit .store-search .store-wrap 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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 60px;
}
@media only screen and (max-width:1200px) {
  .post-type-archive-recruit .store-search .store-wrap ul, .tax-recruit-shop .store-search .store-wrap ul, .post-type-archive-p-recruit .store-search .store-wrap ul {
    margin: 0 0 40px;
  }
}
.post-type-archive-recruit .store-search .store-wrap ul:last-of-type, .tax-recruit-shop .store-search .store-wrap ul:last-of-type, .post-type-archive-p-recruit .store-search .store-wrap ul:last-of-type {
  margin-bottom: 0;
}
.post-type-archive-recruit .store-search .store-wrap ul li, .tax-recruit-shop .store-search .store-wrap ul li, .post-type-archive-p-recruit .store-search .store-wrap ul li {
  -ms-flex-preferred-size: 23%;
      flex-basis: 23%;
  margin: 0 1%;
}
@media only screen and (max-width:687px) {
  .post-type-archive-recruit .store-search .store-wrap ul li, .tax-recruit-shop .store-search .store-wrap ul li, .post-type-archive-p-recruit .store-search .store-wrap ul li {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    margin: 0 1% 2%;
  }
}
.post-type-archive-recruit .store-search .store-wrap ul li a, .tax-recruit-shop .store-search .store-wrap ul li a, .post-type-archive-p-recruit .store-search .store-wrap ul li a {
  background: #fff;
  border-radius: 10px;
  display: block;
  text-align: center;
  padding: 16px 0;
  font-weight: 500;
  font-size: clamp(1.2rem, 1.5vw, 1.8rem);
  min-height: 0vw;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.01em;
}
@media only screen and (max-width:1200px) {
  .post-type-archive-recruit .store-search .store-wrap ul li a, .tax-recruit-shop .store-search .store-wrap ul li a, .post-type-archive-p-recruit .store-search .store-wrap ul li a {
    font-size: clamp(1.2rem, 1.5vw, 1.6rem);
  }
}
@media only screen and (max-width:991px) {
  .post-type-archive-recruit .store-search .store-wrap ul li a, .tax-recruit-shop .store-search .store-wrap ul li a, .post-type-archive-p-recruit .store-search .store-wrap ul li a {
    font-size: clamp(1.2rem, 1.5vw, 1.4rem);
  }
}
.post-type-archive-recruit .store-search .store-wrap ul li a:hover, .tax-recruit-shop .store-search .store-wrap ul li a:hover, .post-type-archive-p-recruit .store-search .store-wrap ul li a:hover {
  background: #94b341;
  color: #fff !important;
}
.post-type-archive-recruit .recruit-list .recruit-list-desc, .tax-recruit-shop .recruit-list .recruit-list-desc, .post-type-archive-p-recruit .recruit-list .recruit-list-desc {
  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;
  padding: 60px;
  border-radius: 60px;
  background: #fff;
  margin: 0 0 120px;
}
@media only screen and (max-width:991px) {
  .post-type-archive-recruit .recruit-list .recruit-list-desc, .tax-recruit-shop .recruit-list .recruit-list-desc, .post-type-archive-p-recruit .recruit-list .recruit-list-desc {
    padding: 30px;
    border-radius: 30px;
    margin: 0 0 90px;
  }
}
@media only screen and (max-width:687px) {
  .post-type-archive-recruit .recruit-list .recruit-list-desc, .tax-recruit-shop .recruit-list .recruit-list-desc, .post-type-archive-p-recruit .recruit-list .recruit-list-desc {
    margin: 0 0 60px;
  }
}
@media only screen and (max-width:480px) {
  .post-type-archive-recruit .recruit-list .recruit-list-desc, .tax-recruit-shop .recruit-list .recruit-list-desc, .post-type-archive-p-recruit .recruit-list .recruit-list-desc {
    display: block;
    padding: 20px;
    margin: 0 0 45px;
    border-radius: 20px;
  }
}
.post-type-archive-recruit .recruit-list .recruit-list-desc__img, .tax-recruit-shop .recruit-list .recruit-list-desc__img, .post-type-archive-p-recruit .recruit-list .recruit-list-desc__img {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}
@media only screen and (max-width:991px) {
  .post-type-archive-recruit .recruit-list .recruit-list-desc__img, .tax-recruit-shop .recruit-list .recruit-list-desc__img, .post-type-archive-p-recruit .recruit-list .recruit-list-desc__img {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
  }
}
.post-type-archive-recruit .recruit-list .recruit-list-desc__img img, .tax-recruit-shop .recruit-list .recruit-list-desc__img img, .post-type-archive-p-recruit .recruit-list .recruit-list-desc__img img {
  aspect-ratio: 4/3;
  border-radius: 20px;
}
@media only screen and (max-width:991px) {
  .post-type-archive-recruit .recruit-list .recruit-list-desc__img img, .tax-recruit-shop .recruit-list .recruit-list-desc__img img, .post-type-archive-p-recruit .recruit-list .recruit-list-desc__img img {
    aspect-ratio: 1/1;
  }
}
@media only screen and (max-width:480px) {
  .post-type-archive-recruit .recruit-list .recruit-list-desc__img img, .tax-recruit-shop .recruit-list .recruit-list-desc__img img, .post-type-archive-p-recruit .recruit-list .recruit-list-desc__img img {
    aspect-ratio: 4/3;
    margin-bottom: 1.5em;
  }
}
.post-type-archive-recruit .recruit-list .recruit-list-desc__text, .tax-recruit-shop .recruit-list .recruit-list-desc__text, .post-type-archive-p-recruit .recruit-list .recruit-list-desc__text {
  -ms-flex-preferred-size: 55%;
      flex-basis: 55%;
}
@media only screen and (max-width:991px) {
  .post-type-archive-recruit .recruit-list .recruit-list-desc__text, .tax-recruit-shop .recruit-list .recruit-list-desc__text, .post-type-archive-p-recruit .recruit-list .recruit-list-desc__text {
    -ms-flex-preferred-size: 65%;
        flex-basis: 65%;
  }
}
.post-type-archive-recruit .recruit-list .recruit-list-desc__text h3, .tax-recruit-shop .recruit-list .recruit-list-desc__text h3, .post-type-archive-p-recruit .recruit-list .recruit-list-desc__text h3 {
  margin: 0 0 30px;
  font-weight: 700;
  font-size: clamp(1.6rem, 1.8vw, 2.1rem);
  min-height: 0vw;
}
@media only screen and (max-width:991px) {
  .post-type-archive-recruit .recruit-list .recruit-list-desc__text h3, .tax-recruit-shop .recruit-list .recruit-list-desc__text h3, .post-type-archive-p-recruit .recruit-list .recruit-list-desc__text h3 {
    margin: 0 0 20px;
  }
}
@media only screen and (max-width:480px) {
  .post-type-archive-recruit .recruit-list .recruit-list-desc__text h3, .tax-recruit-shop .recruit-list .recruit-list-desc__text h3, .post-type-archive-p-recruit .recruit-list .recruit-list-desc__text h3 {
    text-align: center;
  }
}
.post-type-archive-recruit .recruit-list .recruit-list-desc__text dl, .tax-recruit-shop .recruit-list .recruit-list-desc__text dl, .post-type-archive-p-recruit .recruit-list .recruit-list-desc__text dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: clamp(1.2rem, 1.8vw, 1.6rem);
}
@media only screen and (max-width:991px) {
  .post-type-archive-recruit .recruit-list .recruit-list-desc__text dl, .tax-recruit-shop .recruit-list .recruit-list-desc__text dl, .post-type-archive-p-recruit .recruit-list .recruit-list-desc__text dl {
    font-size: clamp(1.2rem, 1.8vw, 1.4rem);
    margin: 0 0 15px;
  }
}
.post-type-archive-recruit .recruit-list .recruit-list-desc__text dl dt, .tax-recruit-shop .recruit-list .recruit-list-desc__text dl dt, .post-type-archive-p-recruit .recruit-list .recruit-list-desc__text dl dt {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  font-weight: 400;
}
.post-type-archive-recruit .recruit-list .recruit-list-desc__text dl dd, .tax-recruit-shop .recruit-list .recruit-list-desc__text dl dd, .post-type-archive-p-recruit .recruit-list .recruit-list-desc__text dl dd {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
}
.post-type-archive-recruit .recruit-list .recruit-list-desc__text ul, .tax-recruit-shop .recruit-list .recruit-list-desc__text ul, .post-type-archive-p-recruit .recruit-list .recruit-list-desc__text ul {
  margin: 30px auto 0;
  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 only screen and (max-width:991px) {
  .post-type-archive-recruit .recruit-list .recruit-list-desc__text ul, .tax-recruit-shop .recruit-list .recruit-list-desc__text ul, .post-type-archive-p-recruit .recruit-list .recruit-list-desc__text ul {
    margin: 25px auto 0;
  }
}
@media only screen and (max-width:480px) {
  .post-type-archive-recruit .recruit-list .recruit-list-desc__text ul, .tax-recruit-shop .recruit-list .recruit-list-desc__text ul, .post-type-archive-p-recruit .recruit-list .recruit-list-desc__text ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.post-type-archive-recruit .recruit-list .recruit-list-desc__text ul li, .tax-recruit-shop .recruit-list .recruit-list-desc__text ul li, .post-type-archive-p-recruit .recruit-list .recruit-list-desc__text ul li {
  -ms-flex-preferred-size: 46%;
      flex-basis: 46%;
  margin: 0 4% 0 0;
}
.post-type-archive-recruit .recruit-list .recruit-list-desc__text ul li:last-child, .tax-recruit-shop .recruit-list .recruit-list-desc__text ul li:last-child, .post-type-archive-p-recruit .recruit-list .recruit-list-desc__text ul li:last-child {
  margin: 0;
}
@media only screen and (max-width:480px) {
  .post-type-archive-recruit .recruit-list .recruit-list-desc__text ul li, .tax-recruit-shop .recruit-list .recruit-list-desc__text ul li, .post-type-archive-p-recruit .recruit-list .recruit-list-desc__text ul li {
    margin: 0 2% 0;
  }
  .post-type-archive-recruit .recruit-list .recruit-list-desc__text ul li:last-child, .tax-recruit-shop .recruit-list .recruit-list-desc__text ul li:last-child, .post-type-archive-p-recruit .recruit-list .recruit-list-desc__text ul li:last-child {
    margin: 0 2% 0;
  }
}
.post-type-archive-recruit .recruit-list .recruit-list-desc__text ul li a, .tax-recruit-shop .recruit-list .recruit-list-desc__text ul li a, .post-type-archive-p-recruit .recruit-list .recruit-list-desc__text ul li a {
  display: block;
  background: #94b341;
  color: #fff !important;
  text-align: center;
  font-weight: 500;
  border-radius: 10px;
  padding: 10px 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width:991px) {
  .post-type-archive-recruit .recruit-list .recruit-list-desc__text ul li a, .tax-recruit-shop .recruit-list .recruit-list-desc__text ul li a, .post-type-archive-p-recruit .recruit-list .recruit-list-desc__text ul li a {
    padding: 8px 0;
    font-size: clamp(1.2rem, 1.8vw, 1.4rem);
  }
}
.post-type-archive-recruit .recruit-list .recruit-list-desc__text ul li a:hover, .tax-recruit-shop .recruit-list .recruit-list-desc__text ul li a:hover, .post-type-archive-p-recruit .recruit-list .recruit-list-desc__text ul li a:hover {
  background: #1d4565;
  color: #fff !important;
}

.tax-recruit-shop .recruit-list {
  padding-bottom: 0;
}
.tax-recruit-shop .recruit-list .recruit-list-desc:last-of-type {
  margin-bottom: 60px;
}
.tax-recruit-shop .store-search.content h2 {
  font-size: clamp(1.8rem, 3vw, 3.6rem) !important;
}

/*  -------------------------------------
	single:single-recruit,single-p-recruit
  -------------------------------------*/
.single-recruit .recruit-info__wrap, .single-p-recruit .recruit-info__wrap {
  background: #fff;
  padding: 60px 40px;
  border-radius: 60px;
}
@media only screen and (max-width:991px) {
  .single-recruit .recruit-info__wrap, .single-p-recruit .recruit-info__wrap {
    padding: 45px 30px;
    border-radius: 30px;
  }
}
@media only screen and (max-width:480px) {
  .single-recruit .recruit-info__wrap, .single-p-recruit .recruit-info__wrap {
    padding: 30px 20px;
    border-radius: 20px;
  }
}
.single-recruit .recruit-info__img, .single-p-recruit .recruit-info__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 45px;
}
@media only screen and (max-width:991px) {
  .single-recruit .recruit-info__img, .single-p-recruit .recruit-info__img {
    margin: 0 0 30px;
  }
}
@media only screen and (max-width:480px) {
  .single-recruit .recruit-info__img, .single-p-recruit .recruit-info__img {
    margin: 0 0 20px;
  }
}
.single-recruit .recruit-info__img li, .single-p-recruit .recruit-info__img li {
  -ms-flex-preferred-size: 46%;
      flex-basis: 46%;
  margin: 0 2% 2%;
}
.single-recruit .recruit-info__img li img, .single-p-recruit .recruit-info__img li img {
  aspect-ratio: 3/2;
  border-radius: 20px;
}
@media only screen and (max-width:991px) {
  .single-recruit .recruit-info__img li img, .single-p-recruit .recruit-info__img li img {
    border-radius: 15px;
  }
}
@media only screen and (max-width:480px) {
  .single-recruit .recruit-info__img li img, .single-p-recruit .recruit-info__img li img {
    border-radius: 10px;
  }
}
.single-recruit .recruit-info__text, .single-p-recruit .recruit-info__text {
  padding-left: 2%;
  padding-right: 2%;
}
.single-recruit .recruit-info__text h3, .single-p-recruit .recruit-info__text h3 {
  position: relative;
  color: #1d4565;
  margin: 0 0 45px;
  font-size: clamp(1.8rem, 1.8vw, 2.4rem);
  min-height: 0vw;
  font-weight: 500;
}
@media only screen and (max-width:991px) {
  .single-recruit .recruit-info__text h3, .single-p-recruit .recruit-info__text h3 {
    margin: 0 0 30px;
  }
}
@media only screen and (max-width:480px) {
  .single-recruit .recruit-info__text h3, .single-p-recruit .recruit-info__text h3 {
    margin: 0 0 20px;
    font-size: 1.6rem;
  }
}
.single-recruit .recruit-info__text h3:after, .single-p-recruit .recruit-info__text h3:after {
  content: "";
  background: #1d4565;
  height: 1px;
  width: 120px;
  position: absolute;
  left: 5em;
  top: 50%;
}
@media only screen and (max-width:991px) {
  .single-recruit .recruit-info__text h3:after, .single-p-recruit .recruit-info__text h3:after {
    width: 90px;
  }
}
@media only screen and (max-width:480px) {
  .single-recruit .recruit-info__text h3:after, .single-p-recruit .recruit-info__text h3:after {
    width: 45px;
  }
}
.single-recruit .recruit-info__text dl, .single-p-recruit .recruit-info__text dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid #1d4565;
  padding-bottom: 20px;
}
@media only screen and (max-width:991px) {
  .single-recruit .recruit-info__text dl, .single-p-recruit .recruit-info__text dl {
    display: block;
  }
  .single-recruit .recruit-info__text dl dt, .single-p-recruit .recruit-info__text dl dt {
    margin: 0 0 0.5em;
    font-size: clamp(1.3rem, 1.8vw, 1.5rem);
  }
  .single-recruit .recruit-info__text dl dd, .single-p-recruit .recruit-info__text dl dd {
    line-height: 1.6em;
    font-size: clamp(1.2rem, 1.8vw, 1.4rem);
  }
}
.single-recruit .recruit-info__text dl dt, .single-p-recruit .recruit-info__text dl dt {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  color: #1d4565;
  font-weight: 500;
}
.single-recruit .recruit-info__text dl dd, .single-p-recruit .recruit-info__text dl dd {
  -ms-flex-preferred-size: 80%;
      flex-basis: 80%;
  line-height: 1.4em;
}
.single-recruit .recruit-info__text__wrap, .single-p-recruit .recruit-info__text__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 45px;
}
@media only screen and (max-width:767px) {
  .single-recruit .recruit-info__text__wrap, .single-p-recruit .recruit-info__text__wrap {
    display: block;
  }
}
.single-recruit .recruit-info__text__wrap__left, .single-p-recruit .recruit-info__text__wrap__left {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
}
.single-recruit .recruit-info__text__wrap__left dl, .single-p-recruit .recruit-info__text__wrap__left dl {
  display: block;
  border-bottom: 1px solid #1d4565;
  padding-bottom: 20px;
}
.single-recruit .recruit-info__text__wrap__left dl dt, .single-p-recruit .recruit-info__text__wrap__left dl dt {
  margin: 0 0 0.5em;
}
.single-recruit .recruit-info__text__wrap__left dl dd, .single-p-recruit .recruit-info__text__wrap__left dl dd {
  line-height: 1.6em;
}
@media only screen and (max-width:767px) {
  .single-recruit .recruit-info__text__wrap__left, .single-p-recruit .recruit-info__text__wrap__left {
    margin-bottom: 45px;
  }
}
.single-recruit .recruit-info__text__wrap__right, .single-p-recruit .recruit-info__text__wrap__right {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
}
.single-recruit .recruit-info__text__wrap__right dl, .single-p-recruit .recruit-info__text__wrap__right dl {
  border-bottom: 1px solid #1d4565;
  padding-bottom: 20px;
}
.single-recruit .recruit-info__text__wrap__right dl dt, .single-p-recruit .recruit-info__text__wrap__right dl dt {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}
.single-recruit .recruit-info__text__wrap__right dl dd, .single-p-recruit .recruit-info__text__wrap__right dl dd {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
}
@media only screen and (max-width:1200px) {
  .single-recruit .recruit-info__text__wrap__right dl, .single-p-recruit .recruit-info__text__wrap__right dl {
    display: block;
  }
  .single-recruit .recruit-info__text__wrap__right dl dt, .single-p-recruit .recruit-info__text__wrap__right dl dt {
    margin: 0 0 0.5em;
  }
  .single-recruit .recruit-info__text__wrap__right dl dd, .single-p-recruit .recruit-info__text__wrap__right dl dd {
    line-height: 1.6em;
  }
}
.single-recruit .recruit-info a.linkBtn, .single-p-recruit .recruit-info a.linkBtn {
  margin: 45px auto 0;
}
@media only screen and (max-width:480px) {
  .single-recruit .recruit-info a.linkBtn, .single-p-recruit .recruit-info a.linkBtn {
    width: 145px;
  }
}
.single-recruit .recruit-info ul.linkWrap, .single-p-recruit .recruit-info ul.linkWrap {
  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;
}
.single-recruit .recruit-info ul.linkWrap li, .single-p-recruit .recruit-info ul.linkWrap li {
  margin: 0 0.5em;
}

/*  -------------------------------------
	page:contact
  -------------------------------------*/
.contact .contact-content__list {
  background: #f1ecd3;
  padding: 90px;
  border-radius: 60px;
}
@media only screen and (max-width:1200px) {
  .contact .contact-content__list {
    padding: 60px;
    border-radius: 45px;
  }
}
@media only screen and (max-width:991px) {
  .contact .contact-content__list {
    padding: 45px;
    border-radius: 30px;
  }
}
@media only screen and (max-width:768px) {
  .contact .contact-content__list {
    padding: 30px;
    border-radius: 20px;
  }
}
@media only screen and (max-width:480px) {
  .contact .contact-content__list {
    padding: 20px;
  }
}
.contact .contact-content__list 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;
  margin: 0;
}
@media only screen and (max-width:687px) {
  .contact .contact-content__list ul {
    display: block;
  }
}
.contact .contact-content__list ul li {
  -ms-flex-preferred-size: 31.3%;
      flex-basis: 31.3%;
  margin: 0 1%;
}
@media only screen and (max-width:687px) {
  .contact .contact-content__list ul li {
    margin: 0 0 4%;
  }
  .contact .contact-content__list ul li:last-child {
    margin: 0;
  }
}
.contact .contact-content__list ul li a {
  background: #fff;
  border-radius: 10px;
  display: block;
  text-align: center;
  padding: 16px 0;
  font-weight: 500;
  font-size: clamp(1.2rem, 1.5vw, 1.8rem);
  min-height: 0vw;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
}
@media only screen and (max-width:1200px) {
  .contact .contact-content__list ul li a {
    font-size: clamp(1.2rem, 1.5vw, 1.6rem);
  }
}
@media only screen and (max-width:991px) {
  .contact .contact-content__list ul li a {
    font-size: clamp(1.2rem, 1.5vw, 1.4rem);
  }
}
.contact .contact-content__list ul li a:hover {
  background: #94b341;
  color: #fff !important;
}

/*  -------------------------------------
	page:entry / inquiry / supplier-inquiry / property-inquiry / job-application
  -------------------------------------*/
.entry .entry-content .caution, .entry .inquiry-content .caution, .inquiry .entry-content .caution, .inquiry .inquiry-content .caution, .supplier-inquiry .entry-content .caution, .supplier-inquiry .inquiry-content .caution, .property-inquiry .entry-content .caution, .property-inquiry .inquiry-content .caution, .job-application .entry-content .caution, .job-application .inquiry-content .caution {
  text-align: center;
  margin-bottom: 90px;
  line-height: 2em;
}
@media only screen and (max-width:991px) {
  .entry .entry-content .caution, .entry .inquiry-content .caution, .inquiry .entry-content .caution, .inquiry .inquiry-content .caution, .supplier-inquiry .entry-content .caution, .supplier-inquiry .inquiry-content .caution, .property-inquiry .entry-content .caution, .property-inquiry .inquiry-content .caution, .job-application .entry-content .caution, .job-application .inquiry-content .caution {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width:480px) {
  .entry .entry-content .caution, .entry .inquiry-content .caution, .inquiry .entry-content .caution, .inquiry .inquiry-content .caution, .supplier-inquiry .entry-content .caution, .supplier-inquiry .inquiry-content .caution, .property-inquiry .entry-content .caution, .property-inquiry .inquiry-content .caution, .job-application .entry-content .caution, .job-application .inquiry-content .caution {
    margin-bottom: 45px;
  }
}
.entry .entry-content .form-wrap, .entry .inquiry-content .form-wrap, .inquiry .entry-content .form-wrap, .inquiry .inquiry-content .form-wrap, .supplier-inquiry .entry-content .form-wrap, .supplier-inquiry .inquiry-content .form-wrap, .property-inquiry .entry-content .form-wrap, .property-inquiry .inquiry-content .form-wrap, .job-application .entry-content .form-wrap, .job-application .inquiry-content .form-wrap {
  background: #fff;
  padding: 90px 60px;
  border-radius: 25px;
}
@media only screen and (max-width:991px) {
  .entry .entry-content .form-wrap, .entry .inquiry-content .form-wrap, .inquiry .entry-content .form-wrap, .inquiry .inquiry-content .form-wrap, .supplier-inquiry .entry-content .form-wrap, .supplier-inquiry .inquiry-content .form-wrap, .property-inquiry .entry-content .form-wrap, .property-inquiry .inquiry-content .form-wrap, .job-application .entry-content .form-wrap, .job-application .inquiry-content .form-wrap {
    padding: 60px 45px;
    border-radius: 20px;
  }
}
@media only screen and (max-width:480px) {
  .entry .entry-content .form-wrap, .entry .inquiry-content .form-wrap, .inquiry .entry-content .form-wrap, .inquiry .inquiry-content .form-wrap, .supplier-inquiry .entry-content .form-wrap, .supplier-inquiry .inquiry-content .form-wrap, .property-inquiry .entry-content .form-wrap, .property-inquiry .inquiry-content .form-wrap, .job-application .entry-content .form-wrap, .job-application .inquiry-content .form-wrap {
    padding: 45px 30px;
    border-radius: 15px;
  }
}
.entry .entry-content .form-wrap p, .entry .inquiry-content .form-wrap p, .inquiry .entry-content .form-wrap p, .inquiry .inquiry-content .form-wrap p, .supplier-inquiry .entry-content .form-wrap p, .supplier-inquiry .inquiry-content .form-wrap p, .property-inquiry .entry-content .form-wrap p, .property-inquiry .inquiry-content .form-wrap p, .job-application .entry-content .form-wrap p, .job-application .inquiry-content .form-wrap p {
  color: #ff0000;
  margin-bottom: 30px;
  font-weight: 500;
}
@media only screen and (max-width:991px) {
  .entry .entry-content .form-wrap p, .entry .inquiry-content .form-wrap p, .inquiry .entry-content .form-wrap p, .inquiry .inquiry-content .form-wrap p, .supplier-inquiry .entry-content .form-wrap p, .supplier-inquiry .inquiry-content .form-wrap p, .property-inquiry .entry-content .form-wrap p, .property-inquiry .inquiry-content .form-wrap p, .job-application .entry-content .form-wrap p, .job-application .inquiry-content .form-wrap p {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width:480px) {
  .entry .entry-content .form-wrap p, .entry .inquiry-content .form-wrap p, .inquiry .entry-content .form-wrap p, .inquiry .inquiry-content .form-wrap p, .supplier-inquiry .entry-content .form-wrap p, .supplier-inquiry .inquiry-content .form-wrap p, .property-inquiry .entry-content .form-wrap p, .property-inquiry .inquiry-content .form-wrap p, .job-application .entry-content .form-wrap p, .job-application .inquiry-content .form-wrap p {
    margin-bottom: 15px;
  }
}
.entry .entry-content .form-wrap dl, .entry .inquiry-content .form-wrap dl, .inquiry .entry-content .form-wrap dl, .inquiry .inquiry-content .form-wrap dl, .supplier-inquiry .entry-content .form-wrap dl, .supplier-inquiry .inquiry-content .form-wrap dl, .property-inquiry .entry-content .form-wrap dl, .property-inquiry .inquiry-content .form-wrap dl, .job-application .entry-content .form-wrap dl, .job-application .inquiry-content .form-wrap dl {
  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;
  border-bottom: 1px solid #1d4565;
  padding-bottom: 20px;
}
@media only screen and (max-width:480px) {
  .entry .entry-content .form-wrap dl, .entry .inquiry-content .form-wrap dl, .inquiry .entry-content .form-wrap dl, .inquiry .inquiry-content .form-wrap dl, .supplier-inquiry .entry-content .form-wrap dl, .supplier-inquiry .inquiry-content .form-wrap dl, .property-inquiry .entry-content .form-wrap dl, .property-inquiry .inquiry-content .form-wrap dl, .job-application .entry-content .form-wrap dl, .job-application .inquiry-content .form-wrap dl {
    display: block;
  }
}
.entry .entry-content .form-wrap dl dt, .entry .inquiry-content .form-wrap dl dt, .inquiry .entry-content .form-wrap dl dt, .inquiry .inquiry-content .form-wrap dl dt, .supplier-inquiry .entry-content .form-wrap dl dt, .supplier-inquiry .inquiry-content .form-wrap dl dt, .property-inquiry .entry-content .form-wrap dl dt, .property-inquiry .inquiry-content .form-wrap dl dt, .job-application .entry-content .form-wrap dl dt, .job-application .inquiry-content .form-wrap dl dt {
  font-weight: 500;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}
@media only screen and (max-width:1200px) {
  .entry .entry-content .form-wrap dl dt, .entry .inquiry-content .form-wrap dl dt, .inquiry .entry-content .form-wrap dl dt, .inquiry .inquiry-content .form-wrap dl dt, .supplier-inquiry .entry-content .form-wrap dl dt, .supplier-inquiry .inquiry-content .form-wrap dl dt, .property-inquiry .entry-content .form-wrap dl dt, .property-inquiry .inquiry-content .form-wrap dl dt, .job-application .entry-content .form-wrap dl dt, .job-application .inquiry-content .form-wrap dl dt {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
  }
}
@media only screen and (max-width:991px) {
  .entry .entry-content .form-wrap dl dt, .entry .inquiry-content .form-wrap dl dt, .inquiry .entry-content .form-wrap dl dt, .inquiry .inquiry-content .form-wrap dl dt, .supplier-inquiry .entry-content .form-wrap dl dt, .supplier-inquiry .inquiry-content .form-wrap dl dt, .property-inquiry .entry-content .form-wrap dl dt, .property-inquiry .inquiry-content .form-wrap dl dt, .job-application .entry-content .form-wrap dl dt, .job-application .inquiry-content .form-wrap dl dt {
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
  }
}
@media only screen and (max-width:480px) {
  .entry .entry-content .form-wrap dl dt, .entry .inquiry-content .form-wrap dl dt, .inquiry .entry-content .form-wrap dl dt, .inquiry .inquiry-content .form-wrap dl dt, .supplier-inquiry .entry-content .form-wrap dl dt, .supplier-inquiry .inquiry-content .form-wrap dl dt, .property-inquiry .entry-content .form-wrap dl dt, .property-inquiry .inquiry-content .form-wrap dl dt, .job-application .entry-content .form-wrap dl dt, .job-application .inquiry-content .form-wrap dl dt {
    margin: 0 0 0.5em;
  }
}
.entry .entry-content .form-wrap dl dt.required, .entry .inquiry-content .form-wrap dl dt.required, .inquiry .entry-content .form-wrap dl dt.required, .inquiry .inquiry-content .form-wrap dl dt.required, .supplier-inquiry .entry-content .form-wrap dl dt.required, .supplier-inquiry .inquiry-content .form-wrap dl dt.required, .property-inquiry .entry-content .form-wrap dl dt.required, .property-inquiry .inquiry-content .form-wrap dl dt.required, .job-application .entry-content .form-wrap dl dt.required, .job-application .inquiry-content .form-wrap dl dt.required {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.entry .entry-content .form-wrap dl dt.required:after, .entry .inquiry-content .form-wrap dl dt.required:after, .inquiry .entry-content .form-wrap dl dt.required:after, .inquiry .inquiry-content .form-wrap dl dt.required:after, .supplier-inquiry .entry-content .form-wrap dl dt.required:after, .supplier-inquiry .inquiry-content .form-wrap dl dt.required:after, .property-inquiry .entry-content .form-wrap dl dt.required:after, .property-inquiry .inquiry-content .form-wrap dl dt.required:after, .job-application .entry-content .form-wrap dl dt.required:after, .job-application .inquiry-content .form-wrap dl dt.required:after {
  content: "※";
  color: #ff0000;
  margin-left: 0.5em;
}
.entry .entry-content .form-wrap dl dd, .entry .inquiry-content .form-wrap dl dd, .inquiry .entry-content .form-wrap dl dd, .inquiry .inquiry-content .form-wrap dl dd, .supplier-inquiry .entry-content .form-wrap dl dd, .supplier-inquiry .inquiry-content .form-wrap dl dd, .property-inquiry .entry-content .form-wrap dl dd, .property-inquiry .inquiry-content .form-wrap dl dd, .job-application .entry-content .form-wrap dl dd, .job-application .inquiry-content .form-wrap dl dd {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
}
.entry .entry-content .form-wrap dl dd.short input, .entry .inquiry-content .form-wrap dl dd.short input, .inquiry .entry-content .form-wrap dl dd.short input, .inquiry .inquiry-content .form-wrap dl dd.short input, .supplier-inquiry .entry-content .form-wrap dl dd.short input, .supplier-inquiry .inquiry-content .form-wrap dl dd.short input, .property-inquiry .entry-content .form-wrap dl dd.short input, .property-inquiry .inquiry-content .form-wrap dl dd.short input, .job-application .entry-content .form-wrap dl dd.short input, .job-application .inquiry-content .form-wrap dl dd.short input {
  width: 40%;
}
@media only screen and (max-width:1200px) {
  .entry .entry-content .form-wrap dl dd, .entry .inquiry-content .form-wrap dl dd, .inquiry .entry-content .form-wrap dl dd, .inquiry .inquiry-content .form-wrap dl dd, .supplier-inquiry .entry-content .form-wrap dl dd, .supplier-inquiry .inquiry-content .form-wrap dl dd, .property-inquiry .entry-content .form-wrap dl dd, .property-inquiry .inquiry-content .form-wrap dl dd, .job-application .entry-content .form-wrap dl dd, .job-application .inquiry-content .form-wrap dl dd {
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
  }
}
@media only screen and (max-width:991px) {
  .entry .entry-content .form-wrap dl dd, .entry .inquiry-content .form-wrap dl dd, .inquiry .entry-content .form-wrap dl dd, .inquiry .inquiry-content .form-wrap dl dd, .supplier-inquiry .entry-content .form-wrap dl dd, .supplier-inquiry .inquiry-content .form-wrap dl dd, .property-inquiry .entry-content .form-wrap dl dd, .property-inquiry .inquiry-content .form-wrap dl dd, .job-application .entry-content .form-wrap dl dd, .job-application .inquiry-content .form-wrap dl dd {
    -ms-flex-preferred-size: 65%;
        flex-basis: 65%;
  }
}
.entry .entry-content .form-wrap dl dd input, .entry .entry-content .form-wrap dl dd textarea, .entry .inquiry-content .form-wrap dl dd input, .entry .inquiry-content .form-wrap dl dd textarea, .inquiry .entry-content .form-wrap dl dd input, .inquiry .entry-content .form-wrap dl dd textarea, .inquiry .inquiry-content .form-wrap dl dd input, .inquiry .inquiry-content .form-wrap dl dd textarea, .supplier-inquiry .entry-content .form-wrap dl dd input, .supplier-inquiry .entry-content .form-wrap dl dd textarea, .supplier-inquiry .inquiry-content .form-wrap dl dd input, .supplier-inquiry .inquiry-content .form-wrap dl dd textarea, .property-inquiry .entry-content .form-wrap dl dd input, .property-inquiry .entry-content .form-wrap dl dd textarea, .property-inquiry .inquiry-content .form-wrap dl dd input, .property-inquiry .inquiry-content .form-wrap dl dd textarea, .job-application .entry-content .form-wrap dl dd input, .job-application .entry-content .form-wrap dl dd textarea, .job-application .inquiry-content .form-wrap dl dd input, .job-application .inquiry-content .form-wrap dl dd textarea {
  width: 100%;
  background: #f4f4f4;
  padding: 0.5em;
  border-radius: 5px;
  border: none;
}
.entry .entry-content .form-wrap dl dd select, .entry .inquiry-content .form-wrap dl dd select, .inquiry .entry-content .form-wrap dl dd select, .inquiry .inquiry-content .form-wrap dl dd select, .supplier-inquiry .entry-content .form-wrap dl dd select, .supplier-inquiry .inquiry-content .form-wrap dl dd select, .property-inquiry .entry-content .form-wrap dl dd select, .property-inquiry .inquiry-content .form-wrap dl dd select, .job-application .entry-content .form-wrap dl dd select, .job-application .inquiry-content .form-wrap dl dd select {
  padding: 0.5em;
  background: #f4f4f4;
  border-radius: 5px;
  border: none;
}
.entry .entry-content .form-wrap dl dd span label, .entry .inquiry-content .form-wrap dl dd span label, .inquiry .entry-content .form-wrap dl dd span label, .inquiry .inquiry-content .form-wrap dl dd span label, .supplier-inquiry .entry-content .form-wrap dl dd span label, .supplier-inquiry .inquiry-content .form-wrap dl dd span label, .property-inquiry .entry-content .form-wrap dl dd span label, .property-inquiry .inquiry-content .form-wrap dl dd span label, .job-application .entry-content .form-wrap dl dd span label, .job-application .inquiry-content .form-wrap dl dd span label {
  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;
  font-weight: 400;
}
.entry .entry-content .form-wrap dl dd span label input, .entry .inquiry-content .form-wrap dl dd span label input, .inquiry .entry-content .form-wrap dl dd span label input, .inquiry .inquiry-content .form-wrap dl dd span label input, .supplier-inquiry .entry-content .form-wrap dl dd span label input, .supplier-inquiry .inquiry-content .form-wrap dl dd span label input, .property-inquiry .entry-content .form-wrap dl dd span label input, .property-inquiry .inquiry-content .form-wrap dl dd span label input, .job-application .entry-content .form-wrap dl dd span label input, .job-application .inquiry-content .form-wrap dl dd span label input {
  width: auto;
  margin-right: 0.3em;
}
.entry .entry-content .form-wrap dl dd textarea, .entry .inquiry-content .form-wrap dl dd textarea, .inquiry .entry-content .form-wrap dl dd textarea, .inquiry .inquiry-content .form-wrap dl dd textarea, .supplier-inquiry .entry-content .form-wrap dl dd textarea, .supplier-inquiry .inquiry-content .form-wrap dl dd textarea, .property-inquiry .entry-content .form-wrap dl dd textarea, .property-inquiry .inquiry-content .form-wrap dl dd textarea, .job-application .entry-content .form-wrap dl dd textarea, .job-application .inquiry-content .form-wrap dl dd textarea {
  height: 250px;
}
.entry .entry-content .form-wrap dl dd.readonly input, .entry .inquiry-content .form-wrap dl dd.readonly input, .inquiry .entry-content .form-wrap dl dd.readonly input, .inquiry .inquiry-content .form-wrap dl dd.readonly input, .supplier-inquiry .entry-content .form-wrap dl dd.readonly input, .supplier-inquiry .inquiry-content .form-wrap dl dd.readonly input, .property-inquiry .entry-content .form-wrap dl dd.readonly input, .property-inquiry .inquiry-content .form-wrap dl dd.readonly input, .job-application .entry-content .form-wrap dl dd.readonly input, .job-application .inquiry-content .form-wrap dl dd.readonly input {
  background: none;
  font-weight: 500;
}
.entry .entry-content .form-wrap #submit-wrap, .entry .inquiry-content .form-wrap #submit-wrap, .inquiry .entry-content .form-wrap #submit-wrap, .inquiry .inquiry-content .form-wrap #submit-wrap, .supplier-inquiry .entry-content .form-wrap #submit-wrap, .supplier-inquiry .inquiry-content .form-wrap #submit-wrap, .property-inquiry .entry-content .form-wrap #submit-wrap, .property-inquiry .inquiry-content .form-wrap #submit-wrap, .job-application .entry-content .form-wrap #submit-wrap, .job-application .inquiry-content .form-wrap #submit-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.entry .entry-content .form-wrap .linkBtn, .entry .inquiry-content .form-wrap .linkBtn, .inquiry .entry-content .form-wrap .linkBtn, .inquiry .inquiry-content .form-wrap .linkBtn, .supplier-inquiry .entry-content .form-wrap .linkBtn, .supplier-inquiry .inquiry-content .form-wrap .linkBtn, .property-inquiry .entry-content .form-wrap .linkBtn, .property-inquiry .inquiry-content .form-wrap .linkBtn, .job-application .entry-content .form-wrap .linkBtn, .job-application .inquiry-content .form-wrap .linkBtn {
  margin: 60px 1em 0;
  border: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width:991px) {
  .entry .entry-content .form-wrap .linkBtn, .entry .inquiry-content .form-wrap .linkBtn, .inquiry .entry-content .form-wrap .linkBtn, .inquiry .inquiry-content .form-wrap .linkBtn, .supplier-inquiry .entry-content .form-wrap .linkBtn, .supplier-inquiry .inquiry-content .form-wrap .linkBtn, .property-inquiry .entry-content .form-wrap .linkBtn, .property-inquiry .inquiry-content .form-wrap .linkBtn, .job-application .entry-content .form-wrap .linkBtn, .job-application .inquiry-content .form-wrap .linkBtn {
    margin: 45px auto 0;
  }
}
@media only screen and (max-width:480px) {
  .entry .entry-content .form-wrap .linkBtn, .entry .inquiry-content .form-wrap .linkBtn, .inquiry .entry-content .form-wrap .linkBtn, .inquiry .inquiry-content .form-wrap .linkBtn, .supplier-inquiry .entry-content .form-wrap .linkBtn, .supplier-inquiry .inquiry-content .form-wrap .linkBtn, .property-inquiry .entry-content .form-wrap .linkBtn, .property-inquiry .inquiry-content .form-wrap .linkBtn, .job-application .entry-content .form-wrap .linkBtn, .job-application .inquiry-content .form-wrap .linkBtn {
    margin: 30px auto 0;
  }
}
.entry .entry-content .form-wrap .linkBtn:hover, .entry .inquiry-content .form-wrap .linkBtn:hover, .inquiry .entry-content .form-wrap .linkBtn:hover, .inquiry .inquiry-content .form-wrap .linkBtn:hover, .supplier-inquiry .entry-content .form-wrap .linkBtn:hover, .supplier-inquiry .inquiry-content .form-wrap .linkBtn:hover, .property-inquiry .entry-content .form-wrap .linkBtn:hover, .property-inquiry .inquiry-content .form-wrap .linkBtn:hover, .job-application .entry-content .form-wrap .linkBtn:hover, .job-application .inquiry-content .form-wrap .linkBtn:hover {
  background: #1d4565;
  color: #fff;
}
.entry .entry-content .form-wrap .agree p, .entry .inquiry-content .form-wrap .agree p, .inquiry .entry-content .form-wrap .agree p, .inquiry .inquiry-content .form-wrap .agree p, .supplier-inquiry .entry-content .form-wrap .agree p, .supplier-inquiry .inquiry-content .form-wrap .agree p, .property-inquiry .entry-content .form-wrap .agree p, .property-inquiry .inquiry-content .form-wrap .agree p, .job-application .entry-content .form-wrap .agree p, .job-application .inquiry-content .form-wrap .agree p {
  color: #000;
}
.entry .entry-content .form-wrap .agree a, .entry .inquiry-content .form-wrap .agree a, .inquiry .entry-content .form-wrap .agree a, .inquiry .inquiry-content .form-wrap .agree a, .supplier-inquiry .entry-content .form-wrap .agree a, .supplier-inquiry .inquiry-content .form-wrap .agree a, .property-inquiry .entry-content .form-wrap .agree a, .property-inquiry .inquiry-content .form-wrap .agree a, .job-application .entry-content .form-wrap .agree a, .job-application .inquiry-content .form-wrap .agree a {
  color: #06c !important;
  border-bottom: 1px solid #06c;
  -webkit-transition: all 500ms 0s ease-in;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 90%;
}
.entry .entry-content .form-wrap .agree a:hover, .entry .inquiry-content .form-wrap .agree a:hover, .inquiry .entry-content .form-wrap .agree a:hover, .inquiry .inquiry-content .form-wrap .agree a:hover, .supplier-inquiry .entry-content .form-wrap .agree a:hover, .supplier-inquiry .inquiry-content .form-wrap .agree a:hover, .property-inquiry .entry-content .form-wrap .agree a:hover, .property-inquiry .inquiry-content .form-wrap .agree a:hover, .job-application .entry-content .form-wrap .agree a:hover, .job-application .inquiry-content .form-wrap .agree a:hover {
  border-bottom: 1px solid #06c !important;
  opacity: 0.6;
}

.inquiry .inquiry-content, .supplier-inquiry .inquiry-content, .property-inquiry .inquiry-content {
  padding-top: 0;
}
.inquiry .inquiry-content .form-wrap, .supplier-inquiry .inquiry-content .form-wrap, .property-inquiry .inquiry-content .form-wrap {
  padding: 60px;
}
@media only screen and (max-width:991px) {
  .inquiry .inquiry-content .form-wrap, .supplier-inquiry .inquiry-content .form-wrap, .property-inquiry .inquiry-content .form-wrap {
    padding: 45px;
  }
}
@media only screen and (max-width:480px) {
  .inquiry .inquiry-content .form-wrap, .supplier-inquiry .inquiry-content .form-wrap, .property-inquiry .inquiry-content .form-wrap {
    padding: 30px;
  }
}
.inquiry .inquiry-content .form-wrap p, .supplier-inquiry .inquiry-content .form-wrap p, .property-inquiry .inquiry-content .form-wrap p {
  margin-bottom: 30px;
  font-weight: 500;
}
@media only screen and (max-width:991px) {
  .inquiry .inquiry-content .form-wrap p, .supplier-inquiry .inquiry-content .form-wrap p, .property-inquiry .inquiry-content .form-wrap p {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width:480px) {
  .inquiry .inquiry-content .form-wrap p, .supplier-inquiry .inquiry-content .form-wrap p, .property-inquiry .inquiry-content .form-wrap p {
    margin-bottom: 15px;
  }
}

/*  -------------------------------------
	page:thanks / thanks-employee
  -------------------------------------*/
.thanks .p-page-title h1.c-title, .thanks-employee .p-page-title h1.c-title {
  line-height: 1.4em;
}
@media only screen and (max-width:768px) {
  .thanks .p-page-title h1.c-title, .thanks-employee .p-page-title h1.c-title {
    font-size: clamp(1.8rem, 2vw, 2.4rem) !important;
  }
}
@media only screen and (max-width:768px) {
  .thanks .p-page-title h1.c-title span, .thanks-employee .p-page-title h1.c-title span {
    display: block;
  }
}
.thanks .thanks-content p, .thanks-employee .thanks-content p {
  text-align: center;
  line-height: 2.2em;
  font-size: clamp(1.3rem, 1.5vw, 1.8rem);
  color: #1d4565;
  font-weight: 500;
}
@media only screen and (max-width:768px) {
  .thanks .thanks-content p, .thanks-employee .thanks-content p {
    text-align: left;
  }
  .thanks .thanks-content p span, .thanks-employee .thanks-content p span {
    display: block;
  }
  .thanks .thanks-content p br, .thanks-employee .thanks-content p br {
    display: none;
  }
}

/*  -------------------------------------
	page:privacy
  -------------------------------------*/
.privacy .privacy-content__desc {
  background: #fff;
  padding: 60px;
  border-radius: 25px;
}
@media only screen and (max-width:991px) {
  .privacy .privacy-content__desc {
    padding: 45px;
  }
}
@media only screen and (max-width:768px) {
  .privacy .privacy-content__desc {
    padding: 30px;
  }
}
.privacy .privacy-content__desc .p-page-content {
  margin: 0 0 60px 0;
}
.privacy .privacy-content__desc .p-page-content:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width:768px) {
  .privacy .privacy-content__desc .p-page-content {
    margin: 0 0 45px 0;
  }
}
@media only screen and (max-width:480px) {
  .privacy .privacy-content__desc .p-page-content {
    margin: 0 0 30px 0;
  }
}
.privacy .privacy-content__desc .p-page-content h3 {
  color: #1d4565;
  font-size: clamp(1.6rem, 1.8vw, 2.1rem) !important;
  border-bottom: 1px solid #1d4565;
  font-weight: 500;
  padding: 0 0 1em;
  margin: 0 0 1em;
}
.privacy .privacy-content__desc .p-page-content h4 {
  font-weight: 500;
  font-size: clamp(1.4rem, 1.8vw, 1.8rem) !important;
  color: #1d4565;
  margin: 1em 0 0.5em 0;
  line-height: 1.4em;
}
.privacy .privacy-content__desc .p-page-content p {
  font-size: clamp(1.2rem, 1.8vw, 1.6rem) !important;
}
.privacy .privacy-content__desc .p-page-content p.sign {
  text-align: right;
  margin-top: 3em;
}
.privacy .privacy-content__desc .p-page-content ul {
  margin-top: 1em;
}
.privacy .privacy-content__desc .p-page-content ul li {
  position: relative;
  padding-left: 1.5em;
}
.privacy .privacy-content__desc .p-page-content ul li:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

/*  -------------------------------------
	page:nanahako
  -------------------------------------*/
.post-slug-nanahako .page-top {
  position: relative;
  height: 100vh;
}
@media only screen and (max-width:480px) {
  .post-slug-nanahako .page-top {
    padding-top: 60px;
    height: 60vh;
  }
}
.post-slug-nanahako .page-top .nanahako-img1 {
  width: 25%;
  aspect-ratio: 5/4;
  height: auto;
  position: absolute;
  left: 0;
  top: 15%;
  border-radius: 0 60px 60px 0;
}
@media only screen and (max-width:1499px) {
  .post-slug-nanahako .page-top .nanahako-img1 {
    width: 30%;
  }
}
@media only screen and (max-width:768px) {
  .post-slug-nanahako .page-top .nanahako-img1 {
    border-radius: 0 45px 45px 0;
  }
}
@media only screen and (max-width:480px) {
  .post-slug-nanahako .page-top .nanahako-img1 {
    border-radius: 0 30px 30px 0;
  }
}
.post-slug-nanahako .page-top .nanahako-img2 {
  width: 20%;
  aspect-ratio: 3/2;
  height: auto;
  position: absolute;
  right: 20%;
  top: 15%;
  border-radius: 30px;
}
@media only screen and (max-width:1499px) {
  .post-slug-nanahako .page-top .nanahako-img2 {
    right: 25%;
  }
}
@media only screen and (max-width:768px) {
  .post-slug-nanahako .page-top .nanahako-img2 {
    border-radius: 20px;
  }
}
@media only screen and (max-width:480px) {
  .post-slug-nanahako .page-top .nanahako-img2 {
    border-radius: 15px;
  }
}
.post-slug-nanahako .page-top .nanahako-img3 {
  width: 20%;
  aspect-ratio: 5/4;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 0 30px 30px 0px;
}
@media only screen and (max-width:1499px) {
  .post-slug-nanahako .page-top .nanahako-img3 {
    bottom: 5%;
    width: 25%;
  }
}
@media only screen and (max-width:1200px) {
  .post-slug-nanahako .page-top .nanahako-img3 {
    bottom: 10%;
  }
}
@media only screen and (max-width:991px) {
  .post-slug-nanahako .page-top .nanahako-img3 {
    bottom: 20%;
  }
}
@media only screen and (max-width:768px) {
  .post-slug-nanahako .page-top .nanahako-img3 {
    border-radius: 0 20px 20px 0px;
  }
}
@media only screen and (max-width:480px) {
  .post-slug-nanahako .page-top .nanahako-img3 {
    border-radius: 0 15px 15px 0px;
  }
}
.post-slug-nanahako .page-top .nanahako-img4 {
  width: 20%;
  aspect-ratio: 4/3;
  height: auto;
  position: absolute;
  left: 40%;
  bottom: 0;
  border-radius: 30px;
}
@media only screen and (max-width:1499px) {
  .post-slug-nanahako .page-top .nanahako-img4 {
    bottom: 5%;
  }
}
@media only screen and (max-width:768px) {
  .post-slug-nanahako .page-top .nanahako-img4 {
    border-radius: 20px;
  }
}
@media only screen and (max-width:480px) {
  .post-slug-nanahako .page-top .nanahako-img4 {
    border-radius: 15px;
  }
}
.post-slug-nanahako .page-top .nanahako-img5 {
  width: 20%;
  aspect-ratio: 5/4;
  height: auto;
  position: absolute;
  right: 0;
  bottom: 10%;
  border-radius: 30px 0 0 30px;
}
@media only screen and (max-width:1499px) {
  .post-slug-nanahako .page-top .nanahako-img5 {
    width: 25%;
    bottom: 20%;
  }
}
@media only screen and (max-width:768px) {
  .post-slug-nanahako .page-top .nanahako-img5 {
    border-radius: 20px 0 0 20px;
  }
}
@media only screen and (max-width:480px) {
  .post-slug-nanahako .page-top .nanahako-img5 {
    border-radius: 15px 0 0 15px;
  }
}
.post-slug-nanahako .page-top .nanahako-logo {
  width: 200px;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width:768px) {
  .post-slug-nanahako .page-top .nanahako-logo {
    width: 160px;
  }
}
@media only screen and (max-width:480px) {
  .post-slug-nanahako .page-top .nanahako-logo {
    width: 120px;
  }
}
.post-slug-nanahako .page-top .nanahako-copy {
  width: 108px;
  height: auto;
  position: absolute;
  right: 30px;
  top: 20%;
}
@media only screen and (max-width:768px) {
  .post-slug-nanahako .page-top .nanahako-copy {
    width: 90px;
  }
}
@media only screen and (max-width:480px) {
  .post-slug-nanahako .page-top .nanahako-copy {
    width: 50px;
    right: 15px;
  }
}
.post-slug-nanahako .about-nanahako {
  position: relative;
  height: 100vh;
}
@media only screen and (max-width:480px) {
  .post-slug-nanahako .about-nanahako {
    height: 60vh;
  }
}
.post-slug-nanahako .about-nanahako__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.post-slug-nanahako .about-nanahako__title h2.c-title {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: clamp(1.8rem, 2.5vw, 3.6rem) !important;
  min-height: 0vw;
  position: relative;
  margin-right: 0.5em;
  color: #4f2a11;
}
.post-slug-nanahako .about-nanahako__title .c-sub_title {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-weight: 400;
  font-size: clamp(1.4rem, 1.8vw, 2.1rem) !important;
  min-height: 0vw;
  line-height: 1em;
  color: #4f2a11;
  margin-top: 0.3em;
}
.post-slug-nanahako .about-nanahako__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.post-slug-nanahako .about-nanahako__text p {
  color: #4f2a11;
  font-weight: 500;
  font-size: clamp(1.4rem, 1.8vw, 2.1rem) !important;
  min-height: 0vw;
  line-height: 2em;
}
.post-slug-nanahako .about-nanahako .nanahako-img6 {
  width: 86px;
  height: 104px;
  position: absolute;
  right: 10%;
  bottom: 10%;
}
@media only screen and (max-width:480px) {
  .post-slug-nanahako .about-nanahako .nanahako-img6 {
    width: 43px;
    height: 52px;
  }
}
.post-slug-nanahako .about-nanahako .nanahako-img7 {
  width: 104px;
  height: 98px;
  position: absolute;
  right: 30%;
  top: 40%;
}
@media only screen and (max-width:480px) {
  .post-slug-nanahako .about-nanahako .nanahako-img7 {
    width: 52px;
    height: 49px;
  }
}
.post-slug-nanahako .about-nanahako .nanahako-img8 {
  width: 100px;
  height: 121px;
  position: absolute;
  right: 25%;
  bottom: 20%;
}
@media only screen and (max-width:480px) {
  .post-slug-nanahako .about-nanahako .nanahako-img8 {
    width: 50px;
    height: 61px;
  }
}
.post-slug-nanahako .about-nanahako .nanahako-img9 {
  width: 92px;
  height: 39px;
  position: absolute;
  left: 10%;
  top: 5%;
}
@media only screen and (max-width:480px) {
  .post-slug-nanahako .about-nanahako .nanahako-img9 {
    width: 46px;
    height: 20px;
  }
}
.post-slug-nanahako .about-nanahako .nanahako-img10 {
  width: 166px;
  height: 91px;
  position: absolute;
  left: 5%;
  top: 25%;
}
@media only screen and (max-width:480px) {
  .post-slug-nanahako .about-nanahako .nanahako-img10 {
    width: 83px;
    height: 46px;
  }
}
.post-slug-nanahako .about-nanahako .nanahako-img11 {
  width: 107px;
  height: 151px;
  position: absolute;
  left: 3%;
  bottom: 10%;
}
@media only screen and (max-width:480px) {
  .post-slug-nanahako .about-nanahako .nanahako-img11 {
    width: 54px;
    height: 76px;
  }
}
.post-slug-nanahako .particular .particular-content {
  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;
}
@media only screen and (max-width:687px) {
  .post-slug-nanahako .particular .particular-content {
    display: block;
  }
}
.post-slug-nanahako .particular .particular-content__img {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
}
@media only screen and (max-width:687px) {
  .post-slug-nanahako .particular .particular-content__img {
    margin-bottom: 3em;
  }
}
.post-slug-nanahako .particular .particular-content__img img {
  border-radius: 30px;
}
.post-slug-nanahako .particular .particular-content__text {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  color: #4f2a11;
}
.post-slug-nanahako .particular .particular-content__text h2.c-title {
  text-align: left;
  color: #4f2a11;
  font-weight: 500;
  font-size: clamp(1.8rem, 2vw, 3.6rem) !important;
  min-height: 0vw;
}
.post-slug-nanahako .particular .particular-content__text ul {
  margin: 0 0 1em;
}
.post-slug-nanahako .particular .particular-content__text ul li {
  position: relative;
  border-bottom: 1px solid #4f2a11;
  padding: 1em 0 1em 1.5em;
  font-weight: 500;
  font-size: clamp(1.4rem, 1.8vw, 2.1rem) !important;
  min-height: 0vw;
}
.post-slug-nanahako .particular .particular-content__text ul li:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.post-slug-nanahako .particular .particular-content__text ul li:nth-child(3):after {
  content: "※1";
  margin-left: 1em;
  font-size: 70%;
}
.post-slug-nanahako .particular .particular-content__text ul li:nth-child(4):after {
  content: "※2";
  margin-left: 1em;
  font-size: 70%;
}
.post-slug-nanahako .particular .particular-content__text ul li span {
  font-weight: 500;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, rgba(243, 182, 68, 0.6)));
  background: linear-gradient(transparent 70%, rgba(243, 182, 68, 0.6) 70%);
}
.post-slug-nanahako .lineup .lineup-content {
  background: #f1ecd3;
  padding: 90px;
  border-radius: 60px;
}
@media only screen and (max-width:991px) {
  .post-slug-nanahako .lineup .lineup-content {
    padding: 60px;
    border-radius: 45px;
  }
}
@media only screen and (max-width:768px) {
  .post-slug-nanahako .lineup .lineup-content {
    padding: 30px;
    border-radius: 30px;
  }
}
@media only screen and (max-width:480px) {
  .post-slug-nanahako .lineup .lineup-content {
    padding: 30px;
    border-radius: 15px;
  }
}
.post-slug-nanahako .lineup .lineup-content h2.c-title {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #4f2a11;
  margin: 0 0 45px;
  font-size: clamp(2rem, 3vw, 3.6rem) !important;
  min-height: 0vw;
}
@media only screen and (max-width:480px) {
  .post-slug-nanahako .lineup .lineup-content h2.c-title {
    margin: 0 0 30px;
  }
}
.post-slug-nanahako .lineup .lineup-content p.c-sub_title {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #4f2a11;
  margin: 0 0 1em;
}
.post-slug-nanahako .lineup .lineup-content .lineup-content-wrap {
  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: wrap;
      flex-wrap: wrap;
}
.post-slug-nanahako .lineup .lineup-content__desc {
  -ms-flex-preferred-size: 31.3%;
      flex-basis: 31.3%;
  text-align: center;
  margin: 0 0 3%;
}
@media only screen and (max-width:480px) {
  .post-slug-nanahako .lineup .lineup-content__desc {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    margin: 0 0 4%;
  }
}
.post-slug-nanahako .lineup .lineup-content__desc__img {
  overflow: hidden;
  border-radius: 30px;
}
@media only screen and (max-width:768px) {
  .post-slug-nanahako .lineup .lineup-content__desc__img {
    border-radius: 20px;
  }
}
@media only screen and (max-width:480px) {
  .post-slug-nanahako .lineup .lineup-content__desc__img {
    border-radius: 15px;
  }
}
.post-slug-nanahako .lineup .lineup-content__desc__img a img {
  border-radius: 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width:768px) {
  .post-slug-nanahako .lineup .lineup-content__desc__img a img {
    border-radius: 20px;
  }
}
@media only screen and (max-width:480px) {
  .post-slug-nanahako .lineup .lineup-content__desc__img a img {
    border-radius: 15px;
  }
}
.post-slug-nanahako .lineup .lineup-content__desc__img a:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0.8;
}
.post-slug-nanahako .lineup .lineup-content__desc__text p.p-title {
  font-weight: 500;
  font-size: clamp(1.3rem, 1.8vw, 2.1rem) !important;
  letter-spacing: 0.01em;
  min-height: 0vw;
}
.post-slug-nanahako .lineup .lineup-content__desc__text p.p-title a {
  color: #4f2a11 !important;
}
.post-slug-nanahako .lineup .lineup-content a.linkBtn {
  background: #f8b500;
  margin: 45px auto 0;
}
@media only screen and (max-width:480px) {
  .post-slug-nanahako .lineup .lineup-content a.linkBtn {
    margin: 30px auto 0;
  }
}
.post-slug-nanahako .shop-info {
  position: relative;
  padding-bottom: 180px;
}
@media only screen and (max-width:1200px) {
  .post-slug-nanahako .shop-info {
    padding-bottom: 120px;
  }
}
@media only screen and (max-width:768px) {
  .post-slug-nanahako .shop-info {
    padding-bottom: 90px;
  }
}
.post-slug-nanahako .shop-info .col-sm-12 {
  position: relative;
}
.post-slug-nanahako .shop-info__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  z-index: 1;
}
.post-slug-nanahako .shop-info__title__text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}
@media only screen and (max-width:768px) {
  .post-slug-nanahako .shop-info__title__text {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
  }
}
.post-slug-nanahako .shop-info__title__text h2.c-title {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: clamp(1.8rem, 2.5vw, 3.6rem) !important;
  min-height: 0vw;
  position: relative;
  margin: 0;
  color: #4f2a11;
  font-weight: 700;
  left: 0;
  top: 0;
}
.post-slug-nanahako .shop-info__title__text .c-sub_title {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-weight: 400;
  font-size: clamp(1.4rem, 1.8vw, 2.1rem) !important;
  min-height: 0vw;
  line-height: 1em;
  color: #f8b500;
  margin-top: 0.2em;
  margin-right: 1em;
  font-family: "Jost", sans-serif;
}
.post-slug-nanahako .shop-info__title__img {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
}
@media only screen and (max-width:768px) {
  .post-slug-nanahako .shop-info__title__img {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
  }
}
.post-slug-nanahako .shop-info__title__img img {
  border-radius: 30px;
}
@media only screen and (max-width:768px) {
  .post-slug-nanahako .shop-info__title__img img {
    border-radius: 15px;
  }
}
.post-slug-nanahako .shop-info__desc {
  margin-top: -40px;
  z-index: 2;
  position: relative;
}
@media only screen and (max-width:768px) {
  .post-slug-nanahako .shop-info__desc {
    margin-top: 30px;
  }
}
.post-slug-nanahako .shop-info__desc__box {
  width: 45%;
}
@media only screen and (max-width:768px) {
  .post-slug-nanahako .shop-info__desc__box {
    width: 100%;
  }
}
.post-slug-nanahako .shop-info__desc__box .inner {
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  color: #4f2a11;
}
@media only screen and (max-width:768px) {
  .post-slug-nanahako .shop-info__desc__box .inner {
    border-radius: 10px;
  }
}
.post-slug-nanahako .shop-info__desc__box .inner a {
  border-bottom: 1px solid #4f2a11;
}
.post-slug-nanahako .shop-info__desc__box__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0 0 1em;
}
.post-slug-nanahako .shop-info__desc__box__title h3 {
  margin: 0;
  font-size: clamp(1.6rem, 1.8vw, 2.4rem) !important;
  min-height: 0vw;
}
.post-slug-nanahako .shop-info__desc__box__title a {
  border: none !important;
}
.post-slug-nanahako .shop-info__desc__box__title img {
  width: 24px;
  margin-left: 1.5em;
}
@media only screen and (max-width:768px) {
  .post-slug-nanahako .shop-info__desc__box__title img {
    width: 14px;
  }
}
.post-slug-nanahako .shop-info__desc__box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.post-slug-nanahako .shop-info__desc__box ul li {
  margin: 0 0.5em;
}
.post-slug-nanahako .shop-info__desc__box ul li a.linkBtn {
  width: 200px;
  background: #f8b500;
}
@media only screen and (max-width:991px) {
  .post-slug-nanahako .shop-info__desc__box ul li a.linkBtn {
    width: 170px;
    font-size: clamp(1.2rem, 1.8vw, 1.4rem) !important;
    letter-spacing: 0.01em;
    height: 50px;
  }
}
.post-slug-nanahako .shop-info p.caution {
  font-weight: 500;
  margin: 45px 0 0;
}
.post-slug-nanahako .shop-info .shop-gallery {
  width: 50%;
  margin-left: 50%;
  position: absolute;
  right: 0;
  bottom: 150px;
}
@media only screen and (max-width:1200px) {
  .post-slug-nanahako .shop-info .shop-gallery {
    bottom: 200px;
  }
}
@media only screen and (max-width:991px) {
  .post-slug-nanahako .shop-info .shop-gallery {
    width: 45%;
    margin-left: 55%;
  }
}
@media only screen and (max-width:768px) {
  .post-slug-nanahako .shop-info .shop-gallery {
    position: static;
    width: 100%;
    margin: 45px 0 0;
  }
}
.post-slug-nanahako .shop-info .shop-gallery__post {
  width: 240px;
  margin: 0 0.5em;
}
@media only screen and (max-width:1200px) {
  .post-slug-nanahako .shop-info .shop-gallery__post {
    width: 220px;
  }
}
@media only screen and (max-width:991px) {
  .post-slug-nanahako .shop-info .shop-gallery__post {
    width: 200px;
  }
}
@media only screen and (max-width:768px) {
  .post-slug-nanahako .shop-info .shop-gallery__post {
    width: 160px;
  }
}
.post-slug-nanahako .shop-info .shop-gallery__post img {
  aspect-ratio: 3/4;
  border-radius: 20px;
}
@media only screen and (max-width:768px) {
  .post-slug-nanahako .shop-info .shop-gallery__post img {
    border-radius: 10px;
  }
}

/*  -------------------------------------
	page:sitemap
  -------------------------------------*/
.sitemap #sitemap-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width:480px) {
  .sitemap #sitemap-content ul {
    display: block;
  }
}
.sitemap #sitemap-content ul li {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  max-width: 48%;
  border-bottom: 1px solid #1d4565;
  font-family: "Jost", sans-serif;
  font-size: clamp(1.4rem, 2vw, 1.8rem) !important;
}
@media only screen and (max-width:480px) {
  .sitemap #sitemap-content ul li {
    max-width: 100%;
  }
}
.sitemap #sitemap-content ul li a {
  color: #1d4565 !important;
  display: block;
  padding: 24px 0;
}

/*  -------------------------------------
	navigation
  -------------------------------------*/
.navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 60px 0 0;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: clamp(1.2rem, 2vw, 1.6rem);
}
.navigation a {
  color: #1d4565 !important;
}
@media only screen and (max-width:480px) {
  .navigation {
    font-size: 12px;
  }
}
.navigation .alignleft {
  position: relative;
  padding-left: 2em;
}
.navigation .alignleft:before {
  content: "";
  background: url(assets/img/icon/iconChevronL.svg) no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media only screen and (max-width:480px) {
  .navigation .alignleft:before {
    width: 12px;
    height: 12px;
  }
}
.navigation .alignright {
  position: relative;
  padding-right: 2em;
}
.navigation .alignright:before {
  content: "";
  background: url(assets/img/icon/iconChevron.svg) no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media only screen and (max-width:480px) {
  .navigation .alignright:before {
    width: 12px;
    height: 12px;
  }
}

/* 5.0 drawer
--------------------------------------------------------------*/
h1 {
  position: relative;
  text-align: center;
}

.button_container {
  position: fixed;
  background: #fff;
  border-radius: 100%;
  height: 35px;
  width: 35px;
  cursor: pointer;
  z-index: 100;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  right: 30px;
  top: 30px;
}
@media only screen and (max-width:969px) {
  .button_container {
    background: #fff;
    top: 30px;
    right: 30px;
  }
}
@media only screen and (max-width:768px) {
  .button_container {
    width: 30px;
    height: 30px;
    top: 12px;
    right: 15px;
  }
}
.button_container:hover {
  opacity: 0.7;
}
.button_container.active .top {
  -webkit-transform: translateY(4px) translateX(-50%) rotate(45deg);
          transform: translateY(4px) translateX(-50%) rotate(45deg);
  background: #085274;
}
@media only screen and (max-width:768px) {
  .button_container.active .top {
    -webkit-transform: translateY(4px) translateX(-50%) rotate(45deg);
            transform: translateY(4px) translateX(-50%) rotate(45deg);
  }
}
.button_container.active .middle {
  opacity: 0;
  background: #085274;
}
.button_container.active .bottom {
  -webkit-transform: translateY(-6px) translateX(-50%) rotate(-45deg);
          transform: translateY(-6px) translateX(-50%) rotate(-45deg);
  background: #085274;
}
@media only screen and (max-width:768px) {
  .button_container.active .bottom {
    -webkit-transform: translateY(-7px) translateX(-50%) rotate(-45deg);
            transform: translateY(-7px) translateX(-50%) rotate(-45deg);
  }
}
@media only screen and (max-width:687px) {
  .button_container.active .bottom {
    -webkit-transform: translateY(-5px) translateX(-50%) rotate(-45deg);
            transform: translateY(-5px) translateX(-50%) rotate(-45deg);
  }
}
.button_container.active span:nth-of-type(2) {
  top: 16px;
}
@media only screen and (max-width:768px) {
  .button_container.active span:nth-of-type(2) {
    top: 15px;
  }
}
@media only screen and (max-width:687px) {
  .button_container.active span:nth-of-type(2) {
    top: 14px;
  }
}
@media only screen and (max-width:687px) {
  .button_container.active span:nth-of-type(3) {
    top: 18px;
  }
}
.button_container span {
  background: #085274;
  border: none;
  height: 1px;
  width: 60%;
  position: absolute;
  top: 12px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  cursor: pointer;
}
@media only screen and (max-width:768px) {
  .button_container span {
    top: 9px;
  }
}
.button_container span:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width:768px) {
  .button_container span:nth-of-type(2) {
    top: 15px;
  }
}
.button_container span:nth-of-type(3) {
  top: 22px;
}
@media only screen and (max-width:768px) {
  .button_container span:nth-of-type(3) {
    top: 20px;
  }
}

.overlay {
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  overflow: hidden;
  z-index: 10;
}
.overlay.open {
  opacity: 0.95;
  visibility: visible;
  height: 100%;
  z-index: 99;
  overflow: scroll;
  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;
}
.overlay.open li {
  -webkit-animation: fadeInRight 0.5s ease forwards;
          animation: fadeInRight 0.5s ease forwards;
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
  text-align: left;
  line-height: 1.2em;
}
.overlay.open li:nth-of-type(2) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.overlay.open li:nth-of-type(3) {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}
.overlay.open li:nth-of-type(4) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.overlay.open li:nth-of-type(5) {
  -webkit-animation-delay: 0.55s;
          animation-delay: 0.55s;
}
.overlay.open li:nth-of-type(6) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.overlay.open li:nth-of-type(7) {
  -webkit-animation-delay: 0.65s;
          animation-delay: 0.65s;
}
.overlay.open li:nth-of-type(8) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.overlay.open li:nth-of-type(9) {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
.overlay.open li.menu-parent-item:hover ul {
  position: relative;
  top: 0;
}
.overlay nav {
  position: relative;
  height: auto;
  width: 100%;
  /* top: 50%;
   transform: translateY(-50%);*/
  font-size: 1.8rem;
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  min-height: 0vw;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 300;
  text-align: center;
  overflow: scroll;
}
.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
  width: 100%;
}
@media only screen and (min-width:769px) {
  .overlay ul {
    width: 80%;
  }
}
.overlay ul li {
  display: block;
  position: relative;
  opacity: 0;
  padding: 3% 0;
  font-weight: 500;
  border-bottom: 1px solid #1d4565;
}
.overlay ul li a {
  display: block;
  position: relative;
  text-decoration: none;
  overflow: hidden;
  font-size: 1.7rem;
  font-size: clamp(1.3rem, 2vw, 1.8rem);
  font-weight: 500;
  color: #1d4565 !important;
  letter-spacing: 0.05em;
  padding-bottom: 0.25em;
}
.overlay ul li a span {
  width: 110px;
  display: inline-block;
  font-size: 18px;
}
.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
  width: 100%;
}
.overlay ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 0%;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  height: 1px;
  background: #1d4565;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
.overlay ul li ul {
  display: block;
  margin: 0.5em 0;
}
.overlay ul li ul li {
  height: auto;
  font-weight: 400;
  border-bottom: none;
}
.overlay ul li ul li a {
  font-size: 1.4rem;
  font-size: clamp(1.1rem, 2vw, 1.4rem);
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}