/* Sanitize
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

/**
 * 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 */
  -o-tab-size: 4;
  tab-size: 4;
  /* 3 */
  -webkit-tap-highlight-color: transparent;
  /* 4 */
  -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;
  -webkit-text-decoration: underline dotted;
  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).
 */
img {
  max-width: 100%;
  height: auto; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: top; }

/**
 * 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 {
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  /* 1 */
  color: inherit;
  /* 2 */ }

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

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

/**
 * Add
 */
dl dd {
  margin-left: 0; }

figure {
  margin: 0; }

table {
  table-layout: fixed; }

menu {
  padding: 0; }

body {
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "Hiragino Kaku Gothic ProN", Arial, Meiryo, sans-serif;
  line-height: 1.8; }

@media screen and (max-width: 767px) {
  body {
    line-height: 1.5;
    min-width: 1%;
    overflow-x: hidden;
    position: relative; } }

/* mouseover
--------------------------------------------------*/
@media screen and (min-width: 768px) {
  .over:hover {
    opacity: 0.6;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s; } }

label {
  cursor: pointer; }

/* link
--------------------------------------------------*/
a {
  color: #0851d7;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }
  a:link, a:active, a:visited {
    text-decoration: none; }
  a:hover, a:focus {
    text-decoration: underline;
    cursor: pointer;
    opacity: .7; }

li {
  list-style: none; }

.l-header__caption {
  margin: 10px 0 14px;
  color: #727272;
  font-size: 10px;
  text-align: right; }

.l-header__basis{
  text-align: right;
  color: #727272;
  font-size: 11px;
}
.l-header__inner {}

.l-header__title {
  width: 395px;
  margin-right: 24px;
  margin-top: -10px;
}

.l-header__nav {
	font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  z-index: 1000;}
  .l-header__nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 5px 0; }
  .l-header__nav__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 100px;
    padding: 5px 14px 19px;
    border-left: 2px #69BC5D dotted; }
    .l-header__nav__item.is-active::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 5%;
      display: inline-block;
      background-color: #00B900;
      width: 90%;
      height: 3px;
      margin: auto;
      border-radius: 30px; }
    .l-header__nav__item:last-child {
      border-right: 2px #69BC5D dotted; }
    .l-header__nav__item__title {
      display: block;
      text-align: center;
      font-size: 15px;
      line-height: 17px; }
    .l-header__nav__item__title a {
      color: #333; }
    .l-header__nav__item__title a:hover {
      text-decoration: none; }
    .l-header__nav__item__icon {
      border-style: solid;
      border-width: 0 2px 2px 0;
      content: "";
      display: inline-block;
      position: absolute;
      height: 8px;
      width: 8px;
      border-color: #00B900;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      left: calc(50% - 4px);
      bottom: 8px; }
@media screen and (min-width: 767px) {
	header{
		position: fixed;
		z-index: 1000;
		background: #fff;
		width: 100%;
		max-width: 100% !important;
	}
	.l-header__caption,
	.l-header__inner,
    .l-header__basis{
		max-width: 1100px;
		margin: 0 auto;
	}
	.l-header__caption{
		margin-top: 5px;
	}
}
      @media screen and (max-width: 767px) {
        .l-header__nav__item__icon {
          height: 4px;
          width: 4px; } }
    .l-header__nav__item__subMenu {
      display: none;
      position: absolute;
      background-color: #fff;
      top: 100%;
      padding: 0;
      z-index: 1; }
    
	@media all and (-ms-high-contrast: none) {
		.l-header__nav__item__subMenu {
			left: -50%;
		}
		.l-header__nav__list li:first-of-type .l-header__nav__item__subMenu {
			left: -80%;
		}
		.l-header__nav__list li:nth-child(2) .l-header__nav__item__subMenu{
			left: -30%;
		}
	}
	.l-header__nav__item__subMenu a {
      color: #000;
	}
      .l-header__nav__item__subMenu__item__link {
        padding: 17px 50px;
        display: block;
        white-space: pre; }
        .l-header__nav__item__subMenu__item__link:hover {
          background-color: #D9F5D9;
          opacity: 1;
          text-decoration: none; }
    .l-header__nav__item.is-active .l-header__nav__item__subMenu {
      display: block; }
  .l-header__nav__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 16px; }
    .l-header__nav__img a:first-child {
      display: inline-block;
      margin-right: 5px; }

.l-container {
  max-width: 1100px;
  margin: auto;
  height: auto;
	border-top: unset;
    padding-top: 0;
}
  .l-container.-big {
    max-width: 1188px; }
@media screen and (max-width: 767px) {
	.l-container {
	  max-width: 100%;
	}
	  .l-container.-big {
		max-width: 100%; }
	.l-container.u-sp {
		padding-bottom: 73px;
	}
}
@media screen and (max-width: 545px) {
	.l-container.u-sp {
		padding-bottom: 50px;
	}
}
.c-aspectRatio {
  position: relative;
  width: 100%; }
  .c-aspectRatio__inside {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.c-inputCheckbox__input,
.c-inputRadio__input {
  display: none; }

.c-inputCheckbox__mark,
.c-inputRadio__mark {
  position: relative;
  padding: 0 0 0 30px; }
  .c-inputCheckbox__mark::before,
  .c-inputRadio__mark::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #ccc;
    width: 20px;
    height: 20px; }
  .c-inputCheckbox__mark::after,
  .c-inputRadio__mark::after {
    position: absolute;
    top: 5px;
    left: 5px;
    background: #0000ff;
    width: 10px;
    height: 10px; }

.c-inputRadio__mark::before, .c-inputRadio__mark::after {
  border-radius: 50%; }

:checked + .c-inputCheckbox__mark::after,
:checked + .c-inputRadio__mark::after {
  content: ""; }

/* --------------------------------------------------
  display
-------------------------------------------------- */
@media screen and (max-width: 767px) {
  .u-pc {
    display: none; } }

@media screen and (min-width: 768px) {
  .u-sp {
    display: none; } }

/* --------------------------------------------------
  cleafix
-------------------------------------------------- */
.u-clearfix:after {
  display: block;
  clear: both;
  content: ""; }

/* --------------------------------------------------
  cleafix
-------------------------------------------------- */
.imgFull {
	width: 100%;
}
@media screen and (max-width: 767px) {
	.imgFull {
		width: 100%;
	}
}
/* --------------------------------------------------
  align
-------------------------------------------------- */
.u-alignL {
  text-align: left; }

.u-alignC {
  text-align: center; }

.u-alignR {
  text-align: right; }

/* --------------------------------------------------
  margin
-------------------------------------------------- */
.u-mt-5 {
  margin-top: 5px !important; }

.u-mr-5 {
  margin-right: 5px !important; }

.u-mb-5 {
  margin-bottom: 5px !important; }

.u-ml-5 {
  margin-left: 5px !important; }

.u-mt-10 {
  margin-top: 10px !important; }

.u-mr-10 {
  margin-right: 10px !important; }

.u-mb-10 {
  margin-bottom: 10px !important; }

.u-ml-10 {
  margin-left: 10px !important; }

.u-mt-15 {
  margin-top: 15px !important; }

.u-mr-15 {
  margin-right: 15px !important; }

.u-mb-15 {
  margin-bottom: 15px !important; }

.u-ml-15 {
  margin-left: 15px !important; }

.u-mt-20 {
  margin-top: 20px !important; }

.u-mr-20 {
  margin-right: 20px !important; }

.u-mb-20 {
  margin-bottom: 20px !important; }

.u-ml-20 {
  margin-left: 20px !important; }

.u-mt-25 {
  margin-top: 25px !important; }

.u-mr-25 {
  margin-right: 25px !important; }

.u-mb-25 {
  margin-bottom: 25px !important; }

.u-ml-25 {
  margin-left: 25px !important; }

.u-mt-30 {
  margin-top: 30px !important; }

.u-mr-30 {
  margin-right: 30px !important; }

.u-mb-30 {
  margin-bottom: 30px !important; }

.u-ml-30 {
  margin-left: 30px !important; }

.u-mt-35 {
  margin-top: 35px !important; }

.u-mr-35 {
  margin-right: 35px !important; }

.u-mb-35 {
  margin-bottom: 35px !important; }

.u-ml-35 {
  margin-left: 35px !important; }

.u-mt-40 {
  margin-top: 40px !important; }

.u-mr-40 {
  margin-right: 40px !important; }

.u-mb-40 {
  margin-bottom: 40px !important; }

.u-ml-40 {
  margin-left: 40px !important; }

.u-mt-45 {
  margin-top: 45px !important; }

.u-mr-45 {
  margin-right: 45px !important; }

.u-mb-45 {
  margin-bottom: 45px !important; }

.u-ml-45 {
  margin-left: 45px !important; }

.u-mt-50 {
  margin-top: 50px !important; }

.u-mr-50 {
  margin-right: 50px !important; }

.u-mb-50 {
  margin-bottom: 50px !important; }

.u-ml-50 {
  margin-left: 50px !important; }

.u-mt-55 {
  margin-top: 55px !important; }

.u-mr-55 {
  margin-right: 55px !important; }

.u-mb-55 {
  margin-bottom: 55px !important; }

.u-ml-55 {
  margin-left: 55px !important; }

.u-mt-60 {
  margin-top: 60px !important; }

.u-mr-60 {
  margin-right: 60px !important; }

.u-mb-60 {
  margin-bottom: 60px !important; }

.u-ml-60 {
  margin-left: 60px !important; }

.u-mt-65 {
  margin-top: 65px !important; }

.u-mr-65 {
  margin-right: 65px !important; }

.u-mb-65 {
  margin-bottom: 65px !important; }

.u-ml-65 {
  margin-left: 65px !important; }

.u-mt-70 {
  margin-top: 70px !important; }

.u-mr-70 {
  margin-right: 70px !important; }

.u-mb-70 {
  margin-bottom: 70px !important; }

.u-ml-70 {
  margin-left: 70px !important; }

.u-mt-75 {
  margin-top: 75px !important; }

.u-mr-75 {
  margin-right: 75px !important; }

.u-mb-75 {
  margin-bottom: 75px !important; }

.u-ml-75 {
  margin-left: 75px !important; }

.u-mt-80 {
  margin-top: 80px !important; }

.u-mr-80 {
  margin-right: 80px !important; }

.u-mb-80 {
  margin-bottom: 80px !important; }

.u-ml-80 {
  margin-left: 80px !important; }

.u-mt-85 {
  margin-top: 85px !important; }

.u-mr-85 {
  margin-right: 85px !important; }

.u-mb-85 {
  margin-bottom: 85px !important; }

.u-ml-85 {
  margin-left: 85px !important; }

.u-mt-90 {
  margin-top: 90px !important; }

.u-mr-90 {
  margin-right: 90px !important; }

.u-mb-90 {
  margin-bottom: 90px !important; }

.u-ml-90 {
  margin-left: 90px !important; }

.u-mt-95 {
  margin-top: 95px !important; }

.u-mr-95 {
  margin-right: 95px !important; }

.u-mb-95 {
  margin-bottom: 95px !important; }

.u-ml-95 {
  margin-left: 95px !important; }

.u-mt-100 {
  margin-top: 100px !important; }

.u-mr-100 {
  margin-right: 100px !important; }

.u-mb-100 {
  margin-bottom: 100px !important; }

.u-ml-100 {
  margin-left: 100px !important; }

.u-mt-105 {
  margin-top: 105px !important; }

.u-mr-105 {
  margin-right: 105px !important; }

.u-mb-105 {
  margin-bottom: 105px !important; }

.u-ml-105 {
  margin-left: 105px !important; }

.u-mt-110 {
  margin-top: 110px !important; }

.u-mr-110 {
  margin-right: 110px !important; }

.u-mb-110 {
  margin-bottom: 110px !important; }

.u-ml-110 {
  margin-left: 110px !important; }

.u-mt-115 {
  margin-top: 115px !important; }

.u-mr-115 {
  margin-right: 115px !important; }

.u-mb-115 {
  margin-bottom: 115px !important; }

.u-ml-115 {
  margin-left: 115px !important; }

.u-mt-120 {
  margin-top: 120px !important; }

.u-mr-120 {
  margin-right: 120px !important; }

.u-mb-120 {
  margin-bottom: 120px !important; }

.u-ml-120 {
  margin-left: 120px !important; }

.u-mt-125 {
  margin-top: 125px !important; }

.u-mr-125 {
  margin-right: 125px !important; }

.u-mb-125 {
  margin-bottom: 125px !important; }

.u-ml-125 {
  margin-left: 125px !important; }

.u-mt-130 {
  margin-top: 130px !important; }

.u-mr-130 {
  margin-right: 130px !important; }

.u-mb-130 {
  margin-bottom: 130px !important; }

.u-ml-130 {
  margin-left: 130px !important; }

.u-mt-135 {
  margin-top: 135px !important; }

.u-mr-135 {
  margin-right: 135px !important; }

.u-mb-135 {
  margin-bottom: 135px !important; }

.u-ml-135 {
  margin-left: 135px !important; }

.u-mt-140 {
  margin-top: 140px !important; }

.u-mr-140 {
  margin-right: 140px !important; }

.u-mb-140 {
  margin-bottom: 140px !important; }

.u-ml-140 {
  margin-left: 140px !important; }

.u-mt-145 {
  margin-top: 145px !important; }

.u-mr-145 {
  margin-right: 145px !important; }

.u-mb-145 {
  margin-bottom: 145px !important; }

.u-ml-145 {
  margin-left: 145px !important; }

.u-mt-150 {
  margin-top: 150px !important; }

.u-mr-150 {
  margin-right: 150px !important; }

.u-mb-150 {
  margin-bottom: 150px !important; }

.u-ml-150 {
  margin-left: 150px !important; }

.u-mt-155 {
  margin-top: 155px !important; }

.u-mr-155 {
  margin-right: 155px !important; }

.u-mb-155 {
  margin-bottom: 155px !important; }

.u-ml-155 {
  margin-left: 155px !important; }

.u-mt-160 {
  margin-top: 160px !important; }

.u-mr-160 {
  margin-right: 160px !important; }

.u-mb-160 {
  margin-bottom: 160px !important; }

.u-ml-160 {
  margin-left: 160px !important; }

.u-mt-165 {
  margin-top: 165px !important; }

.u-mr-165 {
  margin-right: 165px !important; }

.u-mb-165 {
  margin-bottom: 165px !important; }

.u-ml-165 {
  margin-left: 165px !important; }

.u-mt-170 {
  margin-top: 170px !important; }

.u-mr-170 {
  margin-right: 170px !important; }

.u-mb-170 {
  margin-bottom: 170px !important; }

.u-ml-170 {
  margin-left: 170px !important; }

.u-mt-175 {
  margin-top: 175px !important; }

.u-mr-175 {
  margin-right: 175px !important; }

.u-mb-175 {
  margin-bottom: 175px !important; }

.u-ml-175 {
  margin-left: 175px !important; }

.u-mt-180 {
  margin-top: 180px !important; }

.u-mr-180 {
  margin-right: 180px !important; }

.u-mb-180 {
  margin-bottom: 180px !important; }

.u-ml-180 {
  margin-left: 180px !important; }

.u-mt-185 {
  margin-top: 185px !important; }

.u-mr-185 {
  margin-right: 185px !important; }

.u-mb-185 {
  margin-bottom: 185px !important; }

.u-ml-185 {
  margin-left: 185px !important; }

.u-mt-190 {
  margin-top: 190px !important; }

.u-mr-190 {
  margin-right: 190px !important; }

.u-mb-190 {
  margin-bottom: 190px !important; }

.u-ml-190 {
  margin-left: 190px !important; }

.u-mt-195 {
  margin-top: 195px !important; }

.u-mr-195 {
  margin-right: 195px !important; }

.u-mb-195 {
  margin-bottom: 195px !important; }

.u-ml-195 {
  margin-left: 195px !important; }

.u-mt-200 {
  margin-top: 200px !important; }

.u-mr-200 {
  margin-right: 200px !important; }

.u-mb-200 {
  margin-bottom: 200px !important; }

.u-ml-200 {
  margin-left: 200px !important; }

.u-mt-205 {
  margin-top: 205px !important; }

.u-mr-205 {
  margin-right: 205px !important; }

.u-mb-205 {
  margin-bottom: 205px !important; }

.u-ml-205 {
  margin-left: 205px !important; }

.u-mt-210 {
  margin-top: 210px !important; }

.u-mr-210 {
  margin-right: 210px !important; }

.u-mb-210 {
  margin-bottom: 210px !important; }

.u-ml-210 {
  margin-left: 210px !important; }

.u-mt-215 {
  margin-top: 215px !important; }

.u-mr-215 {
  margin-right: 215px !important; }

.u-mb-215 {
  margin-bottom: 215px !important; }

.u-ml-215 {
  margin-left: 215px !important; }

.u-mt-220 {
  margin-top: 220px !important; }

.u-mr-220 {
  margin-right: 220px !important; }

.u-mb-220 {
  margin-bottom: 220px !important; }

.u-ml-220 {
  margin-left: 220px !important; }

.u-mt-225 {
  margin-top: 225px !important; }

.u-mr-225 {
  margin-right: 225px !important; }

.u-mb-225 {
  margin-bottom: 225px !important; }

.u-ml-225 {
  margin-left: 225px !important; }

.u-mt-230 {
  margin-top: 230px !important; }

.u-mr-230 {
  margin-right: 230px !important; }

.u-mb-230 {
  margin-bottom: 230px !important; }

.u-ml-230 {
  margin-left: 230px !important; }

.u-mt-235 {
  margin-top: 235px !important; }

.u-mr-235 {
  margin-right: 235px !important; }

.u-mb-235 {
  margin-bottom: 235px !important; }

.u-ml-235 {
  margin-left: 235px !important; }

.u-mt-240 {
  margin-top: 240px !important; }

.u-mr-240 {
  margin-right: 240px !important; }

.u-mb-240 {
  margin-bottom: 240px !important; }

.u-ml-240 {
  margin-left: 240px !important; }

.u-mt-245 {
  margin-top: 245px !important; }

.u-mr-245 {
  margin-right: 245px !important; }

.u-mb-245 {
  margin-bottom: 245px !important; }

.u-ml-245 {
  margin-left: 245px !important; }

.u-mt-250 {
  margin-top: 250px !important; }

.u-mr-250 {
  margin-right: 250px !important; }

.u-mb-250 {
  margin-bottom: 250px !important; }

.u-ml-250 {
  margin-left: 250px !important; }

.u-mt-255 {
  margin-top: 255px !important; }

.u-mr-255 {
  margin-right: 255px !important; }

.u-mb-255 {
  margin-bottom: 255px !important; }

.u-ml-255 {
  margin-left: 255px !important; }

.u-mt-260 {
  margin-top: 260px !important; }

.u-mr-260 {
  margin-right: 260px !important; }

.u-mb-260 {
  margin-bottom: 260px !important; }

.u-ml-260 {
  margin-left: 260px !important; }

.u-mt-265 {
  margin-top: 265px !important; }

.u-mr-265 {
  margin-right: 265px !important; }

.u-mb-265 {
  margin-bottom: 265px !important; }

.u-ml-265 {
  margin-left: 265px !important; }

.u-mt-270 {
  margin-top: 270px !important; }

.u-mr-270 {
  margin-right: 270px !important; }

.u-mb-270 {
  margin-bottom: 270px !important; }

.u-ml-270 {
  margin-left: 270px !important; }

.u-mt-275 {
  margin-top: 275px !important; }

.u-mr-275 {
  margin-right: 275px !important; }

.u-mb-275 {
  margin-bottom: 275px !important; }

.u-ml-275 {
  margin-left: 275px !important; }

.u-mt-280 {
  margin-top: 280px !important; }

.u-mr-280 {
  margin-right: 280px !important; }

.u-mb-280 {
  margin-bottom: 280px !important; }

.u-ml-280 {
  margin-left: 280px !important; }

.u-mt-285 {
  margin-top: 285px !important; }

.u-mr-285 {
  margin-right: 285px !important; }

.u-mb-285 {
  margin-bottom: 285px !important; }

.u-ml-285 {
  margin-left: 285px !important; }

.u-mt-290 {
  margin-top: 290px !important; }

.u-mr-290 {
  margin-right: 290px !important; }

.u-mb-290 {
  margin-bottom: 290px !important; }

.u-ml-290 {
  margin-left: 290px !important; }

.u-mt-295 {
  margin-top: 295px !important; }

.u-mr-295 {
  margin-right: 295px !important; }

.u-mb-295 {
  margin-bottom: 295px !important; }

.u-ml-295 {
  margin-left: 295px !important; }

.u-mt-300 {
  margin-top: 300px !important; }

.u-mr-300 {
  margin-right: 300px !important; }

.u-mb-300 {
  margin-bottom: 300px !important; }

.u-ml-300 {
  margin-left: 300px !important; }

.u-mt-305 {
  margin-top: 305px !important; }

.u-mr-305 {
  margin-right: 305px !important; }

.u-mb-305 {
  margin-bottom: 305px !important; }

.u-ml-305 {
  margin-left: 305px !important; }

.u-mt-310 {
  margin-top: 310px !important; }

.u-mr-310 {
  margin-right: 310px !important; }

.u-mb-310 {
  margin-bottom: 310px !important; }

.u-ml-310 {
  margin-left: 310px !important; }

.u-mt-315 {
  margin-top: 315px !important; }

.u-mr-315 {
  margin-right: 315px !important; }

.u-mb-315 {
  margin-bottom: 315px !important; }

.u-ml-315 {
  margin-left: 315px !important; }

.u-mt-320 {
  margin-top: 320px !important; }

.u-mr-320 {
  margin-right: 320px !important; }

.u-mb-320 {
  margin-bottom: 320px !important; }

.u-ml-320 {
  margin-left: 320px !important; }

.u-mt-325 {
  margin-top: 325px !important; }

.u-mr-325 {
  margin-right: 325px !important; }

.u-mb-325 {
  margin-bottom: 325px !important; }

.u-ml-325 {
  margin-left: 325px !important; }

.u-mt-330 {
  margin-top: 330px !important; }

.u-mr-330 {
  margin-right: 330px !important; }

.u-mb-330 {
  margin-bottom: 330px !important; }

.u-ml-330 {
  margin-left: 330px !important; }

.u-mt-335 {
  margin-top: 335px !important; }

.u-mr-335 {
  margin-right: 335px !important; }

.u-mb-335 {
  margin-bottom: 335px !important; }

.u-ml-335 {
  margin-left: 335px !important; }

.u-mt-340 {
  margin-top: 340px !important; }

.u-mr-340 {
  margin-right: 340px !important; }

.u-mb-340 {
  margin-bottom: 340px !important; }

.u-ml-340 {
  margin-left: 340px !important; }

.u-mt-345 {
  margin-top: 345px !important; }

.u-mr-345 {
  margin-right: 345px !important; }

.u-mb-345 {
  margin-bottom: 345px !important; }

.u-ml-345 {
  margin-left: 345px !important; }

.u-mt-350 {
  margin-top: 350px !important; }

.u-mr-350 {
  margin-right: 350px !important; }

.u-mb-350 {
  margin-bottom: 350px !important; }

.u-ml-350 {
  margin-left: 350px !important; }

.u-mt-355 {
  margin-top: 355px !important; }

.u-mr-355 {
  margin-right: 355px !important; }

.u-mb-355 {
  margin-bottom: 355px !important; }

.u-ml-355 {
  margin-left: 355px !important; }

.u-mt-360 {
  margin-top: 360px !important; }

.u-mr-360 {
  margin-right: 360px !important; }

.u-mb-360 {
  margin-bottom: 360px !important; }

.u-ml-360 {
  margin-left: 360px !important; }

.u-mt-365 {
  margin-top: 365px !important; }

.u-mr-365 {
  margin-right: 365px !important; }

.u-mb-365 {
  margin-bottom: 365px !important; }

.u-ml-365 {
  margin-left: 365px !important; }

.u-mt-370 {
  margin-top: 370px !important; }

.u-mr-370 {
  margin-right: 370px !important; }

.u-mb-370 {
  margin-bottom: 370px !important; }

.u-ml-370 {
  margin-left: 370px !important; }

.u-mt-375 {
  margin-top: 375px !important; }

.u-mr-375 {
  margin-right: 375px !important; }

.u-mb-375 {
  margin-bottom: 375px !important; }

.u-ml-375 {
  margin-left: 375px !important; }

.u-mt-380 {
  margin-top: 380px !important; }

.u-mr-380 {
  margin-right: 380px !important; }

.u-mb-380 {
  margin-bottom: 380px !important; }

.u-ml-380 {
  margin-left: 380px !important; }

.u-mt-385 {
  margin-top: 385px !important; }

.u-mr-385 {
  margin-right: 385px !important; }

.u-mb-385 {
  margin-bottom: 385px !important; }

.u-ml-385 {
  margin-left: 385px !important; }

.u-mt-390 {
  margin-top: 390px !important; }

.u-mr-390 {
  margin-right: 390px !important; }

.u-mb-390 {
  margin-bottom: 390px !important; }

.u-ml-390 {
  margin-left: 390px !important; }

.u-mt-395 {
  margin-top: 395px !important; }

.u-mr-395 {
  margin-right: 395px !important; }

.u-mb-395 {
  margin-bottom: 395px !important; }

.u-ml-395 {
  margin-left: 395px !important; }

.u-mt-400 {
  margin-top: 400px !important; }

.u-mr-400 {
  margin-right: 400px !important; }

.u-mb-400 {
  margin-bottom: 400px !important; }

.u-ml-400 {
  margin-left: 400px !important; }

.u-mt-405 {
  margin-top: 405px !important; }

.u-mr-405 {
  margin-right: 405px !important; }

.u-mb-405 {
  margin-bottom: 405px !important; }

.u-ml-405 {
  margin-left: 405px !important; }

.u-mt-410 {
  margin-top: 410px !important; }

.u-mr-410 {
  margin-right: 410px !important; }

.u-mb-410 {
  margin-bottom: 410px !important; }

.u-ml-410 {
  margin-left: 410px !important; }

.u-mt-415 {
  margin-top: 415px !important; }

.u-mr-415 {
  margin-right: 415px !important; }

.u-mb-415 {
  margin-bottom: 415px !important; }

.u-ml-415 {
  margin-left: 415px !important; }

.u-mt-420 {
  margin-top: 420px !important; }

.u-mr-420 {
  margin-right: 420px !important; }

.u-mb-420 {
  margin-bottom: 420px !important; }

.u-ml-420 {
  margin-left: 420px !important; }

.u-mt-425 {
  margin-top: 425px !important; }

.u-mr-425 {
  margin-right: 425px !important; }

.u-mb-425 {
  margin-bottom: 425px !important; }

.u-ml-425 {
  margin-left: 425px !important; }

.u-mt-430 {
  margin-top: 430px !important; }

.u-mr-430 {
  margin-right: 430px !important; }

.u-mb-430 {
  margin-bottom: 430px !important; }

.u-ml-430 {
  margin-left: 430px !important; }

.u-mt-435 {
  margin-top: 435px !important; }

.u-mr-435 {
  margin-right: 435px !important; }

.u-mb-435 {
  margin-bottom: 435px !important; }

.u-ml-435 {
  margin-left: 435px !important; }

.u-mt-440 {
  margin-top: 440px !important; }

.u-mr-440 {
  margin-right: 440px !important; }

.u-mb-440 {
  margin-bottom: 440px !important; }

.u-ml-440 {
  margin-left: 440px !important; }

.u-mt-445 {
  margin-top: 445px !important; }

.u-mr-445 {
  margin-right: 445px !important; }

.u-mb-445 {
  margin-bottom: 445px !important; }

.u-ml-445 {
  margin-left: 445px !important; }

.u-mt-450 {
  margin-top: 450px !important; }

.u-mr-450 {
  margin-right: 450px !important; }

.u-mb-450 {
  margin-bottom: 450px !important; }

.u-ml-450 {
  margin-left: 450px !important; }

.u-mt-455 {
  margin-top: 455px !important; }

.u-mr-455 {
  margin-right: 455px !important; }

.u-mb-455 {
  margin-bottom: 455px !important; }

.u-ml-455 {
  margin-left: 455px !important; }

.u-mt-460 {
  margin-top: 460px !important; }

.u-mr-460 {
  margin-right: 460px !important; }

.u-mb-460 {
  margin-bottom: 460px !important; }

.u-ml-460 {
  margin-left: 460px !important; }

.u-mt-465 {
  margin-top: 465px !important; }

.u-mr-465 {
  margin-right: 465px !important; }

.u-mb-465 {
  margin-bottom: 465px !important; }

.u-ml-465 {
  margin-left: 465px !important; }

.u-mt-470 {
  margin-top: 470px !important; }

.u-mr-470 {
  margin-right: 470px !important; }

.u-mb-470 {
  margin-bottom: 470px !important; }

.u-ml-470 {
  margin-left: 470px !important; }

.u-mt-475 {
  margin-top: 475px !important; }

.u-mr-475 {
  margin-right: 475px !important; }

.u-mb-475 {
  margin-bottom: 475px !important; }

.u-ml-475 {
  margin-left: 475px !important; }

.u-mt-480 {
  margin-top: 480px !important; }

.u-mr-480 {
  margin-right: 480px !important; }

.u-mb-480 {
  margin-bottom: 480px !important; }

.u-ml-480 {
  margin-left: 480px !important; }

.u-mt-485 {
  margin-top: 485px !important; }

.u-mr-485 {
  margin-right: 485px !important; }

.u-mb-485 {
  margin-bottom: 485px !important; }

.u-ml-485 {
  margin-left: 485px !important; }

.u-mt-490 {
  margin-top: 490px !important; }

.u-mr-490 {
  margin-right: 490px !important; }

.u-mb-490 {
  margin-bottom: 490px !important; }

.u-ml-490 {
  margin-left: 490px !important; }

.u-mt-495 {
  margin-top: 495px !important; }

.u-mr-495 {
  margin-right: 495px !important; }

.u-mb-495 {
  margin-bottom: 495px !important; }

.u-ml-495 {
  margin-left: 495px !important; }
@media screen and (max-width: 767px) {
	.u-mt-90 {
		margin-top: 12% !important;
	}
}
/* --------------------------------------------------
  padding
-------------------------------------------------- */
.-ratio16-9 {
  padding-top: 56.25%; }

.-ratio4-3 {
  padding-top: 75%; }

/* head p-mv  pc
--------------------------------------------------*/
#home .p-mv {
  padding: 0 0 70px;
  background-image: url(../../../assets/img/student/bg_mv.jpg);
  background-size: cover; }
  #home .p-mv__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
/*#home .p-mv__inner .swiper-container img {
	width: auto;
	max-height: 473px;
}*/
  #home .p-mv__firstText {
    margin: -90px 0 -135px;
    padding: 130px 0 116px;
    color: #582800;
    font-size: 20px;
    font-weight: bold;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../../../assets/img/student/bg_text01.png); }
  #home .p-mv__titleText {
    margin: 45px 0 8px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 45px; }
    #home .p-mv__titleText .-green {
      color: #69BC5D; }
  #home .p-mv__smallText {
    margin: 0 0 -10px;
    text-align: center;
    line-height: 35px;
	    font-size: 16px;}
#home .p-mv .p-campaign__link a:first-child{
    padding-right: 20px;
}
#home .p-mv .p-campaign__link img{
    vertical-align: bottom;
}
@media screen and (min-width: 767px) {
#home .p-mv__btn{
	display: table;
	margin-top: 40px;
}
#home .p-mv__btn a{
	display: table-cell;
	vertical-align: bottom;
}
#home .p-mv__btn a:first-child{
	padding-right: 20px;
}
}
@media screen and (max-width: 767px) {
	#home .p-mv__firstText {
		width: 100%;
		padding: 109px 0px;
		text-align: center;
		background-size: 90%;
		font-size: 16px;
	}
	#home .p-mv__titleText {
		font-size: 19px;
		text-align: left;
		line-height: 1.6;
		letter-spacing: -1px;
		margin-top: 12%;
		margin-bottom: 1%;
	}
	#home .p-mv__smallText {
		line-height: 1.8;
		text-align: left;
		margin: 0 0 2%;
	}
	#home .p-mv__btn {
		margin: 0 4%;
	}
	#home .p-mv__btn a {
		display: block;
	}
	#home .p-mv__btn a:first-child {
		margin-bottom: 2%;
	}
}

/* head p-mv  sp
--------------------------------------------------*/
@media screen and (max-width: 767px) {
	.l-header__title__img {
		width: 53%;
		margin: 3vw 16% 0 1%;
	}
	.l-header__title__img img {
		max-width: 296px;
	}
	.l-header__nav {
		width: 30%;
	}
	.l-header__nav .l-header__nav_box {
		display: -webkit-box;
		display: -webkit-flex;
		display:-ms-flexbox;
		display:-webkit-flex;
		display:flex;
		-ms-flex-wrap:wrap;
		-webkit-flex-wrap:wrap;
		flex-wrap:wrap;
		position: relative;
	}
	.l-header__nav .l-header__nav_box .l-header__nav_01{
		width: 50% ; /* 未対応ブラウザ用フォールバック */
		width: -moz-calc(100% / 2);
		width: -webkit-calc(100% / 2);
		width: calc(100% / 2);
	}
	.l-header__nav .l-header__nav_box .l-header__nav_02 {
		width: 50% ; /* 未対応ブラウザ用フォールバック */
		width: -moz-calc(100% / 2);
		width: -webkit-calc(100% / 2);
		width: calc(100% / 2);
	}
	.l-header__nav .l-header__nav_box .l-header__nav_03 {
		width: 50% ; /* 未対応ブラウザ用フォールバック */
		width: -moz-calc(100% / 2);
		width: -webkit-calc(100% / 2);
		width: calc(100% / 2);
	}
	
}








#home .p-qa {
  margin-top: 58px; }
  #home .p-qa__head__title {
    text-align: center;
    margin: 0; }
  #home .p-qa__head__text {
    text-align: center;
    margin: 0 0 30px;
    font-size: 20px;
    font-weight: bold;
    color: #582800; }
  #home .p-qa__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0; }
  #home .p-qa__item {
    position: relative;
    margin-right: 20px; }
    #home .p-qa__item:last-child {
      margin: 0; }
#home .p-qa .swiper-container-qa .swiper-pagination-qa {
	text-align: center;
}
#home .p-qa .swiper-container-qa .swiper-pagination-qa .swiper-pagination-bullet-active {
	background: #00B900;
}
    #home .p-qa__item__block {
      position: absolute;
      width: 100%;
      top: 125px; }
    #home .p-qa__item__list {
      width: 100%;
      padding: 0 13px; }
    #home .p-qa__item__text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 11px 12px 17px;
      background-color: #fff;
      margin-bottom: 4px;
      font-size: 17px;
      font-weight: bold;
      line-height: 22px; }
      #home .p-qa__item__text::before {
        content: "Q.";
        display: inline-block;
        margin-right: 5px;
        color: #005C3F;
        font-size: 17px;
        font-weight: bold;
        white-space: pre; }
    #home .p-qa__item__btn {
      margin-top: 20px;
      text-align: center; }
  #home .p-qa__btnWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 40px; }
@media screen and (max-width: 767px) {
	#home .p-qa {
		margin-top: 5%;
	}
	#home .p-qa__list.u-pc {
		display: none;
	}
	#home .swiper-container-qa {
		overflow: hidden;
		padding: 0 3%;
	}
	#home .p-qa__head__title {
		width: 24%;
		margin: 0 auto;
	}
	#home .p-qa__head__text {
		font-size: 15px;
		margin: -1% 0 4%;
	}
	#home .p-qa__btnWrap {
		padding: 0 3%;
		display: block;
		margin-top: 4%;
	}
	#home .p-qa__btnWrap .p-qa__btn.u-mr-20 {
		margin-right: 0 !important;
		margin-bottom: 3%;
	}
}
#home .p-service {
  margin-top: 120px;
  background-color: #F5F3EC;
  padding-bottom: 75px; }
  #home .p-service::before {
    content: "";
    display: inline-block;
    width: 300px;
    height: 209px;
    background-color: #F5F3EC;
    border-radius: 50%;
    margin-top: -80px;
    position: absolute;
    left: calc(50% - 150px); }
  #home .p-service__head {
    position: relative;
    top: -50px; }
    #home .p-service__head__img {
      display: block;
      margin: auto; }
      #home .p-service__head__img.-service {
        position: relative;
        top: -20px; }
    #home .p-service__head__text {
      margin: -20px 0 0;
      color: #582800;
      font-size: 20px;
      font-weight: bold;
      text-align: center; }
  #home .p-service__main {
    position: relative;
    background-color: #fff;
    border-radius: 20px;
    margin-top: 29px;
    padding: 74px 43px 35px; }
    #home .p-service__main__img {
      position: absolute;
      top: -52px;
      left: 27%; }
  #home .p-service__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  #home .p-service__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc((100% - 64px - 30px) / 4);
    margin-right: 30px; }
    #home .p-service__item:nth-child(4n) {
      margin-right: 0; }
    #home .p-service__item:nth-child(n+5) {
      margin-top: 50px; }
    #home .p-service__item__title {
      margin: 12px 0 13px;
      font-size: 18px;
      font-weight: bold;
      text-align: center;
      line-height: 24px; }
    #home .p-service__item__text {
      max-height: 102px;
      margin: 0;
      color: #4A4A4A;
      line-height: 27px;
      overflow: hidden;
      font-size: 16px;}
  #home .p-service__btn {
    margin-top: 30px;
    text-align: center; }
@media screen and (max-width: 767px) {
	#home .p-service__head__img {
		width: 58%;
	}
	#home .p-service__head__img.-service {
		width: 100%;
		margin-top: 5%;
	}
	#home .p-service::before {
		width: 232px;
		height: 198px;
		margin-top: -60px;
		left: calc(50% - 31%);
	}
	#home .p-service__head figure {
		width: 40%;
		margin: 0 auto;
	}
	#home .p-service__head__text {
		font-size: 15px;
		line-height: 1.3;
	}
	#home .p-service__item {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 6%;
	}
	#home .p-service__list li:nth-child(2n) {
		margin-right: 0;
	}
	#home .p-service__list li:nth-child(4n) {
		margin-right: 0;
	}
	#home .p-service__item__title {
		font-size: 3vw;
		text-align: left;
		line-height: 1.45;
		margin: 7% 0 8%;
	}
	#home .p-service__item__text {
		font-size: 11px;
		text-align: left;
		line-height: 1.45;
	}
	#home .p-service__btn {
		margin-top: 1%;
	}
	#home .p-service {
		margin-top: 24%;
		padding: 0 3% 8%;
	}
	#home .p-service__main {
		padding: 15% 3% 7%;
		margin-top: -8px;
	}
	#home .p-service__main__img {
		width: 92%;
		left: 4%;
		top: -4%;
	}
}
#home .p-search__head {
  margin-top: 73px; }
  #home .p-search__head__title {
    margin-bottom: 9px;
    text-align: center;
    font-size: 38px;
    font-weight: bold;
    color: #69BC5D;
    line-height: 1; }
  #home .p-search__head__text {
    font-size: 20px;
    font-weight: bold;
    color: #582800;
    line-height: 41px;
    text-align: center;
    margin: 0; }

#home .p-search__main {
  margin-top: 34px; }

#home .p-search__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0; }

#home .p-search__item {
  position: relative;
  width: calc((100% - 44px) / 3); }
  #home .p-search__item:nth-child(n+4) {
    margin-top: 40px; }
  #home .p-search__item__img {
    position: relative;
    z-index: 1; }
    #home .p-search__item__img.-icon {
      position: absolute;
      top: -150px;
      left: calc(50% - 60px);
      z-index: 0; }

#home .p-search__inner {
  position: absolute;
  bottom: 23px;
  left: 35px;
  z-index: 1; }

#home .p-search__btn {
  display: block; }
@media screen and (max-width: 767px) {
	#home .p-search__list {
		padding: 0 6%;
	}
	#home .p-search__list li {
		width: 100%;
		margin-bottom: 7%;
	}
	#home .p-search__item__img.-icon {
		width: 100px;
		top: -127px;
		left: calc(50% - -17%);
	}
	#home .p-search__head {
		margin: 8% 7% 0;
	}
	#home .p-search__head__title {
		font-size: 26px;
		text-align: left;
		margin-bottom: 2%;
	}
	#home .p-search__head__text {
		font-size: 14px;
		line-height: 1.45;
		text-align: left;
	}
	#home .p-search__main {
		margin-top: 5%;
	}
}
.p-col2sample {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .p-col2sample > * {
    width: calc((99.9% - 0px) / 2);
    margin-right: 0px; }
    .p-col2sample > *:nth-child(2n) {
      margin-right: 0; }
    .p-col2sample > *:nth-child(n + 3) {
      margin-top: 0px; }
    .p-col2sample > *:last-child {
      margin-right: 0; }
    @media screen and (max-width: 767px) {
      .p-col2sample > * {
        width: 100%;
        margin-right: 0; }
        .p-col2sample > *:nth-child(n + 2) {
          margin-top: 0px; } }

.p-col3sample {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .p-col3sample > * {
    width: calc((99.9% - 60px) / 3);
    margin-right: 30px; }
    .p-col3sample > *:nth-child(3n) {
      margin-right: 0; }
    .p-col3sample > *:nth-child(n + 4) {
      margin-top: 30px; }
    .p-col3sample > *:last-child {
      margin-right: 0; }
    @media screen and (max-width: 767px) {
      .p-col3sample > * {
        width: 100%;
        margin-right: 0; }
        .p-col3sample > *:nth-child(n + 2) {
          margin-top: 10px; } }

.p-col4sample {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .p-col4sample > * {
    width: calc((99.9% - 90px) / 4);
    margin-right: 30px; }
    .p-col4sample > *:nth-child(4n) {
      margin-right: 0; }
    .p-col4sample > *:nth-child(n + 5) {
      margin-top: 50px; }
    .p-col4sample > *:last-child {
      margin-right: 0; }
    @media screen and (max-width: 767px) {
      .p-col4sample > * {
        width: calc((99.9% - 10px) / 2);
        margin-right: 10px; }
        .p-col4sample > *:nth-child(4n) {
          margin-right: 10px; }
        .p-col4sample > *:nth-child(2n) {
          margin-right: 0; }
        .p-col4sample > *:nth-child(n + 3) {
          margin-top: 20px; }
        .p-col4sample > *:last-child {
          margin-right: 0; } }

.p-col5sample {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .p-col5sample > * {
    width: calc((99.9% - 0px) / 5);
    margin-right: 0px; }
    .p-col5sample > *:nth-child(5n) {
      margin-right: 0; }
    .p-col5sample > *:nth-child(n + 6) {
      margin-top: 0px; }
    .p-col5sample > *:last-child {
      margin-right: 0; }
    @media screen and (max-width: 767px) {
      .p-col5sample > * {
        width: calc((99.9% - 0px) / 2);
        margin-right: 0px; }
        .p-col5sample > *:nth-child(5n) {
          margin-right: 0px; }
        .p-col5sample > *:nth-child(2n) {
          margin-right: 0; }
        .p-col5sample > *:nth-child(n + 3) {
          margin-top: 0px; }
        .p-col5sample > *:last-child {
          margin-right: 0; } }

.p-2colsample1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .p-2colsample1 > *:first-child {
    width: 48%; }
  .p-2colsample1 > *:last-child {
    width: 48%; }
  @media screen and (max-width: 767px) {
    .p-2colsample1 {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .p-2colsample1 > * {
        width: 100% !important; } }

.p-2colsample2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .p-2colsample2 > *:first-child {
    width: 48%; }
  .p-2colsample2 > *:last-child {
    width: 48%; }
  @media screen and (max-width: 767px) {
    .p-2colsample2 {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .p-2colsample2 > * {
        width: 100% !important; } }
  @media screen and (max-width: 767px) {
    .p-2colsample2 > *:first-child {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; } }

.p-2colsample3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .p-2colsample3 > *:first-child {
    width: 40%; }
  .p-2colsample3 > *:last-child {
    width: 58%; }
  @media screen and (max-width: 767px) {
    .p-2colsample3 {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .p-2colsample3 > * {
        width: 100% !important; } }

.p-2colsample4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .p-2colsample4 > *:first-child {
    width: 25%; }
  .p-2colsample4 > *:last-child {
    width: 73%; }

/* shopArea
--------------------------------------------------*/
.shopArea {
	background: #F5F3EC;
	padding: 4% 0 7%;
}
.shopArea .p-shop__head {
	text-align: center;
	margin: 0 0 -0.5%;
}
.shopArea .p-qa__head__text {
	text-align: center;
	margin: 0 0 30px;
	font-size: 20px;
	font-weight: bold;
	color: #582800;
}
.shopArea .p-shop__box {
	
}
.shopArea .p-shop__box ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
    flex-direction: inherit;
}
.shopArea.-lower .p-shop__box > ul > li {
	width: 351px;
}
/* 店舗情報詳細 */
.p-shopInfo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
}
.p-shopInfo_area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	position: relative;
	height: 94px;
	padding: 14px 0;
	border-radius: 15px;
	color: #FFF;
	font-size: 20px;
	text-align: center;
	line-height: 1.2;
}
.p-shopInfo_area span {
	display: block;
	margin-top: 2px;
	font-size: 14px;
}
.p-shopInfo_area::after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -15px;
	margin: auto;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 20px 0 20px;
	border-color: #ff0000 transparent transparent transparent;
}
.p-shopInfo_content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	height: 200px;
	margin-top: 25px;
	padding: 15px 20px;
	background-color: #fff;
}
.p-shopInfo_name {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
}
.p-shopInfo_name span {
	display: inline-block;
	margin-right: 5px;
	font-size: 12px;
}
.p-shopInfo_tel {
	color: #1E612A;
	font-size: 21px;
	font-weight: 700;
}
.p-shopInfo_tel a {
	color: #1E612A;
}
@media screen and (min-width: 768px) {
	.p-shopInfo_tel a {
		pointer-events: none;
	}
}
.p-shopInfo_data li {
	font-size: 14px;
}
.p-shopInfo_mapLink {
	display: inline-block;
	color: #37C62F;
	text-decoration: underline !important;
}
.p-shopInfo-01 .p-shopInfo_area {
	background-color: #1E612A;
}
.p-shopInfo-01 .p-shopInfo_area::after {
	border-top-color: #1E612A;
}
.p-shopInfo-02 .p-shopInfo_area {
	background-color: #75B11A;
}
.p-shopInfo-02 .p-shopInfo_area::after {
	border-top-color: #75B11A;
}
.p-shopInfo-03 .p-shopInfo_area {
	background-color: #E58515;
}
.p-shopInfo-03 .p-shopInfo_area::after {
	border-top-color: #E58515;
}

@media screen and (max-width: 767px) {
	.shopArea.-lower .p-shop__box > ul > li {
		width: 100%;
	}
	.shopArea {
		padding: 5% 3%;
	}
	.shopArea .p-qa__head__title {
		width: 24%;
		margin: 0 auto;
	}
	.shopArea .p-qa__head__text {
		font-size: 15px;
		margin: -1% 0 4%;
	}
	.shopArea .p-shop__box ul li {
		width: 100%;
		margin-bottom: 5%;
	}
	.p-shopInfo_area {
		height: auto;
	}
	.p-shopInfo_content {
		margin-top: 20px;
		height: auto;
		padding: 10px 15px;
	}
	.p-shopInfo_area {
		padding: 12px 0;
		border-radius: 8px;
		font-size: 16px;
	}
	.p-shopInfo_area span {
		font-size: 12px;
	}
	.p-shopInfo_name {
		font-size: 18px;
	}
	.shopArea ul.p-shopInfo_data li {
		margin-bottom: 1%;
		font-size: 11px;
	}
}

/* footArea
--------------------------------------------------*/
.footArea {
	border-top: 2px solid #005C3F;
    display: block;
    padding-top: 2%;
}
.footArea .foot_bar {
	margin-bottom: 2.5%;
}
.footArea .foot_bar .foot_bar_logo {
	float: left;
	margin-top: 2%;
}
.footArea .foot_bar .foot_bar_box {
	float: right;
	width: 70%;
}
.footArea .foot_bar .foot_bar_box ul {
	display: -webkit-box;
	display: -webkit-flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:flex-end;
	justify-content:flex-end;
}
.footArea .foot_bar .foot_bar_box ul li:not(:last-of-type) {
	margin-right: 2%;
}
.footArea .foot_link {
	background: #F5F3EC;
	padding: 1.5% 0;
}
.footArea .foot_link .foot_link_logo {
	text-align: center;
	margin-bottom: 1%;
}
.footArea .foot_link .foot_link_box {
	
}
.footArea .foot_link .foot_link_box ul {
	display: -webkit-box;
	display: -webkit-flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:center;
	justify-content:center;
}
.footArea .foot_link .foot_link_box ul li {
	
}
.footArea .foot_link .foot_link_box ul li:not(:last-of-type) {
	margin-right: 2%;
}
.footArea .foot_copy {
	width: 100%;
	color: #fff;
	background: #005C3F;
	font-size: 14px;
	text-align: center;
	padding: 1% 0;
}
@media screen and (max-width: 767px) {
	.footArea .foot_bar {
		padding: 3%;
	}
	.footArea .foot_bar .foot_bar_logo {
		float: none;
		width: 60%;
		margin: 0 auto 5%;
	}
	.footArea .foot_bar .foot_bar_box {
		float: none;
		width: 100%;
	}
	.footArea .foot_bar .foot_bar_box ul li:not(:last-of-type) {
		margin-right: 0;
		margin-bottom: 3%
	}
	.footArea .foot_link {
		padding: 3%;
	}
	.footArea .foot_link .foot_link_logo {
		width: 43%;
		margin: 0 auto 3%;
	}
	.footArea .foot_link .foot_link_box ul li:not(:last-of-type) {
		margin-right: 0;
		margin-bottom: 3%
	}
	.footArea .foot_copy {
		font-size: 11px;
	}
}

/*ページトップ*/
.pagetop{
	position:fixed;
	bottom:30px;
	right:20px;
	z-index:498;
}
@media screen and (max-width: 767px) {
	.pagetop {
		width: 11%;
		right: 11px;
		bottom: 15px;
	}
}