@charset "UTF-8";
/**
 * Foundation
 */
/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box;
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default;
  /* 1 */
  line-height: 1.5;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  tab-size: 4;
  /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  /* 5 */
  -webkit-text-size-adjust: 100%;
  /* 5 */
  word-break: break-word;
  /* 6 */
}

/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge 18- and IE.
 */
hr {
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

/**
 * 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: 1em;
  /* 2 */
}

/* Text-level semantics
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * 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: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
iframe {
  border-style: none;
}

/**
 * Remove the border on images within links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible;
  /* 1 */
  text-transform: none;
  /* 2 */
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0;
  /* 1 */
  padding: 0.35em 0.75em 0.625em;
  /* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0;
  /* 1 */
  overflow: auto;
  /* 2 */
  resize: vertical;
  /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  padding: 0;
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* FooterBanaArea
 * ========================================================================== */
#footerbanaarea{
  padding: 5% 0;
  display: block;
}

.ft_bana{
  display: flex;
  justify-content: space-between;
}

.ft_bana a img{
  background: #fff;
  transition-property: all;
  transition: 0.2s linear;
}

.ft_bana a img:hover{
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .ft_bana{
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  }

  .ft_bana a img{
  margin: 2% auto;
  }


}


/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
  /* 2 */
}

/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/**
 * initialize tag stules
 */
html {
  font: 10px/1.7 "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.6041666667vw;
  }
}

body {
  color: #1d1d1d;
  font-size: 1.8rem;
  -webkit-text-size-adjust: none;
  min-width: calc(1024px + 8rem);
}
@media screen and (max-width: 768px) {
  body {
    min-width: 0;
  }
}

img {
  border: 0;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  img {
    max-width: 100%;
  }
}

sup {
  font-size: 0.6em;
  vertical-align: super;
}

/**
 * ANCHOR
 */
a {
  color: #1183c0;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

/**
 * Heading
 */
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}

/**
 * Paragraph
 */
p {
  margin: 0;
}

/**
 * List
 */
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

dl,
dd {
  margin: 0;
}

.mega-footer {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .mega-footer {
    display: none;
  }
}

/**
 * Layout
 */
/**
 * HEADER
 */
.l-header {
  border-bottom: 2px solid #f7931e;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  background: #fff;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .l-header {
    border-bottom-width: 0.1rem;
  }
}
.l-header__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  height: 6.4rem;
}
@media screen and (max-width: 768px) {
  .l-header__inner {
    height: 4rem;
  }
}
.l-header__title {
  font-size: 1px;
}
@media screen and (max-width: 768px) {
  .l-header__title__image {
    width: 8.9rem;
  }
}
.l-header__button {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  color: #fff;
  background: #ed1c24;
  border-radius: 0.6rem;
  padding: 1rem;
}
@media screen and (max-width: 768px) {
  .l-header__button {
    font-size: 1.1rem;
    padding: 0.8rem;
  }
}
.l-header__button:hover {
  color: #fff;
}
@media screen and (min-width: 769px) {
  .l-header__button:hover {
    opacity: 0.7;
  }
}

.l-main {
  display: block;
  padding-top: 6.6rem;
}
@media screen and (max-width: 768px) {
  .l-main {
    padding-top: 4.1rem;
  }
}

/**
 * Object
 */
/* Component */
.c-cv__head {
  margin-bottom: 2.5rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-cv__head {
    margin-bottom: 2.25rem;
  }
}
@media screen and (max-width: 768px) {
  .c-cv__head__image {
    width: 33rem;
    height: auto;
  }
}
.c-cv__action {
  text-align: center;
}
.c-cv__button {
  background: #51bb84;
  border: 3px solid #fff;
  border-radius: 9999px;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.4;
  text-decoration: none;
  height: 132px;
  width: 610px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .c-cv__button {
    border-width: 0.2rem;
    font-size: 2rem;
    height: 7.5rem;
    width: 32rem;
  }
}
.c-cv__button::after {
  content: "";
  display: block;
  background: url(../img/pc/icon-arrow-green.svg) no-repeat center center/contain;
  width: 2.8rem;
  height: 2.8rem;
  margin-left: 1.5rem;
}
@media screen and (max-width: 768px) {
  .c-cv__button::after {
    width: 1.8rem;
    height: 1.8rem;
    margin-left: 1rem;
  }
}
.c-cv__button:hover {
  color: #fff;
}
@media screen and (min-width: 769px) {
  .c-cv__button:hover {
    opacity: 0.7;
  }
}

/* Project */
.p-main {
  background: url(../img/pc/bg-visual.png) no-repeat center center/cover;
  background-size: 100% 100%;
  height: 400px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-main {
    background: url(../img/sp/bg-visual@2x.png) no-repeat center center/cover;
    background-size: 100% 100%;
    border-bottom-width: 4rem;
    height: 46rem;
  }
}
.p-main__inner {
  position: relative;
  padding: 3.5rem 0;
}
.p-main__inner::before {
  content: "";
  width: 263px;
  height: 528px;
  background: url(../img/pc/main_person_left@2x.png) no-repeat center center/cover;
  position: absolute;
  left: -25px;
  top: -20px;
}
.p-main__inner::after {
  content: "";
  width: 304px;
  height: 480px;
  background: url(../img/pc/main_person_right@2x.png) no-repeat center center/cover;
  position: absolute;
  right: -58px;
  top: -40px;
}
@media screen and (max-width: 768px) {
  .p-main__inner {
    padding: 1rem 0 0;
  }
  .p-main__inner::before {
    content: none;
  }
  .p-main__inner::after {
    content: none;
  }
}
.p-main__body {
  position: relative;
  z-index: 1;
}
.p-main__phrase {
  text-align: center;
}
.p-main__phrase > picture > img {
  width: 560px;
}
.p-main__catch {
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-main__catch {
    margin-bottom: 1.5rem;
  }
}
.p-main__catch__text {
  font-size: 46px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background: #51bb84;
  white-space: nowrap;
  height: 6.2rem;
  display: inline-flex;
  padding: 0 1rem;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-main__catch__text {
    font-size: 2.7rem;
    padding: 1rem;
    height: 4rem;
    white-space: normal;
  }
}
.p-main__catch__text ~ .p-main__catch__text {
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .p-main__catch__text ~ .p-main__catch__text {
    margin-top: 0.5rem;
  }
}
.p-main__catch__text > b {
  color: #fffc42;
  font-size: 4.8rem;
}
@media screen and (max-width: 768px) {
  .p-main__catch__text > b {
    font-size: 2.7rem;
  }
}

.p-companies {
  padding: 0 0 50px;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  .p-companies {
    padding: 2.5rem 0 4.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-companies__item__image {
    height: 18.6rem;
    width: auto !important;
  }
}

@media screen and (max-width: 768px) {
  .p-comic {
    background-size: 2rem;
  }
}
.p-comic__head {
  position: relative;
  text-align: center;
  padding: 0 0 8rem;
  background: #fef8d4;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  .p-comic__head {
    padding-bottom: 5rem;
  }
}
.p-comic__head__image {
  margin-top: -3rem;
}
@media screen and (max-width: 768px) {
  .p-comic__head__image {
    margin-top: -2rem;
    width: 26rem;
    height: auto;
  }
}
.p-comic__list {
  z-index: 1;
  position: relative;
  margin-top: -3.5rem;
}
@media screen and (max-width: 768px) {
  .p-comic__list {
    margin-top: -3rem;
  }
}
.p-comic__list__page + .p-comic__list__page {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .p-comic__list__page + .p-comic__list__page {
    margin-top: 1.5rem;
  }
}
.p-comic__list__page__image {
  height: auto;
  width: 100%;
  
}
.p-comic__cv {
  padding: 290px 0 10rem;
  margin-top: -22.5rem;
  background: #fef8d4;
}
@media screen and (max-width: 768px) {
  .p-comic__cv {
    margin-top: -4rem;
    padding: 8rem 0 4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-comic__sp-comic {
    margin: -1.7rem 0 0;
    position: relative;
  }
}

.p-worry {
  padding: 5.5rem 0;
}
@media screen and (max-width: 768px) {
  .p-worry {
    padding: 3rem 0;
  }
}
.p-worry__head {
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .p-worry__head {
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-worry__head__image {
    width: 32.2rem;
    height: auto;
  }
}
.p-worry__list {
  text-align: center;
}
.p-worry__list__wrap {
  display: inline-block;
  min-width: 67rem;
  margin: 0 auto;
  border-radius: 1.6rem;
  border: 2.5px solid #51bb84;
  padding: 3rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-worry__list__wrap {
    border-width: 0.16rem;
    min-width: 0;
    padding: 1.2rem;
    border-radius: 1rem;
    width: 100%;
  }
}
.p-worry__list__item {
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: bold;
  padding-left: 4rem;
  background: url(../img/pc/icon-check.svg) no-repeat left 0.3em/2.3rem 1.8rem;
}
@media screen and (max-width: 768px) {
  .p-worry__list__item {
    white-space: nowrap;
    font-size: 1.8rem;
    padding-left: 2.2rem;
    letter-spacing: 1px;
    background-size: 1.3rem 1.05rem;
  }
}
.p-worry__list__item + .p-worry__list__item {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .p-worry__list__item + .p-worry__list__item {
    margin-top: 1.5rem;
  }
}
.p-worry__result {
  text-align: center;
  margin-top: 1rem;
  position: relative;
}
.p-worry__result::before {
  content: "";
  display: block;
  background: url(../img/pc/worry-arrow.svg) no-repeat center center/contain;
  width: 5.2rem;
  height: 7.2rem;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -70px;
}
@media screen and (max-width: 768px) {
  .p-worry__result::before {
    width: 4.8rem;
    height: 5.7rem;
    bottom: -7rem;
  }
}
@media screen and (max-width: 768px) {
  .p-worry__result__image {
    width: 32.4rem;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-worry__result {
    margin-top: 2rem;
  }
}

.p-can__inner {
  background: #f09032;
  padding: 8rem 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-can__inner {
    padding: 4rem 0 6rem;
  }
}
.p-can__head {
  text-align: center;
  margin-bottom: 7.4rem;
}
@media screen and (max-width: 768px) {
  .p-can__head {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .p-can__head__image {
    width: 32.6rem;
    height: auto;
  }
}
.p-can__box {
  background: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-can__box {
    background: none;
  }
}
.p-can__box + .p-can__box {
  margin-top: 10rem;
}
@media screen and (max-width: 768px) {
  .p-can__box + .p-can__box {
    margin-top: 3rem;
  }
}
.p-can__box__body {
  padding: 6rem 2rem 2rem 2rem;
  width: 58.4rem;
  min-height: 30.4rem;
  position: relative;
}
.p-can__box__body__top-left {
  font-size: 2.8rem;
  font-weight: bold;
  color: #fff;
  background: #51bb84;
  position: absolute;
  width: 22.6rem;
  height: 5rem;
  top: 0;
  left: 0;
  padding-left: 3rem;
  border-bottom-right-radius: 1.8rem;
}
@media screen and (max-width: 768px) {
  .p-can__box__body__top-left {
    font-size: 2rem;
    width: 17rem;
    height: 3.75rem;
    padding-left: 1.65rem;
  }
}
@media screen and (max-width: 768px) {
  .p-can__box__body {
    background: #fff;
    width: auto;
    min-height: 0;
    padding: 5rem 1.5rem 3rem;
  }
}
.p-can__box__label {
  font-size: 3.2rem;
  line-height: 1.3;
  color: #51bb84;
  padding: 0 2rem 1.5rem 0;
  margin: 0 -2rem 1.5rem 0;
  border-bottom: 2px solid #51bb84;
}
.p-can__box__label__span {
  display: block;
  font-size: 2rem;
  color: #f09032;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .p-can__box__label {
    font-size: 2.4rem;
    white-space: inherit;
    margin: 0 0 1rem;
    padding: 0 0 1rem;
    border-width: 0.15rem;
    font-weight: normal;
  }
  .p-can__box__label__span {
    font-size: 1.5rem;
  }
}
.p-can__box__intro {
  font-size: 2rem;
  line-height: 1.75;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 768px) {
  .p-can__box__intro {
    font-size: 1.5rem;
  }
}
.p-can__box__strong {
  font-size: inherit;
  font-weight: normal;
  background: linear-gradient(to bottom, rgba(247, 147, 30, 0) 80%, #f7931e 80%);
}
.p-can__box__remark {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  color: #00aab0;
}
@media screen and (max-width: 768px) {
  .p-can__box__remark {
    font-size: 1.5rem;
  }
}
.p-can__box__figure {
  display: flex;
  padding: 2rem;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: -2.2rem;
  margin: 0;
  background: #fff;
  width: 44rem;
  height: 35rem;
  border-radius: 1.8rem;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  .p-can__box__figure {
    position: relative;
    top: 0;
    width: auto;
    height: auto;
    border-radius: 1.4rem;
    margin: -1.4rem -0.5rem 0 -0.5rem;
  }
}
.p-can__box__figure__image {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-can__box__figure__image {
    width: 100%;
  }
  .p-can__box__figure__image--1 {
    width: 31.85rem;
  }
  .p-can__box__figure__image--2 {
    width: 24.6rem;
  }
  .p-can__box__figure__image--3 {
    width: 19.2rem;
  }
  .p-can__box__figure__image--4 {
    width: 29.85rem;
  }
}
.p-can__box__figure::before {
  content: "";
  width: 100%;
  height: 7.5rem;
  background: #fef4bf;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom-left-radius: 1.8rem;
  border-bottom-right-radius: 1.8rem;
}
.p-can__box.is-left .p-can__box__body {
  margin-left: auto;
}
.p-can__box.is-left .p-can__box__label {
  padding: 0 0 1.5rem 2rem;
  margin: 0 0 1.5rem -2rem;
}
@media screen and (max-width: 768px) {
  .p-can__box.is-left .p-can__box__label {
    margin: 0 0 1rem;
    padding: 0 0 1rem;
  }
}
.p-can__box.is-left .p-can__box__figure {
  left: 0;
  right: auto;
}
.p-can__cv {
  background: #d9f2f3;
  padding: 12rem 0 10rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-can__cv {
    padding: 7rem 0 4rem;
  }
}
.p-can__cv::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  border-style: solid;
  border-width: 4.5rem 4.25rem 0 4.25rem;
  border-color: #00aab0 transparent transparent transparent;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p-can__cv::before {
    border-width: 2.7rem 2.25rem 0 2.25rem;
  }
}

.p-contact {
  padding: 0 /* 0 0 10rem */;
}
@media screen and (max-width: 768px) {
  .p-contact {
    padding-bottom: 3rem;
  }
}
.p-contact__head {
  position: relative;
  background: #f09032;
  padding: 5rem 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-contact__head {
    padding: 2rem 0;
  }
}
.p-contact__head__image {
  width: 30rem;
  height: auto;
}
.p-contact__inner {
  padding-top: 9rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-contact__inner {
    padding-top: 4rem;
  }
}
.p-contact__inner::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  border-style: solid;
  border-width: 4.5rem 4.25rem 0 4.25rem;
  border-color: #f09032 transparent transparent transparent;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p-contact__inner::before {
    border-width: 2.7rem 2.25rem 0 2.25rem;
  }
}
.p-contact__inner__capture {
  display: block;
  margin: 0 auto;
  height: auto;
}
.p-contact__banner {
  display: flex;
  margin: 10rem -2rem 0;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-contact__banner {
    display: block;
    margin: 2.7rem 0 0;
  }
}
.p-contact__banner__item {
  margin: 0 2rem;
  width: calc(50% - 4rem);
}
@media screen and (max-width: 768px) {
  .p-contact__banner__item {
    margin: 0;
    width: auto;
  }
  .p-contact__banner__item:nth-child(2) {
    margin-top: 2rem;
  }
}
.p-contact__banner__item__image {
  width: 100%;
}
.p-contact__banner__button:hover {
  opacity: 0.8;
}

.p-section5 {
  height: 60.7rem;
  margin-top: -2.5rem;
  padding-top: 5.5rem;
  background-color: #919187;
  background-image: linear-gradient(#919187, #f7f7f6);
}
.p-section5__head {
  text-align: center;
}
.p-section5__img1 {
  display: block;
  width: 97rem;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p-section5 {
    height: 59.75rem;
    margin-top: 0;
  }
  .p-section5__head__image {
    width: 23.1rem;
  }
}

.p-section6 {
  height: 41.5rem;
  background: #f09032;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-section6__head {
  text-align: center;
}
.p-section6::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  border-style: solid;
  border-width: 4.5rem 4.25rem 0 4.25rem;
  border-color: #fff transparent transparent transparent;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p-section6 {
    height: 29.25rem;
    padding-top: 4rem;
  }
  .p-section6__head__image {
    width: 30.45rem;
  }
}

.p-section7 {
  position: relative;
  padding: 9.5rem 0 10rem;
}
.p-section7__head {
  text-align: center;
}
.p-section7__txt1 {
  text-align: center;
  font-size: 30px;
  font-weight: normal;
  color: #000;
  margin-top: 3rem;
}
.p-section7__txt1__span {
  font-size: 30px;
  font-weight: bold;
  color: #f09032;
}
.p-section7__img {
  text-align: center;
  margin-top: 3rem;
}
.p-section7::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  border-style: solid;
  border-width: 4.5rem 4.25rem 0 4.25rem;
  border-color: #f09032 transparent transparent transparent;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p-section7 {
    padding: 7.5rem 2rem;
  }
  .p-section7__head__image {
    width: 32.6rem;
    height: auto;
  }
  .p-section7__txt1 {
    font-size: 2rem;
    margin-top: 2rem;
  }
  .p-section7__txt1__span {
    font-size: 2rem;
  }
  .p-section7__img {
    margin-top: 2rem;
  }
}

.p-section8 {
  position: relative;
  padding: 9rem 0 8rem;
}
.p-section8__head {
  text-align: center;
}
.p-section8__swiper {
  margin-top: 4rem;
}
.p-section8__swiper__slide {
  width: 400px !important;
  box-shadow: 0 0 10px 1px #c9c9c9;
  border-radius: 3rem;
  border-bottom: 1px solid #c9c9c9;
}
.p-section8__txt-holder {
  position: relative;
  padding-bottom: 3rem;
}
.p-section8__txt-holder::before {
  content: "";
  width: 6px;
  height: 15.7rem;
  background: #f09032;
  position: absolute;
  top: 0;
  left: 3rem;
}
.p-section8__txt1 {
  font-size: 2.1rem;
  font-weight: bold;
  color: #000;
  padding-left: 5rem;
  padding-top: 0.5rem;
}
.p-section8__txt2 {
  font-size: 1.8rem;
  font-weight: normal;
  color: #000;
  padding-left: 5rem;
  padding-right: 3rem;
  line-height: 1.4;
  margin-top: 0.5rem;
  min-height: 10rem;
}
.p-section8__txt3 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #f09032;
  padding-left: 3rem;
  margin-top: 1.5rem;
}
.p-section8__ul {
  margin-left: 3rem;
}
.p-section8__li {
  font-size: 1.7rem;
  font-weight: normal;
  color: #000;
  position: relative;
  padding: 0 3rem;
  line-height: 1.4;
}
.p-section8__li:nth-child(1)::before {
  content: "";
  width: 13px;
  height: 32px;
  background: url(../img/pc/sec8-li1.png) no-repeat center center/cover;
  position: absolute;
  left: 0;
  top: 8px;
}
.p-section8__li:nth-child(2)::before {
  content: "";
  width: 18px;
  height: 32px;
  background: url(../img/pc/sec8-li2.png) no-repeat center center/cover;
  position: absolute;
  left: 0;
  top: 8px;
}
.p-section8__li:nth-child(3)::before {
  content: "";
  width: 18px;
  height: 33px;
  background: url(../img/pc/sec8-li3.png) no-repeat center center/cover;
  position: absolute;
  left: 0;
  top: 8px;
}
.p-section8__li + li {
  margin-top: 1.8rem;
}
.p-section8__prev {
  opacity: 1 !important;
  background: url(../img/pc/prev.png) no-repeat center center/cover;
  width: 128px;
  height: 128px;
  left: 7.7rem;
}
.p-section8__prev::after {
  content: none !important;
}
.p-section8__next {
  opacity: 1 !important;
  background: url(../img/pc/next.png) no-repeat center center/cover;
  width: 128px;
  height: 128px;
  right: 7.7rem;
}
.p-section8__next::after {
  content: none !important;
}
.p-section8::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  border-style: solid;
  border-width: 4.5rem 4.25rem 0 4.25rem;
  border-color: #f09032 transparent transparent transparent;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p-section8 {
    padding: 6.5rem 0 4rem;
  }
  .p-section8__swiper {
    padding: 0 4rem;
  }
  .p-section8__swiper__slide {
    width: 100% !important;
    box-shadow: 0.3rem 0 0.5rem 0 #c9c9c9;
  }

  .p-section8__swiper__slide img{
    width: 100% !important;
  }

  .p-section8__txt-holder {
    padding-bottom: 2.4rem;
  }
  .p-section8__txt-holder::before {
    width: 0.3rem;
    left: 2.25rem;
    height: 12rem;
  }
  .p-section8__txt1 {
    font-size: 1.6rem;
    padding-left: 3.75rem;
  }
  .p-section8__txt2 {
    font-size: 1.35rem;
    padding-left: 3.75rem;
    min-height: 7rem;
  }
  .p-section8__txt3 {
    font-size: 1.8rem;
    padding-left: 2.3rem;
  }
  .p-section8__ul {
    margin-left: 2.3rem;
    margin-top: 0.5rem;
  }
  .p-section8__li {
    font-size: 1.3rem;
    padding: 0 2rem;
  }
  .p-section8__li:nth-child(1)::before {
    width: 1rem;
    height: 2.4rem;
    top: 0.5rem;
  }
  .p-section8__li:nth-child(2)::before {
    width: 1.35rem;
    height: 2.45rem;
    top: 0.5rem;
  }
  .p-section8__li:nth-child(3)::before {
    width: 1.4rem;
    height: 2.5rem;
    top: 0.5rem;
  }
  .p-section8__prev {
    width: 7.25rem;
    height: 7.25rem;
    left: -0.4rem;
  }
  .p-section8__next {
    width: 7.25rem;
    height: 7.25rem;
    right: -0.4rem;
  }
}

/* Utility */
/**
 * Align Styles
 *
 * .u-align-center
 * .u-align-left
 * .u-align-right
 * .u-align-justify
 *
 * @see foundation/mixins/style/_align.scss
 */
.u-align-center {
  text-align: center !important;
}

.u-align-left {
  text-align: left !important;
}

.u-align-right {
  text-align: right !important;
}

.u-align-justify {
  text-align: justify !important;
}

@media screen and (min-width: 769px) {
  .u-pc-align-center {
    text-align: center !important;
  }

  .u-pc-align-left {
    text-align: left !important;
  }

  .u-pc-align-right {
    text-align: right !important;
  }

  .u-pc-align-justify {
    text-align: justify !important;
  }
}
@media screen and (max-width: 768px) {
  .u-sp-align-center {
    text-align: center !important;
  }

  .u-sp-align-left {
    text-align: left !important;
  }

  .u-sp-align-right {
    text-align: right !important;
  }

  .u-sp-align-justify {
    text-align: justify !important;
  }
}
/**
 * Anchor
 */
@media screen and (min-width: 769px) {
  .u-anchor-tel {
    color: inherit;
    text-decoration: none;
    pointer-events: none !important;
  }
}

.u-anchor-hide {
  position: relative;
  height: 1px;
  display: block;
  overflow: hidden;
  top: -6.6rem;
}
@media screen and (max-width: 768px) {
  .u-anchor-hide {
    top: -4.1rem;
  }
}

.u-color-text {
  color: #1d1d1d !important;
}

.u-color-link-text {
  color: #1183c0 !important;
}

/**
 * Display Styles
 *
 * .u-display-block
 * .u-display-inline-block
 * .u-display-flex
 * .u-display-none
 *
 * @see foundation/mixins/style/_display.scss
 */
.u-display-block {
  display: block !important;
}

.u-display-inline-block {
  display: inline-block !important;
}

.u-display-flex {
  display: flex !important;
}

.u-display-none {
  display: none !important;
}

@media screen and (min-width: 769px) {
  .u-pc-display-block {
    display: block !important;
  }

  .u-pc-display-inline-block {
    display: inline-block !important;
  }

  .u-pc-display-flex {
    display: flex !important;
  }

  .u-pc-display-none {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .u-sp-display-block {
    display: block !important;
  }

  .u-sp-display-inline-block {
    display: inline-block !important;
  }

  .u-sp-display-flex {
    display: flex !important;
  }

  .u-sp-display-none {
    display: none !important;
  }
}
/**
 * Flex Box
 *
 * .u-flex
 * .u-flex-row-reverse
 * .u-flex-column
 * .u-flex-column-reverse
 * .u-flex-wrap
 * .u-flex-justify-flex-start
 * .u-flex-justify-flex-end
 * .u-flex-justify-center
 * .u-flex-justify-space-between
 * .u-flex-justify-space-around
 * .u-flex-align-flex-start
 * .u-flex-align-flex-end
 * .u-flex-align-center
 * .u-flex-align-space-between
 *
 * @see foundation/mixins/style/_flex.scss
 */
.u-flex {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
}
.u-flex-row-reverse {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -o-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.u-flex-column {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}

.u-flex-column-reverse {
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  -o-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.u-flex-wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.u-flex-justify-flex-start {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
}

.u-flex-justify-flex-end {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
}

.u-flex-justify-center {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}

.u-flex-justify-space-between {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}

.u-flex-justify-space-around {
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
}

.u-flex-align-flex-start {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
}

.u-flex-align-flex-end {
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
}

.u-flex-align-center {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}

.u-flex-align-space-between {
  -webkit-align-items: space-between;
  -moz-align-items: space-between;
  -ms-align-items: space-between;
  -o-align-items: space-between;
  align-items: space-between;
}

@media screen and (min-width: 769px) {
  .u-pc-flex {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
  }
  .u-pc-flex-row-reverse {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -o-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .u-pc-flex-column {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }

  .u-pc-flex-column-reverse {
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -o-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .u-pc-flex-wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .u-pc-flex-justify-flex-start {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
  }

  .u-pc-flex-justify-flex-end {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
  }

  .u-pc-flex-justify-center {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }

  .u-pc-flex-justify-space-between {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }

  .u-pc-flex-justify-space-around {
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
  }

  .u-pc-flex-align-flex-start {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
  }

  .u-pc-flex-align-flex-end {
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
  }

  .u-pc-flex-align-center {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
  }

  .u-pc-flex-align-space-between {
    -webkit-align-items: space-between;
    -moz-align-items: space-between;
    -ms-align-items: space-between;
    -o-align-items: space-between;
    align-items: space-between;
  }
}
@media screen and (max-width: 768px) {
  .u-sp-flex {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
  }
  .u-sp-flex-row-reverse {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -o-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .u-sp-flex-column {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }

  .u-sp-flex-column-reverse {
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -o-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .u-sp-flex-wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .u-sp-flex-justify-flex-start {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
  }

  .u-sp-flex-justify-flex-end {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
  }

  .u-sp-flex-justify-center {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }

  .u-sp-flex-justify-space-between {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }

  .u-sp-flex-justify-space-around {
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
  }

  .u-sp-flex-align-flex-start {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
  }

  .u-sp-flex-align-flex-end {
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
  }

  .u-sp-flex-align-center {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
  }

  .u-sp-flex-align-space-between {
    -webkit-align-items: space-between;
    -moz-align-items: space-between;
    -ms-align-items: space-between;
    -o-align-items: space-between;
    align-items: space-between;
  }
}
/**
 * Float
 *
 * .u-float-left
 * .u-float-right
 * .u-clear
 * .u-clearfix
 *
 * @see foundation/mixins/style/_float.scss
 */
.u-float-left {
  float: left;
}

.u-float-right {
  float: right;
}

.u-clear {
  clear: both;
}

.u-clearfix {
  clear: both;
  content: "";
  display: block;
}

@media screen and (min-width: 769px) {
  .u-pc-float-left {
    float: left;
  }

  .u-pc-float-right {
    float: right;
  }

  .u-pc-clear {
    clear: both;
  }

  .u-pc-clearfix {
    clear: both;
    content: "";
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .u-sp-float-left {
    float: left;
  }

  .u-sp-float-right {
    float: right;
  }

  .u-sp-clear {
    clear: both;
  }

  .u-sp-clearfix {
    clear: both;
    content: "";
    display: block;
  }
}
/**
 * Font Style
 */
.u-font-serif {
  font-family: "Noto Serif JP", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.u-font-sans {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
}

.u-font-source {
  font-family: "Source Code Pro", monospace;
}

.u-font-marker {
  background: rgba(174, 207, 222, 0);
  background: -moz-linear-gradient(top, rgba(174, 207, 222, 0) 70%, #aecfde 70%);
  background: -webkit-gradient(left top, left bottom, color-stop(70%, rgba(174, 207, 222, 0)), color-stop(70%, #aecfde));
  background: -webkit-linear-gradient(top, rgba(174, 207, 222, 0) 70%, #aecfde 70%);
  background: -o-linear-gradient(top, rgba(174, 207, 222, 0) 70%, #aecfde 70%);
  background: -ms-linear-gradient(top, rgba(174, 207, 222, 0) 70%, #aecfde 70%);
  background: linear-gradient(to bottom, rgba(174, 207, 222, 0) 70%, #aecfde 70%);
  font-weight: normal;
}

/**
 * Font Weight
 */
.u-font-weight-normal {
  font-weight: normal;
}

.u-font-weight-bold {
  font-weight: bold;
}

.u-font-weight-bolder {
  font-weight: 900;
}

/**
 * Grid system
 *
 * .u-grid__row
 * .u-grid__col
 * .u-grid__col.is-col-(number)
 *
 * .e.g) If $pc/sp-grid-steps is 12
 * <div class="u-grid__row">
 *     <div class="u-grid__col is-col-6">
 *         width 50%
 *     </div>
 *     <div class="u-grid__col is-col-3">
 *         width 25%
 *     </div>
 *     <div class="u-grid__col is-col-3">
 *         width 25%
 *     </div>
 * </div>
 *
 * @see foundation/mixins/style/_grid.scss
 */
.u-grid__row {
  display: flex;
  margin-left: -1rem;
  margin-right: -1rem;
}
.u-grid__col {
  margin-left: 1rem;
  margin-right: 1rem;
}
.u-grid__col.is-col-1 {
  width: calc(8.3333333333% - 2rem);
}
.u-grid__col.is-col-2 {
  width: calc(16.6666666667% - 2rem);
}
.u-grid__col.is-col-3 {
  width: calc(25% - 2rem);
}
.u-grid__col.is-col-4 {
  width: calc(33.3333333333% - 2rem);
}
.u-grid__col.is-col-5 {
  width: calc(41.6666666667% - 2rem);
}
.u-grid__col.is-col-6 {
  width: calc(50% - 2rem);
}
.u-grid__col.is-col-7 {
  width: calc(58.3333333333% - 2rem);
}
.u-grid__col.is-col-8 {
  width: calc(66.6666666667% - 2rem);
}
.u-grid__col.is-col-9 {
  width: calc(75% - 2rem);
}
.u-grid__col.is-col-10 {
  width: calc(83.3333333333% - 2rem);
}
.u-grid__col.is-col-11 {
  width: calc(91.6666666667% - 2rem);
}
.u-grid__col.is-col-12 {
  width: calc(100% - 2rem);
}

@media screen and (min-width: 769px) {
  .u-pc-grid__row {
    display: flex;
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .u-pc-grid__col {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .u-pc-grid__col.is-col-1 {
    width: calc(8.3333333333% - 2rem);
  }
  .u-pc-grid__col.is-col-2 {
    width: calc(16.6666666667% - 2rem);
  }
  .u-pc-grid__col.is-col-3 {
    width: calc(25% - 2rem);
  }
  .u-pc-grid__col.is-col-4 {
    width: calc(33.3333333333% - 2rem);
  }
  .u-pc-grid__col.is-col-5 {
    width: calc(41.6666666667% - 2rem);
  }
  .u-pc-grid__col.is-col-6 {
    width: calc(50% - 2rem);
  }
  .u-pc-grid__col.is-col-7 {
    width: calc(58.3333333333% - 2rem);
  }
  .u-pc-grid__col.is-col-8 {
    width: calc(66.6666666667% - 2rem);
  }
  .u-pc-grid__col.is-col-9 {
    width: calc(75% - 2rem);
  }
  .u-pc-grid__col.is-col-10 {
    width: calc(83.3333333333% - 2rem);
  }
  .u-pc-grid__col.is-col-11 {
    width: calc(91.6666666667% - 2rem);
  }
  .u-pc-grid__col.is-col-12 {
    width: calc(100% - 2rem);
  }
}
@media screen and (max-width: 768px) {
  .u-sp-grid__row {
    display: flex;
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
  .u-sp-grid__col {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .u-sp-grid__col.is-col-1 {
    width: calc(8.3333333333% - 0.5rem);
  }
  .u-sp-grid__col.is-col-2 {
    width: calc(16.6666666667% - 0.5rem);
  }
  .u-sp-grid__col.is-col-3 {
    width: calc(25% - 0.5rem);
  }
  .u-sp-grid__col.is-col-4 {
    width: calc(33.3333333333% - 0.5rem);
  }
  .u-sp-grid__col.is-col-5 {
    width: calc(41.6666666667% - 0.5rem);
  }
  .u-sp-grid__col.is-col-6 {
    width: calc(50% - 0.5rem);
  }
  .u-sp-grid__col.is-col-7 {
    width: calc(58.3333333333% - 0.5rem);
  }
  .u-sp-grid__col.is-col-8 {
    width: calc(66.6666666667% - 0.5rem);
  }
  .u-sp-grid__col.is-col-9 {
    width: calc(75% - 0.5rem);
  }
  .u-sp-grid__col.is-col-10 {
    width: calc(83.3333333333% - 0.5rem);
  }
  .u-sp-grid__col.is-col-11 {
    width: calc(91.6666666667% - 0.5rem);
  }
  .u-sp-grid__col.is-col-12 {
    width: calc(100% - 0.5rem);
  }
}
/**
 * Image
 *
 * .u-image-full
 * .u-image-contain
 * .u-image-fit-contain
 * .u-image-fit-cover
 * .u-image-fit-fill
 * .u-image-fit-scale-down
 *
 * @see foundation/mixins/style/_image.scss
 */
.u-image-full {
  width: 100%;
}

.u-image-contain {
  max-width: 100%;
}

.u-image-fit-contain {
  object-fit: contain;
}

.u-image-fit-cover {
  object-fit: cover;
}

.u-image-fit-fill {
  object-fit: fill;
}

.u-image-fit-scale-down {
  object-fit: scale-down;
}

@media screen and (min-width: 769px) {
  .u-pc-image-full {
    width: 100%;
  }

  .u-pc-image-contain {
    max-width: 100%;
  }

  .u-pc-image-fit-contain {
    object-fit: contain;
  }

  .u-pc-image-fit-cover {
    object-fit: cover;
  }

  .u-pc-image-fit-fill {
    object-fit: fill;
  }

  .u-pc-image-fit-scale-down {
    object-fit: scale-down;
  }
}
@media screen and (max-width: 768px) {
  .u-sp-image-full {
    width: 100%;
  }

  .u-sp-image-contain {
    max-width: 100%;
  }

  .u-sp-image-fit-contain {
    object-fit: contain;
  }

  .u-sp-image-fit-cover {
    object-fit: cover;
  }

  .u-sp-image-fit-fill {
    object-fit: fill;
  }

  .u-sp-image-fit-scale-down {
    object-fit: scale-down;
  }
}
.u-layout {
  margin: 0 auto;
  max-width: calc(1024px + 8rem);
  padding: 0 4rem;
}
@media screen and (max-width: 768px) {
  .u-layout {
    margin: 0 2rem;
    padding: 0;
    width: auto;
  }
  .u-layout.is-nomargin {
    margin: 0;
    padding: 0;
  }
  .u-layout.is-padding {
    margin: 0;
    padding: 0 2rem;
  }
}

@media screen and (min-width: 769px) {
  .u-pc-no {
    display: none;
  }

  .u-pc-layout {
    margin: 0 auto;
    max-width: calc(1024px + 8rem);
    padding: 0 4rem;
  }
}
@media screen and (max-width: 768px) {
  .u-sp-no {
    display: none;
  }

  .u-pc-no {
    display: block;
  }

  .u-sp-layout {
    margin: 0 2rem;
    max-width: none;
  }
  .u-sp-layout.is-nomargin {
    margin: 0;
  }
  .u-sp-layout.is-padding {
    margin: 0;
    padding: 0 2rem;
  }
}
/**
 * Display only target layout
 */
@media screen and (min-width: 769px) {
  .u-sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .u-pc-only {
    display: none !important;
  }
}
/**
 * Spaces (margin, padding)
 *
 * .u-m-(number) : Margin all
 * .u-mh-(number) : Margin horizontal
 * .u-mv-(number) : Margin vertical
 * .u-mt-(number) : Margin top
 * .u-mb-(number) : Margin bottom
 * .u-ml-(number) : Margin left
 * .u-mr-(number) : Margin right
 *
 * .u-p-(number) : Padding all
 * .u-ph-(number) : Padding horizontal
 * .u-pv-(number) : Padding vertical
 * .u-pt-(number) : Padding top
 * .u-pb-(number) : Padding bottom
 * .u-pl-(number) : Padding left
 * .u-pr-(number) : Padding right
 *
 * @see foundation/mixins/style/_image.scss
 */
.u-m-auto {
  margin: auto !important;
}

.u-mh-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.u-mv-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.u-mt-auto {
  margin-top: auto !important;
}

.u-mb-auto {
  margin-bottom: auto !important;
}

.u-ml-auto {
  margin-left: auto !important;
}

.u-mr-auto {
  margin-right: auto !important;
}

.u-m-0 {
  margin: 0rem;
}

.u-mh-0 {
  margin-left: 0rem;
  margin-right: 0rem;
}

.u-mv-0 {
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.u-mt-0 {
  margin-top: 0rem;
}

.u-mb-0 {
  margin-bottom: 0rem;
}

.u-ml-0 {
  margin-left: 0rem;
}

.u-mr-0 {
  margin-right: 0rem;
}

.u-p-0 {
  padding: 0rem;
}

.u-ph-0 {
  padding-left: 0rem;
  padding-right: 0rem;
}

.u-pv-0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.u-pt-0 {
  padding-top: 0rem;
}

.u-pb-0 {
  padding-bottom: 0rem;
}

.u-pl-0 {
  padding-left: 0rem;
}

.u-pr-0 {
  padding-right: 0rem;
}

.u-m-1 {
  margin: 1rem;
}

.u-mh-1 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.u-mv-1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.u-mt-1 {
  margin-top: 1rem;
}

.u-mb-1 {
  margin-bottom: 1rem;
}

.u-ml-1 {
  margin-left: 1rem;
}

.u-mr-1 {
  margin-right: 1rem;
}

.u-p-1 {
  padding: 1rem;
}

.u-ph-1 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.u-pv-1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.u-pt-1 {
  padding-top: 1rem;
}

.u-pb-1 {
  padding-bottom: 1rem;
}

.u-pl-1 {
  padding-left: 1rem;
}

.u-pr-1 {
  padding-right: 1rem;
}

.u-m-2 {
  margin: 2rem;
}

.u-mh-2 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.u-mv-2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.u-mt-2 {
  margin-top: 2rem;
}

.u-mb-2 {
  margin-bottom: 2rem;
}

.u-ml-2 {
  margin-left: 2rem;
}

.u-mr-2 {
  margin-right: 2rem;
}

.u-p-2 {
  padding: 2rem;
}

.u-ph-2 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.u-pv-2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.u-pt-2 {
  padding-top: 2rem;
}

.u-pb-2 {
  padding-bottom: 2rem;
}

.u-pl-2 {
  padding-left: 2rem;
}

.u-pr-2 {
  padding-right: 2rem;
}

.u-m-3 {
  margin: 3rem;
}

.u-mh-3 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.u-mv-3 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.u-mt-3 {
  margin-top: 3rem;
}

.u-mb-3 {
  margin-bottom: 3rem;
}

.u-ml-3 {
  margin-left: 3rem;
}

.u-mr-3 {
  margin-right: 3rem;
}

.u-p-3 {
  padding: 3rem;
}

.u-ph-3 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.u-pv-3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.u-pt-3 {
  padding-top: 3rem;
}

.u-pb-3 {
  padding-bottom: 3rem;
}

.u-pl-3 {
  padding-left: 3rem;
}

.u-pr-3 {
  padding-right: 3rem;
}

.u-m-4 {
  margin: 4rem;
}

.u-mh-4 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.u-mv-4 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.u-mt-4 {
  margin-top: 4rem;
}

.u-mb-4 {
  margin-bottom: 4rem;
}

.u-ml-4 {
  margin-left: 4rem;
}

.u-mr-4 {
  margin-right: 4rem;
}

.u-p-4 {
  padding: 4rem;
}

.u-ph-4 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.u-pv-4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.u-pt-4 {
  padding-top: 4rem;
}

.u-pb-4 {
  padding-bottom: 4rem;
}

.u-pl-4 {
  padding-left: 4rem;
}

.u-pr-4 {
  padding-right: 4rem;
}

.u-m-5 {
  margin: 5rem;
}

.u-mh-5 {
  margin-left: 5rem;
  margin-right: 5rem;
}

.u-mv-5 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.u-mt-5 {
  margin-top: 5rem;
}

.u-mb-5 {
  margin-bottom: 5rem;
}

.u-ml-5 {
  margin-left: 5rem;
}

.u-mr-5 {
  margin-right: 5rem;
}

.u-p-5 {
  padding: 5rem;
}

.u-ph-5 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.u-pv-5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.u-pt-5 {
  padding-top: 5rem;
}

.u-pb-5 {
  padding-bottom: 5rem;
}

.u-pl-5 {
  padding-left: 5rem;
}

.u-pr-5 {
  padding-right: 5rem;
}

.u-m-6 {
  margin: 6rem;
}

.u-mh-6 {
  margin-left: 6rem;
  margin-right: 6rem;
}

.u-mv-6 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.u-mt-6 {
  margin-top: 6rem;
}

.u-mb-6 {
  margin-bottom: 6rem;
}

.u-ml-6 {
  margin-left: 6rem;
}

.u-mr-6 {
  margin-right: 6rem;
}

.u-p-6 {
  padding: 6rem;
}

.u-ph-6 {
  padding-left: 6rem;
  padding-right: 6rem;
}

.u-pv-6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.u-pt-6 {
  padding-top: 6rem;
}

.u-pb-6 {
  padding-bottom: 6rem;
}

.u-pl-6 {
  padding-left: 6rem;
}

.u-pr-6 {
  padding-right: 6rem;
}

.u-m-7 {
  margin: 7rem;
}

.u-mh-7 {
  margin-left: 7rem;
  margin-right: 7rem;
}

.u-mv-7 {
  margin-top: 7rem;
  margin-bottom: 7rem;
}

.u-mt-7 {
  margin-top: 7rem;
}

.u-mb-7 {
  margin-bottom: 7rem;
}

.u-ml-7 {
  margin-left: 7rem;
}

.u-mr-7 {
  margin-right: 7rem;
}

.u-p-7 {
  padding: 7rem;
}

.u-ph-7 {
  padding-left: 7rem;
  padding-right: 7rem;
}

.u-pv-7 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.u-pt-7 {
  padding-top: 7rem;
}

.u-pb-7 {
  padding-bottom: 7rem;
}

.u-pl-7 {
  padding-left: 7rem;
}

.u-pr-7 {
  padding-right: 7rem;
}

.u-m-8 {
  margin: 8rem;
}

.u-mh-8 {
  margin-left: 8rem;
  margin-right: 8rem;
}

.u-mv-8 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.u-mt-8 {
  margin-top: 8rem;
}

.u-mb-8 {
  margin-bottom: 8rem;
}

.u-ml-8 {
  margin-left: 8rem;
}

.u-mr-8 {
  margin-right: 8rem;
}

.u-p-8 {
  padding: 8rem;
}

.u-ph-8 {
  padding-left: 8rem;
  padding-right: 8rem;
}

.u-pv-8 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.u-pt-8 {
  padding-top: 8rem;
}

.u-pb-8 {
  padding-bottom: 8rem;
}

.u-pl-8 {
  padding-left: 8rem;
}

.u-pr-8 {
  padding-right: 8rem;
}

.u-m-9 {
  margin: 9rem;
}

.u-mh-9 {
  margin-left: 9rem;
  margin-right: 9rem;
}

.u-mv-9 {
  margin-top: 9rem;
  margin-bottom: 9rem;
}

.u-mt-9 {
  margin-top: 9rem;
}

.u-mb-9 {
  margin-bottom: 9rem;
}

.u-ml-9 {
  margin-left: 9rem;
}

.u-mr-9 {
  margin-right: 9rem;
}

.u-p-9 {
  padding: 9rem;
}

.u-ph-9 {
  padding-left: 9rem;
  padding-right: 9rem;
}

.u-pv-9 {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.u-pt-9 {
  padding-top: 9rem;
}

.u-pb-9 {
  padding-bottom: 9rem;
}

.u-pl-9 {
  padding-left: 9rem;
}

.u-pr-9 {
  padding-right: 9rem;
}

.u-m-10 {
  margin: 10rem;
}

.u-mh-10 {
  margin-left: 10rem;
  margin-right: 10rem;
}

.u-mv-10 {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.u-mt-10 {
  margin-top: 10rem;
}

.u-mb-10 {
  margin-bottom: 10rem;
}

.u-ml-10 {
  margin-left: 10rem;
}

.u-mr-10 {
  margin-right: 10rem;
}

.u-p-10 {
  padding: 10rem;
}

.u-ph-10 {
  padding-left: 10rem;
  padding-right: 10rem;
}

.u-pv-10 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.u-pt-10 {
  padding-top: 10rem;
}

.u-pb-10 {
  padding-bottom: 10rem;
}

.u-pl-10 {
  padding-left: 10rem;
}

.u-pr-10 {
  padding-right: 10rem;
}

@media screen and (min-width: 769px) {
  .u-pc-m-auto {
    margin: auto !important;
  }

  .u-pc-mh-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .u-pc-mv-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .u-pc-mt-auto {
    margin-top: auto !important;
  }

  .u-pc-mb-auto {
    margin-bottom: auto !important;
  }

  .u-pc-ml-auto {
    margin-left: auto !important;
  }

  .u-pc-mr-auto {
    margin-right: auto !important;
  }

  .u-pc-m-0 {
    margin: 0rem;
  }

  .u-pc-mh-0 {
    margin-left: 0rem;
    margin-right: 0rem;
  }

  .u-pc-mv-0 {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }

  .u-pc-mt-0 {
    margin-top: 0rem;
  }

  .u-pc-mb-0 {
    margin-bottom: 0rem;
  }

  .u-pc-ml-0 {
    margin-left: 0rem;
  }

  .u-pc-mr-0 {
    margin-right: 0rem;
  }

  .u-pc-p-0 {
    padding: 0rem;
  }

  .u-pc-ph-0 {
    padding-left: 0rem;
    padding-right: 0rem;
  }

  .u-pc-pv-0 {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }

  .u-pc-pt-0 {
    padding-top: 0rem;
  }

  .u-pc-pb-0 {
    padding-bottom: 0rem;
  }

  .u-pc-pl-0 {
    padding-left: 0rem;
  }

  .u-pc-pr-0 {
    padding-right: 0rem;
  }

  .u-pc-m-1 {
    margin: 1rem;
  }

  .u-pc-mh-1 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .u-pc-mv-1 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .u-pc-mt-1 {
    margin-top: 1rem;
  }

  .u-pc-mb-1 {
    margin-bottom: 1rem;
  }

  .u-pc-ml-1 {
    margin-left: 1rem;
  }

  .u-pc-mr-1 {
    margin-right: 1rem;
  }

  .u-pc-p-1 {
    padding: 1rem;
  }

  .u-pc-ph-1 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .u-pc-pv-1 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .u-pc-pt-1 {
    padding-top: 1rem;
  }

  .u-pc-pb-1 {
    padding-bottom: 1rem;
  }

  .u-pc-pl-1 {
    padding-left: 1rem;
  }

  .u-pc-pr-1 {
    padding-right: 1rem;
  }

  .u-pc-m-2 {
    margin: 2rem;
  }

  .u-pc-mh-2 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .u-pc-mv-2 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .u-pc-mt-2 {
    margin-top: 2rem;
  }

  .u-pc-mb-2 {
    margin-bottom: 2rem;
  }

  .u-pc-ml-2 {
    margin-left: 2rem;
  }

  .u-pc-mr-2 {
    margin-right: 2rem;
  }

  .u-pc-p-2 {
    padding: 2rem;
  }

  .u-pc-ph-2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .u-pc-pv-2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .u-pc-pt-2 {
    padding-top: 2rem;
  }

  .u-pc-pb-2 {
    padding-bottom: 2rem;
  }

  .u-pc-pl-2 {
    padding-left: 2rem;
  }

  .u-pc-pr-2 {
    padding-right: 2rem;
  }

  .u-pc-m-3 {
    margin: 3rem;
  }

  .u-pc-mh-3 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .u-pc-mv-3 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .u-pc-mt-3 {
    margin-top: 3rem;
  }

  .u-pc-mb-3 {
    margin-bottom: 3rem;
  }

  .u-pc-ml-3 {
    margin-left: 3rem;
  }

  .u-pc-mr-3 {
    margin-right: 3rem;
  }

  .u-pc-p-3 {
    padding: 3rem;
  }

  .u-pc-ph-3 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .u-pc-pv-3 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .u-pc-pt-3 {
    padding-top: 3rem;
  }

  .u-pc-pb-3 {
    padding-bottom: 3rem;
  }

  .u-pc-pl-3 {
    padding-left: 3rem;
  }

  .u-pc-pr-3 {
    padding-right: 3rem;
  }

  .u-pc-m-4 {
    margin: 4rem;
  }

  .u-pc-mh-4 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .u-pc-mv-4 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .u-pc-mt-4 {
    margin-top: 4rem;
  }

  .u-pc-mb-4 {
    margin-bottom: 4rem;
  }

  .u-pc-ml-4 {
    margin-left: 4rem;
  }

  .u-pc-mr-4 {
    margin-right: 4rem;
  }

  .u-pc-p-4 {
    padding: 4rem;
  }

  .u-pc-ph-4 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .u-pc-pv-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .u-pc-pt-4 {
    padding-top: 4rem;
  }

  .u-pc-pb-4 {
    padding-bottom: 4rem;
  }

  .u-pc-pl-4 {
    padding-left: 4rem;
  }

  .u-pc-pr-4 {
    padding-right: 4rem;
  }

  .u-pc-m-5 {
    margin: 5rem;
  }

  .u-pc-mh-5 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .u-pc-mv-5 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .u-pc-mt-5 {
    margin-top: 5rem;
  }

  .u-pc-mb-5 {
    margin-bottom: 5rem;
  }

  .u-pc-ml-5 {
    margin-left: 5rem;
  }

  .u-pc-mr-5 {
    margin-right: 5rem;
  }

  .u-pc-p-5 {
    padding: 5rem;
  }

  .u-pc-ph-5 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .u-pc-pv-5 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .u-pc-pt-5 {
    padding-top: 5rem;
  }

  .u-pc-pb-5 {
    padding-bottom: 5rem;
  }

  .u-pc-pl-5 {
    padding-left: 5rem;
  }

  .u-pc-pr-5 {
    padding-right: 5rem;
  }

  .u-pc-m-6 {
    margin: 6rem;
  }

  .u-pc-mh-6 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .u-pc-mv-6 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .u-pc-mt-6 {
    margin-top: 6rem;
  }

  .u-pc-mb-6 {
    margin-bottom: 6rem;
  }

  .u-pc-ml-6 {
    margin-left: 6rem;
  }

  .u-pc-mr-6 {
    margin-right: 6rem;
  }

  .u-pc-p-6 {
    padding: 6rem;
  }

  .u-pc-ph-6 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .u-pc-pv-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .u-pc-pt-6 {
    padding-top: 6rem;
  }

  .u-pc-pb-6 {
    padding-bottom: 6rem;
  }

  .u-pc-pl-6 {
    padding-left: 6rem;
  }

  .u-pc-pr-6 {
    padding-right: 6rem;
  }

  .u-pc-m-7 {
    margin: 7rem;
  }

  .u-pc-mh-7 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .u-pc-mv-7 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .u-pc-mt-7 {
    margin-top: 7rem;
  }

  .u-pc-mb-7 {
    margin-bottom: 7rem;
  }

  .u-pc-ml-7 {
    margin-left: 7rem;
  }

  .u-pc-mr-7 {
    margin-right: 7rem;
  }

  .u-pc-p-7 {
    padding: 7rem;
  }

  .u-pc-ph-7 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .u-pc-pv-7 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .u-pc-pt-7 {
    padding-top: 7rem;
  }

  .u-pc-pb-7 {
    padding-bottom: 7rem;
  }

  .u-pc-pl-7 {
    padding-left: 7rem;
  }

  .u-pc-pr-7 {
    padding-right: 7rem;
  }

  .u-pc-m-8 {
    margin: 8rem;
  }

  .u-pc-mh-8 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .u-pc-mv-8 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .u-pc-mt-8 {
    margin-top: 8rem;
  }

  .u-pc-mb-8 {
    margin-bottom: 8rem;
  }

  .u-pc-ml-8 {
    margin-left: 8rem;
  }

  .u-pc-mr-8 {
    margin-right: 8rem;
  }

  .u-pc-p-8 {
    padding: 8rem;
  }

  .u-pc-ph-8 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .u-pc-pv-8 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .u-pc-pt-8 {
    padding-top: 8rem;
  }

  .u-pc-pb-8 {
    padding-bottom: 8rem;
  }

  .u-pc-pl-8 {
    padding-left: 8rem;
  }

  .u-pc-pr-8 {
    padding-right: 8rem;
  }

  .u-pc-m-9 {
    margin: 9rem;
  }

  .u-pc-mh-9 {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .u-pc-mv-9 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .u-pc-mt-9 {
    margin-top: 9rem;
  }

  .u-pc-mb-9 {
    margin-bottom: 9rem;
  }

  .u-pc-ml-9 {
    margin-left: 9rem;
  }

  .u-pc-mr-9 {
    margin-right: 9rem;
  }

  .u-pc-p-9 {
    padding: 9rem;
  }

  .u-pc-ph-9 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .u-pc-pv-9 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .u-pc-pt-9 {
    padding-top: 9rem;
  }

  .u-pc-pb-9 {
    padding-bottom: 9rem;
  }

  .u-pc-pl-9 {
    padding-left: 9rem;
  }

  .u-pc-pr-9 {
    padding-right: 9rem;
  }

  .u-pc-m-10 {
    margin: 10rem;
  }

  .u-pc-mh-10 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .u-pc-mv-10 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .u-pc-mt-10 {
    margin-top: 10rem;
  }

  .u-pc-mb-10 {
    margin-bottom: 10rem;
  }

  .u-pc-ml-10 {
    margin-left: 10rem;
  }

  .u-pc-mr-10 {
    margin-right: 10rem;
  }

  .u-pc-p-10 {
    padding: 10rem;
  }

  .u-pc-ph-10 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .u-pc-pv-10 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .u-pc-pt-10 {
    padding-top: 10rem;
  }

  .u-pc-pb-10 {
    padding-bottom: 10rem;
  }

  .u-pc-pl-10 {
    padding-left: 10rem;
  }

  .u-pc-pr-10 {
    padding-right: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .u-sp-m-auto {
    margin: auto !important;
  }

  .u-sp-mh-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .u-sp-mv-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .u-sp-mt-auto {
    margin-top: auto !important;
  }

  .u-sp-mb-auto {
    margin-bottom: auto !important;
  }

  .u-sp-ml-auto {
    margin-left: auto !important;
  }

  .u-sp-mr-auto {
    margin-right: auto !important;
  }

  .u-sp-m-0 {
    margin: 0rem;
  }

  .u-sp-mh-0 {
    margin-left: 0rem;
    margin-right: 0rem;
  }

  .u-sp-mv-0 {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }

  .u-sp-mt-0 {
    margin-top: 0rem;
  }

  .u-sp-mb-0 {
    margin-bottom: 0rem;
  }

  .u-sp-ml-0 {
    margin-left: 0rem;
  }

  .u-sp-mr-0 {
    margin-right: 0rem;
  }

  .u-sp-p-0 {
    padding: 0rem;
  }

  .u-sp-ph-0 {
    padding-left: 0rem;
    padding-right: 0rem;
  }

  .u-sp-pv-0 {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }

  .u-sp-pt-0 {
    padding-top: 0rem;
  }

  .u-sp-pb-0 {
    padding-bottom: 0rem;
  }

  .u-sp-pl-0 {
    padding-left: 0rem;
  }

  .u-sp-pr-0 {
    padding-right: 0rem;
  }

  .u-sp-m-1 {
    margin: 1rem;
  }

  .u-sp-mh-1 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .u-sp-mv-1 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .u-sp-mt-1 {
    margin-top: 1rem;
  }

  .u-sp-mb-1 {
    margin-bottom: 1rem;
  }

  .u-sp-ml-1 {
    margin-left: 1rem;
  }

  .u-sp-mr-1 {
    margin-right: 1rem;
  }

  .u-sp-p-1 {
    padding: 1rem;
  }

  .u-sp-ph-1 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .u-sp-pv-1 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .u-sp-pt-1 {
    padding-top: 1rem;
  }

  .u-sp-pb-1 {
    padding-bottom: 1rem;
  }

  .u-sp-pl-1 {
    padding-left: 1rem;
  }

  .u-sp-pr-1 {
    padding-right: 1rem;
  }

  .u-sp-m-2 {
    margin: 2rem;
  }

  .u-sp-mh-2 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .u-sp-mv-2 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .u-sp-mt-2 {
    margin-top: 2rem;
  }

  .u-sp-mb-2 {
    margin-bottom: 2rem;
  }

  .u-sp-ml-2 {
    margin-left: 2rem;
  }

  .u-sp-mr-2 {
    margin-right: 2rem;
  }

  .u-sp-p-2 {
    padding: 2rem;
  }

  .u-sp-ph-2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .u-sp-pv-2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .u-sp-pt-2 {
    padding-top: 2rem;
  }

  .u-sp-pb-2 {
    padding-bottom: 2rem;
  }

  .u-sp-pl-2 {
    padding-left: 2rem;
  }

  .u-sp-pr-2 {
    padding-right: 2rem;
  }

  .u-sp-m-3 {
    margin: 3rem;
  }

  .u-sp-mh-3 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .u-sp-mv-3 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .u-sp-mt-3 {
    margin-top: 3rem;
  }

  .u-sp-mb-3 {
    margin-bottom: 3rem;
  }

  .u-sp-ml-3 {
    margin-left: 3rem;
  }

  .u-sp-mr-3 {
    margin-right: 3rem;
  }

  .u-sp-p-3 {
    padding: 3rem;
  }

  .u-sp-ph-3 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .u-sp-pv-3 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .u-sp-pt-3 {
    padding-top: 3rem;
  }

  .u-sp-pb-3 {
    padding-bottom: 3rem;
  }

  .u-sp-pl-3 {
    padding-left: 3rem;
  }

  .u-sp-pr-3 {
    padding-right: 3rem;
  }

  .u-sp-m-4 {
    margin: 4rem;
  }

  .u-sp-mh-4 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .u-sp-mv-4 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .u-sp-mt-4 {
    margin-top: 4rem;
  }

  .u-sp-mb-4 {
    margin-bottom: 4rem;
  }

  .u-sp-ml-4 {
    margin-left: 4rem;
  }

  .u-sp-mr-4 {
    margin-right: 4rem;
  }

  .u-sp-p-4 {
    padding: 4rem;
  }

  .u-sp-ph-4 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .u-sp-pv-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .u-sp-pt-4 {
    padding-top: 4rem;
  }

  .u-sp-pb-4 {
    padding-bottom: 4rem;
  }

  .u-sp-pl-4 {
    padding-left: 4rem;
  }

  .u-sp-pr-4 {
    padding-right: 4rem;
  }

  .u-sp-m-5 {
    margin: 5rem;
  }

  .u-sp-mh-5 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .u-sp-mv-5 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .u-sp-mt-5 {
    margin-top: 5rem;
  }

  .u-sp-mb-5 {
    margin-bottom: 5rem;
  }

  .u-sp-ml-5 {
    margin-left: 5rem;
  }

  .u-sp-mr-5 {
    margin-right: 5rem;
  }

  .u-sp-p-5 {
    padding: 5rem;
  }

  .u-sp-ph-5 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .u-sp-pv-5 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .u-sp-pt-5 {
    padding-top: 5rem;
  }

  .u-sp-pb-5 {
    padding-bottom: 5rem;
  }

  .u-sp-pl-5 {
    padding-left: 5rem;
  }

  .u-sp-pr-5 {
    padding-right: 5rem;
  }

  .u-sp-m-6 {
    margin: 6rem;
  }

  .u-sp-mh-6 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .u-sp-mv-6 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .u-sp-mt-6 {
    margin-top: 6rem;
  }

  .u-sp-mb-6 {
    margin-bottom: 6rem;
  }

  .u-sp-ml-6 {
    margin-left: 6rem;
  }

  .u-sp-mr-6 {
    margin-right: 6rem;
  }

  .u-sp-p-6 {
    padding: 6rem;
  }

  .u-sp-ph-6 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .u-sp-pv-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .u-sp-pt-6 {
    padding-top: 6rem;
  }

  .u-sp-pb-6 {
    padding-bottom: 6rem;
  }

  .u-sp-pl-6 {
    padding-left: 6rem;
  }

  .u-sp-pr-6 {
    padding-right: 6rem;
  }

  .u-sp-m-7 {
    margin: 7rem;
  }

  .u-sp-mh-7 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .u-sp-mv-7 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .u-sp-mt-7 {
    margin-top: 7rem;
  }

  .u-sp-mb-7 {
    margin-bottom: 7rem;
  }

  .u-sp-ml-7 {
    margin-left: 7rem;
  }

  .u-sp-mr-7 {
    margin-right: 7rem;
  }

  .u-sp-p-7 {
    padding: 7rem;
  }

  .u-sp-ph-7 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .u-sp-pv-7 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .u-sp-pt-7 {
    padding-top: 7rem;
  }

  .u-sp-pb-7 {
    padding-bottom: 7rem;
  }

  .u-sp-pl-7 {
    padding-left: 7rem;
  }

  .u-sp-pr-7 {
    padding-right: 7rem;
  }

  .u-sp-m-8 {
    margin: 8rem;
  }

  .u-sp-mh-8 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .u-sp-mv-8 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .u-sp-mt-8 {
    margin-top: 8rem;
  }

  .u-sp-mb-8 {
    margin-bottom: 8rem;
  }

  .u-sp-ml-8 {
    margin-left: 8rem;
  }

  .u-sp-mr-8 {
    margin-right: 8rem;
  }

  .u-sp-p-8 {
    padding: 8rem;
  }

  .u-sp-ph-8 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .u-sp-pv-8 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .u-sp-pt-8 {
    padding-top: 8rem;
  }

  .u-sp-pb-8 {
    padding-bottom: 8rem;
  }

  .u-sp-pl-8 {
    padding-left: 8rem;
  }

  .u-sp-pr-8 {
    padding-right: 8rem;
  }

  .u-sp-m-9 {
    margin: 9rem;
  }

  .u-sp-mh-9 {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .u-sp-mv-9 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .u-sp-mt-9 {
    margin-top: 9rem;
  }

  .u-sp-mb-9 {
    margin-bottom: 9rem;
  }

  .u-sp-ml-9 {
    margin-left: 9rem;
  }

  .u-sp-mr-9 {
    margin-right: 9rem;
  }

  .u-sp-p-9 {
    padding: 9rem;
  }

  .u-sp-ph-9 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .u-sp-pv-9 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .u-sp-pt-9 {
    padding-top: 9rem;
  }

  .u-sp-pb-9 {
    padding-bottom: 9rem;
  }

  .u-sp-pl-9 {
    padding-left: 9rem;
  }

  .u-sp-pr-9 {
    padding-right: 9rem;
  }

  .u-sp-m-10 {
    margin: 10rem;
  }

  .u-sp-mh-10 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .u-sp-mv-10 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .u-sp-mt-10 {
    margin-top: 10rem;
  }

  .u-sp-mb-10 {
    margin-bottom: 10rem;
  }

  .u-sp-ml-10 {
    margin-left: 10rem;
  }

  .u-sp-mr-10 {
    margin-right: 10rem;
  }

  .u-sp-p-10 {
    padding: 10rem;
  }

  .u-sp-ph-10 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .u-sp-pv-10 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .u-sp-pt-10 {
    padding-top: 10rem;
  }

  .u-sp-pb-10 {
    padding-bottom: 10rem;
  }

  .u-sp-pl-10 {
    padding-left: 10rem;
  }

  .u-sp-pr-10 {
    padding-right: 10rem;
  }
}

/*-----------------
 *Marketoフォーム
-----------------*/
    .u-layout #mktoForm_5435 {
	margin: 0 auto;
    }
    .main-v .mktoButtonRow,
    .u-layout .mktoButtonRow {
	margin: 2.25em auto 0;
	display: block;
	text-align: center;
    }
    .main-v .mktoButtonWrap,
    .u-layout .mktoButtonWrap {
	margin: 0 !important;
    }
    .main-v .mktoButton,
    .u-layout .mktoButton {
	  width: 300px !important;
    padding: .75em !important;
    font-size: 18px !important;
    background: #e78b00 !important;
	  border: 1px solid #e78b00 !important;
	  border-radius: 6px !important;
	  position: relative;
    color:#fff;
    cursor: pointer;
    }
    .main-v .mktoButton::after,
    .u-layout .mktoButton::after {
	content: '>';
	font-weight: normal;
	display: inline-block;
	position: absolute;
	top: 0.8em;
	right: .625em;
	-webkit-transform: scale(0.8, 1.4);
		-moz-transform: scale(0.8, 1.4);
		-ms-transform: scale(0.8, 1.4);
		transform: scale(0.8, 1.4);
    }
    .main-v .main-v-contents .mktoButton:hover,
    .u-layout .mktoButton:hover {
	opacity: 0.8 !important;
    }

    .p-contact {
    background: #fcf6eb;
    padding: 0 0 8rem;
    }

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em) {
  .main-v .mktoFormRow,
  .fu-layout .mktoFormRow {
		padding: .5em 0;
	}
}


/*# sourceMappingURL=style.css.map */

/*# sourceMappingURL=style.css.map */