@charset "UTF-8";
/*
Theme Name:Made by PG
*/
@font-face {
  font-family: "A1明朝";
  src: url("../fonts/A-OTF-A1MinchoStd-Bold.otf");
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Noto Sans CJK JP";
  src: url("assets/fonts/NotoSansCJKjp-Regular.otf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans CJK JP";
  src: url("assets/fonts/NotoSansCJKjp-Medium.otf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans CJK JP";
  src: url("assets/fonts/NotoSansCJKjp-Bold.otf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Century Gothic";
  src: url("assets/fonts/Century Gothic.otf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Century Gothic";
  src: url("assets/fonts/Century Gothic Bold.otf");
  font-weight: 700;
  font-style: normal;
}
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  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;
  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 {
  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] {
  -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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

/**
 * 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;
}

/**
 * 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. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * 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]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

a {
  text-decoration: none;
}

.mb30 {
  margin-bottom: 30px;
}

.mb72 {
  margin-bottom: 72px;
}

.mt-1 {
  margin-top: 1px;
}

.mb-1 {
  margin-bottom: 1px;
}

.mt-2 {
  margin-top: 2px;
}

.mb-2 {
  margin-bottom: 2px;
}

.mt-3 {
  margin-top: 3px;
}

.mb-3 {
  margin-bottom: 3px;
}

.mt-4 {
  margin-top: 4px;
}

.mb-4 {
  margin-bottom: 4px;
}

.mt-5 {
  margin-top: 5px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mt-6 {
  margin-top: 6px;
}

.mb-6 {
  margin-bottom: 6px;
}

.mt-7 {
  margin-top: 7px;
}

.mb-7 {
  margin-bottom: 7px;
}

.mt-8 {
  margin-top: 8px;
}

.mb-8 {
  margin-bottom: 8px;
}

.mt-9 {
  margin-top: 9px;
}

.mb-9 {
  margin-bottom: 9px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mt-11 {
  margin-top: 11px;
}

.mb-11 {
  margin-bottom: 11px;
}

.mt-12 {
  margin-top: 12px;
}

.mb-12 {
  margin-bottom: 12px;
}

.mt-13 {
  margin-top: 13px;
}

.mb-13 {
  margin-bottom: 13px;
}

.mt-14 {
  margin-top: 14px;
}

.mb-14 {
  margin-bottom: 14px;
}

.mt-15 {
  margin-top: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mt-16 {
  margin-top: 16px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mt-17 {
  margin-top: 17px;
}

.mb-17 {
  margin-bottom: 17px;
}

.mt-18 {
  margin-top: 18px;
}

.mb-18 {
  margin-bottom: 18px;
}

.mt-19 {
  margin-top: 19px;
}

.mb-19 {
  margin-bottom: 19px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-21 {
  margin-top: 21px;
}

.mb-21 {
  margin-bottom: 21px;
}

.mt-22 {
  margin-top: 22px;
}

.mb-22 {
  margin-bottom: 22px;
}

.mt-23 {
  margin-top: 23px;
}

.mb-23 {
  margin-bottom: 23px;
}

.mt-24 {
  margin-top: 24px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mt-25 {
  margin-top: 25px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mt-26 {
  margin-top: 26px;
}

.mb-26 {
  margin-bottom: 26px;
}

.mt-27 {
  margin-top: 27px;
}

.mb-27 {
  margin-bottom: 27px;
}

.mt-28 {
  margin-top: 28px;
}

.mb-28 {
  margin-bottom: 28px;
}

.mt-29 {
  margin-top: 29px;
}

.mb-29 {
  margin-bottom: 29px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-31 {
  margin-top: 31px;
}

.mb-31 {
  margin-bottom: 31px;
}

.mt-32 {
  margin-top: 32px;
}

.mb-32 {
  margin-bottom: 32px;
}

.mt-33 {
  margin-top: 33px;
}

.mb-33 {
  margin-bottom: 33px;
}

.mt-34 {
  margin-top: 34px;
}

.mb-34 {
  margin-bottom: 34px;
}

.mt-35 {
  margin-top: 35px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mt-36 {
  margin-top: 36px;
}

.mb-36 {
  margin-bottom: 36px;
}

.mt-37 {
  margin-top: 37px;
}

.mb-37 {
  margin-bottom: 37px;
}

.mt-38 {
  margin-top: 38px;
}

.mb-38 {
  margin-bottom: 38px;
}

.mt-39 {
  margin-top: 39px;
}

.mb-39 {
  margin-bottom: 39px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-41 {
  margin-top: 41px;
}

.mb-41 {
  margin-bottom: 41px;
}

.mt-42 {
  margin-top: 42px;
}

.mb-42 {
  margin-bottom: 42px;
}

.mt-43 {
  margin-top: 43px;
}

.mb-43 {
  margin-bottom: 43px;
}

.mt-44 {
  margin-top: 44px;
}

.mb-44 {
  margin-bottom: 44px;
}

.mt-45 {
  margin-top: 45px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mt-46 {
  margin-top: 46px;
}

.mb-46 {
  margin-bottom: 46px;
}

.mt-47 {
  margin-top: 47px;
}

.mb-47 {
  margin-bottom: 47px;
}

.mt-48 {
  margin-top: 48px;
}

.mb-48 {
  margin-bottom: 48px;
}

.mt-49 {
  margin-top: 49px;
}

.mb-49 {
  margin-bottom: 49px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-51 {
  margin-top: 51px;
}

.mb-51 {
  margin-bottom: 51px;
}

.mt-52 {
  margin-top: 52px;
}

.mb-52 {
  margin-bottom: 52px;
}

.mt-53 {
  margin-top: 53px;
}

.mb-53 {
  margin-bottom: 53px;
}

.mt-54 {
  margin-top: 54px;
}

.mb-54 {
  margin-bottom: 54px;
}

.mt-55 {
  margin-top: 55px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mt-56 {
  margin-top: 56px;
}

.mb-56 {
  margin-bottom: 56px;
}

.mt-57 {
  margin-top: 57px;
}

.mb-57 {
  margin-bottom: 57px;
}

.mt-58 {
  margin-top: 58px;
}

.mb-58 {
  margin-bottom: 58px;
}

.mt-59 {
  margin-top: 59px;
}

.mb-59 {
  margin-bottom: 59px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mt-61 {
  margin-top: 61px;
}

.mb-61 {
  margin-bottom: 61px;
}

.mt-62 {
  margin-top: 62px;
}

.mb-62 {
  margin-bottom: 62px;
}

.mt-63 {
  margin-top: 63px;
}

.mb-63 {
  margin-bottom: 63px;
}

.mt-64 {
  margin-top: 64px;
}

.mb-64 {
  margin-bottom: 64px;
}

.mt-65 {
  margin-top: 65px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mt-66 {
  margin-top: 66px;
}

.mb-66 {
  margin-bottom: 66px;
}

.mt-67 {
  margin-top: 67px;
}

.mb-67 {
  margin-bottom: 67px;
}

.mt-68 {
  margin-top: 68px;
}

.mb-68 {
  margin-bottom: 68px;
}

.mt-69 {
  margin-top: 69px;
}

.mb-69 {
  margin-bottom: 69px;
}

.mt-70 {
  margin-top: 70px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mt-71 {
  margin-top: 71px;
}

.mb-71 {
  margin-bottom: 71px;
}

.mt-72 {
  margin-top: 72px;
}

.mb-72 {
  margin-bottom: 72px;
}

.mt-73 {
  margin-top: 73px;
}

.mb-73 {
  margin-bottom: 73px;
}

.mt-74 {
  margin-top: 74px;
}

.mb-74 {
  margin-bottom: 74px;
}

.mt-75 {
  margin-top: 75px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mt-76 {
  margin-top: 76px;
}

.mb-76 {
  margin-bottom: 76px;
}

.mt-77 {
  margin-top: 77px;
}

.mb-77 {
  margin-bottom: 77px;
}

.mt-78 {
  margin-top: 78px;
}

.mb-78 {
  margin-bottom: 78px;
}

.mt-79 {
  margin-top: 79px;
}

.mb-79 {
  margin-bottom: 79px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mt-81 {
  margin-top: 81px;
}

.mb-81 {
  margin-bottom: 81px;
}

.mt-82 {
  margin-top: 82px;
}

.mb-82 {
  margin-bottom: 82px;
}

.mt-83 {
  margin-top: 83px;
}

.mb-83 {
  margin-bottom: 83px;
}

.mt-84 {
  margin-top: 84px;
}

.mb-84 {
  margin-bottom: 84px;
}

.mt-85 {
  margin-top: 85px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mt-86 {
  margin-top: 86px;
}

.mb-86 {
  margin-bottom: 86px;
}

.mt-87 {
  margin-top: 87px;
}

.mb-87 {
  margin-bottom: 87px;
}

.mt-88 {
  margin-top: 88px;
}

.mb-88 {
  margin-bottom: 88px;
}

.mt-89 {
  margin-top: 89px;
}

.mb-89 {
  margin-bottom: 89px;
}

.mt-90 {
  margin-top: 90px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mt-91 {
  margin-top: 91px;
}

.mb-91 {
  margin-bottom: 91px;
}

.mt-92 {
  margin-top: 92px;
}

.mb-92 {
  margin-bottom: 92px;
}

.mt-93 {
  margin-top: 93px;
}

.mb-93 {
  margin-bottom: 93px;
}

.mt-94 {
  margin-top: 94px;
}

.mb-94 {
  margin-bottom: 94px;
}

.mt-95 {
  margin-top: 95px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mt-96 {
  margin-top: 96px;
}

.mb-96 {
  margin-bottom: 96px;
}

.mt-97 {
  margin-top: 97px;
}

.mb-97 {
  margin-bottom: 97px;
}

.mt-98 {
  margin-top: 98px;
}

.mb-98 {
  margin-bottom: 98px;
}

.mt-99 {
  margin-top: 99px;
}

.mb-99 {
  margin-bottom: 99px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

@media (min-width: 769px) {
  #sp {
    display: none !important;
  }
}
#pc .container {
  display: flex;
  width: 100%;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Noto Sans CJK JP";
}
#pc .container nav {
  font-family: "Futura", "Century Gothic";
  position: fixed;
  width: 365px;
  height: 100vh;
  min-height: 880px;
  background-color: #F5AA2D;
  background-image: url(images/pc/logo_bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position-y: bottom;
}
#pc .container nav ul {
  margin-top: 222px;
  margin-left: 72px;
}
#pc .container nav ul li {
  margin-bottom: 36px;
}
#pc .container nav ul li a {
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
}
#pc .container nav ul li a.active {
  color: #654303;
}
#pc .container nav .nav__logo {
  width: 106px;
  position: absolute;
  top: 40px;
  left: 43px;
}
#pc .container nav .nav__footer {
  position: absolute;
  bottom: 72px;
  left: 43px;
  color: #ffffff;
  font-size: 39px;
  font-weight: bold;
  letter-spacing: 0.048em;
  line-height: 38px;
}
#pc .container main {
  width: calc(100% - 365px);
  margin-left: 365px;
  overflow: hidden;
}
#pc .container main .fv {
  position: relative;
  min-height: 100vh;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}
#pc .container main .fv img {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: auto;
  max-width: none;
}
#pc .container main footer {
  position: relative;
  background-color: #CECECE;
  width: 100%;
  height: 260px;
}
#pc .container main footer .footer__icon {
  position: absolute;
  top: 72px;
  left: 72px;
  width: 138.62px;
}
#pc .container main footer .footer__copylight {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-right: 80px;
  height: 100%;
  font-size: 18px;
  color: #ffffff;
}
#pc .content {
  position: relative;
  max-width: 1555px;
  margin: 0 auto;
  transition: transform 0.3s;
}
#pc .content .page-fv {
  position: relative;
  height: 760px;
}
#pc .content .page-fv img {
  position: absolute;
  width: 1455px;
  left: 0px;
  overflow: hidden;
}
#pc .content-index {
  height: 590px;
  padding-left: 72px;
  margin-top: 20px;
  margin-bottom: 42px;
}
#pc .content-index .heading__title-head {
  position: relative;
  margin: 12px 0 12px 36px;
  font-size: 26px;
  font-weight: bold;
}
#pc .content-index .heading__title-head::before {
  content: "・";
  position: absolute;
  top: -3px;
  left: -39px;
  font-size: 32px;
  color: #F0A817;
}
#pc .content-index .heading h2 {
  font-size: 45px;
  font-weight: bold;
  line-height: 60px;
}
#pc .content-index .heading__img-index {
  width: 886px;
  position: absolute;
  top: -20px;
  left: 700px;
}
#pc .content-index .description p {
  font-size: 18px;
  line-height: 36px;
}
#pc .content-page {
  margin: 220px 100px 0;
  z-index: 999;
}
#pc .page-heading {
  padding-bottom: 40px;
}
#pc .page-heading__title-head {
  position: relative;
  margin: 12px 0 12px 32px;
  font-size: 22px;
  font-weight: bold;
}
#pc .page-heading__title-head::before {
  content: "・";
  position: absolute;
  top: -1px;
  left: -29px;
  font-size: 24px;
  color: #F0A817;
}
#pc .page-heading h1 {
  font-family: "Futura", "Century Gothic";
  font-size: 45px;
  font-weight: bold;
  line-height: 60px;
  padding-left: 8px;
}
#pc .page-heading__img-index {
  width: 886px;
  position: absolute;
  top: -20px;
  right: 0;
}
#pc .page-heading-container {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  position: fixed;
  z-index: 1000;
}
#pc .page-heading-container .page-heading {
  padding: 20px 0 20px 100px;
}
#pc .content-about-us p {
  font-size: 18px;
  line-height: 36px;
}
#pc .content-about-us .profile {
  position: relative;
  height: 760px;
  margin: 0 0 0 727px;
}
#pc .content-about-us .profile__box {
  margin: 0 0 0 30px;
  padding-top: 180px;
}
#pc .content-about-us .profile__title-head {
  position: relative;
  margin: 12px 0 12px 32px;
  font-size: 26px;
  font-weight: bold;
}
#pc .content-about-us .profile__title-head::before {
  content: "・";
  position: absolute;
  top: -1px;
  left: -29px;
  font-size: 24px;
  color: #F0A817;
}
#pc .content-about-us .profile h2 {
  padding-left: 28px;
  font-size: 45px;
  font-weight: bold;
  line-height: 60px;
}
#pc .content-about-us .profile img {
  width: 827px;
  position: absolute;
  top: 0;
  left: -827px;
}
#pc .content-about-us .profile p {
  margin: 20px 0 0 28px;
}
#pc .content-about-us .description {
  position: relative;
  height: 464px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#pc .content-about-us .description img {
  position: absolute;
  width: 860px;
  left: 590px;
}
#pc .content-about-us .description h3 {
  position: relative;
  padding-left: 20px;
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: bold;
}
#pc .content-about-us .description h3::before {
  content: "・";
  position: absolute;
  top: 5px;
  left: -8px;
  font-size: 24px;
  color: #F0A817;
}
#pc .content-about-us .description p {
  padding-left: 20px;
}
#pc .content-about-us .description-01 {
  margin-top: 232px;
}
#pc .content-about-us .description-02 {
  margin-top: 100px;
}
#pc .content-about-us .description-03 {
  margin-top: 100px;
  margin-bottom: 40px;
}
#pc .content-over-view p {
  font-size: 18px;
  line-height: 36px;
}
#pc .content-over-view .overview {
  width: 855px;
  margin: 130px auto 80px;
}
#pc .content-over-view .overview ul li {
  display: flex;
  width: 100%;
  padding: 24px 0;
  font-size: 18px;
  border-bottom: 1px solid #D0D0D0;
}
#pc .content-over-view .overview ul li .list-category {
  width: 277px;
  font-weight: bold;
}
#pc .content-over-view .overview ul li:last-child {
  border-bottom: none;
}
#pc .content-consulting .consulting {
  margin-top: 200px;
  padding-left: 250px;
}
#pc .content-consulting .consulting__title-head {
  position: relative;
  margin: 12px 0 12px 32px;
  font-size: 26px;
  font-weight: bold;
}
#pc .content-consulting .consulting__title-head::before {
  content: "・";
  position: absolute;
  top: 1px;
  left: -29px;
  font-size: 24px;
  color: #F0A817;
}
#pc .content-consulting .consulting h2 {
  position: relative;
  padding-left: 20px;
  margin-bottom: 40px;
  font-family: "Futura", "Century Gothic";
  font-size: 64px;
  font-weight: medium;
}
#pc .content-consulting .consulting__img-box {
  position: relative;
  height: 464px;
}
#pc .content-consulting .consulting__img-box img {
  position: absolute;
  width: 1205px;
  left: 0;
}
#pc .content-consulting .consulting h3 {
  margin-top: 30px;
  font-size: 45px;
  font-weight: bold;
  line-height: 76px;
}
#pc .content-consulting .consulting p {
  font-size: 18px;
  line-height: 36px;
  margin: 20px 0 0 2px;
}
#pc .content-consulting .consulting-02 {
  margin-top: 160px;
  margin-bottom: 80px;
}
#pc .content-food-business .food-business {
  position: relative;
  height: 1331px;
  margin-bottom: 80px;
}
#pc .content-food-business .food-business img {
  position: absolute;
  height: 100%;
}
#pc .content-contact .contact-form {
  width: 855px;
  margin: 0 auto;
}
#pc .content-contact .contact-form .wpcf7 {
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Noto Sans CJK JP";
}
#pc .content-contact .contact-form .wpcf7 p {
  margin-bottom: 30px;
}
#pc .content-contact .contact-form .wpcf7 label {
  font-size: 16px;
  font-weight: bold;
}
#pc .content-contact .contact-form .wpcf7 input {
  background-color: #F5F5F4;
  width: 100%;
  height: 50px;
  margin-top: 12px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 400;
  border-radius: 4px;
}
#pc .content-contact .contact-form .wpcf7 textarea {
  background-color: #F5F5F4;
  height: 317px;
  width: 100%;
  margin-top: 12px;
  font-weight: 400;
  padding: 20px;
  line-height: 22px;
  border-radius: 4px;
  resize: none;
}
#pc .content-contact .contact-form .wpcf7 .wpcf7-not-valid-tip {
  margin-top: 8px;
  margin-bottom: 20px;
}
#pc .content-contact .contact-form .wpcf7 .btn-submit {
  position: relative;
  width: 300px;
  margin: 0 auto;
}
#pc .content-contact .contact-form .wpcf7 .btn-submit::before {
  content: ">";
  position: absolute;
  top: 27px;
  right: 20px;
  font-size: 16px;
  color: #ffffff;
  transform: scaleY(1.4);
}
#pc .content-contact .contact-form .wpcf7 .btn-submit input[type=submit] {
  background-color: #F0A817;
  width: 100%;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 768px) {
  #pc {
    display: none !important;
  }
}
#sp .nav {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: -120%;
  width: 91.7%;
  height: 100vh; /*ナビの高さ*/
  background-color: #F5F5F4;
  transition: all 0.2s;
  background-image: url(images/sp/sidebar/bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position-x: 20px;
  background-position-y: bottom;
}
#sp .nav--active {
  right: 0;
}
#sp .nav--active ul {
  position: fixed;
  z-index: 10000;
  height: 100vh; /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#sp .nav ul {
  width: 297px;
  margin-left: 30px;
  padding-top: 56px;
}
#sp .nav ul li {
  margin: 0 auto;
  width: 100%;
  height: 72px;
  border-bottom: 1px solid #D0D0D0;
  font-family: "Futura", "Century Gothic";
  font-size: 16px;
  font-weight: bold;
}
#sp .nav ul li a {
  display: flex;
  align-items: center;
  height: 100%;
}
#sp .nav ul li a.active {
  color: #D0D0D0;
}
#sp .nav ul li:last-child {
  border-bottom: none;
}
#sp .nav #nav-close {
  position: absolute;
  width: 18px;
  height: 18px;
  top: 20px;
  right: 21px;
  z-index: 10001;
}
#sp .wrapper {
  opacity: 1;
}
#sp .wrapper__nav--active {
  opacity: 0.2;
}
#sp header {
  background-color: #ffffff;
  position: fixed;
  width: 100%;
  height: 60px;
  z-index: 1000;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
}
#sp header .header__inner {
  margin: 0 auto;
  width: 90%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#sp header .header__inner .header__back-to-top img {
  width: 40px;
}
#sp header .header__inner img#nav-open {
  height: 11px;
}
#sp .container {
  width: 100%;
  padding-top: 60px;
  margin: 0 auto;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Noto Sans CJK JP";
}
#sp .container main .border-orange {
  width: 100%;
  height: 15px;
  background-color: #F0A817;
}
#sp .container .add-padding {
  padding-left: 20px;
  padding-right: 20px;
}
#sp .page-transition {
  position: fixed;
  z-index: 100000;
  top: 0;
  right: -120%;
  width: 100%;
  height: 100vh;
  background-color: #d1d1d1;
  opacity: 0.97;
  transition: all 0.2s;
  background-image: url(images/sp/sidebar/bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position-x: 20px;
  background-position-y: bottom;
}
#sp .page-transition--active {
  right: 0;
}
#sp .content .page-heading {
  margin-top: 36px;
}
#sp .content .page-heading__title-head {
  position: relative;
  margin-left: 20px;
  font-size: 12px;
  font-weight: bold;
}
#sp .content .page-heading__title-head::before {
  content: "・";
  position: absolute;
  top: -3px;
  left: -22px;
  font-size: 19px;
  color: #F0A817;
}
#sp .content .page-heading h1, #sp .content .page-heading h2 {
  margin-top: 10px;
  font-family: "Futura", "Century Gothic";
  font-size: 30px;
  font-weight: 500;
  line-height: 38px;
}
#sp .content p {
  font-size: 14px;
  line-height: 32px;
  font-weight: 500;
}
#sp .content-index img {
  width: 100%;
}
#sp .content-index section {
  width: 100%;
  padding: 0 20px;
}
#sp .content-index .heading {
  margin-top: 36px;
}
#sp .content-index .heading__title-head {
  position: relative;
  margin-left: 20px;
  font-size: 12px;
  font-weight: bold;
}
#sp .content-index .heading__title-head::before {
  content: "・";
  position: absolute;
  top: -3px;
  left: -22px;
  font-size: 19px;
  color: #F0A817;
}
#sp .content-index .heading h2 {
  margin-top: 14px;
  font-size: 25px;
  font-weight: bold;
  line-height: 38px;
}
#sp .content-index .description p {
  font-size: 14px;
  line-height: 32px;
  font-weight: 500;
}
#sp .content-index .description p:first-child {
  margin-top: 40px;
}
#sp .content-index .description p:last-child {
  margin: 30px 0;
}
#sp .content-about-us img {
  width: 94.87%;
}
#sp .content-about-us h2 {
  margin: 30px 0 24px;
  font-size: 25px;
  font-weight: bold;
}
#sp .content-about-us h3 {
  position: relative;
  margin: 24px 0 20px 14px;
  padding: 0 20px;
  font-size: 16px;
  font-weight: bold;
}
#sp .content-about-us h3::before {
  content: "・";
  position: absolute;
  top: -1px;
  left: -2px;
  font-size: 19px;
  color: #F0A817;
}
#sp .content-about-us p {
  padding: 0 20px;
  line-height: 28px;
}
#sp .content-about-us .description__img-box {
  text-align: right;
}
#sp .content-over-view .overview {
  margin: 40px 0 120px;
}
#sp .content-over-view ul li {
  display: flex;
  width: 100%;
  padding: 24px 0;
  font-size: 14px;
  line-height: 26px;
  border-bottom: 1px solid #D0D0D0;
}
#sp .content-over-view ul li .list-category {
  width: 80px;
  font-weight: bold;
}
#sp .content-over-view ul li:last-child {
  border-bottom: none;
}
#sp .content-consulting img {
  width: 94.87%;
}
#sp .content-consulting p {
  padding: 0 20px;
  line-height: 28px;
}
#sp .content-consulting h3 {
  padding: 0 20px;
  margin: 20px 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 36px;
}
#sp .content-consulting .page-heading__title-head::before {
  left: -2px;
}
#sp .content-food-business img {
  width: 94.87%;
}
#sp .content-food-business .food-business {
  margin: 50px 0 80px;
  text-align: right;
}
#sp .content-contact .contact-form {
  width: 100%;
  margin: 40px auto 40px;
  padding: 0 20px;
}
#sp .content-contact .contact-form .wpcf7 {
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Noto Sans CJK JP";
}
#sp .content-contact .contact-form .wpcf7 p {
  margin-bottom: 30px;
}
#sp .content-contact .contact-form .wpcf7 label {
  font-size: 16px;
  font-weight: bold;
}
#sp .content-contact .contact-form .wpcf7 input {
  background-color: #F5F5F4;
  width: 100%;
  height: 50px;
  margin-top: 12px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 400;
  border-radius: 4px;
}
#sp .content-contact .contact-form .wpcf7 textarea {
  background-color: #F5F5F4;
  height: 317px;
  width: 100%;
  margin-top: 12px;
  font-weight: 400;
  padding: 20px;
  line-height: 22px;
  border-radius: 4px;
  resize: none;
}
#sp .content-contact .contact-form .wpcf7 .wpcf7-not-valid-tip {
  margin-top: 8px;
  margin-bottom: 20px;
}
#sp .content-contact .contact-form .wpcf7 .btn-submit {
  position: relative;
  width: 310px;
  margin: 0 auto;
}
#sp .content-contact .contact-form .wpcf7 .btn-submit::before {
  content: ">";
  position: absolute;
  top: 27px;
  right: 20px;
  font-size: 16px;
  color: #ffffff;
  transform: scaleY(1.4);
}
#sp .content-contact .contact-form .wpcf7 .btn-submit input[type=submit] {
  background-color: #F0A817;
  width: 100%;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
#sp footer .footer__kv {
  display: block;
  width: 100%;
}
#sp footer .footer__inner {
  position: relative;
  background-color: #F5AA2D;
  background-image: url(images/sp/footer/bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position-y: bottom;
  height: 484px;
}
#sp footer .footer__inner .inner__icon {
  position: absolute;
  top: 40px;
  left: 20px;
  width: 40px;
}
#sp footer .footer__inner ul {
  font-family: "Futura", "Century Gothic";
  padding: 112px 0 0 20px;
}
#sp footer .footer__inner ul li {
  margin-bottom: 26px;
}
#sp footer .footer__inner ul li a {
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
}
#sp footer .footer__inner ul li a.active {
  color: #654303;
}
#sp footer .footer__inner .footer__copylight {
  padding: 60px 0 0 20px;
  font-size: 12px;
  color: #ffffff;
}/*# sourceMappingURL=style.css.map */