@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Noto+Sans+JP:wght@400;500;600;700;800;900&display=swap");
/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
nav,
section,
time,
mark,
audio,
video {
  font-size: 1em;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

html {
  font-size: 62.5%;
}
html.is-overflow {
  overflow: hidden;
}

body {
  color: #535353;
  -webkit-text-size-adjust: 100%;
}

body,
table,
input,
textarea,
select,
option,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

table,
input,
textarea,
select,
option {
  line-height: 1.1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
}

a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

form label {
  cursor: pointer;
}

/*------------------------------------------------------------
for develop
------------------------------------------------------------*/
#__bs_notify__ {
  opacity: 0.3 !important;
  font-size: 5px !important;
  line-height: 100% !important;
  padding: 0 5px 0 5px !important;
  border-radius: 0 !important;
}

.c-dev-title1 {
  background: #000;
  color: #fff;
  line-height: 1;
  padding: 6px 0 6px 15px;
  font-size: 1.6rem;
  margin: 60px 0 20px 0;
}

.c-dev-title2 {
  background: #888;
  color: #fff;
  line-height: 1;
  padding: 6px 0 6px 30px;
  font-size: 1.3rem;
  margin: 50px 0 10px 0;
}

.c-dev-message1 {
  top: 0;
  left: 0;
  background: #f00;
  color: #fff;
  z-index: 9999;
  position: fixed;
  line-height: 1;
  padding: 3px 6px;
  opacity: 0.6;
  font-size: 8px;
}

@media (min-width: 768px) {
  .sp-only {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
  img {
    max-width: 100%;
    height: auto;
  }
}
/*------------------------------------------------------------
breadcrumb
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
footer
------------------------------------------------------------*/
.c-footer {
  background: #fff url("../images/ft_bg.svg") no-repeat center bottom;
  background-size: 100%;
  padding: 78px 0 65px;
}
@media screen and (max-width: 767px) {
  .c-footer {
    background: #fff url("../images/ft_bg-sp.svg") no-repeat center bottom;
    background-size: 100%;
    padding: 99px 0 21px;
  }
}
.c-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 13px 35px;
  max-width: 1440px;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  .c-footer__inner {
    padding: 13px 10px;
  }
}
@media screen and (max-width: 767px) {
  .c-footer__inner {
    padding: 0 20px;
    display: block;
  }
}
.c-footer__logo {
  max-width: 275px;
}
@media screen and (max-width: 1400px) {
  .c-footer__logo {
    max-width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .c-footer__logo {
    max-width: 234px;
    margin: 0 auto;
  }
}
.c-footer__logo img {
  width: 100%;
}
.c-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .c-footer__nav {
    display: block;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .c-footer__navitem {
    text-align: center;
  }
}
.c-footer__navitem + .c-footer__navitem {
  margin-left: 30px;
}
@media screen and (max-width: 1400px) {
  .c-footer__navitem + .c-footer__navitem {
    margin-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .c-footer__navitem + .c-footer__navitem {
    margin-left: 0;
    margin-top: 24px;
  }
}
.c-footer__navitem.is-contact {
  margin-left: 26px;
}
@media screen and (max-width: 1400px) {
  .c-footer__navitem.is-contact {
    margin-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .c-footer__navitem.is-contact {
    margin-left: 0;
    margin-top: 40px;
  }
}
.c-footer__navitem.is-contact .c-header__navlink {
  color: #E9436F;
  line-height: 30px;
  border: 2px solid #E9436F;
  width: 144px;
  display: block;
  text-align: center;
  border-radius: 24px;
  padding: 7px 0;
  letter-spacing: 0;
}
@media screen and (max-width: 1400px) {
  .c-footer__navitem.is-contact .c-header__navlink {
    font-size: 1.2rem;
    line-height: 20px;
    width: 100px;
  }
}
@media screen and (max-width: 767px) {
  .c-footer__navitem.is-contact .c-header__navlink {
    width: 144px;
    font-size: 1.6rem;
    padding: 6px 0 8px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 767px) {
  .c-footer__navitem.is-contact .c-header__navlink:hover {
    background: #E9436F;
    color: #fff;
  }
}
.c-footer__navlink {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #535353;
  text-decoration: none;
}
@media screen and (max-width: 1400px) {
  .c-footer__navlink {
    font-size: 1.1428571429vw;
  }
}
@media screen and (max-width: 767px) {
  .c-footer__navlink {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 767px) {
  .c-footer__navlink:hover {
    color: #E9436F;
  }
}
.c-footer__copyright {
  width: 100%;
  font-size: 1.5rem;
  line-height: 33px;
  letter-spacing: 0.1em;
  text-align: right;
  margin-top: 95px;
  color: #333;
}
@media screen and (max-width: 767px) {
  .c-footer__copyright {
    font-size: 1.3rem;
    line-height: 23px;
    margin-top: 106px;
    text-align: center;
  }
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
header
------------------------------------------------------------*/
.c-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
  padding: 13px 18px 13px 35px;
  z-index: 99;
}
@media screen and (max-width: 1400px) {
  .c-header {
    padding: 13px 10px;
  }
}
@media screen and (max-width: 767px) {
  .c-header {
    padding: 8px 10px 7px;
  }
}
.c-header__logo {
  max-width: 275px;
}
@media screen and (max-width: 1400px) {
  .c-header__logo {
    max-width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .c-header__logo {
    max-width: 153px;
  }
}
.c-header__logo img {
  width: 100%;
}
.c-header__contact {
  margin-right: 9px;
}
@media screen and (max-width: 374px) {
  .c-header__contact {
    margin-left: 9px;
  }
}
.c-header__contact a {
  color: #E9436F;
  border: 1px solid #E9436F;
  width: 118px;
  display: block;
  text-align: center;
  border-radius: 24px;
  padding: 9px 0;
  margin: 0 auto;
  font-size: 1.3rem;
  line-height: 20px;
  text-decoration: none;
  font-weight: bold;
}
@media screen and (max-width: 374px) {
  .c-header__contact a {
    width: 103px;
    padding: 7px 0;
    font-size: 1.2rem;
  }
}
.c-header__toggle {
  width: 40px;
  height: 40px;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
.c-header__toggle img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-header__toggle .is-on {
  opacity: 0;
  visibility: hidden;
}
.c-header__toggle.is-active {
  z-index: 100;
}
.c-header__toggle.is-active .is-off {
  opacity: 0;
  visibility: hidden;
}
.c-header__toggle.is-active .is-on {
  opacity: 1;
  visibility: visible;
}
.c-header__left {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-header__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.c-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .c-header__nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: url("../images/header_bg.svg") no-repeat;
    background-size: cover;
    min-height: 100vh;
    z-index: -1;
    padding: 143px 0;
    opacity: 0;
    visibility: hidden;
    display: none;
  }
  .c-header__nav.is-show {
    opacity: 1;
    visibility: visible;
    display: block;
    z-index: 99;
  }
}
.c-header__navitem + .c-header__navitem {
  margin-left: 31px;
}
@media screen and (max-width: 1400px) {
  .c-header__navitem + .c-header__navitem {
    margin-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .c-header__navitem + .c-header__navitem {
    margin: 32px 0 0;
  }
}
.c-header__navitem.is-contact {
  margin-left: 26px;
}
@media screen and (max-width: 1400px) {
  .c-header__navitem.is-contact {
    margin-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .c-header__navitem.is-contact {
    margin: 40px 0 0;
  }
}
.c-header__navitem.is-contact .c-header__navlink {
  color: #E9436F;
  line-height: 30px;
  border: 2px solid #E9436F;
  width: 144px;
  display: block;
  text-align: center;
  border-radius: 24px;
  padding: 7px 0;
  letter-spacing: 0;
}
@media screen and (max-width: 1400px) {
  .c-header__navitem.is-contact .c-header__navlink {
    font-size: 1.2rem;
    line-height: 20px;
    width: 100px;
  }
}
@media screen and (max-width: 767px) {
  .c-header__navitem.is-contact .c-header__navlink {
    width: 144px;
    padding: 10px 0;
    margin: 0 auto;
    font-size: 1.6rem;
    line-height: 24px;
  }
}
@media screen and (min-width: 767px) {
  .c-header__navitem.is-contact .c-header__navlink:hover {
    background: #E9436F;
    color: #fff;
  }
}
.c-header__navlink {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #535353;
  text-decoration: none;
}
@media screen and (max-width: 1400px) {
  .c-header__navlink {
    font-size: 1.1428571429vw;
  }
}
@media screen and (max-width: 767px) {
  .c-header__navlink {
    display: block;
    text-align: center;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 767px) {
  .c-header__navlink:hover {
    color: #E9436F;
  }
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
layout
------------------------------------------------------------*/
#container {
  overflow: hidden;
}

.main {
  padding-top: 80px;
}
@media screen and (max-width: 1140px) {
  .main {
    padding-top: 65px;
  }
}
@media screen and (max-width: 767px) {
  .main {
    padding-top: 55px;
  }
}

.l-container {
  max-width: 960px;
  padding: 0 30px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-container {
    padding: 0 20px;
  }
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
side
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
btn
------------------------------------------------------------*/
.c-btn1 {
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-btn1 {
    padding: 37px 0 0;
  }
}
.c-btn1 a {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 30px;
  color: #fff;
  background: #535353;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.11);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.11);
  border-radius: 24px;
  padding: 8px 0;
  max-width: 234px;
  display: block;
  margin: 70px auto 0;
  text-decoration: none;
  border: 1px solid transparent;
}
@media screen and (max-width: 767px) {
  .c-btn1 a {
    margin: 0 auto;
  }
}
@media screen and (min-width: 767px) {
  .c-btn1 a:hover {
    background: #fff;
    color: #535353;
    border-color: #535353;
  }
}
.c-btn1__img {
  position: absolute;
  bottom: -88px;
  right: 61px;
  max-width: 23%;
}
.c-btn1__img img {
  width: 100%;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
title
------------------------------------------------------------*/
.c-title1 {
  margin-bottom: 42px;
}
@media screen and (max-width: 767px) {
  .c-title1 {
    margin-bottom: 39px;
  }
}
.c-title1 span {
  display: block;
}
.c-title1__en {
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  font-family: "Montserrat", sans-serif;
  line-height: 18px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .c-title1__en {
    font-size: 1.2rem;
    line-height: 15px;
  }
}
.c-title1__ja {
  font-size: 3.6rem;
  font-weight: 500;
  letter-spacing: 0.17em;
  line-height: 48px;
  margin-top: 2px;
}
@media screen and (max-width: 767px) {
  .c-title1__ja {
    font-size: 2.4rem;
    line-height: 36px;
    margin-top: 1px;
  }
}
.c-title1.is-green .c-title1__en {
  color: #3BA5A1;
}
.c-title1.is-pink .c-title1__en {
  color: #E9436F;
}

/*
------------------------------------------------------------*/
.c-title2 {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 34px;
  position: relative;
  text-align: center;
  padding-bottom: 11px;
}
.c-title2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 35px;
  height: 3px;
  overflow: hidden;
  border-radius: 20px;
}

/*------------------------------------------------------------
icon
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
form
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
text
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-text1 {
  text-align: right;
  position: relative;
  font-size: 3.6rem;
  line-height: 44px;
  letter-spacing: 7.2px;
  font-family: "Montserrat", sans-serif;
  color: #F4CE72;
}
@media screen and (max-width: 767px) {
  .c-text1 {
    font-size: 2.1rem;
    line-height: 25px;
    letter-spacing: 4.2px;
    text-align: left;
    margin-left: 19px;
    display: inline-block;
  }
}
.c-text1::before {
  content: "";
  position: absolute;
  background: url(../images/icon1.svg) no-repeat center center/cover;
  width: 38px;
  height: 27px;
  top: -21px;
  right: -35px;
}
@media screen and (max-width: 767px) {
  .c-text1::before {
    width: 27px;
    height: 19px;
    top: -14px;
    right: -24px;
  }
}
.c-text1::after {
  content: "";
  position: absolute;
  background: url(../images/bg-ctext1_1.png) no-repeat center center/cover;
  width: 183px;
  height: 198px;
  top: -72px;
  right: -75px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .c-text1::after {
    width: 126px;
    height: 100px;
    top: -39px;
    right: -53px;
  }
}

/*------------------------------------------------------------
navi
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
img
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-imgcol3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .c-imgcol3 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.c-imgcol3__item1 {
  position: relative;
  padding-top: 21.7%;
  width: 27.9%;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-imgcol3__item1 {
    padding-top: 37.3%;
    width: 47.8%;
    border-radius: 15px;
  }
}
.c-imgcol3__item1 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-imgcol3__item1:not(:last-of-type) {
  margin-right: 58px;
}
@media screen and (max-width: 767px) {
  .c-imgcol3__item1:not(:last-of-type) {
    margin-right: 12px;
  }
}
.c-imgcol3__item1:nth-child(2) {
  margin-top: 65px;
}
@media screen and (max-width: 767px) {
  .c-imgcol3__item1:nth-child(2) {
    margin-top: 27px;
  }
}
.c-imgcol3__item1:nth-child(3) {
  margin-top: 113px;
}
@media screen and (max-width: 767px) {
  .c-imgcol3__item1:nth-child(3) {
    margin-top: 38px;
  }
}

/*------------------------------------------------------------
list
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
list
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-list1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-list1::after {
  content: "";
  position: relative;
  display: inline-block;
  width: 31.79%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 767px) {
  .c-list1::after {
    display: none;
  }
}
.c-list1__item {
  position: relative;
  width: 31.79%;
  background-color: #fff;
  padding: 15px;
  border-radius: 21px;
  overflow: hidden;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .c-list1__item {
    width: 100%;
    padding: 16px 16px 15px;
    margin-bottom: 15px;
    margin-top: 0;
  }
}
.c-list1__img {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  padding-top: 52.7%;
}
@media screen and (max-width: 767px) {
  .c-list1__img {
    padding-top: 61.3%;
  }
}
.c-list1__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-list1__category {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 21px 0 15px 0;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 5px 14px 1px;
  min-width: 108px;
}
@media screen and (max-width: 767px) {
  .c-list1__category {
    padding: 5px 15px 1px;
  }
}
.c-list1__category span {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 34px;
  letter-spacing: 3.6px;
  margin-left: 6px;
}
.c-list1__reading {
  padding: 12px 13px 15px;
}
@media screen and (max-width: 767px) {
  .c-list1__reading {
    padding: 13px 11px 15px 12px;
  }
}
.c-list1__text1 {
  font-size: 1.5rem;
  line-height: 27px;
  letter-spacing: 0.6px;
}

.c-list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-list2::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 31.819%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 767px) {
  .c-list2::after {
    display: none;
  }
}
.c-list2__col {
  width: 31.819%;
}
@media screen and (max-width: 767px) {
  .c-list2__col {
    width: 100%;
  }
}
.c-list2__item1 {
  position: relative;
  border-radius: 21px;
  padding: 28px 29px 24px;
  margin-bottom: 34px;
}
@media screen and (max-width: 1140px) {
  .c-list2__item1 {
    padding: 28px 15px 24px;
  }
}
@media screen and (max-width: 767px) {
  .c-list2__item1 {
    padding: 28px 26px 24px 29px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 374px) {
  .c-list2__item1 {
    padding: 28px 15px 24px;
  }
}
.c-list2__item1::before {
  content: "";
  position: absolute;
  width: 23px;
  height: 17px;
  background-size: cover;
  background-repeat: no-repeat;
  left: 25px;
  top: -8px;
}
.c-list2__item1.is-style1 {
  background: #FFE9EF;
}
.c-list2__item1.is-style1::before {
  background-image: url(../images/icon-quote__style1.svg);
}
.c-list2__item1.is-style1 .c-list2__text3 {
  background-color: #E9436F;
}
.c-list2__item1.is-style2 {
  background: #DFEFF9;
}
.c-list2__item1.is-style2::before {
  background-image: url(../images/icon-quote__style2.svg);
}
.c-list2__item1.is-style2 .c-list2__text3 {
  background-color: #3D79A3;
}
.c-list2__item1.is-style3 {
  background: #D8F0EF;
  padding-bottom: 21px;
}
.c-list2__item1.is-style3::before {
  background-image: url(../images/icon-quote__style3.svg);
}
.c-list2__item1.is-style3 .c-list2__text3 {
  background-color: #3BA5A1;
}
.c-list2__item1.is-style4 {
  background: #E9F6DC;
}
.c-list2__item1.is-style4::before {
  background-image: url(../images/icon-quote__style4.svg);
}
.c-list2__item1.is-style4 .c-list2__text3 {
  background-color: #6FA33D;
}
.c-list2__text1 {
  font-size: 1.5rem;
  line-height: 27px;
  letter-spacing: 0.6px;
}
.c-list2__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 18px;
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  .c-list2__info {
    margin-right: 0;
  }
}
.c-list2__text2 {
  font-size: 1.4rem;
  line-height: 27px;
  font-weight: 500;
  margin-right: 30px;
}
@media screen and (max-width: 1140px) {
  .c-list2__text2 {
    margin-right: 10px;
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 767px) {
  .c-list2__text2 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1140px) {
  .c-list2__text2 {
    font-size: 1.2rem;
  }
}
.c-list2__text3 {
  display: inline-block;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  border-radius: 12px;
  padding: 5px 12px 6px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1140px) {
  .c-list2__text3 {
    padding: 5px 10px 6px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .c-list2__text3 {
    padding: 1px 12px;
    line-height: 20px;
    font-size: 1.2rem;
  }
}
.c-list2__img1 {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  width: 100%;
  padding-top: 58.7%;
  margin-top: 5px;
  margin-bottom: 34px;
}
@media screen and (max-width: 767px) {
  .c-list2__img1 {
    padding-top: 67.5%;
    margin-bottom: 23px;
    margin-top: -8px;
  }
}
.c-list2__img1 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-list2__img1.is-style1 {
  margin-top: -8px;
}
@media screen and (max-width: 767px) {
  .c-list2__img1.is-style1 {
    margin-top: 0;
  }
}

.c-list3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 30px;
  overflow: hidden;
  background-color: #F8F6F0;
  padding: 91px 129px 32px;
}
@media screen and (max-width: 1340px) {
  .c-list3 {
    padding: 91px 9.6268656716vw 32px;
  }
}
@media screen and (max-width: 767px) {
  .c-list3 {
    padding: 0 3px;
  }
}
.c-list3__item1 {
  width: 46%;
  margin-bottom: 38px;
}
@media screen and (max-width: 767px) {
  .c-list3__item1 {
    width: 100%;
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 767px) {
  .c-list3__img1 {
    max-width: 73%;
    margin-left: auto;
    padding-left: 7px;
    margin-right: auto;
    margin-bottom: 24px;
  }
}
.c-list3__ttl1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 2.2px;
}
.c-list3__icon {
  margin-right: 8px;
}
.c-list3__text1 {
  font-size: 1.5rem;
  line-height: 27px;
  letter-spacing: 0.45px;
  margin-top: 12px;
}

.c-list4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-list4 {
    display: block;
  }
}
.c-list4__col {
  width: 48.7%;
}
@media screen and (max-width: 767px) {
  .c-list4__col {
    width: 100%;
  }
}
.c-list4__item1 {
  border-radius: 30px;
  background-color: #FFE9EF;
  padding: 19px 23px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .c-list4__item1 {
    padding: 18px 19px 18px 16px;
    margin-bottom: 16px;
  }
}
.c-list4__ttl1 {
  position: relative;
  font-size: 2rem;
  line-height: 30px;
  letter-spacing: 2.2px;
  font-weight: 500;
  padding-left: 34px;
}
@media screen and (max-width: 767px) {
  .c-list4__ttl1 {
    font-size: 1.6rem;
    letter-spacing: 1.76px;
  }
}
.c-list4__ttl1::before {
  content: "Q.";
  position: absolute;
  font-size: 2.3rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: 2.3px;
  color: #E9436F;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .c-list4__ttl1::before {
    letter-spacing: 2.2px;
  }
}
.c-list4__imgtext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 16px;
  padding: 14px 17px;
}
@media screen and (max-width: 767px) {
  .c-list4__imgtext {
    padding: 11px 16px;
  }
}
.c-list4__img {
  width: 48px;
  margin-top: 3px;
}
.c-list4__img img {
  max-width: 100%;
}
.c-list4__text1 {
  font-size: 1.5rem;
  line-height: 27px;
  letter-spacing: 0.6px;
  width: calc(100% - 48px);
  padding-left: 16px;
}
.c-list4__text2 {
  font-size: 1.2rem;
  line-height: 20px;
  color: #80878B;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .c-list4__text2 {
    text-align: right;
  }
}
@media screen and (max-width: 374px) {
  .c-list4__text2 {
    font-size: 1rem;
  }
}

/*------------------------------------------------------------
table
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
line
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
Slide
------------------------------------------------------------*/
.c-slide1 {
  max-width: 1480px;
  padding-bottom: 47px !important;
}
@media screen and (max-width: 767px) {
  .c-slide1 {
    max-width: 100%;
    padding: 39px 20px 50px !important;
  }
}
.c-slide1::before, .c-slide1::after {
  content: "";
  position: absolute;
  top: 0;
  width: 248px;
  height: 100%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .c-slide1::before, .c-slide1::after {
    display: none;
  }
}
.c-slide1::before {
  background: url("../images/slide1__bg.svg") no-repeat;
  left: 0;
}
@media screen and (max-width: 1140px) {
  .c-slide1::before {
    left: -80px;
  }
}
.c-slide1::after {
  background: url("../images/slide1__bg.svg") no-repeat;
  right: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 1140px) {
  .c-slide1::after {
    right: -80px;
  }
}
.c-slide1__item {
  border-radius: 21px;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.11);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.11);
  background: #fff;
  padding: 17px;
  -webkit-transform: scale(0.7) !important;
          transform: scale(0.7) !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1140px) {
  .c-slide1__item {
    -webkit-transform: scale(0.85) !important;
            transform: scale(0.85) !important;
  }
}
@media screen and (max-width: 767px) {
  .c-slide1__item {
    -webkit-box-shadow: 0 3px 47px rgba(0, 0, 0, 0.11);
            box-shadow: 0 3px 47px rgba(0, 0, 0, 0.11);
    padding: 9px 9px 16px 9px;
    -webkit-transform: scale(1) !important;
            transform: scale(1) !important;
  }
}
.c-slide1__item.swiper-slide-active {
  -webkit-transform: scale(0.97) !important;
          transform: scale(0.97) !important;
}
@media screen and (max-width: 1140px) {
  .c-slide1__item.swiper-slide-active {
    -webkit-transform: scale(1) !important;
            transform: scale(1) !important;
  }
}
@media screen and (max-width: 767px) {
  .c-slide1__item.swiper-slide-active {
    -webkit-transform: scale(1) !important;
            transform: scale(1) !important;
  }
}
.c-slide1__item.is-fruits_vegetables .c-slide1__title {
  color: #3BA5A1;
}
.c-slide1__item.is-fruits_vegetables .c-slide1__btn {
  background: #3BA5A1;
}
@media screen and (min-width: 767px) {
  .c-slide1__item.is-fruits_vegetables .c-slide1__btn:hover {
    background: #fff;
    color: #3BA5A1;
    border-color: #3BA5A1;
  }
}
.c-slide1__item.is-butcher .c-slide1__title {
  color: #E9436F;
}
.c-slide1__item.is-butcher .c-slide1__btn {
  background: #E9436F;
}
@media screen and (min-width: 767px) {
  .c-slide1__item.is-butcher .c-slide1__btn:hover {
    background: #fff;
    color: #E9436F;
    border-color: #E9436F;
  }
}
.c-slide1__item.is-side_dish .c-slide1__title {
  color: #E6BB55;
}
.c-slide1__item.is-side_dish .c-slide1__btn {
  background: #E6BB55;
}
@media screen and (min-width: 767px) {
  .c-slide1__item.is-side_dish .c-slide1__btn:hover {
    background: #fff;
    color: #E6BB55;
    border-color: #E6BB55;
  }
}
.c-slide1__item.is-fish .c-slide1__title {
  color: #3D79A3;
}
.c-slide1__item.is-fish .c-slide1__btn {
  background: #3D79A3;
}
@media screen and (min-width: 767px) {
  .c-slide1__item.is-fish .c-slide1__btn:hover {
    background: #fff;
    color: #3D79A3;
    border-color: #3D79A3;
  }
}
.c-slide1__item.is-grocery .c-slide1__title {
  color: #B74444;
}
.c-slide1__item.is-grocery .c-slide1__btn {
  background: #B74444;
}
@media screen and (min-width: 767px) {
  .c-slide1__item.is-grocery .c-slide1__btn:hover {
    background: #fff;
    color: #B74444;
    border-color: #B74444;
  }
}
.c-slide1__item.is-cash .c-slide1__title {
  color: #6FA33D;
}
.c-slide1__item.is-cash .c-slide1__btn {
  background: #6FA33D;
}
@media screen and (min-width: 767px) {
  .c-slide1__item.is-cash .c-slide1__btn:hover {
    background: #fff;
    color: #6FA33D;
    border-color: #6FA33D;
  }
}
.c-slide1__img {
  padding-top: 78.6516853933%;
  position: relative;
  border-radius: 21px;
}
.c-slide1__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 21px;
}
.c-slide1__icon {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 26px;
  height: 26px;
  margin-right: 6px;
}
@media screen and (max-width: 1140px) {
  .c-slide1__icon {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-slide1__icon {
    margin-right: 5px;
    margin-top: -1px;
    width: 26px;
    height: 26px;
  }
}
.c-slide1__icon img {
  width: 26px;
  height: 26px;
  position: relative;
  border-radius: 0;
}
@media screen and (max-width: 1140px) {
  .c-slide1__icon img {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-slide1__icon img {
    width: 26px;
    height: 26px;
  }
}
.c-slide1__info {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.23em;
  line-height: 34px;
  background: #fff;
  border-radius: 0 21px 0 21px;
  position: absolute;
  bottom: -1px;
  left: -1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 13px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1140px) {
  .c-slide1__info {
    font-size: 1.4rem;
    line-height: 24px;
    padding: 4px 10px;
  }
}
@media screen and (max-width: 767px) {
  .c-slide1__info {
    font-size: 1.6rem;
    letter-spacing: 0.2em;
    line-height: 34px;
    padding: 6px 11px 2px 14px;
  }
}
.c-slide1__content {
  padding: 20px 0 0;
}
@media screen and (max-width: 767px) {
  .c-slide1__content {
    padding: 13px 0 0px;
  }
}
.c-slide1__title {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 38px;
  padding-left: 14px;
  min-height: 91px;
}
@media screen and (max-width: 1140px) {
  .c-slide1__title {
    font-size: 1.8rem;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .c-slide1__title {
    font-size: 2rem;
    letter-spacing: 0.11em;
    line-height: 33px;
    padding-left: 11px;
  }
}
.c-slide1__title.is-fz20 {
  font-size: 2rem;
  line-height: 31px;
}
@media screen and (max-width: 1140px) {
  .c-slide1__title.is-fz20 {
    font-size: 1.6rem;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .c-slide1__title.is-fz20 {
    font-size: 2rem;
    line-height: 31px;
  }
}
.c-slide1__btn {
  width: 94px;
  font-size: 1.4rem;
  line-height: 18px;
  color: #fff;
  border-radius: 32px;
  padding: 3px 0 5px;
  margin: 7px 0 0 auto;
  text-align: center;
  background: #535353;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border: 1px solid transparent;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-slide1__btn {
    line-height: 20px;
    padding: 4px 0;
    margin: 20px 0 0 auto;
  }
}
@media screen and (min-width: 767px) {
  .c-slide1__btn:hover {
    background: #fff;
    color: #535353;
    border-color: #535353;
  }
}
.c-slide1 .swiper-button-prev::after,
.c-slide1 .swiper-button-next::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-slide1 .swiper-button-prev,
  .c-slide1 .swiper-button-next {
    width: 37px;
    height: 37px;
  }
}
@media screen and (max-width: 767px) {
  .c-slide1 .swiper-button-prev {
    left: 3px;
  }
}
.c-slide1 .swiper-button-next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .c-slide1 .swiper-button-next {
    right: 5px;
  }
}
.c-slide1__grbtn {
  position: absolute;
  width: 41%;
  top: 46.7%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-slide1__grbtn {
    width: 100%;
    top: 49.3%;
    left: 50%;
  }
}
.c-slide1 .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 0 !important;
  z-index: 2;
}
.c-slide1 .swiper-pagination-bullet {
  display: block;
  width: 16px;
  height: 16px;
  border: 2px solid #535353;
  background: transparent;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .c-slide1 .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 6.5px !important;
  }
}
.c-slide1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #535353;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
other
------------------------------------------------------------*/
.c-mv {
  position: relative;
}
.c-mv__wrapper {
  padding-bottom: 51px !important;
}
@media screen and (max-width: 767px) {
  .c-mv__wrapper {
    padding-bottom: 39px !important;
  }
}
.c-mv__imageitem {
  position: relative;
}
.c-mv__imageitem img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .c-mv__imageitem {
    min-height: initial;
    padding-top: 82.6666666667%;
  }
  .c-mv__imageitem img {
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.c-mv__content {
  position: absolute;
  bottom: 51px;
  left: 0;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-mv__content {
    bottom: 39px;
  }
}
.c-mv__text {
  max-width: 1180px;
  margin: 0 auto;
  font-size: 2.6041666667vw;
  line-height: 3.90625vw;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.2em;
  padding: 1.8229166667vw 40px;
  text-shadow: 0 1px 9px rgba(0, 0, 0, 0.73);
}
@media screen and (max-width: 767px) {
  .c-mv__text {
    font-size: 2.7rem;
    line-height: 39px;
    padding: 31px 21px;
    white-space: nowrap;
  }
}
@media screen and (max-width: 374px) {
  .c-mv__text {
    font-size: 2rem;
    line-height: 32px;
    padding: 24px 18px;
  }
}
.c-mv .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  bottom: 0 !important;
  z-index: 2;
}
.c-mv .swiper-pagination-bullet {
  display: block;
  width: 16px;
  height: 16px;
  border: 2px solid #E9436F;
  background: transparent;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .c-mv .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
}
.c-mv .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #E9436F;
}

/*
------------------------------------------------------------*/
.c-block1__inner {
  max-width: 1190px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-block1__inner {
    max-width: 100%;
    padding: 0 20px;
  }
}
.c-block1__ttl1 {
  padding-left: 25px;
}
@media screen and (max-width: 767px) {
  .c-block1__ttl1 {
    max-width: 307px;
    margin-left: 14px;
    padding-left: 0;
  }
}
.c-block1__info {
  width: 50%;
  margin-left: auto;
  margin-top: 55px;
  padding-right: 16px;
}
@media screen and (max-width: 767px) {
  .c-block1__info {
    width: 100%;
    margin-top: 37px;
    padding-left: 2px;
    padding-right: 0;
  }
}
.c-block1__info.is-left {
  margin-right: auto;
  margin-left: 0;
  padding-left: 25px;
  padding-right: 0;
  margin-top: 26px;
}
@media screen and (max-width: 767px) {
  .c-block1__info.is-left {
    margin: 37px 0 0;
    padding: 0;
  }
}
.c-block1__txt1 {
  font-size: 1.8rem;
  letter-spacing: 1.98px;
  line-height: 40px;
}
@media screen and (max-width: 767px) {
  .c-block1__txt1 {
    letter-spacing: 0;
    font-size: 1.6rem;
    line-height: 30px;
  }
}
.c-block1__txt1 + .c-block1__txt1 {
  margin-top: 44px;
}
@media screen and (max-width: 767px) {
  .c-block1__txt1 + .c-block1__txt1 {
    margin-top: 18px;
  }
}
.c-block1__imgtext {
  display: table;
  margin-left: auto;
  margin-top: -156px;
  width: calc(100% - 438px);
}
@media screen and (max-width: 767px) {
  .c-block1__imgtext {
    width: 100%;
    margin-top: 33px;
  }
}
.c-block1__imgtext .c-text1 {
  margin-right: 93px;
}
@media screen and (max-width: 767px) {
  .c-block1__imgtext .c-text1 {
    margin-left: 27px;
    margin-right: 0;
  }
}
.c-block1__img {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-block1__img {
    border-radius: 15px;
  }
}
.c-block1__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-block1__imglarge {
  width: 69.3%;
  padding-top: 46.6%;
  margin-left: auto;
  margin-right: -3.3%;
  margin-top: 103px;
}
@media screen and (max-width: 767px) {
  .c-block1__imglarge {
    width: 74.2%;
    padding-top: 49.5%;
    margin-right: -6px;
    margin-top: 29px;
  }
}
.c-block1__imgsmall {
  width: 37.9%;
  padding-top: 25.3%;
  margin-top: -18.2%;
}
@media screen and (max-width: 767px) {
  .c-block1__imgsmall {
    width: 40.3%;
    padding-top: 26.8%;
    margin-top: -61px;
  }
}

/*
------------------------------------------------------------*/
.c-box1 {
  position: relative;
  background: #fff;
  border-radius: 30px;
  padding: 26px 26px 30px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-box1 {
    padding: 65px 13px 40px;
  }
}
.c-box1 + .c-box1 {
  margin-top: 29px;
}
@media screen and (max-width: 767px) {
  .c-box1 + .c-box1 {
    margin-top: 34px;
  }
}
.c-box1__content + .c-box1__content {
  margin-top: 36px;
}
.c-box1 .c-title2 {
  margin-bottom: 27px;
}
@media screen and (max-width: 767px) {
  .c-box1 .c-title2 {
    margin-bottom: 23px;
  }
}
.c-box1__cat {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 34px;
  text-align: center;
  padding: 15px 29px;
  border-radius: 0 0 30px 0;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-box1__cat {
    font-size: 1.6rem;
    line-height: 12px;
    padding: 20px 15px 17px;
    border-radius: 0 0 20px 0;
  }
}
.c-box1__cat.is-style1 {
  padding: 15px 38px;
}
@media screen and (max-width: 767px) {
  .c-box1__cat.is-style1 {
    padding: 20px 24px 17px;
  }
}
.c-box1__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 19px 26px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 496px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-box1__list {
    max-width: 100%;
    gap: 16px 13px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 374px) {
  .c-box1__list {
    gap: 16px 10px;
  }
}
@media screen and (max-width: 767px) {
  .c-box1__item {
    width: calc(50% - 6.5px);
  }
}
.c-box1__link {
  width: 146px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 30px;
  text-align: center;
  padding: 8px 0;
  color: #fff;
  border-radius: 24px;
  text-decoration: none;
  min-width: 100px;
  display: block;
  border: 1px solid transparent;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.11);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.11);
}
@media screen and (max-width: 767px) {
  .c-box1__link {
    width: calc(100% - 2px);
    padding: 8px 0;
    min-width: initial;
  }
}
@media screen and (max-width: 374px) {
  .c-box1__link {
    font-size: 1.4rem;
    padding: 6px 0;
  }
}
.c-box1.is-green .c-box1__cat, .c-box1.is-green .c-box1__link {
  background: #3BA5A1;
}
@media screen and (min-width: 767px) {
  .c-box1.is-green .c-box1__link:hover {
    color: #3BA5A1;
    border-color: #3BA5A1;
    background: #fff;
  }
}
.c-box1.is-green .c-title2::after {
  background: #3BA5A1;
}
.c-box1.is-pink .c-box1__cat, .c-box1.is-pink .c-box1__link {
  background: #E9436F;
}
@media screen and (min-width: 767px) {
  .c-box1.is-pink .c-box1__link:hover {
    color: #E9436F;
    border-color: #E9436F;
    background: #fff;
  }
}
.c-box1.is-pink .c-title2::after {
  background: #E9436F;
}

/*
------------------------------------------------------------*/
.c-modal1 {
  background: rgba(244, 206, 114, 0.74);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .c-modal1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
  }
}
.c-modal1.is-show {
  opacity: 1;
  pointer-events: visible;
  visibility: visible;
}
.c-modal1__wrap {
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-modal1__wrap {
    padding: 40px 20px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: auto;
    width: 100%;
  }
}
.c-modal1__item1 {
  position: fixed;
  max-width: 430px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 21px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 200;
  padding: 19px 18px 21px 18px;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .c-modal1__item1 {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
    width: 100%;
    padding: 9px 9px 19px 9px;
    display: none;
  }
}
.c-modal1__item1.is-show {
  opacity: 1;
  pointer-events: visible;
  visibility: visible;
  display: block;
}
.c-modal1__item1.is-fruits_vegetables .c-modal1__text1::before {
  color: #3BA5A1;
}
.c-modal1__item1.is-butcher .c-modal1__text1::before {
  color: #E9436F;
}
.c-modal1__item1.is-side_dish .c-modal1__text1::before {
  color: #E6BB55;
}
.c-modal1__item1.is-fish .c-modal1__text1::before {
  color: #3D79A3;
}
.c-modal1__item1.is-grocery .c-modal1__text1::before {
  color: #B74444;
}
.c-modal1__item1.is-cash .c-modal1__text1::before {
  color: #6FA33D;
}
.c-modal1__item1.is-store .c-modal1__text1::before {
  color: #444444;
}
.c-modal1__img {
  position: relative;
  width: 100%;
  padding-top: 65.6%;
}
@media screen and (max-width: 767px) {
  .c-modal1__img {
    padding-top: 77.9%;
  }
}
.c-modal1__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 21px;
}
.c-modal1__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
  line-height: 34px;
  letter-spacing: 3.6px;
  font-weight: 600;
  background-color: #fff;
  border-radius: 0 21px 0 21px;
  position: absolute;
  bottom: -1px;
  left: -1px;
  padding: 4px 11px 2px 15px;
}
@media screen and (max-width: 767px) {
  .c-modal1__info {
    font-size: 1.6rem;
    letter-spacing: 3.2px;
    padding: 4px 11px 2px 14px;
    font-weight: bold;
  }
}
.c-modal1__icon {
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .c-modal1__icon {
    margin-top: -2px;
  }
}
.c-modal1__icon img {
  position: relative;
  width: 26px;
  height: 26px;
}
.c-modal1__content {
  padding: 36px 18px;
}
@media screen and (max-width: 767px) {
  .c-modal1__content {
    padding: 26px 25px 54px 6px;
  }
}
.c-modal1__item2:not(:last-of-type) {
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .c-modal1__item2:not(:last-of-type) {
    margin-bottom: 28px;
  }
}
.c-modal1__text1 {
  position: relative;
  font-size: 1.6rem;
  line-height: 12px;
  letter-spacing: 1.6px;
  font-weight: 500;
  padding-left: 34px;
}
.c-modal1__text1::before {
  content: "Q.";
  font-family: "Montserrat", sans-serif;
  position: absolute;
  top: -9px;
  left: 0;
  font-size: 2.3rem;
  line-height: 29px;
  font-weight: 500;
  letter-spacing: 2.3px;
}
@media screen and (max-width: 767px) {
  .c-modal1__text1::before {
    top: -8px;
  }
}
.c-modal1__text2 {
  font-size: 1.5rem;
  line-height: 27px;
  letter-spacing: 0.6px;
  margin-top: 15px;
}
.c-modal1__close {
  display: inline-block;
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 41px;
  height: 41px;
  background: url(../images/icon-close.svg) no-repeat center center/cover;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-modal1__close {
    bottom: 17px;
  }
}

.p-index1 {
  position: relative;
  margin-top: -51px;
}
.p-index1 .u-bg_left {
  padding: 116px 0 119px;
  position: relative;
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-index1 .u-bg_left {
    padding: 73px 0 71px;
  }
}
@media screen and (max-width: 767px) {
  .p-index1 {
    margin-top: -39px;
    background-color: #F8F6F0;
    border-radius: 0 0 30px 0;
  }
}
.p-index1__imgleft {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-index1__imgleft {
    display: none;
  }
}
.p-index1 .l-container {
  position: relative;
  z-index: 2;
}
.p-index1__imgright {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -2;
}
@media screen and (max-width: 767px) {
  .p-index1__imgright {
    display: none;
  }
}
.p-index2 {
  position: relative;
  padding-top: 108.8px;
  padding-bottom: 106px;
  background: url(../images/bg2.png) no-repeat top -365px left 48%/2308px;
}
@media screen and (max-width: 767px) {
  .p-index2 {
    padding-top: 74.8px;
    padding-bottom: 77px;
    background: url(../images/bg2.png) no-repeat top -39px left 34%/715px;
  }
}
.p-index2::after {
  content: "";
  position: absolute;
  background: url(../images/sct2-obj1.png) no-repeat center center/100%;
  max-width: 1403.33px;
  width: 73%;
  height: 58.5%;
  bottom: -24%;
  left: -19.9%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-index2::after {
    width: 103%;
    height: 25.9%;
    bottom: -12%;
    left: -26.2%;
  }
}
.p-index2 .c-imgcol3 {
  margin-top: 28px;
  margin-left: 25px;
}
@media screen and (max-width: 767px) {
  .p-index2 .c-imgcol3 {
    margin-top: 37px;
    margin-left: 27px;
    margin-right: 27px;
  }
}
.p-index3 {
  padding-top: 121px;
  padding-bottom: 114px;
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-index3 {
    padding-top: 71px;
    padding-bottom: 56px;
  }
}
.p-index3__inner {
  position: relative;
  max-width: 1140px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-index3__inner {
    padding: 0 35px;
    max-width: 100%;
  }
}
.p-index3__inner::before {
  content: "";
  position: absolute;
  background: url(../images/sct3-obj1.png) no-repeat center center/100%;
  width: 62.5%;
  height: 36.21%;
  right: -10.7%;
  top: -10.7%;
}
@media screen and (max-width: 767px) {
  .p-index3__inner::before {
    display: none;
  }
}
.p-index3__inner::after {
  content: "";
  position: absolute;
  background: url(../images/sct3-obj2.png) no-repeat center center/100%;
  width: 23.252%;
  height: 27.4%;
  right: -9.3%;
  bottom: -23.3%;
}
@media screen and (max-width: 1350px) {
  .p-index3__inner::after {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-index3__inner::after {
    max-width: 135px;
    width: 34.5%;
    height: 5%;
    right: 2.6%;
    bottom: -111px;
  }
}
.p-index3__inner .c-title1 {
  margin-bottom: 19px;
}
@media screen and (max-width: 767px) {
  .p-index3__inner .c-title1 {
    margin-bottom: 39px;
  }
}
.p-index4 {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-index4 {
    overflow: hidden;
  }
}
.p-index4__inner {
  position: relative;
  max-width: 1140px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 109px;
  padding-bottom: 145px;
}
@media screen and (max-width: 767px) {
  .p-index4__inner {
    max-width: 100%;
    padding: 0 35px;
    padding-top: 70px;
    padding-bottom: 0;
  }
}
.p-index4__inner .c-title1 {
  margin-bottom: 52px;
}
@media screen and (max-width: 767px) {
  .p-index4__inner .c-title1 {
    margin-bottom: 47px;
  }
}
.p-index4__obj1 {
  position: absolute;
  max-width: 848px;
  bottom: 0;
  right: -53px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-index4__obj1 {
    position: relative;
    width: calc(100% + 70px);
    right: initial;
    left: 0;
    bottom: 0;
    margin: 0 -35px;
    overflow: hidden;
  }
}
.p-index4__obj1 img {
  max-width: 100%;
  width: 100%;
}
.p-index5 {
  background: #F8F6F0;
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .p-index5 {
    padding: 72px 0;
  }
}
.p-index5 .l-container {
  max-width: 1020px;
}
@media screen and (max-width: 767px) {
  .p-index5 .l-container {
    max-width: 100%;
  }
}
.p-index5 .c-title1 {
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .p-index5 .c-title1 {
    margin-left: 15px;
    margin-bottom: 0;
  }
}
.p-index6 {
  padding-top: 108px;
  padding-bottom: 84px;
}
@media screen and (max-width: 767px) {
  .p-index6 {
    padding-top: 72px;
    padding-bottom: 55px;
  }
}
.p-index6 .l-container {
  max-width: 1020px;
}
.p-index6__inner1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-index6__inner1 {
    display: block;
    background-color: #F8F6F0;
    padding: 40px 15px 14px;
    border-radius: 15px;
    overflow: hidden;
  }
}
.p-index6__inner2 {
  padding: 68px 0 0;
}
@media screen and (max-width: 767px) {
  .p-index6__inner2 {
    padding: 73px 0 0;
  }
  .p-index6__inner2 .c-title1 {
    margin-left: 15px;
  }
}
.p-index6 .c-list3 {
  margin: 0 -13.8541666667vw;
  position: relative;
  left: 0;
  max-width: 959px;
}
@media screen and (max-width: 1170px) {
  .p-index6 .c-list3 {
    margin: 0 -10.4166666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-index6 .c-list3 {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-index6__obj {
    display: none;
  }
}
.p-index6__obj img {
  width: 100%;
}
.p-index6__obj1 {
  top: 331px;
  left: -9.4270833333vw;
  z-index: 1;
  position: relative;
  width: 13.3333333333vw;
  min-width: 256px;
  max-width: 256px;
}
@media screen and (max-width: 1170px) {
  .p-index6__obj1 {
    min-width: 150px;
    left: -3.90625vw;
  }
}
.p-index6__obj2 {
  top: 196px;
  right: -10.15625vw;
  position: relative;
  z-index: 1;
  width: 14.375vw;
  min-width: 276px;
  max-width: 276px;
}
@media screen and (max-width: 1170px) {
  .p-index6__obj2 {
    min-width: 150px;
    right: -1.3020833333vw;
  }
}
.p-index7 {
  padding: 120px 0 88px;
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-index7 {
    position: relative;
    padding: 71px 0 0;
    background-color: #F8F6F0;
  }
}
.p-index7 .c-img1 {
  position: relative;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-index7__obj {
    position: relative;
    margin: 37px auto 0;
    max-width: 206px;
  }
}

/*------------------------------------------------------------
Utility
------------------------------------------------------------*/
.u-bg_left {
  position: relative;
}
.u-bg_left::after {
  content: "";
  position: absolute;
  top: 0;
  right: -12.5vw;
  width: calc(100vw + 1000%);
  height: 100%;
  background: #F8F6F0;
  border-radius: 0 0 30px 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .u-bg_left::after {
    border-radius: 0 0 15px 0;
  }
}

.u-bg_right {
  position: relative;
}
.u-bg_right::after {
  content: "";
  position: absolute;
  top: 0;
  left: -7.5vw;
  width: calc(100vw + 1000%);
  height: 100%;
  background: #F8F6F0;
  border-radius: 30px 0 0 30px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .u-bg_right::after {
    left: 11px;
    border-radius: 15px 0 0 15px;
  }
}
