@charset "UTF-8";
/*
---------------------------------------
variables
---------------------------------------
*/
/*
---------------------------------------
mixin
---------------------------------------
*/
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

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

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto; /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

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

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/*
---------------------------------------
base
---------------------------------------
*/
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.875;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 999px) {
  body {
    font-size: 12px;
    font-size: 1.2rem;
    min-width: 320px;
  }
}

.detect-pc {
  min-width: 1000px;
}

.detect-sp {
  min-width: 500px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

a {
  transition: all 0.5s;
  color: #231815;
  text-decoration: none;
}
a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
}

img {
  vertical-align: bottom;
}

li {
  list-style: none;
}

.defs {
  display: none;
}

.visually-hidden {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.no-action {
  pointer-events: none;
  cursor: default;
}

.wf-loading {
  visibility: hidden;
}

.wf-active {
  visibility: visible;
}

@media screen and (max-width: 999px) {
  .pc-only {
    display: none;
  }
}
@media screen and (min-width: 1000px) {
  .sp-only {
    display: none;
  }
}
.inner {
  margin: 0 auto;
}
@media screen and (max-width: 999px) {
  .inner {
    width: 86.6%;
  }
}
@media screen and (min-width: 1000px) {
  .inner {
    width: 71.4%;
    max-width: 1000px;
  }
}

.inner-s {
  margin: 0 auto;
}
@media screen and (max-width: 999px) {
  .inner-s {
    width: 86.6%;
  }
}
@media screen and (min-width: 1000px) {
  .inner-s {
    width: 880px;
  }
}

.iframe-outer {
  position: relative;
}

.iframe-wrapper {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  /* 100 * 9/16 */
}

.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
}

/*
---------------------------------------
icon
---------------------------------------
*/
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?p19nl5");
  src: url("fonts/icomoon.eot?p19nl5#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?p19nl5") format("truetype"), url("fonts/icomoon.woff?p19nl5") format("woff"), url("fonts/icomoon.svg?p19nl5#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
  content: "\ea90";
}

.icon-instagram:before {
  content: "\ea92";
}

.icon-twitter:before {
  content: "\ea96";
}

/*
---------------------------------------
fonts
---------------------------------------
*/
/*
---------------------------------------
coloer
---------------------------------------
*/
.p_color--bg-l-gold {
  background-color: #f4eaa9;
}
.p_color--bg-l-green {
  background-color: #d8ec93;
}
.p_color--bg-ll-green {
  background-color: #f1f8d9;
}
.p_color--border-d-beige {
  border-color: #eecea9;
}
.p_color--border-l-gold {
  border-color: #f4eaa9;
}
.p_color--border-l-green {
  border-color: #d8ec93;
}
.p_color--border-bottom-l-gold {
  border-bottom-color: #f4eaa9;
}
.p_color--border-bottom-l-green {
  border-bottom-color: #d8ec93;
}

/*
---------------------------------------
btn
---------------------------------------
*/
.p_btn--wrapper {
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .p_btn--close {
    font-size: 20px;
  }
}
.p_btn--close::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(../images/common/icon/close.svg) no-repeat center;
  background-size: contain;
  width: 14px;
  height: 14px;
  transform: translate(0px, -1px);
}
.p_btn--shadow {
  background: #eecea9;
  letter-spacing: 0.4em;
  text-align: center;
  display: block;
  margin: 0 auto;
  padding: 10px 20px;
  box-shadow: 7px 7px #cd9e7c;
}
@media screen and (max-width: 999px) {
  .p_btn--shadow {
    border-radius: 10px;
    max-width: 437px;
    margin-top: 45px;
  }
}
@media screen and (min-width: 1000px) {
  .p_btn--shadow {
    font-size: 23px;
    width: 437px;
    border-radius: 15px;
    margin-top: 150px;
  }
}
@media screen and (max-width: 999px) {
  .p_btn--shadow span {
    display: inline-block;
  }
}
@media screen and (min-width: 1000px) {
  .p_btn--shadow span {
    display: block;
  }
}
.p_btn--download {
  text-align: center;
  display: block;
  margin: 0 auto;
  padding: 10px 20px;
}
@media screen and (max-width: 999px) {
  .p_btn--download {
    max-width: 400px;
    margin-top: 20px;
    border-radius: 10px;
  }
}
@media screen and (min-width: 1000px) {
  .p_btn--download {
    font-size: 18px;
    width: 489px;
    margin-top: 40px;
    border-radius: 15px;
  }
}
@media screen and (max-width: 999px) {
  .p_btn--download span {
    display: inline-block;
  }
}
@media screen and (min-width: 1000px) {
  .p_btn--download span {
    display: block;
  }
}
.p_btn--download-gold {
  background: #f4eaa9;
  box-shadow: 7px 7px #dac722;
}
.p_btn--download-green {
  background: #d8ec93;
  box-shadow: 7px 7px #8da250;
}

.p_btn--hamburger {
  background: #fff;
  width: 65px;
  padding: 18px 18px 24px;
  border-bottom-left-radius: 40px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  cursor: pointer;
}
@media screen and (min-width: 1000px) {
  .p_btn--hamburger {
    display: none;
  }
}
.p_btn--hamburger div {
  background: #231815;
  width: 24px;
  height: 2px;
  margin: 0 auto;
}
.p_btn--hamburger div:nth-child(2) {
  margin: 8px auto;
  position: relative;
}
.p_btn--hamburger div:nth-child(2)::after {
  background: #231815;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.p_btn--hamburger.open {
  background: #eecea9;
}
.p_btn--hamburger.open div:first-child {
  animation: naviLineFirstOpen 0.5s ease-in-out forwards;
}
.p_btn--hamburger.open div:nth-child(2) {
  animation: naviLineSecondOpen 0.5s ease-in-out forwards;
}
.p_btn--hamburger.open div:nth-child(2)::after {
  animation: naviLineSecondAfterOpen 0.5s ease-in-out forwards;
}
.p_btn--hamburger.open div:last-child {
  animation: naviLineLastOpen 0.5s ease-in-out forwards;
}
.p_btn--hamburger.close div:first-child {
  animation: naviLineFirstClose 0.5s ease-in-out forwards;
}
.p_btn--hamburger.close div:nth-child(2) {
  animation: naviLineSecondClose 0.5s ease-in-out forwards;
}
.p_btn--hamburger.close div:nth-child(2)::after {
  animation: naviLineSecondAfterClose 0.5s ease-in-out forwards;
}
.p_btn--hamburger.close div:last-child {
  animation: naviLineLastClose 0.5s ease-in-out forwards;
}

/*
---------------------------------------
ttl
---------------------------------------
*/
.p_ttl--underline {
  border-bottom-style: solid;
}
@media screen and (max-width: 999px) {
  .p_ttl--underline {
    font-size: 15px;
    border-bottom-width: 3px;
    padding: 0 9px;
  }
}
@media screen and (min-width: 1000px) {
  .p_ttl--underline {
    font-size: 21px;
    border-bottom-width: 5px;
    padding: 0 12px;
  }
}
.p_ttl--sidebar {
  text-align: center;
}
@media screen and (max-width: 999px) {
  .p_ttl--sidebar {
    font-size: 27px;
    letter-spacing: 0.3em;
  }
}
@media screen and (min-width: 1000px) {
  .p_ttl--sidebar {
    font-size: 37px;
    letter-spacing: 0.4em;
  }
}
.p_ttl--sidebar > span {
  display: inline-block;
}
.p_ttl--sidebar > span::before, .p_ttl--sidebar > span::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 999px) {
  .p_ttl--sidebar > span::before, .p_ttl--sidebar > span::after {
    width: 6px;
    height: 32px;
  }
}
@media screen and (min-width: 1000px) {
  .p_ttl--sidebar > span::before, .p_ttl--sidebar > span::after {
    width: 12px;
    height: 60px;
  }
}
@media screen and (max-width: 999px) {
  .p_ttl--sidebar > span::before {
    transform: translate(-11px, -5px);
  }
}
@media screen and (min-width: 1000px) {
  .p_ttl--sidebar > span::before {
    transform: translate(-20px, -5px);
  }
}
@media screen and (max-width: 999px) {
  .p_ttl--sidebar > span::after {
    transform: translate(0px, -5px);
  }
}
@media screen and (min-width: 1000px) {
  .p_ttl--sidebar > span::after {
    transform: translate(5px, -5px);
  }
}
.p_ttl--sidebar > span span {
  display: inline-block;
}
.p_ttl--sidebar-beige span::before, .p_ttl--sidebar-beige span::after {
  background: #eecea9;
}
.p_ttl--sidebar-green span::before, .p_ttl--sidebar-green span::after {
  background: #d8ec93;
}
.p_ttl--sidebar-gold span::before, .p_ttl--sidebar-gold span::after {
  background: #f4eaa9;
}

/*
---------------------------------------
utilis
---------------------------------------
*/
.p_utilis--arrow--next::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 15px;
  background: url(/images/common/arrow_next.svg) no-repeat center;
  background-size: contain;
  transform: translate(2px, -1px);
}
.p_utilis--arrow--prev::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 15px;
  background: url(/images/common/arrow_prev.svg) no-repeat center;
  background-size: contain;
  transform: translate(-2px, -1px);
}
.p_utilis--category ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
}
.p_utilis--category li {
  margin-right: 30px;
}
.p_utilis--category li:last-child {
  margin-right: 0;
}
.p_utilis--category .current {
  color: #231815;
  padding-bottom: 5px;
  border-bottom: 1px solid #231815;
}

/*
---------------------------------------
Animation
---------------------------------------
*/
@keyframes naviLineFirstOpen {
  49% {
    opacity: 1;
    transform: translate(0, 6px);
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translate(0, 6px);
  }
}
@keyframes naviLineFirstClose {
  0% {
    opacity: 0;
    transform: translate(0, 6px);
  }
  50% {
    opacity: 0;
    transform: translate(0, 6px);
  }
  51% {
    opacity: 1;
  }
  100% {
    transform: translate(0);
  }
}
@keyframes naviLineLastOpen {
  49% {
    opacity: 1;
    transform: translate(0, -6px);
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translate(0, -6px);
  }
}
@keyframes naviLineLastClose {
  0% {
    opacity: 0;
    transform: translate(0, -10px);
  }
  50% {
    opacity: 0;
    transform: translate(0, -10px);
  }
  51% {
    opacity: 1;
  }
  100% {
    transform: translate(0);
  }
}
@keyframes naviLineSecondOpen {
  50% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(45deg);
  }
}
@keyframes naviLineSecondClose {
  0% {
    transform: rotateZ(45deg);
  }
  50% {
    transform: rotateZ(0);
  }
}
@keyframes naviLineSecondAfterOpen {
  49% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    transform: rotateZ(0);
  }
  100% {
    opacity: 1;
    transform: rotateZ(-90deg);
  }
}
@keyframes naviLineSecondAfterClose {
  0% {
    opacity: 1;
    transform: rotateZ(-90deg);
  }
  50% {
    opacity: 1;
    transform: rotateZ(0);
  }
  51% {
    opacity: 0;
  }
}
/*
---------------------------------------
form
---------------------------------------
*/
.m_form ::-moz-placeholder {
  color: #b3b3b3;
}
.m_form ::placeholder {
  color: #b3b3b3;
}
.m_form * {
  outline: none;
}
.m_form input,
.m_form textarea {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  -webkit-appearance: none;
  background: #fff;
  width: 100%;
  border: 1px solid #fff;
}
@media screen and (max-width: 999px) {
  .m_form input,
  .m_form textarea {
    padding: 11px 12px;
    border-radius: 10px;
  }
}
@media screen and (min-width: 1000px) {
  .m_form input,
  .m_form textarea {
    padding: 12px 40px;
    border-radius: 15px;
  }
}
.m_form input[type=radio],
.m_form input[type=checkbox] {
  display: none;
}
.m_form--radio label {
  display: inline-block;
  margin: 0 10px 10px 0;
}
.m_form--radio label:last-child {
  margin: 0;
}
.m_form--radio span {
  position: relative;
  padding-left: 20px;
}
.m_form--radio span::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0px, 4px);
}
.m_form--radio input:checked + span {
  color: #666;
}
.m_form--radio input:checked + span::before {
  border: 1px solid #666;
  background: #666;
}
.m_form--radio input:checked + span::after {
  content: "";
  background: #fff;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(5px, 9px);
}
.m_form--checkbox span {
  position: relative;
}
.m_form--checkbox span::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  transform: translate(0px, -2px);
  transition: all 300ms 0s ease;
}
@media screen and (max-width: 999px) {
  .m_form--checkbox span::before {
    width: 17px;
    height: 17px;
    border: 2px solid #231815;
    margin-right: 8px;
  }
}
@media screen and (min-width: 1000px) {
  .m_form--checkbox span::before {
    width: 26px;
    height: 26px;
    border: 2px solid #231815;
    margin-right: 12px;
  }
}
.m_form--checkbox input:checked + span {
  color: #231815;
}
.m_form--checkbox input:checked + span::before {
  background: #231815;
  border: 2px solid #231815;
}
.m_form--checkbox input:checked + span::after {
  content: "";
  display: block;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 999px) {
  .m_form--checkbox input:checked + span::after {
    width: 6px;
    height: 11px;
    transform: translate(6px, -1px) rotate(40deg);
  }
}
@media screen and (min-width: 1000px) {
  .m_form--checkbox input:checked + span::after {
    width: 8px;
    height: 16px;
    transform: translate(9px, 0px) rotate(40deg);
  }
}
.m_form select {
  position: relative;
  z-index: 1;
  width: 100%;
  border: transparent;
  border-radius: 0;
  background: transparent;
}
@media screen and (max-width: 999px) {
  .m_form select {
    padding: 7px 12px;
  }
}
@media screen and (min-width: 1000px) {
  .m_form select {
    padding: 12px 40px;
  }
}
.m_form--select {
  position: relative;
  background: #fff;
  display: inline-block;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 15px;
}
.m_form--select::after {
  content: "";
  width: 0;
  height: 0;
  margin: auto 0;
  border-style: solid;
  border-width: 16px 8px 0 8px;
  border-color: #231815 transparent transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
@media screen and (max-width: 999px) {
  .m_form--select::after {
    transform: translate(-15px, 0px);
  }
}
@media screen and (min-width: 1000px) {
  .m_form--select::after {
    transform: translate(-40px, 0px);
  }
}
.m_form--file input[type=file] {
  border: none;
  font-size: 12px;
  font-size: 1.2rem;
}
.m_form--submit input {
  transition: all 0.5s;
  color: #fff;
  background: #eecea9;
  letter-spacing: 0.4em;
  display: inline-block;
  padding: 9px;
  border: none;
}
@media screen and (max-width: 999px) {
  .m_form--submit input {
    width: 110px;
    border-radius: 9px;
  }
}
@media screen and (min-width: 1000px) {
  .m_form--submit input {
    font-size: 23px;
    width: 170px;
    border-radius: 15px;
  }
}
.m_form--required::after {
  color: red;
  display: inline-block;
  content: "※";
}
.m_form .error {
  color: red;
  margin-top: 10px;
}

/*
---------------------------------------
pagination
---------------------------------------
*/
/*
---------------------------------------
breadcrumb
---------------------------------------
*/
/*
---------------------------------------
contents
---------------------------------------
*/
.l_contents--page-header {
  position: relative;
}
.l_contents--page-header img {
  width: 100%;
}
.l_contents--page-title {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 500px) {
  .l_contents--page-title h2 {
    font-size: 24px;
    letter-spacing: 0.6em;
    writing-mode: vertical-rl;
    margin: 0 auto;
  }
}
@media screen and (max-width: 999px) {
  .l_contents--page-title h2 {
    font-size: 24px;
    letter-spacing: 0.6em;
  }
}
@media screen and (min-width: 1000px) {
  .l_contents--page-title h2 {
    font-size: 35px;
    letter-spacing: 0.7em;
  }
}
@media screen and (max-width: 500px) {
  .l_contents--page-title div {
    font-size: 12px;
    margin-top: 20%;
  }
}
@media screen and (max-width: 999px) {
  .l_contents--page-title div {
    font-size: 12px;
    margin-top: 5%;
  }
}
@media screen and (min-width: 1000px) {
  .l_contents--page-title div {
    font-size: 21px;
    margin-top: 40px;
  }
}
.l_contents--page-title div span {
  display: inline-block;
}
.l_contents--office {
  background: #fff;
  border-style: solid;
  position: relative;
}
@media screen and (max-width: 999px) {
  .l_contents--office {
    padding: 15px;
    border-width: 3px;
    border-radius: 10px;
  }
}
@media screen and (min-width: 1000px) {
  .l_contents--office {
    padding: 60px 125px;
    border-width: 5px;
    border-radius: 30px;
  }
}
@media screen and (max-width: 999px) {
  .l_contents--office {
    margin-top: 100px;
    padding: 40px 7% 100px;
  }
}
@media screen and (min-width: 1000px) {
  .l_contents--office {
    margin-top: 170px;
    padding: 90px 45px 150px;
  }
}
.l_contents--office::before {
  content: "";
  display: block;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
}
@media screen and (max-width: 500px) {
  .l_contents--office::before {
    padding-bottom: 17.8%;
    transform: translate(0px, -103.8%);
  }
}
@media screen and (min-width: 500px) and (max-width: 999px) {
  .l_contents--office::before {
    padding-bottom: 76px;
    transform: translate(0px, -76px);
  }
}
@media screen and (min-width: 1000px) {
  .l_contents--office::before {
    padding-bottom: 126px;
    transform: translate(0px, -126px);
  }
}
.l_contents--office-heading {
  letter-spacing: 0.4em;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .l_contents--office-heading {
    font-size: 25px;
  }
}
@media screen and (min-width: 1000px) {
  .l_contents--office-heading {
    font-size: 37px;
  }
}
.l_contents--office-item {
  border-top-style: solid;
}
@media screen and (max-width: 999px) {
  .l_contents--office-item {
    margin-top: 30px;
    padding: 30px 0 0;
    border-top-width: 3px;
  }
}
@media screen and (min-width: 1000px) {
  .l_contents--office-item {
    margin-top: 90px;
    padding-top: 90px;
    border-top-width: 5px;
  }
}
.l_contents--office-item:first-child {
  border-top: none;
}
@media screen and (max-width: 999px) {
  .l_contents--office-item:first-child {
    margin-top: 0;
  }
}
@media screen and (min-width: 1000px) {
  .l_contents--office-item:first-child {
    margin-top: 50px;
    padding-top: 0;
  }
}
@media screen and (max-width: 999px) {
  .l_contents--office-image {
    text-align: center;
  }
}
@media screen and (min-width: 1000px) {
  .l_contents--office-image {
    width: 302px;
    margin: 0 auto;
  }
}
.l_contents--office-image img {
  max-width: 100%;
}
@media screen and (min-width: 1000px) {
  .l_contents--office-image img {
    width: 100%;
  }
}
@media screen and (max-width: 999px) {
  .l_contents--office-image-mugi {
    width: 67%;
  }
  .l_contents--office-image-houmon {
    width: 81.6%;
  }
  .l_contents--office-image-mugiiro {
    width: 81.6%;
  }
}
.l_contents--office-name {
  text-align: center;
}
@media screen and (max-width: 999px) {
  .l_contents--office-name {
    font-size: 18px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 1000px) {
  .l_contents--office-name {
    font-size: 23px;
    margin-top: 30px;
  }
}
.l_contents--office-name span {
  display: inline-block;
}
@media screen and (max-width: 999px) {
  .l_contents--office-body {
    padding: 0 8%;
  }
}
@media screen and (min-width: 1000px) {
  .l_contents--office-body {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: flex-start;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 6%;
    font-size: 18px;
    margin-top: 35px;
  }
}
@media screen and (max-width: 999px) {
  .l_contents--office ul {
    margin-top: 5px;
  }
}
@media screen and (min-width: 1000px) {
  .l_contents--office-area {
    width: 33.8%;
    max-width: 338px;
  }
}
@media screen and (max-width: 999px) {
  .l_contents--office-map {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1000px) {
  .l_contents--office-map {
    margin-top: 55px;
  }
}
@media screen and (max-width: 999px) {
  .l_contents--office-map .iframe-wrapper {
    padding-bottom: 86.8%;
  }
}
@media screen and (min-width: 1000px) {
  .l_contents--office-map .iframe-wrapper {
    padding-bottom: 43.8%;
  }
}

/*
---------------------------------------
header
---------------------------------------
*/
@media screen and (max-width: 999px) {
  .l_header {
    position: fixed;
    width: 100%;
    padding-top: 20px;
    top: 0;
    z-index: 1000;
  }
  .l_header--head-logo {
    transform: translate(6.7%, 0px);
  }
  .l_header--head-logo img {
    width: 42px;
  }
  .l_header--logo-btn-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
  }
  .l_header--navi {
    font-weight: 700;
    visibility: hidden;
    width: 100vw;
    height: 0;
    position: absolute;
    top: 0;
    overflow: hidden;
    transition: all 0.45s ease-in-out;
  }
  .l_header--navi.open {
    background: #eecea9;
    visibility: visible;
    height: 100vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    transition: all 0.45s ease-in-out;
  }
  .l_header--navi ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 10;
  }
  .l_header--navi li {
    margin-bottom: 30px;
  }
  .l_header--navi li:last-child {
    margin-bottom: 0;
  }
  .l_header--navi a {
    font-size: 17px;
    letter-spacing: 0.4em;
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    position: relative;
  }
  .l_header--navi a.current::before {
    content: "";
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    width: 7px;
    height: 38px;
    border-radius: 1px;
    position: absolute;
    left: 0;
    transform: translate(-20px, 0px);
  }
  .l_header--bg-image {
    background: url(../images/common/navi/ear.svg) no-repeat right -32px bottom 53px;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (min-width: 1000px) {
  .l_header--head-logo {
    position: fixed;
    top: 0;
    left: 0;
    transform: translate(49px, 40px);
    z-index: 1000;
  }
  .l_header--head-logo img {
    width: 90px;
  }
  .l_header--navi {
    background: #fff;
    font-weight: 700;
    width: 848px;
    padding: 30px 55px;
    border-bottom-left-radius: 55px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 2000;
  }
  .l_header--navi ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: space-around;
  }
}

/*
---------------------------------------
footer
---------------------------------------
*/
.l_footer {
  color: #eecea9;
  background: #231815;
}
@media screen and (max-width: 999px) {
  .l_footer {
    text-align: center;
    padding: 35px 0;
    margin-top: 150px;
  }
}
@media screen and (min-width: 1000px) {
  .l_footer {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 274px;
    padding: 40px 73px;
    position: relative;
  }
  .l_footer::after {
    content: "";
    display: block;
    background: url(../images/common/footer.svg) no-repeat center center;
    width: 104px;
    height: 134px;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(-97px, -114px);
  }
}
.l_footer--name {
  font-size: 18px;
  letter-spacing: 0.4em;
}
@media screen and (min-width: 1000px) {
  .l_footer--name {
    margin-right: 52px;
  }
}
@media screen and (max-width: 999px) {
  .l_footer--business {
    font-size: 12px;
    margin-top: 12px;
  }
}
@media screen and (min-width: 1000px) {
  .l_footer--business {
    font-size: 13px;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: 21px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  line-height: 0;
  z-index: 100;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 10px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  border-radius: 50%;
  font-family: "slick";
  font-size: 6px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  background: #fff;
}

/*
---------------------------------------
contact
---------------------------------------
*/
.pl_contact {
  background: #faefe1;
}
@media screen and (max-width: 999px) {
  .pl_contact--form {
    margin-top: 100px;
  }
}
@media screen and (min-width: 1000px) {
  .pl_contact--form {
    margin-top: 150px;
  }
}
.pl_contact--item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 999px) {
  .pl_contact--item {
    margin-top: 10px;
  }
}
@media screen and (min-width: 1000px) {
  .pl_contact--item {
    margin-top: 50px;
  }
}
.pl_contact--item:first-child {
  margin-top: 0;
}
@media screen and (max-width: 999px) {
  .pl_contact--item dt {
    width: 100%;
  }
}
@media screen and (min-width: 1000px) {
  .pl_contact--item dt {
    width: 180px;
  }
  .pl_contact--item dt span > span {
    display: inline-block;
  }
}
@media screen and (max-width: 999px) {
  .pl_contact--item dd {
    width: 100%;
    margin-top: 10px;
  }
}
@media screen and (min-width: 1000px) {
  .pl_contact--item dd {
    width: calc(100% - 180px);
  }
}
.pl_contact--item-body {
  align-items: flex-start;
}
.pl_contact--checkbox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: space-evenly;
}
.pl_contact--submit {
  text-align: center;
}
@media screen and (max-width: 999px) {
  .pl_contact--submit {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1000px) {
  .pl_contact--submit {
    margin-top: 120px;
    margin-bottom: 413px;
  }
  .pl_contact--submit input {
    transform: translate(90px, 0px);
  }
}
@media screen and (max-width: 999px) {
  .pl_contact--confirm .pl_contact--item {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1000px) {
  .pl_contact--confirm::after {
    height: 667px;
  }
}
@media screen and (min-width: 1000px) {
  .pl_contact--confirm-submit {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: space-evenly;
  }
  .pl_contact--confirm-submit input {
    transform: translate(0px, 0px);
  }
}
.pl_contact--confirm-submit .pl_contact--confirm-back {
  color: #666;
  background: #ccc;
  border-color: #ccc;
}
@media screen and (max-width: 999px) {
  .pl_contact--confirm-submit input {
    margin-top: 15px;
  }
  .pl_contact--confirm-submit input:first-child {
    margin-top: 0;
  }
}
@media screen and (min-width: 1000px) {
  .pl_contact--complete::after {
    height: 667px;
  }
  .pl_contact--complete .pl_contact--submit input {
    width: 240px;
  }
}
.pl_contact--complete h1 {
  letter-spacing: 0.4em;
}
.pl_contact--complete-contents {
  margin-top: 30px;
}
.pl_contact--complete-contents span {
  display: inline-block;
}
.pl_contact--complete-contents a {
  text-decoration: underline;
}
.pl_contact--error-contents {
  margin-top: 30px;
}
.pl_contact--error-contents span {
  display: inline-block;
}
.pl_contact--error-contents a {
  text-decoration: underline;
}

/*
---------------------------------------
houmon
---------------------------------------
*/
.pl_houmon {
  background: #fff9e5;
}
.pl_houmon--fv {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media screen and (min-width: 1000px) {
  .pl_houmon--fv {
    background-image: url(../images/houmon/bg_cover.svg);
    background-position: left bottom;
    padding: 140px 0 170px;
  }
}
@media screen and (max-width: 999px) {
  .pl_houmon--fv-summary {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding-left: 7%;
  }
}
@media screen and (min-width: 1000px) {
  .pl_houmon--fv-summary {
    display: grid;
    grid-template-columns: 1fr 220px 1fr;
  }
}
@media screen and (max-width: 999px) {
  .pl_houmon--fv-title {
    text-align: center;
    width: 35.6%;
    position: relative;
    transform: translate(0px, -20%);
  }
}
@media screen and (min-width: 1000px) {
  .pl_houmon--fv-title {
    margin-top: 90px;
  }
}
.pl_houmon--fv-title h1 {
  letter-spacing: 0.4em;
  margin: 0 auto;
  writing-mode: vertical-rl;
  position: absolute;
  top: 0;
  right: 50%;
  z-index: 10;
}
@media screen and (max-width: 999px) {
  .pl_houmon--fv-title h1 {
    font-size: 21px;
    transform: translate(30%, 50%);
  }
}
@media screen and (min-width: 1000px) {
  .pl_houmon--fv-title h1 {
    font-size: 42px;
    transform: translate(30%, 81%);
  }
}
@media screen and (max-width: 999px) {
  .pl_houmon--fv-text {
    width: 52.5%;
  }
}
.pl_houmon--fv-text p {
  line-height: 2.41;
}
@media screen and (max-width: 999px) {
  .pl_houmon--fv-text p {
    margin-top: 40px;
    padding: 0 10% 0 5%;
  }
}
@media screen and (min-width: 1000px) {
  .pl_houmon--fv-text p {
    width: 38%;
    margin-top: 140px;
  }
}
@media screen and (max-width: 999px) {
  .pl_houmon--fv-image-fv {
    width: 36px;
    transform: translate(-30px, 0px);
  }
}
@media screen and (min-width: 1000px) {
  .pl_houmon--fv-image-fv {
    width: 57px;
    transform: translate(30px, 0px);
  }
}
.pl_houmon--fv-image-01 {
  width: 100%;
  transform: translate(-7%, -10%);
}
@media screen and (max-width: 999px) {
  .pl_houmon--fv-image-02 {
    width: 100%;
  }
}
@media screen and (min-width: 1000px) {
  .pl_houmon--fv-image-02 {
    display: block;
    width: 67.2%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 999px) {
  .pl_houmon--fv-image-03 {
    width: 100%;
  }
}
@media screen and (min-width: 1000px) {
  .pl_houmon--fv-image-03 {
    width: 17.2%;
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0 44px 140px 0;
  }
}
@media screen and (min-width: 1000px) {
  .pl_houmon--points-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media screen and (max-width: 999px) {
  .pl_houmon--points-item {
    margin-top: 80px;
  }
  .pl_houmon--points-item:first-child {
    margin-top: 0;
  }
}
@media screen and (min-width: 1000px) {
  .pl_houmon--points-item {
    width: 45%;
  }
}
@media screen and (max-width: 500px) {
  .pl_houmon--points-item h2 {
    font-size: 25px;
  }
}
@media screen and (min-width: 1000px) {
  .pl_houmon--points-item h2 {
    font-size: 23px;
  }
}
@media screen and (min-width: 1230px) {
  .pl_houmon--points-item h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 999px) {
  .pl_houmon--points-image {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1000px) {
  .pl_houmon--points-image {
    margin-top: 30px;
  }
}
.pl_houmon--points-image img {
  width: 100%;
}
@media screen and (max-width: 999px) {
  .pl_houmon--points-image img {
    border: 3px solid #231815;
    border-radius: 10px;
  }
}
@media screen and (min-width: 1000px) {
  .pl_houmon--points-image img {
    border: 5px solid #231815;
    border-radius: 15px;
  }
}
@media screen and (max-width: 999px) {
  .pl_houmon--points-body {
    padding: 0 7%;
    margin-top: 30px;
  }
}
@media screen and (min-width: 1000px) {
  .pl_houmon--points-body {
    margin-top: 50px;
  }
}
.pl_houmon--points li {
  position: relative;
  margin-top: 15px;
}
@media screen and (max-width: 999px) {
  .pl_houmon--points li {
    padding-left: 18px;
  }
}
@media screen and (min-width: 1000px) {
  .pl_houmon--points li {
    padding-left: 26px;
  }
}
.pl_houmon--points li::before {
  content: "";
  background-image: url("../images/common/icon/circle_bk.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 999px) {
  .pl_houmon--points li::before {
    width: 14px;
    height: 14px;
    transform: translate(0px, 5px);
  }
}
@media screen and (min-width: 1000px) {
  .pl_houmon--points li::before {
    width: 18px;
    height: 18px;
    transform: translate(0px, 6px);
  }
}
.pl_houmon--points li:first-child {
  margin-top: 0;
}
.pl_houmon--points-note {
  margin-top: 15px;
}
@media screen and (max-width: 500px) {
  .pl_houmon--points-nicu h2 {
    margin-bottom: 8%;
    position: relative;
  }
  .pl_houmon--points-nicu h2 > span {
    position: relative;
  }
  .pl_houmon--points-nicu h2 > span::before, .pl_houmon--points-nicu h2 > span::after {
    position: absolute;
    top: 0;
    height: 86px;
  }
  .pl_houmon--points-nicu h2 > span::before {
    left: 0;
    transform: translate(-15px, 0px);
  }
  .pl_houmon--points-nicu h2 > span::after {
    right: 0;
    transform: translate(5px, 0px);
  }
  .pl_houmon--points-nicu h2 > span span {
    display: block;
  }
}
@media screen and (min-width: 1000px) {
  .pl_houmon--points-nicu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
    margin-top: 70px;
    position: relative;
  }
  .pl_houmon--points-nicu h2 {
    margin-bottom: 8%;
    position: relative;
  }
  .pl_houmon--points-nicu h2 > span::before, .pl_houmon--points-nicu h2 > span::after {
    position: absolute;
    top: 0;
    height: 86px;
  }
  .pl_houmon--points-nicu h2 > span::before {
    left: 0;
    transform: translate(20px, 0px);
  }
  .pl_houmon--points-nicu h2 > span::after {
    right: 0;
    transform: translate(-30px, 0px);
  }
  .pl_houmon--points-nicu h2 > span span {
    display: block;
  }
  .pl_houmon--points-nicu > div {
    width: 45%;
  }
  .pl_houmon--points-nicu .pl_houmon--points-image {
    margin-top: 0;
  }
  .pl_houmon--points-nicu .pl_houmon--points-body {
    margin-top: 0;
  }
}
@media screen and (min-width: 1230px) {
  .pl_houmon--points-nicu h2 {
    margin-bottom: 8%;
    position: relative;
  }
  .pl_houmon--points-nicu h2 > span::before {
    transform: translate(10px, 10px);
  }
  .pl_houmon--points-nicu h2 > span::after {
    transform: translate(-20px, 10px);
  }
}
.pl_houmon--flow {
  background: #f4eaa9;
  position: relative;
}
@media screen and (max-width: 999px) {
  .pl_houmon--flow {
    margin-top: 170px;
  }
}
@media screen and (min-width: 1000px) {
  .pl_houmon--flow {
    margin-top: 300px;
  }
}
.pl_houmon--flow::before {
  content: "";
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
@media screen and (max-width: 999px) {
  .pl_houmon--flow::before {
    padding-bottom: 22.1%;
    transform: translate(0px, -97.1%);
  }
}
@media screen and (min-width: 500px) and (max-width: 999px) {
  .pl_houmon--flow::before {
    padding-bottom: 13.07%;
    transform: translate(0px, -97.1%);
  }
}
@media screen and (min-width: 1000px) {
  .pl_houmon--flow::before {
    padding-bottom: 13.07%;
    transform: translate(0px, -99.1%);
  }
}
@media screen and (max-width: 500px) {
  .pl_houmon--flow::before {
    background-image: url(../images/common/sp/half_circle_gold.svg);
  }
}
@media screen and (min-width: 500px) and (max-width: 999px) {
  .pl_houmon--flow::before {
    background-image: url(../images/common/half_circle_gold.svg);
  }
}
@media screen and (min-width: 1000px) {
  .pl_houmon--flow::before {
    background-image: url(../images/common/half_circle_gold.svg);
  }
}
@media screen and (max-width: 999px) {
  .pl_houmon--flow {
    padding-bottom: 110px;
  }
}
@media screen and (min-width: 1000px) {
  .pl_houmon--flow {
    padding-bottom: 140px;
  }
}
.pl_houmon--flow-heading {
  text-align: center;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 1000px) {
  .pl_houmon--flow-heading {
    transform: translate(0px, -22px);
  }
}
.pl_houmon--flow-list {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 999px) {
  .pl_houmon--flow-list {
    margin-top: 70px;
  }
}
@media screen and (min-width: 1000px) {
  .pl_houmon--flow-list {
    max-width: 680px;
    margin-top: 120px;
  }
}
.pl_houmon--flow-list li {
  border-radius: 22px;
  position: relative;
}
@media screen and (max-width: 999px) {
  .pl_houmon--flow-list li {
    margin-top: 50px;
    padding: 45px 8.2% 20px;
    border: 3px solid #fff;
  }
}
@media screen and (min-width: 1000px) {
  .pl_houmon--flow-list li {
    margin-top: 110px;
    padding: 60px 80px 30px;
    border: 5px solid #fff;
  }
}
.pl_houmon--flow-list li::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
}
@media screen and (max-width: 999px) {
  .pl_houmon--flow-list li::before {
    width: 55px;
    height: 55px;
    transform: translate(0px, -26px);
  }
}
@media screen and (min-width: 1000px) {
  .pl_houmon--flow-list li::before {
    width: 88px;
    height: 88px;
    transform: translate(0px, -44px);
  }
}
.pl_houmon--flow-list li:first-child {
  margin-top: 0;
}
.pl_houmon--flow-list li:first-child::before {
  background-image: url(../images/houmon/01.svg);
}
.pl_houmon--flow-list li:nth-child(2)::before {
  background-image: url(../images/houmon/02.svg);
}
.pl_houmon--flow-list li:nth-child(3)::before {
  background-image: url(../images/houmon/03.svg);
}
.pl_houmon--flow-list li:nth-child(4)::before {
  background-image: url(../images/houmon/04.svg);
}
.pl_houmon--flow-list h2 {
  letter-spacing: 0.4em;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .pl_houmon--flow-list h2 {
    font-size: 18px;
  }
}
@media screen and (min-width: 1000px) {
  .pl_houmon--flow-list h2 {
    font-size: 25px;
  }
}
.pl_houmon--flow-list h2 span {
  display: inline-block;
}
@media screen and (max-width: 999px) {
  .pl_houmon--flow-list p {
    margin-top: 15px;
  }
}
@media screen and (min-width: 1000px) {
  .pl_houmon--flow-list p {
    margin-top: 25px;
  }
}
@media screen and (max-width: 999px) {
  .pl_houmon--price {
    padding-top: 100px;
  }
}
@media screen and (min-width: 1000px) {
  .pl_houmon--price {
    padding-top: 150px;
  }
}
.pl_houmon--price h1 {
  text-align: center;
}
.pl_houmon--price p {
  widht: 100%;
}
@media screen and (max-width: 999px) {
  .pl_houmon--price p {
    padding: 0 7%;
    margin-top: 25px;
  }
}
@media screen and (min-width: 1000px) {
  .pl_houmon--price p {
    max-width: 610px;
    margin: 60px auto 0;
  }
}
.pl_houmon--office {
  border-color: #f4eaa9;
}
.pl_houmon--office::before {
  background-image: url(../images/common/mugi_group_gold.svg);
}
.pl_houmon--office-container {
  position: relative;
}
.pl_houmon--office-container .l_contents--office {
  margin-top: 0;
}
@media screen and (max-width: 999px) {
  .pl_houmon--office-container {
    padding-top: 100px;
  }
}
@media screen and (min-width: 1000px) {
  .pl_houmon--office-container {
    padding-top: 170px;
  }
}
.pl_houmon--office-container::after {
  content: "";
  background: #f1f8d9;
  display: block;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  z-index: -1;
}
@media screen and (max-width: 999px) {
  .pl_houmon--office-container::after {
    height: 200px;
    transform: translate(0px, 200px);
  }
}
@media screen and (min-width: 1000px) {
  .pl_houmon--office-container::after {
    height: 300px;
    transform: translate(0px, 300px);
  }
}
.pl_houmon--office-item {
  border-top-color: #f4eaa9;
}
.pl_houmon--heading-image {
  text-align: center;
}
@media screen and (max-width: 999px) {
  .pl_houmon--heading-omonakangonaiyou {
    width: 78%;
    max-width: 245px;
  }
}
@media screen and (min-width: 1000px) {
  .pl_houmon--heading-omonakangonaiyou {
    width: 65.1%;
    max-width: 296px;
  }
}
@media screen and (max-width: 999px) {
  .pl_houmon--heading-rehabilitation {
    width: 100%;
    max-width: 320px;
  }
}
@media screen and (min-width: 1000px) {
  .pl_houmon--heading-rehabilitation {
    width: 86.8%;
    max-width: 395px;
  }
}
@media screen and (max-width: 999px) {
  .pl_houmon--heading-nicu {
    width: 91.7%;
    max-width: 293px;
  }
}
@media screen and (min-width: 1000px) {
  .pl_houmon--heading-nicu {
    width: 79%;
    max-width: 372px;
  }
}
@media screen and (max-width: 999px) {
  .pl_houmon--heading-service {
    width: 70%;
    max-width: 236px;
  }
}
@media screen and (min-width: 1000px) {
  .pl_houmon--heading-service {
    width: 32%;
    max-width: 322px;
  }
}
@media screen and (max-width: 999px) {
  .pl_houmon--heading-goriyouryoukin {
    width: 63.5%;
    max-width: 214px;
  }
}
@media screen and (min-width: 1000px) {
  .pl_houmon--heading-goriyouryoukin {
    width: 31.4%;
    max-width: 316px;
  }
}
@media screen and (max-width: 999px) {
  .pl_houmon--heading-shisetsuannai {
    width: 37.1%;
    max-width: 125px;
  }
}
@media screen and (min-width: 1000px) {
  .pl_houmon--heading-shisetsuannai {
    width: 18.4%;
    max-width: 185px;
  }
}
@media screen and (max-width: 999px) {
  .pl_houmon--heading-privacypolicy {
    width: 85%;
    max-width: 348px;
  }
}
@media screen and (min-width: 1000px) {
  .pl_houmon--heading-privacypolicy {
    width: 51.2%;
    max-width: 514px;
  }
}
.pl_houmon--privacypolicy-link {
  position: relative;
  display: inline-block;
}
.pl_houmon--privacypolicy-link::after {
  content: "";
  display: block;
  width: 100%;
  height: 2.5px;
  background-color: #dac722;
  position: absolute;
  right: 0;
  bottom: 0;
}

/*
---------------------------------------
index
---------------------------------------
*/
.pl_index--fv {
  height: 70vh;
  position: relative;
}
@media screen and (min-width: 1000px) {
  .pl_index--fv {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: flex-start;
    justify-content: flex-end;
    height: 100vh;
    height: 100vh;
  }
  .pl_index--fv::after {
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    position: absolute;
    z-index: -1;
    background-image: url(../images/common/leaf/deg-30.svg);
    bottom: 0;
    right: 0;
    width: 668px;
    height: 663px;
    transform: translate(60px, 278px);
  }
}
.pl_index--fv-leaf-top-left {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
@media screen and (max-width: 999px) {
  .pl_index--fv-leaf-top-left {
    width: 66.7%;
  }
}
@media screen and (min-width: 1000px) {
  .pl_index--fv-leaf-top-left {
    width: 51%;
  }
}
.pl_index--fv-leaf-top-left img {
  width: 100%;
}
.pl_index--fv-logo {
  display: flex;
  align-items: center;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}
@media screen and (max-width: 999px) {
  .pl_index--fv-logo {
    width: 125px;
    left: 0;
    transform: translate(41px, 0px);
  }
}
@media screen and (min-width: 1000px) {
  .pl_index--fv-logo {
    width: 213px;
    transform: translate(-135px, 47px);
  }
}
.pl_index--fv-logo img {
  width: 100%;
}
.pl_index--fv-title {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 90;
}
@media screen and (max-width: 999px) {
  .pl_index--fv-title {
    transform: translate(0px, 140px);
  }
}
.pl_index--fv-title > div {
  background: #fff;
  letter-spacing: 0.2em;
  display: inline-block;
  border-bottom-right-radius: 20px;
}
@media screen and (max-width: 999px) {
  .pl_index--fv-title > div {
    font-size: 14px;
    padding: 10px 20px;
    border: 2px solid #231815;
    border-left: none;
  }
}
@media screen and (min-width: 1000px) {
  .pl_index--fv-title > div {
    font-size: 25px;
    line-height: 1.4;
    padding: 10px 40px 10px 95px;
    border: 4px solid #231815;
    border-left: none;
  }
}
.pl_index--fv-title h2 {
  letter-spacing: 0.4em;
  position: relative;
  margin-top: 20px;
}
@media screen and (max-width: 999px) {
  .pl_index--fv-title h2 {
    font-size: 24px;
    padding-left: 38px;
  }
}
@media screen and (min-width: 1000px) {
  .pl_index--fv-title h2 {
    font-size: 32px;
    padding-left: 110px;
  }
}
.pl_index--fv-title h2:first-child {
  margin-top: 0;
}
.pl_index--fv-title h2::before {
  content: "";
  display: block;
  background: #eecea9;
  height: 100%;
  position: absolute;
}
@media screen and (max-width: 999px) {
  .pl_index--fv-title h2::before {
    width: 6px;
    transform: translate(-15px, 0px);
  }
}
@media screen and (min-width: 1000px) {
  .pl_index--fv-title h2::before {
    width: 7px;
    transform: translate(-15px, 0px);
  }
}
.pl_index--fv-carousel {
  position: relative;
}
@media screen and (max-width: 999px) {
  .pl_index--fv-carousel {
    width: 100%;
    height: 100vh;
  }
}
@media screen and (min-width: 1000px) {
  .pl_index--fv-carousel {
    width: 74.7%;
  }
}
.pl_index--fv-carousel img {
  width: 100%;
}
@media screen and (max-width: 999px) {
  .pl_index--summary {
    margin-top: 270px;
  }
}
@media screen and (min-width: 1000px) {
  .pl_index--summary {
    margin-top: 80px;
  }
}
.pl_index--summary h1 {
  letter-spacing: 0.4em;
  position: relative;
}
@media screen and (max-width: 999px) {
  .pl_index--summary h1 {
    font-size: 21px;
    text-align: center;
  }
}
@media screen and (min-width: 1000px) {
  .pl_index--summary h1 {
    font-size: 30px;
    line-height: 1.4;
    writing-mode: vertical-rl;
  }
}
.pl_index--summary h1::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  position: absolute;
  z-index: -1;
  background-image: url(../images/common/leaf/deg30.svg);
  top: 0;
  right: 0;
}
@media screen and (max-width: 999px) {
  .pl_index--summary h1::before {
    width: 157px;
    height: 235px;
    transform: translate(0px, -148px);
  }
}
@media screen and (min-width: 1000px) {
  .pl_index--summary h1::before {
    width: 220px;
    height: 328px;
    transform: translate(120px, -165px);
  }
}
.pl_index--summary > div {
  position: relative;
}
@media screen and (min-width: 1000px) {
  .pl_index--summary > div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: space-evenly;
  }
}
.pl_index--summary > div::after {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  position: absolute;
  z-index: -1;
  background-image: url(../images/common/leaf/deg-15.svg);
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 999px) {
  .pl_index--summary > div::after {
    width: 141px;
    height: 254px;
    transform: translate(-42px, 81px);
  }
}
@media screen and (min-width: 1000px) {
  .pl_index--summary > div::after {
    width: 220px;
    height: 328px;
    transform: translate(-220px, -38px);
  }
}
.pl_index--summary-text {
  text-align: justify;
}
@media screen and (max-width: 999px) {
  .pl_index--summary-text {
    font-size: 15px;
    margin-top: 80px;
    padding: 0 7%;
  }
}
@media screen and (min-width: 1000px) {
  .pl_index--summary-text {
    font-size: 19px;
    width: 55.4%;
    margin-top: 170px;
  }
}
.pl_index--summary-sign {
  text-align: right;
  margin-top: 10px;
}
@media screen and (max-width: 999px) {
  .pl_index--summary-sign {
    font-size: 12px;
  }
}
@media screen and (min-width: 1000px) {
  .pl_index--summary-sign {
    font-size: 16px;
  }
}
.pl_index--news {
  background: #eecea9;
  position: relative;
}
@media screen and (max-width: 999px) {
  .pl_index--news {
    margin-top: 170px;
  }
}
@media screen and (min-width: 1000px) {
  .pl_index--news {
    margin-top: 300px;
  }
}
.pl_index--news::before {
  content: "";
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
@media screen and (max-width: 999px) {
  .pl_index--news::before {
    padding-bottom: 22.1%;
    transform: translate(0px, -97.1%);
  }
}
@media screen and (min-width: 500px) and (max-width: 999px) {
  .pl_index--news::before {
    padding-bottom: 13.07%;
    transform: translate(0px, -97.1%);
  }
}
@media screen and (min-width: 1000px) {
  .pl_index--news::before {
    padding-bottom: 13.07%;
    transform: translate(0px, -99.1%);
  }
}
@media screen and (max-width: 500px) {
  .pl_index--news::before {
    background-image: url(../images/common/sp/half_circle_beige.svg);
  }
}
@media screen and (min-width: 500px) and (max-width: 999px) {
  .pl_index--news::before {
    background-image: url(../images/common/half_circle_beige.svg);
  }
}
@media screen and (min-width: 1000px) {
  .pl_index--news::before {
    background-image: url(../images/common/half_circle_beige.svg);
  }
}
@media screen and (max-width: 999px) {
  .pl_index--news {
    padding-bottom: 110px;
  }
}
@media screen and (min-width: 1000px) {
  .pl_index--news {
    padding-bottom: 140px;
  }
}
.pl_index--news-heading {
  letter-spacing: 0.4em;
  line-height: 1;
  text-align: center;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 999px) {
  .pl_index--news-heading {
    font-size: 30px;
  }
}
@media screen and (min-width: 1000px) {
  .pl_index--news-heading {
    font-size: 40px;
    transform: translate(0px, -72px);
  }
}
.pl_index--news-list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 999px) {
  .pl_index--news-list {
    justify-content: flex-start;
    margin-top: 50px;
  }
}
@media screen and (min-width: 1000px) {
  .pl_index--news-list {
    justify-content: space-between;
    margin-top: 40px;
  }
}
@media screen and (max-width: 999px) {
  .pl_index--news-item {
    width: 46%;
    margin: 8% 8% 0 0;
  }
  .pl_index--news-item:nth-child(-n+2) {
    margin-top: 0;
  }
  .pl_index--news-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1000px) {
  .pl_index--news-item {
    transition: all 0.5s;
    width: 21%;
  }
  .pl_index--news-item:hover {
    transform: translate(0px, 10px);
  }
}
.pl_index--news-item time {
  color: #fff;
}
@media screen and (min-width: 1000px) {
  .pl_index--news-item time {
    font-size: 19px;
  }
}
.pl_index--news-thumbnail {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  padding-bottom: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 999px) {
  .pl_index--news-thumbnail {
    border: 3px solid #fff;
    border-radius: 10px;
  }
}
@media screen and (min-width: 1000px) {
  .pl_index--news-thumbnail {
    border: 5px solid #fff;
    border-radius: 22px;
  }
}
@media screen and (max-width: 999px) {
  .pl_index--news-title {
    font-size: 12px;
  }
}
@media screen and (min-width: 1000px) {
  .pl_index--news-title {
    font-size: 19px;
  }
}
.pl_index--history {
  background: #f9eee1;
}
@media screen and (max-width: 999px) {
  .pl_index--history {
    padding: 100px 0 47%;
  }
}
@media screen and (min-width: 1000px) {
  .pl_index--history {
    padding: 140px 0 26%;
  }
}
@media screen and (max-width: 999px) {
  .pl_index--history-list {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1000px) {
  .pl_index--history-list {
    margin-top: 80px;
  }
}
.pl_index--history-item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.pl_index--history-item:first-child {
  margin-top: 0;
}
.pl_index--history-item:first-child .pl_index--history-date::before {
  display: none;
}
.pl_index--history-item:last-child .pl_index--history-date::after {
  display: none;
}
.pl_index--history-date {
  position: relative;
}
@media screen and (max-width: 999px) {
  .pl_index--history-date {
    width: 92px;
  }
}
@media screen and (min-width: 1000px) {
  .pl_index--history-date {
    width: 213px;
  }
}
.pl_index--history-date::before, .pl_index--history-date::after {
  content: "";
  background: #231815;
  display: block;
  height: 150%;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
}
@media screen and (max-width: 999px) {
  .pl_index--history-date::before, .pl_index--history-date::after {
    width: 1px;
  }
}
@media screen and (min-width: 1000px) {
  .pl_index--history-date::before, .pl_index--history-date::after {
    width: 2px;
  }
}
@media screen and (max-width: 999px) {
  .pl_index--history-date::before {
    transform: translate(35px, -25px);
  }
}
@media screen and (min-width: 1000px) {
  .pl_index--history-date::before {
    transform: translate(45px, -35px);
  }
}
@media screen and (max-width: 999px) {
  .pl_index--history-date::after {
    transform: translate(35px, 25px);
  }
}
@media screen and (min-width: 1000px) {
  .pl_index--history-date::after {
    transform: translate(45px, 35px);
  }
}
.pl_index--history-date span {
  background: #f9eee1;
  display: inline-block;
  padding: 10px 0;
  position: relative;
  z-index: 10;
}
.pl_index--history-event {
  background: #f9eee1;
}
@media screen and (max-width: 999px) {
  .pl_index--history-event {
    width: calc(100% - 92px);
    max-width: 250px;
  }
}
@media screen and (min-width: 1000px) {
  .pl_index--history-event {
    width: 400px;
  }
}
.pl_index--office {
  z-index: 10;
  position: relative;
}
.pl_index--office::before {
  content: "";
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
@media screen and (max-width: 999px) {
  .pl_index--office::before {
    padding-bottom: 37.5%;
    transform: translate(0px, -86.1%);
  }
}
@media screen and (min-width: 1000px) {
  .pl_index--office::before {
    padding-bottom: 27.07%;
    transform: translate(0px, -99.1%);
  }
}
@media screen and (max-width: 999px) {
  .pl_index--office::before {
    background-image: url(../images/common/sp/half_circle_mugi_beige.svg);
  }
}
@media screen and (min-width: 1000px) {
  .pl_index--office::before {
    background-image: url(../images/common/half_circle_mugi_beige.svg);
  }
}
.pl_index--office-heading {
  letter-spacing: 0.4em;
  line-height: 1;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 999px) {
  .pl_index--office-heading {
    font-size: 30px;
  }
}
@media screen and (min-width: 1000px) {
  .pl_index--office-heading {
    font-size: 40px;
  }
}
@media screen and (max-width: 999px) {
  .pl_index--office-item {
    text-align: center;
    margin-top: 30px;
    padding: 30px 7% 0;
    border-top: 3px solid #eecea9;
  }
}
@media screen and (min-width: 1000px) {
  .pl_index--office-item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 90px;
    padding-top: 90px;
    border-top: 5px solid #eecea9;
  }
}
.pl_index--office-item:first-child {
  border-top: none;
}
@media screen and (max-width: 999px) {
  .pl_index--office-item:first-child {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1000px) {
  .pl_index--office-item:first-child {
    padding-top: 0;
  }
}
@media screen and (min-width: 1000px) {
  .pl_index--office-image {
    width: 326px;
  }
}
.pl_index--office-image img {
  max-width: 100%;
}
@media screen and (min-width: 1000px) {
  .pl_index--office-image img {
    width: 100%;
  }
}
@media screen and (max-width: 999px) {
  .pl_index--office-image-mugi {
    width: 67%;
  }
  .pl_index--office-image-houmon {
    width: 81.6%;
  }
  .pl_index--office-image-mugiiro {
    width: 81.6%;
  }
}
@media screen and (max-width: 999px) {
  .pl_index--office-name {
    font-size: 18px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 1000px) {
  .pl_index--office-name {
    font-size: 23px;
  }
}
@media screen and (max-width: 999px) {
  .pl_index--office ul {
    margin-top: 5px;
  }
}
@media screen and (min-width: 1000px) {
  .pl_index--office ul {
    margin-top: 30px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 999px) {
  .pl_index--info {
    margin-top: 70px;
  }
}
@media screen and (min-width: 1000px) {
  .pl_index--info {
    margin-top: 125px;
  }
}
.pl_index--info-contents {
  background: #fff;
  border-style: solid;
  background: #f9eee1;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 999px) {
  .pl_index--info-contents {
    padding: 15px;
    border-width: 3px;
    border-radius: 10px;
  }
}
@media screen and (min-width: 1000px) {
  .pl_index--info-contents {
    padding: 60px 125px;
    border-width: 5px;
    border-radius: 30px;
  }
}
@media screen and (max-width: 999px) {
  .pl_index--info-contents {
    width: 100%;
    max-width: 400px;
    padding: 70px 0 100px;
  }
}
@media screen and (min-width: 1000px) {
  .pl_index--info-contents {
    width: 800px;
    padding: 100px 0;
  }
}
.pl_index--info-contents::after {
  content: "";
  display: block;
  width: 178px;
  height: 400px;
  background: url("../images/index/mugi_info.svg") no-repeat center;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 999px) {
  .pl_index--info-contents::after {
    right: 0;
    transform: translate(20px, 70px);
  }
}
@media screen and (min-width: 1000px) {
  .pl_index--info-contents::after {
    left: 0;
    transform: translate(-40px, 10px);
  }
}
.pl_index--info h2 {
  text-align: center;
}
@media screen and (max-width: 999px) {
  .pl_index--info h2 {
    font-size: 18px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 1000px) {
  .pl_index--info h2 {
    font-size: 23px;
    margin-top: 40px;
  }
}
.pl_index--info dl {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 999px) {
  .pl_index--info dl {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1000px) {
  .pl_index--info dl {
    font-size: 18px;
    margin-top: 40px;
  }
}
.pl_index--info dl > div {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 999px) {
  .pl_index--info dl > div {
    width: 250px;
    margin: 10px auto 0;
  }
}
@media screen and (min-width: 1000px) {
  .pl_index--info dl > div {
    width: 400px;
    margin: 15px auto 0;
  }
}
.pl_index--info dl > div:first-child {
  margin-top: 0;
}
@media screen and (max-width: 999px) {
  .pl_index--info dl dt {
    width: 70px;
    margin-right: 40px;
  }
}
@media screen and (min-width: 1000px) {
  .pl_index--info dl dt {
    width: 105px;
    margin-right: 40px;
  }
}
@media screen and (max-width: 999px) {
  .pl_index--info dl dd {
    width: 140px;
  }
}
@media screen and (min-width: 1000px) {
  .pl_index--info dl dd {
    width: 210px;
  }
}
.pl_index--heading-image {
  text-align: center;
}
@media screen and (max-width: 999px) {
  .pl_index--heading-news {
    width: 35.6%;
    max-width: 120px;
  }
}
@media screen and (min-width: 1000px) {
  .pl_index--heading-news {
    width: 15.9%;
    max-width: 160px;
  }
}
@media screen and (max-width: 999px) {
  .pl_index--heading-enkaku {
    width: 30%;
    max-width: 101px;
  }
}
@media screen and (min-width: 1000px) {
  .pl_index--heading-enkaku {
    width: 15.3%;
    max-width: 154px;
  }
}
@media screen and (max-width: 999px) {
  .pl_index--heading-zigyoushoichiran {
    width: 51%;
    max-width: 172px;
  }
}
@media screen and (min-width: 1000px) {
  .pl_index--heading-zigyoushoichiran {
    width: 23.4%;
    max-width: 235px;
  }
}
@media screen and (max-width: 999px) {
  .pl_index--heading-kaishagaiyou {
    width: 47.2%;
    max-width: 159px;
  }
}
@media screen and (min-width: 1000px) {
  .pl_index--heading-kaishagaiyou {
    width: 31.5%;
    max-width: 254px;
  }
}

/*
---------------------------------------
news
---------------------------------------
*/
@media screen and (max-width: 999px) {
  .pl_news--article {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1000px) {
  .pl_news--article {
    margin-top: 150px;
  }
}
.pl_news--heading {
  letter-spacing: 0.2em;
}
@media screen and (max-width: 999px) {
  .pl_news--heading {
    padding: 0 2.3% 5px;
    margin-bottom: 55px;
    border-bottom: 3px solid #eecea9;
  }
}
@media screen and (min-width: 1000px) {
  .pl_news--heading {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    padding: 0 110px 9px;
    margin-bottom: 110px;
    border-bottom: 5px solid #eecea9;
  }
}
@media screen and (max-width: 999px) {
  .pl_news--heading h1 {
    font-size: 15px;
  }
}
@media screen and (min-width: 1000px) {
  .pl_news--heading h1 {
    font-size: 23px;
    width: calc(100% - 137px);
  }
}
@media screen and (max-width: 999px) {
  .pl_news--body {
    padding: 0 7%;
  }
}
@media screen and (min-width: 1000px) {
  .pl_news--body {
    padding: 0 12.5%;
  }
}
.pl_news--body img {
  max-width: 100%;
}
@media screen and (max-width: 999px) {
  .pl_news--btn-close {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1000px) {
  .pl_news--btn-close {
    margin-top: 150px;
  }
}

/*
---------------------------------------
recruit
---------------------------------------
*/
@media screen and (max-width: 999px) {
  .pl_recruit--point {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1000px) {
  .pl_recruit--point {
    margin-top: 145px;
  }
}
@media screen and (max-width: 999px) {
  .pl_recruit--point-list {
    padding: 45px 7% 25px;
    background: url(../images/recruit/recruit.svg) no-repeat right 22% center;
    background-size: contain;
  }
}
@media screen and (min-width: 1000px) {
  .pl_recruit--point-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (max-width: 999px) {
  .pl_recruit--point-list li {
    position: relative;
    margin-top: 15px;
  }
}
@media screen and (max-width: 999px) and (max-width: 999px) {
  .pl_recruit--point-list li {
    padding-left: 18px;
  }
}
@media screen and (max-width: 999px) and (min-width: 1000px) {
  .pl_recruit--point-list li {
    padding-left: 26px;
  }
}
@media screen and (max-width: 999px) {
  .pl_recruit--point-list li::before {
    content: "";
    background-image: url("../images/common/icon/circle_beige.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 999px) and (max-width: 999px) {
  .pl_recruit--point-list li::before {
    width: 14px;
    height: 14px;
    transform: translate(0px, 5px);
  }
}
@media screen and (max-width: 999px) and (min-width: 1000px) {
  .pl_recruit--point-list li::before {
    width: 18px;
    height: 18px;
    transform: translate(0px, 6px);
  }
}
@media screen and (max-width: 999px) {
  .pl_recruit--point-list li:first-child {
    margin-top: 0;
  }
}
@media screen and (min-width: 1000px) {
  .pl_recruit--point-list li {
    position: relative;
  }
  .pl_recruit--point-list li::after {
    content: "";
    display: block;
    width: 114px;
    height: 256px;
    background: url(../images/recruit/recruit.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
  }
  .pl_recruit--point-list li:first-child {
    width: 32.2%;
  }
  .pl_recruit--point-list li:nth-child(2) {
    width: 21.5%;
  }
  .pl_recruit--point-list li:last-child {
    width: 30%;
  }
}
.pl_recruit--section {
  position: relative;
}
@media screen and (max-width: 999px) {
  .pl_recruit--section {
    margin-top: 100px;
  }
}
@media screen and (min-width: 1000px) {
  .pl_recruit--section {
    margin-top: 170px;
  }
}
.pl_recruit--section h1 {
  letter-spacing: 0.4em;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .pl_recruit--section h1 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1000px) {
  .pl_recruit--section h1 {
    font-size: 37px;
    padding: 7px 0;
  }
}
.pl_recruit--section-item {
  background: #fff;
  border-style: solid;
  background: #fff;
}
@media screen and (max-width: 999px) {
  .pl_recruit--section-item {
    padding: 15px;
    border-width: 3px;
    border-radius: 10px;
  }
}
@media screen and (min-width: 1000px) {
  .pl_recruit--section-item {
    padding: 60px 125px;
    border-width: 5px;
    border-radius: 30px;
  }
}
@media screen and (max-width: 999px) {
  .pl_recruit--section-item h2 span {
    display: block;
    font-size: 12px;
    transform: translate(0px, -5px);
  }
}
@media screen and (min-width: 1000px) {
  .pl_recruit--section-item h2 span {
    display: inline-block;
  }
}
@media screen and (max-width: 999px) {
  .pl_recruit--section-item {
    margin-top: 50px;
    padding-bottom: 45px;
  }
}
@media screen and (min-width: 1000px) {
  .pl_recruit--section-item {
    margin-top: 70px;
  }
  .pl_recruit--section-item:first-child {
    margin-top: 130px;
  }
}
@media screen and (max-width: 999px) {
  .pl_recruit--section-item dl {
    padding: 0 9px;
  }
}
@media screen and (min-width: 1000px) {
  .pl_recruit--section-item dl {
    padding: 0 12px;
  }
}
.pl_recruit--section-item dl > div {
  margin-top: 30px;
}
@media screen and (min-width: 1000px) {
  .pl_recruit--section-item dl > div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: flex-start;
    justify-content: space-between;
  }
  .pl_recruit--section-item dl > div:first-child {
    margin-top: 60px;
  }
  .pl_recruit--section-item dl > div dt {
    width: 140px;
  }
  .pl_recruit--section-item dl > div dd {
    width: calc(100% - 140px);
  }
}
.pl_recruit--parallax {
  background-repeat: no-repeat;
  background-image: url(../images/recruit/bg.svg);
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
  height: 6239px;
}
@media screen and (max-width: 999px) {
  .pl_recruit--parallax {
    background-position: left top;
    background-size: contain;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1000px) {
  .pl_recruit--parallax {
    background-position: center top;
    background-size: cover;
    margin: -30% auto 0;
  }
}
.pl_recruit--heading-image {
  text-align: center;
}
.pl_recruit--heading-houmonkango {
  vertical-align: middle;
}
@media screen and (max-width: 999px) {
  .pl_recruit--heading-houmonkango {
    width: 32.2%;
    max-width: 121px;
  }
}
@media screen and (min-width: 1000px) {
  .pl_recruit--heading-houmonkango {
    width: 13.2%;
    max-width: 185px;
  }
}
.pl_recruit--heading-zidouhattatsushienzigyou {
  vertical-align: middle;
}
@media screen and (max-width: 999px) {
  .pl_recruit--heading-zidouhattatsushienzigyou {
    width: 65.1%;
    max-width: 244px;
  }
}
@media screen and (min-width: 1000px) {
  .pl_recruit--heading-zidouhattatsushienzigyou {
    width: 27.7%;
    max-width: 388px;
  }
}

/*
---------------------------------------
shien
---------------------------------------
*/
.pl_shien--fv {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media screen and (min-width: 1000px) {
  .pl_shien--fv {
    background-image: url(../images/shien/bg_cover.svg);
    background-position: left bottom;
    padding: 90px 0 170px;
  }
}
@media screen and (max-width: 999px) {
  .pl_shien--fv-summary {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 100%;
    padding-right: 7%;
  }
}
@media screen and (min-width: 1000px) {
  .pl_shien--fv-summary {
    display: grid;
    grid-template-columns: 1fr 220px 1fr;
  }
}
@media screen and (max-width: 999px) {
  .pl_shien--fv-title {
    text-align: center;
    width: 35.6%;
    position: relative;
    transform: translate(0px, -20%);
  }
}
@media screen and (min-width: 1000px) {
  .pl_shien--fv-title {
    margin-top: 90px;
  }
}
.pl_shien--fv-title h1 {
  letter-spacing: 0.4em;
  margin: 0 auto;
  writing-mode: vertical-rl;
  position: absolute;
  top: 0;
  right: 50%;
  z-index: 10;
}
@media screen and (max-width: 999px) {
  .pl_shien--fv-title h1 {
    font-size: 21px;
    transform: translate(50%, 10%);
  }
}
@media screen and (min-width: 1000px) {
  .pl_shien--fv-title h1 {
    font-size: 42px;
    transform: translate(30%, 30%);
  }
}
@media screen and (max-width: 999px) {
  .pl_shien--fv-text {
    width: 52.5%;
  }
}
.pl_shien--fv-text p {
  line-height: 2.41;
}
@media screen and (max-width: 999px) {
  .pl_shien--fv-text p {
    margin-top: 40px;
    padding: 0 0 0 15%;
  }
}
@media screen and (min-width: 1000px) {
  .pl_shien--fv-text p {
    width: 38%;
    margin-top: 140px;
  }
}
@media screen and (max-width: 999px) {
  .pl_shien--fv-image-fv {
    width: 36px;
    transform: translate(25px, 0px);
  }
}
@media screen and (min-width: 1000px) {
  .pl_shien--fv-image-fv {
    width: 57px;
    transform: translate(30px, 0px);
  }
}
.pl_shien--fv-image-01 {
  width: 100%;
  transform: translate(-7%, -10%);
}
@media screen and (max-width: 999px) {
  .pl_shien--fv-image-02 {
    width: 100%;
  }
}
@media screen and (min-width: 1000px) {
  .pl_shien--fv-image-02 {
    display: block;
    width: 67.2%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 999px) {
  .pl_shien--fv-image-03 {
    width: 100%;
  }
}
@media screen and (min-width: 1000px) {
  .pl_shien--fv-image-03 {
    width: 17.2%;
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translate(-44px, -140px);
  }
}
.pl_shien--points {
  position: relative;
}
@media screen and (min-width: 1000px) {
  .pl_shien--points-image-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: flex-start;
    justify-content: space-between;
    width: 71.4%;
    max-width: 1000px;
    margin: 0 auto;
  }
  .pl_shien--points-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: flex-start;
    justify-content: space-between;
    width: 38%;
    margin-top: 135px;
  }
}
.pl_shien--points::after {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 999px) {
  .pl_shien--points::after {
    background-image: url(../images/shien/sp/leaf_points.svg);
    width: 201px;
    height: 128px;
    right: 0;
  }
}
@media screen and (min-width: 1000px) {
  .pl_shien--points::after {
    background-image: url(../images/shien/leaf_points.svg);
    width: 269px;
    height: 271px;
    right: 0;
    bottom: 0;
    transform: translate(-150px, 50px);
  }
}
@media screen and (max-width: 999px) {
  .pl_shien--points-item {
    margin-top: 80px;
  }
  .pl_shien--points-item:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 500px) {
  .pl_shien--points h2 {
    font-size: 21px;
    width: 90%;
    margin-top: 30px;
  }
}
@media screen and (min-width: 500px) and (max-width: 999px) {
  .pl_shien--points h2 {
    margin-top: 30px;
    padding: 0 14%;
  }
}
@media screen and (min-width: 1000px) {
  .pl_shien--points h2 {
    font-size: 35px;
    text-align: center;
    margin-top: 105px;
  }
}
@media screen and (max-width: 500px) {
  .pl_shien--points h2 span {
    display: inline-block;
    border-bottom: 3px solid #d8ec93;
    padding: 0 7%;
  }
  .pl_shien--points h2 span:last-child {
    transform: translate(20%, 0px);
  }
}
@media screen and (min-width: 500px) and (max-width: 999px) {
  .pl_shien--points h2 span {
    padding-bottom: 5px;
    border-bottom: 3px solid #d8ec93;
  }
}
@media screen and (min-width: 1000px) {
  .pl_shien--points h2 span {
    padding: 0 20px 20px;
    border-bottom: 5px solid #d8ec93;
  }
}
@media screen and (min-width: 1000px) {
  .pl_shien--points-image {
    width: 54%;
  }
}
.pl_shien--points-image img {
  width: 100%;
}
@media screen and (max-width: 999px) {
  .pl_shien--points-body {
    padding: 0 14%;
    margin-top: 30px;
  }
}
.pl_shien--points li {
  position: relative;
  margin-top: 15px;
}
@media screen and (max-width: 999px) {
  .pl_shien--points li {
    padding-left: 18px;
  }
}
@media screen and (min-width: 1000px) {
  .pl_shien--points li {
    padding-left: 26px;
  }
}
.pl_shien--points li::before {
  content: "";
  background-image: url("../images/common/icon/circle_green.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 999px) {
  .pl_shien--points li::before {
    width: 14px;
    height: 14px;
    transform: translate(0px, 5px);
  }
}
@media screen and (min-width: 1000px) {
  .pl_shien--points li::before {
    width: 18px;
    height: 18px;
    transform: translate(0px, 6px);
  }
}
.pl_shien--points li:first-child {
  margin-top: 0;
}
.pl_shien--flow {
  background: #d8ec93;
  position: relative;
}
@media screen and (max-width: 999px) {
  .pl_shien--flow {
    margin-top: 170px;
  }
}
@media screen and (min-width: 1000px) {
  .pl_shien--flow {
    margin-top: 300px;
  }
}
.pl_shien--flow::before {
  content: "";
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
@media screen and (max-width: 999px) {
  .pl_shien--flow::before {
    padding-bottom: 22.1%;
    transform: translate(0px, -97.1%);
  }
}
@media screen and (min-width: 500px) and (max-width: 999px) {
  .pl_shien--flow::before {
    padding-bottom: 13.07%;
    transform: translate(0px, -97.1%);
  }
}
@media screen and (min-width: 1000px) {
  .pl_shien--flow::before {
    padding-bottom: 13.07%;
    transform: translate(0px, -99.1%);
  }
}
@media screen and (max-width: 500px) {
  .pl_shien--flow::before {
    background-image: url(../images/common/sp/half_circle_green.svg);
  }
}
@media screen and (min-width: 500px) and (max-width: 999px) {
  .pl_shien--flow::before {
    background-image: url(../images/common/half_circle_green.svg);
  }
}
@media screen and (min-width: 1000px) {
  .pl_shien--flow::before {
    background-image: url(../images/common/half_circle_green.svg);
  }
}
@media screen and (max-width: 999px) {
  .pl_shien--flow {
    padding-bottom: 36%;
  }
}
@media screen and (min-width: 1000px) {
  .pl_shien--flow {
    margin-top: 310px;
    padding-bottom: 140px;
  }
}
.pl_shien--flow-heading {
  letter-spacing: 0.4em;
  line-height: 1;
  text-align: center;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 999px) {
  .pl_shien--flow-heading {
    font-size: 27px;
  }
}
@media screen and (min-width: 1000px) {
  .pl_shien--flow-heading {
    font-size: 37px;
    transform: translate(0px, -27px);
  }
}
.pl_shien--flow-body {
  background: #fff;
  border-style: solid;
  border-color: transparent;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media screen and (max-width: 999px) {
  .pl_shien--flow-body {
    padding: 15px;
    border-width: 3px;
    border-radius: 10px;
  }
}
@media screen and (min-width: 1000px) {
  .pl_shien--flow-body {
    padding: 60px 125px;
    border-width: 5px;
    border-radius: 30px;
  }
}
@media screen and (max-width: 999px) {
  .pl_shien--flow-body {
    margin-top: 70px;
  }
}
@media screen and (min-width: 1000px) {
  .pl_shien--flow-body {
    max-width: 880px;
    margin-top: 65px;
    margin-bottom: 30%;
  }
}
@media screen and (max-width: 999px) {
  .pl_shien--flow-body dl {
    font-size: 18px;
    padding: 20px 7%;
  }
}
@media screen and (min-width: 1000px) {
  .pl_shien--flow-body dl {
    font-size: 28px;
    width: 88%;
    margin-right: auto;
    margin-left: auto;
  }
}
.pl_shien--flow-body dl > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 999px) {
  .pl_shien--flow-body dt {
    width: 68px;
    padding: 10px 20px 10px 0;
  }
}
@media screen and (min-width: 1000px) {
  .pl_shien--flow-body dt {
    width: 162px;
    padding: 20px 20px 20px 0;
  }
}
.pl_shien--flow-body dd {
  border-left: 3px solid #d8ec93;
}
@media screen and (max-width: 999px) {
  .pl_shien--flow-body dd {
    width: calc(100% - 68px);
    padding: 10px 0 10px 20px;
  }
}
@media screen and (min-width: 1000px) {
  .pl_shien--flow-body dd {
    width: calc(100% - 162px);
    max-width: 325px;
    padding: 20px 0 20px 80px;
  }
}
@media screen and (max-width: 999px) {
  .pl_shien--flow-body dd > div {
    font-size: 12px;
  }
}
@media screen and (min-width: 1000px) {
  .pl_shien--flow-body dd > div {
    font-size: 16px;
  }
}
.pl_shien--flow-body dd > div span {
  display: inline-block;
}
.pl_shien--state {
  background-color: #fff;
  position: relative;
}
.pl_shien--state::before {
  content: "";
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
@media screen and (max-width: 999px) {
  .pl_shien--state::before {
    padding-bottom: 37.5%;
    transform: translate(0px, -86.1%);
  }
}
@media screen and (min-width: 1000px) {
  .pl_shien--state::before {
    padding-bottom: 27.07%;
    transform: translate(0px, -99.1%);
  }
}
@media screen and (max-width: 500px) {
  .pl_shien--state::before {
    background-image: url(../images/common/sp/half_circle_mugi_green.svg);
  }
}
@media screen and (min-width: 500px) and (max-width: 999px) {
  .pl_shien--state::before {
    background-image: url(../images/common/half_circle_mugi_green.svg);
  }
}
@media screen and (min-width: 1000px) {
  .pl_shien--state::before {
    background-image: url(../images/common/half_circle_mugi_green.svg);
  }
}
@media screen and (max-width: 999px) {
  .pl_shien--state {
    background-image: url(../images/shien/sp/bg_state.svg);
    background-position: top 30px right;
    background-size: 57%;
    padding-bottom: 110px;
  }
}
@media screen and (min-width: 1000px) {
  .pl_shien--state {
    background-image: url(../images/shien/bg_state.svg);
    background-position: top 10px left;
    background-size: 100%;
    padding: 100px 0 140px;
  }
}
.pl_shien--state-heading {
  letter-spacing: 0.4em;
  line-height: 1;
  text-align: center;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 999px) {
  .pl_shien--state-heading {
    font-size: 27px;
  }
}
@media screen and (min-width: 1000px) {
  .pl_shien--state-heading {
    font-size: 37px;
    transform: translate(0px, -142px);
  }
}
.pl_shien--state-list {
  width: 100%;
}
@media screen and (max-width: 999px) {
  .pl_shien--state-list {
    padding: 0 7%;
    margin-top: 70px;
  }
}
@media screen and (min-width: 1000px) {
  .pl_shien--state-list {
    display: flex;
    justify-self: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1077px;
  }
}
@media screen and (max-width: 999px) {
  .pl_shien--state-list p {
    margin-top: 15px;
  }
}
@media screen and (min-width: 1000px) {
  .pl_shien--state-list p {
    margin-top: 15px;
  }
}
@media screen and (max-width: 999px) {
  .pl_shien--state-item {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1000px) {
  .pl_shien--state-item {
    width: 47.05%;
    margin: 0 5.9% 5.9% 0;
  }
  .pl_shien--state-item:nth-child(2n) {
    margin-right: 0;
  }
  .pl_shien--state-item:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}
.pl_shien--state-item img {
  width: 100%;
}
.pl_shien--guide {
  background-color: #f1f8d9;
}
@media screen and (max-width: 999px) {
  .pl_shien--guide {
    padding-top: 100px;
  }
}
@media screen and (min-width: 1000px) {
  .pl_shien--guide {
    padding-top: 150px;
  }
}
@media screen and (max-width: 999px) {
  .pl_shien--guide-body {
    padding: 0 7%;
    margin-top: 30px;
  }
}
@media screen and (min-width: 1000px) {
  .pl_shien--guide-body {
    max-width: 680px;
    margin: 50px auto 0;
  }
}
.pl_shien--guide li {
  position: relative;
  margin-top: 15px;
}
@media screen and (max-width: 999px) {
  .pl_shien--guide li {
    padding-left: 18px;
  }
}
@media screen and (min-width: 1000px) {
  .pl_shien--guide li {
    padding-left: 26px;
  }
}
.pl_shien--guide li::before {
  content: "";
  background-image: url("../images/common/icon/circle_green.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 999px) {
  .pl_shien--guide li::before {
    width: 14px;
    height: 14px;
    transform: translate(0px, 5px);
  }
}
@media screen and (min-width: 1000px) {
  .pl_shien--guide li::before {
    width: 18px;
    height: 18px;
    transform: translate(0px, 6px);
  }
}
.pl_shien--guide li:first-child {
  margin-top: 0;
}
.pl_shien--office {
  border-color: #d8ec93;
}
.pl_shien--office::before {
  background-image: url(../images/common/mugi_group_green.svg);
}
.pl_shien--office-container {
  background-color: #f1f8d9;
  position: relative;
}
.pl_shien--office-container .l_contents--office {
  margin-top: 0;
}
@media screen and (max-width: 999px) {
  .pl_shien--office-container {
    padding-top: 100px;
  }
}
@media screen and (min-width: 1000px) {
  .pl_shien--office-container {
    padding-top: 170px;
  }
}
.pl_shien--office-container::after {
  content: "";
  background: #f1f8d9;
  display: block;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  z-index: -1;
}
@media screen and (max-width: 999px) {
  .pl_shien--office-container::after {
    height: 200px;
    transform: translate(0px, 200px);
  }
}
@media screen and (min-width: 1000px) {
  .pl_shien--office-container::after {
    height: 300px;
    transform: translate(0px, 300px);
  }
}
.pl_shien--office-item {
  border-top-color: #f4eaa9;
}
@media screen and (min-width: 1000px) {
  .pl_shien--office-body {
    max-width: 820px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    flex-wrap: wrap;
    flex-direction: row;
  }
}
@media screen and (min-width: 500px) and (max-width: 999px) {
  .pl_shien--office-body ul {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 222px;
    margin: 10px auto 0;
  }
}
@media screen and (max-width: 999px) {
  .pl_shien--office-sns {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 40px;
  }
}
@media screen and (min-width: 500px) and (max-width: 999px) {
  .pl_shien--office-sns {
    width: 260px;
    margin: 40px auto 0;
    flex: 1 1 50%;
  }
}
@media screen and (min-width: 1000px) {
  .pl_shien--office-sns {
    width: 260px;
    order: 2;
  }
}
@media screen and (max-width: 999px) {
  .pl_shien--office-sns > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 5px;
  }
}
@media screen and (min-width: 1000px) {
  .pl_shien--office-sns > div {
    margin-top: 20px;
  }
}
.pl_shien--office-sns > div:first-child {
  margin-top: 0;
}
@media screen and (max-width: 999px) {
  .pl_shien--office-sns dt {
    width: 105px;
  }
}
@media screen and (min-width: 1000px) {
  .pl_shien--office-sns dt img {
    vertical-align: middle;
  }
}
@media screen and (max-width: 999px) {
  .pl_shien--office-sns dd {
    width: calc(100% - 105px);
  }
}
@media screen and (min-width: 1000px) {
  .pl_shien--office-sns dd {
    padding-left: 25px;
  }
}
.pl_shien--pdf {
  text-align: center;
  margin-top: 50px;
}
.pl_shien--pdf-item {
  margin-top: 10px;
}
.pl_shien--pdf-item:first-child {
  margin-top: 0;
}
.pl_shien--pdf a {
  display: inline-block;
  padding: 0 5px;
  border-bottom: 3px solid #d8ec93;
}
.pl_shien--pdf--kariya {
  margin-top: 20px;
}
@media screen and (min-width: 1000px) {
  .pl_shien--pdf--kariya {
    order: 3;
    flex: 0 0 100%;
  }
}
.pl_shien--pdf--houmon a {
  border-bottom: 3px solid #f4eaa9;
}
@media screen and (min-width: 1000px) {
  .pl_shien--info-list {
    order: 1;
    flex: 1 1 50%;
  }
}
.pl_shien--heading-image {
  text-align: center;
}
@media screen and (max-width: 999px) {
  .pl_shien--heading-ichinichinonagare {
    width: 49.6%;
    max-width: 167px;
  }
}
@media screen and (min-width: 1000px) {
  .pl_shien--heading-ichinichinonagare {
    width: 22.7%;
    max-width: 228px;
  }
}
@media screen and (max-width: 999px) {
  .pl_shien--heading-katsudounoyousu {
    width: 50.7%;
    max-width: 171px;
  }
}
@media screen and (min-width: 1000px) {
  .pl_shien--heading-katsudounoyousu {
    width: 23.2%;
    max-width: 234px;
  }
}
@media screen and (max-width: 999px) {
  .pl_shien--heading-goriyounitsuite {
    width: 79.8%;
    max-width: 269px;
  }
}
@media screen and (min-width: 1000px) {
  .pl_shien--heading-goriyounitsuite {
    width: 39.4%;
    max-width: 396px;
  }
}
@media screen and (max-width: 999px) {
  .pl_shien--heading-shisetsuannai {
    width: 37.1%;
    max-width: 125px;
  }
}
@media screen and (min-width: 1000px) {
  .pl_shien--heading-shisetsuannai {
    width: 18.4%;
    max-width: 185px;
  }
}

/*
---------------------------------------
error_404
---------------------------------------
*/
.pl_error_404 {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 50px 30px;
}
.pl_error_404 img {
  width: 40%;
  max-width: 150px;
  margin-bottom: 30px;
}
.pl_error_404 h1 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.pl_error_404 p {
  margin-bottom: 15px;
}
.pl_error_404 a {
  font-weight: bold;
}/*# sourceMappingURL=app.css.map */