@charset "UTF-8";

/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

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

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

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

hr {
  overflow: visible;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden],
template {
  display: none;
}

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

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

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

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[role="button"],
[type="button"],
[type="reset"],
[type="submit"],
button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
}

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

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

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

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

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

button,
select {
  text-transform: none;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

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

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

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

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
}

@media screen {
  [hidden~="screen"] {
    display: inherit;
  }

  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

[aria-busy="true"] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

/* =============================

base

==============================*/
html,
body {
  height: 100%;
  font-size: 62.5%;
}

body {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
  letter-spacing: nomal;
  font-size: 15px;
  font-size: 1.5rem;
  background-color: #fff;
  color: #26282C;
  width: 100%;
}

.wrap {
  width: 100%;
  position: absolute;
  right: 0;
  height: auto !important;
  height: 100%;
  min-height: 100%;
}

a {
  color: #1d84c2;
}

p {
  line-height: 2.4rem;
}

section {
  margin: 0 auto;
}

img {
  max-width: 100%;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
}

.br--pc {
  display: none;
}

.br--sp {
  display: block;
}

/* btn
-------------------------*/
.btn__inner {
  width: 100%;
  margin: 24px auto 0;
  text-align: center;
}

.btn {
  text-decoration: none;
  padding: 10px 0;
  text-align: center;
  border-radius: 50px;
  width: 70%;
  max-width: 300px;
  display: inline-block;
  letter-spacing: .1rem;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
  background: #EDD76B;
  border: solid 2px #EDD76B;
  border-bottom: 2px solid #DEAF2C;
}

.btn span {
  position: relative;
  font-size: 1.6rem;
  font-weight: 600;
  color: #26282C;
}

.btn:hover,
.btn--active {
  opacity: 1;
  background: #fff;
  border: solid 2px #DEAF2C;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.btn:hover span::after,
.btn--active span::after {
  content: '';
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 50%;
  left: -16px;
  width: 6px;
  height: 6px;
  margin-top: -6px;
  border: 6px solid transparent;
  border-left: 6px solid #EDD76B;
}

@media (min-width: 960px) {
  body {
    font-size: 18px;
    font-size: 1.8rem;
  }

  a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  a:hover {
    opacity: 0.7;
  }

  p {
    line-height: 2.6rem;
  }

  .br--pc {
    display: block;
  }

  .br--sp {
    display: none;
  }

  .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  /*-----------------------
btn
-------------------------*/
  .btn__inner {
    width: auto;
    margin: 24px auto 0;
    text-align: center;
  }

  .btn {
    width: 300px;
    max-width: 300px;
  }

  .btn span {
    font-size: 2.0rem;
    letter-spacing: 0.15rem;
  }
}

/* =============================

header

==============================*/
.header--pc {
  display: none;
}

/* スマートフォン、タブレット用メニュー */
.header--sp {
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  -webkit-transition: .3s;
  transition: .3s;
  height: 60px;
  background: #fff;
  position: fixed;
}

/*
.clone-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  transition: .3s;
  transform: translateY(-300%);
}
*/
.header__logo {
  text-align: left;
  position: relative;
  padding: 2% 0 0 2%;
  text-align: left;
}

.header__logo a {
  display: inline-block;
}

.header__logo img {
  width: calc(100px / 2);
}

.header__logo--home {
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
}

.header__logo--home a {
  -webkit-transition: .3s;
  transition: .3s;
}

.header__logo--home img {
  width: calc(144px / 2);
}

.is-animation .header__logo--home {
  text-align: left;
}

.is-animation .header__logo--home img {
  width: calc(100px / 2);
}

/*
.is-show {
  transform: translateY(0);
  box-shadow: 0 0 0 2px rgba(0, 0, 0, .05);

  .header__logo {
    text-align: left;

    img {
      width: calc(100px / 2);
    }
  }
}
*/
#page {
  background: #fff;
  z-index: 2;
  height: 100%;
  width: 100%;
}

#overlay,
#humberger,
.gNav--sp {
  display: block;
  z-index: 30;
}

#overlay {
  background: #000;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -20;
  opacity: 0;
}

#humberger {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  padding: 10px 10px 4px 10px;
  cursor: pointer;
  z-index: 40;
  background: #4B990B;
}

.gNav--icon .icon-bar {
  height: 2px;
  background: #fff;
  display: block;
  margin-bottom: 8px;
}

.gNav--icon .txt {
  display: block;
  font-size: 1.1rem;
  color: #fff;
  font-weight: 600;
  letter-spacing: -0.1rem;
}

.gNav--sp {
  position: fixed;
  top: 0;
  right: -240px;
  width: 240px;
  height: 100%;
  padding-top: 60px;
  background: #4B990B;
  -webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
  transition: all 400ms cubic-bezier(1, 0, 0, 1);
  /* easeInOutExpo */
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
  /* easeInOutExpo */
}

.gNav--sp ul {
  width: 90%;
  margin: 0 auto;
  list-style-type: none;
}

.gNav--sp ul li {
  list-style-type: none;
}

.gNav--sp ul li:last-child {
  border-bottom: 0;
}

.gNav--sp ul li a {
  position: relative;
  background: #4B990B;
  color: #fff;
  padding: 20px 0 20px 15%;
  display: block;
  text-decoration: none;
  font-weight: 500;
}

.gNav--sp ul li a::after {
  content: '';
  position: absolute;
  top: 47%;
  left: 7%;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

body.drawer-opened #page {
  left: -240px;
  box-shadow: 1px 0 2px #000;
  -webkit-box-shadow: 1px 0 2px #000;
}

body.drawer-opened .fixed-content {
  left: -240px;
}

body.drawer-opened #drawernav {
  right: 0;
}

body.drawer-opened #humberger .icon-bar {
  background: #fff;
}

body.drawer-opened #humberger :nth-child(1) {
  transform: translate(0, 10px) rotate(45deg);
  -webkit-transform: translate(0, 10px) rotate(45deg);
}

body.drawer-opened #humberger :nth-child(2) {
  transform: translate(-20px, 0);
  -webkit-transform: translate(-20px, 0);
  opacity: 0;
}

body.drawer-opened #humberger :nth-child(3) {
  transform: translate(0, -10px) rotate(-45deg);
  -webkit-transform: translate(0, -10px) rotate(-45deg);
}

body.drawer-opened #overlay {
  z-index: 3;
  opacity: 0.3;
  left: -240px;
}

@media (min-width: 960px) {
  .header--pc {
    width: 210px;
    min-height: 100vh;
    height: 100%;
    -webkit-box-shadow: 2px 0px 2px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 0px 2px 0px rgba(0, 0, 0, 0.05);
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    padding-bottom: 5%;
  }

  .header__logo {
    position: relative;
    padding: 15% 0 0 0;
    text-align: center;
  }

  .header__logo::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -26px;
    background: url(../img/common/img_bg01.svg) no-repeat;
    background-size: cover;
    width: 184px;
    height: 114px;
  }

  .header__logo a {
    position: relative;
    margin: 0 auto 15%;
  }

  .header__logo img {
    width: 92px;
  }

  .header--sp {
    display: none;
  }

  .header--pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .header--pc ul {
    margin: auto;
  }

  .header--pc li {
    list-style-type: none;
    display: block;
    text-align: center;
    margin-bottom: 15%;
    position: relative;
  }

  .header--pc li a {
    position: relative;
    display: inline-block;
    padding-top: 40px;
    color: #26282C;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.8rem;
  }

  .header--pc li a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 32px;
    height: 32px;
  }

  .header--pc li a::before {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: "";
    display: inline-block;
    width: 0;
    height: 2px;
    background: #4B990B;
    -webkit-transition: .2s;
    transition: .2s;
  }

  .header--pc li a:hover::before {
    width: 100%;
  }

  .header--pc li.active a::before {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: "";
    display: inline-block;
    width: 100%;
    height: 2px;
    background: #4B990B;
    -webkit-transition: .2s;
    transition: .2s;
  }

  .header--pc .gNav--pc--about::after {
    background: url(../img/common/icon_header.png) no-repeat 0 0;
    background-size: cover;
  }

  .header--pc .gNav--pc--service::after {
    background: url(../img/common/icon_header.png) no-repeat -32px 0;
    background-size: cover;
  }

  .header--pc .gNav--pc--news::after {
    background: url(../img/common/icon_header.png) no-repeat -64px 0;
    background-size: cover;
  }

  .header--pc .gNav--pc--recruite::after {
    background: url(../img/common/icon_header.png) no-repeat -96px 0;
    background-size: cover;
  }

  .header--pc .gNav--pc--contact::after {
    background: url(../img/common/icon_header.png) no-repeat -128px 0;
    background-size: cover;
  }

  .header__address {
    display: block;
    margin: 40px auto 0;
    background: #F5F2DF;
    padding: 20px;
    font-size: 1.4rem;
  }

  .header__address span {
    font-size: 2.4rem;
    font-weight: 600;
    display: block;
    line-height: 3.4rem;
  }
}

/* =============================

main

==============================*/
main {
  padding-top: 100px;
}

/* head
-------------------------*/
.head__ttl {
  position: relative;
  padding-top: 40px;
}

.head__ttl h1 {
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

.head__ttl span {
  display: inline-block;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  background: #fff;
  font-size: 2.0rem;
  padding: 8px;
  letter-spacing: 0.25rem;
}

.head__ttl--line h1 span {
  text-align: start;
}

.head__pankuzu {
  display: none;
}

.head .pNav {
  margin: 16px auto 36px;
}

.head .pNav__list--item {
  list-style-type: none;
  text-align: center;
  margin-bottom: 8px;
}

/* cnt
-------------------------*/
.cnt {
  padding: 36px 0;
}

.cnt__inner {
  width: 96%;
  margin: auto;
}

.cnt__ttl {
  position: relative;
  text-align: center;
  margin-bottom: 24px;
}

.cnt__ttl span {
  position: relative;
  font-size: 2.2rem;
  font-weight: 600;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #4B990B;
  padding-top: 40px;
}

.cnt__ttl span::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/common/icon_cnt__ttl.svg);
  background-size: cover;
  width: 31px;
  height: 28px;
}

.cnt__ttl::before {
  content: '';
  z-index: -1;
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../img/common/img_bg01.svg) no-repeat;
  background-size: cover;
  width: calc(368px / 2);
  height: calc(228px / 2);
}

.cnt__ttl--line span {
  text-align: end;
}

.cnt__ttl--line span::before {
  content: '';
  position: absolute;
  top: 0;
  left: 1.5em;
  background: url(../img/common/icon_cnt__ttl.svg);
  background-size: cover;
  width: 31px;
  height: 28px;
}

.cnt__ttl--h3 {
  text-align: center;
}

.cnt__ttl--h3 span {
  padding-bottom: 8px;
  display: inline-block;
  position: relative;
  color: #4B990B;
  font-size: 2.2rem;
  border-bottom: 2px solid #4B990B;
}

.cnt__ttl--h3 span::before {
  content: '';
  z-index: -1;
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../img/common/img_bg02.svg) no-repeat;
  background-size: cover;
  width: 60px;
  height: 60px;
}

.cnt__txt {
  margin: 16px 0;
}

.cnt__table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px auto;
}

.cnt__table tr {
  border-bottom: 1px solid #C5CBD4;
}

.cnt__table tr:last-child {
  border-bottom: none;
}

.cnt__table thead th {
  text-align: center;
  padding: 8px;
  font-size: 1.7rem;
  color: #4B990B;
}

.cnt__table tbody th {
  background: whitesmoke;
  padding: 4px 8px;
  min-width: 140px;
  letter-spacing: 0.15rem;
}

.cnt__table tbody td {
  padding: 8px;
}

/* Google map
--------------------*/
.map {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

@media (min-width: 960px) {
  main {
    padding-top: 0;
    width: calc(100% - 210px);
  }

  /* head
-------------------------*/
  .head__inner {
    padding: 2% 5%;
    min-width: 1000px;
  }

  .head__ttl {
    padding-top: 0;
    height: 200px;
  }

  .head__ttl h1 {
    top: 0;
    right: auto;
    width: calc(95% - 814px);
  }

  .head__ttl span {
    font-size: 2.4rem;
    padding: 0;
  }

  .head__img {
    position: absolute;
    right: 0;
    width: 814px;
    height: 200px;
  }

  .head__pankuzu {
    display: block;
  }

  .head__pankuzu__list {
    list-style-type: none;
  }

  .head__pankuzu li {
    display: inline-block;
    color: #707682;
    font-size: 1.5rem;
    padding-right: 8px;
  }

  .head__pankuzu li::after {
    content: '>';
    padding-left: 16px;
  }

  .head__pankuzu li:last-child::after {
    content: '';
  }

  .head__pankuzu a {
    color: #707682;
  }

  .head .pNav {
    margin: 16px auto;
    width: 833px;
  }

  .head .pNav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .head .pNav__list--item {
    margin-bottom: 0;
  }

  .head .pNav .btn {
    width: 400px;
    max-width: initial;
  }

  .cnt {
    position: relative;
    padding: 56px 0;
    min-width: 1150px;
  }

  .cnt:last-child {
    padding-bottom: 160px;
  }

  .cnt__inner {
    width: 982px;
    margin: auto;
    position: relative;
  }

  .cnt__inner--pd {
    padding-top: 80px;
  }

  .cnt__ttl {
    position: absolute;
    top: 0;
    left: -2.5em;
    text-align: left;
    margin-bottom: 24px;
  }

  .cnt__ttl span {
    position: relative;
    font-size: 3.0rem;
    padding: 48px 0 8px 0;
    letter-spacing: 0.2rem;
    display: block;
  }

  .cnt__ttl span::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: url(../img/common/icon_cnt__ttl.svg);
    background-size: cover;
    width: 38px;
    height: 34px;
  }

  .cnt__ttl::before {
    content: '';
    z-index: -1;
    position: absolute;
    top: -10px;
    left: 0;
    right: auto;
    margin: auto;
    background: url(../img/common/img_bg01.svg) no-repeat;
    background-size: cover;
    width: 185px;
    height: 114px;
  }

  .cnt__ttl::after {
    content: '';
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 2px;
    height: 120px;
    background: #4B990B;
  }

  .cnt__txt {
    margin: 16px 0;
  }

  .cnt__table tbody th {
    padding: 8px 24px;
  }

  .cnt__table tbody td {
    padding: 8px 24px;
  }

  .map {
    width: 100%;
    padding-bottom: 420px;
  }

  .map iframe {
    height: 420px !important;
  }
}

/* =============================

footer

==============================*/
.footer {
  width: 100%;
  border: 16px solid #eef7e3;
}

.footer__inner {
  position: relative;
  padding: 100px 0 36px 0;
}

.footer__box {
  position: relative;
}

.footer__nav {
  display: none;
}

.footer__logo {
  position: absolute;
  top: -28px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

.footer__logo img {
  width: calc(132px / 2);
}

.footer__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer__address {
  font-size: 1.6rem;
}

.footer__address .tel {
  font-weight: 600;
  font-size: 2.1rem;
  color: #4B990B;
}

.copy {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  margin: 8px auto 0;
}

@media (min-width: 960px) {
  .footer {
    width: 100%;
    min-width: 1200px;
    border: 30px solid #eef7e3;
    position: relative;
  }

  .footer__inner {
    position: relative;
    width: 90%;
    min-width: 1100px;
    margin: auto;
    padding: 40px 0;
  }

  .footer__box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 60%;
  }

  .footer__nav li {
    display: inline-block;
    list-style-type: none;
    margin-right: 40px;
  }

  .footer__nav li:first-child {
    display: block;
    width: 100%;
  }

  .footer__nav a {
    display: inline-block;
    text-decoration: none;
    color: #26282C;
    font-size: 1.5rem;
    position: relative;
    padding-left: 16px;
  }

  .footer__nav a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -6px;
    background: #fff;
    border: 2px solid #4B990B;
    border-radius: 20px;
    width: 12px;
    height: 12px;
  }

  .footer__nav a::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: "";
    display: inline-block;
    width: 0;
    height: 2px;
    background: #4B990B;
    -webkit-transition: .2s;
    transition: .2s;
  }

  .footer__nav a:hover::after {
    width: 100%;
  }

  .footer__nav .list--2nd {
    display: inline-block;
    margin-left: 40px;
  }

  .footer__nav .list--2nd li {
    display: inline-block;
    width: auto;
  }

  .footer__nav .list--2nd li::after {
    content: '/';
  }

  .footer__nav .list--2nd li:last-child::after {
    content: '';
  }

  .footer__nav .list--2nd a {
    padding-left: 0;
    margin-right: 40px;
  }

  .footer__nav .list--2nd a::before {
    border: none;
    background: none;
  }

  .footer__logo {
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    margin: auto;
    width: 144px;
  }

  .footer__logo a {
    -webkit-transition: .3s;
    transition: .3s;
    position: relative;
    display: block;
    width: 144px;
  }

  .footer__logo a:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    opacity: 1;
  }

  .footer__logo a:hover::after {
    content: 'ページトップへ';
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    margin: auto;
    font-weight: 600;
    font-size: 1.4rem;
    color: #4B990B;
    text-decoration: none;
  }

  .footer__logo img {
    width: 80px;
  }

  .footer__contact {
    display: block;
    width: auto;
  }

  .footer__address {
    font-size: 1.6rem;
  }

  .footer__address .tel {
    font-weight: 600;
    font-size: 2.6rem;
    letter-spacing: 0.15rem;
    color: #4B990B;
    margin-right: 24px;
  }

  .footer .btn__inner {
    text-align: left;
    margin-top: 0;
  }

  .footer .btn {
    width: 400px;
    max-width: initial;
  }

  .copy {
    position: absolute;
    bottom: -28px;
    text-align: center;
    margin: 0 auto;
  }
}

/* =============================

index

==============================*/
.hero {
  padding: 3%;
  position: relative;
  z-index: -1;
}

.hero__bg {
  background: url(../img/index/photo_hero-sp.jpg) no-repeat;
  background-size: cover;
  background-position: center top;
  width: 100%;
  min-height: 550px;
  height: 80vh;
}

.hero__copy {
  position: absolute;
  top: 10%;
  left: 2%;
  background: #fff;
  padding: 16px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: .15rem;
  color: #4B990B;
}

/* 事業所案内
--------------------*/
.slider {
  margin-bottom: 24px;
}

.slider img {
  max-width: initial;
  width: 180px;
}

/* でいさーびす・住宅型有料老人ホーム
--------------------*/
.cnt__ttl--service {
  text-align: center;
  padding-bottom: 24px;
}

.cnt__ttl--service span {
  display: inline-block;
  line-height: 3.4rem;
  padding-top: 45px;
  position: relative;
  color: #4B990B;
  font-size: 2.2rem;
  border-bottom: 2px solid #4B990B;
}

.cnt__ttl--service span::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 45px;
  height: 45px;
}

.cnt__day--home {
  background: #faf7e8;
}

.cnt__day--home .cnt__ttl--service span::before {
  background: url(../img/index/icon_service01.svg) no-repeat;
  background-size: cover;
}

.cnt__housing--home {
  background: #eef7e3;
}

.cnt__housing--home .cnt__ttl--service span::before {
  background: url(../img/index/icon_service02.svg) no-repeat;
  background-size: cover;
}

/* お知らせ
--------------------*/
.news__list {
  list-style-type: none;
}

.news__list--item {
  padding: 16px 0;
  border-bottom: 1px solid #ebedf0;
}

.news__list--item:first-child {
  padding-top: 0;
}

.news__list--item:last-child {
  border-bottom: none;
}

.news__list a {
  text-decoration: none;
  color: #26282C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.news__list a span {
  display: inline-block;
}

.news__list .thumb {
  width: 100px;
  height: 100px;
  overflow: hidden;
  position: relative;
  border-radius: 50%;
}

.news__list .thumb img {
  max-width: initial;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
}

.news__list .news {
  width: calc(100% - 100px - 16px);
}

.news__list .date {
  color: #6a6f7a;
  font-size: 1.3rem;
  margin-right: 8px;
  line-height: 2.2rem;
}

.news__list .cat {
  color: #fff;
  background: #4B990B;
  line-height: 2.2rem;
  font-size: 1.2rem;
  padding: 0 16px;
  border-radius: 25px;
}

.news__list .ttl {
  display: block;
  padding: 8px 0;
}

/* 採用情報
--------------------*/
.cnt__recruit--home .recruit__list {
  list-style-type: none;
}

.cnt__recruit--home .recruit__list--item {
  margin-bottom: 16px;
}

@media (min-width: 960px) {
  .hero__bg {
    background: url(../img/index/photo_hero-pc.jpg) no-repeat;
    background-size: cover;
    background-position: center bottom;
    width: 100%;
    min-height: 630px;
    height: 70vh;
  }

  .hero__copy {
    position: absolute;
    left: 48px;
    background: #fff;
    padding: 24px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 2.0rem;
    font-weight: 600;
    letter-spacing: .2rem;
    line-height: 3.8rem;
  }

  /* 事業所案内
--------------------*/
  .cnt__about--home .cnt__inner {
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cnt__about--home .btn__inner {
    margin: auto;
  }

  .slider {
    margin-bottom: 24px;
  }

  .slider img {
    max-width: initial;
    width: 310px;
  }

  /* でいさーびす・住宅型有料老人ホーム
--------------------*/
  .cnt__day--home .cnt__inner {
    padding-top: 0;
  }

  .cnt__day--home .grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 500px;
    grid-template-columns: 1fr 500px;
  }

  .cnt__day--home .grid .cnt__ttl--service {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    padding-bottom: 0;
  }

  .cnt__day--home .grid .cnt__txt {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
  }

  .cnt__day--home .grid .btn__inner {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3 / 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    margin: 0;
  }

  .cnt__day--home .grid img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1 / 4;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    padding-left: 36px;
  }

  .cnt__housing--home .cnt__inner {
    padding-top: 0;
  }

  .cnt__housing--home .grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 500px 1fr;
    grid-template-columns: 500px 1fr;
  }

  .cnt__housing--home .grid .cnt__ttl--service {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    padding-bottom: 0;
  }

  .cnt__housing--home .grid .cnt__txt {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
  }

  .cnt__housing--home .grid .btn__inner {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3 / 4;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    margin: 0;
  }

  .cnt__housing--home .grid img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1 / 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    padding-right: 36px;
  }

  .cnt__ttl--service {
    text-align: center;
  }

  .cnt__ttl--service span {
    line-height: 4.0rem;
    padding-top: 55px;
    font-size: 2.6rem;
  }

  .cnt__ttl--service span::before {
    width: 60px;
    height: 60px;
  }

  /* お知らせ
--------------------*/
  .cnt__ttl--home {
    left: 16px;
  }

  .cnt__news--home .cnt__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .cnt__news--home .cnt__inner .news__list {
    width: 880px;
  }

  .cnt__news--home .btn__inner {
    margin: 24px 0 0;
  }

  .news__list .thumb {
    width: 110px;
    height: 110px;
    overflow: hidden;
    position: relative;
    border-radius: 50%;
  }

  .news__list .news {
    width: calc(100% - 110px - 24px);
  }

  .news__list .date {
    font-size: 1.6rem;
    margin-right: 16px;
    line-height: 2.6rem;
  }

  .news__list .cat {
    line-height: 2.6rem;
    font-size: 1.6rem;
    padding: 0 16px;
    border-radius: 25px;
  }

  /* 採用情報
--------------------*/
  .cnt__recruit--home {
    padding: 0 0 80px;
  }

  .cnt__recruit--home .cnt__ttl {
    z-index: 1;
  }

  .cnt__recruit--home .recruit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cnt__recruit--home .recruit img {
    width: 386px;
  }

  .cnt__recruit--home .recruit__box {
    margin-left: 48px;
  }

  .cnt__recruit--home .recruit__list {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cnt__recruit--home .recruit__list--item {
    margin-bottom: 16px;
  }

  .cnt__recruit--home .recruit .btn {
    width: 268px;
  }
}

/* =============================

about

==============================*/
/* =============================
office
==============================*/
.cnt__txt--right {
  text-align: right;
}

.cnt__table--office tbody th {
  background: #4B990B;
  color: #fff;
}

.office__img--pc {
  display: none;
}

@media (min-width: 960px) {
  .office__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .office__box .box__inner--img {
    width: 40%;
    position: relative;
  }

  .office__box .box__inner--img::before {
    content: '';
    position: absolute;
    display: block;
    bottom: 45px;
    left: -25px;
    width: 100%;
    height: 50%;
    background: #f8f0c6;
    z-index: -1;
  }

  .office__box .box__inner--txt {
    width: 56%;
  }

  .office__box .box__inner--txt .cnt__txt {
    margin-bottom: 32px;
  }

  .office__img--sp {
    display: none;
  }

  .office__img--pc {
    display: block;
  }

  .office__img img {
    width: 100%;
  }
}

/* =============================

service

==============================*/
.cnt__greeting {
  padding-top: 0;
}

.cnt__greeting .greeting__ttl {
  text-align: center;
  margin: 0 auto 24px;
}

.cnt__greeting .greeting__ttl span {
  color: #4B990B;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #e9fcda));
  background: linear-gradient(transparent 60%, #e9fcda 0%);
  display: inline-block;
}

.cnt__greeting .greeting__list {
  background: #fff7e9;
  padding: 5%;
  border-radius: 5px;
}

.cnt__greeting .greeting__list li {
  list-style: none;
}

.cnt__greeting .greeting__list li+li {
  margin-top: 16px;
}

.cnt__greeting .greeting__list li::before {
  content: '●';
  color: #EDD76B;
  padding-right: 8px;
}

.day__img img {
  padding-right: 8px;
}

.cnt__txt--ce {
  text-align: center;
}

.schedule--day dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  margin-bottom: 24px;
}

.schedule--day dl dt {
  position: relative;
  display: inline-block;
  text-align: center;
  color: #4B990B;
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 16px;
  line-height: 80px;
  width: 80px;
  background: #fff;
}

.schedule--day dl dt::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  border: 2px solid #EDD76B;
  border-radius: 50px;
}

.schedule--day dl dt.last {
  margin-bottom: 0;
}

.schedule--day dl dd {
  width: calc(100% - 80px - 8px);
  background: #fbf6dd;
  border-radius: 10px;
  padding: 8px;
  margin-top: -16px;
}

.schedule--day dl dd::before {
  z-index: -1;
  content: '';
  position: absolute;
  top: 0;
  left: 40px;
  width: 2px;
  height: 100%;
  background: #EDD76B;
}

.schedule--housing ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 24px;
  list-style-type: none;
  text-align: center;
}

.schedule--housing ul li {
  width: 49%;
  margin-bottom: 2%;
  padding: 8px;
  background: #fdfbef;
  border-radius: 10px;
  border: 2px solid #EDD76B;
  line-height: 3.0rem;
}

.schedule--housing ul li span {
  display: inline-block;
  color: #4B990B;
  font-size: 2.4rem;
  font-weight: 600;
  width: 100%;
}

.service__list {
  list-style-type: none;
}

.service__list li {
  padding: 24px 16px 16px 16px;
  margin-bottom: 16px;
  border-radius: 10px;
}

.service__list li:nth-of-type(1) {
  background: #ffefe8;
}

.service__list li:nth-of-type(2) {
  background: #e4f2f5;
}

.service__list li:nth-of-type(3) {
  background: #fff7e9;
}

.service__list .service__list--ttl {
  text-align: center;
  font-weight: 600;
  font-size: 1.8rem;
  padding: 8px;
  background: #fff;
  border-radius: 5px;
  border-bottom: 2px solid #ccc;
}

.cnt__table--service tbody th,
.cnt__table--price tbody th {
  width: 100px;
}

/* =============================
day
==============================*/
@media (min-width: 960px) {
  .cnt__greeting {
    padding-top: 56px;
  }

  .cnt__greeting .greeting__ttl {
    text-align: center;
    margin: 0 auto 32px;
    position: relative;
  }

  .cnt__greeting .greeting__ttl::before {
    content: '';
    z-index: -1;
    position: absolute;
    top: -35px;
    left: 0;
    right: 0;
    opacity: .6;
    margin: auto;
    background: url(../img/common/img_bg02.svg) no-repeat;
    background-size: cover;
    width: 80px;
    height: 80px;
  }

  .cnt__greeting .greeting__ttl span {
    font-size: 3.0rem;
  }

  .cnt__greeting .greeting__list {
    padding: 32px;
    border-radius: 10px;
  }

  .cnt__greeting .cnt__txt {
    text-align: center;
  }

  .head--service .pNav {
    width: 100%;
  }

  .head--service .pNav__list .pNav__list--item {
    width: 24.5%;
  }

  .head--service .pNav__list .btn {
    width: 100%;
  }

  .cnt__txt--ce {
    margin: 36px 0;
  }

  .schedule {
    width: 640px;
    margin: auto;
  }

  .service__list {
    width: 800px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .service__list li {
    width: 49%;
  }

  .service__list li:nth-of-type(1) {
    width: 100%;
    margin-bottom: 2%;
  }

  .service__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .service__box .box__inner--img {
    width: 40%;
    height: auto;
  }

  .service__box .box__inner--txt {
    width: 58%;
  }

  .cnt__table--service {
    width: auto;
  }

  .cnt__table--service tbody th {
    width: auto;
  }

  #service3 {
    margin-bottom: 56px;
  }

  .td--center {
    text-align: center;
  }

  .cnt__table--price {
    width: 400px;
  }

  .cnt__table--width {
    width: 500px;
  }

  .cnt__table--width tbody th {
    width: 220px;
  }
}

/* =============================

recruit

==============================*
/*アコーディオン*/
.cnt__accordion {
  width: 100%;
  padding: 20px 0;
}

.accordionlist dt {
  display: block;
  background: #fff;
  margin-bottom: 8px;
  border: 1px solid #C5CBD4;
  padding: 20px 0 5px 8px;
}

.accordionlist dt .title {
  padding-left: 10px;
  float: left;
}

.accordionlist dt .title span {
  font-weight: 600;
  display: inline-block;
}

.accordionlist dd {
  display: none;
  background: #fff;
  padding-bottom: 20px;
}

.accordion_icon,
.accordion_icon span {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.accordion_icon {
  position: relative;
  width: 30px;
  height: 30px;
  float: right;
  margin: 5px 5px 0 0;
}

.accordion_icon span {
  position: absolute;
  left: 6px;
  width: 50%;
  height: 2px;
  background-color: #4B990B;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
}

.accordion_icon span:nth-of-type(1) {
  top: 5px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

.accordion_icon span:nth-of-type(2) {
  top: 5px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

/*＋、－切り替え*/
.accordion_icon.active span:nth-of-type(1) {
  display: none;
}

.accordion_icon.active span:nth-of-type(2) {
  top: 5px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.cnt__table--recruit tbody tr {
  border: none;
}

.cnt__table--recruit tbody th {
  display: block;
  width: 100%;
}

.cnt__table--recruit tbody td {
  display: block;
  width: 100%;
  padding-bottom: 24px;
}

.cnt__recruit .btn__inner {
  margin-top: 0;
}

@media (min-width: 960px) {
  .cnt__recruit .cnt__inner {
    padding-top: 0;
  }

  .cnt__recruit .btn__inner .btn {
    width: 420px;
    max-width: initial;
  }

  .cnt__accordion {
    width: 80%;
    margin: auto;
  }

  .accordionlist dt {
    cursor: pointer;
  }

  .cnt__table--recruit tbody tr {
    border-bottom: 1px solid #C5CBD4;
  }

  .cnt__table--recruit tbody th {
    display: table-cell;
    width: auto;
  }

  .cnt__table--recruit tbody td {
    display: table-cell;
    width: auto;
    padding-bottom: 8px;
  }

  .cnt__recruit .btn__inner {
    margin-top: 0;
  }
}

/* =============================

contact

==============================*/
.cnt__table--contact {
  margin: 0 auto;
}

.cnt__table--contact tr {
  border-bottom: none;
}

.cnt__table--contact th,
.cnt__table--contact td {
  display: block;
}

.cnt__table--contact th {
  text-align: left;
}

.cnt__table--contact .label {
  color: #e21111;
  font-size: 1.4rem;
}

.cnt__table--contact td {
  margin-bottom: 16px;
}

.cnt__table--contact input,
.cnt__table--contact textarea {
  width: 100%;
  padding: 8px;
  border: 1px solid #C5CBD4;
  border-radius: 5px;
}

.cnt__table--contact select {
  width: 100%;
  padding: 8px;
  border: 1px solid #C5CBD4;
}

.cnt__table--contact textarea {
  min-height: 150px;
}

.policy {
  text-align: center;
  margin-bottom: 32px;
}

.form__btn {
  text-align: center;
}

.form__btn input {
  text-decoration: none;
  padding: 10px 0;
  text-align: center;
  border-radius: 50px;
  background: #EDD76B;
  width: 70%;
  max-width: 300px;
  display: inline-block;
  letter-spacing: .1rem;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
  border: solid 2px #EDD76B;
  border-bottom: 2px solid #DEAF2C;
  font-weight: 600;
  font-size: 1.6rem;
  margin-bottom: 16px;
}

.form__btn .reset input {
  background: whitesmoke;
  border: solid 2px whitesmoke;
  border-bottom: 2px solid #C5CBD4;
}

.cnt__txt--thanks {
  text-align: center;
  margin: 48px auto;
}

@media (min-width: 960px) {
  .cnt__table--contact {
    width: 80%;
    min-width: 800px;
    margin: 0 auto 32px;
  }

  .cnt__table--contact tr {
    border-bottom: 1px solid #C5CBD4;
  }

  .cnt__table--contact tr:last-child {
    border-bottom: none;
  }

  .cnt__table--contact th,
  .cnt__table--contact td {
    display: table-cell;
  }

  .cnt__table--contact td {
    margin-bottom: 24px;
  }

  .form__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .form__btn .submit,
  .form__btn .reset {
    width: 300px;
  }

  .form__btn input {
    width: 90%;
  }
}

.policy__list {
  margin-bottom: 36px;
}

.policy__list h3 {
  font-size: 1.8rem;
  font-weight: 500;
  height: auto;
  padding-bottom: 8px;
  margin-bottom: 16px;
  line-height: 1.8rem;
  border-bottom: 1px solid #C5CBD4;
}

.policy__list p {
  width: 94%;
  margin: 0 auto;
}

.policy__list ul {
  width: 90%;
  margin: 10px auto 0;
}

.policy__list ul li {
  list-style-type: disc;
  line-height: 1.2em;
  padding: 6px 0;
}

.name p {
  width: 100%;
  font-weight: 500;
  font-size: 16px;
}

/* =============================

policy

==============================*/
/*# sourceMappingURL=style.css.map */


/* =============================
追加20240312
==============================*/
@media (min-width: 960px) {
    .btn_info { position: absolute; top: -40px; right: 0; }
    .btn_info .btn { width: 400px; max-width: 400px;}
 }
.btn_info { margin-bottom: 40px;}
.btn_info .btn { width: 300px; max-width: 300px;}


