@charset "UTF-8";
/*//////////////////////////////////////////////////////////

Copyright (C) hige-good-works All Rights Reserved.
------------------------------------------------------------
CSS information
 file name  :  reset.css
 style info :  リセットファイル
 admin info :  hige-good-works

//////////////////////////////////////////////////////////*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio[controls],
canvas,
video {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

html {
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body,
div,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
ul {
  margin: 0;
  padding: 0;
}

body,
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
}

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

b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

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

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}
q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: 75%;
}

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

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

dd {
  margin: 0px;
}

nav ul,
nav ol {
  list-style: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

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

figure,
form {
  margin: 0;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  *margin-left: -7px;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
  *overflow: visible;
}

button {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}

img,
abbr,
acronym,
fieldset {
  border: 0;
}

li {
  list-style: none;
}

/*画像を縦に並べた時に余白が出ないように*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/*box-sizingを全ブラウザに対応*/
* {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.ie6_error,
.no_script {
  background: #f66;
  padding: 100px;
  text-align: center;
  font-size: 150%;
  color: #333;
}

.flt {
  float: left;
}

.flr {
  float: right;
}

.txt_l,
td.txt_l,
.txt_l td {
  text-align: left;
}

.txt_r,
td.txt_r,
.txt_r td {
  text-align: right;
}

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

.valign_t,
td.valign_t,
.valign_t td {
  vertical-align: top;
}

.valign_m,
td.valign_m,
.valign_m td {
  vertical-align: middle;
}

.valign_b,
td.valign_b,
.valign_b td {
  vertical-align: bottom;
}

.clear {
  clear: both;
}

.clearfix {
  zoom: 1;
}
.clearfix:before {
  content: "";
  display: block;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.img_bd {
  border: solid 1px #e8e8e8;
}

.c_red {
  color: #ff3425;
}

.w200 {
  font-weight: 200;
}

.w300 {
  font-weight: 300;
}

.w400 {
  font-weight: 400;
}

.w500 {
  font-weight: 500;
}

.green {
  color: #abd19c;
}

.orange {
  color: #fc824a;
}

.gray {
  color: #af9e9e;
}

.lightOrange {
  color: #fcc998;
}

.blue {
  color: #94cfca;
}

.purple {
  color: #aaa4c8;
}

.textC {
  text-align: center;
}

.sp,
.tab {
  display: none;
}

.pc {
  display: block;
}

@media screen and (max-width: 1080px) {
  .sp,
  .pc {
    display: none !important;
  }
  .tab {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .pc,
  .tab {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
@media screen and (max-width: 1080px) {
  .sp,
  .pc {
    display: none;
  }
  .tab {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .pc,
  .tab {
    display: none;
  }
  .sp {
    display: block;
  }
}
.caption {
  font-size: 0.8125em;
  line-height: 1.7;
  letter-spacing: 0.04em;
}

.textS {
  font-size: 0.875em;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.textN {
  font-size: 0.9375em;
  line-height: 1.95;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .textN {
    letter-spacing: 0.04em;
    font-size: 0.875em;
    line-height: 1.9;
  }
}

.textN2 {
  font-size: 1.063em;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .textN2 {
    letter-spacing: 0.04em;
    font-size: 0.9375em;
    line-height: 1.9;
  }
}

.textL {
  font-size: 1.125em;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .textL {
    letter-spacing: 0.04em;
    font-size: 1.0625em;
    line-height: 1.9;
  }
}

.textL2 {
  font-size: 1.25em;
  line-height: 1.9;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .textL2 {
    font-size: 1.2em;
    line-height: 1.9;
  }
}

.textB {
  font-size: 1.5em;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1080px) {
  .textB {
    font-size: 1.375em;
    line-height: 1.7;
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 767px) {
  .textB {
    font-size: 1.25em;
    line-height: 1.7;
  }
}

.headingS {
  font-size: 1.625em;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1080px) {
  .headingS {
    font-size: 1.5em;
    line-height: 1.8;
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 767px) {
  .headingS {
    font-size: 1.375em;
    line-height: 1.7;
  }
}

.headingN {
  font-size: 1.875em;
  line-height: 2;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1080px) {
  .headingN {
    font-size: 1.625em;
    line-height: 1.8;
    letter-spacing: 0.06em;
  }
}
@media screen and (max-width: 767px) {
  .headingN {
    font-size: 1.5em;
    line-height: 1.8;
    letter-spacing: 0.05em;
  }
}

.headingL {
  font-size: 2.5em;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1080px) {
  .headingL {
    font-size: 1.875em;
    line-height: 1;
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 767px) {
  .headingL {
    font-size: 1.625em;
    line-height: 1;
  }
}

.gothic {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}

.en {
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
}

.attention,
span.attention {
  position: relative;
  padding-left: 20px;
}
.attention::before,
span.attention::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

span.attention {
  margin-top: 0px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  span.attention {
    padding-left: 0px;
  }
  span.attention::before {
    left: -20px;
  }
}

.scroll-attention {
  display: none;
}
@media screen and (max-width: 767px) {
  .scroll-attention {
    display: block;
    margin-bottom: 10px;
    font-weight: 500;
  }
}
.scroll-attention .ico {
  width: 8px;
  vertical-align: middle;
  margin-left: 10px;
  -webkit-animation: right 1s infinite;
          animation: right 1s infinite;
}
@-webkit-keyframes right {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  20% {
    -webkit-transform: translatex(5px);
            transform: translatex(5px);
  }
  40% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@keyframes right {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  20% {
    -webkit-transform: translatex(5px);
            transform: translatex(5px);
  }
  40% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

.coment-atn {
  position: relative;
  padding-left: 12px;
}
.coment-atn::before {
  content: "※";
  position: absolute;
  left: -3px;
  top: 0px;
}

html {
  width: 100%;
}

body {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  z-index: 2;
  position: relative;
  font: 300 16px/2 "Zen Maru Gothic", sans-serif;
  letter-spacing: 0.05em;
  color: #453232;
  text-align: left;
}
@media screen and (max-width: 767px) {
  body {
    letter-spacing: 0.04em;
    line-height: 1.65;
  }
}

body a {
  text-decoration: none;
  color: #453232;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
body a:link, body a:active, body a:visited {
  text-decoration: none;
}

#container {
  position: relative;
}
#container .container {
  z-index: 3;
  position: relative;
}

.radius10 {
  border-radius: 10px;
}

.radius20 {
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .radius20 {
    border-radius: 10px;
  }
}

.inner_wide {
  width: 100%;
  margin: auto;
  padding: 0 8vw;
  z-index: 2;
  position: relative;
  margin-top: 150px;
}
@media screen and (max-width: 1080px) {
  .inner_wide {
    padding: 0 60px;
    margin-top: 120px;
  }
}
@media screen and (max-width: 767px) {
  .inner_wide {
    padding: 0 30px;
    margin-top: 100px;
  }
}
@media screen and (max-width: 400px) {
  .inner_wide {
    padding: 0 24px;
  }
}
.inner_wide::after {
  content: "";
  display: block;
  clear: both;
}

.inner_midi {
  max-width: 1080px;
  margin: auto;
}
@media screen and (max-width: 1280px) {
  .inner_midi {
    padding: 0 8vw;
  }
}
@media screen and (max-width: 1080px) {
  .inner_midi {
    width: 100%;
    padding: 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .inner_midi {
    padding: 0 30px;
  }
}
@media screen and (max-width: 400px) {
  .inner_midi {
    padding: 0 24px;
  }
}

.header {
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 12;
  margin: auto;
  height: 70px;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .header {
    height: 60px;
  }
}
.header_left .logo {
  width: 176px;
  display: block;
  margin: 12px 0 0 20px;
}
@media screen and (max-width: 767px) {
  .header_left .logo {
    width: 160px;
    margin: 8px 0 0 20px;
  }
}
.header .gnavi {
  z-index: 3;
  right: 0;
  top: 0;
  max-width: 540px;
  width: 100%;
  position: absolute;
}
@media screen and (max-width: 1080px) {
  .header .gnavi {
    display: none;
  }
}
.header .gnavi .list_menu {
  position: absolute;
  right: 40px;
  top: 12px;
}
@media screen and (max-width: 1080px) {
  .header .gnavi .list_menu {
    position: relative;
  }
}
.header .gnavi .list_menu_inner {
  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;
}
.header .gnavi .list_menu .menu {
  display: block;
  padding: 10px 14px;
}
.header .gnavi .list_menu .menu::before {
  top: 20px;
}
.header .gnavi .list_menu .plus {
  position: relative;
  padding-right: 18px;
  margin-right: 20px;
  cursor: pointer;
}
.header .gnavi .list_menu .plus::after {
  content: "";
  display: block;
  position: fixed;
  width: 100%;
  height: 100svh;
  top: 0;
  opacity: 0;
  left: 0;
  background: #453232;
  visibility: hidden;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.header .gnavi .list_menu .plus span {
  width: 11px;
  height: 11px;
  display: block;
  position: absolute;
  right: 0px;
  top: 17px;
}
.header .gnavi .list_menu .plus span::before, .header .gnavi .list_menu .plus span::after {
  content: "";
  background: #fc824a;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.header .gnavi .list_menu .plus span::before {
  width: 1px;
  height: 11px;
}
.header .gnavi .list_menu .plus span::after {
  width: 11px;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  height: 1px;
}
.header .gnavi .list_menu .plus.active::after {
  opacity: 0.3;
  visibility: visible;
}
.header .gnavi .list_menu .plus.active span::before {
  height: 0px;
}
.header .gnavi .list_menu .children {
  background: #ffffff;
  position: fixed;
  top: 60px;
  padding: 30px 40px;
  border-radius: 80px 0 80px 80px;
  display: none;
}
.header .gnavi .list_menu .children .list_flex {
  z-index: 2;
  position: relative;
}
.header .gnavi .list_menu .children ul {
  padding: 0 20px;
}
.header .gnavi .list_menu .plus1 {
  right: 180px;
}
.header .gnavi .list_menu .plus2 {
  right: 70px;
}

.home .header {
  background: transparent;
}
@media screen and (max-width: 1080px) {
  .home .header {
    background: #ffffff;
  }
}
.home .header.white {
  background: #ffffff;
}

.gnaviBg {
  position: fixed;
  width: 100%;
  height: 100svh;
  top: 0;
  opacity: 0.3;
  left: 0;
  background: #453232;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.gnaviBg.active {
  opacity: 0.3;
  visibility: visible;
}

.list_menu .children .list_flex {
  max-width: 1050px;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.list_menu .children ul li a {
  display: block;
  padding: 12px 20px 12px 10px;
  position: relative;
  line-height: 1;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  border-bottom: 1px solid #efe9e9;
}
@media screen and (max-width: 1280px) {
  .list_menu .children ul li a {
    line-height: 1.6;
  }
}
.list_menu .children ul li a:hover {
  background: #efe9e9;
}
.list_menu .children ul li a::after {
  content: "";
  display: block;
  width: 6px;
  height: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  -webkit-mask: url(../images/arrow_right2.svg) no-repeat center/100% 100%;
          mask: url(../images/arrow_right2.svg) no-repeat center/100% 100%;
  background: #efe9e9;
}
.list_menu .children ul li a.gaibu::after {
  width: 14px;
  height: 14px;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  -webkit-mask: url(../images/ico_gaibu.svg) no-repeat center/100% 100%;
          mask: url(../images/ico_gaibu.svg) no-repeat center/100% 100%;
  background: #efe9e9;
}
.list_menu .children ul li.purple {
  background: url(../images/footer_ico01.svg) no-repeat left center/40px;
  padding: 5px 0px 5px 46px;
}
.list_menu .children ul li.blue {
  background: url(../images/footer_ico03.svg) no-repeat left center/40px;
  padding: 5px 0px 5px 46px;
}
.list_menu .children ul li.green {
  background: url(../images/footer_ico02.svg) no-repeat left center/40px;
  padding: 5px 0px 5px 46px;
}
.list_menu .children ul li:nth-child(2) {
  margin-top: 6px;
}
.list_menu .children ul li:nth-child(2) a {
  border-top: 1px solid #efe9e9;
}

.wide_menu.rec .children ul {
  padding: 0 !important;
}
.wide_menu.rec .children ul li {
  margin-top: 0;
}
.wide_menu.rec .children ul li:nth-child(2) a {
  border-top: 0;
}

.hamburger {
  display: none;
  z-index: 13;
  top: 0px;
  right: 0;
  margin: auto;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  height: 72px;
  width: 72px;
  position: fixed;
  border-radius: 0 0px 0 6px;
  border: 1px solid #453232;
  background: #453232;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
@media screen and (max-width: 1080px) {
  .hamburger {
    display: block;
    height: 60px;
    width: 60px;
    z-index: 78;
  }
}
.hamburger:hover {
  background: #fcc998;
  border: 1px solid #fcc998;
}
.hamburger span {
  height: 1px;
  width: 38px;
  right: 0;
  left: 0;
  position: absolute;
  margin: auto;
  display: block;
  background: #ffffff;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
}
@media screen and (max-width: 1080px) {
  .hamburger span {
    display: block;
    width: 34px;
  }
}
@media screen and (max-width: 1080px) {
  .hamburger span:nth-child(1) {
    top: 19px;
  }
}
@media screen and (max-width: 767px) {
  .hamburger span:nth-child(1) {
    top: 18px;
  }
}
@media screen and (max-width: 1080px) {
  .hamburger span:nth-child(2) {
    top: 29px;
  }
}
@media screen and (max-width: 767px) {
  .hamburger span:nth-child(2) {
    top: 28px;
  }
}
@media screen and (max-width: 1080px) {
  .hamburger span:nth-child(3) {
    top: 39px;
  }
}
@media screen and (max-width: 767px) {
  .hamburger span:nth-child(3) {
    top: 38px;
  }
}
.hamburger p {
  position: absolute;
  bottom: -3px;
}
.hamburger.active {
  border-radius: 0 6px 0px 0;
}
.hamburger.active span:nth-child(1) {
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  top: 33px;
}
@media screen and (max-width: 1080px) {
  .hamburger.active span:nth-child(1) {
    top: 28px;
  }
}
.hamburger.active span:nth-child(2) {
  right: -10px;
  opacity: 0;
}
.hamburger.active span:nth-child(3) {
  top: 33px;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
@media screen and (max-width: 1080px) {
  .hamburger.active span:nth-child(3) {
    top: 28px;
  }
}

.hamburger-menu {
  display: none;
  z-index: 10;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  margin: auto;
  height: 100svh;
  right: 0;
}
@media screen and (max-width: 1080px) {
  .hamburger-menu {
    top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .hamburger-menu {
    top: 60px;
  }
}
.hamburger-menu::before {
  content: "";
  display: block;
  width: 100%;
  height: 100svh;
  position: fixed;
  top: 0;
  right: 0;
  background: #453232;
  opacity: 0.3;
  z-index: -3;
}
@media screen and (max-width: 1080px) {
  .hamburger-menu .children ul {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1080px) {
  .hamburger-menu .menu {
    display: block;
    margin-top: 20px;
  }
}
@media screen and (max-width: 1080px) {
  .hamburger-menu .plus2 ul {
    margin-top: 0px;
  }
}
.hamburger-menu .list_menu {
  background: #ffffff;
  padding: 0 60px;
  z-index: 3;
  width: 80%;
  position: absolute;
  right: 0;
  height: 100svh;
}
@media screen and (max-width: 767px) {
  .hamburger-menu .list_menu {
    width: 100%;
    padding: 0 30px;
    overflow-y: scroll;
  }
}
@media screen and (max-width: 767px) {
  .hamburger-menu .list_menu_inner {
    height: 1200px;
    overflow-y: scroll;
  }
}
@media screen and (max-width: 1080px) {
  .hamburger-menu .list_menu .list_flex {
    display: block;
    overflow-y: scroll;
  }
}

.footer {
  width: 100%;
  z-index: 2;
  position: relative;
  padding: 120px 30px 0;
  background: #ffffff;
}
@media screen and (max-width: 1080px) {
  .footer {
    padding: 100px 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 40px 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 40px 24px 0;
  }
}
.footer .logo-main {
  width: 364px;
  display: block;
  margin: 0 auto 60px;
}
@media screen and (max-width: 767px) {
  .footer .logo-main {
    width: 300px;
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 767px) {
  .footer .logo-main {
    width: 240px;
    margin: 0 auto 20px;
  }
}
.footer .list_menu {
  width: 100%;
  position: relative;
}
.footer .list_menu_inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1080px) {
  .footer .list_menu_inner {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .footer .list_menu_inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.footer .list_menu_inner .open .header-menu {
  display: none;
}
.footer .list_menu_inner .open .grandchild-menu {
  padding: 5px 0 5px 10px !important;
  margin-left: 20px;
}
.footer .list_menu_inner .open .grandchild-menu::before {
  background: #efe9e9;
  width: 5px !important;
  height: 5px !important;
  border-radius: 50%;
  top: 12px !important;
}
.footer .list_menu .menu {
  width: 28%;
}
@media screen and (max-width: 1080px) {
  .footer .list_menu .menu {
    width: 100%;
  }
}
.footer .list_menu .none {
  display: none;
}
@media screen and (max-width: 1080px) {
  .footer .list_menu .none {
    display: block;
  }
}
@media screen and (max-width: 1080px) {
  .footer .list_menu .rec {
    display: none;
  }
}
.footer .list_menu .ttl_en {
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #fcc998;
}
.footer .list_menu .parents {
  line-height: 1.4;
}
.footer .list_menu .parents span {
  display: block;
}
@media screen and (max-width: 767px) {
  .footer .list_menu .parents span {
    display: inline;
  }
}
.footer .list_menu .border {
  border-top: 1px solid #efe9e9;
  padding-top: 30px;
  margin-top: 30px;
}
@media screen and (max-width: 1080px) {
  .footer .list_menu .border {
    padding-top: 20px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer .list_menu .border {
    margin-top: 16px;
    padding: 16px 30px 0;
  }
}
.footer .list_flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width: 1080px) {
  .footer .list_flex {
    display: block;
    width: 100%;
  }
}
.footer_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  border-top: 1px solid #efe9e9;
  padding: 30px 0;
}
@media screen and (max-width: 1080px) {
  .footer_menu {
    display: block;
    width: 100%;
    padding: 0;
  }
}
.footer_menu_left {
  width: 380px;
  margin-top: 10px;
  padding-right: 30px;
  border-right: 1px solid #efe9e9;
}
@media screen and (max-width: 1280px) {
  .footer_menu_left {
    width: 280px;
  }
}
@media screen and (max-width: 1080px) {
  .footer_menu_left {
    margin: auto;
    border-right: 0;
    padding-right: 0px;
    width: 100%;
  }
}
.footer_menu_left .logo {
  margin-bottom: 40px;
}
.footer_menu_left .arrow {
  font-size: 1.125em;
  letter-spacing: 0.08em;
  font-weight: 500;
  display: block;
  padding: 14px 10px;
  border-bottom: 1px solid #efe9e9;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 1080px) {
  .footer_menu_left .arrow {
    display: none;
  }
}
.footer_menu_left .arrow::after {
  content: "";
  display: block;
  width: 22px;
  height: 14px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  -webkit-mask: url(../images/arrow_right.svg) no-repeat center/100% 100%;
  mask: url(../images/arrow_right.svg) no-repeat center/100% 100%;
  background: #efe9e9;
}
.footer_menu_left .arrow:hover {
  background: #efe9e9;
}
.footer_menu_left .list_rec {
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 1080px) {
  .footer_menu_left .list_rec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .footer_menu_left .list_rec {
    margin-top: 0px;
    display: block;
  }
}
@media screen and (max-width: 1080px) {
  .footer_menu_left .list_rec li {
    width: 32%;
  }
}
@media screen and (max-width: 767px) {
  .footer_menu_left .list_rec li {
    width: 100%;
  }
}
.footer_menu_left .list_rec a {
  text-align: center;
  letter-spacing: 0.08em;
  color: #ffffff;
  text-align: center;
  display: block;
  border-radius: 40px;
  padding: 8px 20px;
  margin: 5px 0 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 1080px) {
  .footer_menu_left .list_rec a {
    width: 100%;
  }
}
.footer_menu_left .list_rec a:hover {
  background: #453232 !important;
  color: #ffffff;
}
.footer_menu_left .list_rec a.btn_purple {
  background: #aaa4c8;
  position: relative;
}
.footer_menu_left .list_rec a.btn_purple::after {
  content: "";
  width: 14px;
  height: 14px;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  right: 20px;
  position: absolute;
  display: block;
  background: url(../images/ico_gaibu_white.svg) no-repeat center/100% 100%;
}
.footer_menu_left .list_rec a.btn_blue {
  background: #94cfca;
  position: relative;
}
.footer_menu_left .list_rec a.btn_blue::after {
  content: "";
  width: 14px;
  height: 14px;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  right: 20px;
  position: absolute;
  display: block;
  background: url(../images/ico_gaibu_white.svg) no-repeat center/100% 100%;
}
.footer_menu_left .list_rec a.btn_green {
  background: #abd19c;
}
.footer_menu_left .btn_under {
  display: block;
  margin-bottom: 20px;
}
.footer_menu_left .btn_under .ico {
  width: 14px;
  vertical-align: middle;
  margin-right: 10px;
}
.footer_menu_left .textL2 {
  letter-spacing: 0.03em;
}
.footer_menu_left .btn_con {
  margin-top: 100px;
}
@media screen and (max-width: 1080px) {
  .footer_menu_left .btn_con {
    margin-top: 20px;
  }
}
.footer_menu_right {
  width: calc(100% - 380px);
  position: relative;
  padding: 20px 30px 40px 60px;
}
@media screen and (max-width: 1280px) {
  .footer_menu_right {
    padding: 20px 10px 20px 20px;
    width: calc(100% - 280px);
  }
}
@media screen and (max-width: 1080px) {
  .footer_menu_right {
    width: 100%;
    padding-left: 0px;
    margin-top: 20px;
  }
}
.footer_menu_right .wide_menu {
  width: 100%;
}
.footer_menu_right .list_menu {
  width: 100%;
}
.footer_menu_right .list_menu .font18 {
  font-size: 18px;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
  font-weight: 500;
}
@media screen and (max-width: 1080px) {
  .footer_menu_right .list_menu .font18 {
    font-size: 16px;
  }
}
.footer_menu_right .list_menu .children {
  width: 100%;
}
.footer_menu_right .list_menu .children .list_flex {
  width: 100%;
  margin-bottom: 0;
  max-width: 100%;
}
.footer_menu_right .list_menu .children .list_flex ul {
  width: 31%;
}
@media screen and (max-width: 1280px) {
  .footer_menu_right .list_menu .children .list_flex ul {
    width: 32%;
  }
}
@media screen and (max-width: 1080px) {
  .footer_menu_right .list_menu .children .list_flex ul {
    width: 100%;
    margin-top: 20px;
  }
}
.footer_bottom {
  border-top: 1px solid #efe9e9;
  margin-top: 20px;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .footer_bottom {
    display: block;
    padding: 10px 0 20px;
    margin-top: 30px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .footer_bottom .en {
    text-align: center;
    display: block;
  }
}
.footer_bottom .btn_under {
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .footer_bottom .btn_under {
    text-align: center;
    display: inline-block;
    margin: 0 auto 5px;
  }
}

.loading {
  width: 100%;
  height: 100svh;
  display: block;
  top: 0;
  left: 0;
  background: #ffffff;
  position: fixed;
  z-index: 99;
}

.mt5 {
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .mt5 {
    margin-top: 3px;
  }
}

.mt10 {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .mt10 {
    margin-top: 8px;
  }
}

.mt20 {
  margin-top: 20px;
}
@media screen and (max-width: 1080px) {
  .mt20 {
    margin-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  .mt20 {
    margin-top: 12px;
  }
}

.mt30 {
  margin-top: 30px;
}
@media screen and (max-width: 1080px) {
  .mt30 {
    margin-top: 26px;
  }
}
@media screen and (max-width: 767px) {
  .mt30 {
    margin-top: 16px;
  }
}

.mt40 {
  margin-top: 40px;
}
@media screen and (max-width: 1080px) {
  .mt40 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .mt40 {
    margin-top: 18px;
  }
}

.mt60 {
  margin-top: 60px;
}
@media screen and (max-width: 1080px) {
  .mt60 {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .mt60 {
    margin-top: 40px;
  }
}

.pt100 {
  padding-top: 100px;
}
@media screen and (max-width: 1080px) {
  .pt100 {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .pt100 {
    margin-top: 60px;
  }
}

.post-body {
  position: relative;
  z-index: 2;
}
.post-body p {
  margin: 1em 0;
}
@media screen and (max-width: 1080px) {
  .post-body p {
    line-height: 2;
  }
}
@media screen and (max-width: 767px) {
  .post-body p {
    margin: 0.5em 0;
    font-size: 0.875em;
    line-height: 1.8;
    letter-spacing: 0.05em;
  }
}
.post-body a {
  color: #fc824a;
  text-decoration: underline !important;
}
.post-body figure {
  display: block;
  height: auto;
  padding: 1em 0;
}
.post-body figure img {
  display: block;
}
.post-body strong {
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffffff));
  background: linear-gradient(transparent 60%, #ffffff 60%);
}
.post-body .wp-element-caption {
  font-size: 14px;
  margin-top: 10px;
  line-height: 1.6;
  color: #af9e9e;
}
@media screen and (max-width: 767px) {
  .post-body .wp-element-caption {
    font-size: 13px;
    margin-top: 6px;
  }
}
.post-body .wp-block-heading {
  color: #453232;
  font-weight: 400;
  position: relative;
  font-family: "Zen Maru Gothic", sans-serif;
}
.post-body h2.wp-block-heading {
  font-size: 1.375em;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin: 2em 0 1em;
  display: block;
  padding-bottom: 20px;
  width: 100%;
  border-bottom: 1px solid #94cfca;
}
@media screen and (max-width: 767px) {
  .post-body h2.wp-block-heading {
    margin: 1.5em 0 0.5em;
    letter-spacing: 0.08em;
    font-size: 1.25em;
    line-height: 1.8;
  }
}
.post-body h3.wp-block-heading {
  font-size: 1.25em;
  line-height: 1.8;
  margin: 2em 0 1em;
  padding-left: 20px;
  border-left: 1px solid #94cfca;
}
@media screen and (max-width: 767px) {
  .post-body h3.wp-block-heading {
    margin: 1.5em 0 0.5em;
    letter-spacing: 0.08em;
  }
}
.post-body h4.wp-block-heading {
  font-size: 1.125em;
  line-height: 1.8;
  margin: 2em 0 1em;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .post-body h4.wp-block-heading {
    margin: 1.5em 0 0.5em;
    letter-spacing: 0.05em;
  }
}
.post-body h4.wp-block-heading::after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  margin: 10px 0;
  background: #94cfca;
}
.post-body h5.wp-block-heading {
  font-size: 0.9375em;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.post-body h6.wp-block-heading {
  font-weight: 600;
}
.post-body .has-small-font-size {
  font-size: 0.9em;
}
.post-body .has-medium-font-size {
  font-size: 1.2em;
}
.post-body .has-large-font-size {
  font-size: 1.4em;
}
.post-body .has-x-large-font-size {
  font-size: 1.6em;
}
.post-body ul {
  margin: 1em 0;
}
.post-body ul li {
  position: relative;
  padding-left: 14px;
  margin-bottom: 0.2em;
}
.post-body ul li::before {
  content: "";
  background: #453232;
  width: 8px;
  left: 0;
  top: 14px;
  position: absolute;
  height: 8px;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .post-body ul li::before {
    height: 4px;
    top: 12px;
    width: 4px;
    left: 3px;
  }
}
.post-body ol {
  margin: 1em 0;
  margin-left: 20px;
}
.post-body ol li {
  margin-bottom: 0.2em;
  position: relative;
  list-style-type: decimal;
}
.post-body .wp-block-table {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .post-body .wp-block-table {
    font-size: 13px;
  }
}
.post-body .has-green-background-color {
  background-color: #abd19c !important;
}
@media screen and (max-width: 767px) {
  .post-body .has-green-background-color {
    padding: 8px 10px;
  }
}
.post-body .has-green-color {
  color: #abd19c;
}
.post-body .has-orange-background-color {
  background-color: #fc824a !important;
}
@media screen and (max-width: 767px) {
  .post-body .has-orange-background-color {
    padding: 8px 10px;
  }
}
.post-body .has-orange-color {
  color: #fc824a;
}
.post-body .has-blue-background-color {
  background-color: #94cfca !important;
}
@media screen and (max-width: 767px) {
  .post-body .has-blue-background-color {
    padding: 8px 10px;
  }
}
.post-body .has-blue-color {
  color: #94cfca;
}
.post-body .has-purple-background-color {
  background-color: #aaa4c8 !important;
}
@media screen and (max-width: 767px) {
  .post-body .has-purple-background-color {
    padding: 8px 10px;
  }
}
.post-body .has-purple-color {
  color: #aaa4c8;
}
.post-body .has-white-background-color {
  background-color: #ffffff !important;
}
@media screen and (max-width: 767px) {
  .post-body .has-white-background-color {
    padding: 8px 10px;
  }
}
.post-body .has-white-color {
  color: #ffffff;
}

.has-small-font-size {
  font-size: 0.9em;
}

.has-medium-font-size {
  font-size: 1.2em;
}

.has-large-font-size {
  font-size: 1.4em;
}

.has-x-large-font-size {
  font-size: 1.6em;
}

.wp-block-columns {
  margin: 1em 0;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .wp-block-columns {
    margin: 0.5em 0;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    gap: 1em;
  }
}
.wp-block-columns .wp-block-column img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .wp-container-core-columns-is-layout-1.wp-container-core-columns-is-layout-1,
  .wp-container-core-columns-is-layout-2.wp-container-core-columns-is-layout-2 {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
}

@media screen and (max-width: 767px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    -ms-flex-preferred-size: 48% !important;
        flex-basis: 48% !important;
  }
}

.wp-block-media-text {
  margin: 1em 0;
}
@media screen and (max-width: 767px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding: 20px 10px 0;
  }
}

.single-works .post-body strong {
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #bfe0ce));
  background: linear-gradient(transparent 60%, #bfe0ce 60%);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}
img[src$=".svg"] {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.ttl_low {
  margin: 100px 8vw 0 0;
}
@media screen and (max-width: 1080px) {
  .ttl_low {
    margin: 100px 60px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .ttl_low {
    margin: 80px 0px 0 0;
  }
}
.ttl_low .cat .connection {
  font-size: 0.8em;
  background: #abd19c;
  border-radius: 4px;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
  padding: 0px 10px;
}
.ttl_low.orange-bg .bg {
  background: #ffe4cb !important;
}
.ttl_low.blue-bg .bg {
  background: #dfebea !important;
}
.ttl_low.green-bg .bg {
  background: #e5efe2 !important;
}
.ttl_low.green-main {
  margin: 100px 0 0 0;
}
@media screen and (max-width: 767px) {
  .ttl_low.green-main {
    margin: 80px 0 0 0;
  }
}
.ttl_low.green-main .bg {
  border-radius: 0;
  padding: 80px 100px 260px;
}
@media screen and (max-width: 1080px) {
  .ttl_low.green-main .bg {
    padding: 40px 60px 160px;
  }
}
@media screen and (max-width: 767px) {
  .ttl_low.green-main .bg {
    padding: 20px 30px 140px;
  }
}
.ttl_low.green-main .bg .ttl {
  text-align: center;
  border-left: 0;
  padding-left: 0px;
}
.ttl_low.green-main .bg .ico {
  margin: auto;
}
.ttl_low.green-main .inner_wide {
  margin-top: -180px;
}
@media screen and (max-width: 1080px) {
  .ttl_low.green-main .inner_wide {
    margin-top: -120px;
  }
}
.ttl_low.green-main .list_breadcrumb {
  text-align: center;
}
.ttl_low .bg {
  padding: 120px 100px;
  width: 100%;
  overflow: hidden;
  position: relative;
  background: #e9e8ef;
  border-radius: 0 200px 200px 0;
}
@media screen and (max-width: 1080px) {
  .ttl_low .bg {
    padding: 100px 60px;
  }
}
@media screen and (max-width: 767px) {
  .ttl_low .bg {
    padding: 20px 30px 30px;
    border-radius: 0;
  }
}
@media screen and (max-width: 400px) {
  .ttl_low .bg {
    padding: 20px 24px;
  }
}
.ttl_low .bg .bg-img {
  position: absolute;
  z-index: 1;
  top: 0;
  display: block;
  left: 0;
  width: 100%;
  mix-blend-mode: multiply;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
.ttl_low .bg .ico {
  width: 100px;
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .ttl_low .bg .ico {
    margin: auto;
    width: 40px;
  }
}
.ttl_low .bg .ico img {
  display: block;
}
.ttl_low .bg .ttl {
  border-left: 1px solid #453232;
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .ttl_low .bg .ttl {
    border-left: 0;
    padding-left: 0px;
  }
}
.ttl_low .bg .ttl .cat {
  letter-spacing: 0.08em;
  font-size: 24px;
  font-size: 1.6666666667vw;
}
@media screen and (max-width: 767px) {
  .ttl_low .bg .ttl .cat {
    font-size: 0.938em;
    margin-top: 10px;
  }
}
.ttl_low .bg .ttl h1 {
  letter-spacing: 0.08em;
  font-size: 44px;
  font-size: 3.0555555556vw;
}
@media screen and (max-width: 767px) {
  .ttl_low .bg .ttl h1 {
    font-size: 1.375em;
  }
}
.ttl_low .bg .list_flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .ttl_low .bg .list_flex {
    display: block;
    text-align: center;
  }
}
.ttl_low .list_breadcrumb {
  padding: 10px 20px;
}

@media screen and (max-width: 1080px) {
  .ttl_midi .mt10 {
    margin-top: 0;
  }
}

.ttl_ico {
  position: relative;
}
@media screen and (max-width: 1080px) {
  .ttl_ico {
    padding-left: 90px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .ttl_ico {
    padding-left: 50px;
    margin-bottom: 20px;
  }
}
.ttl_ico img {
  display: block;
  width: 84px;
  left: -26px;
  top: -90px;
  position: absolute;
}
@media screen and (max-width: 1080px) {
  .ttl_ico img {
    left: 0px;
    top: -30px;
  }
}
@media screen and (max-width: 767px) {
  .ttl_ico img {
    width: 42px;
    top: -10px;
  }
}

.btn_under {
  text-decoration: underline !important;
  display: inline-block;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
.btn_under:hover {
  color: #fc824a;
}

.btn_facility {
  display: block;
  padding: 80px 30px;
  border-radius: 10px;
  border: 1px solid #453232;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 1080px) {
  .btn_facility {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 767px) {
  .btn_facility {
    padding: 40px 20px;
  }
}
.btn_facility:hover {
  background: #efe9e9;
}
.btn_facility .small {
  font-size: 1.25em;
  padding-right: 5px;
}
@media screen and (max-width: 1080px) {
  .btn_facility .small {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .btn_facility .small {
    font-size: 1.063em;
  }
}
.btn_facility .big {
  font-size: 1.75em;
}
@media screen and (max-width: 1080px) {
  .btn_facility .big {
    display: block;
    line-height: 1;
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .btn_facility .big {
    font-size: 1.375em;
  }
}
.btn_facility img {
  display: block;
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  right: 30px;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
@media screen and (max-width: 767px) {
  .btn_facility img {
    right: 10px;
    width: 110px;
    height: 110px;
  }
}

@media screen and (max-width: 1080px) {
  .page-green .list_facility {
    display: block;
  }
}
@media screen and (max-width: 1080px) {
  .page-green .list_facility li {
    width: 100%;
    margin-top: 10px;
  }
}
@media screen and (max-width: 1080px) {
  .page-green .btn_facility {
    padding: 20px;
  }
}
@media screen and (max-width: 1080px) {
  .page-green .btn_facility p {
    line-height: 1.6;
  }
}
.page-green .btn_facility .ico {
  width: 150px;
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  position: relative;
  background: #e8f5e2;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
@media screen and (max-width: 1080px) {
  .page-green .btn_facility .ico {
    width: 80px;
    right: 10px;
    height: 80px;
  }
}
.page-green .btn_facility .ico img {
  border-radius: 0;
  display: block;
  width: 100px !important;
  position: relative;
  height: 100px !important;
  top: 50px;
  right: auto;
  -webkit-transform: inherit;
          transform: inherit;
}
@media screen and (max-width: 1080px) {
  .page-green .btn_facility .ico img {
    width: 50px !important;
    top: 28px;
    height: 50px !important;
  }
}

.btn_white {
  background: #ffffff;
  display: inline-block;
  margin-right: 10px;
  padding: 10px;
  border-radius: 6px;
  margin-top: 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.btn_white:hover {
  background: #efe9e9;
}
.btn_white.minne {
  padding: 10px 20px;
}
.btn_white .ico {
  display: block;
  height: 24px;
  width: auto;
}

.btn_dwl {
  line-height: 1.5;
  min-height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #453232;
  border-bottom: 1px solid #453232;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-left: 60px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  max-width: 440px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .btn_dwl {
    padding-left: 45px;
  }
}
.btn_dwl:hover {
  background: #efe9e9;
}
.btn_dwl span {
  display: block;
}
.btn_dwl .ico {
  display: block;
  width: 24px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  left: 10px;
}
.btn_dwl .arrow {
  position: absolute;
  display: block;
  width: 14px;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  right: 10px;
}

.btn_normal {
  border-bottom: 1px solid #efe9e9;
  border-top: 1px solid #efe9e9;
  width: 100%;
  display: block;
  padding: 12px 20px;
  background: url(../images/arrow_right.svg) no-repeat 98% center/22px;
  margin-top: 30px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.btn_normal:hover {
  background: #efe9e9;
}

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

.list_circle li {
  position: relative;
  padding-left: 12px;
  margin-bottom: 4px;
}
.list_circle li:last-child {
  margin-bottom: 0;
}
.list_circle li::before {
  display: block;
  content: "";
  position: absolute;
  left: 0px;
  top: 12px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #453232;
}
.list_circle.green li::before {
  background: #abd19c;
}

.list_facility {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 1080px) {
  .list_facility {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .list_facility {
    display: block;
    margin-top: 10px;
  }
}
.list_facility li {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .list_facility li {
    width: 100%;
    margin-top: 10px;
  }
}

.list_ico {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .list_ico {
    margin-top: 30px;
    display: block;
  }
}
.list_ico .ico {
  width: 80px;
  display: block;
}
@media screen and (max-width: 767px) {
  .list_ico .ico {
    margin: auto;
  }
}
.list_ico p,
.list_ico div {
  width: calc(100% - 80px);
  padding-left: 20px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
}
@media screen and (max-width: 1080px) {
  .list_ico p,
  .list_ico div {
    padding-left: 10px;
    font-size: 1.125em;
  }
}
@media screen and (max-width: 767px) {
  .list_ico p,
  .list_ico div {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
}
.list_ico div p {
  width: 100%;
}

.list_flow li {
  background: #e7f7f5;
  border-radius: 6px;
  padding: 20px;
  margin-bottom: 20px;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .list_flow li {
    padding: 20px 10px;
    margin-bottom: 10px;
  }
}
.list_flow li:last-child {
  margin-bottom: 0px;
}
.list_flow li .num {
  letter-spacing: 0em;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .list_flow li .num {
    margin-right: 5px;
  }
}
@media screen and (max-width: 767px) {
  .list_flow li .textL2 {
    font-size: 1.125em;
    line-height: 1.4;
  }
}

.list_2block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list_2block li {
  width: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.list_2block.list_image {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.list_2block.list_image li {
  width: 48%;
  margin-top: 20px;
}
@media screen and (max-width: 1080px) {
  .list_2block.list_image li .textL {
    font-size: 0.938em;
    line-height: 1.5;
  }
}

@media screen and (max-width: 1080px) {
  .list_index {
    display: block;
  }
}
@media screen and (max-width: 1080px) {
  .list_index li {
    width: 100%;
  }
}
.list_index li .num {
  font-weight: 300;
  letter-spacing: 0em;
  margin-right: 10px;
}

.list_dwl {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1200px;
  margin: auto;
}
@media screen and (max-width: 1280px) {
  .list_dwl {
    max-width: 790px;
  }
}
.list_dwl li {
  width: 32%;
  margin-right: 2%;
  margin-top: 40px;
}
@media screen and (max-width: 1280px) {
  .list_dwl li {
    width: 48%;
    margin-right: 4%;
  }
}
@media screen and (max-width: 767px) {
  .list_dwl li {
    width: 100%;
    margin-right: 0%;
    margin-top: 0px;
  }
}
.list_dwl li .btn_dwl {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .list_dwl li .btn_dwl {
    border-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .list_dwl li:first-child {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .list_dwl li:first-child .btn_dwl {
    border-top: 1px solid #453232;
  }
}
.list_dwl li:nth-child(3n) {
  margin-right: 0%;
}
@media screen and (max-width: 1280px) {
  .list_dwl li:nth-child(3n) {
    margin-right: 4%;
  }
}
@media screen and (max-width: 767px) {
  .list_dwl li:nth-child(3n) {
    margin-right: 0%;
  }
}
@media screen and (max-width: 1280px) {
  .list_dwl li:nth-child(2n) {
    margin-right: 0%;
  }
}
.list_dwl li:last-child {
  margin-right: 0%;
}
.list_dwl.w790 {
  max-width: 790px;
  width: 100%;
}
.list_dwl.w790 li {
  width: 48%;
  margin-right: 4%;
}
@media screen and (max-width: 767px) {
  .list_dwl.w790 li {
    width: 100%;
    margin-right: 0%;
  }
}
.list_dwl.w790 li:nth-child(3n) {
  margin-right: 4%;
}
@media screen and (max-width: 767px) {
  .list_dwl.w790 li:nth-child(3n) {
    margin-right: 0%;
  }
}
.list_dwl.w790 li:nth-child(2n) {
  margin-right: 0%;
}

.list_border li {
  padding: 10px 0;
  border-bottom: 1px solid #efe9e9;
}

.table_normal {
  width: 100%;
  border-top: 1px solid #efe9e9;
  border-bottom: 1px solid #efe9e9;
  font-size: 1.063em;
}
@media screen and (max-width: 767px) {
  .table_normal {
    font-size: 0.938em;
  }
}
@media screen and (max-width: 767px) {
  .table_normal table,
  .table_normal tbody,
  .table_normal tr,
  .table_normal td,
  .table_normal th {
    display: block;
    width: 100% !important;
  }
}
.table_normal tr {
  border-bottom: 1px solid #efe9e9;
}
.table_normal tr:last-child {
  border-bottom: 0;
}
.table_normal th,
.table_normal td {
  font-family: "Noto Sans JP", sans-serif;
  padding: 20px 10px;
}
.table_normal th {
  width: 40%;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .table_normal th {
    border-right: 0;
    padding: 10px 0px 0;
  }
}
.table_normal td {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .table_normal td {
    padding: 5px 0px 10px;
  }
}
.table_normal td .week {
  width: 80px;
  display: inline-block;
}

.section_wrap {
  padding-top: 160px;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .section_wrap {
    padding-top: 120px;
  }
}
@media screen and (max-width: 767px) {
  .section_wrap {
    padding-top: 100px;
  }
}

.section_wrap100 {
  padding-top: 100px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_wrap100 {
    padding-top: 50px;
  }
}

.section_sticky {
  position: relative;
  width: 100%;
  overflow: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 2px solid #aaa4c8;
  padding-top: 80px;
}
@media screen and (max-width: 1080px) {
  .section_sticky {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .section_sticky {
    display: block;
    padding-top: 40px;
  }
}
.section_sticky .left {
  width: 35%;
  overflow: visible;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .section_sticky .left {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .section_sticky .left {
    width: 100%;
    margin-bottom: 40px;
  }
}
.section_sticky .left .inner {
  overflow: visible;
  position: sticky;
  top: 120px;
}
@media screen and (max-width: 767px) {
  .section_sticky .left .inner {
    position: relative;
    top: auto;
  }
}
.section_sticky .left .inner h2 {
  font-size: 1.375em;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 1080px) {
  .section_sticky .left .inner h2 {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 767px) {
  .section_sticky .left .inner h2 {
    font-size: 1.125em;
  }
}
.section_sticky .right {
  width: 65%;
}
@media screen and (max-width: 1080px) {
  .section_sticky .right {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .section_sticky .right {
    width: 100%;
    margin-top: 16px;
  }
}
.section_sticky.facility {
  position: relative;
  overflow: hidden;
  display: block;
}
.section_sticky.facility .left {
  width: 100%;
  margin-bottom: 30px;
}
.section_sticky.facility .left .inner {
  position: relative;
  top: auto;
}
.section_sticky.facility .swiper {
  /* wrapperのサイズを調整 */
  width: 100%;
  padding: 0 10px;
}
.section_sticky.facility .swiper .swiper-slide {
  padding: 0 10px;
  text-align: center;
}
.section_sticky.facility .swiper .swiper-slide img {
  display: block;
  width: 100%;
}
.section_sticky.facility .swiper .swiper-button-next {
  right: 0;
}
.section_sticky.facility .swiper .swiper-button-prev {
  left: 0;
}
.section_sticky.facility .swiper .swiper-button-next,
.section_sticky.facility .swiper .swiper-button-prev {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #abd19c;
  top: 45%;
}
@media screen and (max-width: 1080px) {
  .section_sticky.facility .swiper .swiper-button-next,
  .section_sticky.facility .swiper .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
}
.section_sticky.facility .swiper .swiper-button-next::after,
.section_sticky.facility .swiper .swiper-button-prev::after {
  display: none !important;
}
.section_sticky.facility .swiper .swiper-button-next img,
.section_sticky.facility .swiper .swiper-button-prev img {
  display: block;
  width: 21px;
}

.page-blue .section_sticky {
  border-top: 2px solid #94cfca;
}

.page-green .section_sticky {
  border-top: 2px solid #abd19c;
}

.section_access {
  padding: 20px;
  margin-top: 150px;
}
@media screen and (max-width: 1080px) {
  .section_access {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .section_access {
    margin-top: 50px;
  }
}
.section_access_inner {
  background: #e9e8ef;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .section_access_inner {
    padding: 30px;
  }
}
.section_access_inner .list_flex {
  max-width: 1200px;
  margin: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1080px) {
  .section_access_inner .list_flex {
    display: block;
  }
}
.section_access_inner .list_flex .left {
  width: 380px;
}
@media screen and (max-width: 1080px) {
  .section_access_inner .list_flex .left {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .section_access_inner .list_flex .left .headingS {
    font-size: 1.125em;
    font-weight: 500;
  }
}
.section_access_inner .list_flex .right {
  padding-left: 50px;
  margin-left: 50px;
  border-left: 2px solid #aaa4c8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 380px);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1280px) {
  .section_access_inner .list_flex .right {
    margin-left: 0px;
  }
}
@media screen and (max-width: 1080px) {
  .section_access_inner .list_flex .right {
    padding-left: 0px;
    border-left: 0;
    width: 100%;
    max-width: 650px;
    border-top: 2px solid #aaa4c8;
    padding-top: 20px;
    margin: 20px auto 0px;
  }
}
@media screen and (max-width: 767px) {
  .section_access_inner .list_flex .right {
    display: block;
    padding-top: 10px;
    margin: 10px auto 0px;
  }
}
.section_access_inner .list_flex .right .txt .bnt_tel {
  display: block;
  position: relative;
  padding: 0px 10px 0px 50px;
  border-radius: 4px;
  width: 250px;
  border: 1px solid #453232;
  font-size: 1.75em;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .section_access_inner .list_flex .right .txt .bnt_tel {
    font-size: 1.375em;
    margin-top: 10px;
    width: 100%;
    text-align: center;
    padding: 5px 10px 5px 10px;
  }
}
.section_access_inner .list_flex .right .txt .bnt_tel .ico {
  width: 26px;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  left: 10px;
}
.section_access_inner .list_flex .right .txt .btn_map {
  margin: 16px 0 5px;
  display: block;
  position: relative;
}
.section_access_inner .list_flex .right .txt .btn_map .ico {
  width: 13px;
  position: absolute;
  left: 0;
  top: 4px;
  margin-right: 5px;
  vertical-align: middle;
}
.section_access_inner .list_flex .right .txt .btn_map span {
  text-decoration: underline;
  font-weight: 400;
  padding-left: 20px;
  display: block;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  .section_access_inner .list_flex .right .txt .textL2 {
    font-size: 0.938em;
  }
}
@media screen and (max-width: 767px) {
  .section_access_inner .list_flex .right .txt .headingS {
    font-size: 1.25em;
  }
}
.section_access_inner .list_flex .right .img {
  width: 340px;
}
@media screen and (max-width: 1280px) {
  .section_access_inner .list_flex .right .img {
    width: 280px;
  }
}
@media screen and (max-width: 1080px) {
  .section_access_inner .list_flex .right .img {
    width: 220px;
  }
}
@media screen and (max-width: 767px) {
  .section_access_inner .list_flex .right .img {
    width: 100%;
    margin-top: 20px;
  }
}
.section_access_inner .list_flex .right .img img {
  display: block;
  border-radius: 50%;
}

.page-blue .section_access_inner {
  background: #e7f7f5;
}
.page-blue .section_access_inner .list_flex .right {
  border-left: 2px solid #94cfca;
}
@media screen and (max-width: 1080px) {
  .page-blue .section_access_inner .list_flex .right {
    border-left: 0;
    border-top: 2px solid #94cfca;
  }
}

.page-green .section_access_inner {
  background: #e8f5e2;
}
.page-green .section_access_inner .list_flex .right {
  border-left: 2px solid #abd19c;
}
@media screen and (max-width: 1080px) {
  .page-green .section_access_inner .list_flex .right {
    border-left: 0;
    border-top: 2px solid #abd19c;
  }
}

.section_facility {
  margin-top: 100px;
  padding: 0 60px;
}
@media screen and (max-width: 767px) {
  .section_facility {
    margin-top: 60px;
    padding: 0 30px;
  }
}
@media screen and (max-width: 400px) {
  .section_facility {
    margin-top: 60px;
    padding: 0 24px;
  }
}

.section_message_inner {
  border: 2px solid #abd19c;
  padding: 80px;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .section_message_inner {
    padding: 30px 60px;
  }
}
@media screen and (max-width: 767px) {
  .section_message_inner {
    padding: 30px 20px 20px;
  }
}
.section_message_inner .memo {
  position: absolute;
  bottom: -2px;
  right: -2px;
  width: 52px;
  z-index: 2;
}
.section_message .list_flex {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 1080px) {
  .section_message .list_flex {
    display: block;
  }
}
.section_message .list_flex .left {
  background-color: #fff; /* 背景色 */
  background-image: linear-gradient(180deg, #e8f5e2 1px, transparent 1px); /* 罫線の色と太さ  */
  background-size: 100% 2.5em; /* 行の高さ */
  line-height: 2.5em; /* 文字の高さ */
  padding-bottom: 1px; /* 最終行の下にも罫線を引く */
  width: calc(100% - 400px);
}
@media screen and (max-width: 1080px) {
  .section_message .list_flex .left {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .section_message .list_flex .left p {
    font-size: 0.87em;
  }
}
.section_message .list_flex .img {
  padding-left: 30px;
  max-width: 430px;
  width: 100%;
  display: block;
}
@media screen and (max-width: 1080px) {
  .section_message .list_flex .img {
    margin: 20px auto 0;
    padding: 0;
  }
}

.box {
  display: block;
  width: 100%;
  height: 100px;
}
@media screen and (max-width: 1080px) {
  .box {
    display: none;
  }
}

.fix-img {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100svh;
  z-index: 2;
}
.fix-img_inner {
  width: 100%;
  height: 100svh;
  -webkit-transition: 1s;
  transition: 1s;
}
.fix-img_inner .circle {
  width: 600px;
  height: 600px;
  border-radius: 100%;
  position: absolute;
  opacity: 0.2;
  background: #94cfca;
  -webkit-filter: blur(50px);
          filter: blur(50px);
  -webkit-transition: 1s;
  transition: 1s;
}
@media screen and (max-width: 1080px) {
  .fix-img_inner .circle {
    width: 300px;
    height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .fix-img_inner .circle {
    width: 200px;
    height: 200px;
  }
}
.fix-img_inner .blue-circle {
  bottom: 0;
  -webkit-animation-name: move-right-and-back;
          animation-name: move-right-and-back;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-direction: alternate;
          animation-direction: alternate; /* 往復アニメーション */
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; /* 無限に繰り返す */
}
.fix-img_inner .purple-circle {
  top: 0;
  right: 0;
  -webkit-animation-name: diagonal-move-reverse;
          animation-name: diagonal-move-reverse;
  -webkit-animation-duration: 15s;
          animation-duration: 15s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
          animation-direction: alternate; /* 往復アニメーション */
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; /* 無限に繰り返す */
  background: #aaa4c8;
}
.fix-img_inner .green-circle {
  -webkit-animation-name: diagonal-move;
          animation-name: diagonal-move; /* 適用するアニメーション名 */
  -webkit-animation-duration: 5s;
          animation-duration: 5s; /* アニメーションの時間を5秒に設定 */
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out; /* 動きの速さを滑らかにする */
  -webkit-animation-direction: alternate;
          animation-direction: alternate; /* 往復アニメーション */
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; /* 無限に繰り返す */
  background: #aaa4c8;
  background: #abd19c;
}
@-webkit-keyframes move-right-and-back {
  0% {
    -webkit-transform: translateX(-500px);
            transform: translateX(-500px);
  }
  100% {
    -webkit-transform: translateX(1500px);
            transform: translateX(1500px);
  }
}
@keyframes move-right-and-back {
  0% {
    -webkit-transform: translateX(-500px);
            transform: translateX(-500px);
  }
  100% {
    -webkit-transform: translateX(1500px);
            transform: translateX(1500px);
  }
}
@-webkit-keyframes diagonal-move {
  0% {
    -webkit-transform: translate(-200, -200);
            transform: translate(-200, -200); /* 開始地点：元の位置 */
  }
  100% {
    -webkit-transform: translate(800px, 400px);
            transform: translate(800px, 400px); /* 終了地点：右に500px、下に300px移動 */
  }
}
@keyframes diagonal-move {
  0% {
    -webkit-transform: translate(-200, -200);
            transform: translate(-200, -200); /* 開始地点：元の位置 */
  }
  100% {
    -webkit-transform: translate(800px, 400px);
            transform: translate(800px, 400px); /* 終了地点：右に500px、下に300px移動 */
  }
}
@-webkit-keyframes diagonal-move-reverse {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); /* 開始地点：元の位置 */
  }
  100% {
    -webkit-transform: translate(-1500px, 600px);
            transform: translate(-1500px, 600px); /* 終了地点：左に500px、下に300px移動 */
  }
}
@keyframes diagonal-move-reverse {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); /* 開始地点：元の位置 */
  }
  100% {
    -webkit-transform: translate(-1500px, 600px);
            transform: translate(-1500px, 600px); /* 終了地点：左に500px、下に300px移動 */
  }
}
.fix-img .left {
  width: 50%;
  position: absolute;
  right: 2%;
  height: 100svh;
}
@media screen and (max-width: 1080px) {
  .fix-img .left {
    display: none;
  }
}
.fix-img .left .masked-image {
  -webkit-mask-image: url(../images/logo-bg.svg); /* Safari、Chrome対応 */
  mask-image: url(../images/logo-bg.svg);
  -webkit-mask-size: 90%;
          mask-size: 90%;
  -webkit-mask-repeat: no-repeat; /* Safari、Chrome対応 */
  height: 100svh;
  width: 100%;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center; /* マスクを要素の中央に配置 */
  -webkit-transition: 1s;
  transition: 1s;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 0 40px;
}
@media (max-height: 840px) {
  .fix-img .left .masked-image {
    -webkit-mask-size: 80%;
            mask-size: 80%;
  }
}
@media (max-height: 740px) {
  .fix-img .left .masked-image {
    -webkit-mask-size: 60%;
            mask-size: 60%;
  }
}
.fix-img .left .logo-color {
  position: absolute;
  display: block;
  width: 90%;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  right: 0;
  left: 0;
  margin: auto;
  z-index: 2;
  -webkit-transition: 2s;
  transition: 2s;
}
@media (max-height: 840px) {
  .fix-img .left .logo-color {
    width: 80%;
  }
}
@media (max-height: 740px) {
  .fix-img .left .logo-color {
    width: 60%;
  }
}
.fix-img .main-img {
  display: block;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100svh;
}
@media screen and (max-width: 1080px) {
  .fix-img .main-img {
    display: none;
  }
}
.fix-img.main-v .fix-img_inner .circle {
  -webkit-animation: fadeOut 1s 1s forwards;
          animation: fadeOut 1s 1s forwards;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 0.2;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 0.2;
  }
  to {
    opacity: 0;
  }
}
@media screen and (max-width: 1080px) {
  .fix-img.main-v .left {
    display: none;
  }
}
.fix-img.main-v .left .logo-color {
  opacity: 0;
}
.fix-img.mask .masked-image {
  width: 400%;
}
.fix-img.block .masked-image {
  opacity: 0;
}
.fix-img.block .main-img {
  opacity: 1;
}
.fix-img.none .left {
  opacity: 0;
}
.fix-img.none .main-img {
  opacity: 0;
}
.fix-img.none .fix-img_inner {
  border: 20px #ffffff solid;
  border-bottom: 0;
}
@media screen and (max-width: 1080px) {
  .fix-img.none .fix-img_inner {
    border: 0px #ffffff solid;
  }
}
.fix-img.purple .fix-img_inner {
  background: #e9e8ef;
}
.fix-img.blue .fix-img_inner {
  background: #dfebea;
}
.fix-img.green .fix-img_inner {
  background: #e5efe2;
}

@media screen and (max-width: 767px) {
  .page-top .sp-main {
    height: 300px;
    width: 100%;
  }
  .page-top .sp-main img {
    height: 300px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
}
.page-top_mv {
  width: 100%;
  height: 100svh;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .page-top_mv {
    max-width: 500px;
    margin: auto;
  }
}
.page-top_mv .catch {
  position: absolute;
  left: 20%;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  width: 10%;
  z-index: 2;
}
@media screen and (max-width: 1080px) {
  .page-top_mv .catch {
    width: 150px;
    left: 0;
    top: 20%;
    -webkit-transform: inherit;
            transform: inherit;
  }
}
@media screen and (max-width: 767px) {
  .page-top_mv .catch {
    width: 100px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.page-top_mv .catch img {
  display: block;
}
@media screen and (max-width: 1080px) {
  .page-top_mv .sp-logo-img {
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    right: -100px;
  }
}
@media screen and (max-width: 767px) {
  .page-top_mv .sp-logo-img {
    right: 0px;
    left: 0;
    margin: auto;
    width: 80%;
    margin-top: 160px;
  }
}
@media screen and (max-width: 1080px) {
  .page-top_mv .sp-logo-img img {
    display: block;
  }
}
.page-top_about {
  width: 100%;
  position: relative;
  z-index: 6;
}
.page-top_about .left {
  width: 40%;
  padding: 100px 0 100px 8vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1080px) {
  .page-top_about .left {
    width: 100%;
    padding: 100px 60px 100px 60px;
  }
}
@media screen and (max-width: 767px) {
  .page-top_about .left {
    padding: 60px 30px 60px 30px;
  }
}
@media screen and (max-width: 1080px) {
  .page-top_about .left .textL2 {
    font-size: 1.125em;
  }
}
@media screen and (max-width: 767px) {
  .page-top_about .left .textL2 {
    font-size: 0.9375em;
  }
}
.page-top_about .btn_normal:hover {
  background: #efe9e9 !important;
}
.page-top .section_business .inner_wide {
  overflow: hidden;
}
.page-top .section_business .inner_wide .inner {
  position: relative;
}
.page-top .section_business .btn_normal {
  margin-top: 0;
  background: none;
  border-bottom: 1px solid #aaa4c8;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-top: 0;
}
.page-top .section_business .btn_normal:first-child {
  border-top: 1px solid #aaa4c8;
}
.page-top .section_business .btn_normal:hover {
  background: #ffffff;
}
.page-top .section_business .btn_normal .arrow {
  width: 22px;
  height: 22px;
  display: block;
  background: #aaa4c8;
  -webkit-mask: url(../images/arrow_right.svg) no-repeat center/100% 100%;
  mask: url(../images/arrow_right.svg) no-repeat center/100% 100%;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.page-top .section_business .img_slider {
  padding-left: 40%;
}
@media screen and (max-width: 1080px) {
  .page-top .section_business .img_slider {
    padding-left: 0%;
    max-width: 600px;
    width: 100%;
    margin: auto;
  }
}
.page-top .section_business .img_slider .swiper-slide {
  padding-bottom: 80px;
}
@media screen and (max-width: 1080px) {
  .page-top .section_business .img_slider .swiper-slide {
    margin-bottom: 40px;
  }
}
.page-top .section_business .img_slider .swiper-slide img {
  display: block;
  border-radius: 50%;
}
.page-top .section_business .img_slider .swiper-slide img.mini {
  width: 40%;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .page-top .section_business .img_slider .swiper-slide img.mini {
    width: 50%;
  }
}
.page-top .section_business .img_slider .swiper-slide img.big {
  width: 75%;
  margin-left: auto;
  margin-right: 0;
}
.page-top .section_business .link {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  max-width: 446px;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 1080px) {
  .page-top .section_business .link {
    position: relative;
    left: auto;
    top: auto;
    -webkit-transform: inherit;
            transform: inherit;
    max-width: 100%;
  }
}
.page-top .section_business .link .swiper .swiper-wrapper {
  display: block !important;
}
.page-top .section_business.disability .btn_normal {
  border-bottom: 1px solid #94cfca;
}
.page-top .section_business.disability .btn_normal .arrow {
  background: #94cfca;
}
.page-top .section_business.disability .btn_normal:first-child {
  border-top: 1px solid #94cfca;
}
.page-top .section_business.disability .img_slider {
  padding-left: 0%;
  padding-right: 40%;
}
@media screen and (max-width: 1080px) {
  .page-top .section_business.disability .img_slider {
    padding-left: auto;
    padding-right: 0%;
  }
}
.page-top .section_business.disability .img_slider .swiper-slide img.big {
  margin-left: 0;
  margin-right: auto;
}
.page-top .section_business.disability .img_slider .swiper-slide img.mini {
  right: 0;
}
.page-top .section_business.disability .link {
  right: 0;
  left: auto;
}
.page-top .section_business.nursing_care .btn_normal {
  border-bottom: 1px solid #abd19c;
}
.page-top .section_business.nursing_care .btn_normal .arrow {
  background: #abd19c;
}
.page-top .section_business.nursing_care .btn_normal:first-child {
  border-top: 1px solid #abd19c;
}
.page-top_recruit .en {
  margin-bottom: 40px;
  font-size: 5em;
  font-weight: 200;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .page-top_recruit .en {
    font-size: 3em;
    margin-bottom: 20px;
  }
}
.page-top_recruit .list_flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1080px) {
  .page-top_recruit .list_flex {
    display: block;
  }
}
.page-top_recruit .list_flex li {
  width: 32%;
}
@media screen and (max-width: 1080px) {
  .page-top_recruit .list_flex li {
    width: 100%;
    margin-top: 20px;
  }
}
.page-top_recruit .list_flex li a {
  display: block;
  background: url(../images/footer_ico01.svg) #ffffff no-repeat 6% center/40px;
  padding: 20px 10px 20px 10px;
  border: 2px solid #aaa4c8;
  border-radius: 10px;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
}
.page-top_recruit .list_flex li a::after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  background: url(../images/ico_gaibu2.svg) center center/cover;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  width: 14px;
  height: 14px;
}
.page-top_recruit .list_flex li a:hover {
  background-color: #e9e8ef !important;
}
.page-top_recruit .list_flex li:nth-child(2) a {
  background: url(../images/footer_ico02.svg) #ffffff no-repeat 6% center/40px;
  border: 2px solid #abd19c;
  position: relative;
}
.page-top_recruit .list_flex li:nth-child(2) a:hover {
  background-color: #e8f5e2 !important;
}
.page-top_recruit .list_flex li:nth-child(3) a {
  background: url(../images/footer_ico03.svg) #ffffff no-repeat 6% center/40px;
  border: 2px solid #94cfca;
}
.page-top_recruit .list_flex li:nth-child(3) a:hover {
  background-color: #e7f7f5 !important;
}
.page-top_recruit .list_flex li:nth-child(3) a::after {
  display: none;
}
.page-top_recruit .bg {
  width: 100%;
  display: block;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: -60px;
}

.page-about {
  position: relative;
  overflow: hidden;
}
.page-about .name {
  text-align: right;
}
@media screen and (max-width: 1080px) {
  .page-about .name {
    text-align: left;
  }
}
.page-about_intro {
  width: 100%;
  max-width: 1440px;
  margin: auto;
  position: relative;
  padding: 100px 0 300px;
}
@media screen and (max-width: 1280px) {
  .page-about_intro {
    padding: 100px 0 20em;
  }
}
@media screen and (max-width: 1080px) {
  .page-about_intro {
    padding: 100px 0 16em;
  }
}
@media screen and (max-width: 767px) {
  .page-about_intro {
    padding: 30% 0 40%;
  }
}
.page-about_intro .img {
  position: absolute;
  display: block;
}
.page-about_intro .img.img1 {
  width: 25%;
  top: -20%;
  right: 10%;
}
@media screen and (max-width: 1080px) {
  .page-about_intro .img.img1 {
    top: -10%;
  }
}
@media screen and (max-width: 767px) {
  .page-about_intro .img.img1 {
    top: -5%;
    width: 31%;
  }
}
.page-about_intro .img.img2 {
  width: 28%;
  top: 10%;
  left: -10%;
}
@media screen and (max-width: 1280px) {
  .page-about_intro .img.img2 {
    left: -5%;
    width: 26%;
  }
}
@media screen and (max-width: 767px) {
  .page-about_intro .img.img2 {
    width: 24%;
    top: 0%;
  }
}
.page-about_intro .img.img3 {
  width: 30%;
  top: 30%;
  right: -11%;
}
@media screen and (max-width: 1280px) {
  .page-about_intro .img.img3 {
    bottom: 3%;
    top: auto;
    right: -5%;
  }
}
@media screen and (max-width: 767px) {
  .page-about_intro .img.img3 {
    width: 36%;
    right: -3%;
  }
}
.page-about_intro .img.img4 {
  width: 25%;
  bottom: -4%;
  right: 2%;
}
@media screen and (max-width: 1280px) {
  .page-about_intro .img.img4 {
    right: 19%;
  }
}
.page-about_intro .img.img5 {
  width: 25%;
  bottom: -3%;
  left: 2%;
}
@media screen and (max-width: 1280px) {
  .page-about_intro .img.img5 {
    bottom: 3%;
  }
}
@media screen and (max-width: 767px) {
  .page-about_intro .img.img5 {
    width: 35%;
    bottom: 0%;
  }
}
.page-about_intro .ttl {
  font-size: 3em;
  line-height: 1.65;
  margin-bottom: 100px;
}
@media screen and (max-width: 1280px) {
  .page-about_intro .ttl {
    margin-bottom: 40px;
    font-size: 2.125em;
  }
}
@media screen and (max-width: 1080px) {
  .page-about_intro .ttl {
    font-size: 2em;
  }
}
@media screen and (max-width: 767px) {
  .page-about_intro .ttl {
    font-size: 1.75em;
  }
}
.page-about_intro .textL2 {
  line-height: 2.2;
}
@media screen and (max-width: 1280px) {
  .page-about_intro .textL2 {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 1080px) {
  .page-about_intro .textL2 {
    font-size: 1.125em;
    max-width: 500px;
    margin: auto;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .page-about_intro .textL2 {
    padding: 0 30px;
    font-size: 1.125em;
    line-height: 1.9;
  }
}
@media screen and (max-width: 400px) {
  .page-about_intro .textL2 {
    padding: 0 24px;
  }
}
.page-about .section_sticky {
  border-top: 0;
}
.page-about .section_sticky .left .inner {
  top: 20px;
  position: sticky;
}
@media screen and (max-width: 1080px) {
  .page-about .section_sticky .left .inner {
    top: 0px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1080px) {
  .page-about .section_sticky .right {
    width: 100%;
  }
}
@media screen and (max-width: 1080px) {
  .page-about .section_sticky {
    display: block;
  }
}
.page-about .fc_slider {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .page-about .fc_slider {
    margin-top: 30px;
  }
}

.page-privacy-policy .link_tel {
  padding-left: 30px;
  background: url(../images/ico_tel4.svg) no-repeat left center/20px;
}
.page-privacy-policy .table_normal {
  max-width: 600px;
  margin: auto;
  width: 100%;
}

.page-map .map {
  display: block;
  max-width: 900px;
  width: 100%;
  margin: auto;
}
.page-map .list_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 60px;
}
@media screen and (max-width: 1080px) {
  .page-map .list_group {
    margin-top: 40px;
    display: block;
  }
}
.page-map .list_group li {
  width: 47%;
  margin-top: 60px;
}
@media screen and (max-width: 1080px) {
  .page-map .list_group li {
    width: 100%;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .page-map .list_group li {
    width: 100%;
    border-bottom: 1px solid #efe9e9;
    padding-bottom: 30px;
    margin-bottom: 30px;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .page-map .list_group li:first-child {
    padding-top: 30px;
    border-top: 1px solid #efe9e9;
  }
}
@media screen and (max-width: 767px) {
  .page-map .list_group li:last-child {
    padding-bottom: 0px;
    border-bottom: 0;
  }
}
.page-map .list_group li .list_flex {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .page-map .list_group li .list_flex {
    display: block;
  }
}
.page-map .list_group li .list_flex .txt {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .page-map .list_group li .list_flex .txt {
    width: 100%;
  }
}
.page-map .list_group li .list_flex .txt p {
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .page-map .list_group li .list_flex .txt p {
    font-size: 0.938em;
  }
}
@media screen and (max-width: 767px) {
  .page-map .list_group li .list_flex .txt .textL {
    font-size: 1.063em;
  }
}
.page-map .list_group li .list_flex .txt .mt5 {
  line-height: 1.45;
}
.page-map .list_group li .list_flex .txt .tel::before {
  content: "";
  width: 24px;
  height: 1px;
  display: block;
  background: #453232;
  margin: 20px 0 10px;
}
@media screen and (max-width: 767px) {
  .page-map .list_group li .list_flex .txt .tel::before {
    margin: 14px 0 6px;
  }
}
.page-map .list_group li .list_flex .txt .map {
  padding-left: 20px;
  position: relative;
  margin-top: 10px;
}
.page-map .list_group li .list_flex .txt .map .ico {
  width: 13px;
  position: absolute;
  left: 0;
  top: 5px;
  margin-right: 5px;
  vertical-align: middle;
}
.page-map .list_group li .list_flex .img {
  width: 55%;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .page-map .list_group li .list_flex .img {
    width: 100%;
    padding-left: 0px;
    margin-top: 20px;
  }
}
.page-map .list_group li .list_flex .img img {
  display: block;
  width: 100%;
}

.page-inaho .inaho {
  display: none;
}

.page-kokuru .kokuru {
  display: none;
}

.page-tsubasa .tsubasa {
  display: none;
}

.page-purple .w528 {
  max-width: 528px;
  margin: 40px auto 0;
  display: block;
}
@media screen and (max-width: 767px) {
  .page-purple .w528 {
    margin: 20px auto 0;
  }
}

.page-blue .section_facility .list_facility {
  max-width: 580px;
  width: 100%;
}

.page-nursing-care_about {
  padding: 0 60px;
}
@media screen and (max-width: 767px) {
  .page-nursing-care_about {
    padding: 0 30px;
  }
}
@media screen and (max-width: 400px) {
  .page-nursing-care_about {
    padding: 0 24px;
  }
}
.page-nursing-care_about .inner {
  max-width: 800px;
  width: 100%;
  margin: auto;
}
.page-nursing-care_about .inner .img {
  max-width: 495px;
  margin: 40px auto;
}
.page-nursing-care_about .list_about {
  margin-top: 100px;
}
.page-nursing-care_about .list_about li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .page-nursing-care_about .list_about li {
    display: block;
    width: 100%;
  }
}
.page-nursing-care_about .list_about li:last-child {
  margin-bottom: 0px;
}
.page-nursing-care_about .list_about li .img {
  width: 350px;
  display: block;
}
@media screen and (max-width: 1080px) {
  .page-nursing-care_about .list_about li .img {
    width: 280px;
  }
}
@media screen and (max-width: 767px) {
  .page-nursing-care_about .list_about li .img {
    width: 100%;
  }
}
.page-nursing-care_about .list_about .txt {
  width: calc(100% - 350px);
  padding-left: 30px;
}
@media screen and (max-width: 1080px) {
  .page-nursing-care_about .list_about .txt {
    width: calc(100% - 280px);
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .page-nursing-care_about .list_about .txt {
    width: 100%;
    padding-left: 0px;
  }
}
@media screen and (max-width: 767px) {
  .page-nursing-care_about .list_about .txt .textB {
    margin-top: 16px;
  }
}
.page-nursing-care_link {
  background: #e8f5e2;
}
.page-nursing-care_link .inner {
  padding: 80px 0;
}
@media screen and (max-width: 1080px) {
  .page-nursing-care_link .inner {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .page-nursing-care_link .inner {
    padding: 50px 0;
  }
}
.page-nursing-care_link .list_flex {
  max-width: 1200px;
  margin: 30px auto 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .page-nursing-care_link .list_flex {
    display: block;
  }
}
.page-nursing-care_link .list_flex li {
  width: 31%;
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #efe9e9;
}
@media screen and (max-width: 1080px) {
  .page-nursing-care_link .list_flex li {
    width: 32.5%;
  }
}
@media screen and (max-width: 767px) {
  .page-nursing-care_link .list_flex li {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .page-nursing-care_link .list_flex li:last-child {
    margin-bottom: 0px;
  }
}
.page-nursing-care_link .list_flex li a {
  display: block;
  text-align: center;
  padding: 40px 40px 60px;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 1080px) {
  .page-nursing-care_link .list_flex li a {
    padding: 20px 10px 60px;
  }
}
@media screen and (max-width: 767px) {
  .page-nursing-care_link .list_flex li a {
    padding: 20px 20px 50px;
  }
}
.page-nursing-care_link .list_flex li a:hover {
  background: #efe9e9;
}
.page-nursing-care_link .list_flex li a .img {
  display: block;
  max-width: 200px;
  width: 100%;
  margin: auto;
  border-radius: 50%;
}
.page-nursing-care_link .list_flex li a .textN2 {
  line-height: 1.6;
}
@media screen and (max-width: 1280px) {
  .page-nursing-care_link .list_flex li a .textN2 {
    font-size: 0.938em;
  }
}
@media screen and (max-width: 1280px) {
  .page-nursing-care_link .list_flex li a .textB {
    font-size: 1.125em;
  }
}
.page-nursing-care_link .list_flex li a .arrow {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #abd19c;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 54px;
  right: 10px;
  bottom: 10px;
}
@media screen and (max-width: 1080px) {
  .page-nursing-care_link .list_flex li a .arrow {
    width: 48px;
    height: 48px;
  }
}
.page-nursing-care_link .list_flex li a .arrow img {
  display: block;
  width: 19px;
  margin: auto;
}
.page-nursing-care .list_facility {
  max-width: 580px;
  width: 100%;
}
.page-nursing-care .btn_facility {
  padding: 40px 30px;
}
@media screen and (max-width: 767px) {
  .page-nursing-care .btn_facility {
    text-align: center;
    padding: 140px 20px 30px 20px;
  }
}
.page-nursing-care .btn_facility .textN2 {
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .page-nursing-care .btn_facility img {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 20px;
    -webkit-transform: inherit;
            transform: inherit;
  }
}

.page-shizuhouse .w380 {
  max-width: 380px;
  width: 100%;
  display: block;
  margin: 40px auto 0;
}

.page-kino .btn_dwl {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .page-kino .btn_dwl {
    margin-top: 30px;
  }
}

.page-facility .list_green {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1080px) {
  .page-facility .list_green {
    display: block;
  }
}
.page-facility .list_green li {
  width: 15%;
}
@media screen and (max-width: 1080px) {
  .page-facility .list_green li {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1080px) {
  .page-facility .list_green li:last-child {
    margin-bottom: 0px;
  }
}
.page-facility .list_green li .textN {
  background: #e8f5e2;
  border-radius: 10px;
  padding: 30px 5px;
  margin-top: -16px;
}
@media screen and (max-width: 1080px) {
  .page-facility .list_green li .textN {
    padding: 10px 5px 10px 50px;
    margin-top: 0px;
    text-align: left;
  }
}
.page-facility .list_green li .num {
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 1080px) {
  .page-facility .list_green li .num {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 2;
  }
}
.page-facility .list_green.soranoki {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 1280px) {
  .page-facility .list_green.soranoki {
    display: block;
  }
}
.page-facility .list_green.soranoki li {
  width: 18%;
}
@media screen and (max-width: 1280px) {
  .page-facility .list_green.soranoki li {
    width: 100%;
  }
}
.page-facility .list_green.soranoki li .textN {
  min-height: 100px;
  padding: 20px 5px 10px 5px;
}
@media screen and (max-width: 1280px) {
  .page-facility .list_green.soranoki li .textN {
    min-height: auto;
    padding: 10px 5px 10px 50px;
    margin-top: 0px;
    text-align: left;
  }
}
@media screen and (max-width: 1280px) {
  .page-facility .list_green.soranoki li .textN .pc {
    display: none;
  }
}
.page-facility .list_green.soranoki li p.textN {
  padding: 34px 5px 10px 5px;
}
@media screen and (max-width: 1280px) {
  .page-facility .list_green.soranoki li p.textN {
    padding: 10px 5px 10px 50px;
  }
}

.page-facility .section_facility a,
.page-info .section_facility a {
  display: block;
  margin: auto;
  max-width: 580px;
  width: 100%;
}

.page-soranoki .w248 {
  display: block;
  margin: 20px auto 0;
  max-width: 248px;
}
.page-soranoki .list_keirin {
  max-width: 500px;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 60px auto 0;
}
@media screen and (max-width: 767px) {
  .page-soranoki .list_keirin {
    margin: 30px auto 0;
    display: block;
    padding: 0 30px;
    max-width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .page-soranoki .list_keirin li {
    width: 100%;
    margin-top: 10px;
  }
}
.page-soranoki .list_keirin li a {
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.page-soranoki .list_keirin li a:hover {
  opacity: 0.6;
}
.page-soranoki .list_keirin li a img {
  display: block;
  height: 60px;
}
@media screen and (max-width: 767px) {
  .page-soranoki .list_keirin li a img {
    height: auto;
    width: 100%;
  }
}

@media screen and (max-width: 1080px) {
  .page-recruitment .list_cat {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.page-recruitment .list_cat li {
  min-width: 200px;
  margin-right: 10px;
}
@media screen and (max-width: 1280px) {
  .page-recruitment .list_cat li {
    min-width: auto;
    margin-right: 5px;
  }
}
@media screen and (max-width: 1080px) {
  .page-recruitment .list_cat li {
    margin-bottom: 5px;
  }
}
.page-recruitment .list_cat li a {
  display: block;
  text-align: center;
  border: 1px solid #efe9e9;
  border-radius: 20px;
  padding: 5px 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.page-recruitment .list_cat li a:hover {
  background: #efe9e9;
}
.page-recruitment .list_req {
  margin-top: 60px;
}
.page-recruitment .list_req li {
  margin-bottom: 10px;
}
.page-recruitment .list_req li:last-child {
  margin-bottom: 0px;
}
.page-recruitment .list_req a {
  display: block;
  padding: 16px 20px;
  border-bottom: 1px solid #efe9e9;
  border-left: 6px solid #abd19c;
  background: url(../images/arrow_right.svg) no-repeat 98% center/22px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.page-recruitment .list_req a:hover {
  background: #efe9e9;
}
.page-recruitment .list_req .list_flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1080px) {
  .page-recruitment .list_req .list_flex .textB {
    font-size: 1.125em;
  }
}
@media screen and (max-width: 767px) {
  .page-recruitment .list_req .list_flex .textB {
    margin-top: 5px;
  }
}
.page-recruitment .list_req .list_flex .list_type {
  width: 280px;
}
@media screen and (max-width: 1080px) {
  .page-recruitment .list_req .list_flex .list_type {
    width: 240px;
  }
}
@media screen and (max-width: 767px) {
  .page-recruitment .list_req .list_flex .list_type {
    width: 100%;
  }
}
.page-recruitment .list_req .list_flex .list_type .type {
  background: #453232;
  color: #ffffff;
  border-radius: 4px;
  padding: 1px 8px;
  margin-right: 10px;
}
@media screen and (max-width: 1080px) {
  .page-recruitment .list_req .list_flex .list_type .type {
    margin-right: 5px;
    padding: 0px 8px;
    font-size: 0.8125em;
  }
}

.page-recruitment-single .ttl_low {
  margin: 100px 0 0 0;
}
@media screen and (max-width: 1080px) {
  .page-recruitment-single .ttl_low {
    margin: 80px 0 0 0;
  }
}
.page-recruitment-single .ttl_low .bg {
  border-radius: 0;
  padding: 100px 100px;
}
@media screen and (max-width: 1080px) {
  .page-recruitment-single .ttl_low .bg {
    padding: 60px;
  }
}
@media screen and (max-width: 767px) {
  .page-recruitment-single .ttl_low .bg {
    padding: 30px;
  }
}
@media screen and (max-width: 400px) {
  .page-recruitment-single .ttl_low .bg {
    padding: 30px 24px;
  }
}
.page-recruitment-single .ttl_low .bg .ttl {
  border-left: 0;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .page-recruitment-single .ttl_low .bg .ttl {
    padding-left: 0px;
    margin-top: 4px;
  }
}
.page-recruitment-single .ttl_low .list_req {
  margin-top: 0px;
}
.page-recruitment-single .wp-block-table {
  max-width: 800px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .page-recruitment-single .wp-block-table {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .page-recruitment-single .wp-block-table tr {
    margin-bottom: 20px;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .page-recruitment-single .wp-block-table tr:last-child {
    margin-bottom: 0px;
  }
}
.page-recruitment-single .wp-block-table td {
  width: 20%;
  font-weight: 500;
  border: 0;
  border-bottom: 1px solid #efe9e9;
  vertical-align: top;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .page-recruitment-single .wp-block-table td {
    padding: 10px 0;
    display: block;
    border-bottom: 1px solid #453232;
    width: 100%;
  }
}
.page-recruitment-single .wp-block-table td:nth-child(2) {
  width: 80%;
  font-weight: 200;
}
@media screen and (max-width: 767px) {
  .page-recruitment-single .wp-block-table td:nth-child(2) {
    border-bottom: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .page-recruitment-single .list_type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .page-recruitment-single .list_type .type {
    width: auto;
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .page-recruitment-single .list_type .type:last-child {
    margin: 0 2px;
  }
}
.page-recruitment-single .bg-green {
  max-width: 800px;
  margin: auto;
  background: #e8f5e2;
  padding: 30px;
  border-radius: 20px;
  margin-top: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1080px) {
  .page-recruitment-single .bg-green {
    display: block;
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .page-recruitment-single .bg-green {
    padding: 20px;
    border-radius: 10px;
    margin-top: 40px;
  }
}
.page-recruitment-single .bg-green a {
  display: block;
}
.page-recruitment-single .bg-green .textL {
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #453232;
  line-height: 1.55;
}
@media screen and (max-width: 1080px) {
  .page-recruitment-single .bg-green .textL {
    padding-right: 0px;
    margin-right: 0px;
    border-right: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #453232;
    text-align: center;
  }
}