@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, footer, header, nav, section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

figcaption, figure, main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace,monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: inherit;
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

audio, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details, menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

[hidden], template {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  margin: 0;
  font-weight: 600;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

dl,
dt,
dd {
  margin: 0;
}

figure {
  margin: 0;
}

p {
  margin: 0;
}

strong,
em {
  font-style: normal;
}

address {
  font-style: normal;
}

*,
*:after,
*:before {
  box-sizing: border-box;
}

*:focus {
  outline: 0;
}

img {
  vertical-align: top;
}

a {
  text-decoration: none;
}

a:active, a:hover {
  outline: 0;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  outline: none;
}

/* ==========================================================================
   variables
   ========================================================================== */
/* ==========================================================================
   mixin
   ========================================================================== */
/* --------------------------------------------------------------------------
   media query (PC（大）→ SP（小）の順に適用)
   -------------------------------------------------------------------------- */
/* ==========================================================================
   base （PC幅固定・SPリキッドレイアウト）
   ========================================================================== */
html {
  font-size: 62.5%;
}

body {
  color: #5d5d5d;
  background-color: #fffff1;
  line-height: 1;
  font-size: 1.8rem;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  min-width: 1080px;
  margin: 0 auto;
  font-family: dnp-shuei-mgothic-std, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Noto Sans CJK JP", "メイリオ", Meiryo, sans-serif;
  font-weight: 600;
  overflow-y: scroll;
  position: relative;
}

@media only screen and (max-width: 767px) {
  body {
    min-width: 320px;
    background-size: 100% auto;
    background-repeat: repeat-y;
    background-image: url(../img/common/footprint_sp.png);
  }
}

a {
  color: #5d5d5d;
  cursor: pointer;
}

img {
  max-width: 100%;
}

/* ==========================================================================
   component
   ========================================================================== */
/* --------------------------------------------------------------------------
   container（PC幅固定・SPリキッドレイアウト）
   -------------------------------------------------------------------------- */
.c-container {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 0 10px;
  width: 100%;
  max-width: 1080px;
}

@media only screen and (max-width: 767px) {
  .c-container {
    max-width: 100%;
    padding: 0 6.5vw;
  }
}

.c-sec {
  padding-bottom: 150px;
}

@media only screen and (max-width: 767px) {
  .c-sec {
    padding: 0;
  }
}

/* --------------------------------------------------------------------------
   .c-contact__recruit-link
   -------------------------------------------------------------------------- */
.c-contact__recruit-inner {
  position: relative;
  width: 560px;
  margin: 0 auto;
  padding: 80px 0 50px;
}

@media only screen and (max-width: 767px) {
  .c-contact__recruit-inner {
    width: 100%;
    padding: 50px 0;
  }
}

.c-contact__recruit-link {
  width: 560px;
  height: 272px;
  margin: 0 auto;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .c-contact__recruit-link {
    width: 80%;
    max-width: 500px;
    height: auto;
    padding: 0;
  }
}

.c-contact__recruit-link img {
  width: 100%;
}

.c-contact__recruit-link a.is-move img {
  transform: translateY(-272px);
}

@media only screen and (max-width: 767px) {
  .c-contact__recruit-link a.is-move img {
    transform: translateY(0);
  }
}

.c-contact__recruit-link .c-contact__movebee {
  position: absolute;
  top: 56px;
  right: 170px;
  z-index: -1;
  width: 99px;
  transform: translateX(-10px) translateY(65px);
  transition: transform .3s;
}

@media only screen and (max-width: 767px) {
  .c-contact__recruit-link .c-contact__movebee {
    display: none;
  }
}

.c-contact__recruit-link .c-contact__movebee.is-move {
  animation-name: show-contactbee;
  animation-duration: .5s;
  animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

@keyframes show-contactbee {
  0% {
    transform: translateX(-10px) translateY(65px);
  }
  100% {
    transform: translate(0, 0);
  }
}

/* --------------------------------------------------------------------------
   pc sp
   -------------------------------------------------------------------------- */
.pc {
  display: block;
}

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

.sp {
  display: none;
}

@media only screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

/* --------------------------------------------------------------------------
   br
   -------------------------------------------------------------------------- */
br.pc {
  display: block;
}

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

br.sp {
  display: none;
}

@media only screen and (max-width: 767px) {
  br.sp {
    display: block;
  }
}

/* ==========================================================================
   footprint
   ========================================================================== */
.c-footprint {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 1920px;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}

@media only screen and (min-width: 1920px) {
  .c-footprint {
    left: calc(50% - 960px);
  }
}

.c-footprint__base {
  position: relative;
  width: 1920px;
  height: 100%;
  margin-left: calc((960px - 50%) * -1);
  visibility: hidden;
}

@media only screen and (min-width: 1920px) {
  .c-footprint__base {
    margin-left: 0;
  }
}

.c-footprint__base.is-start {
  visibility: visible;
}

.c-footprint__base.is-init {
  opacity: 0;
}

.c-footprint__base.is-start {
  opacity: 1;
}

.c-footprint__svg {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .c-footprint__svg {
    display: none;
  }
}

.c-footprint__img {
  display: none;
}

@media only screen and (max-width: 767px) {
  .c-footprint__img {
    position: relative;
    width: 100%;
    height: auto;
  }
}

/* ==========================================================================
   utility
   ========================================================================== */
/* --------------------------------------------------------------------------
   toggle pc / sp
   -------------------------------------------------------------------------- */
.u-pc {
  display: block;
}

@media only screen and (max-width: 767px) {
  .u-pc {
    display: block;
  }
}

.u-sp {
  display: none;
}

@media only screen and (max-width: 767px) {
  .u-sp {
    display: block;
  }
}

.u-pc-ib {
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .u-pc-ib {
    display: block;
  }
}

.u-sp-ib {
  display: none;
}

@media only screen and (max-width: 767px) {
  .u-sp-ib {
    display: inline-block;
  }
}

.u-link-underline {
  text-decoration: underline;
}

/* ==========================================================================
   header
   ========================================================================== */
.l-header__nav-left .l-header__nav-logo, .l-header__nav-menu .l-header__nav-logo {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .l-header__nav-left .l-header__nav-logo, .l-header__nav-menu .l-header__nav-logo {
    width: 71%;
    max-width: 274px;
    padding: 0;
  }
}

.l-header__nav-left .l-header__nav-top, .l-header__nav-menu .l-header__nav-top {
  color: #41ad7a;
  font-size: 3.0rem;
}

@media only screen and (max-width: 767px) {
  .l-header__nav-left .l-header__nav-top, .l-header__nav-menu .l-header__nav-top {
    position: relative;
    left: 2.4em;
    top: -0.2em;
  }
}

.l-header__nav-left .l-header__nav-top .l-header__nav-top-inner, .l-header__nav-menu .l-header__nav-top .l-header__nav-top-inner {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

@media only screen and (-ms-high-contrast: none) {
  .l-header__nav-left .l-header__nav-top .l-header__nav-top-inner, .l-header__nav-menu .l-header__nav-top .l-header__nav-top-inner {
    margin-top: 7px;
  }
}

@media only screen and (max-width: 767px) {
  .l-header__nav-left .l-header__nav-top .l-header__nav-top-inner, .l-header__nav-menu .l-header__nav-top .l-header__nav-top-inner {
    margin-top: 0;
  }
}

.l-header__nav-left .l-header__nav-top .p-top-block, .l-header__nav-menu .l-header__nav-top .p-top-block {
  display: inline-block;
  width: 80px;
  height: 36px;
  margin-right: 10px;
  padding: 1px 0;
  font-size: 1.8rem;
  text-align: center;
  line-height: 36px;
  border-radius: 18px;
  background-color: #41ad7a;
  color: #fff;
}

@media only screen and (-ms-high-contrast: none) {
  .l-header__nav-left .l-header__nav-top .p-top-block, .l-header__nav-menu .l-header__nav-top .p-top-block {
    padding: 5px 0 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .l-header__nav-left .l-header__nav-top .p-top-block, .l-header__nav-menu .l-header__nav-top .p-top-block {
    display: none;
  }
}

.l-header__nav-left .l-header__nav-top .p-contact-block, .l-header__nav-menu .l-header__nav-top .p-contact-block {
  display: inline-block;
  height: 36px;
  margin-right: 10px;
  padding: 0 1em;
  font-size: 1.8rem;
  text-align: center;
  line-height: 32px;
  border: solid 2px #41ad7a;
  border-radius: 18px;
  background-color: #fff;
  color: #41ad7a;
}

@media only screen and (-ms-high-contrast: none) {
  .l-header__nav-left .l-header__nav-top .p-contact-block, .l-header__nav-menu .l-header__nav-top .p-contact-block {
    margin: 10px 0 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .l-header__nav-left .l-header__nav-top .p-contact-block, .l-header__nav-menu .l-header__nav-top .p-contact-block {
    display: none;
  }
}

.l-header__nav-left .l-header__nav-top .p-office-name-block, .l-header__nav-menu .l-header__nav-top .p-office-name-block {
  display: inline-block;
  height: 36px;
  margin-right: 10px;
  padding: 0;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #41ad7a;
}

@media only screen and (-ms-high-contrast: none) {
  .l-header__nav-left .l-header__nav-top .p-office-name-block, .l-header__nav-menu .l-header__nav-top .p-office-name-block {
    margin: 10px 0 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .l-header__nav-left .l-header__nav-top .p-office-name-block, .l-header__nav-menu .l-header__nav-top .p-office-name-block {
    height: auto;
    margin-right: 0;
    font-size: 1.2rem;
  }
}

.l-header__nav-left .l-header__nav-top .p-office-name-block .p-office-name-block__inner, .l-header__nav-menu .l-header__nav-top .p-office-name-block .p-office-name-block__inner {
  display: table-cell;
  vertical-align: middle;
  height: 36px;
  white-space: pre;
}

@media only screen and (max-width: 767px) {
  .l-header__nav-left .l-header__nav-top .p-office-name-block .p-office-name-block__inner, .l-header__nav-menu .l-header__nav-top .p-office-name-block .p-office-name-block__inner {
    height: auto;
    white-space: nowrap;
  }
}

/* --------------------------------------------------------------------------
   header
   -------------------------------------------------------------------------- */
.l-header {
  position: relative;
  z-index: 2000;
  height: 120px;
  background-color: #fffff1;
}

@media only screen and (max-width: 767px) {
  .l-header {
    border: 0;
    width: 100vw;
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
  }
}

.l-header__container {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  margin: 0;
  background-color: #fffff1;
}

@media only screen and (max-width: 1080px) {
  .l-header__container {
    margin: 0;
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .l-header__container {
    max-width: 100vw;
  }
}

.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  max-width: 1860px;
  height: 120px;
  margin: 0 auto;
  padding: 0 30px;
}

@media only screen and (max-width: 1080px) {
  .l-header__inner {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .l-header__inner {
    display: block;
    height: 60px;
  }
}

/* --------------------------------------------------------------------------
   nav left / right
   -------------------------------------------------------------------------- */
.l-header__nav-left {
  max-width: 311px;
  width: 25%;
  margin-left: 20px;
  overflow: visible;
}

@media only screen and (-ms-high-contrast: none) {
  .l-header__nav-left {
    padding-top: 9px;
  }
}

@media only screen and (max-width: 1080px) {
  .l-header__nav-left {
    max-width: inherit;
    width: 311px;
    margin-left: 19px;
    padding-top: 11px;
  }
}

@media only screen and (max-width: 767px) {
  .l-header__nav-left {
    position: absolute;
    z-index: 5;
    align-items: center;
    width: 100%;
    height: 60px;
    top: 0;
    left: 0;
    margin-left: 1vw;
    padding: 6px 0 0 0;
  }
}

.l-header__nav-right {
  max-width: 745px;
  width: 75%;
}

@media only screen and (max-width: 767px) {
  .l-header__nav-right {
    position: absolute;
    z-index: 5;
    display: block;
    width: 100%;
    top: 0;
    right: 0;
    padding: 0;
    pointer-events: none;
  }
}

/* --------------------------------------------------------------------------
   menu
   -------------------------------------------------------------------------- */
@media only screen and (max-width: 1080px) {
  .l-header__nav-menu {
    display: block;
    position: absolute;
    z-index: 3000;
    width: 100%;
    max-width: 1080px;
    height: 100vh;
    top: 0;
    right: 0;
    padding: 13px 45px;
    background-color: white;
    border-top: solid 1px #ccc;
    pointer-events: all;
  }
}

@media only screen and (max-width: 767px) {
  .l-header__nav-menu {
    visibility: hidden;
    position: absolute;
    z-index: 3000;
    width: 100vw;
    height: 100vh;
    top: 0;
    right: 0;
    padding: 0;
    background-color: white;
    border-top: none;
  }
}

@media only screen and (max-width: 767px) {
  .l-header__nav-menu .l-header__nav-menu-top {
    position: absolute;
    top: 0;
    z-index: 5;
    width: 100%;
    background-color: #fff;
  }
}

@media only screen and (max-width: 767px) {
  .l-header__nav-menu .l-header__nav-menu-scroll {
    height: 100%;
    overflow-y: scroll;
  }
}

.l-header__nav-menu .l-header__nav-logo {
  display: none;
}

@media only screen and (max-width: 1080px) {
  .l-header__nav-menu .l-header__nav-logo {
    display: inline-block;
    width: 311px;
  }
}

@media only screen and (max-width: 767px) {
  .l-header__nav-menu .l-header__nav-logo {
    width: 71%;
    max-width: 274px;
    margin: 0 0 0 1vw;
    padding-top: 6px;
  }
}

.l-header__nav-menu .l-header__nav-top {
  display: none;
}

@media only screen and (max-width: 1080px) {
  .l-header__nav-menu .l-header__nav-top {
    display: block;
    margin-bottom: 10px;
  }
}

@media only screen and (-ms-high-contrast: none) {
  .l-header__nav-menu .l-header__nav-top {
    margin-top: -6px;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .l-header__nav-menu .l-header__nav-top {
    margin-left: 2vw;
    margin-top: 0;
    margin-bottom: 0;
    padding: 20px 0;
  }
}

.l-header__nav-menu .l-header__nav-top a {
  color: #41ad7a;
}

.l-header__nav-menu .l-header__nav-top--spmenu {
  display: none;
}

@media only screen and (max-width: 767px) {
  .l-header__nav-menu .l-header__nav-top--spmenu {
    display: block;
    width: 100%;
  }
  .l-header__nav-menu .l-header__nav-top--spmenu .l-header__nav-top-inner {
    text-align: center;
    padding: 20px 0;
  }
  .l-header__nav-menu .l-header__nav-top--spmenu .l-header__nav-top-inner .p-top-block--spmenu {
    display: inline-block;
    width: 8em;
    height: 36px;
    margin: 0 10px 0 0;
    padding: 0 0.5;
    font-size: 1.8rem;
    text-align: center;
    line-height: 36px;
    letter-spacing: 0;
    border-radius: 18px;
    background-color: #41ad7a;
    color: #fff;
  }
  .l-header__nav-menu .l-header__nav-top--spmenu .l-header__nav-top-inner .p-contact-block--spmenu {
    display: inline-block;
    width: 8em;
    height: 36px;
    margin: 0 0 0 10px;
    padding: 0 0.5em;
    font-size: 1.8rem;
    text-align: center;
    line-height: 32px;
    letter-spacing: 0;
    border: solid 2px #41ad7a;
    border-radius: 18px;
    background-color: #fff;
    color: #41ad7a;
  }
}

.l-header__nav-menu-items {
  display: flex;
  justify-content: flex-end;
  font-size: 1.6rem;
}

@media only screen and (max-width: 1080px) {
  .l-header__nav-menu-items {
    display: block;
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .l-header__nav-menu-items {
    margin-bottom: 16vw;
    padding: 132px 18px 20px;
  }
}

.l-header__nav-menu-item {
  margin-right: 20px;
}

@media only screen and (max-width: 1080px) {
  .l-header__nav-menu-item {
    margin-right: 0;
    padding: 0 10px;
    color: #41ad7a;
    border-top: dotted 4px #ecf6e8;
  }
}

.l-header__nav-menu-item:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 1080px) {
  .l-header__nav-menu-item:last-child {
    border-bottom: dotted 4px #ecf6e8;
  }
}

.l-header__nav-menu-item a {
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
  transition: color 0.3s;
}

@media only screen and (max-width: 1080px) {
  .l-header__nav-menu-item a {
    display: block;
    padding: 20px 0;
    letter-spacing: 0.05em;
    text-align: left;
    color: inherit;
  }
}

@media only screen and (max-width: 767px) {
  .l-header__nav-menu-item a {
    color: inherit;
  }
}

.l-header__nav-menu-item a:hover {
  color: #41ad7a;
}

@media only screen and (max-width: 767px) {
  .l-header__nav-menu-item a:hover {
    color: inherit;
  }
}

.l-header__nav-menu-item a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #41ad7a;
}

@media only screen and (max-width: 1080px) {
  .l-header__nav-menu-item a:after {
    display: none;
  }
}

.l-header__nav-menu-item.l-header__nav-office-btn {
  position: relative;
  cursor: pointer;
  padding-right: 16px;
}

@media only screen and (max-width: 1080px) {
  .l-header__nav-menu-item.l-header__nav-office-btn {
    display: none;
  }
}

.l-header__nav-menu-item.l-header__nav-office-btn:hover {
  color: #41ad7a;
}

.l-header__nav-menu-item.l-header__nav-office-btn:before {
  content: '';
  position: absolute;
  top: 3px;
  right: 2px;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #41ad7a;
  border-right: 2px solid #41ad7a;
  transform: rotate(45deg);
  transition: transform .3s;
}

@media only screen and (-ms-high-contrast: none) {
  .l-header__nav-menu-item.l-header__nav-office-btn:before {
    top: 0;
  }
}

.l-header__nav-menu-item.l-header__nav-office-btn:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #41ad7a;
}

@media only screen and (max-width: 1080px) {
  .l-header__nav-menu-item.l-header__nav-office-btn:after {
    display: none;
  }
}

.l-header__nav-menu-item.l-header__nav-office-openblock {
  opacity: 0;
  display: none;
}

@media only screen and (max-width: 1080px) {
  .l-header__nav-menu-item.l-header__nav-office-openblock {
    opacity: 1;
    display: flex;
  }
}

@media only screen and (max-width: 767px) {
  .l-header__nav-menu-item.l-header__nav-office-openblock {
    display: block;
  }
}

.l-header__nav-menu-item.l-header__nav-office-openblock .l-header__nav-office-opentitle {
  width: 50%;
  padding-top: 20px;
}

@media only screen and (max-width: 767px) {
  .l-header__nav-menu-item.l-header__nav-office-openblock .l-header__nav-office-opentitle {
    width: 100%;
  }
}

.l-header__nav-menu-item.l-header__nav-office-openblock .l-header__nav-office-open {
  width: 50%;
  padding: 10px 0;
}

@media only screen and (max-width: 767px) {
  .l-header__nav-menu-item.l-header__nav-office-openblock .l-header__nav-office-open {
    width: 100%;
  }
}

.l-header__nav-menu-item.l-header__nav-office-openblock .l-header__nav-office-open .l-header__nav-office-item {
  padding: 10px 0;
}

.l-header__nav-menu-item.l-header__nav-office-openblock .l-header__nav-office-open .l-header__nav-office-item a {
  display: block;
  position: relative;
  padding: 5px 0 5px 20px;
  color: #5d5d5d;
  font-size: 1.6rem;
  transition: color 0.3s;
}

@media only screen and (max-width: 767px) {
  .l-header__nav-menu-item.l-header__nav-office-openblock .l-header__nav-office-open .l-header__nav-office-item a {
    padding: 5px 0 5px 30px;
  }
}

.l-header__nav-menu-item.l-header__nav-office-openblock .l-header__nav-office-open .l-header__nav-office-item a:hover {
  color: #41ad7a;
}

@media only screen and (max-width: 767px) {
  .l-header__nav-menu-item.l-header__nav-office-openblock .l-header__nav-office-open .l-header__nav-office-item a:hover {
    color: #5d5d5d;
  }
}

.l-header__nav-menu-item.l-header__nav-office-openblock .l-header__nav-office-open .l-header__nav-office-item a:before {
  content: '';
  position: absolute;
  top: 35%;
  left: 0;
  transform: translateY(-35%);
  display: inline-block;
  width: 9px;
  height: 9px;
  border-top: 2px solid #41ad7a;
  border-right: 2px solid #41ad7a;
  transform: rotate(45deg);
}

@media only screen and (max-width: 767px) {
  .l-header__nav-menu-item.l-header__nav-office-openblock .l-header__nav-office-open .l-header__nav-office-item a:before {
    left: 9px;
  }
}

/* --------------------------------------------------------------------------
   menu button / sp
   -------------------------------------------------------------------------- */
.l-header__nav-button--sp {
  display: none;
}

@media only screen and (max-width: 1080px) {
  .l-header__nav-button--sp {
    display: block;
    position: absolute;
    top: 18px;
    right: 10px;
    z-index: 4000;
    width: 80px;
    height: 80px;
    padding: 0;
    border-radius: 100px;
    overflow: hidden;
    cursor: pointer;
    pointer-events: all;
    background-color: #41ad7a;
    transition: background-color 0.5s;
  }
  .l-header__nav-button--sp p {
    position: relative;
    width: 31px;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
  }
  .l-header__nav-button--sp p > span {
    position: absolute;
    display: block;
    width: 100%;
    height: 3px;
    top: 35px;
    left: 0;
    border-radius: 10px;
    background-color: #fff;
    text-indent: -9999px;
    font-size: 1.2rem;
    transition: 0.5s;
  }
  .l-header__nav-button--sp p:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 3px;
    top: 23px;
    left: 0;
    border-radius: 10px;
    background-color: #fff;
    transform: rotate(0);
    transition: 0.5s;
  }
  .l-header__nav-button--sp p:after {
    content: 'menu';
    position: absolute;
    display: block;
    width: 100%;
    height: 3px;
    top: 44px;
    left: 0;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 400;
    transition: 0.5s;
  }
}

@media only screen and (max-width: 1080px) and (-ms-high-contrast: none) {
  .l-header__nav-button--sp p:after {
    top: 48px;
  }
}

@media only screen and (max-width: 767px) {
  .l-header__nav-button--sp {
    top: -13px;
    right: -13px;
    width: 84px;
    height: 84px;
  }
  .l-header__nav-button--sp p > span {
    position: absolute;
    display: block;
    width: 100%;
    height: 3px;
    top: 40px;
    left: 0;
    border-radius: 10px;
    background-color: #fff;
    text-indent: -9999px;
    font-size: 1.2rem;
    transition: 0.5s;
  }
  .l-header__nav-button--sp p:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 3px;
    top: 28px;
    left: 0;
    border-radius: 10px;
    background-color: #fff;
    transform: rotate(0);
    transition: 0.5s;
  }
  .l-header__nav-button--sp p:after {
    content: 'menu';
    position: absolute;
    display: block;
    width: 100%;
    height: 3px;
    top: 49px;
    left: 0;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 400;
    transition: 0.5s;
  }
}

@media only screen and (max-width: 320px) {
  .l-header__nav-button--sp {
    width: 80px;
    height: 80px;
  }
}

/* --------------------------------------------------------------------------
   menu office / pc
   -------------------------------------------------------------------------- */
.l-header__nav-office {
  position: absolute;
  top: 70px;
  right: 50px;
  font-size: 1.4rem;
}

.l-header__nav-office .l-header__nav-office-inner {
  width: 230px;
  height: auto;
  margin-top: 22px;
  padding: 0 10px;
  border-top: 3px #41ad7a solid;
  border-radius: 0 0 20px 20px;
  background-color: #e7f0ca;
}

@media only screen and (max-width: 1080px) {
  .l-header__nav-office {
    display: none;
  }
}

.l-header__nav-office div.l-header__nav-office-items {
  position: relative;
}

.l-header__nav-office div.l-header__nav-office-items .bee {
  position: absolute;
  left: -83px;
  bottom: 90%;
  z-index: 1;
  display: block;
  width: 73px;
  height: 85px;
  background-image: url(../img/common/bee_office@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  transition: bottom 0.3s ease-in-out;
  animation: drift 0.5s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.l-header__nav-office div.l-header__nav-office-items .l-header__nav-office-item {
  padding: 0;
  border-bottom: 2px #fff dotted;
}

.l-header__nav-office div.l-header__nav-office-items .l-header__nav-office-item:last-child {
  border-bottom: none;
}

.l-header__nav-office div.l-header__nav-office-items .l-header__nav-office-item a {
  position: relative;
  display: block;
  padding: 15px 0 15px 18px;
  line-height: 1.4;
  transition: opacity 0.3s;
}

@media only screen and (-ms-high-contrast: none) {
  .l-header__nav-office div.l-header__nav-office-items .l-header__nav-office-item a {
    padding: 12px 0 7px 18px;
  }
}

.l-header__nav-office div.l-header__nav-office-items .l-header__nav-office-item a:hover {
  opacity: .7;
}

.l-header__nav-office div.l-header__nav-office-items .l-header__nav-office-item a:before {
  content: '';
  position: absolute;
  top: 21px;
  left: 0;
  display: inline-block;
  vertical-align: middle;
  width: 7px;
  height: 7px;
  border-top: 2px solid #41ad7a;
  border-right: 2px solid #41ad7a;
  transform: rotate(45deg);
}

@media only screen and (-ms-high-contrast: none) {
  .l-header__nav-office div.l-header__nav-office-items .l-header__nav-office-item a:before {
    top: 14px;
  }
}

.l-header__nav-office div.l-header__nav-office-items .l-header__nav-office-item:nth-child(1):hover ~ .bee {
  bottom: 80%;
}

.l-header__nav-office div.l-header__nav-office-items .l-header__nav-office-item:nth-child(2):hover ~ .bee {
  bottom: 64%;
}

.l-header__nav-office div.l-header__nav-office-items .l-header__nav-office-item:nth-child(3):hover ~ .bee {
  bottom: 47%;
}

.l-header__nav-office div.l-header__nav-office-items .l-header__nav-office-item:nth-child(4):hover ~ .bee {
  bottom: 24%;
}

.l-header__nav-office div.l-header__nav-office-items .l-header__nav-office-item:nth-child(5):hover ~ .bee {
  bottom: 2%;
}

@keyframes drift {
  0% {
    background-position-y: 0%;
  }
  50% {
    background-position-y: 100%;
  }
  100% {
    background-position-y: 0%;
  }
}

/* ==========================================================================
   header for js / animation
   ========================================================================== */
/* --------------------------------------------------------------------------
   menu open / close
   -------------------------------------------------------------------------- */
.l-header__nav-button--sp.is-open {
  background-color: #fff;
}

.l-header__nav-button--sp.is-open p > span {
  top: 30px;
  background-color: #41ad7a;
  transform: rotate(-35deg);
}

@media only screen and (max-width: 767px) {
  .l-header__nav-button--sp.is-open p > span {
    top: 36px;
  }
}

.l-header__nav-button--sp.is-open p::before {
  top: 30px;
  background-color: #41ad7a;
  transform: rotate(35deg);
}

@media only screen and (max-width: 767px) {
  .l-header__nav-button--sp.is-open p::before {
    top: 36px;
  }
}

.l-header__nav-button--sp.is-open p::after {
  content: 'close';
  color: #41ad7a;
}

.l-header__nav-menu.is-sp {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s , visibility 0.5s;
  pointer-events: none;
}

.l-header__nav-menu.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}

.is-sp .l-header__nav-menu-items {
  opacity: 0;
  transform: translateY(0);
  transition: opacity 0.5s;
  pointer-events: none;
}

.is-open .l-header__nav-menu-items {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.5s;
  pointer-events: all;
}

.l-header__nav-menu-item.l-header__nav-office-btn.is-init {
  transition: color 0.3s;
}

.l-header__nav-menu-item.l-header__nav-office-btn.is-open {
  color: #41ad7a;
}

.l-header__nav-menu-item.l-header__nav-office-btn.is-open:before {
  top: 6px;
  transform: rotate(-135deg);
}

@media only screen and (-ms-high-contrast: none) {
  .l-header__nav-menu-item.l-header__nav-office-btn.is-open:before {
    top: 3px;
  }
}

.l-header__nav-office {
  visibility: hidden;
}

.l-header__nav-office.is-init {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-20px);
  transition: all .2s;
}

.l-header__nav-office.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  transition: transform .5s;
}

@media only screen and (max-width: 1080px) {
  .l-header__nav-office.is-open {
    display: none;
  }
}

/* ==========================================================================
   main
   ========================================================================== */
.l-main {
  display: block;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .l-main {
    padding-top: 60px;
  }
}

/* ==========================================================================
   footer
   ========================================================================== */
.l-footer {
  width: 100%;
}

.l-footer__info {
  padding: 50px 0 30px;
}

@media only screen and (max-width: 767px) {
  .l-footer__info {
    padding: 10vw 0;
  }
}

.l-footer__info .l-footer__container {
  padding: 0 10px;
}

@media only screen and (max-width: 767px) {
  .l-footer__info .l-footer__container {
    padding: 0 1.5vw;
  }
}

.l-footer__info h2 {
  margin-bottom: 30px;
  font-size: 3.2rem;
  color: #41ad7a;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .l-footer__info h2 {
    margin-bottom: 15px;
    font-size: 2.4rem;
    line-height: 1.2;
  }
}

@media only screen and (max-width: 450px) {
  .l-footer__info h2 {
    font-size: 2.2rem;
  }
}

.l-footer__info h3 {
  margin-bottom: 10px;
  font-size: 2.0rem;
  text-align: center;
  line-height: 1.2;
}

@media only screen and (max-width: 767px) {
  .l-footer__info h3 {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 450px) {
  .l-footer__info h3 {
    font-size: 1.2rem;
  }
}

.l-footer__info a {
  transition: opacity 0.5s;
}

.l-footer__info a:hover {
  opacity: 0.7;
}

.l-footer__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.l-footer__listblock--green .l-footer__listblock-link {
  border: 4px #ecf6e8 solid;
}

.l-footer__listblock--green .l-footer__listblock-link:after {
  background-image: url(../img/common/footer/balloon_triangle_green.png);
}

.l-footer__listblock--green .l-footer__listblock-link:hover:before {
  border: #ecf6e8 5px solid;
}

.l-footer__listblock--green .l-footer__listblock-link:hover:after {
  background-image: url(../img/common/footer/balloon_triangle_green_hover.png);
}

@media only screen and (max-width: 767px) {
  .l-footer__listblock--green .l-footer__listblock-link:hover:after {
    background-image: url(../img/common/footer/balloon_triangle_green.png);
  }
}

.l-footer__listblock--green h3 {
  color: #41ad7a;
}

.l-footer__listblock--green .l-footer__list--tel dl dt {
  color: #41ad7a;
  background-color: #ecf6e8;
}

.l-footer__listblock--green .l-footer__list--tel .l-footer-link {
  color: #41ad7a;
}

.l-footer__listblock--green .l-footer__list--tel .l-footer-link:after {
  border-top: 2px solid #41ad7a;
  border-right: 2px solid #41ad7a;
}

@media only screen and (max-width: 767px) {
  .l-footer__listblock--green .l-footer__list--tel .l-footer-link:after {
    border-top: 1px solid #41ad7a;
    border-right: 1px solid #41ad7a;
  }
}

.l-footer__listblock--yellow .l-footer__listblock-link {
  border: 4px #f6f6db solid;
}

.l-footer__listblock--yellow .l-footer__listblock-link:hover:before {
  border: #f6f6db 5px solid;
}

.l-footer__listblock--yellow .l-footer__listblock-link:hover:after {
  background-image: url(../img/common/footer/balloon_triangle_yellow_hover.png);
}

@media only screen and (max-width: 767px) {
  .l-footer__listblock--yellow .l-footer__listblock-link:hover:after {
    background-image: url(../img/common/footer/balloon_triangle_yellow.png);
  }
}

.l-footer__listblock--yellow .l-footer__listblock-link:after {
  background-image: url(../img/common/footer/balloon_triangle_yellow.png);
}

.l-footer__listblock--yellow h3 {
  color: #b79f00;
}

.l-footer__listblock--yellow .l-footer__list--tel dl dt {
  color: #b79f00;
  background-color: #f6f6db;
}

.l-footer__listblock--yellow .l-footer__list--tel .l-footer-link {
  color: #b79f00;
}

.l-footer__listblock--yellow .l-footer__list--tel .l-footer-link:after {
  border-top: 2px solid #b79f00;
  border-right: 2px solid #b79f00;
}

@media only screen and (max-width: 767px) {
  .l-footer__listblock--yellow .l-footer__list--tel .l-footer-link:after {
    border-top: 1px solid #b79f00;
    border-right: 1px solid #b79f00;
  }
}

.l-footer__listblock--green, .l-footer__listblock--yellow {
  position: relative;
  width: 32%;
  margin: 0 20px 20px 0;
  color: #5d5d5d;
}

@media only screen and (max-width: 767px) {
  .l-footer__listblock--green, .l-footer__listblock--yellow {
    width: 48%;
    margin: 0 2% 3% 0;
  }
}

.l-footer__listblock--yellow {
  margin-right: 0;
}

@media only screen and (max-width: 767px) {
  .l-footer__listblock--green:nth-child(2n), .l-footer__listblock--yellow:nth-child(2n) {
    margin-right: 0;
  }
}

.l-footer__listblock--green:nth-child(3n), .l-footer__listblock--yellow:nth-child(3n) {
  margin-right: 0;
}

.l-footer__listblock--green .l-footer__listblock-link, .l-footer__listblock--yellow .l-footer__listblock-link {
  position: relative;
  display: block;
  padding: 16px 20px;
  border-radius: 45px;
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .l-footer__listblock--green .l-footer__listblock-link, .l-footer__listblock--yellow .l-footer__listblock-link {
    padding: 8px;
    border-radius: 20px;
  }
}

.l-footer__listblock--green .l-footer__listblock-link:after, .l-footer__listblock--yellow .l-footer__listblock-link:after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: -24px;
  transform: translateX(-50%);
  width: 24px;
  height: 24px;
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.l-footer__listblock--green .l-footer__listblock-link:hover:before, .l-footer__listblock--yellow .l-footer__listblock-link:hover:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 40px;
}

@media only screen and (max-width: 767px) {
  .l-footer__listblock--green .l-footer__listblock-link:hover:before, .l-footer__listblock--yellow .l-footer__listblock-link:hover:before {
    display: none;
  }
}

.l-footer__listblock--green .l-footer__listblock-link:hover:after, .l-footer__listblock--yellow .l-footer__listblock-link:hover:after {
  position: absolute;
  bottom: -18px;
  left: 51%;
  transform: translateX(-51%);
}

@media only screen and (max-width: 767px) {
  .l-footer__listblock--green .l-footer__listblock-link:hover:after, .l-footer__listblock--yellow .l-footer__listblock-link:hover:after {
    left: 50%;
    bottom: -24px;
    transform: translateX(-50%);
  }
}

.l-footer__list--texts {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .l-footer__list--texts {
    justify-content: center;
  }
}

.l-footer__list--texts p {
  width: 102px;
}

@media only screen and (max-width: 767px) {
  .l-footer__list--texts p {
    width: 36%;
    max-width: 80px;
  }
}

.l-footer__list--tel {
  margin-left: 20px;
}

@media only screen and (max-width: 767px) {
  .l-footer__list--tel {
    margin-left: 3%;
  }
}

.l-footer__list--tel dl {
  margin-bottom: 12px;
}

@media only screen and (max-width: 767px) {
  .l-footer__list--tel dl {
    margin-bottom: 8%;
  }
}

@media only screen and (max-width: 450px) {
  .l-footer__list--tel dl {
    margin-bottom: 3%;
  }
}

.l-footer__list--tel dl dt {
  display: inline-block;
  margin-bottom: 3px;
  padding: 5px 10px;
  font-size: 1.4rem;
  border-radius: 10px;
  pointer-events: none;
}

@media only screen and (-ms-high-contrast: none) {
  .l-footer__list--tel dl dt {
    padding: 5px 10px 0 10px;
    margin-bottom: 6px;
  }
}

@media only screen and (max-width: 767px) {
  .l-footer__list--tel dl dt {
    margin-bottom: 3px;
    padding: 3px 7px;
  }
}

@media only screen and (max-width: 450px) {
  .l-footer__list--tel dl dt {
    margin-bottom: 2px;
    font-size: 1.0rem;
  }
}

@media only screen and (max-width: 767px) {
  .l-footer__list--tel dl dd {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 450px) {
  .l-footer__list--tel dl dd {
    font-size: 1.1rem;
  }
}

.l-footer__list--tel .l-footer-link {
  display: inline-block;
  position: relative;
  padding: 3px 15px 3px 3px;
  color: #41ad7a;
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
  .l-footer__list--tel .l-footer-link {
    padding: 3px 0;
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 450px) {
  .l-footer__list--tel .l-footer-link {
    font-size: 1.0rem;
  }
}

.l-footer__list--tel .l-footer-link:after {
  content: '';
  position: absolute;
  top: 55%;
  right: 3px;
  width: 7px;
  height: 7px;
  transform: translateY(-55%) rotate(45deg);
}

@media only screen and (-ms-high-contrast: none) {
  .l-footer__list--tel .l-footer-link:after {
    top: 30%;
    transform: translateY(-30%) rotate(45deg);
  }
}

@media only screen and (max-width: 767px) {
  .l-footer__list--tel .l-footer-link:after {
    top: 48%;
    transform: translateY(-48%) rotate(45deg);
    right: -10px;
  }
}

@media only screen and (max-width: 450px) {
  .l-footer__list--tel .l-footer-link:after {
    right: -6px;
    width: 5px;
    height: 5px;
  }
}

.l-footer_town {
  position: relative;
  overflow: hidden;
}

.l-footer_town .l-footer_town--car {
  position: absolute;
  left: 0;
  bottom: 4px;
  z-index: 2;
  margin: auto;
  width: 100vw;
  height: 100px;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .l-footer_town .l-footer_town--car {
    height: auto;
    bottom: 3%;
  }
}

@media only screen and (max-width: 1080px) {
  .l-footer_town .l-footer_town--car {
    width: 100%;
  }
}

.l-footer_town .l-footer_town--car .l-footer_town--movecar {
  width: 100%;
}

.l-footer_town .l-footer_town--car .l-footer_town--movecar img {
  width: 170px;
}

@media only screen and (max-width: 767px) {
  .l-footer_town .l-footer_town--car .l-footer_town--movecar img {
    width: 15%;
  }
}

.l-footer_town .l-footer_town--town {
  height: 353px;
  position: relative;
  overflow: hidden;
}

@media only screen and (min-width: 2000px) {
  .l-footer_town .l-footer_town--town {
    height: auto;
  }
}

@media only screen and (max-width: 767px) {
  .l-footer_town .l-footer_town--town {
    height: auto;
  }
}

.l-footer_town .l-footer_town--town img {
  width: auto;
  height: 50%;
  min-width: 100%;
  min-height: 100%;
  max-width: inherit;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (min-width: 2000px) {
  .l-footer_town .l-footer_town--town img {
    position: static;
    width: 100%;
    height: auto;
    min-width: inherit;
    min-height: inherit;
    transform: translate(0, 0);
  }
}

@media only screen and (max-width: 767px) {
  .l-footer_town .l-footer_town--town img {
    width: 100%;
    height: auto;
    min-width: inherit;
    min-height: inherit;
    max-width: inherit;
    position: static;
    transform: translate(0, 0);
  }
}

.l-footer__copyright {
  height: 111px;
  padding: 47px 0 0;
  color: #fff;
  background-color: #ffffc8;
  background-image: url(../img/common/footer/bg@2x.png);
  background-size: auto 100%;
  background-repeat: repeat-x;
  background-position: 0 0;
}

@media only screen and (max-width: 767px) {
  .l-footer__copyright {
    height: auto;
    padding: 7vw 0;
  }
}

.l-footer__copyright-text {
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.6;
}

/* ------------------------------------------------------------------------------
 btn-top
------------------------------------------------------------------------------ */
.l-footer__btn-top {
  cursor: pointer;
  position: absolute;
  bottom: 520px;
  right: 20px;
  width: 55px;
  transition: opacity .3s;
}

.l-footer__btn-top:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 767px) {
  .l-footer__btn-top:hover {
    opacity: 1;
  }
}

@media only screen and (max-width: 767px) {
  .l-footer__btn-top {
    cursor: auto;
    bottom: 30vw;
    right: 3vw;
    max-width: 56px;
    width: 10%;
  }
}

@media only screen and (max-width: 450px) {
  .l-footer__btn-top {
    bottom: 36vw;
  }
}

/* ==========================================================================
   top page for js / animation
   ========================================================================== */
/* --------------------------------------------------------------------------
   animaton item
   -------------------------------------------------------------------------- */
.js-animation-itemxxx.is-init {
  opacity: 0;
  transform: translateY(25px);
  transition: opacity 1.8s, transform 1.0s;
}

.js-animation-itemxxx.is-animation {
  opacity: 1;
  transform: translateY(0);
}

.js-animation-itemxxx.is-delay--1 {
  transition-delay: 0.5s;
}

.js-animation-itemxxx.is-delay--2 {
  transition-delay: 1.0s;
}

/* ------------------------------------------------------------------------------
 move
------------------------------------------------------------------------------ */
.l-footer.js-animation-item.is-animation .l-footer_town--car {
  transform: translateX(9%);
  animation-name: move-main;
  animation-duration: 11.0s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

@media only screen and (max-width: 767px) {
  .l-footer.js-animation-item.is-animation .l-footer_town--car {
    transform: translateX(15%);
    animation-name: move-main-sp;
    animation-duration: 7.0s;
  }
}

@keyframes move-main {
  0% {
    transform: translateX(9%);
  }
  100% {
    transform: translateX(-140%);
  }
}

@keyframes move-main-sp {
  0% {
    transform: translateX(15%);
  }
  100% {
    transform: translateX(-180%);
  }
}

/* ==========================================================================
   medical-care
   ========================================================================== */
/* --------------------------------------------------------------------------
   -->  .p-underlayer__hero
   -------------------------------------------------------------------------- */
.page-medical-care .p-underlayer__hero-inner {
  background-image: url(../img/medical-care/main_pc.jpg);
}

.page-medical-care .p-underlayer__body.p-bg-gray {
  background-color: rgba(162, 163, 155, 0.1);
}

.page-medical-care .p-underlayer__body .p-underlayer__body-inner--first {
  padding-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  .page-medical-care .p-underlayer__body .p-underlayer__body-inner--first {
    padding-bottom: 40px;
  }
}

.page-medical-care .p-underlayer__body .p-underlayer__body-inner {
  padding: 80px 0;
}

@media only screen and (max-width: 767px) {
  .page-medical-care .p-underlayer__body .p-underlayer__body-inner {
    padding: 50px 0;
  }
}

@media only screen and (max-width: 767px) {
  .page-medical-care h2.p-underlayer__title {
    margin-bottom: 15px;
  }
}

/* --------------------------------------------------------------------------
   medical__content
   -------------------------------------------------------------------------- */
.p-medical__content-inner.p-medical__flexbox {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .p-medical__content-inner.p-medical__flexbox {
    display: block;
  }
}

.p-medical__content-inner.p-medical__flexbox.p-flex-dire-row-r {
  flex-direction: row-reverse;
}

.p-medical__content-inner .p-medical__content-innertexts {
  width: 500px;
  line-height: 1.875;
  font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .p-medical__content-inner .p-medical__content-innertexts {
    width: 100%;
    margin-bottom: 20px;
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 450px) {
  .p-medical__content-inner .p-medical__content-innertexts {
    font-size: 1.3rem;
  }
}

.p-medical__content-inner .p-medical__content-innerillust {
  width: 500px;
  margin-bottom: 130px;
}

@media only screen and (max-width: 767px) {
  .p-medical__content-inner .p-medical__content-innerillust {
    width: 80%;
    margin: 0 auto 40px;
  }
}

.p-medical__content-inner .p-medical__content-innerphoto {
  position: relative;
  width: 500px;
  height: 370px;
}

@media only screen and (max-width: 767px) {
  .p-medical__content-inner .p-medical__content-innerphoto {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
}

.p-medical__content-inner .p-medical__content-innerphoto .p-medical__content-innerphoto-is {
  position: absolute;
  top: -100px;
  right: 0;
  width: 601px;
}

@media only screen and (max-width: 767px) {
  .p-medical__content-inner .p-medical__content-innerphoto .p-medical__content-innerphoto-is {
    position: static;
    width: 100%;
  }
  .p-medical__content-inner .p-medical__content-innerphoto .p-medical__content-innerphoto-is img {
    width: 100%;
  }
}

/* --------------------------------------------------------------------------
   medical__content 2
   -------------------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
  .p-underlayer__body-timeline .c-container {
    padding: 0 2vw;
  }
}

@media only screen and (max-width: 767px) {
  .p-medical__content-timeline {
    max-width: 550px;
    margin: 40px auto 0;
  }
}

.p-medical__content-timeline img {
  width: 100%;
}

/* --------------------------------------------------------------------------
   medical__content 3
   -------------------------------------------------------------------------- */
.p-underlayer__body-audience .c-container {
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .p-underlayer__body-audience .c-container {
    padding: 0 2vw;
  }
}

.p-audience__bee {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 167px;
}

@media only screen and (max-width: 767px) {
  .p-audience__bee {
    right: 7vw;
    bottom: -6vw;
    z-index: 1;
    width: 14%;
    max-width: 104px;
    min-width: 71px;
  }
}

@media only screen and (max-width: 450px) {
  .p-audience__bee {
    bottom: -8vw;
  }
}

.p-audience__content {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .p-audience__content {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .p-audience__content .p-audience__content-inner--green {
    margin-bottom: 20px;
  }
}

.p-audience__content .p-audience__content-inner--green .p-audience__content-innerblock {
  border-color: #ecf6e8;
}

.p-audience__content .p-audience__content-inner--green .p-audience__content-innerblock ul li {
  border-color: #b0d8c3;
}

.p-audience__content .p-audience__content-inner--green .p-audience__content-innerblock ul li:before {
  border-color: #41ad7a;
}

.p-audience__content .p-audience__content-inner--green h2.p-audience__title {
  color: #41ad7a;
}

.p-audience__content .p-audience__content-inner--green h2.p-audience__title:after {
  background-image: url(../img/medical-care/illust_car@2x.png);
  background-position: 0 7px !important;
}

.p-audience__content .p-audience__content-inner--green h2.p-audience__title .p-audience__title-main {
  display: inline-block;
  line-height: 0;
}

.p-audience__content .p-audience__content-inner--green h2.p-audience__title .p-audience__title-availability {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 22px;
  background-color: #ecf6e8;
  border-radius: 11px;
  width: auto;
  height: 22px;
  padding: 0 1em;
  position: relative;
  top: 1.1em;
}

.p-audience__content .p-audience__content-inner--yellow .p-audience__content-innerblock {
  border-color: #f6f6db;
}

.p-audience__content .p-audience__content-inner--yellow .p-audience__content-innerblock ul li {
  border-color: #ddd2a3;
}

.p-audience__content .p-audience__content-inner--yellow .p-audience__content-innerblock ul li:before {
  border-color: #b79f00;
}

.p-audience__content .p-audience__content-inner--yellow h2.p-audience__title {
  color: #b79f00;
}

.p-audience__content .p-audience__content-inner--yellow h2.p-audience__title:after {
  background-image: url(../img/medical-care/illust_house@2x.png);
}

.p-audience__content .p-audience__content-inner--yellow h2.p-audience__title .p-audience__title-main {
  display: inline-block;
  line-height: 0;
  position: relative;
  top: 0.2em;
}

.p-audience__content .p-audience__content-inner--green, .p-audience__content .p-audience__content-inner--yellow {
  position: relative;
  width: 520px;
}

@media only screen and (max-width: 767px) {
  .p-audience__content .p-audience__content-inner--green, .p-audience__content .p-audience__content-inner--yellow {
    position: static;
    width: 100%;
  }
}

.p-audience__content .p-audience__content-inner--green .p-audience__content-innerblock, .p-audience__content .p-audience__content-inner--yellow .p-audience__content-innerblock {
  border-style: solid;
  border-width: 10px;
  padding: 20px 20px 40px;
  border-radius: 50px;
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .p-audience__content .p-audience__content-inner--green .p-audience__content-innerblock, .p-audience__content .p-audience__content-inner--yellow .p-audience__content-innerblock {
    padding: 20px 20px 30px;
  }
}

.p-audience__content .p-audience__content-inner--green .p-audience__content-innerblock ul li, .p-audience__content .p-audience__content-inner--yellow .p-audience__content-innerblock ul li {
  position: relative;
  padding: 10px 0 10px 30px;
  font-size: 1.6rem;
  line-height: 1.6;
  border-top-style: dotted;
  border-width: 2px;
}

@media only screen and (-ms-high-contrast: none) {
  .p-audience__content .p-audience__content-inner--green .p-audience__content-innerblock ul li, .p-audience__content .p-audience__content-inner--yellow .p-audience__content-innerblock ul li {
    padding: 15px 0 10px 30px;
  }
}

@media only screen and (max-width: 450px) {
  .p-audience__content .p-audience__content-inner--green .p-audience__content-innerblock ul li, .p-audience__content .p-audience__content-inner--yellow .p-audience__content-innerblock ul li {
    font-size: 1.3rem;
  }
}

.p-audience__content .p-audience__content-inner--green .p-audience__content-innerblock ul li:last-child, .p-audience__content .p-audience__content-inner--yellow .p-audience__content-innerblock ul li:last-child {
  border-bottom-style: dotted;
}

.p-audience__content .p-audience__content-inner--green .p-audience__content-innerblock ul li:before, .p-audience__content .p-audience__content-inner--yellow .p-audience__content-innerblock ul li:before {
  content: '';
  display: block;
  position: absolute;
  top: 15px;
  left: 8px;
  width: 15px;
  height: 15px;
  border-style: solid;
  border-width: 5px;
  border-radius: 50px;
}

@media only screen and (-ms-high-contrast: none) {
  .p-audience__content .p-audience__content-inner--green .p-audience__content-innerblock ul li:before, .p-audience__content .p-audience__content-inner--yellow .p-audience__content-innerblock ul li:before {
    top: 16px;
  }
}

.p-audience__content .p-audience__content-inner--green h2.p-audience__title, .p-audience__content .p-audience__content-inner--yellow h2.p-audience__title {
  margin-bottom: 20px;
  font-size: 2.8rem;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .p-audience__content .p-audience__content-inner--green h2.p-audience__title, .p-audience__content .p-audience__content-inner--yellow h2.p-audience__title {
    margin-bottom: 15px;
    font-size: 2.2rem;
  }
}

@media only screen and (max-width: 450px) {
  .p-audience__content .p-audience__content-inner--green h2.p-audience__title, .p-audience__content .p-audience__content-inner--yellow h2.p-audience__title {
    font-size: 1.8rem;
  }
}

.p-audience__content .p-audience__content-inner--green h2.p-audience__title:after, .p-audience__content .p-audience__content-inner--yellow h2.p-audience__title:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 98px;
  height: 54px;
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 767px) {
  .p-audience__content .p-audience__content-inner--green h2.p-audience__title:after, .p-audience__content .p-audience__content-inner--yellow h2.p-audience__title:after {
    width: 33%;
    max-width: 100px;
    height: 54px;
    margin-left: 4px;
  }
}

/* ==========================================================================
   underlayer
   ========================================================================== */
.page-underlayer .l-header__nav-left .l-header__nav-top .p-contact-block,
.page-underlayer .l-header__nav-menu .l-header__nav-top .p-contact-block {
  display: none;
}

/* --------------------------------------------------------------------------
   .p-underlayer__hero
   -------------------------------------------------------------------------- */
.p-underlayer__nohero .p-sec__header,
.p-underlayer__hero .p-sec__header {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .p-underlayer__nohero .p-sec__header,
  .p-underlayer__hero .p-sec__header {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 90%;
    margin-bottom: 0;
  }
}

.p-underlayer__nohero .p-sec__title-ja,
.p-underlayer__hero .p-sec__title-ja {
  padding-bottom: 10px;
  font-size: 4.6rem;
}

@media only screen and (max-width: 767px) {
  .p-underlayer__nohero .p-sec__title-ja,
  .p-underlayer__hero .p-sec__title-ja {
    padding-bottom: 5px;
    font-size: 2.9rem;
    line-height: 1.3;
  }
}

@media only screen and (max-width: 450px) {
  .p-underlayer__nohero .p-sec__title-ja,
  .p-underlayer__hero .p-sec__title-ja {
    font-size: 2.8rem;
  }
}

.p-underlayer__nohero.-thin .p-sec__title-ja,
.p-underlayer__hero.-thin .p-sec__title-ja {
  padding-bottom: 22px;
}

@media only screen and (max-width: 767px) {
  .p-underlayer__nohero.-thin .p-sec__title-ja,
  .p-underlayer__hero.-thin .p-sec__title-ja {
    padding-bottom: 6px;
  }
}

.p-underlayer__nohero .p-sec__title-en,
.p-underlayer__hero .p-sec__title-en {
  color: #41ad7a;
  font-size: 2.2rem;
}

@media only screen and (max-width: 767px) {
  .p-underlayer__nohero .p-sec__title-en,
  .p-underlayer__hero .p-sec__title-en {
    font-size: 1.8rem;
  }
}

h2.p-underlayer__title {
  margin-bottom: 40px;
  font-size: 3.2rem;
  color: #41ad7a;
  line-height: 1.8;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  h2.p-underlayer__title {
    margin-bottom: 15px;
    font-size: 2.4rem;
    line-height: 1.5;
  }
}

@media only screen and (max-width: 450px) {
  h2.p-underlayer__title {
    font-size: 2.2rem;
  }
}

.p-underlayer__hero {
  height: 100%;
}

.p-underlayer__hero-inner {
  height: 360px;
  padding-top: 136px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.-thin .p-underlayer__hero-inner {
  height: 185px;
  padding-top: 50px;
  padding-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .-thin .p-underlayer__hero-inner {
    height: auto;
  }
}

@media only screen and (max-width: 767px) {
  .p-underlayer__hero-inner {
    position: relative;
    height: auto;
    padding: 0;
    background-image: none;
    background-size: 100% auto;
  }
}

.p-underlayer__hero-inner .p-underlayer__hero-innersp {
  display: none;
}

@media only screen and (max-width: 767px) {
  .p-underlayer__hero-inner .p-underlayer__hero-innersp {
    display: block;
  }
  .p-underlayer__hero-inner .p-underlayer__hero-innersp img {
    width: 100%;
  }
}

/* --------------------------------------------------------------------------
   body
   -------------------------------------------------------------------------- */
.p-underlayer__body {
  overflow: hidden;
}

.p-underlayer__body-inner--first {
  padding-top: 80px;
}

@media only screen and (max-width: 767px) {
  .p-underlayer__body-inner--first {
    padding-top: 40px;
  }
}
