@charset "UTF-8";
/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in
*    IE on Windows Phone and in iOS.
*/
@import url(//use.fontawesome.com/releases/v5.8.2/css/all.css);
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
========================================================================== */
/**
* Add the correct display in IE 9-.
*/
article,
aside,
footer,
header,
nav,
section,
picture {
  display: block; }

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
  font-size: 2em; }

/* Grouping content
========================================================================== */
/**
* Add the correct display in IE 9-.
* 1. Add the correct display in IE.
*/
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
* Add the correct margin in IE 8.
*/
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
* 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
========================================================================== */
/**
* 1. Remove the gray background on active links in IE 10.
* 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
*/
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

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

/**
* Prevent the duplicate application of `bolder` by the next rule in Safari 6.
*/
b,
strong {
  font-weight: inherit; }

/**
* 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 style in Android 4.3-.
*/
dfn {
  font-style: italic; }

/**
* Add the correct background and color in IE 9-.
*/
mark {
  background-color: #ff0;
  color: #000; }

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
========================================================================== */
/**
* 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 images inside links in IE 10-.
*/
img {
  border-style: none; }

/**
* Hide the overflow in IE.
*/
svg:not(:root) {
  overflow: hidden; }

/* Forms
========================================================================== */
/**
* Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  margin: 0; }

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

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

/**
* 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
*    controls in Android 4.
* 2. Correct the inability to style clickable types in iOS and Safari.
*/
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

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

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

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

/**
* 1. Add the correct display in IE 9-.
* 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/**
* 1. Add the correct box sizing in IE 10-.
* 2. Remove the padding in IE 10-.
*/
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

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

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

/* Interactive
========================================================================== */
/*
* Add the correct display in IE 9-.
* 1. Add the correct display in Edge, IE, and Firefox.
*/
details,
menu {
  display: block; }

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

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

/*!
 * jquery-drawer v3.2.2
 * Flexible drawer menu using jQuery, iScroll and CSS.
 * http://git.blivesta.com/drawer
 * License : MIT
 * Author : blivesta <design@blivesta.com> (http://blivesta.com/)
 */

.drawer-open {
  overflow: hidden !important;
}

.drawer-nav {
  position: fixed;
  z-index: 2;
  top: 0;
  overflow: hidden;
  width: 16.25rem;
  height: 100%;
  color: #222;
  background-color: #fff;
}

.drawer-brand {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 3.75rem;
  display: block;
  padding-right: .75rem;
  padding-left: .75rem;
  text-decoration: none;
  color: #222;
}

.drawer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.drawer-menu-item {
  font-size: 1rem;
  display: block;
  padding: .75rem;
  text-decoration: none;
  color: #222;
}

.drawer-menu-item:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent;
}

.drawer-overlay {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.drawer-open .drawer-overlay {
  display: block;
}

.drawer--top .drawer-nav {
  top: -100%;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 100%;
  -webkit-transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--top.drawer-open .drawer-nav {
  top: 0;
}

.drawer--top .drawer-hamburger, .drawer--top.drawer-open .drawer-hamburger {
  right: 0;
}

.drawer--left .drawer-nav {
  left: -16.25rem;
  -webkit-transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--left .drawer-hamburger, .drawer--left.drawer-open .drawer-nav, .drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0;
}

.drawer--left.drawer-open .drawer-hamburger {
  left: 16.25rem;
}

.drawer--right .drawer-nav {
  right: -16.25rem;
  -webkit-transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--right .drawer-hamburger, .drawer--right.drawer-open .drawer-nav, .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
}

.drawer--right.drawer-open .drawer-hamburger {
  right: 16.25rem;
}

.drawer-hamburger {
  position: fixed;
  z-index: 4;
  top: 0;
  display: block;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 2rem;
  padding: 0;
  padding: 18px .75rem 30px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  border: 0;
  outline: 0;
  background-color: transparent;
}

.drawer-hamburger:hover {
  cursor: pointer;
  background-color: transparent;
}

.drawer-hamburger-icon {
  position: relative;
  display: block;
  margin-top: 10px;
}

.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
  width: 100%;
  height: 2px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #222;
}

.drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
  position: absolute;
  top: -10px;
  left: 0;
  content: " ";
}

.drawer-hamburger-icon:after {
  top: 10px;
}

.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}

.drawer-open .drawer-hamburger-icon:after, .drawer-open .drawer-hamburger-icon:before {
  top: 0;
}

.drawer-open .drawer-hamburger-icon:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.drawer-open .drawer-hamburger-icon:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}

.drawer--sidebar, .drawer--sidebar .drawer-contents {
  background-color: #fff;
}

  @media (min-width: 64em) {
    .drawer--sidebar .drawer-hamburger {
      display: none;
      visibility: hidden;
    }
    
    .drawer--sidebar .drawer-nav {
      display: block;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      position: fixed;
      width: 12.5rem;
      height: 100%;
    }

    .drawer--sidebar.drawer--left .drawer-nav {
      left: 0;
      border-right: 1px solid #ddd;
    }
  
    .drawer--sidebar.drawer--left .drawer-contents {
      margin-left: 12.5rem;
    }
  
    .drawer--sidebar.drawer--right .drawer-nav {
      right: 0;
      border-left: 1px solid #ddd;
    }
  
    .drawer--sidebar.drawer--right .drawer-contents {
      margin-right: 12.5rem;
    }
  
    .drawer--sidebar .drawer-container {
      max-width: 48rem;
    }
  }

  @media (min-width: 75em) {
    .drawer--sidebar .drawer-nav {
      width: 16.25rem;
    }

    .drawer--sidebar.drawer--left .drawer-contents {
      margin-left: 16.25rem;
    }

    .drawer--sidebar.drawer--right .drawer-contents {
      margin-right: 16.25rem;
    }

    .drawer--sidebar .drawer-container {
      max-width: 60rem;
    }
  }

.drawer--navbarTopGutter {
  padding-top: 3.75rem;
}

.drawer-navbar .drawer-navbar-header {
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}

.drawer-navbar {
  z-index: 3;
  top: 0;
  width: 100%;
}

.drawer-navbar--fixed {
  position: fixed;
}

.drawer-navbar-header {
  position: relative;
  z-index: 3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 3.75rem;
  padding: 0 .75rem;
  text-align: center;
}

.drawer-navbar .drawer-brand {
  line-height: 3.75rem;
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
}

.drawer-navbar .drawer-brand:hover {
  background-color: transparent;
}

.drawer-navbar .drawer-nav {
  padding-top: 3.75rem;
}

.drawer-navbar .drawer-menu {
  padding-bottom: 7.5rem;
}

  @media (min-width: 64em) {
    .drawer-navbar {
      height: 3.75rem;
      border-bottom: 1px solid #ddd;
      background-color: #fff;
    }
  
    .drawer-navbar .drawer-navbar-header {
      position: relative;
      display: block;
      float: left;
      width: auto;
      padding: 0;
      border: 0;
    }

    .drawer-navbar .drawer-menu--right {
      float: right;
    }

    .drawer-navbar .drawer-menu li {
      float: left;
    }
  
    .drawer-navbar .drawer-menu-item {
      line-height: 3.75rem;
      padding-top: 0;
      padding-bottom: 0;
    }
  
    .drawer-navbar .drawer-hamburger {
      display: none;
    }
    
    .drawer-navbar .drawer-nav {
      position: relative;
      left: 0;
      overflow: visible;
      width: auto;
      height: 3.75rem;
      padding-top: 0;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  
    .drawer-navbar .drawer-menu {
      padding: 0;
    }
  
    .drawer-navbar .drawer-dropdown-menu {
      position: absolute;
      width: 16.25rem;
      border: 1px solid #ddd;
    }
  
    .drawer-navbar .drawer-dropdown-menu-item {
      padding-left: .75rem;
    }
  }

.drawer-dropdown-menu {
  display: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

.drawer-dropdown-menu > li {
  width: 100%;
  list-style: none;
}

.drawer-dropdown-menu-item {
  line-height: 3.75rem;
  display: block;
  padding: 0;
  padding-right: .75rem;
  padding-left: 1.5rem;
  text-decoration: none;
  color: #222;
}

.drawer-dropdown-menu-item:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent;
}

.drawer-dropdown.open > .drawer-dropdown-menu {
  display: block;
}

.drawer-dropdown .drawer-caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 4px;
  -webkit-transition: opacity .2s ease,-webkit-transform .2s ease;
  transition: opacity .2s ease,-webkit-transform .2s ease;
  -o-transition: transform .2s ease,opacity .2s ease;
  transition: transform .2s ease,opacity .2s ease;
  transition: transform .2s ease,opacity .2s ease,-webkit-transform .2s ease;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.drawer-dropdown.open .drawer-caret {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.drawer-container {
  margin-right: auto;
  margin-left: auto;
}

  @media (min-width: 64em) {
    .drawer-container {
      max-width: 60rem;
    }
  }

  @media (min-width: 75em) {
    .drawer-container {
      max-width: 70rem;
    }
  }

body {
  color: #300E2F;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  line-height: 1.6em;
  /*
	&:before{
		@include mq(m){
			content: "M";
			display: block;
			width: 1.5rem;
			height: 1.5rem;
			position: fixed;
			top: 0;
			left: 0;
			color: #fff;
			text-align: center;
			background-color: #f00;
			z-index: 99999;
		}

		@include mq(l){
			content: "L";
			background-color: #00f !important;
		}

		@include mq(xl){
			content: "XL";
			background-color: #0f0 !important;
		}
	}
	*/ }
  
  @media screen and (max-width: 750px) {
    body {
      font-size: 0.9em;
      line-height: 1.6em;
    }
  }
  
body * {
  font-size: 0.875rem;
  line-height: 1.6em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

  @media screen and (min-width: 751px) {
    body * {
      font-size: 1.52381vw;
    }
  }
  
  @media screen and (min-width: 1017px) {
    body * {
      font-size: 0.875rem;
    }
  }

img {
  max-width: 100%;
  max-height: 100%;
}

li {
  list-style: none;
}

a {
  color: #FF934F;
  text-decoration: underline;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

a:hover {
  opacity: 0.5;
}

::-moz-selection {
  background: #FF934F;
  color: #fff;
}

::selection {
  background: #FF934F;
  color: #fff;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  z-index: 9999;
}

header .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: auto;
  margin: 0 5%;
  padding: 1.25rem;
}

  @media screen and (max-width: 750px) {
    header .wrapper {
      padding: 0.8rem 1rem 0.4rem 1rem;
    }
  }
  
  @media screen and (min-width: 751px) {
    header .wrapper {
      margin: 0;
      padding: 1.90476vw;
    }
  }
  
  @media screen and (min-width: 1017px) {
    header .wrapper {
      margin: 0 5%;
      padding: 1.25rem;
    }
  }
  
header .wrapper .title {
  width: 16.25rem;
}

  @media screen and (max-width: 750px) {
    header .wrapper .title {
      width: 45%;
			padding-right: 1rem;
    }
  }
  
  @media screen and (min-width: 751px) {
    header .wrapper .title {
      width: 24.7619vw;
    }
  }
  
  @media screen and (min-width: 1017px) {
    header .wrapper .title {
      width: 16.25rem;
    }
  }
  
  @media screen and (max-width: 1260px) {
    header .wrapper .gnav {
      display: none;
    }
  }
  
header .wrapper .gnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

header .wrapper .gnav ul li {
  font-size: 0.875rem;
  font-weight: bold;
}

header .wrapper .gnav ul li + li {
  margin-left: 0.8125rem;
  padding-left: 0.8125rem;
  border-left: solid 1px #C1C1C1;
}

header .wrapper .gnav ul li a {
  color: #300E2F;
  text-decoration: none;
	font-size: clamp(0.75rem, 0.511rem + 0.3vw, 0.875rem); /*12px-14px*/
}

header .wrapper .gnav ul li.current a {
  color: #FF934F;
}

header .wrapper .gnav ul li:last-child {
  border-left: none;
}

.recruit_pc {
  border-left: none!important;
}

.recruit_btn_pc {
	display: inline-block;
  position: relative;
	padding-inline: 1.5rem 2.5rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	font-weight: bold;
  line-height: 1.2em;
  text-align: center;
	text-decoration: none;
	border: none;
  border-radius: 0.625rem;
	color: #FFF!important;
  background-color: #FF934F;
	box-shadow: 3px 3px 0 #EAD637;
}

.recruit_btn_pc::after {
	content: '';
	background-image: url(../img/common/icon_newtab.png);
	background-repeat: no-repeat;
	width: 12px;
	height: 12px;
  position: absolute;
  top: 50%;
  right: 1.5em;
  margin-top: -0.5em;
  line-height: 1em;
}

.sns {
  background-color: #f2f0f0;
  padding: 10px;
  border-radius: 50%;
  display: flex;
}

.sns img {
  width: 20px;
}

header > .sp {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -1.2rem;
}

header > .sp .menu a {
  color: #300E2F;
}
  
header > .sp .menu a i {
  font-size: 1.4rem;
  line-height: 1em;
}

.recruit_btn_sp {
	display: inline-block;
  position: relative;
	padding-inline: 1.5rem 2.5rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	font-weight: bold;
  line-height: 1.2em;
  text-align: center;
	text-decoration: none;
	border: none;
  border-radius: 0.625rem;
	font-size: clamp(0.75rem, 0.697rem + 0.23vw, 0.875rem); /* 12px-14px */
	color: #FFF!important;
  background-color: #FF934F;
	box-shadow: 3px 3px 0 #EAD637;
	margin-right: 0.75rem;
}

.recruit_btn_sp::after {
	content: '';
	background-image: url(../img/common/icon_newtab.png);
	background-repeat: no-repeat;
	width: 12px;
	height: 12px;
  position: absolute;
  top: 50%;
  right: 1.5em;
  margin-top: -0.5em;
  line-height: 1em;
}

.drawer-button {
  display: none;
}

  @media screen and (max-width: 1260px) {
    .drawer-button {
      display: flex;
      align-items: center;
    }

    .sns {
      padding: 8px;
      margin-right: 10px;
    }

    .sns img {
      width: 16px;
    }

    header > .sp {
       margin-top: -1rem;
    }

    header > .sp .menu a i{
      padding-top: 0.2rem;
    }
  }


.drawer-open .drawer-nav {
  width: auto;
  width: 60%;
}

.drawer-nav {
  background-color: #fff;
  overflow: auto;
  z-index: 9999 !important;
}

.drawer-nav nav > ul {
  margin-bottom: 1em;
}

.drawer-nav nav > ul > li {
  padding: 0.8em 1.5em;
  font-size: 0.85rem;
  line-height: 1.4em;
  border-bottom: solid 1px #555;
}

.drawer-nav nav > ul > li:before {
  content: "▶";
  position: relative;
  bottom: 0.05em;
  margin-right: 0.25rem;
  font-size: 0.5em;
}

.drawer-nav nav > ul > li ul {
  margin-left: 1.2em;
}

.drawer-nav nav > ul > li ul li {
  margin-top: 0.3em;
}

.drawer-nav nav > ul > li a[href] {
  text-decoration: none;
  color: #45936C;
}

.drawer-overlay {
  z-index: 9998 !important;
}

main {
  padding-bottom: 3.75rem;
}

  @media screen and (max-width: 750px) {
    main {
      padding-bottom: 3rem;
    }
  }

footer {
  padding: 1.875rem 0;
  background-color: #300E2F;
}

  @media screen and (max-width: 750px) {
    footer {
      padding: 1.5rem 0;
    }
  }
  
footer .copyright {
  color: #fff;
  text-align: center;
}

  @media screen and (max-width: 750px) {
    footer .copyright {
      font-size: 0.65rem;
    }
  }

  @media screen and (max-width: 1260px) {
    .pc {
      display: none;
    }
  }

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

.wrapper {
  width: 62.5rem;
  margin: 0 auto;
}

  @media screen and (max-width: 750px) {
    .wrapper {
      width: auto;
      padding-left: 1rem !important;
      padding-right: 1rem !important;
    }
  }
  
  @media screen and (min-width: 751px) {
    .wrapper {
      width: 95.2381vw;
    }
  }
  
  @media screen and (min-width: 1017px) {
    .wrapper {
      width: 62.5rem; 
    }
  }

.deco_slash_bottom span {
  display: inline-block;
  padding-bottom: 0.625rem;
  background-image: url(../img/common/bg_slash_black.png);
  background-size: 10px;
  background-repeat: repeat-x;
  background-position: bottom left;
}

.deco_slash_bottom.green span {
  background-image: url(../img/common/bg_slash_green.png);
}

.deco_slash_bottom.black span {
  background-image: url(../img/common/bg_slash_black.png);
}

.deco_slash_bottom.yellow span {
  background-image: url(../img/common/bg_slash_yellow.png);
}

.deco_slash_bottom.blue span {
  background-image: url(../img/common/bg_slash_blue.png);
}

.deco_slash_bottom.gray span {
  background-image: url(../img/common/bg_slash_gray.png);
}

.deco_slash_bottom.aqua span {
  background-image: url(../img/common/bg_slash_aqua.png);
}

.deco_slash_side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 48.75rem;
  margin-left: auto;
  margin-right: auto;
  word-break: keep-all;
  white-space: nowrap;
}

  @media screen and (max-width: 750px) {
    .deco_slash_side {
      width: auto;
    }
  }
  
  @media screen and (min-width: 751px) {
    .deco_slash_side {
      width: 74.28571vw;
    }
  }
  
  @media screen and (min-width: 1017px) {
    .deco_slash_side {
      width: 48.75rem;
    }
  }
  
.deco_slash_side:before, .deco_slash_side:after {
  content: "";
  width: 100%;
  height: 7.5px;
  background-image: url(../img/common/bg_slash_black.png);
  background-size: 10px;
  background-repeat: repeat-x;
}

.deco_slash_side:before {
  margin-right: 2.5rem;
  background-position: right;
}

  @media screen and (max-width: 750px) {
    .deco_slash_side:before {
      margin-right: 1em;
    }
  }
  
  @media screen and (min-width: 751px) {
    .deco_slash_side:before {
      margin-right: 3.80952vw;
    }
  }
  
  @media screen and (min-width: 1017px) {
    .deco_slash_side:before {
      margin-right: 2.5rem;
    }
  }
  
.deco_slash_side:after {
  margin-left: 2.5rem;
  background-position: left;
}

  @media screen and (max-width: 750px) {
    .deco_slash_side:after {
      margin-left: 1em;
    }
  }
  
  @media screen and (min-width: 751px) {
    .deco_slash_side:after {
      margin-left: 3.80952vw;
    }
  }
  
  @media screen and (min-width: 1017px) {
    .deco_slash_side:after {
      margin-left: 2.5rem;
    }
  }
  
.deco_slash_side.green:before, .deco_slash_side.green:after {
  background-image: url(../img/common/bg_slash_green.png);
}

.deco_slash_side.black:before, .deco_slash_side.black:after {
  background-image: url(../img/common/bg_slash_black.png);
}

.deco_slash_side.white:before, .deco_slash_side.white:after {
  background-image: url(../img/common/bg_slash_white.png);
}

.deco_wave_side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 48.75rem;
  margin-left: auto;
  margin-right: auto;
  word-break: keep-all;
  white-space: nowrap;
}

  @media screen and (max-width: 750px) {
    .deco_wave_side {
      width: auto;
    }
  }
  
  @media screen and (min-width: 751px) {
    .deco_wave_side {
      width: 74.28571vw;
    }
  }
  
  @media screen and (min-width: 1017px) {
    .deco_wave_side {
      width: 48.75rem;
    }
  }
  
.deco_wave_side:before, .deco_wave_side:after {
  content: "";
  width: 100%;
  height: 7.5px;
  background-image: url(../img/common/bg_wave_green.png);
  background-size: 190px;
  background-repeat: no-repeat;
}

.deco_wave_side:before {
  margin-right: 2.5rem;
  background-position: right;
}

  @media screen and (max-width: 750px) {
    .deco_wave_side:before {
      margin-right: 1em;
    }
  }
  
  @media screen and (min-width: 751px) {
    .deco_wave_side:before {
      margin-right: 3.80952vw;
    }
  }
  
  @media screen and (min-width: 1017px) {
    .deco_wave_side:before {
      margin-right: 2.5rem;
    }
  }
  
.deco_wave_side:after {
  margin-left: 2.5rem;
  background-position: left;
}

  @media screen and (max-width: 750px) {
    .deco_wave_side:after {
      margin-left: 1em;
    }
  }
  
  @media screen and (min-width: 751px) {
    .deco_wave_side:after {
      margin-left: 3.80952vw;
    }
  }
  
  @media screen and (min-width: 1017px) {
    .deco_wave_side:after {
      margin-left: 2.5rem;
    }
  }

.button a,
.button input {
  display: inline-block;
  position: relative;
  padding: 0.9375rem 1.5625rem;
  color: #FF934F;
  font-weight: bold;
  line-height: 1.2em;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  border: none;
  border-radius: 0.625rem;
  -webkit-box-shadow: 5px 5px 0 #FF934F;
  box-shadow: 5px 5px 0 #FF934F;
}

  @media screen and (max-width: 750px) {
    .button a,
    .button input {
      padding: 0.75rem 1.5rem;
    }
  }
  
  .button a:after,
  .button input:after {
    content: "\f054";
    position: absolute;
    top: 50%;
    right: 0.5em;
    margin-top: -0.5em;
    font-family: "Font Awesome 5 Free";
    line-height: 1em;
  }
  
  .button a:hover,
  .button input:hover {
    cursor: pointer;
  }

.button.inverse a,
.button.inverse input,
.button .inverse a,
.button .inverse input {
  color: #FFF;
  background-color: #FF934F;
  -webkit-box-shadow: 5px 5px 0 #EAD637;
  box-shadow: 5px 5px 0 #EAD637;
}

.button.discreet a,
.button.discreet input,
.button .discreet a,
.button .discreet input {
  color: #888888;
  background-color: #DCDCDC;
  -webkit-box-shadow: 5px 5px 0 #888888;
  box-shadow: 5px 5px 0 #888888;
}

ul.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

  @media screen and (max-width: 750px) {
    ul.button {
      display: block;
    }
  }
  
ul.button li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50%;
}

  @media screen and (max-width: 750px) {
    ul.button li {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: 100%;
    }
  }
  
  @media screen and (max-width: 750px) {
    ul.button li + li {
      margin-top: 1.5rem;
    }
  }
  
ul.button li input {
  width: 11.5625rem;
}

#contact {
  width: 50rem;
}

  @media screen and (max-width: 750px) {
    #contact {
      width: auto;
    }
  }
  
  @media screen and (min-width: 751px) {
    #contact {
      width: 76.19048vw;
    }
  }
  
  @media screen and (min-width: 1017px) {
    #contact {
      width: 50rem;
    }
  }
  
#contact h2 {
  margin-bottom: 1.875rem;
  font-size: 1.5625rem;
  text-align: center;
}

  @media screen and (max-width: 750px) {
    #contact h2 {
      margin-bottom: 1rem;
      font-size: 1rem;
    }
  }
  
  @media screen and (min-width: 751px) {
    #contact h2 {
      font-size: 2.38095vw;
    }
  }
  
  @media screen and (min-width: 1017px) {
    #contact h2 {
      font-size: 1.5625rem;
    }
  }
  
#contact > p {
  margin-bottom: 2.5rem;
  line-height: 1.6em;
  text-align: center;
}

  @media screen and (max-width: 750px) {
    #contact > p {
      margin-bottom: 1rem;
      text-align: left;
    }
  }
  
#contact > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

  @media screen and (max-width: 750px) {
    #contact > div {
      display: block;
    }
  }
  
#contact > div .tel {
  width: 50%;
  color: #FF934F;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
}

  @media screen and (max-width: 750px) {
    #contact > div .tel {
      width: 100%;
      margin-bottom: 1rem;
      font-size: 1.4rem;
    }
  }
  
  @media screen and (min-width: 751px) {
    #contact > div .tel {
      font-size: 3.80952vw;
    }
  }
  
  @media screen and (min-width: 1017px) {
    #contact > div .tel {
      font-size: 2.5rem;
    }
  }
  
#contact > div .tel span {
  font-size: 1.875rem;
}

  @media screen and (max-width: 750px) {
    #contact > div .tel span {
      font-size: 1.1rem;
    }
  }
  
  @media screen and (min-width: 751px) {
    #contact > div .tel span {
      font-size: 2.85714vw;
    }
  }
  
  @media screen and (min-width: 1017px) {
    #contact > div .tel span {
      font-size: 1.875rem;
    }
  }
  
#contact > div .tel a {
  color: #FF934F;
  font-size: 2.5rem;
}

  @media screen and (max-width: 750px) {
    #contact > div .tel a {
      font-size: 1.4rem;
    }
  }
  
  @media screen and (min-width: 751px) {
    #contact > div .tel a {
      font-size: 3.80952vw;
    }
  }
  
  @media screen and (min-width: 1017px) {
    #contact > div .tel a {
      font-size: 2.5rem;
    }
  }
  
#contact > div .button {
  width: 50%;
  text-align: center;
}

  @media screen and (max-width: 750px) {
    #contact > div .button {
      width: 100%;
    }
  }
  
#contact > div .button a {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

  @media screen and (min-width: 751px) {
    #contact > div .button a {
      padding-left: 3.80952vw;
      padding-right: 3.80952vw;
    }
  }

  @media screen and (min-width: 1017px) {
    #contact > div .button a {
      padding-left: 2.5rem;
      padding-right: 2.5rem;
    }
  }

main {
  position: relative;
  padding-top: 5.9375rem;
}

  @media screen and (max-width: 750px) {
    main {
      padding-top: 3rem;
    }
  }
  
  @media screen and (min-width: 751px) {
    main {
      padding-top: 9.04762vw;
    }
  }
  
  @media screen and (min-width: 1017px) {
    main {
      padding-top: 5.9375rem;
    }
  }
  
main h1 {
  position: relative;
  margin-bottom: 3.125rem;
  padding: 3.90625rem 0;
  color: rgba(0, 0, 0, 0.6);
  font-size: 1.5625rem;
  text-align: center;
}

  @media screen and (max-width: 750px) {
    main h1 {
      margin-bottom: 4rem;
      padding-top: 2rem;
      padding-bottom: 2rem;
      font-size: 1.1rem;
    }
  }
  
  @media screen and (min-width: 751px) {
    main h1 {
      margin-bottom: 4.7619vw;
      padding: 7.61905vw 0;
      font-size: 2.38095vw;
    }
  }
  
  @media screen and (min-width: 1017px) {
    main h1 {
      margin-bottom: 3.125rem;
      padding: 3.90625rem 0;
      font-size: 1.5625rem;
    }
  }
  
main h1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(50% - 500px + 10rem);
  height: 100%;
  background-position: center right;
}

main .icon {
  position: absolute;
  top: 14.0625rem;
  left: 50%;
}

  @media screen and (max-width: 750px) {
    main .icon {
      top: 7.5rem;
    }
  }
  
  @media screen and (min-width: 751px) {
    main .icon {
      top: 21.42857vw;
    }
  }
  
  @media screen and (min-width: 1017px) {
    main .icon {
      top: 14.0625rem;
    }
  }
  
main .intro {
  margin-bottom: 3.125rem;
  line-height: 2em;
}

  @media screen and (max-width: 750px) {
    main .intro {
      margin-bottom: 2rem;
      line-height: 1.6em;
    }
  }
  
  @media screen and (min-width: 751px) {
    main .intro {
      margin-bottom: 4.7619vw;
    }
  }
  
  @media screen and (min-width: 1017px) {
    main .intro {
      margin-bottom: 3.125rem;
    }
  }

.att_pc, .att_sp {
  background-color: #BE7955;
  color: #fff;
  font-weight: 600;
  font-size: 0.75rem;
  padding: 0.3125rem 0.9375rem;
  font-feature-settings: "palt";
  letter-spacing: .08em;
}

.att_pc {
  margin-left: 5px;
  border-radius: 0.9375rem;
}

.att_sp {
  display: none;
}

  @media screen and (max-width: 750px) {
    .att_pc {
      display: none;
    }

    .att_sp {
      display: block;
      text-align: center;
      margin-top: 1.125rem;
      border-radius: 1.625rem;
    }
  }

main#garden h1 {
  background-color: #71B721;
}

main#garden h1:before {
  background-image: url(../img/common/bg_dot_white.png);
  background-size: 30px;
}

main#garden .icon {
  top: 3.75rem;
}

  @media screen and (max-width: 750px) {
    main#garden .icon {
      top: 4rem;
    }
  }
  
  @media screen and (min-width: 751px) {
    main#garden .icon {
      top: 21.42857vw;
    }
  }
  
  @media screen and (min-width: 1017px) {
    main#garden .icon {
      top: 3.75rem;
    }
  }
  
main#garden .service {
  margin-top: -9rem;
  padding-top: 9rem;
}

main#garden .service .content {
  background-color: #C4ED68;
}

main#garden .service .content .flow:before {
  border-bottom-color: #44936C;
}

main#garden .service .content .flow li figure {
  background-color: #44936C;
  border-color: #44936C;
}

main#garden .service .content table th,
main#garden .service .content table td {
  border-color: #45936C;
}

main#garden .service .content table th span {
  color: #45936C;
}

main#garden .service .content table thead th {
  background-color: #EEFCCD;
}

main#garden .service#weeds .icon {
  width: 4.75rem;
  height: 4.375rem;
  margin-left: -2.375rem;
}

main#garden .service#pruning .icon {
  width: 3.25rem;
  height: 4.4375rem;
  margin-left: -1.625rem;
}

main#vermin h1 {
  background-color: #E7D237;
}

main#vermin h1:before {
  background-image: url(../img/common/bg_weed_white.png);
  background-size: 68px;
}

main#vermin .icon {
  width: 5.625rem;
  height: 4.5rem;
  margin-left: -2.8125rem;
}

main#vermin .service .content {
  background-color: #F9F0B0;
}

main#vermin .service .content .flow:before {
  border-bottom-color: #C5AF09;
}

main#vermin .service .content .flow li figure {
  background-color: #C5AF09;
  border-color: #C5AF09;
}

main#vermin .service .content table th,
main#vermin .service .content table td {
  border-color: #C5AF09;
}

main#vermin .service .content table th span {
  color: #C5AF09;
}

main#vermin .service .content table thead th {
  background-color: #FFFBE2;
}

main#vermin .service .content .wrapper > div ul li:before {
  color: #C5AF09;
}

main#harmful_animal h1 {
  background-color: #6DABDA;
}

main#harmful_animal h1:before {
  background-image: url(../img/common/bg_dot_white.png);
  background-size: 30px;
}

main#harmful_animal .icon {
  width: 4.875rem;
  height: 4.4375rem;
  margin-left: -2.4375rem;
}

main#harmful_animal .service .content {
  background-color: #D1E5F5;
}

main#harmful_animal .service .content .flow:before {
  border-bottom-color: #6DABDA;
}

main#harmful_animal .service .content .flow li figure {
  background-color: #6DABDA;
  border-color: #6DABDA;
}

main#harmful_animal .service .content table th,
main#harmful_animal .service .content table td {
  border-color: #6DABDA;
}

main#harmful_animal .service .content table th span {
  color: #6DABDA;
}

main#harmful_animal .service .content table thead th {
  background-color: #F1F9FF;
}

main#harmful_animal .service .content .wrapper > div ul li:before {
  color: #6DABDA;
}

main#termites h1 {
  background-color: #C1C1C1;
}

main#termites h1:before {
  background-image: url(../img/common/bg_weed_white.png);
  background-size: 68px;
}

main#termites .icon {
  width: 4.3125rem;
  height: 4.125rem;
  margin-left: -2.1875rem;
}

main#termites .service .content {
  background-color: #E8E8E8;
}

main#termites .service .content .flow:before {
  border-bottom-color: #808080;
}

main#termites .service .content .flow li figure {
  background-color: #808080;
  border-color: #808080;
}

main#termites .service .content table th,
main#termites .service .content table td {
  border-color: #808080;
}

main#termites .service .content table th span {
  color: #C5AF09;
}

main#termites .service .content table thead th {
  background-color: #F5F5F5;
}

main#termites .service .content .equipment div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2.5rem;
}

main#termites .service .content .equipment div figure {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 40%;
  margin: 0 3.125rem 0 0;
}

main#termites .service .content .equipment div figure figcaption {
  font-size: 0.75rem;
  word-break: break-all;
  white-space: normal;
}

main#termites .service .content .equipment div figure figcaption span {
  font-weight: bold;
}

main#termites .service .content .wrapper > div ul li:before {
  color: #C5AF09;
}

main#disinfection h1 {
  background-color: #92DCD0;
}

main#disinfection h1:before {
  background-image: url(../img/common/bg_weed_white.png);
  background-size: 68px;
}

main#disinfection .icon {
  width: 5.625rem;
  height: 4.5rem;
  margin-left: -2.8125rem;
}

main#disinfection .service .content {
  background-color: #D7ECE9;
}

main#disinfection .service .content .flow:before {
  border-bottom-color: #92DCD0;
}

main#disinfection .service .content .flow li figure {
  background-color: #92DCD0;
  border-color: #92DCD0;
}

main#disinfection .service .content .features figure.comparison:after {
  content: none;
  display: none;
}

main#disinfection .service .content .other figure.comparison:after {
  content: none;
  display: none;
}

main#disinfection .service .content table th,
main#disinfection .service .content table td {
  border-color: #92DCD0;
}

main#disinfection .service .content table th span {
  color: #28A792;
}

main#disinfection .service .content table thead th {
  background-color: #D7ECE9;
}

main#disinfection .service .content .wrapper > div ul li:before {
  color: #92DCD0;
}

.service {
  position: relative;
  margin-bottom: 3.125rem;
}

  @media screen and (min-width: 751px) {
    .service {
      margin-bottom: 9.52381vw;
    }
  }

  @media screen and (min-width: 1017px) {
    .service {
      margin-bottom: 3.125rem;
    }
  }
  
.service h2 {
  margin-bottom: 1.875rem;
  font-size: 1.5625rem;
  text-align: center;
}

  @media screen and (max-width: 750px) {
    .service h2 {
      margin-bottom: 1.5rem;
      font-size: 1rem;
    }
  }
  
  @media screen and (min-width: 751px) {
    .service h2 {
      margin-bottom: 2.85714vw;
      font-size: 2.38095vw;
    }
  }
  
  @media screen and (min-width: 1017px) {
    .service h2 {
      margin-bottom: 1.875rem;
      font-size: 1.5625rem;
    }
  }
  
.service .icon {
  top: -5.3125rem;
}

.service .content {
  padding: 3.125rem 0 6.25rem 0;
}

  @media screen and (max-width: 750px) {
    .service .content {
      padding: 1.5rem 1rem;
    }
  }
  
  @media screen and (min-width: 751px) {
    .service .content {
      padding: 4.7619vw 0 9.52381vw 0;
    }
  }
  
  @media screen and (min-width: 1017px) {
    .service .content {
      padding: 3.125rem 0 6.25rem 0;
    }
  }
  
.service .content .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  background-color: #fff;
}

  @media screen and (max-width: 750px) {
    .service .content .wrapper {
      display: block;
      padding: 1.5rem 1rem;
    }
  }

.service .content .wrapper > h3 {
  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;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 12.5rem;
  text-align: center;
}

  @media screen and (max-width: 750px) {
    .service .content .wrapper > h3 {
      width: 100%;
      margin-bottom: 1rem;
    }
  }
  
  @media screen and (min-width: 751px) {
    .service .content .wrapper > h3 {
      width: 19.04762vw;
    }
  }
  
  @media screen and (min-width: 1017px) {
    .service .content .wrapper > h3 {
      width: 12.5rem;
    }
  }
  
.service .content .wrapper > h3 span {
  font-size: 1.25rem;
  text-align: center;
}

  @media screen and (max-width: 750px) {
    .service .content .wrapper > h3 span {
      font-size: 1rem;
    }
  }
  
  @media screen and (min-width: 751px) {
    .service .content .wrapper > h3 span {
      font-size: 1.90476vw;
    }
  }
  
  @media screen and (min-width: 1017px) {
    .service .content .wrapper > h3 span {
      font-size: 1.25rem;
    }
  }
  
.service .content .wrapper > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding: 1.875rem 4.375rem 1.875rem 0;
}

  @media screen and (max-width: 750px) {
    .service .content .wrapper > div {
      padding: 0;
    }
  }
  
  @media screen and (min-width: 751px) {
    .service .content .wrapper > div {
      padding: 2.85714vw 6.66667vw 2.85714vw 0;
    }
  }
  
  @media screen and (min-width: 1017px) {
    .service .content .wrapper > div {
      padding: 1.875rem 4.375rem 1.875rem 0;
    }
  }
  
.service .content .wrapper > div > * {
  width: 100%;
}
  
  @media screen and (max-width: 750px) {
    .service .content .wrapper > div p, .service .content .wrapper > div ul, .service .content .wrapper > div ol, .service .content .wrapper > div dl, .service .content .wrapper > div figure {
      word-break: break-all;
      white-space: normal;
    }
  }
  
.service .content .wrapper > div p + p, .service .content .wrapper > div p + ul, .service .content .wrapper > div p + ol, .service .content .wrapper > div p + dl, .service .content .wrapper > div p + figure, .service .content .wrapper > div ul + p, .service .content .wrapper > div ul + ul, .service .content .wrapper > div ul + ol, .service .content .wrapper > div ul + dl, .service .content .wrapper > div ul + figure, .service .content .wrapper > div ol + p, .service .content .wrapper > div ol + ul, .service .content .wrapper > div ol + ol, .service .content .wrapper > div ol + dl, .service .content .wrapper > div ol + figure, .service .content .wrapper > div dl + p, .service .content .wrapper > div dl + ul, .service .content .wrapper > div dl + ol, .service .content .wrapper > div dl + dl, .service .content .wrapper > div dl + figure, .service .content .wrapper > div figure + p, .service .content .wrapper > div figure + ul, .service .content .wrapper > div figure + ol, .service .content .wrapper > div figure + dl, .service .content .wrapper > div figure + figure {
  margin-top: 1rem;
}

  @media screen and (max-width: 750px) {
    .service .content .wrapper > div p + p, .service .content .wrapper > div p + ul, .service .content .wrapper > div p + ol, .service .content .wrapper > div p + dl, .service .content .wrapper > div p + figure, .service .content .wrapper > div ul + p, .service .content .wrapper > div ul + ul, .service .content .wrapper > div ul + ol, .service .content .wrapper > div ul + dl, .service .content .wrapper > div ul + figure, .service .content .wrapper > div ol + p, .service .content .wrapper > div ol + ul, .service .content .wrapper > div ol + ol, .service .content .wrapper > div ol + dl, .service .content .wrapper > div ol + figure, .service .content .wrapper > div dl + p, .service .content .wrapper > div dl + ul, .service .content .wrapper > div dl + ol, .service .content .wrapper > div dl + dl, .service .content .wrapper > div dl + figure, .service .content .wrapper > div figure + p, .service .content .wrapper > div figure + ul, .service .content .wrapper > div figure + ol, .service .content .wrapper > div figure + dl, .service .content .wrapper > div figure + figure {
      margin-top: 2rem;
    }
  }
  
  @media screen and (min-width: 751px) {
    .service .content .wrapper > div p + p, .service .content .wrapper > div p + ul, .service .content .wrapper > div p + ol, .service .content .wrapper > div p + dl, .service .content .wrapper > div p + figure, .service .content .wrapper > div ul + p, .service .content .wrapper > div ul + ul, .service .content .wrapper > div ul + ol, .service .content .wrapper > div ul + dl, .service .content .wrapper > div ul + figure, .service .content .wrapper > div ol + p, .service .content .wrapper > div ol + ul, .service .content .wrapper > div ol + ol, .service .content .wrapper > div ol + dl, .service .content .wrapper > div ol + figure, .service .content .wrapper > div dl + p, .service .content .wrapper > div dl + ul, .service .content .wrapper > div dl + ol, .service .content .wrapper > div dl + dl, .service .content .wrapper > div dl + figure, .service .content .wrapper > div figure + p, .service .content .wrapper > div figure + ul, .service .content .wrapper > div figure + ol, .service .content .wrapper > div figure + dl, .service .content .wrapper > div figure + figure {
      margin-top: 1.52381vw;
    }
  }
  
  @media screen and (min-width: 1017px) {
    .service .content .wrapper > div p + p, .service .content .wrapper > div p + ul, .service .content .wrapper > div p + ol, .service .content .wrapper > div p + dl, .service .content .wrapper > div p + figure, .service .content .wrapper > div ul + p, .service .content .wrapper > div ul + ul, .service .content .wrapper > div ul + ol, .service .content .wrapper > div ul + dl, .service .content .wrapper > div ul + figure, .service .content .wrapper > div ol + p, .service .content .wrapper > div ol + ul, .service .content .wrapper > div ol + ol, .service .content .wrapper > div ol + dl, .service .content .wrapper > div ol + figure, .service .content .wrapper > div dl + p, .service .content .wrapper > div dl + ul, .service .content .wrapper > div dl + ol, .service .content .wrapper > div dl + dl, .service .content .wrapper > div dl + figure, .service .content .wrapper > div figure + p, .service .content .wrapper > div figure + ul, .service .content .wrapper > div figure + ol, .service .content .wrapper > div figure + dl, .service .content .wrapper > div figure + figure {
      margin-top: 1rem;
    }
  }

.service .content .wrapper > div ul {
  line-height: 1.6em;
}

.service .content .wrapper > div ul li {
  padding-left: 1.5em;
}

.service .content .wrapper > div ul li:before {
  content: "●";
  margin: 0 0.5em 0 -1.5em;
  color: #45936C;
}

.service .content .wrapper > div ul li + li {
  margin-top: 0.6em;
}

.service .content .wrapper > div ul.flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

  @media screen and (max-width: 750px) {
    .service .content .wrapper > div ul.flow {
      display: block;
    }
  }
  
.service .content .wrapper > div ul.flow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 75%;
  margin: -1em 12.5% 0 12.5%;
  border-bottom: dashed 2px #ccc;
}
  
  @media screen and (max-width: 750px) {
    .service .content .wrapper > div ul.flow:before {
      display: none;
    }
  }
  
.service .content .wrapper > div ul.flow li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  font-weight: bold;
  text-align: center;
  word-break: keep-all;
}

  @media screen and (max-width: 750px) {
    .service .content .wrapper > div ul.flow li {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
    }
  }
  
.service .content .wrapper > div ul.flow li:before {
  content: none;
  display: none;
}

.service .content .wrapper > div ul.flow li + li {
  margin-top: 0;
}

.service .content .wrapper > div ul.flow li figure {
  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;
  width: 3.3125rem;
  height: 3.3125rem;
  margin-bottom: 0.3125rem;
  text-align: center;
  background-color: #ccc;
  border: solid 3px #ccc;
  border-radius: 50%;
  overflow: hidden;
}

  @media screen and (max-width: 750px) {
    .service .content .wrapper > div ul.flow li figure {
      margin-right: 1rem;
    }
  }

.service .content .wrapper > div ul.notes {
  font-size: 0.8125rem;
}

.service .content .wrapper > div ul.notes li {
  position: relative;
  padding-left: 1.2em;
}

.service .content .wrapper > div ul.notes li:before {
  content: "※";
  position: absolute;
  left: 0;
  margin: 0;
  color: #300E2F !important;
}

.service .content .wrapper > div ul.notes li + li {
  margin-top: 0.4em;
}

.service .content .wrapper > div ul.enumerate {
  font-weight: bold;
}

.service .content .wrapper > div ul.enumerate li {
  display: inline-block;
  padding-left: 0;
}

.service .content .wrapper > div ul.enumerate li:before {
  content: none;
  display: none;
}

.service .content .wrapper > div ul.enumerate li:after {
  content: "／";
  margin: 0 0.25em;
}

.service .content .wrapper > div ul.enumerate li:last-of-type:after {
  content: none;
  display: none;
}

.service .content .wrapper > div table {
  width: 100%;
  margin-bottom: 0.9375rem;
  border-collapse: collapse;
}

  @media screen and (min-width: 751px) {
    .service .content .wrapper > div table {
      margin-bottom: 1.42857vw;
    }
  }
  
  @media screen and (min-width: 1017px) {
    .service .content .wrapper > div table {
      margin-bottom: 0.9375rem;
    }
  }
  
.service .content .wrapper > div table th,
.service .content .wrapper > div table td {
  padding: 0.625rem 0.9375rem;
  font-weight: normal;
  text-align: left;
  vertical-align: text-top;
  border: solid 1px #ccc;
}

  @media screen and (min-width: 751px) {
    .service .content .wrapper > div table th,
    .service .content .wrapper > div table td {
      padding: 0.95238vw 1.42857vw;
    }
  }
  
  @media screen and (min-width: 1017px) {
    .service .content .wrapper > div table th,
    .service .content .wrapper > div table td {
      padding: 0.625rem 0.9375rem;
    }
  }
  
.service .content .wrapper > div table th span,
.service .content .wrapper > div table td span {
  font-weight: bold;
}

.service .content .wrapper > div table th {
  word-break: keep-all;
}

  @media screen and (max-width: 750px) {
    .service .content .wrapper > div table th {
      width: 40%;
      word-break: break-all;
      white-space: normal;
    }
  }
  
.service .content .wrapper > div table td {
  vertical-align: middle;
}

.service .content .wrapper > div figure.comparison {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.service .content .wrapper > div figure.comparison:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 0.9375rem;
  height: 100%;
  margin-left: -0.4375rem;
  background-image: url(../img/common/bg_slash_white.png);
  background-repeat: repeat-y;
  background-position: center left;
  background-size: 0.9375rem;
}

.service .content .wrapper > div figure.comparison:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3.625rem;
  height: 3.625rem;
  margin: -1.8125rem 0 0 -1.8125rem;
  background-image: url(../img/services/garden/icon_arrow_green.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.service .content .wrapper > div figure.comparison img {
  width: 50%;
}

.service .content .wrapper > div.right_edge_wrapper {
  padding-right: 16.25rem;
}

  @media screen and (min-width: 751px) {
    .service .content .wrapper > div.right_edge_wrapper {
      padding-right: 24.7619vw;
    }
  }
  
  @media screen and (min-width: 1017px) {
    .service .content .wrapper > div.right_edge_wrapper {
      padding-right: 16.25rem;
    }
  }
  
.service .content .wrapper > figure {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  line-height: 0;
}

  @media screen and (max-width: 750px) {
    .service .content .wrapper > figure {
      margin-top: 1rem;
      text-align: center;
    }
  }
  
.service .content .wrapper > figure img {
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.service .content .wrapper + .wrapper {
  margin-top: 1.875rem;
}

  @media screen and (min-width: 751px) {
    .service .content .wrapper + .wrapper {
      margin-top: 2.85714vw;
    }
  }
  
  @media screen and (min-width: 1017px) {
    .service .content .wrapper + .wrapper {
      margin-top: 1.875rem;
    }
  }

.service_tax {
	font-size: 85%!important;
	font-weight: normal!important;
}