@charset "UTF-8";
/*===========================
reset style
===========================*/
/* autoprefixer grid: autoplace */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}

html,
body {
  min-height: 100%;
}

body {
  text-align: center;
  letter-spacing: 0.08em;
  color: #333333;
  background: #ffffff;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333333;
  font-weight: normal;
}

p {
  color: #333333;
  font-size: 16px;
  line-height: 1em;
}

ul,
ol,
li {
  list-style: none;
  color: #333333;
}

a {
  text-decoration: none;
  color: #ffffff;
}
a:visited {
  text-decoration: none;
  color: #ffffff;
}
a:hover {
  text-decoration: none;
}

address {
  color: #333333;
  font-style: normal;
}

img {
  vertical-align: bottom;
  border: none;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
  color: #333333;
}

main {
  display: block;
}

picture {
  display: block;
}

table,
th,
td {
  color: #333333;
}

header {
  display: block;
}

footer {
  display: block;
}

aside {
  display: block;
}

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

data {
  display: block;
}

time {
  display: block;
}

a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}

/*==========================
l-header
==========================*/
.l-header {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  background-color: #ffffff;
}
.l-header__inner {
  width: 100%;
  height: 100%;
  padding: 0 30px;
}
.l-header__doboz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.l-header__dobozSplit:nth-of-type(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__logo {
  width: 200px;
  font-size: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  font-size: 10px;
}
.l-header__logo:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header__gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.l-header__gnavItem + .l-header__gnavItem {
  margin-left: 24px;
}
.l-header__gnavLink {
  position: relative;
  font-size: 16px;
  text-decoration: none;
  color: #666666;
  letter-spacing: 0.08em;
  padding: 16px;
}
.l-header__gnavLink:visited {
  text-decoration: none;
  color: #666666;
}
.l-header__gnavLink:hover {
  text-decoration: none;
}
.l-header__gnavLink::after {
  content: "";
  position: absolute;
  top: auto;
  bottom: -5px;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  background-color: #666666;
}
.l-header__gnavLink:hover::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}
.l-header__tel {
  margin-left: 77px;
}
.l-header__telLink {
  font-size: 28px;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  color: #333333;
  letter-spacing: 0;
}
.l-header__telLink:visited {
  text-decoration: none;
  color: #333333;
}
.l-header__telLink:hover {
  text-decoration: none;
}
.l-header__telLink--small {
  font-size: 18px;
}
.l-header__contact {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-left: 77px;
}
.l-header__contactLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 160px;
  height: 40px;
  font-size: 16px;
  background-color: #FA6501;
  border-radius: 20px;
}
.l-header__contactLink:before {
  content: "";
  display: block;
  width: 20px;
  height: 16px;
  background-image: url(../img/global/mail.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 10px;
}
.l-header__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 40px;
  height: 40px;
  margin-left: 20px;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.l-header__sns:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header__snsItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.l-header__snsItem + .l-header__snsItem {
  margin-left: 20px;
}
.l-header__snsLink {
  width: 100%;
}
.l-header__hmb {
  display: none;
}
.l-header__drwNav {
  display: none;
}
.l-header__drwNavList {
  overflow-x: hidden;
  overflow-y: scroll;
}
.l-header__drwNavListItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #F4F7F9;
}
.l-header__drwNavListLink {
  position: relative;
  width: 100%;
  padding: 16px 0;
  text-align: left;
  font-weight: bold;
  text-decoration: none;
  color: #666666;
}
.l-header__drwNavListLink:visited {
  text-decoration: none;
  color: #666666;
}
.l-header__drwNavListLink:hover {
  text-decoration: none;
}
.l-header__drwNavListLink::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 4%;
  left: auto;
  display: block;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  border-top: 1px solid #666666;
  border-right: 1px solid #666666;
}
.l-header__drwNav .m-buttonLink {
  width: 89.3333333333vw;
  margin-top: 30px;
  text-decoration: none;
  color: #333333;
}
.l-header__drwNav .m-buttonLink:visited {
  text-decoration: none;
  color: #333333;
}
.l-header__drwNav .m-buttonLink:hover {
  text-decoration: none;
}

/*==========================
l-footer
==========================*/
.l-footer {
  background-color: #24549D;
}
.l-footer__inner {
  width: 100%;
  max-width: 1136px;
  margin: 0 auto;
  padding: 64px 20px;
}
.l-footer__doboz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-footer__dobozSplit:nth-of-type(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.l-footer__logo {
  text-align: left;
  width: 200px;
}
.l-footer__logo:hover {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.l-footer__logo:hover:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-footer__address {
  margin-top: 30px;
  text-align: left;
  color: #ffffff;
  line-height: 1.75;
}
.l-footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: 25px;
}
.l-footer__snsItem {
  display: inline-block;
}
.l-footer__snsLink {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.l-footer__snsLink:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-footer__gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-footer__gnavItem + .l-footer__gnavItem {
  margin-left: 30px;
}
.l-footer__gnavItem:nth-of-type(n + 5) {
  margin-top: 24px;
}
.l-footer__gnavLink {
  position: relative;
  font-size: 14px;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  text-decoration: none;
  color: #ffffff;
}
.l-footer__gnavLink:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-footer__gnavLink:visited {
  text-decoration: none;
  color: #ffffff;
}
.l-footer__gnavLink:hover {
  text-decoration: none;
}
.l-footer__gnav + .l-footer__gnav {
  margin-top: 14px;
}
.l-footer__copy {
  margin-top: 20px;
}
.l-footer__copyTxt {
  margin-top: 10px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 0.12em;
}

/*============================
.l-container
============================*/
.l-container {
  overflow: hidden;
  /* IE11 */
}
.l-container img {
  width: 100%;
}
_:-ms-lang(x)::-ms-backdrop, .l-container {
  overflow-x: hidden;
  overflow-y: visible;
}

/*============================
.l-section
============================*/
.l-section__inner {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}
.l-section__inner--small {
  max-width: 780px;
}

/*============================
.l-pankuzu
============================*/
.l-pankuzu {
  width: 100%;
  max-width: 1134px;
  margin: 0 auto;
  padding: 27px 20px 0;
}
.l-pankuzu__list {
  width: 100%;
  max-width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.l-pankuzu__list > li {
  white-space: nowrap;
  font-size: 12px;
}
.l-pankuzu__list > li:last-child {
  text-overflow: ellipsis;
  overflow: hidden;
}
.l-pankuzu__list > li + li {
  margin-left: 10px;
}
.l-pankuzu__list > li a {
  color: #333333;
}

/*============================
.l-main
============================*/
.l-main {
  margin-top: 0px;
}
.l-main-news {
  background-color: #F2F3F5;
  padding-top: 120px;
}

/*============================
.l-mv
============================*/
.l-mv-top {
  position: relative;
  overflow: hidden;
  margin-top: 100px;
}
.l-mv-top .l-mv__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  max-width: 1134px;
  padding: 0 20px;
  z-index: 100;
  left: 50%;
}
.l-mv-top .l-mv__container {
  width: 100%;
  height: 100%;
}
.l-mv-top .l-mv__containerItem {
  position: relative;
  width: 100%;
  height: 100%;
}
.l-mv-top .l-mv__containerImg {
  display: block;
  width: 100%;
  height: 100%;
}
.l-mv-top .l-mv__containerImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain";
}
.l-mv .slick-track,
.l-mv .slick-list,
.l-mv .slick-slide {
  height: 100%;
}
.l-mv-under {
  position: relative;
  margin-top: 100px;
}
.l-mv-under__img {
  position: relative;
}
.l-mv-under__img picture {
  width: 100%;
  height: 100%;
}
.l-mv-under__img img {
  max-height: 344px;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-mv-under__tit {
  width: 100%;
  max-width: 1136px;
  padding: 0 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: left;
}

/*============================
.l-footcontact
============================*/
.l-footcontact {
  background-color: #ffffff;
}
.l-footcontact__inner {
  padding: 75px 20px 100px;
  width: 100%;
  max-width: 1136px;
  margin: 0 auto;
}
.l-footcontact__txt {
  margin-top: 50px;
}
.l-footcontact__doboz {
  margin-top: 40px;
}
.l-footcontact__doboz .m-buttonLink {
  width: 320px;
}
.l-footcontact__doboz .m-button:not(:first-of-type) {
  margin-left: 40px;
}

/*============================
.l-overpost
============================*/
.l-overpost {
  position: relative;
  padding: 120px 0;
  background-color: #f8f5f0;
}
.l-overpost--white {
  background-color: #ffffff;
}
.l-overpost__bg {
  position: absolute;
  z-index: 1;
  top: auto;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(95px);
          transform: translateY(95px);
}
.l-overpost__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 54px;
}
.l-overpost__list--nospace {
  margin-top: 0;
}
.l-overpost__listItem {
  width: 25%;
}
.l-overpost__listLink {
  display: block;
}
.l-overpost__listLink:hover img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.7;
}
.l-overpost__listImg {
  position: relative;
  background-color: #666666;
}
.l-overpost__listTit {
  width: 100%;
  padding: 20px;
  font-size: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  letter-spacing: 0.04em;
  line-height: 1.83;
  color: #ffffff;
}
.l-overpost .m-button {
  position: relative;
  margin-top: 50px;
  z-index: 100;
}

/*============================
m-pagetop
============================*/
.m-pagetop {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  font-family: "Noto Sans JP", sans-serif;
  position: fixed;
  display: none;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 60px;
  height: 60px;
  top: auto;
  bottom: 40px;
  left: auto;
  right: 20px;
  background: url(../img/global/footer/m-pagetop.svg) no-repeat left top;
  background-size: contain;
  z-index: 999;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.m-pagetop:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/*============================
m-button
============================*/
.m-button {
  display: inline-block;
}
.m-buttonLink {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 300px;
  height: 60px;
  cursor: pointer;
  border-radius: 30px;
  -webkit-box-shadow: 0px 1px 0px 2px #d3d3d3;
          box-shadow: 0px 1px 0px 2px #d3d3d3;
  background-color: #ffffff;
  font-size: 18px;
  line-height: 1em;
  text-decoration: none;
  color: #444;
}
.m-buttonLink:visited {
  text-decoration: none;
  color: #444;
}
.m-buttonLink:hover {
  text-decoration: none;
}
.m-button--orange .m-buttonLink {
  color: #ffffff;
  background-color: #FA6501;
  border: 1px solid #FA6501;
}
.m-button--orange .m-buttonLink:before {
  border-top: solid 1px #FA6501;
  border-right: solid 1px #FA6501;
}
.m-button--orange .m-buttonLink:hover {
  color: #FA6501;
  background-color: #ffffff;
  border: 1px solid #FA6501;
}
.m-button--orange .m-buttonLink:hover:before {
  border-top: solid 1px #FA6501;
  border-right: solid 1px #FA6501;
}
.m-button--small .m-buttonLink {
  width: 130px;
  height: 40px;
  border-radius: 20px;
  font-size: 12px;
  line-height: 1em;
}
.m-button--no-shadow .m-buttonLink {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*============================
m-hide
============================*/
.m-hide--pc {
  display: none;
}

/*============================
m-tit
============================*/
.m-tit-white .m-tit__ja {
  color: #ffffff;
}
.m-tit-white .m-tit__en {
  color: #ffffff;
}
.m-tit__ja {
  display: block;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
}
.m-tit__ja--big {
  font-size: 40px;
  line-height: 1.6;
}
.m-tit__en {
  display: block;
  font-size: 12px;
  color: #1D479C;
  line-height: 1;
  margin-top: 10px;
  font-family: "Roboto", sans-serif;
}

/*============================
m-noposts
============================*/
.m-noposts {
  width: 100%;
  padding: 0 20px;
  text-align: center;
}

/*============================
m-desc
============================*/
.m-desc {
  text-align: left;
}
.m-desc--center {
  text-align: center;
}
.m-desc p {
  font-size: 16px;
  letter-spacing: 0.12em;
}
.m-desc--split p + p {
  margin-top: 30px;
}

/*============================
m-card
============================*/
.m-card {
  width: 250px;
}
.m-card__link {
  display: block;
}
.m-card__link:hover .m-card__tit {
  color: #2F7899;
}
.m-card__img {
  z-index: 1;
  overflow: hidden;
  border: 1px solid #D3D3D3;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.m-card__img::after {
  content: "";
  display: block;
  padding-top: 72%;
}
.m-card__img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  font-family: "object-fit:cover;";
}
.m-card__img img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.m-card__img:hover img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.m-card__data {
  text-align: left;
  font-size: 14px;
  color: #1D479C;
  letter-spacing: 0em;
  margin-top: 10px;
}
.m-card__tit {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

/*============================
m-card-icon
============================*/
.m-card-icon {
  -webkit-box-shadow: 0px 2px 0px 4px #d3d3d3;
          box-shadow: 0px 2px 0px 4px #d3d3d3;
  border-radius: 15px;
  overflow: hidden;
  background-color: #ffffff;
}
.m-card-icon__link {
  display: block;
  padding: 30px 0 40px;
}
.m-card-icon__img {
  width: 120px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.m-card-icon__img::after {
  content: "";
  display: block;
  padding-top: 100%;
}
.m-card-icon__img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  font-family: "object-fit:cover;";
}
.m-card-icon__tit {
  font-size: 22px;
  line-height: 1.2;
  margin-top: 20px;
  padding: 0 10px;
}

/*============================
m-pagenavi
============================*/
.m-pagenavi {
  margin-top: 100px;
}
.m-pagenavi a, .m-pagenavi span {
  font-size: 16px;
  display: inline-block;
  line-height: 1;
  color: #1D479C !important;
  margin: 0 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.m-pagenavi a:hover, .m-pagenavi span:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #666666 !important;
}
.m-pagenavi .current {
  color: #666666 !important;
}

/*==========================
共通タブ用 => .js-tab
==========================*/
.js-tab__switchItem {
  cursor: pointer;
}
.js-tab__main {
  position: relative;
}
.js-tab__mainItem {
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.js-tab__mainItem.has-scroll {
  display: none;
  position: static;
}
.js-tab__mainItem.is-active {
  opacity: 1;
  visibility: visible;
  position: static;
  z-index: auto;
}
.js-tab__mainItem.is-active.has-scroll {
  display: block;
}

/*===================
タブの中のタブ => .js-tab_inr
===================*/
.js-tabInr__switchItem {
  cursor: pointer;
}
.js-tabInr__main {
  position: relative;
}
.js-tabInr__mainItem {
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.js-tabInr__mainItem.has-scroll {
  display: none;
  position: static;
}
.js-tabInr__mainItem.is-active {
  opacity: 1;
  visibility: visible;
  position: static;
  z-index: auto;
}
.js-tabInr__mainItem.is-active.has-scroll {
  display: block;
}

/*==========================
共通トグル用 => .js-toggle
==========================*/
.js-toggle__switch {
  position: relative;
  cursor: pointer;
}
.js-toggle__switch.is-active {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.js-toggle__next {
  display: none;
}

/*==================
js-fadeIn
==================*/
.js-fadeIn {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}
.js-fadeIn.is-show {
  opacity: 1;
}
.js-fadeIn-up {
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
}
.js-fadeIn-up.is-show {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

/*==========================
共通スライダー用 => .js-slider
==========================*/
.js-slider__modulDots {
  position: relative;
}
.js-slider__modulArw {
  cursor: pointer;
}

/* slick-theme */
.slick-loading .slick-list {
  background: #fff url(../js/libs/slick/ajax-loader.gif) center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("../js/libs/slick/fonts/slick.eot");
  src: url("../js/libs/slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../js/libs/slick/fonts/slick.woff") format("woff"), url("../js/libs/slick/fonts/slick.ttf") format("truetype"), url("../js/libs/slick/fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 40px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 999;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  opacity: 0.7;
}

.slick-prev {
  left: -1.4641288433vw;
  background-image: url("../js/libs/slick//img/prev_arrow.svg");
}

.slick-next {
  right: -1.4641288433vw;
  background-image: url("../js/libs/slick//img/next_arrow.svg");
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 2px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  background-color: #ffffff;
  border-radius: 50%;
  border: 1px solid #1D479C;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  content: none;
}

.slick-dots li.slick-active button {
  background-color: #1D479C;
}

/* slick */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

[data-simplebar] {
  position: relative;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  max-width: inherit;
  height: inherit;
  max-height: inherit;
}

.simplebar-mask {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: auto !important;
  height: auto !important;
  margin: 0;
  padding: 0;
  direction: inherit;
}

.simplebar-offset {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-overflow-scrolling: touch;
  -webkit-box-sizing: inherit !important;
          box-sizing: inherit !important;
  margin: 0;
  padding: 0;
  resize: none !important;
  direction: inherit !important;
}

.simplebar-content-wrapper {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  width: auto;
  max-width: 100%;
  /* Not required for horizontal scroll to trigger */
  height: 100%;
  /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  max-height: 100%;
  /* Needed for vertical scroll to trigger */
  direction: inherit;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: " ";
  display: table;
}

.simplebar-placeholder {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  position: relative;
  z-index: -1;
  float: left;
  overflow: hidden;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: inherit;
      -ms-flex-positive: inherit;
          flex-grow: inherit;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-sizing: inherit !important;
          box-sizing: inherit !important;
  width: 100%;
  max-width: 1px;
  height: 100%;
  max-height: 1px;
  margin: 0;
  padding: 0;
  pointer-events: none;
}

.simplebar-height-auto-observer {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  overflow: hidden;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  width: 1000%;
  min-width: 1px;
  height: 1000%;
  min-height: 1px;
  pointer-events: none;
  opacity: 0;
}

.simplebar-track {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  overflow: hidden;
  pointer-events: none;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  pointer-events: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  right: 0;
  left: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  content: "";
  position: absolute;
  right: 2px;
  left: 2px;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  opacity: 0;
  border-radius: 7px;
  background: #000;
}

.simplebar-scrollbar.simplebar-visible:before {
  -webkit-transition: opacity 0s linear;
  transition: opacity 0s linear;
  /* When hovered, remove all transitions from drag handle */
  opacity: 1;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
  background-color: rgba(204, 204, 204, 0.1);
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  right: 2px;
  left: 2px;
  height: 100%;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  top: 2px;
  right: auto;
  left: 0;
  width: auto;
  min-width: 10px;
  height: 7px;
  min-height: 0;
}

/* Rtl support */
[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  position: fixed;
  visibility: hidden;
  overflow-x: scroll;
  overflow-y: hidden;
  width: 500px;
  height: 500px;
  opacity: 0;
  direction: rtl;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/*============================
.mw_wp_form only flag
============================*/
.mw_wp_form_input_flag {
  display: none;
}

.mw_wp_form_preview_flag {
  display: none;
}

.mw_wp_form_complete_flag {
  display: none;
}

.mw_wp_form_input .mw_wp_form_input_flag {
  display: block;
}

.mw_wp_form_preview .mw_wp_form_preview_flag {
  display: block;
}

#mw_wp_form .p-country-name,
.mw_wp_form .p-country-name {
  display: none !important;
}

/*==========================
サンサンファームたいよう
.p-sunsunfarm
==========================*/
.p-sunsunfarm {
  background-color: #FCF9E3;
}
.p-sunsunfarm .m-tit__en {
  color: #D66655;
}
.p-sunsunfarm-header {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  background-color: #FCF9E3;
}
.p-sunsunfarm-header__inner {
  width: 100%;
  height: 100%;
  padding: 0 27px 0 56px;
}
.p-sunsunfarm-header__doboz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.p-sunsunfarm-header__dobozSplit:nth-of-type(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-sunsunfarm-header__logo {
  width: 228px;
  font-size: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  font-size: 10px;
}
.p-sunsunfarm-header__logo:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-sunsunfarm-header__gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.p-sunsunfarm-header__gnavItem + .p-sunsunfarm-header__gnavItem {
  margin-left: 0;
}
.p-sunsunfarm-header__gnavLink {
  position: relative;
  text-decoration: none;
  color: #040404;
  letter-spacing: 0.08em;
  padding: 16px;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
}
.p-sunsunfarm-header__gnavLink:visited {
  text-decoration: none;
  color: #040404;
}
.p-sunsunfarm-header__gnavLink:hover {
  text-decoration: none;
}
.p-sunsunfarm-header__gnavLink::after {
  content: "";
  position: absolute;
  top: auto;
  bottom: -5px;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  background-color: #666666;
}
.p-sunsunfarm-header__gnavLink:hover::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}
.p-sunsunfarm-header__tel {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-left: 43px;
}
.p-sunsunfarm-header__telLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 127px;
  height: 40px;
  background-color: #D66655;
  border-radius: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 11.3px;
  line-height: 20px;
  letter-spacing: 0;
  color: #FFFFFF;
}
.p-sunsunfarm-header__telLink:before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background-image: url(../img/sunsunfarm/tel.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 8px;
}
.p-sunsunfarm-header__contact {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.p-sunsunfarm-header__contactLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 132px;
  height: 40px;
  background-color: #D66655;
  border-radius: 20px;
  font-weight: 700;
  font-size: 11.3px;
  line-height: 20px;
  letter-spacing: 0;
  color: #FFFFFF;
}
.p-sunsunfarm-header__contactLink:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(../img/sunsunfarm/mail.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 8px;
}
.p-sunsunfarm-header__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 40px;
  height: 40px;
  margin-left: 20px;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.p-sunsunfarm-header__sns:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-sunsunfarm-header__snsItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.p-sunsunfarm-header__snsItem + .p-sunsunfarm-header__snsItem {
  margin-left: 20px;
}
.p-sunsunfarm-header__snsLink {
  width: 100%;
}
.p-sunsunfarm-header__hmb {
  display: none;
}
.p-sunsunfarm-header__drwNav {
  display: none;
}
.p-sunsunfarm-header__drwNavList {
  overflow-x: hidden;
  overflow-y: scroll;
}
.p-sunsunfarm-header__drwNavListItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #F4F7F9;
}
.p-sunsunfarm-header__drwNavListLink {
  position: relative;
  width: 100%;
  padding: 16px 0;
  text-align: left;
  font-weight: bold;
  text-decoration: none;
  color: #666666;
}
.p-sunsunfarm-header__drwNavListLink:visited {
  text-decoration: none;
  color: #666666;
}
.p-sunsunfarm-header__drwNavListLink:hover {
  text-decoration: none;
}
.p-sunsunfarm-header__drwNavListLink::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 4%;
  left: auto;
  display: block;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  border-top: 1px solid #666666;
  border-right: 1px solid #666666;
}
.p-sunsunfarm-header__drwNav .m-buttonLink {
  width: 89.3333333333vw;
  margin-top: 30px;
  text-decoration: none;
  color: #333333;
}
.p-sunsunfarm-header__drwNav .m-buttonLink:visited {
  text-decoration: none;
  color: #333333;
}
.p-sunsunfarm-header__drwNav .m-buttonLink:hover {
  text-decoration: none;
}
.p-sunsunfarm-mv {
  position: relative;
  overflow: hidden;
  padding-top: 100px;
}
.p-sunsunfarm-followus {
  position: fixed;
  white-space: nowrap;
  overflow: hidden;
  width: 57px;
  top: auto;
  bottom: 120px;
  left: auto;
  right: 0;
  z-index: 999;
}
.p-sunsunfarm-followusLink {
  cursor: pointer;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.p-sunsunfarm-followusLink:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-sunsunfarm-product {
  padding: 120px 0 80px;
}
.p-sunsunfarm-product__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.p-sunsunfarm-product__listItem .m-card {
  width: 100%;
  padding: 18px;
}
.p-sunsunfarm-product__listItem .m-card__img {
  margin-bottom: 13px;
  border: none;
}
.p-sunsunfarm-product__listItem .m-card__img::after {
  padding-top: 105%;
}
.p-sunsunfarm-product__listItem .m-card__tit {
  margin-bottom: 13px;
  font-weight: 500;
  font-size: 16.9807px;
  line-height: 25px;
  color: #1A1A1A;
}
.p-sunsunfarm-product__listItem .m-card__txt {
  font-weight: 500;
  font-size: 13.5846px;
  line-height: 120%;
  letter-spacing: 0.03em;
  color: #4B5563;
  text-align: left;
}
.p-sunsunfarm-greeting__wrap-bg {
  position: relative;
  padding: 120px 0 120px;
  background-image: url(../img/sunsunfarm/greetingBk.png);
  background-position: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: 40px;
}
.p-sunsunfarm-greeting__wrap-bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  position: absolute;
  top: 0;
  left: 0;
}
.p-sunsunfarm-greeting .l-section__inner {
  position: relative;
  z-index: 1;
}
.p-sunsunfarm-greeting__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 40px;
  padding-bottom: 120px;
}
.p-sunsunfarm-greeting__container {
  padding: 0 80px;
}
.p-sunsunfarm-greeting__img {
  width: 260px;
}
.p-sunsunfarm-greeting__cap {
  text-align: left;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 500;
  margin-top: 12px;
}
.p-sunsunfarm-greeting__subcap {
  font-size: 14px;
  letter-spacing: 0.02em;
  font-weight: 400;
}
.p-sunsunfarm-greeting__wrap {
  margin-top: 54px;
  background-color: #ffffff;
  border-radius: 15px;
  padding: 48px 40px;
  position: relative;
  z-index: 1;
}
.p-sunsunfarm-greeting__txt {
  text-align: left;
  font-weight: 400;
  font-size: 16px;
  line-height: 250%;
  letter-spacing: 0.08em;
  color: #1A1A1A;
}
.p-sunsunfarm-greeting__tit {
  text-align: left;
  font-weight: 500;
  font-size: 26px;
  line-height: 250%;
  letter-spacing: 0.08em;
  color: #363636;
  margin-bottom: 10px;
}
.p-sunsunfarm-company {
  padding: 80px 0 40px;
  background-color: #ffffff;
}
.p-sunsunfarm-company__Tit {
  font-weight: 500;
  font-size: 32px;
  line-height: calc(46 / 32);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 2.4px;
  color: #040404;
  text-align: left;
}
.p-sunsunfarm-company__data {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-sunsunfarm-company__dataImg {
  width: 45.7%;
}
.p-sunsunfarm-company__dataList {
  width: 54.3%;
  padding-left: 4.3%;
}
.p-sunsunfarm-company__dataListTit {
  text-align: left;
  margin-bottom: 6px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.08em;
  color: #040404;
}
.p-sunsunfarm-company__dataListTable {
  text-align: left;
  border-collapse: collapse;
}
.p-sunsunfarm-company__dataListTable th,
.p-sunsunfarm-company__dataListTable td {
  padding: 20px 0;
  border-bottom: 1px solid #D3D3D3;
  font-size: 16px;
}
.p-sunsunfarm-company__dataListTable th {
  font-weight: normal;
  width: 200px;
}
.p-sunsunfarm-company__dataListTable tr {
  width: 100%;
}
.p-sunsunfarm-company__dataListTable tr:has(td:empty) {
  border-bottom: 1px solid #D3D3D3;
}
.p-sunsunfarm-company__dataListTable tr:has(td:empty) th {
  width: 100%;
  border-bottom: none;
}
.p-sunsunfarm-company__dataListTable tr:has(td:empty) td {
  border-bottom: none;
}
.p-sunsunfarm-company__dataListTable ul {
  padding-left: 20px;
}
.p-sunsunfarm-company__dataListTable ul li {
  list-style: disc;
}
.p-sunsunfarm-company__dataListTable--block th,
.p-sunsunfarm-company__dataListTable--block td {
  font-size: 16px;
}
.p-sunsunfarm-company__dataListTable--block th {
  font-weight: normal;
  width: 200px;
}
.p-sunsunfarm-company__dataListTable--block tr {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px solid #D3D3D3;
  padding: 5.3333333333% 0%;
  text-align: left;
}
.p-sunsunfarm-company__map {
  padding-top: 40px;
  background-color: #ffffff;
}
.p-sunsunfarm-company__map-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
  gap: 56px;
  padding-bottom: 120px;
}
.p-sunsunfarm-company__mapDoboz {
  width: 1100px !important;
  max-width: 100%;
  height: auto;
}
.p-sunsunfarm-company__mapDoboz iframe {
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 1100/400 !important;
  display: block;
}
.p-sunsunfarm-company__mapTxt {
  margin-top: 20px;
  text-align: left;
}
.p-sunsunfarm-company__dataListTable--block {
  width: 100%;
}
.p-sunsunfarm-company-dataListTable tr {
  display: block;
  border-bottom: 1px solid #D3D3D3;
  padding: 5.3333333333% 0%;
}
.p-sunsunfarm-instagram {
  padding-top: 120px;
  padding-bottom: 120px;
}
.p-sunsunfarm-instagram__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 36px 1fr 36px 1fr 36px 1fr 36px 1fr 36px 1fr;
  grid-template-columns: repeat(6, 1fr);
  gap: 36px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.p-sunsunfarm-instagram__listItem .m-card__img::after {
  padding-top: 100%;
}
.p-sunsunfarm-instagram__account {
  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;
}
.p-sunsunfarm-instagram__accountTit {
  position: relative;
  text-align: left;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.08em;
  color: #040404;
  padding-left: 63px;
}
.p-sunsunfarm-instagram__accountTit:before {
  content: "";
  width: 56px;
  height: 56px;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/sunsunfarm/instagram.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto;
  }
  .l-header {
    height: 60px;
  }
  .l-header__inner {
    padding: 0% 5.3333333333%;
  }
  .l-header__logo {
    width: 97px;
  }
  .l-header__gnav {
    display: none;
  }
  .l-header__tel {
    display: none;
  }
  .l-header__contactLink {
    position: fixed;
    z-index: 1000001;
    top: 50%;
    right: 60px;
    left: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    font-size: 0;
    width: 30px;
    height: 24px;
    font-size: 0;
    background-color: initial;
    border-radius: initial;
  }
  .l-header__contactLink:before {
    width: 100%;
    height: 100%;
    margin-right: 0;
    background-image: url(../img/global/sp-mail.svg);
  }
  .l-header__sns {
    display: none;
  }
  .l-header__hmb {
    position: fixed;
    z-index: 1000001;
    top: 17%;
    right: 20px;
    left: auto;
    display: block;
    width: 20px;
    height: 18px;
  }
  .l-header__hmbButton {
    position: relative;
    width: 100%;
    height: 40px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    resize: none;
    padding: 0;
    border: 0;
    outline: none;
    background: transparent;
    font-family: "Noto Sans JP", sans-serif;
  }
  .l-header__hmbButton > div {
    position: absolute;
    top: 30%;
    left: 50%;
    width: 100%;
    height: 2px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: #1D479C;
  }
  .l-header__hmbButton > div:nth-of-type(1) {
    -webkit-transform: translate(-50%, 0) rotate(0deg);
            transform: translate(-50%, 0) rotate(0deg);
  }
  .l-header__hmbButton > div:nth-of-type(2) {
    top: 50%;
    -webkit-transform: translate(-50%, 0) rotate(0deg);
            transform: translate(-50%, 0) rotate(0deg);
  }
  .l-header__hmbButton > div:nth-of-type(3) {
    top: 70%;
    -webkit-transform: translate(-50%, 0) rotate(0deg);
            transform: translate(-50%, 0) rotate(0deg);
  }
  .l-header__hmbButton.is-active > div {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .l-header__hmbButton.is-active > div:nth-of-type(1) {
    top: 50%;
    -webkit-transform: translate(-50%, 0) rotate(45deg);
            transform: translate(-50%, 0) rotate(45deg);
  }
  .l-header__hmbButton.is-active > div:nth-of-type(2) {
    opacity: 0;
  }
  .l-header__hmbButton.is-active > div:nth-of-type(3) {
    top: 50%;
    -webkit-transform: translate(-50%, 0) rotate(-45deg);
            transform: translate(-50%, 0) rotate(-45deg);
  }
  .l-header__drwNav {
    position: fixed;
    top: 60px;
    left: 0;
    display: block;
    visibility: hidden;
    width: 100%;
    height: 100vh;
    height: 100vh;
    padding: 0 20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    background-color: #ffffff;
  }
  .l-header__drwNav.is-active {
    z-index: 10000000000000000;
    visibility: visible;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
  }
  .l-header__drwNavListLink {
    padding: 4.2666666667vw 0vw;
  }
  .l-header__drwNav .m-buttonLink {
    margin-top: 8vw;
  }
  .l-footer__inner {
    max-width: 100%;
    padding: 10.6666666667vw 0vw;
  }
  .l-footer__doboz {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-footer__dobozSplit {
    padding: 0vw 5.3333333333vw;
  }
  .l-footer__dobozSplit:nth-of-type(2) {
    padding: 0;
  }
  .l-footer__logo {
    width: 200px;
  }
  .l-footer__logo img {
    width: 100%;
  }
  .l-footer__address {
    margin-top: 5.3333333333vw;
    font-size: 4.2666666667vw;
  }
  .l-footer__sns {
    margin-top: 4.2666666667vw;
  }
  .l-footer__sns img {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
  .l-footer__gnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100%;
    margin-top: 6.4vw;
  }
  .l-footer__gnavItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 50%;
    border-top: 1px solid #ffffff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #1D479C;
  }
  .l-footer__gnavItem + .l-footer__gnavItem {
    margin-left: 0;
  }
  .l-footer__gnavItem:nth-of-type(n + 5) {
    margin-top: 0;
  }
  .l-footer__gnavItem:nth-of-type(even) {
    border-left: 1px solid #ffffff;
  }
  .l-footer__gnavItem:nth-last-of-type(-n + 2) {
    /*          border-bottom: 1px solid $wht01;*/
  }
  .l-footer__gnavItem_spwide {
    width: 100%;
    border-bottom: 1px solid #ffffff;
  }
  .l-footer__gnavLink {
    padding: 6.4vw 0vw;
    font-size: 3.7333333333vw;
  }
  .l-footer__gnav + .l-footer__gnav {
    margin-top: -1px;
  }
  .l-footer__copy {
    font-size: 2.6666666667vw;
    margin-top: 9.6vw;
  }
  .l-footer__copyTxt {
    font-size: 2.6666666667vw;
    margin-top: 2.6666666667vw;
  }
  .l-section__inner {
    max-width: 100%;
    padding: 0vw 5.3333333333vw;
  }
  .l-pankuzu {
    padding: 4vw 5.3333333333vw;
    background-color: #E7EBEE;
  }
  .l-pankuzu__list {
    max-width: 100%;
  }
  .l-mv-top {
    margin-top: 60px;
  }
  .l-mv-under {
    margin-top: 60px;
  }
  .l-mv-under__img {
    max-height: initial;
    height: 42.6666666667vw;
  }
  .l-mv-under__img img {
    max-height: initial;
    width: 100%;
    height: 100%;
  }
  .l-mv-under__tit {
    padding: 0vw 5.3333333333vw;
  }
  .l-footcontact__inner {
    max-width: 100%;
    padding: 14.6666666667vw 5.3333333333vw;
  }
  .l-footcontact__txt {
    margin-top: 8vw;
    font-size: 4.2666666667vw;
  }
  .l-footcontact__doboz {
    margin-top: 9.3333333333vw;
  }
  .l-footcontact__doboz .m-buttonLink {
    width: 89.3333333333vw;
  }
  .l-footcontact__doboz .m-button:not(:first-of-type) {
    margin: 4.2666666667vw 0vw 0vw 0vw;
  }
  .l-overpost {
    padding: 19.2vw 0vw 21.3333333333vw;
  }
  .l-overpost__bg {
    z-index: 0;
    -webkit-transform: translate(-10.6666666667vw, 5.3333333333vw);
            transform: translate(-10.6666666667vw, 5.3333333333vw);
  }
  .l-overpost__bg img {
    width: 92vw;
    height: 46.4vw;
  }
  .l-overpost__list {
    margin-top: 8vw;
  }
  .l-overpost__list--nospace {
    margin-top: 0;
  }
  .l-overpost__listItem {
    width: 50%;
  }
  .l-overpost__listTit {
    font-size: 4.8vw;
    line-height: 1.77;
  }
  .l-overpost .m-button {
    margin-top: 10.6666666667vw;
  }
  .m-pagetop {
    width: 35px;
    height: 35px;
  }
  .m-buttonLink {
    width: 80vw;
    height: 13.3333333333vw;
    font-size: 4.2666666667vw;
  }
  .m-button--small .m-buttonLink {
    width: 73.3333333333vw;
    height: 58px;
    border-radius: 29px;
    font-size: 4.8vw;
  }
  .m-hide--sp {
    display: none;
  }
  .m-hide--pc {
    display: block;
  }
  .m-tit__ja {
    font-size: 6.4vw;
    letter-spacing: 0.04em;
  }
  .m-tit__ja--big {
    font-size: 6.4vw;
  }
  .m-tit__en {
    font-size: 3.2vw;
    letter-spacing: 0.12em;
    margin-top: 4vw;
  }
  .m-desc p {
    font-size: 4.2666666667vw;
    line-height: 2;
  }
  .m-desc p + p {
    margin-top: 20px;
  }
  .m-card {
    width: 100%;
  }
  .m-card__data {
    font-size: 3.2vw;
  }
  .m-card__tit {
    font-size: 4.8vw;
  }
  .m-card-icon {
    -webkit-box-shadow: 0px 1px 0px 2px #d3d3d3;
            box-shadow: 0px 1px 0px 2px #d3d3d3;
  }
  .m-card-icon__link {
    padding: 8% 0% 10.6666666667%;
  }
  .m-card-icon__tit {
    margin-top: 5.3333333333%;
    padding: 0% 2.6666666667%;
    font-size: 4.8vw;
  }
  .m-pagenavi {
    margin-top: 40px;
  }
  .m-pagenavi a, .m-pagenavi span {
    font-size: 13px;
  }
  .slick-prev,
.slick-next {
    width: 5.3333333333vw;
    height: 10.6666666667vw;
  }
  .slick-prev {
    left: 2.6666666667%;
  }
  .slick-next {
    right: 2.6666666667%;
  }
  .p-sunsunfarm-header {
    height: 60px;
  }
  .p-sunsunfarm-header__inner {
    padding: 0% 5.3333333333%;
  }
  .p-sunsunfarm-header__logo {
    width: 147px;
  }
  .p-sunsunfarm-header__gnav {
    display: none;
  }
  .p-sunsunfarm-header__telLink {
    position: fixed;
    z-index: 1000001;
    top: 50%;
    right: 60px;
    left: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    font-size: 0;
    width: 30px;
    height: 24px;
    font-size: 0;
    background-color: initial;
    border-radius: initial;
  }
  .p-sunsunfarm-header__telLink:before {
    width: 100%;
    height: 100%;
    margin-right: 0;
    background-image: url(../img/sunsunfarm/sp-tel.svg);
  }
  .p-sunsunfarm-header__contactLink {
    position: fixed;
    z-index: 1000001;
    top: 50%;
    right: 110px;
    left: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    font-size: 0;
    width: 30px;
    height: 24px;
    font-size: 0;
    background-color: initial;
    border-radius: initial;
  }
  .p-sunsunfarm-header__contactLink:before {
    width: 100%;
    height: 100%;
    margin-right: 0;
    background-image: url(../img/sunsunfarm/sp-mail.svg);
  }
  .p-sunsunfarm-header__sns {
    display: none;
  }
  .p-sunsunfarm-header__hmb {
    position: fixed;
    z-index: 1000001;
    top: 17%;
    right: 20px;
    left: auto;
    display: block;
    width: 20px;
    height: 18px;
  }
  .p-sunsunfarm-header__hmbButton {
    position: relative;
    width: 100%;
    height: 40px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    resize: none;
    padding: 0;
    border: 0;
    outline: none;
    background: transparent;
    font-family: "Noto Sans JP", sans-serif;
  }
  .p-sunsunfarm-header__hmbButton > div {
    position: absolute;
    top: 30%;
    left: 50%;
    width: 100%;
    height: 2px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: #D66655;
  }
  .p-sunsunfarm-header__hmbButton > div:nth-of-type(1) {
    -webkit-transform: translate(-50%, 0) rotate(0deg);
            transform: translate(-50%, 0) rotate(0deg);
  }
  .p-sunsunfarm-header__hmbButton > div:nth-of-type(2) {
    top: 50%;
    -webkit-transform: translate(-50%, 0) rotate(0deg);
            transform: translate(-50%, 0) rotate(0deg);
  }
  .p-sunsunfarm-header__hmbButton > div:nth-of-type(3) {
    top: 70%;
    -webkit-transform: translate(-50%, 0) rotate(0deg);
            transform: translate(-50%, 0) rotate(0deg);
  }
  .p-sunsunfarm-header__hmbButton.is-active > div {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .p-sunsunfarm-header__hmbButton.is-active > div:nth-of-type(1) {
    top: 50%;
    -webkit-transform: translate(-50%, 0) rotate(45deg);
            transform: translate(-50%, 0) rotate(45deg);
  }
  .p-sunsunfarm-header__hmbButton.is-active > div:nth-of-type(2) {
    opacity: 0;
  }
  .p-sunsunfarm-header__hmbButton.is-active > div:nth-of-type(3) {
    top: 50%;
    -webkit-transform: translate(-50%, 0) rotate(-45deg);
            transform: translate(-50%, 0) rotate(-45deg);
  }
  .p-sunsunfarm-header__drwNav {
    position: fixed;
    top: 60px;
    left: 0;
    display: block;
    visibility: hidden;
    width: 100%;
    height: 100vh;
    height: 100vh;
    padding: 0 20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    background-color: #ffffff;
  }
  .p-sunsunfarm-header__drwNav.is-active {
    z-index: 10000000000000000;
    visibility: visible;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
  }
  .p-sunsunfarm-header__drwNavListLink {
    padding: 4.2666666667vw 0vw;
  }
  .p-sunsunfarm-header__drwNav .m-buttonLink {
    margin-top: 8vw;
  }
  .p-sunsunfarm-mv {
    padding-top: 60px;
  }
  .p-sunsunfarm-followus {
    top: 300px;
    bottom: auto;
  }
  .p-sunsunfarm-product {
    padding: 16% 0%;
  }
  .p-sunsunfarm-product {
    padding-bottom: 60px;
  }
  .p-sunsunfarm-product__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 0 20px;
    margin-bottom: 0px;
  }
  .p-sunsunfarm-product__listItem .m-card {
    padding: 13px;
  }
  .p-sunsunfarm-product__listItem .m-card__tit {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 100%;
  }
  .p-sunsunfarm-product__listItem .m-card__txt {
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0.03em;
  }
  .p-sunsunfarm-greeting__wrap-bg {
    padding-top: 40px;
    padding-bottom: 60px;
    margin-top: 0px;
  }
  .p-sunsunfarm-greeting__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 60px;
  }
  .p-sunsunfarm-greeting__container {
    padding: 0 20px;
  }
  .p-sunsunfarm-greeting__img {
    margin: 32px auto 0;
  }
  .p-sunsunfarm-greeting__wrap {
    margin-top: 6.6666666667vw;
    padding: 5.3333333333%;
  }
  .p-sunsunfarm-company {
    padding: 16% 0%;
  }
  .p-sunsunfarm-company {
    padding-bottom: 0;
  }
  .p-sunsunfarm-company__Tit {
    font-size: 24px;
    line-height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .p-sunsunfarm-company__data {
    display: block;
    margin-top: 8%;
  }
  .p-sunsunfarm-company__dataImg {
    width: 100%;
  }
  .p-sunsunfarm-company__dataList {
    width: 100%;
    padding-left: 0;
    margin-top: 8%;
    padding-right: 0;
  }
  .p-sunsunfarm-company__dataListTable {
    display: block;
  }
  .p-sunsunfarm-company__dataListTable th,
.p-sunsunfarm-company__dataListTable td {
    display: block;
    border-bottom: none;
    padding: 0;
  }
  .p-sunsunfarm-company__dataListTable tbody {
    display: block;
  }
  .p-sunsunfarm-company__dataListTable th {
    width: 100%;
  }
  .p-sunsunfarm-company__dataListTable td {
    margin-top: 2.6666666667%;
  }
  .p-sunsunfarm-company__dataListTable tr {
    display: block;
    border-bottom: 1px solid #D3D3D3;
    padding: 5.3333333333% 0%;
  }
  .p-sunsunfarm-company__dataListTable--block th,
.p-sunsunfarm-company__dataListTable--block td {
    display: block;
    border-bottom: none;
    padding: 0;
    font-size: 4.2666666667vw;
  }
  .p-sunsunfarm-company__dataListTable--block th {
    width: 100%;
  }
  .p-sunsunfarm-company__dataListTable--block td {
    margin-top: 2.6666666667%;
  }
  .p-sunsunfarm-company__map-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 20px 60px;
  }
  .p-sunsunfarm-company__mapDoboz iframe {
    aspect-ratio: 335/250 !important;
  }
  .p-sunsunfarm-company__mapTxt {
    margin-top: 2.6666666667vw;
  }
  .p-sunsunfarm-instagram {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .p-sunsunfarm-instagram__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .l-header {
    height: 60px;
  }
  .l-header__logo {
    width: 97px;
  }
  .l-header__gnav {
    display: none;
  }
  .l-header__tel {
    display: none;
  }
  .l-header__contactLink {
    position: fixed;
    z-index: 1000001;
    top: 50%;
    right: 60px;
    left: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    font-size: 0;
    width: 30px;
    height: 24px;
    font-size: 0;
    background-color: initial;
    border-radius: initial;
  }
  .l-header__contactLink:before {
    width: 100%;
    height: 100%;
    margin-right: 0;
    background-image: url(../img/global/sp-mail.svg);
  }
  .l-header__sns {
    display: none;
  }
  .l-header__hmb {
    position: fixed;
    z-index: 1000001;
    top: 17%;
    right: 20px;
    left: auto;
    display: block;
    width: 20px;
    height: 18px;
  }
  .l-header__hmbButton {
    position: relative;
    width: 100%;
    height: 40px;
    cursor: pointer;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    resize: none;
    padding: 0;
    border: 0;
    outline: none;
    background: transparent;
    font-family: "Noto Sans JP", sans-serif;
  }
  .l-header__hmbButton > div {
    position: absolute;
    top: 30%;
    left: 50%;
    width: 100%;
    height: 2px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: #1D479C;
  }
  .l-header__hmbButton > div:nth-of-type(1) {
    -webkit-transform: translate(-50%, 0) rotate(0deg);
            transform: translate(-50%, 0) rotate(0deg);
  }
  .l-header__hmbButton > div:nth-of-type(2) {
    top: 50%;
    -webkit-transform: translate(-50%, 0) rotate(0deg);
            transform: translate(-50%, 0) rotate(0deg);
  }
  .l-header__hmbButton > div:nth-of-type(3) {
    top: 70%;
    -webkit-transform: translate(-50%, 0) rotate(0deg);
            transform: translate(-50%, 0) rotate(0deg);
  }
  .l-header__hmbButton.is-active > div {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .l-header__hmbButton.is-active > div:nth-of-type(1) {
    top: 50%;
    -webkit-transform: translate(-50%, 0) rotate(45deg);
            transform: translate(-50%, 0) rotate(45deg);
  }
  .l-header__hmbButton.is-active > div:nth-of-type(2) {
    opacity: 0;
  }
  .l-header__hmbButton.is-active > div:nth-of-type(3) {
    top: 50%;
    -webkit-transform: translate(-50%, 0) rotate(-45deg);
            transform: translate(-50%, 0) rotate(-45deg);
  }
  .l-header__drwNav {
    position: fixed;
    top: 60px;
    left: 0;
    display: block;
    visibility: hidden;
    width: 100%;
    height: 100vh;
    height: 100vh;
    padding: 0 20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    background-color: #ffffff;
  }
  .l-header__drwNav.is-active {
    z-index: 10000000000000000;
    visibility: visible;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
  }
  .l-footer__logo {
    width: 38.6666666667vw;
  }
  .l-mv-under {
    margin-top: 60px;
  }
  .p-sunsunfarm-header {
    height: 60px;
  }
  .p-sunsunfarm-header__logo {
    width: 147px;
  }
  .p-sunsunfarm-header__gnav {
    display: none;
  }
  .p-sunsunfarm-header__telLink {
    position: fixed;
    z-index: 1000001;
    top: 50%;
    right: 60px;
    left: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    font-size: 0;
    width: 30px;
    height: 24px;
    font-size: 0;
    background-color: initial;
    border-radius: initial;
  }
  .p-sunsunfarm-header__telLink:before {
    width: 100%;
    height: 100%;
    margin-right: 0;
    background-image: url(../img/sunsunfarm/sp-tel.svg);
  }
  .p-sunsunfarm-header__contactLink {
    position: fixed;
    z-index: 1000001;
    top: 50%;
    right: 110px;
    left: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    font-size: 0;
    width: 30px;
    height: 24px;
    font-size: 0;
    background-color: initial;
    border-radius: initial;
  }
  .p-sunsunfarm-header__contactLink:before {
    width: 100%;
    height: 100%;
    margin-right: 0;
    background-image: url(../img/sunsunfarm/sp-mail.svg);
  }
  .p-sunsunfarm-header__sns {
    display: none;
  }
  .p-sunsunfarm-header__hmb {
    position: fixed;
    z-index: 1000001;
    top: 17%;
    right: 20px;
    left: auto;
    display: block;
    width: 20px;
    height: 18px;
  }
  .p-sunsunfarm-header__hmbButton {
    position: relative;
    width: 100%;
    height: 40px;
    cursor: pointer;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    resize: none;
    padding: 0;
    border: 0;
    outline: none;
    background: transparent;
    font-family: "Noto Sans JP", sans-serif;
  }
  .p-sunsunfarm-header__hmbButton > div {
    position: absolute;
    top: 30%;
    left: 50%;
    width: 100%;
    height: 2px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: #D66655;
  }
  .p-sunsunfarm-header__hmbButton > div:nth-of-type(1) {
    -webkit-transform: translate(-50%, 0) rotate(0deg);
            transform: translate(-50%, 0) rotate(0deg);
  }
  .p-sunsunfarm-header__hmbButton > div:nth-of-type(2) {
    top: 50%;
    -webkit-transform: translate(-50%, 0) rotate(0deg);
            transform: translate(-50%, 0) rotate(0deg);
  }
  .p-sunsunfarm-header__hmbButton > div:nth-of-type(3) {
    top: 70%;
    -webkit-transform: translate(-50%, 0) rotate(0deg);
            transform: translate(-50%, 0) rotate(0deg);
  }
  .p-sunsunfarm-header__hmbButton.is-active > div {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .p-sunsunfarm-header__hmbButton.is-active > div:nth-of-type(1) {
    top: 50%;
    -webkit-transform: translate(-50%, 0) rotate(45deg);
            transform: translate(-50%, 0) rotate(45deg);
  }
  .p-sunsunfarm-header__hmbButton.is-active > div:nth-of-type(2) {
    opacity: 0;
  }
  .p-sunsunfarm-header__hmbButton.is-active > div:nth-of-type(3) {
    top: 50%;
    -webkit-transform: translate(-50%, 0) rotate(-45deg);
            transform: translate(-50%, 0) rotate(-45deg);
  }
  .p-sunsunfarm-header__drwNav {
    position: fixed;
    top: 60px;
    left: 0;
    display: block;
    visibility: hidden;
    width: 100%;
    height: 100vh;
    height: 100vh;
    padding: 0 20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    background-color: #ffffff;
  }
  .p-sunsunfarm-header__drwNav.is-active {
    z-index: 10000000000000000;
    visibility: visible;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 1094px) {
  .l-mv-top {
    margin-top: 60px;
  }
  .m-card {
    width: 100%;
  }
  .p-sunsunfarm-mv {
    padding-top: 60px;
  }
  .p-sunsunfarm-greeting__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 60px;
    gap: 20px;
  }
  .p-sunsunfarm-greeting__img {
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
  }
  .p-sunsunfarm-company__data {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  .p-sunsunfarm-company__dataImg {
    width: 80%;
    margin: 0 auto;
  }
  .p-sunsunfarm-company__dataList {
    width: 80%;
    margin: 0 auto;
  }
  .p-sunsunfarm-company__map-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-sunsunfarm-company__map-info-table {
    max-width: 750px;
    width: 100%;
  }
}
