/* arguments inittial */
/* font style */
/* site style */
/* [ writing-mode ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
/*-----------------------------------------------------------
clearfix
------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

/*-----------------------------------------------------------
reset
------------------------------------------------------------*/
p {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

input,
textarea {
  margin: 0;
  font-size: 100%;
  resize: none;
}

input[type="text"],
input[type="date"],
input[type="email"],
input[type="number"],
input[type="url"] {
  word-break: normal;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

dl,
dt,
dd,
th,
td {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /*font-size: 100%;*/
  font-weight: normal;
  margin: 0;
  padding: 0;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
dialog {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

img {
  margin: 0;
  padding: 0;
  vertical-align: middle;
  border: 0;
  max-width: 100%;
  height: auto;
}

table img {
  margin: 0;
  padding: 0;
  vertical-align: middle;
  border: 0;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*:focus {
  outline: none !important;
}

label,
select,
button {
  cursor: pointer;
}

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

/*-----------------------------------------------------------
Link
------------------------------------------------------------*/
a {
  outline: none;
}

a:link,
a:visited,
a:active {
  color: #111111;
  text-decoration: none;
}

/*-----------------------------------------------------------
FONT family
------------------------------------------------------------*/
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

html.is-ipad * {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
}

/*-----------------------------------------------------------
COMMON
-------------------------------------------------------------*/
@media (min-width: 768px) {
  .sp,
  .SP {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .pc,
  .PC {
    display: none !important;
  }
}

.c-img {
  display: block;
  position: relative;
}
.c-img img {
  display: block;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.c-img--contain img {
  object-fit: contain;
}
.c-img--top img {
  object-position: top;
}

.c-fw {
  width: 100%;
}

[rel~="js-lazy"] {
  opacity: 0;
}
[rel~="js-lazy"]:not(.initial) {
  transition: opacity 0.15s;
}
[rel~="js-lazy"].initial,
[rel~="js-lazy"].loaded,
[rel~="js-lazy"].error {
  opacity: 1;
}

.c-lazybg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.c-lazybg--top {
  background-position: center top;
}
.c-lazybg--contain {
  background-size: contain;
}

@keyframes fadeInVisual {
  70% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes zoom-out {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

body {
  font-family: "Montserrat", sans-serif;
  word-break: break-word;
  margin: 0;
  padding: 80px 0 0;
  height: 100%;
  width: 100%;
  color: #111111;
}

a {
  opacity: 1;
  transition: all 0.3s;
}

.thumb {
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: all 0.3s;
  backface-visibility: hidden;
}

.inner {
  padding: 0 15px;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
}
@media (min-width: 768px) {
  .header::after {
    content: "";
    position: absolute;
    bottom: -44px;
    left: 0;
    height: 44px;
    background: #fff;
    width: 100%;
    opacity: 0;
    transition: all 0.3s;
  }
}
.header.is-hover::after {
  opacity: 1;
}
.header .header-inner {
  background: #003462;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 8vw 0 8vw;
}
@media only screen and (min-width: 768px) and (max-width: 1260px) {
  .header .header-inner {
    padding: 0 8vw 0 4vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .header .header-inner {
    padding: 0 3vw;
  }
}
@media (max-width: 767px) {
  .header .header-inner {
    padding: 5px 20px;
  }
}
.header .header-logo {
  margin: 0;
}
.header .header-navi ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .header .header-navi ul {
    flex-wrap: wrap;
  }
}
.header .header-navi ul li {
  position: relative;
  cursor: pointer;
}
@media (max-width: 767px) {
  .header .header-navi ul li {
    width: 100%;
  }
}
.header .header-navi ul li a {
  display: block;
  padding: 29px 16px;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .header .header-navi ul li a {
    padding: 29px 10px;
  }
}
@media (max-width: 767px) {
  .header .header-navi ul li a {
    padding: 10px 10px;
  }
}
.header .header-navi ul li a span {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  color: #fff;
  position: relative;
  text-transform: uppercase;
  transition: all 0.3s;
}
@media only screen and (min-width: 1024px) and (max-width: 1260px) {
  .header .header-navi ul li a span {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .header .header-navi ul li a span {
    font-size: 11px;
  }
}
.header .header-navi ul li.has-sub a {
  pointer-events: none;
}
.header .header-navi ul li.has-sub a span {
  padding-right: 16px;
}
.header .header-navi ul li.has-sub a span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0px;
  height: 0px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  border-radius: 2px 2px 0 0;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.header .header-navi ul li.has-sub .sub-menu {
  background: #fff;
  overflow: hidden;
  text-align: center;
  max-height: 0;
  z-index: 9;
}
.header .header-navi ul li.has-sub .sub-menu li {
  display: inline-block;
  cursor: pointer;
}
.header .header-navi ul li.has-sub .sub-menu li a {
  padding: 12px 13px 6px;
  pointer-events: visible;
}
@media (max-width: 767px) {
  .header .header-navi ul li.has-sub .sub-menu li a {
    padding: 0;
    text-align: left;
  }
}
.header .header-navi ul li.has-sub .sub-menu li a span {
  white-space: nowrap;
  text-transform: capitalize;
  position: relative;
}
.header .header-navi ul li.has-sub .sub-menu li a span::before {
  content: "";
  width: 6px;
  height: 6px;
  top: 7px;
  left: -12px;
  border-radius: 50%;
  position: absolute;
  background: #92c83e;
  opacity: 0;
  transition: all 0.3s;
}
@media only screen and (min-width: 1025px) {
  .header .header-navi ul li.has-sub .sub-menu li:hover:hover a span {
    color: #92c83e;
  }
  .header .header-navi ul li.has-sub .sub-menu li:hover:hover a span::after {
    display: none;
  }
  .header .header-navi ul li.has-sub .sub-menu li:hover:hover a span::before {
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .header .header-navi ul li.has-sub .sub-menu {
    transition: all 0.3s ease-in-out;
    right: 50%;
    left: 0;
    bottom: 0;
    padding: 0;
    position: absolute;
    transform: translateY(100%) translateX(-100%);
  }
}
.header .header-navi ul li.has-sub.is-active > a span {
  color: #92c83e;
}
.header .header-navi ul li.has-sub.is-active > a span::after {
  border-top-color: #92c83e;
}
.header .header-navi ul li.has-sub.is-active .sub-menu {
  height: auto;
  opacity: 1;
  overflow: unset;
}
@media (max-width: 767px) {
  .header .header-navi ul li.has-sub.is-active .sub-menu {
    max-height: 100%;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .header .header-navi ul li.has-sub.is-active .sub-menu > li {
    padding: 10px 20px 0;
  }
  .header .header-navi ul li.has-sub.is-active .sub-menu > li:last-child {
    padding-bottom: 10px;
  }
}
.header .header-navi ul li.has-sub.is-active .sub-menu > li a span {
  color: #003462;
}
.header .header-navi ul li.has-sub.is-active .sub-menu > li a span::after {
  display: none;
}
@media (min-width: 768px) {
  .header .header-navi ul li.has-sub.has-about .sub-menu {
    right: 0;
    transform: translateY(100%) translateX(-145%);
  }
  .header .header-navi ul li.has-sub.has-recipe .sub-menu {
    right: 0;
    transform: translateY(100%) translateX(-140%);
  }
  .header .header-navi ul li.has-sub.has-contact .sub-menu {
    right: -50%;
    transform: translateY(100%) translateX(-165%);
  }
}
.header .header-navi ul li:last-child a {
  padding-right: 0;
}
@media only screen and (min-width: 1025px) {
  .header .header-navi ul li:hover:hover > a span {
    color: #92c83e;
  }
  .header .header-navi ul li:hover:hover > a span::after {
    border-top-color: #92c83e;
  }
  .header .header-navi ul li:hover:hover .sub-menu {
    height: auto;
    opacity: 1;
    overflow: unset;
  }
  .header .header-navi ul li:hover:hover .sub-menu > li a span {
    color: #003462;
  }
  .header .header-navi ul li:hover:hover .sub-menu > li a span::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .header .header-navi {
    background: #003462;
    position: absolute;
    right: -100%;
    top: 55px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s;
    height: 100vh;
    overflow: scroll;
    padding: 45px 20px 120px;
    width: 100%;
  }
}
.header .hamberger {
  cursor: pointer;
  display: block;
  width: 35px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .header .hamberger {
    display: none;
  }
}
.header .hamberger span {
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  margin: 0 auto 10px;
  transition: all 0.3s;
}
.header .hamberger span:last-child {
  margin-bottom: 0;
}
.header .hamberger.active span:nth-child(1) {
  transform: rotate(45deg) translateX(7px) translateY(7px);
}
.header .hamberger.active span:nth-child(2) {
  opacity: 0;
  transform: translateX(100px);
}
.header .hamberger.active span:nth-child(3) {
  transform: rotate(-45deg) translateX(9px) translateY(-8px);
}

.footer {
  position: relative;
}
@media (min-width: 768px) {
  .footer .c-view {
    margin-top: 16px;
  }
}
.footer .footer-inner {
  position: relative;
}
.footer .footer-inner__bg {
  height: 470px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .footer .footer-inner__bg {
    height: 1050px;
  }
}
.footer .footer-inner__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.footer .footer-inner__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.9;
}
.footer .footer-inner__content {
  height: 100%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 44px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .footer .footer-inner__content {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .footer .footer-inner__content {
    padding: 30px 20px;
  }
}
.footer .footer-inner__wrap {
  max-width: 1190px;
  overflow: hidden;
  padding: 0 10px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .footer .footer-inner__wrap {
    flex-wrap: wrap;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .footer .footer-inner__about {
    width: 30%;
  }
}
.footer .footer-inner__about p {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  margin: 7px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .footer .footer-inner__about p {
    font-size: 14px;
    line-height: 22px;
  }
}
.footer .footer-inner__social {
  margin: 24px 0 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.footer .footer-inner__social > div {
  width: 23px;
  height: 22px;
  position: relative;
  overflow: hidden;
  margin: -1px 11px 0 0;
  cursor: pointer;
}
.footer .footer-inner__social > div:first-child {
  margin-top: 0;
}
.footer .footer-inner__social > div:last-child {
  margin: 0;
}
.footer .footer-inner__social > div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 23px;
  height: 22px;
  object-fit: contain;
}
.footer .footer-inner__social > div img:nth-child(1) {
  opacity: 1;
}
.footer .footer-inner__social > div img:nth-child(2) {
  opacity: 0;
}
@media only screen and (min-width: 1025px) {
  .footer .footer-inner__social > div:hover:hover img:nth-child(1) {
    opacity: 0;
  }
  .footer .footer-inner__social > div:hover:hover img:nth-child(2) {
    opacity: 1;
  }
}
.footer .footer-inner__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: calc(100% - 35%);
  padding: 10px 0 10px 31px;
}
@media (max-width: 767px) {
  .footer .footer-inner__row {
    flex-wrap: wrap;
    padding: 0;
    width: 100%;
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .footer .footer-inner__col:first-child {
    width: 40%;
  }
  .footer .footer-inner__col:nth-child(2) {
    width: 58%;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
  .footer .footer-inner__col:nth-child(2) {
    width: 33%;
  }
}
@media (min-width: 768px) {
  .footer .footer-inner__col:nth-child(3) {
    width: 31%;
  }
}
.footer .footer-inner__col span,
.footer .footer-inner__col a {
  font-size: 16px;
  color: #fff;
  line-height: 23px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .footer .footer-inner__col span,
  .footer .footer-inner__col a {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .footer .footer-inner__col span,
  .footer .footer-inner__col a {
    font-size: 14px;
  }
}
.footer .footer-inner__col:first-child ul li {
  position: relative;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .footer .footer-inner__col:first-child ul li {
    margin-bottom: 10px;
  }
}
.footer .footer-inner__col:first-child ul li:last-child {
  margin: 0;
}
.footer .footer-inner__col:first-child ul li:first-child {
  padding-left: 14px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .footer .footer-inner__col:first-child ul li:first-child {
    padding-left: 10px;
  }
}
.footer .footer-inner__col:first-child ul li a,
.footer .footer-inner__col:first-child ul li span {
  position: relative;
  display: block;
  padding-left: 14px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .footer .footer-inner__col:first-child ul li a,
  .footer .footer-inner__col:first-child ul li span {
    padding-left: 10px;
  }
}
.footer .footer-inner__col:first-child ul li span {
  padding-left: 20px;
}
.footer .footer-inner__col:first-child ul li img {
  width: auto;
  position: absolute;
  left: 0;
}
@media (min-width: 768px) {
  .footer .footer-inner__col:first-child ul li img {
    top: -2px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .footer .footer-inner__col:first-child ul li img {
    width: 22px;
    top: 0;
  }
}
.footer .footer-inner__col:nth-child(2) ul {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.footer .footer-inner__col:nth-child(2) ul li {
  cursor: pointer;
}
.footer .footer-inner__col:nth-child(2) ul li a {
  transition: all 0.3s;
  position: relative;
}
.footer .footer-inner__col:nth-child(2) ul li a::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 15px;
  height: 15px;
  opacity: 0;
  background: url(../img/common/icon/caret-right.png);
  background-size: cover;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .footer .footer-inner__col:nth-child(2) ul li {
    width: 54%;
    margin: 0 0 25px;
  }
  .footer .footer-inner__col:nth-child(2) ul li:nth-child(2n + 2) {
    width: 44%;
  }
}
@media only screen and (min-width: 1025px) {
  .footer .footer-inner__col:nth-child(2) ul li:hover:hover a {
    padding-left: 15px;
  }
  .footer .footer-inner__col:nth-child(2) ul li:hover:hover a::before {
    opacity: 1;
  }
  .footer .footer-inner__col:nth-child(2) ul li:hover:hover a span {
    color: #f68d3d;
  }
}
@media (max-width: 767px) {
  .footer .footer-inner__col:nth-child(2) ul li {
    width: 33%;
    margin-bottom: 10px;
  }
  .footer .footer-inner__col:nth-child(2) ul li:last-child {
    margin: 0;
    width: 22%;
  }
}
.footer .footer-inner__col:nth-child(3) p {
  color: #fff;
  font-size: 16px;
  line-height: 23px;
  margin: 23px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .footer .footer-inner__col:nth-child(3) p {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .footer .footer-inner__col:nth-child(3) p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .footer .footer-inner__col:first-child {
    width: 100%;
  }
  .footer .footer-inner__col:nth-child(2),
  .footer .footer-inner__col:nth-child(3) {
    margin-top: 30px;
  }
}
.footer .footer-inner__list {
  margin: 23px 0 0;
}
@media (max-width: 767px) {
  .footer .footer-inner__list {
    margin-top: 10px;
  }
}
.footer .footer-inner__ttl span {
  color: #92c83e;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .footer .footer-inner__ttl span {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .footer .footer-inner__ttl span {
    font-size: 16px;
    line-height: 24px;
  }
}
.footer .footer-inner__mail {
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  margin: 22px 0 28px;
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .footer .footer-inner__mail {
    display: block;
  }
}
.footer .footer-inner__mail .ft-envelope {
  position: absolute;
  top: 8px;
  left: 15px;
  display: block;
  width: 24px;
  height: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .footer .footer-inner__mail .ft-envelope {
    left: 10px;
    top: 9px;
  }
}
.footer .footer-inner__mail button {
  position: absolute;
  right: 15px;
  top: 9px;
  bottom: 4px;
  border: none;
  background: transparent;
  width: 24px;
  height: 24px;
  padding: 0;
}
.footer .footer-inner__mail input {
  display: block;
  overflow: hidden;
  max-width: 270px;
  width: 100%;
  height: 42px;
  background: #ffffff1a;
  border-radius: 20px;
  color: #fff;
  display: block;
  font-size: 15px;
  border: none;
  letter-spacing: -0.06em;
  padding: 0 44px 2px 44px;
}
.footer .footer-inner__mail input::placeholder {
  color: #fff;
  font-size: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .footer .footer-inner__mail input {
    font-size: 12px;
    padding: 0 20px 1px 40px;
  }
}
@media (max-width: 767px) {
  .footer .footer-inner__mail input {
    max-width: 100%;
    width: 100%;
  }
}
.footer .footer-inner__copy {
  margin: 43px auto 0;
  padding: 15px 0 0;
  border-top: 1px solid #ffffff1a;
}
@media only screen and (min-width: 768px) and (max-width: 1124px) {
  .footer .footer-inner__copy {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .footer .footer-inner__copy {
    margin: 25px auto 0;
    padding: 25px 0 20px;
  }
}
.footer .footer-inner__copy p {
  color: #fff;
  font-size: 14px;
  text-align: center;
}
.footer .footer-inner__copy img {
  position: relative;
  top: -1px;
}
.footer .back-top {
  width: 60px;
  height: 60px;
  background: #003462;
  border-radius: 50%;
  display: block;
  position: fixed;
  bottom: -120px;
  right: 20px;
  transition: all 0.3s;
  cursor: pointer;
}
@media (max-width: 767px) {
  .footer .back-top {
    right: 10px;
  }
}
.footer .back-top span {
  width: 100%;
  height: 100%;
  font-size: 12px;
  text-align: center;
  display: flex;
  align-content: center;
  justify-content: center;
  color: #fff;
  padding-top: 32px;
  font-weight: 700;
}
.footer .back-top img {
  position: absolute;
  top: 12px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media only screen and (min-width: 1025px) {
  .footer .back-top:hover:hover {
    background: #f68d3d;
  }
}
.footer .back-top.fixed {
  bottom: 80px;
}
@media (max-width: 767px) {
  .footer .back-top.fixed {
    bottom: 10px;
  }
}

@media (max-width: 767px) {
  .layerOn {
    position: fixed;
  }
  .layerOn .header-navi {
    right: 0;
    opacity: 1;
    pointer-events: visible;
  }
}

.c-btn {
  background: #92c83e;
  max-width: 193px;
  width: 100%;
  height: 50px;
  border-radius: 25px;
  margin: 0 auto;
  overflow: hidden;
  text-transform: uppercase;
  display: flex;
  align-content: center;
  justify-content: flex-start;
  padding: 0 20px 0 26px;
  position: relative;
  transition: all 0.3s;
  cursor: pointer;
}
.c-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 33px;
  background: url(../img/common/icon/arrow.svg);
  background-size: cover;
  width: 24px;
  height: 24px;
  transition: all 0.3s;
  transform: translateY(-50%);
}
.c-btn span {
  color: #fff;
  height: 100%;
  font-size: 15px;
  line-height: 49px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .c-btn span {
    font-size: 14px;
    line-height: 53px;
  }
}
@media only screen and (min-width: 1025px) {
  .c-btn:hover:hover {
    background: #f68d3d;
  }
  .c-btn:hover:hover::after {
    right: 23px;
  }
}
.c-btn--organe {
  background: #f68d3d;
}
.c-btn.w216 {
  max-width: 216px;
}
.c-btn.w216::after {
  right: 30px;
}

@media (min-width: 768px) {
  .c-list {
    display: grid;
    grid-gap: 40px 30px;
    grid-template-columns: 570px auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-list {
    grid-template-columns: 450px auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
  .c-list {
    grid-template-columns: 350px auto;
  }
}

.c-list__image {
  max-width: 250px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .c-list__image {
    min-height: 164px;
  }
}
.c-list__image:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 65.6%;
}
.c-list__image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .c-list__image {
    max-width: 100%;
  }
}
.c-list__image span {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 0.3s;
}

.c-list__content {
  max-width: calc(100% - 250px);
  padding: 0 0 0 15px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .c-list__content {
    max-width: calc(100% - 180px);
  }
}
@media (max-width: 767px) {
  .c-list__content {
    max-width: 100%;
    padding: 20px 0;
  }
}

.c-list__txt {
  font-size: 16px;
  margin: 5px 0 0;
  line-height: 25px;
  overflow: hidden;
  width: 100%;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: normal;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .c-list__txt {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .c-list__txt {
    font-size: 14px;
    line-height: 22px;
  }
}

.c-list__item a {
  display: flex;
  cursor: pointer;
}
@media (max-width: 767px) {
  .c-list__item a {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1025px) {
  .c-list__item a:hover:hover .c-list__ttl {
    color: #f68d3d;
  }
  .c-list__item a:hover:hover .c-list__image span {
    transform: scale(1.1);
  }
  .c-list__item a:hover:hover .c-view span {
    color: #f68d3d;
  }
}

@media (max-width: 767px) {
  .c-list__item {
    margin-bottom: 35px;
  }
  .c-list__item:last-child {
    margin: 0;
  }
}

.c-list__ttl {
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: normal;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .c-list__ttl {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .c-list__ttl {
    font-size: 16px;
    line-height: 22px;
  }
}

.c-list__info {
  margin-top: 7px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.c-list__date,
.c-list__author {
  font-size: 14px;
  position: relative;
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .c-list__date,
  .c-list__author {
    font-size: 12px;
  }
}
.c-list__date span,
.c-list__author span {
  color: #92c83e;
  margin-right: 5px;
  letter-spacing: 0;
}

.c-list__date {
  padding-left: 20px;
  background: url(../img/common/icon/calendar.svg) no-repeat;
  background-position: top left;
  letter-spacing: 0.13em;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .c-list__date {
    letter-spacing: 0;
  }
}

.c-list__author {
  margin-left: 17px;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .c-list__author {
    margin-left: 10px;
  }
}

@media (min-width: 768px) {
  .c-list--grid .c-list__item {
    position: relative;
  }
  .c-list--grid .c-list__item:first-child {
    grid-column: 1 / span 1;
    grid-row: 1 / span 3;
  }
  .c-list--grid .c-list__item:first-child a {
    display: block;
  }
  .c-list--grid .c-list__item:first-child .c-list__image,
  .c-list--grid .c-list__item:first-child .c-list__content {
    max-width: 100%;
  }
  .c-list--grid .c-list__item:first-child .c-list__image {
    height: auto;
    position: relative;
  }
  .c-list--grid .c-list__item:first-child .c-list__image:before {
    display: block;
    content: " ";
    width: 100%;
    padding-top: 61.40351%;
  }
  .c-list--grid .c-list__item:first-child .c-list__image > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .c-list--grid .c-list__item:first-child .c-list__content {
    margin-top: 18px;
    padding: 0;
  }
  .c-list--grid .c-list__item:first-child .c-list__info {
    margin-top: 10px;
  }
  .c-list--grid .c-list__item:first-child .c-list__ttl {
    overflow: hidden;
    width: 100%;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: normal;
  }
  .c-list--grid .c-list__item:first-child .c-list__txt {
    line-height: 23px;
    margin-top: 10px;
    overflow: hidden;
    width: 100%;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: normal;
  }
  .c-list--grid .c-list__item:first-child::after,
  .c-list--grid .c-list__item:last-child::after {
    display: none;
  }
  .c-list--grid .c-list__item::after {
    content: "";
    position: absolute;
    bottom: -22px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #f9f9f9;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1200px) {
  .c-list--grid .c-view span {
    font-size: 12px;
  }
}

.c-list--box {
  display: flex;
  grid-gap: inherit;
  grid-template-columns: auto;
  align-items: flex-start;
  flex-wrap: wrap;
}
.c-list--box .c-list__item {
  width: 48.718%;
  margin-right: 2.56%;
  margin-bottom: 30px;
  background: #fff;
  box-shadow: 5px 15px 40px 0px rgba(14, 60, 101, 0.08);
}
.c-list--box .c-list__item:nth-child(2n + 2) {
  margin-right: 0;
}
.c-list--box .c-list__item a {
  padding: 20px;
}
@media (min-width: 768px) {
  .c-list--box .c-list__image {
    max-width: 258px;
    height: 12.709vw;
  }
  .c-list--box .c-list__content {
    max-width: calc(100% - 258px);
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
  .c-list--box .c-list__content {
    max-width: calc(100% - 150px);
  }
}
@media (min-width: 768px) {
  .c-list--box .c-list__ttl {
    overflow: hidden;
    width: 100%;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: normal;
  }
  .c-list--box .c-list__txt {
    overflow: hidden;
    width: 100%;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: normal;
  }
}
@media (max-width: 767px) {
  .c-list--box .c-list__txt {
    overflow: hidden;
    width: 100%;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: normal;
  }
  .c-list--box .c-list__content {
    padding-bottom: 0;
  }
}

.c-list--block {
  display: block;
}
.c-list--block .c-list__item {
  width: 100%;
  margin: 0 auto 30px;
  background: #fff;
  box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.1);
}
.c-list--block .c-list__item a {
  padding: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .c-list--block .c-list__item a {
    padding: 12px;
  }
}
@media (min-width: 768px) {
  .c-list--block .c-view {
    position: absolute;
    bottom: 0px;
    left: 15px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1200px) {
  .c-list--block .c-view span {
    font-size: 13px;
  }
}
@media (min-width: 768px) {
  .c-list--block .c-list__ttl {
    overflow: hidden;
    width: 100%;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: normal;
  }
  .c-list--block .c-list__txt {
    overflow: hidden;
    width: 100%;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: normal;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1200px) {
  .c-list--block .c-list__txt {
    line-height: 18px;
  }
}

@media (min-width: 768px) {
  .c-list--row {
    grid-template-columns: auto;
    grid-gap: 29px 30px;
  }
  .c-list--row .c-list__image {
    max-width: 257px;
    height: 211px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1200px) {
  .c-list--row .c-list__image {
    max-width: 150px;
    height: 184px;
  }
}

@media (min-width: 768px) {
  .c-list--row .c-list__content {
    max-width: calc(100% - 257px);
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1200px) {
  .c-list--row .c-list__content {
    max-width: calc(100% - 150px);
  }
}

@media (min-width: 768px) {
  .c-list--row .c-view {
    position: absolute;
    bottom: -2px;
    left: 15px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1200px) {
  .c-list--row .c-view span {
    font-size: 13px;
  }
}

.c-list--row .c-list__item {
  border-radius: 2px;
  background: #fff;
  box-shadow: 5px 15px 40px 0px rgba(14, 60, 101, 0.08);
}
@media (min-width: 768px) {
  .c-list--row .c-list__item a {
    padding: 20px 24px 20px 20px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1200px) {
  .c-list--row .c-list__item a {
    padding: 12px;
  }
}
@media (max-width: 767px) {
  .c-list--row .c-list__item a {
    padding: 20px;
  }
}
@media (min-width: 768px) {
  .c-list--row .c-list__item:first-child {
    grid-column: 1 / span 2;
    grid-row: 1 / span 1;
  }
  .c-list--row .c-list__item:first-child a {
    width: 100%;
  }
  .c-list--row .c-list__item:first-child .c-list__image {
    max-width: 557px;
    height: 300px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1200px) {
  .c-list--row .c-list__item:first-child .c-list__image {
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .c-list--row .c-list__item:first-child .c-list__content {
    max-width: calc(100% - 557px);
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1200px) {
  .c-list--row .c-list__item:first-child .c-list__content {
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .c-list--row .c-list__item:first-child .c-list__content .c-view {
    margin-top: 30px;
    position: relative;
    left: 0;
    bottom: 0;
  }
}

.c-view {
  border-bottom: 1px solid #f68d3d;
  cursor: pointer;
  display: inline-block;
  margin: 24px 0 0;
  padding: 0 0 4px;
  cursor: pointer;
}
.c-view span {
  display: block;
  color: #fff;
  font-size: 15px;
  line-height: 15px;
  font-weight: 700;
  transition: all 0.3s;
}
.c-view--black span {
  color: #111;
}
@media only screen and (min-width: 1025px) {
  .c-view:hover:hover span {
    color: #f68d3d;
  }
}

.c-title {
  color: #92c83e;
  font-size: 18px;
  font-weight: 500;
  padding: 0 0 0 28px;
  background: url(../img/common/icon/color.svg) no-repeat top 1px left;
}
.c-title--white {
  color: #fff;
  background: url(../img/common/icon/white.svg) no-repeat top 1px left;
}
.c-title--blue {
  color: #003462;
}
.c-title--center {
  display: table;
  margin: 0 auto;
}

.c-heading {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .c-heading {
    margin-top: 14px;
  }
}
@media (max-width: 767px) {
  .c-heading {
    font-size: 30px;
    margin-top: 12px;
  }
}
.c-heading--blue {
  color: #003462;
}
.c-heading--center {
  display: table;
  margin: 12px auto 0;
}

.c-caption {
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
  position: relative;
  padding: 15px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .c-caption {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .c-caption {
    font-size: 25px;
    line-height: 38px;
  }
}
.c-caption::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background: #f68d3d;
}
.c-caption--white {
  color: #fff;
}

.c-breadcrumb {
  color: #000;
  padding: 10px 0 8px;
  background: #fafbff;
}
.c-breadcrumb__ol {
  padding: 0 15px;
}
@media (max-width: 767px) {
  .c-breadcrumb__ol {
    padding: 0 10px;
  }
}
.c-breadcrumb__item {
  display: inline;
  position: relative;
  padding-right: 21px;
}
.c-breadcrumb__item::before,
.c-breadcrumb__item::after {
  color: #666;
  content: "/";
  display: block;
  position: absolute;
  top: -4px;
  left: -14px;
  font-size: 14px;
}
.c-breadcrumb__item::after {
  opacity: 0;
}
.c-breadcrumb__item a,
.c-breadcrumb__item span {
  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}
.c-breadcrumb__item a {
  position: relative;
  display: inline-block;
}
.c-breadcrumb__item span {
  color: #f68d3d;
  position: relative;
}
.c-breadcrumb__item:first-child::before,
.c-breadcrumb__item:first-child::after {
  opacity: 0;
}
.c-breadcrumb__item:last-child::after,
.c-breadcrumb__item:last-child::before {
  color: #f68d3d;
  opacity: 1;
}
.c-breadcrumb__item:last-child::before {
  left: -16px;
}
.c-breadcrumb__item:last-child::after {
  left: -12px;
}

.c-sidebar__list {
  margin-top: 13px;
}
@media (max-width: 767px) {
  .c-sidebar__list {
    display: flex;
    flex-wrap: wrap;
  }
}
.c-sidebar__list li {
  border-bottom: 1px solid #efefef;
  margin-bottom: 3px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-right: 15px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .c-sidebar__list li {
    width: 50%;
  }
  .c-sidebar__list li:last-child:nth-child(odd) {
    width: 100%;
  }
}
.c-sidebar__list li a {
  display: block;
  height: 100%;
  transition: all 0.3s;
}
.c-sidebar__list li a span {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  position: relative;
  transition: all 0.3s;
}
.c-sidebar__list li a span::before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
  width: 15px;
  height: 15px;
  opacity: 0;
  background: url(../img/common/icon/caret-right.png);
  background-size: cover;
  transition: all 0.3s;
  transform: translateY(-50%);
}
.c-sidebar__list li.is-current a {
  color: #f68d3d;
}
.c-sidebar__list li.is-current a span {
  padding-left: 15px;
}
.c-sidebar__list li.is-current a span::before {
  opacity: 1;
}
@media only screen and (min-width: 1025px) {
  .c-sidebar__list li:hover:hover a {
    color: #f68d3d;
  }
  .c-sidebar__list li:hover:hover a span {
    padding-left: 15px;
  }
  .c-sidebar__list li:hover:hover a span::before {
    opacity: 1;
  }
}

@media (min-width: 768px) {
  .c-sidebar--mdf .c-sidebar__list li {
    margin-bottom: 18px;
  }
}

@media (max-width: 767px) {
  .c-sidebar--mdf .c-sidebar__list li {
    width: 100%;
  }
}

.c-sidebar--mdf .c-sidebar__list li a span {
  padding-left: 15px;
}
.c-sidebar--mdf .c-sidebar__list li a span::before {
  opacity: 1;
  background: url(../img/common/icon/caret-right.png);
  background-size: cover;
}

.sidebar-news a {
  display: flex;
  align-items: flex-start;
}

.sidebar-news li {
  margin-bottom: 15px;
  padding-bottom: 13px;
  border-bottom: 1px solid #efefef;
  transition: all 0.3s;
  cursor: pointer;
}
@media (max-width: 767px) {
  .sidebar-news li {
    padding-bottom: 15px;
  }
}
@media only screen and (min-width: 1025px) {
  .sidebar-news li:hover:hover {
    border-color: #f68d3d;
  }
  .sidebar-news li:hover:hover .sidebar-news__content {
    color: #f68d3d;
  }
}

.sidebar-news__list {
  margin-top: 10px;
}

.sidebar-news__image {
  max-width: 83px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.sidebar-news__image:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 65.06024%;
}
.sidebar-news__image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .sidebar-news__image {
    max-width: 50%;
  }
}
.sidebar-news__image span {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 0.3s;
}

.sidebar-news__content {
  max-width: calc(100% - 83px);
  padding: 1px 0 0 10px;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: all 0.3s;
}
.sidebar-news__content p {
  overflow: hidden;
  width: 100%;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: normal;
}
@media (max-width: 767px) {
  .sidebar-news__content {
    max-width: 50%;
    padding: 10px 10px;
    font-size: 14px;
  }
}

.sidebar-recipe__list {
  margin-top: 11px;
}

.sidebar-recipe__item {
  margin-bottom: 35px;
}
.sidebar-recipe__item:last-child {
  margin-bottom: 0;
}

.sidebar-recipe__ttl {
  color: #92c83e;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin: 0 0 5px;
  text-transform: uppercase;
}

.sidebar-recipe__post {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding-left: 24px;
  position: relative;
  display: table;
}
.sidebar-recipe__post::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 11px;
  background: #000;
  width: 2px;
  height: 2px;
}

.slick-slider .slick-arrow {
  position: absolute;
  top: -100px;
  width: 50px;
  height: 50px;
  background: #fff;
  border: 1px solid #efefef;
  color: transparent;
  transition: all 0.3s;
  cursor: pointer;
}
.slick-slider .slick-arrow::after {
  content: "";
  position: absolute;
  top: 17px;
  right: 19px;
  background: url(../img/common/icon/arrow-black.svg);
  width: 8px;
  height: 15px;
  transition: all 0.3s;
}
@media only screen and (min-width: 1025px) {
  .slick-slider .slick-arrow:hover:hover {
    background: #f68d3d;
  }
  .slick-slider .slick-arrow:hover:hover::after {
    background: url(../img/common/icon/arrow-white.png);
  }
}
@media (max-width: 767px) {
  .slick-slider .slick-arrow {
    top: -86px;
  }
}

.slick-slider .slick-prev {
  right: 85px;
}
.slick-slider .slick-prev::after {
  transform: rotate(-180deg);
}
@media (max-width: 767px) {
  .slick-slider .slick-prev {
    right: 55px;
  }
}

.slick-slider .slick-next {
  right: 30px;
}
@media (max-width: 767px) {
  .slick-slider .slick-next {
    right: 0;
  }
}

.slick-slider .slick-dots {
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slick-slider .slick-dots li {
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  margin: 0 8px;
  position: relative;
  transition: all 0.3s;
  cursor: pointer;
}
.slick-slider .slick-dots li::before {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  right: 0;
  bottom: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  opacity: 0;
  border: 1px solid #92c83e;
  transition: all 0.3s;
}
@media only screen and (min-width: 1025px) {
  .slick-slider .slick-dots li:hover:hover {
    background: #92c83e;
  }
  .slick-slider .slick-dots li:hover:hover::before {
    opacity: 1;
  }
}
.slick-slider .slick-dots li.slick-active {
  background: #92c83e;
}
.slick-slider .slick-dots li.slick-active::before {
  opacity: 1;
}
.slick-slider .slick-dots button {
  display: none;
}

.cmn_pagenavi {
  margin: 40px auto 0;
  display: block;
  width: 100%;
}
.cmn_pagenavi .wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cmn_pagenavi .wp-pagenavi .first,
.cmn_pagenavi .wp-pagenavi .last,
.cmn_pagenavi .wp-pagenavi .nextpostslink,
.cmn_pagenavi .wp-pagenavi .previouspostslink {
  color: transparent;
  font-size: 0;
  padding: 0;
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 50%;
  overflow: hidden;
  border-radius: 3px;
  border: 1px solid #f4f5f9;
  background-color: #fff;
  cursor: pointer;
}
.cmn_pagenavi .wp-pagenavi .first:disabled,
.cmn_pagenavi .wp-pagenavi .last:disabled,
.cmn_pagenavi .wp-pagenavi .nextpostslink:disabled,
.cmn_pagenavi .wp-pagenavi .previouspostslink:disabled {
  cursor: pointer;
  opacity: 0.5;
}
@media only screen and (min-width: 1025px) {
  .cmn_pagenavi .wp-pagenavi .first:hover:hover,
  .cmn_pagenavi .wp-pagenavi .last:hover:hover,
  .cmn_pagenavi .wp-pagenavi .nextpostslink:hover:hover,
  .cmn_pagenavi .wp-pagenavi .previouspostslink:hover:hover {
    background-color: #f68d3d;
  }
}
.cmn_pagenavi .wp-pagenavi .nextpostslink,
.cmn_pagenavi .wp-pagenavi .previouspostslink {
  background: url(../img/common/icon/chervon-right.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
}
.cmn_pagenavi .wp-pagenavi .previouspostslink {
  transform: rotate(180deg);
}
.cmn_pagenavi .wp-pagenavi .first,
.cmn_pagenavi .wp-pagenavi .last {
  background: url(../img/common/icon/chervon-right-double.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
}
.cmn_pagenavi .wp-pagenavi .first {
  transform: rotate(180deg);
}
.cmn_pagenavi .wp-pagenavi span,
.cmn_pagenavi .wp-pagenavi a {
  margin: 0 5px;
  display: flex;
  width: 36px;
  height: 36px;
  padding: 6px 0px 3px;
  justify-content: center;
  align-items: center;
  color: #04132a;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  border-radius: 3px;
  border: 1px solid #f4f5f9;
  background: #fff;
  cursor: pointer;
}
.cmn_pagenavi .wp-pagenavi span.current,
.cmn_pagenavi .wp-pagenavi a.current {
  color: #fff;
  border-color: #f68d3d;
  background: #f68d3d;
}
@media only screen and (min-width: 1025px) {
  .cmn_pagenavi .wp-pagenavi span:hover:hover,
  .cmn_pagenavi .wp-pagenavi a:hover:hover {
    color: #fff;
    border-color: #f68d3d;
    background-color: #f68d3d;
  }
}
@media (max-width: 767px) {
  .cmn_pagenavi .wp-pagenavi span,
  .cmn_pagenavi .wp-pagenavi a {
    margin: 0 3px;
  }
}

.news-archive {
  margin: 49px auto 70px;
}
@media (min-width: 768px) {
  .news-archive .c-caption {
    white-space: nowrap;
  }
}
.news-archive__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .news-archive__inner {
    flex-wrap: wrap;
  }
}
.news-archive__sidebar {
  max-width: 270px;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .news-archive__sidebar {
    max-width: 25%;
  }
}
@media (max-width: 767px) {
  .news-archive__sidebar {
    max-width: 100%;
  }
}
.news-archive__list {
  max-width: 870px;
  width: 100%;
  display: block;
  margin: 0 0 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .news-archive__list {
    max-width: 70%;
  }
}
@media (max-width: 767px) {
  .news-archive__list {
    max-width: 100%;
  }
}

.news-single {
  margin: 49px auto 49px;
}
@media (min-width: 768px) {
  .news-single .c-caption {
    white-space: nowrap;
  }
}
.news-single__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .news-single__inner {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .news-single__inner {
    flex-wrap: wrap;
  }
}
.news-single__sidebar {
  max-width: 270px;
  width: 100%;
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .news-single__sidebar {
    max-width: 25%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .news-single__sidebar {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .news-single__sidebar {
    max-width: 100%;
  }
}
.news-single__list {
  max-width: 870px;
  width: 100%;
  display: block;
  margin: 0 auto 0 0;
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .news-single__list {
    max-width: 70%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .news-single__list {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .news-single__list {
    max-width: 100%;
  }
}
.news-single__ttl {
  color: #111;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
}
@media (max-width: 767px) {
  .news-single__ttl {
    font-size: 28px;
    line-height: 40px;
  }
}
.news-single__info {
  margin-top: 12px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.news-single__date,
.news-single__author,
.news-single__address {
  font-size: 14px;
  position: relative;
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .news-single__date,
  .news-single__author,
  .news-single__address {
    font-size: 12px;
  }
}
.news-single__date span,
.news-single__author span,
.news-single__address span {
  color: #92c83e;
  margin-right: 5px;
  letter-spacing: 0;
}
.news-single__date {
  padding-left: 20px;
  background: url(../img/common/icon/calendar.svg) no-repeat;
  background-position: top left;
  letter-spacing: 0.13em;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .news-single__date {
    letter-spacing: 0;
  }
}
.news-single__author {
  margin-left: 17px;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .news-single__author {
    margin-left: 10px;
  }
}
.news-single__address {
  padding-left: 20px;
  background: url(../img/common/icon/subtract.svg) no-repeat;
  background-position: top 0px left;
  letter-spacing: 0.13em;
  margin: 0 0 0 18px;
  background-size: 17px;
}
.news-single__address span {
  color: #111;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .news-single__address {
    letter-spacing: 0;
  }
}

.recipe-single {
  margin: 49px auto 40px;
}
.recipe-single__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .recipe-single__inner {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .recipe-single__inner {
    flex-wrap: wrap;
  }
}
.recipe-single__sidebar {
  max-width: 270px;
  width: 100%;
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .recipe-single__sidebar {
    max-width: 25%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .recipe-single__sidebar {
    max-width: 100%;
    order: 2;
  }
}
@media (max-width: 767px) {
  .recipe-single__sidebar {
    max-width: 100%;
    order: 2;
  }
}
.recipe-single__list {
  max-width: 870px;
  width: 100%;
  display: block;
  margin: 0 0 0 auto;
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .recipe-single__list {
    max-width: 70%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .recipe-single__list {
    max-width: 100%;
    order: 1;
  }
}
@media (max-width: 767px) {
  .recipe-single__list {
    max-width: 100%;
    order: 1;
  }
}
.recipe-single__ttl {
  color: #111;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
}
@media (max-width: 767px) {
  .recipe-single__ttl {
    font-size: 28px;
    line-height: 40px;
  }
}
.recipe-single__other {
  margin: 30px auto 0;
}
.recipe-single__other .c-list {
  margin-top: 14px;
}
@media (min-width: 768px) {
  .recipe-single__other .c-list__image {
    height: 14.445vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .recipe-single__other .c-list__ttl {
    overflow: hidden;
    width: 100%;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: normal;
  }
}
@media (max-width: 767px) {
  .recipe-single__other .c-list__ttl {
    overflow: hidden;
    width: 100%;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: normal;
  }
}
.recipe-single__other .c-list__txt {
  overflow: hidden;
  width: 100%;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: normal;
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .recipe-single__other .c-list__txt {
    overflow: hidden;
    width: 100%;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: normal;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .recipe-single__other .c-list__txt {
    overflow: hidden;
    width: 100%;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: normal;
  }
}
@media (max-width: 767px) {
  .recipe-single__other .c-list__txt {
    overflow: hidden;
    width: 100%;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: normal;
  }
}
.recipe-single__other .c-list__content {
  position: relative;
}
@media (min-width: 768px) {
  .recipe-single__other .c-view {
    position: absolute;
    bottom: 0;
    left: 15px;
  }
}

.recipe-archive {
  margin: 49px auto 70px;
}

.recipe-search {
  height: 251px;
  background: #dae8f0;
  padding: 49px 0;
}
@media (max-width: 767px) {
  .recipe-search {
    padding-top: 40px;
  }
}
.recipe-search__heading {
  color: #f68d3d;
  text-align: center;
  font-size: 60px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .recipe-search__heading {
    font-size: 33px;
  }
}
.recipe-search .search-form {
  display: block;
  position: relative;
  width: 100%;
  margin: 20px auto 0;
  max-width: 972px;
}
.recipe-search .search-form input {
  display: block;
  height: 60px;
  padding: 16px;
  border-radius: 5px;
  border: none;
  width: 100%;
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.recipe-search .search-form input::placeholder {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.recipe-search .search-form button {
  position: absolute;
  right: 10px;
  top: 6px;
  bottom: 4px;
  border: none;
  background: transparent;
}
.recipe-search .search-form button svg {
  width: 24px;
  height: 24px;
}

.cms-cont {
  margin: 22px auto 0;
}
.cms-cont p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 19px;
}
.cms-cont strong {
  font-weight: 600;
}
.cms-cont ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 24px 0;
  padding-left: 24px;
  position: relative;
}
.cms-cont ul li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 11px;
  width: 2px;
  height: 2px;
  background-color: #000;
}

.sec-banner {
  width: 100%;
  height: calc(100vh - 80px);
  position: relative;
}
.sec-banner .c-btn {
  margin-top: 38px;
}
@media (max-width: 767px) {
  .sec-banner .c-btn {
    margin-top: 25px;
  }
}
.sec-banner__inner {
  margin: 0;
  height: 100%;
}
.sec-banner__wrap {
  height: 100%;
}
.sec-banner__item {
  width: 100%;
  height: 100%;
  position: relative;
}
.sec-banner__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0.6) 100%
  );
  z-index: 1;
}
.sec-banner__item span {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.sec-banner__content {
  position: absolute;
  top: 18%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
  transition-duration: 1s;
}
.sec-banner__content.is-active {
  opacity: 1;
  transform: translateY(0);
}
.sec-banner__sub {
  color: #f68d3d;
  font-size: 24px;
  font-weight: 700;
  line-height: 27px;
}
@media (max-width: 767px) {
  .sec-banner__sub {
    font-size: 18px;
    line-height: 30px;
  }
}
.sec-banner__ttl {
  color: #fff;
  font-size: 80px;
  font-weight: 700;
  line-height: 108px;
}
@media (min-width: 768px) {
  .sec-banner__ttl {
    margin: 19px 0 0;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1100px) {
  .sec-banner__ttl {
    font-size: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .sec-banner__ttl {
    font-size: 60px;
    line-height: 80px;
    margin: 10px 0;
  }
}
@media (max-width: 767px) {
  .sec-banner__ttl {
    font-size: 28px;
    line-height: 40px;
    margin: 20px auto 30px;
  }
}
.sec-banner .slick-list {
  height: 100%;
}
.sec-banner .slick-list > div {
  height: 100%;
}
.sec-banner .slick-slide {
  height: 100%;
}
.sec-banner .slick-slide.zoom-out {
  animation: 8s linear forwards zoom-out;
  animation-iteration-count: 1;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .sec-about__inner .c-heading {
    font-size: 30px;
  }
}

@media (min-width: 768px) {
  .sec-about__image {
    width: 50%;
  }
}

.sec-about__image img {
  max-width: 800px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 768px) {
  .sec-about__content {
    width: 50%;
    padding: 150px 0 0 54px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1300px) {
  .sec-about__content {
    padding: 0 5%;
    margin: 0 auto;
    align-self: center;
  }
}

@media (max-width: 767px) {
  .sec-about__content {
    padding: 30px 20px 40px;
  }
}

.sec-about__wrap {
  width: 100%;
}
@media (min-width: 768px) {
  .sec-about__wrap {
    padding-right: 20px;
  }
}

.sec-about__txt {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  margin: 21px 0 0;
}

.sec-about__item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .sec-about__item {
    flex-wrap: wrap;
  }
}
.sec-about__item:nth-child(odd),
.sec-about__item.col-left {
  background: #003462 url(../img/common/other/vector.png) repeat;
}
.sec-about__item:nth-child(even),
.sec-about__item.col-right {
  background: #92c83e url(../img/top/vector.png) repeat;
}
@media (min-width: 768px) {
  .sec-about__item:nth-child(even) .sec-about__image,
  .sec-about__item.col-right .sec-about__image {
    order: 2;
  }
  .sec-about__item:nth-child(even) .sec-about__content,
  .sec-about__item.col-right .sec-about__content {
    order: 1;
    padding: 150px 0 0 135px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1300px) {
  .sec-about__item:nth-child(even) .sec-about__content,
  .sec-about__item.col-right .sec-about__content {
    padding: 0 5%;
    margin: 0 auto;
  }
}

.sec-about .c-btn {
  margin: 30px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .sec-about .c-btn {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .sec-about .c-btn {
    margin: 35px auto 0;
  }
}

.sec-brand {
  background: #fff url(../img/common/other/bg.png) repeat;
}
.sec-brand .c-btn {
  margin-top: 42px;
}
@media (min-width: 768px) {
  .sec-brand .c-btn {
    position: relative;
    right: 15px;
  }
}
@media (min-width: 768px) {
  .sec-brand .inner {
    max-width: 1230px;
    padding: 0 0 0 30px;
  }
}
.sec-brand__cont {
  padding: 82px 0 80px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .sec-brand__cont {
    padding: 55px 0;
  }
}
.sec-brand__wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}
.sec-brand__item {
  padding: 0 10px;
  width: calc(25% - 10px);
  box-shadow: 2px 2px 10px rgba(14, 60, 101, 0.05);
  align-self: center;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: #fff;
  position: relative;
  cursor: pointer;
  margin-bottom: 30px;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .sec-brand__item {
    padding: 97px 0;

  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .sec-brand__item {
    
  }
}
@media (max-width: 767px) {
  .sec-brand__item {
    width: calc(50% - 10px);
  }
}

@media only screen and (min-width: 1025px) {
  .sec-brand__item:hover:hover::before {
    opacity: 1;
  }
  .sec-brand__item:hover:hover .sec-brand__image img {
    transform: scale(1.1);
  }
  .sec-brand__item:hover:hover .sec-brand__content {
    opacity: 1;
  }
}
.sec-brand__image {
  align-self: center;
}
.sec-brand__image img {
  transition: all 0.3s;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .sec-brand__image img {
    width: 100px;
  }
}
.sec-brand__slider {
  margin-top: 28px;
}
.sec-brand__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  text-align: center;
  padding: 43px 10px;
  opacity: 0;
  transition: all 0.3s;
  z-index: 999;
}
.sec-brand__content .c-view {
  margin-top: 34px;
}
.sec-brand__ttl {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  color: #92c83e;
}
.sec-brand__txt {
  font-size: 16px;
  color: #fff;
  margin: 13px 0 0;
  line-height: 24px;
}
.sec-brand .slick-list {
  padding-bottom: 10px;
}

.sec-news {
  padding: 82px 0 90px;
}
@media (max-width: 767px) {
  .sec-news {
    padding: 55px 0;
  }
}
@media (min-width: 768px) {
  .sec-news__inner .c-btn {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .sec-news__inner .c-btn {
    margin-top: 35px;
  }
}
.sec-news__wrap {
  margin: 29px auto 0;
}

.sec-customer {
  background: #003462 url(../img/common/other/vector.png) repeat;
  padding: 82px 0 72px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .sec-customer {
    padding-bottom: 150px;
  }
}
@media (max-width: 767px) {
  .sec-customer {
    padding: 55px 0 80px;
  }
}
.sec-customer .c-title {
  color: #fff;
}
.sec-customer__text {
  font-size: 16px;
  color: #fff;
  margin-top: 11px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .sec-customer__text {
    margin-top: 18px;
  }
}
.sec-customer__col {
  width: 100%;
}
@media (min-width: 768px) {
  .sec-customer__col {
    max-width: 310px;
  }
}
.sec-customer__inner {
  display: flex;
  align-content: flex-start;
  position: relative;
}
@media (max-width: 767px) {
  .sec-customer__inner {
    flex-wrap: wrap;
  }
}
.sec-customer__inner .slick-arrow {
  background: #ffffff80;
  border-color: #fff;
}
@media (min-width: 768px) {
  .sec-customer__inner .slick-arrow {
    top: auto;
    right: auto;
    bottom: -50px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1200px) {
  .sec-customer__inner .slick-arrow {
    bottom: -60px;
  }
}
@media (min-width: 768px) {
  .sec-customer__inner .slick-arrow.slick-prev {
    left: 15px;
  }
  .sec-customer__inner .slick-arrow.slick-next {
    left: 70px;
  }
}
@media (max-width: 767px) {
  .sec-customer__inner .slick-arrow {
    top: 100%;
  }
  .sec-customer__inner .slick-arrow.slick-prev {
    right: 65px;
  }
  .sec-customer__inner .slick-arrow.slick-next {
    right: 10px;
  }
}
.sec-customer__slider {
  width: 100%;
  display: flex;
  align-content: flex-start;
  margin-top: 16px;
}
@media (min-width: 768px) {
  .sec-customer__slider {
    max-width: calc(100% - 310px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .sec-customer__slider {
    padding: 0 0 0 30px;
  }
}
.sec-customer__wrap {
  max-width: 770px;
  width: 100%;
  margin: 0 0 0 auto;
}
.sec-customer__wrap.slick-slider {
  position: inherit;
}
.sec-customer__row {
}
.sec-customer__item {
  max-width: 170px;
  height: 110px;
  width: 100%;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  display: flex !important;
  align-content: center;
  justify-content: center;
  padding: 8px 0 0;
  margin: 0 30px 30px 0;
  border: 2px solid #fff;
  transition: all 0.3s;
  cursor: pointer;
}
.sec-customer__item:nth-child(4n + 4) {
}
.sec-customer__image {
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 1025px) {
  .sec-customer__item:hover:hover {
    border-color: #f68d3d;
  }
  .sec-customer__item:hover:hover .sec-customer__image img {
    transform: scale(1.1);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .sec-customer__item {
    max-width: calc(100% / 4 - 10px);
    
    margin: 0 10px 10px 0;
  }
}
@media (max-width: 767px) {
  .sec-customer__item {
    width: calc(100% / 4 - 10px);
    margin: 0 10px 10px 0;
  }
}
.sec-customer__image {
  align-self: center;
}
.sec-customer__image img {
  transition: all 0.3s;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .sec-customer__image img {
    width: 80px;
  }
}
@media (max-width: 767px) {
  .sec-customer__image img {
    
  }
}

.sec-recipe {
  padding: 82px 0 44px;
}
@media (min-width: 768px) {
  .sec-recipe {
    position: relative;
  }
}
@media (max-width: 767px) {
  .sec-recipe {
    padding: 55px 0;
  }
  .sec-recipe .c-title,
  .sec-recipe .c-heading {
    display: table;
    margin: 0 auto;
  }
}
.sec-recipe__inner {
  position: relative;
}
@media (min-width: 768px) {
  .sec-recipe__inner .c-btn {
    position: absolute;
    top: 40px;
    right: 15px;
  }
}
@media (max-width: 767px) {
  .sec-recipe__inner .c-btn {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .sec-recipe__index {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .sec-recipe__index .c-btn {
    margin: 20px 0 0 auto;
  }
}
@media (max-width: 767px) {
  .sec-recipe__index .c-btn {
    margin: 15px 0 0;
  }
}
.sec-recipe__list {
  margin: 39px auto 0;
}
@media (max-width: 767px) {
  .sec-recipe__list {
    margin-top: 30px;
  }
}

.sec-partner {
  background: #fff url(../img/common/other/bg.png) repeat;
  padding: 83px 0 59px;
}
@media (max-width: 767px) {
  .sec-partner {
    padding: 55px 0 0;
  }
}
.sec-partner__inner {
  max-width: 1000px;
}
.sec-partner__list {
  margin: 37px auto 0;
  padding-left: 30px;
  padding-bottom: 42px;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .sec-partner__list {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .sec-partner__list {
    padding-left: 10px;
  }
}
.sec-partner__row {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.sec-partner__item {
  //max-width: 170px;
  height: 110px;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  display: flex !important;
  align-content: center;
  justify-content: center;
  margin: 0 30px 0 0;
  border: 2px solid #fff;
  transition: all 0.3s;
  background: #fff;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  padding: 6px 0 0 0;
  cursor: pointer;
}
@media only screen and (min-width: 1025px) {
  .sec-partner__item:hover:hover {
    border-color: #f68d3d;
  }
  .sec-partner__item:hover:hover .sec-customer__image img {
    transform: scale(1.1);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .sec-partner__item {
    max-width: calc(100% / 6 - 10px);
    
    margin: 0 10px 10px 0;
  }
}
@media (max-width: 767px) {
  .sec-partner__item {
    width: calc(100% / 3 - 10px);
    margin: 0 10px 10px 0;
  }
}
.sec-partner__item a {
  display: flex;
  align-items: center;
}
.sec-partner__image {
  align-self: center;
  display: flex;
  justify-content: center;
}
.sec-partner__image img {
  transition: all 0.3s;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .sec-partner__image img {
    width: 100px;
  }
}
@media (max-width: 767px) {
  .sec-partner__image img {
    
  }
}
.sec-partner__name {
  font-size: 15px;
  color: #003462;
  font-weight: bold;

}
.sec-partner .slick-dots {
  bottom: 1px;
}
.sec-partner .slick-dots li {
  box-shadow: 2px 2px 5px rgba(72, 71, 71, 0.08);
}

.sec-change .col-left {
  background: #92c83e url(../img/top/vector.png) repeat;
  padding-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .sec-change .sec-about__image img {
    min-height: 350px;
  }
}

@media (min-width: 768px) {
  .sec-change .sec-about__content {
    padding-top: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .sec-change .sec-about__content {
    padding: 30px 5%;
  }
}

.sub-visual {
  height: 250px;
  overflow: hidden;
  position: relative;
}
.sub-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sub-visual__ttl {
  position: absolute;
  left: 0;
  right: 0;
  color: #003462;
  font-size: 60px;
  font-weight: 700;
  line-height: normal;
  top: calc(50% - 5px);
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .sub-visual__ttl {
    padding: 0 4vw;
  }
}
@media (max-width: 767px) {
  .sub-visual__ttl {
    font-size: 35px;
    top: 50%;
  }
}

.sub-box {
  margin: 49px auto 0;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .sub-box {
    margin-top: 50px;
    flex-wrap: wrap;
  }
}
.sub-box__sidebar {
  max-width: 270px;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .sub-box__sidebar {
    max-width: 25%;
  }
}
@media (max-width: 767px) {
  .sub-box__sidebar {
    max-width: 100%;
  }
}
.sub-box__inner {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .sub-box__inner {
    flex-wrap: wrap;
  }
}
.sub-box__list {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .sub-box__list {
    max-width: 70%;
  }
}
@media (max-width: 767px) {
  .sub-box__list {
    max-width: 100%;
    flex-wrap: wrap;
    margin-top: 50px;
  }
}
.sub-box__img {
  max-width: 370px;
  //max-height: 300px;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .sub-box__img {
    max-width: 40%;
  }
}
@media (max-width: 767px) {
  .sub-box__img {
    max-width: 100%;
    max-height: none;
  }
}
.sub-box__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sub-box__text {
  max-width: calc(100% - 370px);
  width: 100%;
  padding: 0 0 0 31px;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .sub-box__text {
    max-width: 60%;
  }
}
@media (max-width: 767px) {
  .sub-box__text {
    max-width: 100%;
    padding: 30px 0 0;
  }
}
.sub-box__text > div {
  display: flex;
  align-items: center;
  margin: 0 0 15px;
}
.sub-box__text > div.intro {
  display: block;
}
.sub-box__text > div span {
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  margin: 0 0 0 15px;
}
.sub-box__text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 24px;
}
.sub-box__text p:last-child {
  margin: 0;
}

.sub-main {
  overflow: hidden;
  position: relative;
}
.sub-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sub-main__ttl {
  position: absolute;
  left: 0;
  right: 0;
  color: #fff;
  text-align: right;
  top: calc(50% + 39px);
  transform: translateY(-50%);
  padding: 0 9.3%;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .sub-main__ttl {
    top: 50%;
  }
}
@media (max-width: 767px) {
  .sub-main__ttl {
    top: 50%;
    padding: 0 20px;
  }
}
.sub-main__ttl small {
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  color: #f68d3d;
}
@media (max-width: 767px) {
  .sub-main__ttl small {
    font-size: 20px;
  }
}
.sub-main__ttl span {
  font-size: 80px;
  font-weight: 700;
  line-height: 130%;
  margin: 6px 0 0;
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .sub-main__ttl span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .sub-main__ttl span {
    font-size: 20px;
  }
}

.sub-about {
  padding: 70px 0;
  background: #003462;
}
@media (max-width: 767px) {
  .sub-about {
    padding: 45px 0;
  }
}
.sub-about__text {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .sub-about__text {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .sub-about__text {
    font-size: 14px;
    padding: 0 20px;
  }
}

.sub-block {
  background: #fafbff;
  padding: 70px 0 75px;
}
@media (max-width: 767px) {
  .sub-block {
    padding: 55px 0;
  }
}
.sub-block__item {
  display: flex;
  //align-items: center;
  margin: 0 auto 60px;
}
.sub-block__item:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .sub-block__item {
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .sub-block__item:nth-child(even) {
    flex-direction: row-reverse;
  }
}
.sub-block__item:nth-child(even) .sub-block__wrap {
  margin: 0 auto 0 80px;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .sub-block__item:nth-child(even) .sub-block__wrap {
    margin: 0 auto;
    /*padding: 0 2vw 0 0vw;*/
  }
}
@media (max-width: 767px) {
  .sub-block__item:nth-child(even) .sub-block__wrap {
    margin: 0 auto;
  }
}
.sub-block__cont {
  max-width: calc(100% - 570px);
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .sub-block__cont {
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .sub-block__cont {
    max-width: 100%;
    order: 1;
  }
}
.sub-block__wrap {
  max-width: 457px;
  width: 100%;
  margin: 0 auto 0 80px;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .sub-block__wrap {
    max-width: calc(100% - 1vw);
    margin: 0 auto;
    padding: 0 2vw;
  }
}
@media (max-width: 767px) {
  .sub-block__wrap {
    max-width: 100%;
    margin: 0 auto;
  }
}
.sub-block__text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 24px;
  margin-top: 21px;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .sub-block__text {
    font-size: 13px;
    margin-bottom: 10px;
    line-height: 22px;
  }
  .sub-block__text + p {
    margin-top: 0;
  }
}
.sub-block__text:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .sub-block__text {
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .sub-block__text:last-child {
    margin-bottom: 0;
    margin-top: 0;
  }
}
.sub-block__img {
  max-width: 570px;
  width: 100%;
  margin: 0;
}
@media (max-width: 767px) {
  .sub-block__img {
    margin-top: 20px;
    order: 2;
  }
}

.sub-vision {
  padding: 70px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .sub-vision {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .sub-vision {
    padding: 50px 0;
  }
}
.sub-vision__inner {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .sub-vision__inner {
    flex-wrap: wrap;
  }
}
.sub-vision__heading {
  color: #f68d3d;
  font-size: 45px;
  font-weight: 700;
  width: 37%;
}
@media (min-width: 768px) {
  .sub-vision__heading {
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .sub-vision__heading {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .sub-vision__heading {
    width: 100%;
    font-size: 28px;
    min-width: 100%;
  }
}
.sub-vision__text {
  width: 63%;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 0 0 0 5.7%;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .sub-vision__text {
    padding: 0 25px;
  }
}
@media (max-width: 767px) {
  .sub-vision__text {
    width: 100%;
    min-width: 100%;
    padding: 0;
    margin: 20px auto 0;
  }
}

.sub-quotes {
  padding: 75px 0 80px;
}
@media (max-width: 767px) {
  .sub-quotes {
    padding: 55px 20px;
  }
}
.sub-quotes__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .sub-quotes__inner {
    flex-wrap: wrap;
  }
}
.sub-quotes__wrap {
  max-width: 500px;
  margin: 0 104px 0 auto;
  padding: 89px 0 0 0;
  background: url(../img/common/icon/quote.svg) no-repeat;
  background-position: top 19px left;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .sub-quotes__wrap {
    margin: 0 auto;
    padding: 45px 20px 0 20px;
    background-position: top left 20px;
    background-size: 35px;
  }
}
@media (max-width: 767px) {
  .sub-quotes__wrap {
    max-width: 100%;
    padding: 50px 0 0;
    margin: 0 auto;
    background-position: top left 0;
    background-size: 35px;
  }
}
.sub-quotes__wrap p {
  font-size: 32px;
  font-style: italic;
  font-weight: 500;
  line-height: 48px;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .sub-quotes__wrap p {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .sub-quotes__wrap p {
    font-size: 20px;
    line-height: 32px;
  }
}
.sub-quotes__wrap small {
  display: block;
  font-size: 18px;
  line-height: 27px;
  margin: 31px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .sub-quotes__wrap small {
    font-size: 14px;
    line-height: 20px;
    margin: 12px 0 0;
  }
}
@media (max-width: 767px) {
  .sub-quotes__wrap small {
    font-size: 14px;
    line-height: 20px;
    margin: 12px 0 0;
  }
}
.sub-quotes__cont {
  width: calc(100% - 48.75%);
}
@media (max-width: 767px) {
  .sub-quotes__cont {
    width: 100%;
  }
}
.sub-quotes__image {
  width: 48.75%;
}
.sub-quotes__image img{
  max-width: 800px;
  width: 100%;
}
@media (max-width: 767px) {
  .sub-quotes__image {
    width: 100%;
    margin: 20px auto 0;
  }
}

.sub-value {
  background: #003462 url(../img/common/other/vector.png) repeat;
  padding: 82px 0 75px;
  position: relative;
}
@media (max-width: 767px) {
  .sub-value {
    padding: 55px 0;
  }
}
.sub-value__txt {
  max-width: 553px;
  width: 100%;
  margin: 13px auto 0;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
.sub-value__list {
  display: flex;
  align-items: flex-start;
  margin: 26px auto 0;
  max-width: 1200px;
}
.sub-value__list ul {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .sub-value__list ul {
    flex-wrap: wrap;
  }
}
.sub-value__list ul li {
  max-width: 370px;
  width: 100%;
  margin: 0 30px 0 0;
  background: #fff;
  border-radius: 4px;
  text-align: center;
  padding: 30px 20px 29px;
  min-height: 341px;
  transition: all 0.3s;
  cursor: pointer;
}
.sub-value__list ul li:nth-child(3n + 3) {
  margin-right: 0;
}
@media only screen and (min-width: 1025px) {
  .sub-value__list ul li:hover:hover {
    background: #92c83e;
  }
  .sub-value__list ul li:hover:hover .sub-value__heading,
  .sub-value__list ul li:hover:hover .sub-value__text {
    color: #fff;
  }
  .sub-value__list ul li:hover:hover .sub-value__image img.df {
    opacity: 0;
  }
  .sub-value__list ul li:hover:hover .sub-value__image img.hv {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .sub-value__list ul li {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    padding: 20px;
    min-height: auto;
  }
  .sub-value__list ul li:last-child {
    margin-bottom: 0;
  }
}
.sub-value__image {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sub-value__image img {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}
.sub-value__image img.df {
  opacity: 1;
}
.sub-value__image img.hv {
  opacity: 0;
}
@media (max-width: 767px) {
  .sub-value__image {
    height: 70px;
  }
  .sub-value__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
.sub-value__heading {
  color: #003462;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin: 16px 0 0;
  transition: all 0.3s;
}
.sub-value__text {
  color: #111;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin: 10px 0 0;
  transition: all 0.3s;
}

.sub-data {
  background: #003462 url(../img/common/other/vector.png) repeat;
  padding: 69px 0 81px;
  position: relative;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .sub-data {
    padding: 55px 0;
    margin-bottom: 0;
  }
}
.sub-data__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
  margin-top: 21px;
}
@media (min-width: 768px) {
  .sub-data__inner {
    display: flex;
    align-items: flex-start;
  }
}
.sub-data__item ul {
  max-width: calc(100% - 80px);
  width: 100%;
  margin: 0 0 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .sub-data__item ul {
    max-width: calc(100% - 20px);
  }
}
@media (max-width: 767px) {
  .sub-data__item ul {
    max-width: 100%;
  }
}
.sub-data__item ul li {
  padding: 30px 20px 29px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(250, 251, 255, 0.3);
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .sub-data__item ul li {
    padding: 15px 20px 15px 0;
  }
}
.sub-data__item ul li span:first-child {
  min-width: 211px;
  color: #f68d3d;
  font-size: 60px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .sub-data__item ul li span:first-child {
    font-size: 45px;
    min-width: 145px;
  }
}
.sub-data__item ul li span:nth-child(2) {
  min-width: calc(100% - 211px);
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}
@media (max-width: 767px) {
  .sub-data__item ul li span:nth-child(2) {
    font-size: 16px;
    min-width: calc(100% - 145px);
  }
}
.sub-data__item ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .sub-data__item ul li:last-child {
    border: none;
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .sub-data__item:nth-child(1) {
    width: 35%;
  }
  .sub-data__item:nth-child(2) {
    width: 65%;
  }
}

.sub-info {
  background: #fff url(../img/common/other/bg.png) repeat;
  padding: 76px 0 91px;
}
@media (max-width: 767px) {
  .sub-info {
    padding: 55px 0;
  }
}
.sub-info__text {
  margin-top: 20px;
}
.sub-info__text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 24px;
}
.sub-info__text p:last-child {
  margin: 0;
}

.sub-store {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.sub-store li {
  width: calc(100% / 3 - 20px);
  margin: 0 30px 27px 0;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
  cursor: pointer;
}
@media only screen and (min-width: 1025px) {
  .sub-store li:hover:hover {
    background: #003462;
  }
  .sub-store li:hover:hover .sub-store__address,
  .sub-store li:hover:hover .sub-store__tel {
    color: #fff;
  }
}
@media (max-width: 767px) {
  .sub-store li {
    width: 100%;
    margin: 0 auto 20px;
  }
}
.sub-store li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #111;
  padding: 18px 14px 15px;
}
.sub-store li:nth-child(3n + 3) {
  margin-right: 0;
}
.sub-store__name {
  color: #92c83e;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.sub-store__address,
.sub-store__tel {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #111;
  transition: all 0.3s;
  margin-top: 4px;
}
.sub-store__address span,
.sub-store__tel span {
  font-weight: 400;
}

.sub-career {
  margin: 158px auto 70px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .sub-career {
    margin: 55px auto;
  }
}
@media (max-width: 767px) {
  .sub-career {
    margin: 55px auto;
  }
}
@media (min-width: 768px) {
  .sub-career .news-single__info {
    margin-top: 6px;
  }
}
.sub-career__inner {
  margin: 32px auto 0;
}
.sub-career__lst {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.sub-career__item {
  background: #fff;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media (min-width: 768px) {
  .sub-career__item {
    width: 48.7%;
    margin: 0 2.6% 2.55% 0;
  }
}
.sub-career__item:nth-child(2n + 2) {
  margin-right: 0;
}
@media only screen and (min-width: 1025px) {
  .sub-career__item:hover:hover .sub-career__ttl {
    color: #f68d3d;
  }
}
@media (max-width: 767px) {
  .sub-career__item {
    margin-bottom: 20px;
  }
}
.sub-career__item a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (min-width: 768px) {
  .sub-career__item a {
    min-height: 181px;
  }
}
.sub-career__ttl {
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: normal;
}
.sub-career__txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 7px 0 0;
  overflow: hidden;
  width: 100%;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: normal;
}

.brand .sec-change {
  margin-top: 47px;
}

.brand .sec-about .sec-about__txt {
  color: #111;
}

.campaigns .sec-partner {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .campaigns .sec-partner__list {
    margin-top: 33px;
  }
  .campaigns .sec-partner__list .slick-dots {
    bottom: -2px;
  }
}

@media (max-width: 767px) {
  .vision .sub-vision {
    padding-bottom: 0;
  }
}

.store .sub-store {
  margin: 46px auto 42px;
}

@media (min-width: 768px) {
  .career.career-archive .sec-about {
    margin: 39px auto 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .career.career-archive .sec-about {
    margin-top: 0;
  }
}

.career.career-archive .sec-about__item {
  background: transparent;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .career.career-archive .sec-about__item {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .career.career-archive .sec-about__item {
    padding: 0 15px;
    flex-wrap: wrap;
  }
}

.career.career-archive .sec-about__content {
  width: 51%;
  padding: 0;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .career.career-archive .sec-about__content {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .career.career-archive .sec-about__content {
    width: 100%;
  }
}

.career.career-archive .sec-about__wrap {
  max-width: 550px;
  margin: 0 auto;
  padding: 0 10px 0 42px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .career.career-archive .sec-about__wrap {
    max-width: 100%;
    width: 100%;
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .career.career-archive .sec-about__wrap {
    max-width: 100%;
    width: 100%;
    padding: 0;
  }
}

.career.career-archive .sec-about__image {
  width: 49%;
  margin-top: 34px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .career.career-archive .sec-about__image {
    padding: 0 20px;
    width: 100%;
  }
  .career.career-archive .sec-about__image img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .career.career-archive .sec-about__image {
    width: 100%;
    margin-top: 0;
  }
  .career.career-archive .sec-about__image img {
    width: 100%;
  }
}

.career.career-archive .sec-about__txt {
  color: #111;
}
@media (min-width: 768px) {
  .career.career-archive .sec-about__txt {
    margin-top: 25px;
  }
}

.career.career-archive .cmn_pagenavi {
  margin: 19px auto 0;
}

@media (min-width: 768px) {
  .career.career-details .news-single {
    margin-bottom: 69px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .career.career-details .news-single__list {
    max-width: 70%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .career.career-details .news-single__sidebar {
    max-width: 25%;
  }
}

@media (max-width: 767px) {
  .career.career-details .news-single__sidebar {
    margin-top: 35px;
  }
}

.career.career-details .cms-cont ul li {
  margin-bottom: 0;
}

.c-par-frame {
  width: 100%;
  position: relative;
  overflow: hidden;
  will-change: transform;
  transition: transform 1.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.c-par-frame img {
  width: 100%;
  display: block;
  will-change: transform;
  transition: transform 1.5s cubic-bezier(0.13, 0.78, 0.38, 0.98);
  margin-top: -40px;
}












.contact-info {
  padding: 70px 0 70px;
}
@media (max-width: 767px) {
  .contact-info {
    padding-bottom: 20px;
  }
}
.contact-info h2 {
  font-size: 50px;
  color: #003462;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .contact-info h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
.contact-info ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
@media (max-width: 767px) {
  .contact-info ul {
    margin: 0;
  }
}
.contact-info ul li {
  width: 33.33333%;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .contact-info ul li {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
}
.contact-info ul li a {
  display: block;
  min-height: 250px;
  padding: 30px 20px 30px;
  text-align: center;
  box-shadow: 2px 2px 10px rgba(14, 60, 101, 0.05);
}
@media (max-width: 767px) {
  .contact-info ul li a {
    min-height: 160px;
    padding: 15px 20px 15px;
  }
}
.contact-info ul li a img {
  width: 100px;
}
@media (max-width: 767px) {
  .contact-info ul li a img {
    width: 50px;
  }
}
.contact-info ul li a p {
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.contact-info ul li a span {
  display: block;
  font-size: 20px;
  font-weight: bold;
}

.contact-form {
  display: flex;
  flex-wrap: wrap;
  padding-top: 30px;
  padding-bottom: 100px;
}

.contact-form h2 {
  font-size: 50px;
  color: #003462;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .contact-form h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
.contact-form .map {
  width: 50%;
}
@media (max-width: 767px) {
  .contact-form .map {
    width: 100%;
    order: 2;
  }
}
.contact-form .map iframe{
  width: 100%;
  height: 510px;
}

.contact-form .form-box {
  width: 50%;
  padding-left: 30px;
}
@media (max-width: 767px) {
  .contact-form .form-box {
    width: 100%;
    order: 1;
    padding-left: 0;
    margin-bottom: 20px;
  }
}
.contact-form .form-box .rows {
  margin-bottom: 20px;
}
.contact-form .form-box label {
  display: block;
  font-size: 20px;
  margin-bottom: 5px;
}
.contact-form .form-box label span {
  color: red;
}

.contact-form .form-box input{
  width: 100%;
  height: 40px;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #cdcdcd;
  appearance: none;
}

.contact-form .form-box textarea {
  width: 100%;
  height: 100px;
  font-size: 16px;
  padding: 10px;
  border: 1px solid #cdcdcd;
  appearance: none;
}

.btn-form {

}
.btn-form button {
  display: block;
  width: 100px;
  height: 50px;
  line-height: 50px;
  background: #003462;
  appearance: none;
  color: #FFF;
  border: none;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.contact-form-confirm {
  max-width: 800px;
  margin: 0 auto;
}
.contact-form-confirm .form-box {
  width: 100%;
} 
.contact-form-confirm .form-box {
  width: 100%;
} 
.contact-form-confirm .form-box .row {
  margin-bottom: 20px;
}

.contact-form-confirm .form-box .row-label {
  font-size: 20px;
  text-align: center;
}
.contact-form-confirm .form-box .row-value {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.contact-form-confirm .btn-form button {
  display: block;
  margin: 20px auto 0;
}

.thanks {
  font-size: 18px;
  text-align: center;
  padding: 200px 0 200px;
}




/*Proruct*/

@media (min-width: 768px) {
  .product .recipe-search {
    height: 240px; } }

.product .recipe-search {
  background: #92c83e;
  padding: 37px 0; }
  @media only screen and (min-width: 768px) and (max-width: 1300px) {
    .product .recipe-search {
      padding-left: 20px;
      padding-right: 20px; } }
  @media (max-width: 767px) {
    .product .recipe-search {
      padding-top: 20px; } }
  @media (max-width: 767px) {
    .product .recipe-search__inner {
      width: 100%; } }

.product .search-form {
  width: 225px;
  border-radius: 4px;
  margin: 0 0 0 auto; }
  @media (max-width: 767px) {
    .product .search-form {
      margin: 0 auto;
      width: 100%;
      max-width: 100%; } }
  .product .search-form form {
    width: 100%; }
  .product .search-form input {
    height: 40px;
    width: 100%;
    padding: 10px 16px; }
    .product .search-form input:visited {
      border: 1px solid #f68d3d; }
    .product .search-form input::placeholder {
      color: #c9c9c9;
      font-size: 16px;
      font-weight: 400;
      line-height: 150%; }

.product .sec-partner {
  background: transparent;
  padding: 0; }
  @media (max-width: 767px) {
    .product .sec-partner__inner {
      padding: 0; } }
  .product .sec-partner__item {
    max-width: 140px;
    height: 90px;
    margin-right: 16px; }
    .product .sec-partner__item:last-child {
      margin-right: 0; }
    @media (max-width: 767px) {
      .product .sec-partner__item {
        max-width: inherit;
        margin: 0 auto; } }
  .product .sec-partner__row {
    margin-top: 30px;
    max-width: 1250px;
    width: 100%;
    padding: 0 77px;
    position: relative; }
    @media (max-width: 767px) {
      .product .sec-partner__row {
        margin-top: 10px;
        padding: 0 45px; } }
  .product .sec-partner .slick-arrow {
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    width: 50px;
    height: 50px;
    padding: 15px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    border: 1px solid #efefef;
    background: rgba(255, 255, 255, 0.5); }
    @media (max-width: 767px) {
      .product .sec-partner .slick-arrow {
        background: transparent;
        border: none; } }
  .product .sec-partner .slick-prev {
    left: 0; }
  .product .sec-partner .slick-next {
    right: 0; }
    @media (max-width: 767px) {
      .product .sec-partner .slick-next {
        right: 5px; } }

.product .tab-flex {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  max-width: 1250px;
  width: 100%;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .product .tab-flex {
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      padding: 0 20px; } }

.product .tab-link {
  display: flex;
  align-items: center;
  margin: 0 25px 0 0;
  padding-top: 2px; }
  @media (max-width: 767px) {
    .product .tab-link {
      order: 2;
      margin: 10px auto; } }
  .product .tab-link__item {
    padding: 10px 10px 7px;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    color: #fff;
    border-bottom: 2px solid transparent;
    cursor: pointer; }
    .product .tab-link__item:first-child {
      margin-right: 26px; }
    .product .tab-link__item.active {
      color: #003462;
      border-color: #003462; }
    @media only screen and (min-width: 1025px) {
      .product .tab-link__item:hover:hover {
        color: #003462;
        border-color: #003462; } }

.product .product-archive {
  padding: 49px 15px 30px; }
  @media (max-width: 767px) {
    .product .product-archive {
      padding-bottom: 35px; } }
  .product .product-archive__inner {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    margin: 32px auto 0;
    padding-top: 1px; }
  .product .product-archive__wrap {
    margin: 0 0 8px; }
    @media (max-width: 767px) {
      .product .product-archive__wrap {
        margin-bottom: 30px; }
        .product .product-archive__wrap:last-child {
          margin-bottom: 0; } }
  .product .product-archive__item {
    max-width: calc(100% / 4 - 27px);
    width: 100%;
    transition: all 0.3s ease-in-out;
    margin: 0 36px 41px 0;
    padding: 0 0 20px;
    border-radius: 2px;
    overflow: hidden;
    cursor: pointer;
    cursor: pointer; }
    @media (min-width: 768px) {
      .product .product-archive__item:nth-child(4n + 4) {
        margin-right: 0; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .product .product-archive__item {
        margin-bottom: 0; } }
    @media only screen and (min-width: 1025px) {
      .product .product-archive__item:hover:hover {
        box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.1); } }
    @media (max-width: 767px) {
      .product .product-archive__item {
        max-width: calc(100% / 2 - 15px);
        margin-right: 30px;
        padding-bottom: 0;
        margin-bottom: 20px; }
        .product .product-archive__item:nth-child(2n + 2) {
          margin-right: 0; } }
  .product .product-archive__image {
    max-width: 266px;
    width: 100%;
    overflow: hidden;
    position: relative; }
    .product .product-archive__image:before {
      display: block;
      content: " ";
      width: 100%;
      padding-top: 112.78195%; }
    .product .product-archive__image > .content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    @media (max-width: 767px) {
      .product .product-archive__image {
        max-width: 100%; } }
    .product .product-archive__image span {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background-repeat: no-repeat;
      background-size: cover;
      transition: transform 0.3s; }
  .product .product-archive__heading {
    color: #111;
    font-size: 18px;
    font-weight: 700;
    line-height: 150%;
    margin: 16px auto 0;
    padding: 0 1.4vw;
    text-align: center; }
    @media only screen and (min-width: 768px) and (max-width: 1100px) {
      .product .product-archive__heading {
        font-size: 1.538vw;
        margin-top: 5px; } }
    @media (max-width: 767px) {
      .product .product-archive__heading {
        margin: 5px auto 0;
        padding: 0;
        font-size: 14px; } }

.product-single .product-flex {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start; }
  @media (max-width: 767px) {
    .product-single .product-flex {
      flex-wrap: wrap;
      overflow: hidden; } }

.product-single .product-image {
  max-width: 570px;
  width: 100%;
  padding: 54px 5px 20px;
  border-radius: 4px;
  background: #fff;
  position: relative; }
  @media (min-width: 768px) {
    .product-single .product-image {
      box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.05); } }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .product-single .product-image {
      max-width: 50%; } }
  @media (max-width: 767px) {
    .product-single .product-image {
      max-width: 100%;
      padding: 20px 5px; } }
  .product-single .product-image .slider-for {
    overflow: hidden; }
    .product-single .product-image .slider-for .product-image__img {
      max-width: 560px;
      width: 100%; }
      .product-single .product-image .slider-for .product-image__img span {
        position: relative;
        background-size: contain;
        background-position: center; }
        .product-single .product-image .slider-for .product-image__img span:before {
          display: block;
          content: " ";
          width: 100%;
          padding-top: 64.10714%; }
        .product-single .product-image .slider-for .product-image__img span > .content {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; }
  .product-single .product-image .slider-nav {
    max-width: 286px;
    width: 100%;
    margin: 16px auto 0;
    overflow: hidden; }
    .product-single .product-image .slider-nav .product-image__img {
      width: 100%;
      margin: 0 5px 0 0;
      border: 2px solid transparent;
      transition: all 0.3s ease-in-out;
      cursor: pointer; }
      .product-single .product-image .slider-nav .product-image__img.swiper-slide-thumb-active {
        border-color: #f68d3d; }
      @media only screen and (min-width: 1025px) {
        .product-single .product-image .slider-nav .product-image__img:hover:hover {
          border-color: #f68d3d; } }
      .product-single .product-image .slider-nav .product-image__img span {
        position: relative;
        background-size: contain;
        background-position: center; }
        .product-single .product-image .slider-nav .product-image__img span:before {
          display: block;
          content: " ";
          width: 100%;
          padding-top: 75.75758%; }
        .product-single .product-image .slider-nav .product-image__img span > .content {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; }
  .product-single .product-image .swiper-button-next,
  .product-single .product-image .swiper-button-prev {
    display: flex;
    width: 50px;
    height: 50px;
    padding: 15px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background: transparent;
    border: 1px solid transparent;
    bottom: 22px;
    top: auto; }
    .product-single .product-image .swiper-button-next::after,
    .product-single .product-image .swiper-button-prev::after {
      content: "";
      position: absolute;
      top: 14px;
      right: 18px;
      background: url(../img/common/icon/arrow-black.svg);
      width: 10px;
      height: 20px;
      transition: all 0.3s;
      background-size: cover; }
    @media (max-width: 767px) {
      .product-single .product-image .swiper-button-next,
      .product-single .product-image .swiper-button-prev {
        background: transparent;
        border: none;
        padding: 0;
        bottom: 20px; } }
  .product-single .product-image .swiper-button-prev {
    left: 91px; }
    .product-single .product-image .swiper-button-prev::after {
      transform: rotate(-180deg); }
    @media (max-width: 767px) {
      .product-single .product-image .swiper-button-prev {
        left: 0; } }
  .product-single .product-image .swiper-button-next {
    right: 91px; }
    @media (max-width: 767px) {
      .product-single .product-image .swiper-button-next {
        right: 0; } }

.product-single .product-detail {
  max-width: calc(100% - 570px);
  width: 100%;
  padding: 48px 0 48px 30px; }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .product-single .product-detail {
      max-width: 50%; } }
  @media (max-width: 767px) {
    .product-single .product-detail {
      max-width: 100%;
      padding: 0; } }
  .product-single .product-detail__heading {
    color: #111;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    border-bottom: 1px solid;
    padding: 0 0 8px;
    margin: 0 0 15px; }
    @media (max-width: 767px) {
      .product-single .product-detail__heading {
        font-size: 18px;
        line-height: 120%; } }
  .product-single .product-detail__text {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin: 0 0 10px; }
    @media (max-width: 767px) {
      .product-single .product-detail__text {
        font-size: 14px;
        line-height: 130%;
        margin-bottom: 5px; } }
    .product-single .product-detail__text strong {
      font-weight: 600;
      color: #111; }
  .product-single .product-detail__link {
    display: flex;
    align-items: center;
    margin: 24px 0 0; }
  .product-single .product-detail__shop {
    margin-right: 10px;
    width: 196px;
    padding: 19px 0 16px 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    border: 1px solid #92c83e;
    color: #92c83e;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    line-height: 150%;
    background: url(../img/common/icon/logo-store.svg) no-repeat;
    background-position: center left 33px;
    background-size: 30px;
    cursor: pointer; }
    @media only screen and (min-width: 1025px) {
      .product-single .product-detail__shop:hover:hover {
        color: #fff;
        border-color: #f68d3d;
        background-color: #f68d3d;
        background: #f68d3d url(../img/common/icon/logo-store-white.svg) no-repeat;
        background-position: center left 33px;
        background-size: 30px; } }
    @media (max-width: 767px) {
      .product-single .product-detail__shop {
        font-size: 14px;
        background-size: 20px;
        width: 170px;
        padding: 15px 15px 15px 30px;
        background-position: center left 20px; } }
  .product-single .product-detail__mall {
    margin-right: 10px;
    cursor: pointer; }
    @media only screen and (min-width: 1025px) {
      .product-single .product-detail__mall:hover:hover {
        opacity: 0.5; } }
    .product-single .product-detail__mall:last-child {
      margin-right: 0; }

.product-single .product-tab {
  max-width: 1170px;
  width: 100%;
  padding: 0;
  margin: 31px auto 50px; }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .product-single .product-tab {
      max-width: calc(100% - 30px); } }
  @media (max-width: 767px) {
    .product-single .product-tab {
      max-width: calc(100% - 30px); } }
  .product-single .product-tab .tab-links {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none; }
    @media (max-width: 767px) {
      .product-single .product-tab .tab-links {
        display: flex;
        flex-wrap: wrap;
        position: relative;
        border-radius: 10px 10px 0 0;
        overflow: hidden; } }
    .product-single .product-tab .tab-links li {
      float: left;
      padding: 0;
      margin: 0 6px 0 0; }
      @media (max-width: 767px) {
        .product-single .product-tab .tab-links li {
          width: 50%;
          margin-right: 0;
          min-height: 50px; } }
      .product-single .product-tab .tab-links li a {
        color: #92c83e;
        text-align: center;
        font-size: 15px;
        font-weight: 700;
        line-height: 150%;
        display: flex;
        padding: 12px 25px;
        align-items: center;
        background: #f9f9f9; }
        @media (min-width: 768px) {
          .product-single .product-tab .tab-links li a {
            border-radius: 10px 10px 0px 0px; } }
        @media only screen and (min-width: 768px) and (max-width: 1200px) {
          .product-single .product-tab .tab-links li a {
            padding: 12px;
            font-size: 14px; } }
        @media (max-width: 767px) {
          .product-single .product-tab .tab-links li a {
            height: 100%;
            font-size: 14px;
            line-height: 130%;
            padding: 10px 20px;
            text-align: center;
            justify-content: center; } }
      .product-single .product-tab .tab-links li.active {
        box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.1); }
        .product-single .product-tab .tab-links li.active a {
          background: #f68d3d;
          color: #fff; }
  .product-single .product-tab .tab-content {
    background: #f9f9f9;
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.06);
    display: flex;
    width: 100%;
    padding: 32px 28px 32px 30px;
    align-items: flex-start; }
    @media only screen and (min-width: 768px) and (max-width: 1200px) {
      .product-single .product-tab .tab-content {
        padding: 25px; } }
    @media (max-width: 767px) {
      .product-single .product-tab .tab-content {
        margin-top: 20px;
        padding: 20px; } }
    .product-single .product-tab .tab-content .tab {
      margin: 0;
      display: none;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 150%; }
      .product-single .product-tab .tab-content .tab p {
        margin-bottom: 24px; }
        .product-single .product-tab .tab-content .tab p:last-child {
          margin-bottom: 0; }
      .product-single .product-tab .tab-content .tab strong {
        font-weight: 600;
        //display: block; }
      .product-single .product-tab .tab-content .tab.active {
        display: block; }

.product-single .product-archive__item {
  max-width: 266px; }
  @media (min-width: 768px) {
    .product-single .product-archive__item:nth-child(4n + 4) {
      margin-right: 36px; } }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .product-single .product-archive__item {
      width: 20vw;
      font-size: 18px; } }
  @media (max-width: 767px) {
    .product-single .product-archive__item {
      max-width: 140px;
      margin-right: 20px;
      transition: all 0.3s ease-in-out; }
      .product-single .product-archive__item:nth-child(2n + 2) {
        margin-right: 20px; }
      .product-single .product-archive__item.slick-current {
        box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.05); } }

@media (max-width: 767px) {
  .product-single .product-archive__heading {
    padding: 0 10px 20px;
    text-align: left; } }

@media (max-width: 767px) {
  .product-single .product-archive__inner {
    padding: 80px 0 0 20px; } }

@media (max-width: 767px) {
  .product-single .product-archive__wrap {
    margin: 0 -20px; }
    .product-single .product-archive__wrap .c-caption {
      margin: 0 20px; } }

@media (min-width: 768px) {
  .product-single .product-archive .slick-arrow {
    top: -89px; }
  .product-single .product-archive .slick-next {
    right: 0; }
  .product-single .product-archive .slick-prev {
    right: 55px; } }

@media (max-width: 767px) {
  .product-single .product-archive {
    padding: 0 15px;
    margin: 50px auto 55px;
    overflow: hidden; }
    .product-single .product-archive .slick-arrow {
      top: 0;
      z-index: 9;
      margin: 0 20px 0 0; } }

.news-single__inner h2 {
  font-size: 22px;
  margin-bottom: 10px;
}
.news-single__inner h3 {
  font-size: 18px;
  margin-bottom: 10px;
} 
.news-single__inner h4 {
  font-size: 16px;
}
.news-single__inner img {
  margin: 0 auto;
  display: block;
}
.news-single__inner  p a {
  color: #003462;
  text-decoration: underline;
}


.cms-cont h2 {
  font-size: 22px;
  margin-bottom: 10px;
}
.cms-cont h3 {
  font-size: 18px;
  margin-bottom: 10px;
} 
.cms-cont h4 {
  font-size: 16px;
}
.cms-cont img {
  margin: 0 auto;
  display: block;
}
.cms-cont  p a {
  color: #003462;
  text-decoration: underline;
}

.wp-caption {
  margin: 0 auto;
}
.wp-caption-text {
  text-align: center;
  font-style: italic;
  padding-top: 5px;
}
.news-single__ttl,
.cms-cont h2,
.cms-cont h3,
.cms-cont h4 {
  color: #003462;
}


.toc {
  border: 1px solid #003462;
  padding: 20px 20px 10px;
  margin: 50px 0 20px;
}
.toc h4{
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}

.tocInner ul {
  margin-bottom: 20px;
}
.tocInner ul ul {
  margin-left: 15px;
}
.tocInner ul li  {
  display: flex;
  margin-bottom: 10px;
}
.tocInner ul li a {
  font-weight: bold;
  font-size: 16px;
}

.tocInner ul ul li a {
  font-weight: normal;
  font-size: 14px;
}
.tocInner ul ul li a * {
  font-weight: normal;
}




.tocInner >ul  {
  counter-reset: services;
}

.tocInner >ul >li{
  counter-increment: ol-counter;
}

.tocInner >ul >li:before {
  counter-increment: services;
  content: counter(services) ".";
  font-size: 16px; 
  font-weight: bold;
  margin-right: 5px;
} 

.tocInner >ul >ul {
  counter-reset: sub-services;
} 

.tocInner >ul >ul >li:before {
  counter-increment: sub-services;
  content: counter(services) "." counter(sub-services) "." ;
  font-size: 14px; 
  margin-right: 5px;
} 
/*https://codepen.io/willianjusten/pen/ZEbGKya*/




















