@charset "UTF-8";
/* =========================================================
  Reset
========================================================= */
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* =========================================================
  base
========================================================= */
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Serif JP", "serif", "游ゴシック体", "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.4rem;
  color: #333;
  position: relative;
}

/* =========================================================
  Layout
========================================================= */
.l-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.l-header.is-active {
  opacity: 1;
}

.l-header-inner {
  width: 100%;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
}
.l-header-inner.is-active {
  display: block;
}

.p-global-header-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
}

.p-global-logo {
  margin-left: 5%;
}

.p-global-logo-image a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.p-global-logo-image a:hover {
  opacity: 0.6;
}
.p-global-logo-image a img {
  width: auto;
  height: 45px;
}

.p-global-nav {
  margin-right: 5%;
}

.p-global-nav-item {
  margin: 0 10px;
  display: inline-block;
}
.p-global-nav-item a {
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.p-global-nav-item a:hover {
  color: #3a8349;
}

@media screen and (max-width: 768px) {
  .l-header {
    opacity: 1;
  }
  .l-header.is-active {
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
  }

  .l-header-logo-image {
    margin-top: 10px;
    margin-left: 5%;
  }
  .l-header-logo-image img {
    width: auto;
    height: 40px;
  }

  .l-header-inner {
    display: block;
    height: 100%;
    text-align: center;
    background-color: transparent;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    opacity: 0;
  }
  .l-header-inner.is-active {
    opacity: 1;
  }

  .p-global-header-row {
    display: block;
    padding: 30px 0 0;
    display: none;
  }
  .p-global-header-row.is-active {
    display: block;
  }

  .p-global-logo {
    margin: 0;
  }

  .p-global-nav {
    margin: 0;
  }

  .p-global-nav-item {
    display: block;
    margin: 15% 0;
  }

  .p-global-menu {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 20;
  }

  .p-global-menu-btn {
    width: 45px;
    height: 45px;
    text-align: center;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    cursor: pointer;
  }
  .p-global-menu-btn.is-active .p-global-menu-line {
    left: 13px;
    width: 20px;
  }
  .p-global-menu-btn.is-active .p-global-menu-line:nth-of-type(1) {
    -webkit-transform: translateY(5px) rotate(-45deg);
            transform: translateY(5px) rotate(-45deg);
  }
  .p-global-menu-btn.is-active .p-global-menu-line:nth-of-type(2) {
    opacity: 0;
  }
  .p-global-menu-btn.is-active .p-global-menu-line:nth-of-type(3) {
    -webkit-transform: translateY(-5px) rotate(45deg);
            transform: translateY(-5px) rotate(45deg);
  }
  .p-global-menu-btn.is-active .p-common-menu-text {
    color: #0d62aa;
  }

  .p-global-menu-line {
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
    position: absolute;
    left: 15px;
    width: 15px;
    height: 2px;
    background-color: #333;
  }
  .p-global-menu-line:nth-of-type(1) {
    top: 18px;
  }
  .p-global-menu-line:nth-of-type(2) {
    top: 23px;
  }
  .p-global-menu-line:nth-of-type(3) {
    top: 28px;
  }
}
.l-inner-lv1 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .l-inner-lv1 {
    padding: 0 10px;
  }
}
.l-footer {
  padding: 25px 0;
}

.p-global-copyright {
  text-align: center;
  font-weight: bold;
}

/* =========================================================
  Component
========================================================= */
.c-home-section-header {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .c-home-section-header {
    margin-bottom: 25px;
  }
}
.c-home-heading-lv1 {
  text-align: center;
  font-size: 24px;
}
.c-home-heading-lv1 span {
  display: block;
  font-size: 12px;
  margin-top: 8px;
}

/* =========================================================
  Project
========================================================= */
.p-home-main-visual {
  width: 100%;
  height: 100vh;
  position: relative;
}

.p-home-mv-left {
  position: absolute;
  left: 3%;
  z-index: 5;
}

.p-home-mv-logo {
  margin: 50px 0 60px;
}

.p-home-mv-logo-image a {
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.p-home-mv-logo-image a:hover {
  opacity: 0.6;
}
.p-home-mv-logo-image img {
  width: 150px;
}

.p-home-mv-nav {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  margin: 0 0;
}

.p-home-mv-nav-item {
  font-size: 16px;
  margin: 0 17px;
  letter-spacing: 0.2rem;
}
.p-home-mv-nav-item a {
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.p-home-mv-nav-item a:hover {
  color: #3a8349;
}

.p-home-mv-slider {
  padding: 100px 0 50px 20vw;
}

.swiper-container {
  width: 80vw;
  height: calc(100vh - 100px - 50px);
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 768px) {
  .p-home-main-visual {
    height: 100%;
  }

  .p-home-mv-slider {
    padding: 65px 0;
  }

  .swiper-container {
    width: 90%;
    height: auto;
    margin: 0 auto;
  }
}
.p-home-info {
  margin-top: 100px;
}

.p-home-info-text {
  padding: 0 100px;
  line-height: 2.5;
}

.p-home-info-top-row, .p-home-info-bottom-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.p-home-info-top-row {
  margin-top: 100px;
}
.p-home-info-top-row .p-home-info-row-image:nth-of-type(2) {
  margin-top: 100px;
}

.p-home-info-bottom-row {
  margin-top: 100px;
}
.p-home-info-bottom-row .p-home-info-row-image:nth-of-type(2) {
  margin-top: 100px;
}

.p-home-info-row-image {
  width: 400px;
  height: 600px;
}
.p-home-info-row-image img {
  width: 100%;
  height: 100%;
}

.p-home-info-row-text {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 20px;
  line-height: 1.5;
}
.p-home-info-row-text span {
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
}

@media screen and (max-width: 768px) {
  .p-home-info {
    margin-top: 0;
  }

  .p-home-info-text {
    padding: 0 25px;
    line-height: 2;
  }

  .p-home-info-top-row {
    margin-top: 50px;
  }
  .p-home-info-top-row .p-home-info-row-text {
    height: 360px;
  }
  .p-home-info-top-row .p-home-info-row-image:nth-of-type(2) {
    margin-top: 50px;
  }

  .p-home-info-bottom-row {
    margin-top: 0;
  }
  .p-home-info-bottom-row .p-home-info-row-text {
    margin-top: -100px;
  }
  .p-home-info-bottom-row .p-home-info-row-image:nth-of-type(2) {
    margin-top: -50px;
  }
  .p-home-info-bottom-row .p-home-info-row-image:nth-of-type(3) {
    margin-top: 0px;
  }

  .p-home-info-row-image {
    width: auto;
    height: 180px;
  }
  .p-home-info-row-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }

  .p-home-info-row-text {
    font-size: 14px;
  }
}
.p-home-guidance {
  margin-top: 150px;
}

.p-home-guidance-slider-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-home-guidance-slider-image {
  width: 600px;
  height: 450px;
}
.p-home-guidance-slider-image img {
  width: 600px;
  height: 450px;
}

.p-home-guidance-slider-lead {
  margin-top: 25px;
  margin-left: 25px;
}

.p-home-guidance-slider-title {
  font-size: 18px;
  font-weight: bold;
}
.p-home-guidance-slider-title span {
  margin-top: 10px;
  display: block;
  font-size: 15px;
}

.p-home-guidance-slider-text {
  margin-top: 50px;
  line-height: 2;
}

.p-home-guidance .swiper-container {
  width: 100%;
  height: auto;
  position: relative;
}
.p-home-guidance .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-home-guidance .swiper-pagination {
  bottom: -30px !important;
}

@media screen and (max-width: 768px) {
  .p-home-guidance {
    margin-top: 65px;
  }

  .p-home-guidance-slider-item {
    display: block;
  }

  .p-home-guidance-slider-image {
    width: 100%;
    height: auto;
    margin-right: 0;
  }
  .p-home-guidance-slider-image img {
    width: 100%;
    height: auto;
  }

  .p-home-guidance-slider-lead {
    margin-left: 0;
  }

  .p-home-guidance-slider-text {
    margin-top: 20px;
  }

  .swiper-button-next, .swiper-button-prev {
    top: 25% !important;
  }
}
.p-home-food {
  margin-top: 150px;
}

.p-home-food-catch {
  text-align: center;
  font-size: 18px;
  margin-bottom: 30px;
}

.p-home-food-recommendation {
  margin-bottom: 50px;
}

.p-home-food-recommendation-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.p-home-food-recommendation-menu img {
  width: 460px;
  height: 345px;
}
.p-home-food-recommendation-menu p {
  text-align: center;
  margin-top: 15px;
}

.p-home-food-tax {
  text-align: right;
}

.p-home-food-menu-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  margin-top: 50px;
}

.p-home-food-menu-image {
  position: relative;
  width: 600px;
  height: 450px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.p-home-food-menu-image.-meat {
  background-image: url(../images/food/menu_1.jpg);
}
.p-home-food-menu-image.-fish {
  background-image: url(../images/food/menu_2.jpg);
}
.p-home-food-menu-image.-single {
  background-image: url(../images/food/menu_3.jpg);
}

.p-home-food-menu-title {
  position: absolute;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  font-size: 32px;
  color: #fff;
  background-color: #1f1715;
  display: inline-block;
  top: -20px;
}
.p-home-food-menu-title.-meat {
  left: 10px;
}
.p-home-food-menu-title.-fish {
  right: 10px;
}
.p-home-food-menu-title.-single {
  left: 10px;
}

.p-home-food-menu-text {
  width: 500px;
}

.p-home-food-menu-text-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 18px;
  margin: 15px 20px 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #333;
}

.p-home-food-menu-name span {
  font-size: 14px;
  display: block;
}

.p-home-food-menu-meat-text .p-home-food-menu-text-row:nth-child(4) {
  border-bottom: none;
  padding-bottom: 0;
}

.p-home-food-menu-tutle-lv2 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 30px;
}
.p-home-food-menu-tutle-lv2.-single {
  margin-top: 80px;
}
.p-home-food-menu-tutle-lv2.-lunch {
  margin-bottom: 20px;
  margin-top: 80px;
}
.p-home-food-menu-tutle-lv2.-dinner {
  margin-bottom: 20px;
  margin-top: 80px;
}

.p-home-food-menu-annotation {
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .p-home-food {
    margin-top: 65px;
  }

  .p-home-food-recommendation-row {
    display: block;
  }

  .p-home-food-recommendation-menu img {
    width: 100%;
    height: auto;
  }
  .p-home-food-recommendation-menu p {
    margin: 15px 0 20px;
  }

  .p-home-food-tax {
    font-size: 12px;
    text-align: center;
  }

  .p-home-food-menu-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 50px;
  }

  .p-home-food-menu-image {
    width: 200px;
    height: 150px;
    margin: 0 auto 20px;
  }

  .p-home-food-menu-text {
    width: 100%;
  }

  .p-home-food-menu-text-row {
    display: block;
    font-size: 14px;
    padding-bottom: 5px;
  }

  .p-home-food-menu-name span {
    font-size: 12px;
    display: block;
  }

  .p-home-food-menu-price {
    text-align: right;
  }
}
.p-home-data {
  margin-top: 150px;
}

.p-home-data-content {
  padding: 50px 0;
  background-color: #3a8349;
}

.p-home-data-content-heading {
  text-align: center;
  margin-bottom: 30px;
}
.p-home-data-content-heading img {
  width: 500px;
  height: 100%;
}

.p-home-data-content-row {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

.p-home-data-content-row-child {
  width: 500px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-home-data-content-row-child h3 {
  font-size: 20px;
}
.p-home-data-content-row-child ul {
  font-size: 16px;
  border-left: 2px solid #fff;
  margin-left: 20px;
  padding-left: 20px;
}
.p-home-data-content-row-child ul li {
  line-height: 1.6;
}

.p-home-data-content-notes {
  text-align: center;
  font-size: 16px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .p-home-data {
    margin-top: 65px;
  }

  .p-home-data-content-heading img {
    width: 250px;
    height: 100%;
  }

  .p-home-data-content-row {
    display: block;
    margin-bottom: 0;
  }

  .p-home-data-content-row-child {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
  .p-home-data-content-row-child h3 {
    font-size: 18px;
  }
  .p-home-data-content-row-child ul {
    font-size: 14px;
    border-left: none;
    margin-left: 0;
    padding-left: 1em;
  }

  .p-home-data-content-notes {
    font-size: 14px;
    text-align: left;
  }
}
/* =========================================================
  Utility
========================================================= */
/* show hidden */
.only-pc {
  display: block;
}
.only-pc.-inline {
  display: inline-block;
}
.only-sp {
  display: none;
}
.only-sp.-inline {
  display: none;
}

@media screen and (max-width: 768px) {
  .only-pc {
    display: none;
  }
  .only-pc.-inline {
    display: none;
  }
  .only-sp {
    display: block;
  }
  .only-sp.-inline {
    display: inline-block;
  }
}