@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box; }

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

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

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

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

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

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

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

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

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

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

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

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

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/*mediaquery-1*/
.cf {
  zoom: 1; }
  .cf:after {
    display: block;
    content: "";
    clear: both; }

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis; }

.hidetext {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap; }

/*fontサイズ指定*/
:root {
  --fz-heading: clamp(3.2rem, 6vw, 7rem);
  --fz-heading02: clamp(2.2rem, 4vw, 5rem);
  --fz-1: clamp(2.6rem, 3.8vw, 5rem);
  --fz-2: clamp(2.2rem, 3vw, 4rem);
  --fz-3: clamp(2rem, 2.2vw, 3rem);
  --fz-4: clamp(1.8rem, 1.6vw, 2.4rem);
  --fz-5: clamp(1.6rem, 1.2vw, 2rem);
  --fz-6: clamp(1.4rem, 0.8vw, 1.8rem); }

/*
	include style
===================================================*/
.ellipsis {
  width: 100%; }

/*
	general style
===================================================*/
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  position: relative;
  height: 100%; }

.bg-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*  background-image: url("your-bg.jpg");
    background-size: cover;
    background-position: center;*/
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: white;
  background-image: radial-gradient(at 23% 25%, rgba(61, 158, 255, 0.58) 0px, transparent 50%), radial-gradient(at 80% 0%, rgba(158, 211, 255, 0.76) 0px, transparent 50%), radial-gradient(at 0% 50%, rgba(69, 178, 232, 0.91) 0px, transparent 50%), radial-gradient(at 49% 79%, #70cdff 0px, transparent 50%), radial-gradient(at 0% 100%, #cce3ff 0px, transparent 50%), radial-gradient(at 80% 100%, #66d9ff 0px, transparent 50%); }

@media print {
  .bg-fixed {
    background-image: none !important;
    background-color: #CBE8FF !important;
    /* または好みの色 */ } }
body {
  /*background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-color:hsla(201,0%,100%,1);
  background-image:
  radial-gradient(at 23% 25%, hsla(210,100%,62%,0.58) 0px, transparent 50%),
  radial-gradient(at 80% 0%, hsla(207,100%,81%,0.76) 0px, transparent 50%),
  radial-gradient(at 0% 50%, hsla(200,78%,59%,0.91) 0px, transparent 50%),
  radial-gradient(at 49% 79%, hsla(201,100%,72%,1) 0px, transparent 50%),
  radial-gradient(at 0% 100%, hsla(213,100%,90%,1) 0px, transparent 50%),
  radial-gradient(at 80% 100%, hsla(195,100%,70%,1) 0px, transparent 50%);*/
  font-size: 1.6rem;
  position: relative;
  color: #333;
  font-family: "Shippori Mincho", serif;
  line-height: 1.6; }
  @media screen and (max-width: 768px) {
    body {
      font-size: 1.3rem; } }
  body.single-facility_list #wraper {
    padding-top: 0 !important; }

a {
  background-color: transparent;
  transition: .2s; }
  a:hover {
    color: #333;
    opacity: 0.7; }

img {
  vertical-align: bottom; }

.wp-block-image img {
  max-width: 100%;
  height: auto; }

/*
	layout style
===================================================*/
@media screen and (max-width: 768px) {
  br.brpc {
    display: none; } }

br.brmd {
  display: none; }
  @media screen and (max-width: 768px) {
    br.brmd {
      display: block; } }

br.brsp {
  display: none; }
  @media screen and (max-width: 640px) {
    br.brsp {
      display: block; } }

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

.mdblock {
  display: none; }
  @media screen and (max-width: 768px) {
    .mdblock {
      display: block; } }

.spblock {
  display: none; }
  @media screen and (max-width: 640px) {
    .spblock {
      display: block; } }

#wraper {
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    #wraper {
      padding-top: 80px; } }

.inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 30px; }
  @media screen and (max-width: 640px) {
    .inner {
      max-width: 90%;
      width: 90%;
      padding: 0; } }

/*reCAPTCHAバッチ位置調整*/
.grecaptcha-badge {
  bottom: 80px !important; }

.mt10 {
  margin-top: 10px; }

.mb10 {
  margin-bottom: 10px; }

.mt20 {
  margin-top: 20px; }

.mb20 {
  margin-bottom: 20px; }

.mt30 {
  margin-top: 30px; }

.mb30 {
  margin-bottom: 30px; }

.mt40 {
  margin-top: 40px; }

.mb40 {
  margin-bottom: 40px; }

.center {
  text-align: center; }

.left {
  text-align: left; }

.right {
  text-align: right; }

.red {
  color: red; }

.wh {
  color: #fff; }

.bk {
  color: #000; }

/*縦書き*/
.tate {
  -ms-writing-mode: tb-rl;
  /*IE*/
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  text-orientation: upright; }
  @media screen and (max-width: 768px) {
    .tate.yoko {
      -ms-writing-mode: lr-tb;
      -webkit-writing-mode: horizontal-tb;
      writing-mode: horizontal-tb !important;
      /*折り返す*/
      white-space: normal; } }

.gradient-text {
  background: linear-gradient(to right, #fffdcb 0%, #c8ac6f 22%, #ffcf82 41%, #f4c476 58%, #fffdc7 77%, #ceb071 100%);
  -webkit-background-clip: text;
  /* WebKit系ブラウザ用 */
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  /* WebKit用。非対応ブラウザは透過されないので補助的に */ }

.gradient-text__dark {
  background: radial-gradient(ellipse at center, #ffa73d 0%, #f4c76e 44%, #fce45a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent; }

/*見出し01*/
.heading_ttl01 {
  font-size: var(--fz-1);
  font-weight: normal;
  margin-bottom: 1em;
  letter-spacing: .1em; }
  .heading_ttl01::before {
    content: '';
    display: inline-block;
    margin-right: .5em;
    width: 2em;
    height: 1.5em;
    background-image: url("../img/reaf_blue.svg");
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle; }
  .heading_ttl01.tate::before {
    margin-right: 0; }
  .heading_ttl01 .en {
    display: inline-block;
    font-size: 1.6rem;
    position: relative;
    padding-left: 110px;
    margin-left: 2em; }
    @media screen and (max-width: 768px) {
      .heading_ttl01 .en {
        display: block;
        font-size: 1.3rem;
        padding-left: 60px;
        margin-left: 0; } }
    .heading_ttl01 .en::before {
      display: inline-block;
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      width: 100px;
      height: 1px;
      background-color: #333;
      transform: translateY(-50%); }
      @media screen and (max-width: 768px) {
        .heading_ttl01 .en::before {
          width: 50px; } }

/*両サイドに線*/
.heading-line {
  display: flex;
  align-items: center;
  text-align: center;
  width: 100%;
  font-size: 1.5rem;
  margin: 2rem 0; }

.heading-line::before,
.heading-line::after {
  content: "";
  flex: 1;
  border-top: 1px solid #0081ca; }

.heading-line span {
  padding: 0 1em;
  /* 線とテキストの間隔 */
  white-space: nowrap; }

/*ボタン装飾*/
.entry_btn {
  text-align: center;
  margin: 30px auto; }
  .entry_btn a {
    display: block;
    text-decoration: none;
    font-size: var(--fz-4);
    color: #fff;
    background: #0081ca;
    border-radius: 100vw;
    padding: .5em 1em;
    border: 2px solid #fff; }

.entry_btn02 {
  text-align: center;
  margin: 10% auto; }
  .entry_btn02 a {
    display: block;
    padding: 1.2em 4em;
    background: linear-gradient(#0081ca, #ff4b2b, #ff416c);
    background: linear-gradient(to bottom, #0081ca 0%, #009aca 44%, #0081ca 100%);
    border: 1px solid #fff;
    color: #fff;
    font-weight: 700;
    letter-spacing: .2em;
    font-size: var(--fz-3);
    border-radius: 100vw;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(0, 129, 202, 0.3);
    transition: all 0.3s ease; }
    .entry_btn02 a:hover {
      transform: translateY(-3px);
      box-shadow: 0 6px 20px rgba(0, 129, 202, 0.6);
      background-color: #0081ca;
      opacity: 1; }
    .entry_btn02 a::before {
      content: '';
      display: inline-block;
      font-size: 1.5em;
      font-family: "Font Awesome 5 Free";
      content: "\f573";
      font-weight: 900;
      color: #fff;
      margin-right: .5em; }
      @media screen and (max-width: 768px) {
        .entry_btn02 a::before {
          font-size: 1em;
          margin-right: .3em; } }
    @media screen and (max-width: 768px) {
      .entry_btn02 a {
        width: 100%;
        padding: .8em 0;
        letter-spacing: .05em; } }

/*
	Parts style
===================================================*/
/* wp-pagenavi

一覧ページ

*/
.wp-pagenavi {
  clear: both;
  margin: 0 auto;
  text-align: left;
  display: flex;
  flex-wrap: wrap; }

.wp-pagenavi a, .wp-pagenavi span {
  color: #0081ca;
  border: 1px solid #0081ca !important;
  padding: 8px 15px !important;
  margin: 5px 2px;
  white-space: nowrap;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none; }

.wp-pagenavi a:hover {
  color: #fff;
  background-color: #0081ca;
  border-color: #0081ca; }

.wp-pagenavi span.current {
  color: #fff;
  background-color: #0081ca;
  border-color: #0081ca;
  font-weight: bold; }

/* 
page_navigation

詳細ページ

*/
.page_navigation {
  width: 100%;
  margin: 4% auto;
  text-align: center; }
  .page_navigation nav {
    margin: 50px auto 0;
    padding: 30px 0;
    border-top: solid #0081ca 1px; }
  .page_navigation .nav-links {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .page_navigation .nav-links .nav-previous, .page_navigation .nav-links .nav-next {
      width: 40%;
      text-align: left; }
      .page_navigation .nav-links .nav-previous span, .page_navigation .nav-links .nav-next span {
        display: inline-block;
        width: 80%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-text-overflow: ellipsis;
        -o-text-overflow: ellipsis; }
    .page_navigation .nav-links a {
      text-decoration: none;
      font-size: 1.6rem;
      color: #0081ca;
      line-height: 1;
      text-align: left; }
      @media screen and (max-width: 768px) {
        .page_navigation .nav-links a {
          font-size: 1.3rem; } }
      .page_navigation .nav-links a i {
        font-size: 2rem;
        color: #0081ca; }
        @media screen and (max-width: 768px) {
          .page_navigation .nav-links a i {
            font-size: 1.3rem; } }
  .page_navigation .screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0; }

/*********************************

パンくずリスト

*********************************/
.breadcrumb {
  margin: 20px 0; }
  .breadcrumb ul {
    list-style: none; }
  .breadcrumb li {
    display: inline;
    font-weight: bold; }
    .breadcrumb li a {
      color: #333;
      font-weight: normal; }
  .breadcrumb li + li:before {
    content: ">";
    margin: .5em; }

/*********************************

loading

*********************************/
/* ローディング画面の背景 */
.loading {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0px;
  left: 0px;
  background: #0081ca;
  z-index: 9999; }

.loading__animation {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  -webkit-animation: loadinganimation 3000ms ease-out forwards infinite;
  animation: loadinganimation 3000ms ease-out forwards infinite; }

@keyframes loadinganimation {
  from, to {
    opacity: 0; }
  50% {
    opacity: .5; } }
/*********************************

loop_text

*********************************/
/*ループテキスト*/
.loop-txt__wrap {
  overflow: hidden;
  display: flex;
  width: 100%;
  height: 180px;
  overflow: hidden;
  line-height: 1; }
  .loop-txt__wrap.intro-loop-txt {
    margin-top: -5%;
    position: relative;
    z-index: 1; }

.loop-txt__wrap div {
  flex: 0 0 auto;
  white-space: nowrap;
  font-size: 150px;
  overflow: hidden; }

.loop-txt__wrap div:nth-child(odd) {
  animation: loop-txt1 50s -25s linear infinite; }

.loop-txt__wrap div:nth-child(even) {
  animation: loop-txt2 50s linear infinite; }

@keyframes loop-txt1 {
  0% {
    transform: translateX(100%); }
  to {
    transform: translateX(-100%); } }
@keyframes loop-txt2 {
  0% {
    transform: translateX(0); }
  to {
    transform: translateX(-200%); } }
/*********************************

swiper

*********************************/
/*container_gallery*/
/*途切れなくループ*/
.swiper-container_gallery .swiper-wrapper {
  transition-timing-function: linear; }
  .swiper-container_gallery .swiper-wrapper img {
    width: 100%;
    height: auto;
    object-fit: cover; }

/*********************************

HEADER

*********************************/
.header {
  position: fixed;
  width: 100%;
  padding: 20px;
  top: 0;
  left: 0;
  z-index: 98; }
  @media screen and (max-width: 1024px) {
    .header {
      padding: 10px; } }
  .header .header__inner {
    max-width: 1300px;
    margin: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .header .header__ttl {
    width: 260px; }
    @media screen and (max-width: 1240px) {
      .header .header__ttl {
        width: 200px; } }
    @media screen and (max-width: 1024px) {
      .header .header__ttl {
        width: 150px; } }
    @media screen and (max-width: 768px) {
      .header .header__ttl {
        width: 150px; } }
    .header .header__ttl #site_id img {
      width: 100%;
      height: auto; }
  .header .header__gnav {
    border-radius: 12px; }
    @media screen and (max-width: 768px) {
      .header .header__gnav {
        display: none; } }
    .header .header__gnav ul {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      background: #0081ca;
      padding: 10px;
      border-radius: 100vw; }
      .header .header__gnav ul li {
        list-style-type: none;
        border-right: 1px solid #fff; }
        .header .header__gnav ul li:last-child, .header .header__gnav ul li:nth-child(1) {
          border-right: none; }
        .header .header__gnav ul li:first-child {
          padding-right: 1.5rem; }
          @media screen and (max-width: 1024px) {
            .header .header__gnav ul li:first-child {
              padding-right: 0; } }
        .header .header__gnav ul li.external img {
          height: 45px;
          width: auto; }
          @media screen and (max-width: 1024px) {
            .header .header__gnav ul li.external img {
              height: 30px; } }
        .header .header__gnav ul li.external a {
          display: block;
          background: #fff;
          border-radius: 100vw;
          padding: .2em 1em; }
          @media screen and (max-width: 1024px) {
            .header .header__gnav ul li.external a {
              padding: 5px 10px; } }
        .header .header__gnav ul li a {
          text-decoration: none;
          display: inline-block;
          color: #fff;
          padding: 0 1em;
          letter-spacing: .1em;
          text-align: center; }
          @media screen and (max-width: 1240px) {
            .header .header__gnav ul li a {
              padding: 0 .5em; } }
          @media screen and (max-width: 1024px) {
            .header .header__gnav ul li a span {
              font-size: 1.3rem;
              letter-spacing: normal; } }
          .header .header__gnav ul li a span.en {
            display: block;
            font-size: .8em; }
        .header .header__gnav ul li:last-child a span::after {
          display: none; }

.header__cta-btn {
  position: fixed;
  right: 0;
  top: 100px;
  z-index: 100;
  width: 50px; }
  @media screen and (max-width: 768px) {
    .header__cta-btn {
      right: auto;
      top: auto;
      bottom: 0;
      left: 0;
      width: 100%; }
      .header__cta-btn .tate {
        -ms-writing-mode: lr-tb;
        -webkit-writing-mode: horizontal-tb;
        writing-mode: horizontal-tb;
        /*折り返す*/
        white-space: break-spaces; } }
  @media screen and (max-width: 768px) {
    .header__cta-btn ul {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .header__cta-btn ul li {
    margin: 10px 0; }
    @media screen and (max-width: 768px) {
      .header__cta-btn ul li {
        margin: 0 5px;
        width: calc(100% / 2 - 10px); } }
    .header__cta-btn ul li a {
      width: 50px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      text-decoration: none;
      color: #333;
      background: rgba(255, 255, 255, 0.7);
      border-bottom-left-radius: 12px;
      border-top-left-radius: 12px;
      border: 1px solid #0081ca;
      border-right: none;
      padding: 1em 0; }
      @media screen and (max-width: 768px) {
        .header__cta-btn ul li a {
          background: #fff;
          width: 100%;
          border-bottom-left-radius: 0;
          border-top-right-radius: 12px;
          border: 1px solid #0081ca;
          padding: 10px 10px 20px; } }
      .header__cta-btn ul li a span {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        letter-spacing: .1em;
        font-size: 2rem; }
        @media screen and (max-width: 768px) {
          .header__cta-btn ul li a span {
            font-size: 1.5rem;
            font-weight: bold; } }
        .header__cta-btn ul li a span::before {
          content: '';
          display: inline-block;
          width: 1.3em;
          height: 1.3em;
          background-repeat: no-repeat;
          background-size: contain;
          vertical-align: middle;
          background-position: center;
          margin-bottom: 10px; }
          @media screen and (max-width: 768px) {
            .header__cta-btn ul li a span::before {
              margin-bottom: 0;
              margin-right: 5px; } }
    .header__cta-btn ul li.cta-btn01 a span::before {
      background-image: url("../img/search_icon.svg"); }
    .header__cta-btn ul li.cta-btn01 a:hover {
      background: #fff;
      opacity: 1; }
    .header__cta-btn ul li.cta-btn02 a span::before {
      background-image: url("../img/entry_icon.svg"); }
    .header__cta-btn ul li.cta-btn02 a:hover {
      background: #fff;
      opacity: 1; }

/*ハンバーガーメニュー*/
.h-menu_wrap {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 99;
  display: none;
  /*menuBg*/
  /*h-menu_lists*/ }
  @media screen and (max-width: 768px) {
    .h-menu_wrap {
      display: block; } }
  .h-menu_wrap .btn {
    width: 100%;
    display: block;
    width: 50px;
    height: 55px;
    position: absolute;
    right: 0;
    background: #0081ca;
    border-radius: 8px;
    border: 1px solid #fff;
    z-index: 100;
    /*bar_close*/ }
    .h-menu_wrap .btn:hover {
      cursor: pointer; }
    .h-menu_wrap .btn .menu-txt {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: 4px;
      color: #fff;
      font-size: 1.3rem;
      font-family: "Noto Sans JP", sans-serif; }
    .h-menu_wrap .btn .bar {
      width: 24px;
      height: 2px;
      display: block;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      background-color: #fff; }
      .h-menu_wrap .btn .bar.bar-top {
        top: 10px; }
      .h-menu_wrap .btn .bar.bar-middle {
        top: 20px;
        transform: translate(-50%, -50%); }
      .h-menu_wrap .btn .bar.bar-bottom {
        top: 28px; }
    .h-menu_wrap .btn.close .bar-top {
      transform: translate(-50%, 8px) rotate(45deg);
      transition: transform .3s; }
    .h-menu_wrap .btn.close .bar-middle {
      opacity: 0;
      transition: opacity .3s; }
    .h-menu_wrap .btn.close .bar-bottom {
      transform: translate(-50%, -10px) rotate(-45deg);
      transition: transform .3s; }
  .h-menu_wrap .menuBg {
    transition: all 1s; }
  .h-menu_wrap .menuBg.close {
    background-color: rgba(0, 0, 0, 0.3);
    top: 0;
    content: "";
    left: 0;
    opacity: 1;
    right: 0;
    height: 100vh;
    width: 100%;
    z-index: 19;
    position: fixed; }
  .h-menu_wrap .h-menu_lists {
    display: none;
    background-color: #ffffff;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 70px;
    text-align: center;
    z-index: 99; }
    .h-menu_wrap .h-menu_lists .h-menu_lists__wrap {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      height: 100%;
      overflow: scroll; }
      .h-menu_wrap .h-menu_lists .h-menu_lists__wrap ul {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        flex-direction: column;
        width: 80%; }
        .h-menu_wrap .h-menu_lists .h-menu_lists__wrap ul li {
          width: 100%;
          border-bottom: 1px solid #ccc; }
          .h-menu_wrap .h-menu_lists .h-menu_lists__wrap ul li:last-child {
            margin-bottom: 0; }
          .h-menu_wrap .h-menu_lists .h-menu_lists__wrap ul li a {
            display: block;
            width: 100%;
            color: #333;
            font-size: 1.6rem;
            display: block;
            font-weight: normal;
            position: relative;
            display: inline-block;
            text-decoration: none;
            padding: 10px; }
            .h-menu_wrap .h-menu_lists .h-menu_lists__wrap ul li a::after {
              position: absolute;
              bottom: -10px;
              left: 0;
              content: '';
              width: 100%;
              height: 4px;
              background: #fff;
              transform: scale(0, 1);
              transform-origin: left top;
              transition: transform .3s; }
            .h-menu_wrap .h-menu_lists .h-menu_lists__wrap ul li a:hover {
              opacity: 1; }
            .h-menu_wrap .h-menu_lists .h-menu_lists__wrap ul li a:hover::after {
              transform: scale(1, 1); }
            .h-menu_wrap .h-menu_lists .h-menu_lists__wrap ul li a span {
              display: block; }
              .h-menu_wrap .h-menu_lists .h-menu_lists__wrap ul li a span.ja {
                font-weight: bold; }
              .h-menu_wrap .h-menu_lists .h-menu_lists__wrap ul li a span.en {
                color: #0081ca;
                font-size: 1.3rem; }

/*Youtube*/
.youtube img {
  width: 100%;
  height: auto; }
.youtube .yt {
  position: relative;
  padding-top: 56.25%;
  margin: 0 auto; }
  .youtube .yt iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%; }
  .youtube .yt .yt_link {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%; }
    .youtube .yt .yt_link a {
      display: block; }
      .youtube .yt .yt_link a:hover {
        opacity: 1; }
      .youtube .yt .yt_link a:hover .play_icon {
        width: 100px; }
      .youtube .yt .yt_link a .play_icon {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        -webkit-transform: translateY(-50%) translateX(-50%);
        width: 80px;
        z-index: 1;
        transition: .2s; }

/*gmap*/
.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 36.25%;
  position: relative; }
  @media screen and (max-width: 768px) {
    .gmap {
      padding-bottom: 56.25%; } }

.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%; }

/*********************************

top-page

*********************************/
#top-page {
  /*検索ブロック*/
  /*top-news*/
  /*top-intro*/
  /*top-about*/
  /*top-job*/
  /*top-place*/ }
  #top-page .map_bg {
    background: url("../img/top/j_map.svg") no-repeat center 65%;
    background-size: 100%; }
  #top-page .search-block {
    padding: 5vw 0; }
    #top-page .search-block .search-block__btn {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      #top-page .search-block .search-block__btn p {
        border-bottom: 1px solid #333;
        padding-bottom: 10px; }
      #top-page .search-block .search-block__btn .search_btn {
        width: 300px;
        /* 任意の幅 */
        height: 92px;
        /* 任意の高さ */
        background: url("../img/search_txt_btn.svg") no-repeat center center;
        background-size: 100%;
        border: none;
        text-indent: -9999px;
        /* テキスト非表示 */
        cursor: pointer;
        padding: 0; }
        @media screen and (max-width: 768px) {
          #top-page .search-block .search-block__btn .search_btn {
            width: 240px;
            /* 任意の幅 */
            height: 72px;
            /* 任意の高さ */ } }
    #top-page .search-block .search-block__ttl {
      font-size: clamp(3.2rem, 10vw, 10rem);
      letter-spacing: .1em;
      position: absolute;
      right: -5%;
      top: -5%; }
      @media screen and (max-width: 768px) {
        #top-page .search-block .search-block__ttl {
          right: auto;
          left: 0; } }
      #top-page .search-block .search-block__ttl.tate {
        text-orientation: sideways;
        /* 横向きに回転 */
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        text-orientation: sideways; }
    #top-page .search-block .search-block__inner {
      position: relative;
      padding: 5% 10%;
      background: url("../img/search_bg.png") no-repeat center bottom;
      background-size: 95% 100%; }
      @media screen and (max-width: 768px) {
        #top-page .search-block .search-block__inner {
          padding: 10% 5% 15%;
          background-size: 100% 100%; } }
    #top-page .search-block .search-area {
      /*デフォルトスタイル解除*/ }
      #top-page .search-block .search-area .flx2 {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        #top-page .search-block .search-area .flx2 .lt, #top-page .search-block .search-area .flx2 .rt {
          width: calc(100% / 2 - 2%); }
          @media screen and (max-width: 768px) {
            #top-page .search-block .search-area .flx2 .lt, #top-page .search-block .search-area .flx2 .rt {
              width: calc(100%); } }
      #top-page .search-block .search-area .search__index {
        font-size: var(--fz-5);
        border-bottom: 1px solid #aaa;
        padding: 10px 0;
        margin-bottom: 10px; }
        @media screen and (max-width: 768px) {
          #top-page .search-block .search-area .search__index {
            margin-bottom: 0; } }
        #top-page .search-block .search-area .search__index span {
          display: inline-block;
          border-left: 6px solid #0081ca;
          padding-left: 15px; }
      #top-page .search-block .search-area .search-select {
        padding: 10px 0 30px; }
        @media screen and (max-width: 768px) {
          #top-page .search-block .search-area .search-select {
            padding: 10px 0; } }
      #top-page .search-block .search-area .search-checkbox {
        padding: 10px 0 30px; }
        @media screen and (max-width: 768px) {
          #top-page .search-block .search-area .search-checkbox {
            padding: 10px 0; } }
        #top-page .search-block .search-area .search-checkbox .flex {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
          justify-content: flex-start;
          -webkit-align-items: flex-start;
          -ms-flex-align: start;
          align-items: flex-start;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
          #top-page .search-block .search-area .search-checkbox .flex label {
            width: 100%;
            margin-bottom: 5px; }
            #top-page .search-block .search-area .search-checkbox .flex label input[type="checkbox"] {
              margin-right: 5px; }
      #top-page .search-block .search-area input, #top-page .search-block .search-area textarea {
        padding: 10px; }
      #top-page .search-block .search-area select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 0px;
        border: 1px solid #333;
        background-color: #fff;
        background-image: url("../img/arrow-bottom.svg");
        background-position: right 10px center;
        background-repeat: no-repeat;
        background-size: 13px 13px;
        padding: 10px 30px 10px 10px;
        color: #333;
        width: 100%; }
      #top-page .search-block .search-area input {
        padding: 10px;
        border: 1px solid #666; }
      @media screen and (max-width: 640px) {
        #top-page .search-block .search-area input[type="text"], #top-page .search-block .search-area input[type="tel"], #top-page .search-block .search-area input[type="email"], #top-page .search-block .search-area textarea {
          width: 100%; } }
  #top-page img {
    width: 100%;
    height: auto; }
  #top-page .fv {
    max-width: 1600px;
    margin: auto;
    position: relative; }
    #top-page .fv .fv__ttl {
      position: absolute;
      width: 18%;
      left: 5%;
      top: 130px;
      z-index: 1; }
      @media screen and (max-width: 768px) {
        #top-page .fv .fv__ttl {
          top: 5%; } }
    #top-page .fv .fv__read {
      position: absolute;
      left: 5%;
      top: 130px;
      z-index: 1;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      font-size: clamp(2.2rem, 4vw, 7rem);
      line-height: 2;
      font-weight: normal;
      letter-spacing: .1em; }
      @media screen and (max-width: 768px) {
        #top-page .fv .fv__read {
          left: auto;
          right: 5%;
          top: 0; } }
    #top-page .fv #muteToggle {
      position: absolute;
      width: 7%;
      bottom: 20%;
      right: 10%;
      background: none;
      border: none;
      cursor: pointer;
      z-index: 1; }
      @media screen and (max-width: 768px) {
        #top-page .fv #muteToggle {
          width: 60px; } }
  #top-page .video-wrapper {
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 150px 0 5%; }
    @media screen and (max-width: 768px) {
      #top-page .video-wrapper {
        padding: 5% 0 5%; } }
    #top-page .video-wrapper video {
      width: 100%;
      height: 100%;
      object-fit: cover;
      /* マスクを適用 */
      -webkit-mask-image: url("../img/video/mask.svg");
      /* Safari用 */
      mask-image: url("../img/video/mask.svg");
      /* 標準 */
      mask-mode: alpha;
      mask-repeat: no-repeat;
      mask-size: contain;
      /* または cover など調整 */
      mask-position: center; }
  #top-page .top-news {
    position: absolute;
    bottom: 8%;
    right: 10%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media screen and (max-width: 1024px) {
      #top-page .top-news {
        bottom: 0; } }
    @media screen and (max-width: 768px) {
      #top-page .top-news {
        position: relative;
        right: auto; } }
    #top-page .top-news .top-news__box {
      background: rgba(255, 255, 255, 0.7);
      border: 1px solid #000;
      padding: 20px;
      border-radius: 12px; }
      @media screen and (max-width: 768px) {
        #top-page .top-news .top-news__box {
          padding: 10px;
          width: 90%;
          margin: auto; } }
    #top-page .top-news .flx2 {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      #top-page .top-news .flx2 .lt {
        width: 2em; }
      #top-page .top-news .flx2 .rt {
        width: calc(100% - 3em); }
    #top-page .top-news .top-news__ttl {
      border-right: 1px solid #000;
      border-left: 1px solid #000; }
      #top-page .top-news .top-news__ttl.tate {
        text-orientation: sideways;
        /* 横向きに回転 */
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        text-orientation: sideways; }
    #top-page .top-news .top-news__read a {
      text-decoration: none;
      color: #333; }
      #top-page .top-news .top-news__read a time {
        font-size: .9em;
        letter-spacing: .1em; }
  #top-page .top-intro {
    padding: 5vw 0;
    text-align: center;
    background-image: url("../img/top/intro_item01.jpg"), url("../img/top/intro_item02.jpg"), url("../img/top/intro_item03.jpg");
    background-repeat: no-repeat;
    background-size: 30% ,28% ,22%;
    background-size: auto 16vw,auto 20vw ,auto 13vw;
    background-position: 105% 20%,-3% center,95% bottom; }
    @media screen and (max-width: 768px) {
      #top-page .top-intro {
        padding: 15vw 0; } }
    @media screen and (max-width: 768px) {
      #top-page .top-intro {
        background-size: 30% ,30% ,22%;
        background-position: left bottom,right bottom,center bottom; } }
    #top-page .top-intro .top-intro__ttl {
      font-size: var(--fz-2);
      display: inline-block; }
      #top-page .top-intro .top-intro__ttl img {
        width: 45%;
        margin: auto; }
        @media screen and (max-width: 768px) {
          #top-page .top-intro .top-intro__ttl img {
            width: 90%; } }
      #top-page .top-intro .top-intro__ttl.bg-bar {
        /*background: linear-gradient(to right,  rgba(200,172,111,1) 1%,rgba(242,192,111,1) 20%,rgba(242,192,111,1) 80%,rgba(200,172,111,1) 100%);
        padding:.2em 1em;
        color: $wh;*/
        padding: .2em 1em;
        background-color: #fff; }
    #top-page .top-intro .top-intro__read {
      line-height: 2.5;
      font-size: var(--fz-4);
      padding: 2em; }
      @media screen and (max-width: 768px) {
        #top-page .top-intro .top-intro__read {
          font-size: 1.6rem;
          line-height: 2;
          padding: 5% 5% 20%; } }
  #top-page .top-about {
    padding: 5vw 0; }
    @media screen and (max-width: 640px) {
      #top-page .top-about {
        padding: 15vw 0; } }
    #top-page .top-about .top-about__inner {
      position: relative;
      padding-top: 10%; }
      #top-page .top-about .top-about__inner .flx2 {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        flex-direction: row-reverse; }
      #top-page .top-about .top-about__inner .about__img img {
        border-radius: 12px; }
      #top-page .top-about .top-about__inner .top-about__ttl-en {
        position: absolute;
        left: -5%;
        top: 0;
        z-index: 1;
        font-size: clamp(3.2rem, 10vw, 12rem); }
      #top-page .top-about .top-about__inner .top-about__ttl {
        position: absolute;
        right: -5%;
        top: 0;
        z-index: 1;
        font-size: var(--fz-1); }
        @media screen and (max-width: 768px) {
          #top-page .top-about .top-about__inner .top-about__ttl {
            right: 0;
            top: -5%; } }
      #top-page .top-about .top-about__inner .top-about__read {
        line-height: 2.5;
        padding-top: 2em;
        letter-spacing: .1em;
        font-size: var(--fz-4); }
        @media screen and (max-width: 768px) {
          #top-page .top-about .top-about__inner .top-about__read {
            display: block;
            line-height: 2;
            width: 100%; } }
      #top-page .top-about .top-about__inner .read_more {
        margin-left: 5%; }
        @media screen and (max-width: 768px) {
          #top-page .top-about .top-about__inner .read_more {
            margin: 5% auto;
            text-align: center; } }
        #top-page .top-about .top-about__inner .read_more a {
          display: block; }
          #top-page .top-about .top-about__inner .read_more a img {
            width: 300px; }
            @media screen and (max-width: 768px) {
              #top-page .top-about .top-about__inner .read_more a img {
                width: 200px; } }
  #top-page .top-job {
    padding: 5vw 0; }
    #top-page .top-job .top-job__read {
      font-size: var(--fz-5);
      line-height: 2; }
    #top-page .top-job .top-job__list {
      margin: 5% auto;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      @media screen and (max-width: 768px) {
        #top-page .top-job .top-job__list {
          margin: 10% auto; } }
      #top-page .top-job .top-job__list li {
        list-style-type: none;
        width: calc(100% / 3 - 2%);
        margin: 2% 1%; }
        @media screen and (max-width: 768px) {
          #top-page .top-job .top-job__list li {
            width: calc(100%);
            margin: 5% auto; } }
        #top-page .top-job .top-job__list li a {
          position: relative;
          text-decoration: none;
          color: #333;
          display: block; }
          #top-page .top-job .top-job__list li a .num {
            position: absolute;
            top: -30px;
            right: 10px;
            z-index: 1;
            text-align: center;
            width: 60px;
            letter-spacing: .15em;
            line-height: 60px;
            border-radius: 100vw;
            overflow: hidden;
            color: #fff;
            background: #0081ca;
            font-size: var(--fz-5); }
            @media screen and (max-width: 768px) {
              #top-page .top-job .top-job__list li a .num {
                position: absolute;
                top: -30px;
                right: auto;
                left: 10px; } }
          #top-page .top-job .top-job__list li a .flx2 {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-align-items: flex-end;
            -ms-flex-align: end;
            align-items: flex-end;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            padding: 15px 0; }
          #top-page .top-job .top-job__list li a .jpb__ttl {
            width: 70%;
            font-size: var(--fz-4);
            letter-spacing: .1em;
            font-weight: normal; }
            @media screen and (max-width: 768px) {
              #top-page .top-job .top-job__list li a .jpb__ttl {
                width: 100%; } }
            #top-page .top-job .top-job__list li a .jpb__ttl.sm {
              font-size: var(--fz-5); }
              @media screen and (max-width: 768px) {
                #top-page .top-job .top-job__list li a .jpb__ttl.sm {
                  font-size: var(--fz-4); } }
          #top-page .top-job .top-job__list li a .job__img img {
            width: 100%;
            height: auto;
            aspect-ratio: 5 / 3;
            object-fit: cover;
            border-top-left-radius: 50px; }
          #top-page .top-job .top-job__list li a .read_more {
            width: 30%; }
            @media screen and (max-width: 768px) {
              #top-page .top-job .top-job__list li a .read_more {
                width: 100%;
                text-align: right; }
                #top-page .top-job .top-job__list li a .read_more img {
                  width: 40%; } }
  #top-page .top-place {
    padding: 5vw 0 10vw; }
    #top-page .top-place .top-place__ttl {
      font-size: clamp(3.2rem, 8vw, 10rem); }
      #top-page .top-place .top-place__ttl .ja {
        font-size: var(--fz-4);
        color: #333;
        display: inline-block;
        margin-left: .5em;
        letter-spacing: .1em;
        font-weight: normal; }
        #top-page .top-place .top-place__ttl .ja::after {
          display: inline-block;
          content: '地域'; }
    #top-page .top-place .top-place__pref-ttl {
      font-size: var(--fz-5);
      margin: 10px 0;
      letter-spacing: .1em;
      font-weight: normal;
      display: inline-block;
      background-color: rgba(255, 255, 255, 0.7);
      padding: .1em 2em;
      margin-left: 10px;
      border-radius: 12px; }
    #top-page .top-place .top-place__list {
      width: 80%;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      align-items: stretch;
      margin-bottom: 5%;
      /*山形地域*/
      /*宮城地域*/
      /*関東地域*/
      /*東京*/
      /*神奈川*/
      /*埼玉*/ }
      @media screen and (max-width: 768px) {
        #top-page .top-place .top-place__list {
          width: 100%; } }
      #top-page .top-place .top-place__list li {
        list-style-type: none;
        width: calc(100% / 4 - 20px);
        margin: 8px 5px; }
        @media screen and (max-width: 768px) {
          #top-page .top-place .top-place__list li {
            width: calc(100% / 2 - 10px);
            margin: 5px; } }
        #top-page .top-place .top-place__list li a {
          display: block;
          padding: 10px;
          border-radius: 12px;
          padding-bottom: 20%;
          text-decoration: none;
          color: #fff;
          height: 100%; }
          #top-page .top-place .top-place__list li a .place__img img {
            width: 100%;
            height: auto;
            aspect-ratio: 1 / 1;
            object-fit: cover;
            border-radius: 6px; }
            @media screen and (max-width: 768px) {
              #top-page .top-place .top-place__list li a .place__img img {
                aspect-ratio: 2 / 1;
                border-radius: 6px; } }
          #top-page .top-place .top-place__list li a .place__area {
            background: #fff;
            display: inline-block;
            padding: .1em 1em;
            font-size: .9em;
            margin-top: 10px;
            border-radius: 4px; }
            @media screen and (max-width: 768px) {
              #top-page .top-place .top-place__list li a .place__area {
                padding: 0 1em;
                font-size: 1.2rem;
                margin-top: 5px; } }
          #top-page .top-place .top-place__list li a .place__ttl {
            font-size: 1.2em;
            font-weight: normal;
            letter-spacing: .1em; }
            @media screen and (max-width: 768px) {
              #top-page .top-place .top-place__list li a .place__ttl {
                font-size: 1.5rem; } }
      #top-page .top-place .top-place__list.area-Yamagata li a, #top-page .top-place .top-place__list.pref-yamagata li a {
        background: url("../img/read_more_wh.svg") #e8bd9f no-repeat 90% 95%;
        background-size: 40%; }
        #top-page .top-place .top-place__list.area-Yamagata li a .place__area, #top-page .top-place .top-place__list.pref-yamagata li a .place__area {
          color: #e8bd9f; }
      #top-page .top-place .top-place__list.area-Miyagi li a, #top-page .top-place .top-place__list.pref-miyagi li a {
        background: url("../img/read_more_wh.svg") #cbd83d no-repeat 90% 95%;
        background-size: 40%; }
        #top-page .top-place .top-place__list.area-Miyagi li a .place__area, #top-page .top-place .top-place__list.pref-miyagi li a .place__area {
          color: #cbd83d; }
      #top-page .top-place .top-place__list.area-Kantou {
        width: 100%; }
        #top-page .top-place .top-place__list.area-Kantou li {
          width: calc(100% / 5 - 20px); }
          @media screen and (max-width: 768px) {
            #top-page .top-place .top-place__list.area-Kantou li {
              width: calc(100% / 2 - 10px);
              margin: 5px; } }
          #top-page .top-place .top-place__list.area-Kantou li a {
            background: url("../img/read_more_wh.svg") #8cc4d4 no-repeat 90% 95%;
            background-size: 40%; }
            #top-page .top-place .top-place__list.area-Kantou li a .place__area {
              color: #8cc4d4; }
      #top-page .top-place .top-place__list.pref-tokyo {
        width: 100%; }
        #top-page .top-place .top-place__list.pref-tokyo li {
          width: calc(100% / 5 - 20px); }
          @media screen and (max-width: 768px) {
            #top-page .top-place .top-place__list.pref-tokyo li {
              width: calc(100% / 2 - 10px);
              margin: 5px; } }
          #top-page .top-place .top-place__list.pref-tokyo li a {
            background: url("../img/read_more_wh.svg") #e8d446 no-repeat 90% 95%;
            background-size: 40%; }
            #top-page .top-place .top-place__list.pref-tokyo li a .place__area {
              color: #e8d446; }
      #top-page .top-place .top-place__list.pref-kanagawa {
        width: 100%; }
        #top-page .top-place .top-place__list.pref-kanagawa li {
          width: calc(100% / 5 - 20px); }
          @media screen and (max-width: 768px) {
            #top-page .top-place .top-place__list.pref-kanagawa li {
              width: calc(100% / 2 - 10px);
              margin: 5px; } }
          #top-page .top-place .top-place__list.pref-kanagawa li a {
            background: url("../img/read_more_wh.svg") #ffb127 no-repeat 90% 95%;
            background-size: 40%; }
            #top-page .top-place .top-place__list.pref-kanagawa li a .place__area {
              color: #ffb127; }
      #top-page .top-place .top-place__list.pref-saitama {
        width: 100%; }
        #top-page .top-place .top-place__list.pref-saitama li {
          width: calc(100% / 5 - 20px); }
          @media screen and (max-width: 768px) {
            #top-page .top-place .top-place__list.pref-saitama li {
              width: calc(100% / 2 - 10px);
              margin: 5px; } }
          #top-page .top-place .top-place__list.pref-saitama li a {
            background: url("../img/read_more_wh.svg") #54933f no-repeat 90% 95%;
            background-size: 40%; }
            #top-page .top-place .top-place__list.pref-saitama li a .place__area {
              color: #54933f; }

/*********************************

sub-page

*********************************/
#sub-page {
  padding: 150px 0 10vw;
  /*サブヘッダー*/
  /*2カラム*/
  /*敬寿会を知る*/
  /*仕事を知る*/
  /* 仕事の場所を知る*/
  /*FAQ*/
  /*エントリー*/
  /*お知らせ*/ }
  @media screen and (max-width: 768px) {
    #sub-page {
      padding: 50px 0 10vw; } }
  #sub-page h1.sub-page__ttl {
    font-size: 4rem;
    text-align: center;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #0081ca; }
    @media screen and (max-width: 768px) {
      #sub-page h1.sub-page__ttl {
        font-size: 2rem; } }
  #sub-page .sub-page__contents {
    padding: 5vw 0; }
  #sub-page .contents-box {
    background: rgba(255, 255, 255, 0.7);
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 0 0 0.5px #aaa; }
  #sub-page .sub-page__head {
    margin: auto;
    position: relative; }
    #sub-page .sub-page__head .head__ttl {
      text-align: right;
      position: absolute;
      right: 5%;
      top: 50%;
      z-index: 1;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%); }
      @media screen and (max-width: 768px) {
        #sub-page .sub-page__head .head__ttl {
          position: relative;
          text-align: left;
          right: auto;
          top: auto;
          transform: none; } }
      #sub-page .sub-page__head .head__ttl h1, #sub-page .sub-page__head .head__ttl h2 {
        font-weight: normal;
        letter-spacing: .1em; }
      #sub-page .sub-page__head .head__ttl .en {
        display: block;
        font-size: var(--fz-heading); }
        @media screen and (max-width: 768px) {
          #sub-page .sub-page__head .head__ttl .en {
            font-size: 8vw; } }
      #sub-page .sub-page__head .head__ttl .ja {
        font-size: var(--fz-1);
        margin-bottom: 1em; }
      #sub-page .sub-page__head .head__ttl .head__ttl--read .highlight {
        background-color: rgba(255, 255, 255, 0.8);
        display: inline;
        box-decoration-break: clone;
        -webkit-box-decoration-break: clone;
        padding: 0.3em 0.4em;
        line-height: 2.5;
        /* 行ごとに余白っぽさ */
        border-radius: 6px; }
    #sub-page .sub-page__head .head__img {
      width: 70%; }
      @media screen and (max-width: 768px) {
        #sub-page .sub-page__head .head__img {
          width: 90%;
          margin-right: 0;
          margin-left: auto;
          margin-top: -100px; } }
      #sub-page .sub-page__head .head__img img {
        width: 100%;
        height: auto;
        /*mask比率*/
        aspect-ratio: 8 / 7;
        object-fit: cover;
        /*mask*/
        -webkit-mask-image: url("../img/head_img_mask.svg");
        mask-image: url("../img/head_img_mask.svg");
        -webkit-mask-size: contain;
        mask-size: contain;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-position: center;
        mask-position: center; }
  #sub-page .sub-page__wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #sub-page .sub-page__wrap.col2 {
      max-width: 1300px;
      margin: 0 auto;
      padding: 0 30px; }
      @media screen and (max-width: 768px) {
        #sub-page .sub-page__wrap.col2 {
          max-width: 90%;
          width: 90%;
          padding: 0; } }
      #sub-page .sub-page__wrap.col2 .side-contents {
        width: 350px;
        padding-top: 100px; }
        @media screen and (max-width: 1024px) {
          #sub-page .sub-page__wrap.col2 .side-contents {
            width: 250px; } }
        @media screen and (max-width: 768px) {
          #sub-page .sub-page__wrap.col2 .side-contents {
            width: 100%;
            padding-top: 0; } }
      #sub-page .sub-page__wrap.col2 .main-contents {
        width: calc(100% - 380px);
        padding-top: 100px;
        /*検索結果*/ }
        @media screen and (max-width: 1024px) {
          #sub-page .sub-page__wrap.col2 .main-contents {
            width: calc(100% - 280px); } }
        @media screen and (max-width: 768px) {
          #sub-page .sub-page__wrap.col2 .main-contents {
            width: 100%;
            padding-top: 100px; } }
        #sub-page .sub-page__wrap.col2 .main-contents .recruit-list ul li {
          list-style-type: none;
          margin-bottom: 40px; }
        #sub-page .sub-page__wrap.col2 .main-contents .recruit-list .flx2 {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
          justify-content: flex-start;
          -webkit-align-items: flex-start;
          -ms-flex-align: start;
          align-items: flex-start;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
          #sub-page .sub-page__wrap.col2 .main-contents .recruit-list .flx2 .lt, #sub-page .sub-page__wrap.col2 .main-contents .recruit-list .flx2 .rt {
            width: calc(100% / 2);
            padding: 10px; }
            @media screen and (max-width: 768px) {
              #sub-page .sub-page__wrap.col2 .main-contents .recruit-list .flx2 .lt, #sub-page .sub-page__wrap.col2 .main-contents .recruit-list .flx2 .rt {
                width: calc(100%);
                padding: 0; } }
        #sub-page .sub-page__wrap.col2 .main-contents .recruit-list .recruit-head {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
          justify-content: flex-start;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          letter-spacing: .1em;
          text-align: center;
          border-bottom: 1px solid #aaa;
          padding-bottom: 20px; }
          @media screen and (max-width: 768px) {
            #sub-page .sub-page__wrap.col2 .main-contents .recruit-list .recruit-head {
              padding-bottom: 0; } }
          #sub-page .sub-page__wrap.col2 .main-contents .recruit-list .recruit-head .head__ttl {
            width: 40%;
            background: #009aca;
            color: #fff;
            padding: .2em .5em;
            text-align: center;
            font-size: var(--fz-4);
            border-radius: 12px; }
            @media screen and (max-width: 768px) {
              #sub-page .sub-page__wrap.col2 .main-contents .recruit-list .recruit-head .head__ttl {
                width: 100%;
                padding-bottom: 0; } }
          #sub-page .sub-page__wrap.col2 .main-contents .recruit-list .recruit-head .w_kind_ttl {
            width: 60%;
            font-weight: bold;
            font-size: var(--fz-4);
            padding: 10px; }
            @media screen and (max-width: 768px) {
              #sub-page .sub-page__wrap.col2 .main-contents .recruit-list .recruit-head .w_kind_ttl {
                width: 100%; } }
        #sub-page .sub-page__wrap.col2 .main-contents .recruit-list .ttl {
          border: 1px solid #aaa;
          padding: 5px 10px;
          margin: 5px 0;
          text-align: center;
          font-weight: normal; }
        #sub-page .sub-page__wrap.col2 .main-contents .recruit-list .read {
          padding: 10px;
          line-height: 2; }
          @media screen and (max-width: 768px) {
            #sub-page .sub-page__wrap.col2 .main-contents .recruit-list .read {
              padding: 0; } }
        #sub-page .sub-page__wrap.col2 .main-contents .recruit-list .block-1 {
          padding: 10px; }
          @media screen and (max-width: 768px) {
            #sub-page .sub-page__wrap.col2 .main-contents .recruit-list .block-1 {
              padding: 0;
              margin-top: 20px; } }
          #sub-page .sub-page__wrap.col2 .main-contents .recruit-list .block-1 table {
            width: 100%; }
            #sub-page .sub-page__wrap.col2 .main-contents .recruit-list .block-1 table th {
              width: 30%; }
              @media screen and (max-width: 768px) {
                #sub-page .sub-page__wrap.col2 .main-contents .recruit-list .block-1 table th {
                  width: 100%;
                  display: block; } }
            #sub-page .sub-page__wrap.col2 .main-contents .recruit-list .block-1 table td {
              width: 70%; }
              @media screen and (max-width: 768px) {
                #sub-page .sub-page__wrap.col2 .main-contents .recruit-list .block-1 table td {
                  width: 100%;
                  display: block; } }
        #sub-page .sub-page__wrap.col2 .main-contents .back_btn a {
          text-decoration: none;
          color: #fff;
          font-size: var(--fz-4);
          color: #fff;
          background: #333;
          border-radius: 12px;
          padding: .4em 1em;
          letter-spacing: .1em; }
        #sub-page .sub-page__wrap.col2 .main-contents .back_btn i {
          display: inline-block;
          margin-right: .5em; }
        #sub-page .sub-page__wrap.col2 .main-contents .search__ttl {
          font-size: var(--fz-4);
          margin-bottom: 1em;
          letter-spacing: .1em; }
          #sub-page .sub-page__wrap.col2 .main-contents .search__ttl span {
            display: inline-block;
            margin-left: .5em; }
        #sub-page .sub-page__wrap.col2 .main-contents .not-found {
          text-align: center;
          padding: 5% 0 10%; }
          #sub-page .sub-page__wrap.col2 .main-contents .not-found .not-found__ttl {
            font-size: var(--fz-3); }
          #sub-page .sub-page__wrap.col2 .main-contents .not-found .not-found__read {
            padding: 2em 0; }
    #sub-page .sub-page__wrap .side-box {
      /*検索ボタン*/ }
      #sub-page .sub-page__wrap .side-box .search_btn {
        width: 100px;
        /* 任意の幅 */
        height: 100px;
        /* 任意の高さ */
        background: url("../img/search_btn.svg") no-repeat center center;
        background-size: cover;
        border: none;
        text-indent: -9999px;
        /* テキスト非表示 */
        cursor: pointer;
        padding: 0; }
        @media screen and (max-width: 768px) {
          #sub-page .sub-page__wrap .side-box .search_btn {
            width: 80px;
            /* 任意の幅 */
            height: 80px;
            /* 任意の高さ */ } }
      #sub-page .sub-page__wrap .side-box .search-area {
        /*デフォルトスタイル解除*/ }
        #sub-page .sub-page__wrap .side-box .search-area .search__index {
          font-size: var(--fz-5);
          padding: 10px 0;
          border-bottom: 1px solid #aaa;
          margin-bottom: 10px; }
          @media screen and (max-width: 768px) {
            #sub-page .sub-page__wrap .side-box .search-area .search__index {
              margin-bottom: 0; } }
          #sub-page .sub-page__wrap .side-box .search-area .search__index span {
            display: inline-block;
            border-left: 6px solid #0081ca;
            padding-left: 15px; }
        #sub-page .sub-page__wrap .side-box .search-area .search-select {
          padding: 10px 0 30px; }
          @media screen and (max-width: 768px) {
            #sub-page .sub-page__wrap .side-box .search-area .search-select {
              padding: 10px 0; } }
        #sub-page .sub-page__wrap .side-box .search-area .search-checkbox {
          padding: 10px 0 30px; }
          @media screen and (max-width: 768px) {
            #sub-page .sub-page__wrap .side-box .search-area .search-checkbox {
              padding: 10px 0; } }
          #sub-page .sub-page__wrap .side-box .search-area .search-checkbox .flex {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -webkit-align-items: flex-start;
            -ms-flex-align: start;
            align-items: flex-start;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
            #sub-page .sub-page__wrap .side-box .search-area .search-checkbox .flex label {
              width: 100%;
              margin-bottom: 5px; }
              #sub-page .sub-page__wrap .side-box .search-area .search-checkbox .flex label input[type="checkbox"] {
                margin-right: 5px; }
        #sub-page .sub-page__wrap .side-box .search-area input, #sub-page .sub-page__wrap .side-box .search-area textarea {
          padding: 10px; }
        #sub-page .sub-page__wrap .side-box .search-area select {
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          border-radius: 0px;
          border: 1px solid #333;
          background-color: #fff;
          background-image: url("../img/arrow-bottom.svg");
          background-position: right 10px center;
          background-repeat: no-repeat;
          background-size: 13px 13px;
          padding: 10px 30px 10px 10px;
          color: #333;
          width: 100%; }
        #sub-page .sub-page__wrap .side-box .search-area input {
          padding: 10px;
          border: 1px solid #666; }
        @media screen and (max-width: 640px) {
          #sub-page .sub-page__wrap .side-box .search-area input[type="text"], #sub-page .sub-page__wrap .side-box .search-area input[type="tel"], #sub-page .sub-page__wrap .side-box .search-area input[type="email"], #sub-page .sub-page__wrap .side-box .search-area textarea {
            width: 100%; } }
  #sub-page.page-about {
    padding-top: 0;
    /*数字で見るエリア*/ }
    #sub-page.page-about img {
      width: 100%;
      height: auto; }
    #sub-page.page-about .cData .cData__block {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      align-self: stretch;
      padding: 20px;
      margin: 1% 0;
      background: #fff;
      border-radius: 12px; }
      #sub-page.page-about .cData .cData__block dl {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%; }
        #sub-page.page-about .cData .cData__block dl dt.cData__ttl {
          width: 100%;
          text-align: center; }
          #sub-page.page-about .cData .cData__block dl dt.cData__ttl h3 {
            font-size: var(--fz-4);
            font-weight: normal;
            margin-bottom: 1em; }
            #sub-page.page-about .cData .cData__block dl dt.cData__ttl h3::before {
              content: '';
              display: inline-block;
              margin-right: .5em;
              width: 1.5em;
              height: 1em;
              background-image: url(../img/reaf_blue.svg);
              background-repeat: no-repeat;
              background-size: contain;
              vertical-align: middle;
              margin-left: -1.5em; }
        #sub-page.page-about .cData .cData__block dl dd.cData__dtl {
          text-align: center;
          font-size: var(--fz-5);
          width: 100%; }
          #sub-page.page-about .cData .cData__block dl dd.cData__dtl.w100 {
            width: 100%; }
          #sub-page.page-about .cData .cData__block dl dd.cData__dtl .item {
            background: linear-gradient(to bottom, #24b6f2 0%, #0e70ba 100%);
            border-radius: 12px;
            padding: 5%; }
          #sub-page.page-about .cData .cData__block dl dd.cData__dtl .read {
            margin-top: 1rem; }
          #sub-page.page-about .cData .cData__block dl dd.cData__dtl .num_count {
            color: #0081ca;
            letter-spacing: 0.1em;
            text-align: center; }
            #sub-page.page-about .cData .cData__block dl dd.cData__dtl .num_count.num_lg {
              display: inline-block;
              font-size: var(--fz-1);
              line-height: 1;
              padding: 0 .2em; }
              @media screen and (max-width: 640px) {
                #sub-page.page-about .cData .cData__block dl dd.cData__dtl .num_count.num_lg {
                  font-size: 4rem; } }
          #sub-page.page-about .cData .cData__block dl dd.cData__dtl .col2 {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
            #sub-page.page-about .cData .cData__block dl dd.cData__dtl .col2 .lt, #sub-page.page-about .cData .cData__block dl dd.cData__dtl .col2 .rt {
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex;
              -webkit-justify-content: center;
              -ms-flex-pack: center;
              justify-content: center;
              -webkit-align-items: flex-end;
              -ms-flex-align: end;
              align-items: flex-end;
              -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
              flex-wrap: wrap;
              width: 50%; }
              @media screen and (max-width: 640px) {
                #sub-page.page-about .cData .cData__block dl dd.cData__dtl .col2 .lt.w100, #sub-page.page-about .cData .cData__block dl dd.cData__dtl .col2 .rt.w100 {
                  width: 100%;
                  margin: 10px auto; } }
          #sub-page.page-about .cData .cData__block dl dd.cData__dtl .list {
            text-align: left; }
            #sub-page.page-about .cData .cData__block dl dd.cData__dtl .list li {
              display: inline-block;
              background: #0081ca;
              color: #fff;
              padding: .2em 1em;
              border-radius: 12px;
              margin: 4px; }
    #sub-page.page-about .cData .col1 {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      #sub-page.page-about .cData .col1 .cData__block {
        width: calc(100%); }
    #sub-page.page-about .cData .col2 {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      #sub-page.page-about .cData .col2 .cData__block {
        width: calc(100%); }
    #sub-page.page-about .cData .col3 {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      #sub-page.page-about .cData .col3 .cData__block {
        width: calc(100% / 3 - 1%); }
        @media screen and (max-width: 768px) {
          #sub-page.page-about .cData .col3 .cData__block {
            width: calc(100%); } }
  #sub-page.page-job {
    padding-top: 0; }
    #sub-page.page-job img {
      width: 100%;
      height: auto; }
    #sub-page.page-job .job__list .job__list--nav {
      padding: 0 0 10vw 0; }
      @media screen and (max-width: 768px) {
        #sub-page.page-job .job__list .job__list--nav {
          margin-bottom: 20vw; } }
      #sub-page.page-job .job__list .job__list--nav ul {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        align-items: stretch; }
        #sub-page.page-job .job__list .job__list--nav ul li {
          width: calc(100% / 4 - 10px);
          margin: 5px; }
          @media screen and (max-width: 1024px) {
            #sub-page.page-job .job__list .job__list--nav ul li {
              width: calc(100% / 3 - 10px); } }
          @media screen and (max-width: 768px) {
            #sub-page.page-job .job__list .job__list--nav ul li {
              width: calc(100% / 2 - 10px); } }
          @media screen and (max-width: 640px) {
            #sub-page.page-job .job__list .job__list--nav ul li {
              width: calc(100% / 1 - 10px); } }
          #sub-page.page-job .job__list .job__list--nav ul li a {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            height: 100%;
            text-decoration: none;
            text-align: center;
            background: #009aca;
            color: #fff;
            padding: 15px 1.5em 15px 1em;
            border-radius: 6px;
            font-size: var(--fz-5);
            letter-spacing: .05em;
            position: relative; }
            @media screen and (max-width: 640px) {
              #sub-page.page-job .job__list .job__list--nav ul li a {
                padding: 10px 1em;
                font-size: 1.5rem;
                font-weight: bold; } }
            #sub-page.page-job .job__list .job__list--nav ul li a::after {
              font-size: 13px;
              font-family: "Font Awesome 5 Free";
              content: "\f078";
              font-weight: 900;
              color: #fff;
              position: absolute;
              right: 1em;
              top: 50%;
              transform: translateY(-50%);
              -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%); }
            #sub-page.page-job .job__list .job__list--nav ul li a.sm_txt {
              font-size: 1.4rem;
              padding: 15px 1em 15px .4em; }
    #sub-page.page-job .job__list .job__list--contents {
      margin-bottom: 10%;
      background: rgba(255, 255, 255, 0.9);
      border-radius: 12px;
      box-shadow: 0 0 0 0.5px #aaa;
      /*とは*/
      /*主な仕事内容*/
      /*について*/ }
      @media screen and (max-width: 768px) {
        #sub-page.page-job .job__list .job__list--contents {
          margin-bottom: 20vw; } }
      #sub-page.page-job .job__list .job__list--contents .job__index {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 30px 0;
        margin-bottom: -30px; }
        @media screen and (max-width: 768px) {
          #sub-page.page-job .job__list .job__list--contents .job__index {
            padding: 0 5% 0; } }
        #sub-page.page-job .job__list .job__list--contents .job__index .job__index--img {
          width: 30%;
          position: relative;
          top: -30px; }
          @media screen and (max-width: 768px) {
            #sub-page.page-job .job__list .job__list--contents .job__index .job__index--img {
              width: calc(100%); } }
          #sub-page.page-job .job__list .job__list--contents .job__index .job__index--img img {
            width: 100%;
            height: auto;
            aspect-ratio: 4 / 3;
            object-fit: cover; }
        #sub-page.page-job .job__list .job__list--contents .job__index .job__index--ttl {
          width: 70%;
          padding: 2% 0 0 2%; }
          @media screen and (max-width: 768px) {
            #sub-page.page-job .job__list .job__list--contents .job__index .job__index--ttl {
              width: calc(100%);
              padding: 0;
              text-align: center; } }
          @media screen and (max-width: 768px) {
            #sub-page.page-job .job__list .job__list--contents .job__index .job__index--ttl .heading_ttl01::before {
              margin-left: -2em; } }
          #sub-page.page-job .job__list .job__list--contents .job__index .job__index--ttl .heading_ttl01.sm_txt {
            font-size: var(--fz-2); }
          #sub-page.page-job .job__list .job__list--contents .job__index .job__index--ttl .heading_ttl01 .en {
            display: block;
            color: #009aca;
            font-size: var(--fz-3);
            margin-left: 1em; }
            @media screen and (max-width: 768px) {
              #sub-page.page-job .job__list .job__list--contents .job__index .job__index--ttl .heading_ttl01 .en {
                margin-left: 0;
                padding-left: 0; } }
            #sub-page.page-job .job__list .job__list--contents .job__index .job__index--ttl .heading_ttl01 .en::before {
              display: none; }
            #sub-page.page-job .job__list .job__list--contents .job__index .job__index--ttl .heading_ttl01 .en.sm_txt {
              font-size: var(--fz-5);
              padding-left: 0;
              margin-left: 0; }
      #sub-page.page-job .job__list .job__list--contents .job__what {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 30px; }
        @media screen and (max-width: 768px) {
          #sub-page.page-job .job__list .job__list--contents .job__what {
            padding: 0 5% 5%; } }
        #sub-page.page-job .job__list .job__list--contents .job__what .job__what--ttl {
          width: 30%;
          text-align: center; }
          @media screen and (max-width: 1024px) {
            #sub-page.page-job .job__list .job__list--contents .job__what .job__what--ttl {
              width: 20%; } }
          @media screen and (max-width: 768px) {
            #sub-page.page-job .job__list .job__list--contents .job__what .job__what--ttl {
              width: calc(100%);
              margin-bottom: 1em;
              border-bottom: 1px solid #0081ca;
              padding-bottom: .5em; } }
          #sub-page.page-job .job__list .job__list--contents .job__what .job__what--ttl h3 {
            font-size: var(--fz-4);
            letter-spacing: .1em;
            font-weight: normal; }
          #sub-page.page-job .job__list .job__list--contents .job__what .job__what--ttl.sm_txt h3 {
            font-size: var(--fz-4); }
        #sub-page.page-job .job__list .job__list--contents .job__what .job__what--read {
          width: 70%;
          border-left: 1px solid #009aca;
          padding-left: 2rem; }
          @media screen and (max-width: 1024px) {
            #sub-page.page-job .job__list .job__list--contents .job__what .job__what--read {
              width: 80%; } }
          @media screen and (max-width: 768px) {
            #sub-page.page-job .job__list .job__list--contents .job__what .job__what--read {
              width: 100%;
              border-left: none;
              padding: 0; } }
      #sub-page.page-job .job__list .job__list--contents .job__dtl {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 30px;
        background: #0081ca; }
        @media screen and (max-width: 768px) {
          #sub-page.page-job .job__list .job__list--contents .job__dtl {
            padding: 5%; } }
        #sub-page.page-job .job__list .job__list--contents .job__dtl .job__dtl--ttl {
          width: 300px;
          text-align: center;
          color: #fff; }
          @media screen and (max-width: 1024px) {
            #sub-page.page-job .job__list .job__list--contents .job__dtl .job__dtl--ttl {
              width: 200px; } }
          @media screen and (max-width: 768px) {
            #sub-page.page-job .job__list .job__list--contents .job__dtl .job__dtl--ttl {
              width: 100%;
              padding-bottom: 5%; } }
          #sub-page.page-job .job__list .job__list--contents .job__dtl .job__dtl--ttl .circle {
            width: 200px;
            line-height: 200px;
            margin: auto;
            border-radius: 100vw;
            overflow: hidden;
            border: 1px solid #fff;
            text-align: center; }
            @media screen and (max-width: 1024px) {
              #sub-page.page-job .job__list .job__list--contents .job__dtl .job__dtl--ttl .circle {
                width: 150px;
                line-height: 150px; } }
        #sub-page.page-job .job__list .job__list--contents .job__dtl .job__dtl--read {
          width: calc(100% - 300px); }
          @media screen and (max-width: 1024px) {
            #sub-page.page-job .job__list .job__list--contents .job__dtl .job__dtl--read {
              width: calc(100% - 200px); } }
          @media screen and (max-width: 768px) {
            #sub-page.page-job .job__list .job__list--contents .job__dtl .job__dtl--read {
              width: calc(100%); } }
          #sub-page.page-job .job__list .job__list--contents .job__dtl .job__dtl--read ul li {
            list-style-type: none;
            background: #fff;
            border-radius: 6px;
            padding: .5em 1em;
            margin: 5px auto;
            text-align: center;
            color: #0081ca; }
            @media screen and (max-width: 768px) {
              #sub-page.page-job .job__list .job__list--contents .job__dtl .job__dtl--read ul li {
                margin: 0 0 5px; } }
      #sub-page.page-job .job__list .job__list--contents .job__about {
        padding: 30px; }
        @media screen and (max-width: 768px) {
          #sub-page.page-job .job__list .job__list--contents .job__about {
            padding: 5%; } }
        #sub-page.page-job .job__list .job__list--contents .job__about .job__about--ttl h3 {
          font-size: var(--fz-3);
          letter-spacing: .1em;
          font-weight: normal;
          color: #0081ca;
          margin-bottom: 2rem; }
          @media screen and (max-width: 768px) {
            #sub-page.page-job .job__list .job__list--contents .job__about .job__about--ttl h3 {
              text-align: center; } }
        #sub-page.page-job .job__list .job__list--contents .job__about .job__about--read {
          line-height: 2; }
  #sub-page.page-place {
    padding-top: 0; }
    #sub-page.page-place .page-place__ttl {
      font-size: clamp(3.2rem, 8vw, 10rem); }
      #sub-page.page-place .page-place__ttl .ja {
        font-size: var(--fz-4);
        color: #333;
        display: inline-block;
        margin-left: .5em;
        letter-spacing: .1em;
        font-weight: normal; }
        #sub-page.page-place .page-place__ttl .ja::after {
          display: inline-block;
          content: '地域'; }
    #sub-page.page-place .page-place__pref-ttl {
      font-size: var(--fz-5);
      margin: 10px 0;
      letter-spacing: .1em;
      font-weight: normal;
      display: inline-block;
      background-color: rgba(255, 255, 255, 0.7);
      padding: .1em 2em;
      margin-left: 10px;
      border-radius: 12px; }
    #sub-page.page-place .page-place__list {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      align-items: stretch;
      margin-bottom: 5%;
      /*山形地域*/
      /*宮城地域*/
      /*関東地域*/
      /*東京*/
      /*神奈川*/
      /*埼玉*/ }
      @media screen and (max-width: 768px) {
        #sub-page.page-place .page-place__list {
          width: 100%; } }
      #sub-page.page-place .page-place__list li {
        list-style-type: none;
        width: calc(100% / 4 - 20px);
        margin: 8px 5px; }
        @media screen and (max-width: 768px) {
          #sub-page.page-place .page-place__list li {
            width: calc(100% / 2 - 10px);
            margin: 5px; } }
        #sub-page.page-place .page-place__list li a {
          display: block;
          padding: 10px;
          border-radius: 12px;
          padding-bottom: 20%;
          text-decoration: none;
          color: #fff;
          height: 100%; }
          #sub-page.page-place .page-place__list li a .place__img img {
            width: 100%;
            height: auto;
            aspect-ratio: 1 / 1;
            object-fit: cover;
            border-radius: 6px; }
            @media screen and (max-width: 768px) {
              #sub-page.page-place .page-place__list li a .place__img img {
                aspect-ratio: 2 / 1;
                border-radius: 6px; } }
          #sub-page.page-place .page-place__list li a .place__area {
            background: #fff;
            display: inline-block;
            padding: .1em 1em;
            font-size: .9em;
            margin-top: 10px;
            border-radius: 6px; }
            @media screen and (max-width: 768px) {
              #sub-page.page-place .page-place__list li a .place__area {
                padding: 0 1em;
                font-size: 1.2rem;
                margin-top: 5px; } }
          #sub-page.page-place .page-place__list li a .place__ttl {
            font-size: 1.2em;
            font-weight: normal;
            letter-spacing: .1em; }
            @media screen and (max-width: 768px) {
              #sub-page.page-place .page-place__list li a .place__ttl {
                font-size: 1.5rem; } }
      #sub-page.page-place .page-place__list.area-Yamagata li a, #sub-page.page-place .page-place__list.pref-yamagata li a {
        background: url("../img/read_more_wh.svg") #e8bd9f no-repeat 90% 95%;
        background-size: 40%; }
        #sub-page.page-place .page-place__list.area-Yamagata li a .place__area, #sub-page.page-place .page-place__list.pref-yamagata li a .place__area {
          color: #e8bd9f; }
      #sub-page.page-place .page-place__list.area-Miyagi li a, #sub-page.page-place .page-place__list.pref-miyagi li a {
        background: url("../img/read_more_wh.svg") #cbd83d no-repeat 90% 95%;
        background-size: 40%; }
        #sub-page.page-place .page-place__list.area-Miyagi li a .place__area, #sub-page.page-place .page-place__list.pref-miyagi li a .place__area {
          color: #cbd83d; }
      #sub-page.page-place .page-place__list.area-Kantou li a {
        background: url("../img/read_more_wh.svg") #8cc4d4 no-repeat 90% 95%;
        background-size: 40%; }
        #sub-page.page-place .page-place__list.area-Kantou li a .place__area {
          color: #8cc4d4; }
      #sub-page.page-place .page-place__list.pref-tokyo li a {
        background: url("../img/read_more_wh.svg") #e8d446 no-repeat 90% 95%;
        background-size: 40%; }
        #sub-page.page-place .page-place__list.pref-tokyo li a .place__area {
          color: #e8d446; }
      #sub-page.page-place .page-place__list.pref-kanagawa li a {
        background: url("../img/read_more_wh.svg") #ffb127 no-repeat 90% 95%;
        background-size: 40%; }
        #sub-page.page-place .page-place__list.pref-kanagawa li a .place__area {
          color: #ffb127; }
      #sub-page.page-place .page-place__list.pref-saitama li a {
        background: url("../img/read_more_wh.svg") #54933f no-repeat 90% 95%;
        background-size: 40%; }
        #sub-page.page-place .page-place__list.pref-saitama li a .place__area {
          color: #54933f; }
  #sub-page.page-faq {
    /*アコーディオンメニュー*/ }
    #sub-page.page-faq .accordion {
      max-width: 1000px;
      margin: 5% auto;
      border-radius: 6px;
      overflow: hidden;
      font-family: sans-serif; }
    #sub-page.page-faq .accordion-item + .accordion-item {
      border-top: 1px solid #fff; }
    #sub-page.page-faq .accordion-header {
      all: unset;
      display: flex;
      align-items: center;
      width: 100%;
      padding: 1.5rem;
      font-size: 2rem;
      background: #009aca;
      color: #fff;
      cursor: pointer;
      position: relative;
      transition: background-color 0.2s ease;
      padding-left: 1em; }
      @media screen and (max-width: 640px) {
        #sub-page.page-faq .accordion-header {
          font-size: 1.6rem; } }
    #sub-page.page-faq .accordion-header::before {
      content: "+";
      font-weight: bold;
      margin-right: 1em;
      font-size: 1.8rem;
      color: #fff;
      transition: transform 0.3s ease; }
      @media screen and (max-width: 640px) {
        #sub-page.page-faq .accordion-header::before {
          font-size: 1.6rem; } }
    #sub-page.page-faq .accordion-item.open .accordion-header::before {
      content: "−";
      color: #fff; }
    #sub-page.page-faq .accordion-content {
      max-height: 0;
      background: rgba(255, 255, 255, 0.8);
      overflow: hidden;
      transition: max-height 0.3s ease;
      padding: 0 2rem; }
      #sub-page.page-faq .accordion-content p {
        margin: 2rem 0;
        line-height: 2;
        font-size: 1.6rem; }
        @media screen and (max-width: 640px) {
          #sub-page.page-faq .accordion-content p {
            font-size: 1.4rem; } }
  #sub-page.page-entry {
    padding-top: 0; }
    #sub-page.page-entry img {
      width: 100%;
      height: auto; }
    #sub-page.page-entry .contents {
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 0 0 0.5px #aaa;
      padding: 5%;
      margin: 5% auto; }
    #sub-page.page-entry .lg_txt {
      font-size: 1.35em; }
    #sub-page.page-entry .flx2 {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      #sub-page.page-entry .flx2 .lt {
        width: calc(30%); }
        @media screen and (max-width: 768px) {
          #sub-page.page-entry .flx2 .lt {
            width: calc(100%); } }
      #sub-page.page-entry .flx2 .rt {
        width: calc(70%); }
        @media screen and (max-width: 768px) {
          #sub-page.page-entry .flx2 .rt {
            width: calc(100%); } }
    #sub-page.page-entry .entry__intro {
      background: url("../img/entry/intro_bg.webp") no-repeat right center;
      background-size: auto 100%;
      padding-bottom: 10%; }
      @media screen and (max-width: 768px) {
        #sub-page.page-entry .entry__intro {
          background: url("../img/entry/intro_bg_sp.webp") no-repeat left bottom;
          background-size: 100% auto;
          padding-bottom: 30%; } }
      #sub-page.page-entry .entry__intro .entry__intro--read h3 {
        display: inline;
        font-size: var(--fz-2);
        font-weight: normal;
        letter-spacing: .1em;
        background: linear-gradient(transparent 60%, #fff 60%); }
      #sub-page.page-entry .entry__intro .entry__intro--read p {
        line-height: 2;
        padding: 2rem 0; }
    #sub-page.page-entry .entry__message--read {
      padding-left: 5%;
      line-height: 2; }
      @media screen and (max-width: 768px) {
        #sub-page.page-entry .entry__message--read {
          padding: 5% 0; } }
      #sub-page.page-entry .entry__message--read strong {
        font-size: 1.5em; }
      #sub-page.page-entry .entry__message--read span {
        color: #0081ca;
        font-weight: bold; }
        #sub-page.page-entry .entry__message--read span.em {
          background: linear-gradient(transparent 60%, #ff6 60%); }
      #sub-page.page-entry .entry__message--read .note-box {
        border: 1px solid #aaa;
        padding: 2rem;
        margin: 2rem 0; }
    #sub-page.page-entry .entry__hope .entry__hope--img img {
      border-radius: 12px; }
    #sub-page.page-entry .entry__hope .entry__hope--read {
      line-height: 2;
      padding: 5% 0; }
    #sub-page.page-entry .entry__hope h3 {
      font-size: var(--fz-3);
      font-weight: normal; }
    #sub-page.page-entry .entry__hope .entry__hope--list {
      margin: 2rem 0;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      #sub-page.page-entry .entry__hope .entry__hope--list li {
        width: calc(100% / 2);
        list-style-type: none;
        padding: 1rem;
        text-align: center; }
        @media screen and (max-width: 768px) {
          #sub-page.page-entry .entry__hope .entry__hope--list li {
            width: calc(100%);
            padding: 1rem 0; } }
        #sub-page.page-entry .entry__hope .entry__hope--list li span {
          display: block;
          background: #0081ca;
          color: #fff;
          font-size: var(--fz-5);
          letter-spacing: .1em;
          font-family: "Noto Sans JP", sans-serif;
          border-radius: 12px;
          padding: .5em; }
    #sub-page.page-entry .entry__carrier-up .entry__carrier-up--img img {
      border-radius: 12px; }
    #sub-page.page-entry .entry__carrier-up .entry__carrier-up--read {
      line-height: 2;
      padding: 5% 0; }
    #sub-page.page-entry .entry__carrier-up h3 {
      font-size: var(--fz-3);
      font-weight: normal; }
    #sub-page.page-entry .entry__carrier-up .entry__carrier-up__list {
      margin: 5% auto; }
      #sub-page.page-entry .entry__carrier-up .entry__carrier-up__list > li {
        margin-bottom: 5rem; }
      #sub-page.page-entry .entry__carrier-up .entry__carrier-up__list li {
        list-style-type: none; }
        #sub-page.page-entry .entry__carrier-up .entry__carrier-up__list li .list-index {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
          justify-content: flex-start;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          font-size: var(--fz-3); }
          #sub-page.page-entry .entry__carrier-up .entry__carrier-up__list li .list-index span {
            display: inline-block;
            background: #0081ca;
            color: #fff;
            font-family: "Noto Sans JP", sans-serif;
            border-radius: 12px;
            padding: .2em 1em;
            letter-spacing: .1em; }
            @media screen and (max-width: 768px) {
              #sub-page.page-entry .entry__carrier-up .entry__carrier-up__list li .list-index span {
                display: block;
                font-size: 1.4rem;
                margin-bottom: 10px; } }
          #sub-page.page-entry .entry__carrier-up .entry__carrier-up__list li .list-index h4 {
            letter-spacing: .1em;
            padding-left: 1em;
            font-weight: normal; }
            @media screen and (max-width: 768px) {
              #sub-page.page-entry .entry__carrier-up .entry__carrier-up__list li .list-index h4 {
                width: 100%;
                padding: 0;
                font-size: 1.8rem; } }
        #sub-page.page-entry .entry__carrier-up .entry__carrier-up__list li .list-img {
          margin: 5% auto; }
          #sub-page.page-entry .entry__carrier-up .entry__carrier-up__list li .list-img img {
            border: 1px solid #ccc; }
          #sub-page.page-entry .entry__carrier-up .entry__carrier-up__list li .list-img figcaption {
            text-align: center; }
            #sub-page.page-entry .entry__carrier-up .entry__carrier-up__list li .list-img figcaption a {
              color: #333; }
    #sub-page.page-entry .entry__carrier-up .entry__carrier-up__point {
      margin: 5% auto; }
      #sub-page.page-entry .entry__carrier-up .entry__carrier-up__point th {
        padding: 2.5% 0;
        font-family: "Noto Sans JP", sans-serif; }
        @media screen and (max-width: 768px) {
          #sub-page.page-entry .entry__carrier-up .entry__carrier-up__point th {
            display: block;
            width: 100%; } }
        #sub-page.page-entry .entry__carrier-up .entry__carrier-up__point th .circle {
          width: 250px;
          height: 250px;
          background: #0081ca;
          border-radius: 100vw;
          overflow: hidden;
          color: #fff;
          font-size: var(--fz-4);
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
          @media screen and (max-width: 768px) {
            #sub-page.page-entry .entry__carrier-up .entry__carrier-up__point th .circle {
              width: 100%;
              height: auto;
              border-radius: 12rem;
              padding: .5em; } }
      #sub-page.page-entry .entry__carrier-up .entry__carrier-up__point td {
        padding: 2.5%;
        font-size: var(--fz-5);
        vertical-align: middle; }
        @media screen and (max-width: 768px) {
          #sub-page.page-entry .entry__carrier-up .entry__carrier-up__point td {
            display: block;
            width: 100%;
            padding-top: 0; } }
    #sub-page.page-entry .entry__carrier-up #giftmoney {
      text-align: center;
      scroll-margin-top: 200px; }
      @media screen and (max-width: 768px) {
        #sub-page.page-entry .entry__carrier-up #giftmoney {
          scroll-margin-top: 100px; } }
      #sub-page.page-entry .entry__carrier-up #giftmoney .em_txt {
        color: #0081ca;
        font-size: var(--fz-3);
        font-weight: bold;
        letter-spacing: .1em; }
        #sub-page.page-entry .entry__carrier-up #giftmoney .em_txt span {
          font-size: 1.75em;
          letter-spacing: .05em;
          color: #B3A500; }
      #sub-page.page-entry .entry__carrier-up #giftmoney .giftmoney__read {
        padding: 2.5%;
        font-size: var(--fz-5);
        line-height: 2; }
    #sub-page.page-entry .entry__carrier-up .flow {
      display: flex;
      flex-wrap: wrap;
      /* 折り返し可能に */
      gap: 1rem;
      counter-reset: step;
      list-style: none;
      padding: 0;
      margin: 2rem 0 5%; }
      #sub-page.page-entry .entry__carrier-up .flow li {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 5px 1.5rem;
        background: #fff;
        border-radius: 6px;
        min-width: 200px;
        text-align: center;
        flex: 0 0 auto;
        border: 1px solid #aaa; }
        @media screen and (max-width: 768px) {
          #sub-page.page-entry .entry__carrier-up .flow li {
            min-width: 100px;
            width: 45%; } }
        #sub-page.page-entry .entry__carrier-up .flow li span {
          font-weight: bold;
          color: #0081ca;
          font-family: "Noto Sans JP", sans-serif; }
        #sub-page.page-entry .entry__carrier-up .flow li::after {
          content: '▶︎';
          position: absolute;
          right: -1.6rem;
          top: 50%;
          transform: translateY(-50%);
          font-size: 1.2rem;
          color: #0081ca;
          padding: 0 0.4rem;
          /* ← 矢印の左右に余白 */ }
        #sub-page.page-entry .entry__carrier-up .flow li:last-child::after {
          content: none; }
    #sub-page.page-entry .entry__process {
      margin: 5% auto; }
      #sub-page.page-entry .entry__process .entry__process--list li {
        list-style-type: none;
        position: relative;
        margin-bottom: 5%; }
        #sub-page.page-entry .entry__process .entry__process--list li::after {
          content: '';
          display: inline-block;
          width: 10%;
          height: 20%;
          background-image: url("../img/entry/arrow_btm.svg");
          background-repeat: no-repeat;
          background-size: contain;
          vertical-align: middle;
          position: absolute;
          left: 50%;
          transform: translateX(-50%); }
        #sub-page.page-entry .entry__process .entry__process--list li:last-child::after {
          display: none; }
        #sub-page.page-entry .entry__process .entry__process--list li .list-read {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
          justify-content: flex-start;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          align-items: stretch;
          background-color: rgba(255, 255, 255, 0.8);
          padding: 4rem;
          border-radius: 12px; }
          @media screen and (max-width: 768px) {
            #sub-page.page-entry .entry__process .entry__process--list li .list-read {
              padding: 2rem; } }
          #sub-page.page-entry .entry__process .entry__process--list li .list-read .list-read__index {
            width: 15rem;
            color: #009aca;
            text-align: center;
            border-right: 1px solid #009aca;
            padding: 2rem 0;
            line-height: 1; }
            @media screen and (max-width: 768px) {
              #sub-page.page-entry .entry__process .entry__process--list li .list-read .list-read__index {
                width: 100%;
                border-right: none;
                border-bottom: 1px solid #009aca;
                padding: 1rem 0;
                line-height: 1; } }
            #sub-page.page-entry .entry__process .entry__process--list li .list-read .list-read__index .step {
              display: block; }
            #sub-page.page-entry .entry__process .entry__process--list li .list-read .list-read__index .num {
              font-size: var(--fz-1);
              font-weight: bold; }
          #sub-page.page-entry .entry__process .entry__process--list li .list-read .list-read__txt {
            width: calc(100% - 15rem);
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
            @media screen and (max-width: 768px) {
              #sub-page.page-entry .entry__process .entry__process--list li .list-read .list-read__txt {
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-justify-content: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-align-items: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                width: 100%;
                text-align: center;
                flex-direction: column; } }
            #sub-page.page-entry .entry__process .entry__process--list li .list-read .list-read__txt h3 {
              font-size: var(--fz-3);
              line-height: 2; }
            #sub-page.page-entry .entry__process .entry__process--list li .list-read .list-read__txt div {
              width: calc(100% - 150px); }
              @media screen and (max-width: 768px) {
                #sub-page.page-entry .entry__process .entry__process--list li .list-read .list-read__txt div {
                  width: calc(100%); } }
            #sub-page.page-entry .entry__process .entry__process--list li .list-read .list-read__txt.step::before {
              content: '';
              display: inline-block;
              width: 65px;
              height: 65px;
              background-repeat: no-repeat;
              background-size: contain;
              vertical-align: middle;
              margin: 0 4rem; }
              @media screen and (max-width: 768px) {
                #sub-page.page-entry .entry__process .entry__process--list li .list-read .list-read__txt.step::before {
                  width: 35px;
                  height: 35px;
                  margin: 1rem auto; } }
            #sub-page.page-entry .entry__process .entry__process--list li .list-read .list-read__txt.step01::before {
              background-image: url("../img/entry/step01.svg"); }
            #sub-page.page-entry .entry__process .entry__process--list li .list-read .list-read__txt.step02::before {
              background-image: url("../img/entry/step02.svg"); }
            #sub-page.page-entry .entry__process .entry__process--list li .list-read .list-read__txt.step03::before {
              background-image: url("../img/entry/step03.svg"); }
            #sub-page.page-entry .entry__process .entry__process--list li .list-read .list-read__txt.step04::before {
              background-image: url("../img/entry/step04.svg"); }
            #sub-page.page-entry .entry__process .entry__process--list li .list-read .list-read__txt.step05::before {
              background-image: url("../img/entry/step05.svg"); }
            #sub-page.page-entry .entry__process .entry__process--list li .list-read .list-read__txt.step06::before {
              background-image: url("../img/entry/step06.svg"); }
            #sub-page.page-entry .entry__process .entry__process--list li .list-read .list-read__txt.step07::before {
              background-image: url("../img/entry/step07.svg"); }
  #sub-page.page-news .post-contents {
    background: #fff;
    padding: 5%;
    border-radius: 12px; }
  #sub-page.page-news .news__list {
    margin-bottom: 5%; }
    @media screen and (max-width: 768px) {
      #sub-page.page-news .news__list {
        margin-bottom: 20px; } }
    #sub-page.page-news .news__list li {
      list-style-type: none;
      padding: 15px;
      border-bottom: 1px solid #333; }
      #sub-page.page-news .news__list li:first-child {
        border-top: 1px solid #333; }
      #sub-page.page-news .news__list li a {
        text-decoration: none;
        color: #333;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        #sub-page.page-news .news__list li a .news__list--cat {
          min-width: 100px;
          font-family: "Noto Sans JP", sans-serif;
          letter-spacing: .05em;
          margin: 0 15px;
          background: #0081ca;
          color: #fff;
          display: inline-block;
          padding: .2em 1em;
          font-size: .9em;
          text-align: center; }
        #sub-page.page-news .news__list li a .news__list--date {
          letter-spacing: .1em; }
        #sub-page.page-news .news__list li a .news__list--ttl {
          display: inline-block;
          width: calc(100% - 250px); }
          @media screen and (max-width: 768px) {
            #sub-page.page-news .news__list li a .news__list--ttl {
              width: calc(100%); } }
          #sub-page.page-news .news__list li a .news__list--ttl h3 {
            display: inline-block; }
            @media screen and (max-width: 768px) {
              #sub-page.page-news .news__list li a .news__list--ttl h3 {
                display: block;
                padding-top: 1em; } }

#single-page {
  padding: 150px 0 10vw; }
  #single-page.def .post-contents {
    background: #fff;
    padding: 5%;
    border-radius: 12px; }
    #single-page.def .post-contents time {
      color: #0081ca;
      display: block;
      margin-bottom: 2rem; }
    #single-page.def .post-contents .ttl {
      font-size: var(--fz-4);
      margin-bottom: 4rem;
      letter-spacing: .1em; }
      #single-page.def .post-contents .ttl::before {
        content: '';
        display: inline-block;
        margin-right: .5em;
        width: 2em;
        height: 1.5em;
        background-image: url(../img/reaf_blue.svg);
        background-repeat: no-repeat;
        background-size: contain;
        vertical-align: middle; }
    #single-page.def .post-contents .contents {
      line-height: 2;
      font-family: "Noto Sans JP", sans-serif; }
    #single-page.def .post-contents .read_more {
      text-align: right; }
      @media screen and (max-width: 768px) {
        #single-page.def .post-contents .read_more {
          text-align: center; } }
      #single-page.def .post-contents .read_more a {
        display: block; }
        #single-page.def .post-contents .read_more a img {
          width: 200px; }
          @media screen and (max-width: 768px) {
            #single-page.def .post-contents .read_more a img {
              width: 160px; } }
  #single-page.single-facility_list {
    padding-top: 0;
    /*先輩インタビュー*/
    /*施設紹介*/
    /*施設求人リスト*/ }
    #single-page.single-facility_list img {
      width: 100%;
      height: auto; }
    #single-page.single-facility_list .single-page__head {
      margin: auto;
      position: relative; }
      #single-page.single-facility_list .single-page__head .head__ttl {
        position: absolute;
        left: 0;
        top: 50%;
        padding: 2% 5%;
        z-index: 1;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        background: rgba(255, 255, 255, 0.7); }
        @media screen and (max-width: 768px) {
          #single-page.single-facility_list .single-page__head .head__ttl {
            top: 60%; } }
        #single-page.single-facility_list .single-page__head .head__ttl h1, #single-page.single-facility_list .single-page__head .head__ttl h2 {
          font-weight: normal;
          letter-spacing: .1em; }
        #single-page.single-facility_list .single-page__head .head__ttl .en {
          display: block;
          font-size: var(--fz-1);
          line-height: 1; }
          @media screen and (max-width: 768px) {
            #single-page.single-facility_list .single-page__head .head__ttl .en {
              font-size: 5vw; } }
        #single-page.single-facility_list .single-page__head .head__ttl .ja {
          font-size: var(--fz-1);
          margin-top: 10px; }
          @media screen and (max-width: 768px) {
            #single-page.single-facility_list .single-page__head .head__ttl .ja {
              font-size: 2.4rem; } }
      #single-page.single-facility_list .single-page__head .head__img {
        width: 100%; }
        #single-page.single-facility_list .single-page__head .head__img img {
          width: 100%;
          height: auto;
          aspect-ratio: 3 / 1.2;
          object-fit: cover; }
          @media screen and (max-width: 768px) {
            #single-page.single-facility_list .single-page__head .head__img img {
              aspect-ratio: 3 / 2.5; } }
    #single-page.single-facility_list .facility_list--interview {
      padding: 5vw 0;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      #single-page.single-facility_list .facility_list--interview .interview__wrap {
        position: relative;
        font-family: "Noto Sans JP", sans-serif;
        width: 70%;
        margin-right: 0;
        margin-left: auto;
        background: #fff;
        border-radius: 12px;
        padding: 30px; }
        @media screen and (max-width: 768px) {
          #single-page.single-facility_list .facility_list--interview .interview__wrap {
            width: 100%;
            padding: 20px; } }
        #single-page.single-facility_list .facility_list--interview .interview__wrap .flx2 {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-align-items: flex-start;
          -ms-flex-align: start;
          align-items: flex-start;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          width: 150%;
          margin-left: -50%; }
          @media screen and (max-width: 768px) {
            #single-page.single-facility_list .facility_list--interview .interview__wrap .flx2 {
              width: 100%;
              margin-left: 0;
              flex-direction: column-reverse; } }
          #single-page.single-facility_list .facility_list--interview .interview__wrap .flx2 .lt, #single-page.single-facility_list .facility_list--interview .interview__wrap .flx2 .rt {
            width: calc(100% / 2); }
            @media screen and (max-width: 768px) {
              #single-page.single-facility_list .facility_list--interview .interview__wrap .flx2 .lt, #single-page.single-facility_list .facility_list--interview .interview__wrap .flx2 .rt {
                width: calc(100%); } }
        #single-page.single-facility_list .facility_list--interview .interview__wrap .interview__img {
          box-shadow: 0 0 3px #aaa; }
          #single-page.single-facility_list .facility_list--interview .interview__wrap .interview__img img {
            width: 100%;
            height: auto;
            aspect-ratio: 4 / 3;
            object-fit: cover; }
          @media screen and (max-width: 768px) {
            #single-page.single-facility_list .facility_list--interview .interview__wrap .interview__img {
              margin: 20px 0; } }
        #single-page.single-facility_list .facility_list--interview .interview__wrap .interview__intro {
          padding: 0 30px; }
          @media screen and (max-width: 768px) {
            #single-page.single-facility_list .facility_list--interview .interview__wrap .interview__intro {
              padding: 0; } }
          #single-page.single-facility_list .facility_list--interview .interview__wrap .interview__intro .intro__ttl {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            font-weight: normal;
            letter-spacing: .1em;
            line-height: 1.75;
            margin-bottom: 2rem;
            font-family: "Shippori Mincho", serif; }
            #single-page.single-facility_list .facility_list--interview .interview__wrap .interview__intro .intro__ttl p {
              display: inline-block; }
              @media screen and (max-width: 768px) {
                #single-page.single-facility_list .facility_list--interview .interview__wrap .interview__intro .intro__ttl p {
                  display: block;
                  width: 100%; } }
              #single-page.single-facility_list .facility_list--interview .interview__wrap .interview__intro .intro__ttl p .f_name {
                display: inline-block;
                color: #0081ca; }
                @media screen and (max-width: 768px) {
                  #single-page.single-facility_list .facility_list--interview .interview__wrap .interview__intro .intro__ttl p .f_name {
                    font-size: 1.6rem; } }
              #single-page.single-facility_list .facility_list--interview .interview__wrap .interview__intro .intro__ttl p .ja {
                display: block;
                font-size: var(--fz-2); }
                @media screen and (max-width: 768px) {
                  #single-page.single-facility_list .facility_list--interview .interview__wrap .interview__intro .intro__ttl p .ja {
                    font-size: 2.8rem; } }
              #single-page.single-facility_list .facility_list--interview .interview__wrap .interview__intro .intro__ttl p .en {
                color: #0081ca; }
                @media screen and (max-width: 768px) {
                  #single-page.single-facility_list .facility_list--interview .interview__wrap .interview__intro .intro__ttl p .en {
                    font-size: 1.6rem; } }
            #single-page.single-facility_list .facility_list--interview .interview__wrap .interview__intro .intro__ttl::before {
              content: '';
              display: inline-block;
              margin-right: .5em;
              width: 4em;
              height: 2.5em;
              background-image: url(../img/reaf_blue.svg);
              background-repeat: no-repeat;
              background-size: contain;
              vertical-align: middle; }
              @media screen and (max-width: 768px) {
                #single-page.single-facility_list .facility_list--interview .interview__wrap .interview__intro .intro__ttl::before {
                  margin-right: 1.5em;
                  display: block;
                  margin-right: 0;
                  margin-bottom: 1em; } }
          #single-page.single-facility_list .facility_list--interview .interview__wrap .interview__intro .intro__message {
            color: #0081ca;
            font-size: var(--fz-5);
            font-weight: bold;
            margin-bottom: 4rem; }
            @media screen and (max-width: 768px) {
              #single-page.single-facility_list .facility_list--interview .interview__wrap .interview__intro .intro__message {
                font-size: 2rem;
                margin-bottom: 2rem; } }
          #single-page.single-facility_list .facility_list--interview .interview__wrap .interview__intro .intro__num {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
            #single-page.single-facility_list .facility_list--interview .interview__wrap .interview__intro .intro__num dt, #single-page.single-facility_list .facility_list--interview .interview__wrap .interview__intro .intro__num dd {
              display: inline-block; }
            #single-page.single-facility_list .facility_list--interview .interview__wrap .interview__intro .intro__num dt {
              width: 120px;
              background: #0081ca;
              color: #fff;
              padding: .2em 1em;
              text-align: center;
              border-radius: 8px;
              margin: 8px 0;
              font-size: .9em; }
              @media screen and (max-width: 480px) {
                #single-page.single-facility_list .facility_list--interview .interview__wrap .interview__intro .intro__num dt {
                  width: 100px;
                  padding: .2em 0;
                  margin: 5px 0; } }
            #single-page.single-facility_list .facility_list--interview .interview__wrap .interview__intro .intro__num dd {
              width: calc(100% - 130px); }
              @media screen and (max-width: 480px) {
                #single-page.single-facility_list .facility_list--interview .interview__wrap .interview__intro .intro__num dd {
                  width: calc(100%);
                  margin-bottom: 1rem; } }
        #single-page.single-facility_list .facility_list--interview .interview__wrap .interview__comment {
          padding-top: 30px; }
          @media screen and (max-width: 768px) {
            #single-page.single-facility_list .facility_list--interview .interview__wrap .interview__comment {
              padding-top: 0; } }
          #single-page.single-facility_list .facility_list--interview .interview__wrap .interview__comment .comment__index {
            color: #0081ca;
            letter-spacing: .1em;
            font-size: var(--fz-5);
            font-weight: normal;
            border-bottom: 1px solid #0081ca;
            border-top: 1px solid #0081ca;
            padding: .5em; }
          #single-page.single-facility_list .facility_list--interview .interview__wrap .interview__comment .comment__read {
            padding: 2rem 0 4rem; }
    #single-page.single-facility_list .facility_list--dtl {
      padding: 5vw 0; }
      #single-page.single-facility_list .facility_list--dtl .dtl__wrap .dtl__gallery .gallery-main img {
        width: 100%;
        width: calc(100% - 20px);
        display: block;
        margin: 0 auto 10px; }
        @media screen and (max-width: 768px) {
          #single-page.single-facility_list .facility_list--dtl .dtl__wrap .dtl__gallery .gallery-main img {
            width: calc(100% - 10px);
            margin: 0 auto 5px; } }
      #single-page.single-facility_list .facility_list--dtl .dtl__wrap .dtl__gallery .gallery-sub {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        #single-page.single-facility_list .facility_list--dtl .dtl__wrap .dtl__gallery .gallery-sub .thumb {
          width: calc(100% / 5 - 20px);
          margin: 10px; }
          @media screen and (max-width: 768px) {
            #single-page.single-facility_list .facility_list--dtl .dtl__wrap .dtl__gallery .gallery-sub .thumb {
              width: calc(100% / 4 - 10px);
              margin: 5px; } }
          #single-page.single-facility_list .facility_list--dtl .dtl__wrap .dtl__gallery .gallery-sub .thumb img {
            width: 100%;
            height: auto;
            aspect-ratio: 4 / 3;
            object-fit: cover; }
      #single-page.single-facility_list .facility_list--dtl .dtl__wrap .dtl__read {
        width: calc(100% - 20px);
        margin: 10px auto 0; }
        @media screen and (max-width: 768px) {
          #single-page.single-facility_list .facility_list--dtl .dtl__wrap .dtl__read {
            width: calc(100% - 10px);
            margin: 5px auto 0; } }
        #single-page.single-facility_list .facility_list--dtl .dtl__wrap .dtl__read .flx2 {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-align-items: flex-start;
          -ms-flex-align: start;
          align-items: flex-start;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
          #single-page.single-facility_list .facility_list--dtl .dtl__wrap .dtl__read .flx2 .lt, #single-page.single-facility_list .facility_list--dtl .dtl__wrap .dtl__read .flx2 .rt {
            width: calc(100% / 2 - 10px); }
            @media screen and (max-width: 768px) {
              #single-page.single-facility_list .facility_list--dtl .dtl__wrap .dtl__read .flx2 .lt, #single-page.single-facility_list .facility_list--dtl .dtl__wrap .dtl__read .flx2 .rt {
                width: calc(100%); } }
        #single-page.single-facility_list .facility_list--dtl .dtl__wrap .dtl__read .dtl__read--list {
          width: 100%;
          margin: 0 auto; }
          @media screen and (max-width: 768px) {
            #single-page.single-facility_list .facility_list--dtl .dtl__wrap .dtl__read .dtl__read--list {
              margin-bottom: 10px; } }
          #single-page.single-facility_list .facility_list--dtl .dtl__wrap .dtl__read .dtl__read--list tr {
            border-bottom: 1px solid #D3D3D3; }
            #single-page.single-facility_list .facility_list--dtl .dtl__wrap .dtl__read .dtl__read--list tr:last-child {
              border-bottom: none; }
            #single-page.single-facility_list .facility_list--dtl .dtl__wrap .dtl__read .dtl__read--list tr th, #single-page.single-facility_list .facility_list--dtl .dtl__wrap .dtl__read .dtl__read--list tr td {
              padding: 15px; }
              @media screen and (max-width: 768px) {
                #single-page.single-facility_list .facility_list--dtl .dtl__wrap .dtl__read .dtl__read--list tr th, #single-page.single-facility_list .facility_list--dtl .dtl__wrap .dtl__read .dtl__read--list tr td {
                  padding: 10px; } }
            #single-page.single-facility_list .facility_list--dtl .dtl__wrap .dtl__read .dtl__read--list tr th {
              background: #009aca;
              text-align: left;
              color: #fff;
              font-weight: normal;
              left: .1em;
              width: 200px; }
              @media screen and (max-width: 768px) {
                #single-page.single-facility_list .facility_list--dtl .dtl__wrap .dtl__read .dtl__read--list tr th {
                  width: 130px; } }
            #single-page.single-facility_list .facility_list--dtl .dtl__wrap .dtl__read .dtl__read--list tr td {
              background: #f9f9f9; }
        #single-page.single-facility_list .facility_list--dtl .dtl__wrap .dtl__read .dtl__read--map .gmap {
          position: relative;
          padding-bottom: 56.25%;
          /* 16:9 */
          height: 0;
          overflow: hidden; }
          #single-page.single-facility_list .facility_list--dtl .dtl__wrap .dtl__read .dtl__read--map .gmap iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: 0; }
    #single-page.single-facility_list .facility_list--recruit {
      padding: 2.5vw 0; }
      #single-page.single-facility_list .facility_list--recruit .recruit__ttl {
        font-size: var(--fz-4);
        margin-bottom: 1em; }
      #single-page.single-facility_list .facility_list--recruit .recruit__link {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        #single-page.single-facility_list .facility_list--recruit .recruit__link li {
          list-style-type: none;
          margin-right: 10px;
          margin-bottom: 10px; }
          #single-page.single-facility_list .facility_list--recruit .recruit__link li a {
            display: inline-block;
            text-decoration: none;
            color: #333;
            background: white;
            padding: .2em 1em;
            border-radius: 4px;
            box-shadow: 0 0 0 0.5px #aaa;
            font-size: var(--fz-5); }
            @media screen and (max-width: 768px) {
              #single-page.single-facility_list .facility_list--recruit .recruit__link li a {
                font-size: 1.3rem;
                margin: 5px 0; } }
            #single-page.single-facility_list .facility_list--recruit .recruit__link li a::before {
              font-family: "Font Awesome 5 Free";
              content: "\f138";
              font-weight: 900;
              color: #0081ca; }

/*********************************

Contact_MWWPFORM

*********************************/
/* reCAPTCHA v3　表示位置 */
.grecaptcha-badge {
  /*margin-bottom: 60px;*/ }

.page-entry-form .contents {
  background: rgba(255, 255, 255, 0.7);
  padding: 10%;
  border-radius: 12px;
  box-shadow: 0 0 0 0.5px #aaa; }
  @media screen and (max-width: 768px) {
    .page-entry-form .contents {
      padding: 10% 5%; } }

#form_page {
  max-width: 100%;
  margin: 5% auto;
  background: #fff;
  padding: 5%;
  color: #000;
  border-radius: 12px; }
  @media screen and (max-width: 768px) {
    #form_page {
      max-width: 100%; } }

table.form_page__table {
  width: 100%; }
  @media screen and (max-width: 768px) {
    table.form_page__table {
      font-size: 1.3rem; } }
  table.form_page__table input, table.form_page__table textarea {
    padding: 1em;
    width: 100%;
    border: 1px solid #333; }
    @media screen and (max-width: 768px) {
      table.form_page__table input, table.form_page__table textarea {
        padding: 10px .5em; } }
  table.form_page__table select {
    padding: .5em;
    border: 1px solid #333; }
    @media screen and (max-width: 768px) {
      table.form_page__table select {
        width: 100%;
        max-width: 100%; } }
  table.form_page__table select[name="contact_month"],
  table.form_page__table select[name="contact_day"],
  table.form_page__table select[name="contact_time"] {
    width: auto; }
  table.form_page__table input[type="checkbox"],
  table.form_page__table input[type="radio"],
  table.form_page__table input[type="text"].input_tel {
    width: auto; }
  table.form_page__table input[type="tel"].input_zip,
  table.form_page__table input[type="text"].input_zip {
    width: 6em; }
  table.form_page__table input[type="text"].input_day {
    width: 7em;
    margin-right: 1em; }
  table.form_page__table input[type="checkbox"] {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    -moz-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    margin-left: 1em; }
  table.form_page__table tr {
    border-bottom: 1px solid #ccc; }
  table.form_page__table th {
    text-align: left;
    vertical-align: top;
    width: 240px;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      table.form_page__table th {
        padding-bottom: 0;
        vertical-align: middle; } }
  table.form_page__table th, table.form_page__table td {
    padding: 10px;
    font-weight: normal; }
    @media screen and (max-width: 768px) {
      table.form_page__table th, table.form_page__table td {
        display: block;
        width: 100%;
        padding: 10px 0; } }

span.equ {
  display: inline-block;
  color: #fff;
  padding: 4px 10px;
  background-color: #0081ca;
  font-weight: normal;
  font-size: .8em;
  margin-left: 1em;
  border-radius: 6px; }
  @media screen and (max-width: 768px) {
    span.equ {
      margin-top: 1em; } }

.btn_submit_wrap {
  text-align: center;
  margin: 5% auto; }

.btn_submit {
  cursor: pointer;
  color: #fff;
  background: #0081ca;
  display: inline-block;
  padding: 15px 2em;
  margin: 0 auto;
  border: 1px solid #0081ca;
  -webkit-transition: all .5s;
  transition: all .5s;
  letter-spacing: 0.18em; }

.btn_submit:hover {
  background: #009aca;
  border: 1px solid #009aca;
  color: #fff; }

/*戻る*/
.btn_submit_back {
  cursor: pointer;
  color: #0081ca;
  background: #f9f9f9;
  display: inline-block;
  padding: 15px 2em;
  margin: 0 auto;
  border: 1px solid #0081ca;
  -webkit-transition: all .5s;
  transition: all .5s;
  letter-spacing: 0.18em;
  margin-right: 1em; }

/*エラー*/
.mw_wp_form .error {
  display: inline-block !important; }

/*個人情報取り扱い*/
.form_page__p_area {
  text-align: center;
  padding-top: 30px; }
  @media screen and (max-width: 768px) {
    .form_page__p_area {
      font-size: 1.3rem; } }
  .form_page__p_area h3 {
    margin-bottom: 20px; }
  .form_page__p_area .p_btn {
    display: inline-block; }
  .form_page__p_area .form_page__p_txt {
    padding: 30px;
    text-align: left;
    margin-bottom: 20px;
    line-height: 1.75em;
    width: 100%;
    height: 200px;
    border: 2px solid #0081ca;
    border-radius: 5px;
    overflow: auto;
    background: #fff; }

/*********************************

footer

*********************************/
.footer {
  /*先輩インタビュー*/
  /*よくある質問*/
  /*お知らせ*/
  /*footer-info*/
  /*footer-access*/ }
  .footer img {
    width: 100%;
    height: auto; }
  .footer .footer-interview {
    padding: 5vw 0; }
    .footer .footer-interview .swiper-container .swiper-wrapper {
      padding-top: 5%; }
      .footer .footer-interview .swiper-container .swiper-wrapper .swiper-slide.interview__list {
        position: relative; }
        .footer .footer-interview .swiper-container .swiper-wrapper .swiper-slide.interview__list a {
          text-decoration: none;
          color: #333;
          display: block; }
          .footer .footer-interview .swiper-container .swiper-wrapper .swiper-slide.interview__list a .i-img {
            clip-path: polygon(13% 0, 100% 0, 87% 100%, 0% 100%); }
            .footer .footer-interview .swiper-container .swiper-wrapper .swiper-slide.interview__list a .i-img img {
              width: 100%;
              height: auto;
              aspect-ratio: 4 / 5;
              object-fit: cover; }
          .footer .footer-interview .swiper-container .swiper-wrapper .swiper-slide.interview__list a .i-txt {
            text-align: center;
            padding: 1em;
            /*.i-ttl{
                position: absolute;
                top: -5%;
                right: 5%;
                z-index: 1;
                padding: 10px 4px;
                text-align: left; background:rgba(255,255,255,0.8);
                display: inline;
                box-decoration-break: clone;
                -webkit-box-decoration-break: clone;
                font-size: var(--fz-4);
                letter-spacing: .1em;                     
                writing-mode: vertical-rl;
                max-height: 80%;
                white-space: normal;
                word-break: break-word;
                overflow: hidden;
                @include mq(ml) {
                    max-height: 70%;
                }
                @include mq(sm) {
                    font-size: 1.3rem;
                }
            }*/ }
            .footer .footer-interview .swiper-container .swiper-wrapper .swiper-slide.interview__list a .i-txt .i-w_kind {
              display: inline-block;
              border-radius: 6px;
              padding: .2em 1em;
              background: #009aca;
              color: #fff; }
            .footer .footer-interview .swiper-container .swiper-wrapper .swiper-slide.interview__list a .i-txt .i-name_en {
              font-size: var(--fz-5); }
            .footer .footer-interview .swiper-container .swiper-wrapper .swiper-slide.interview__list a .i-txt .i-name_ja {
              font-size: var(--fz-3); }
  .footer .footer-guide {
    position: relative;
    padding: 30vw 0 5vw;
    background: url("../img/guide_bg.jpg") no-repeat top center;
    background-size: 100%; }
    .footer .footer-guide .guide__read {
      position: absolute;
      top: -10%;
      right: 5%; }
      @media screen and (max-width: 768px) {
        .footer .footer-guide .guide__read {
          position: absolute;
          top: -5%;
          right: auto;
          width: 100%; }
          .footer .footer-guide .guide__read p {
            padding: 0 5%; } }
      .footer .footer-guide .guide__read h2 {
        font-size: 10vw;
        color: #daeada;
        opacity: .8; }
      .footer .footer-guide .guide__read p {
        color: #fff;
        line-height: 2;
        font-size: var(--fz-4); }
        @media screen and (max-width: 768px) {
          .footer .footer-guide .guide__read p {
            font-size: 1.3rem;
            text-align: center;
            padding: 0 5%; } }
    .footer .footer-guide .guide__list {
      width: 50%; }
      @media screen and (max-width: 1024px) {
        .footer .footer-guide .guide__list {
          width: 80%; } }
      @media screen and (max-width: 768px) {
        .footer .footer-guide .guide__list {
          width: 100%; } }
      .footer .footer-guide .guide__list .flx2 {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        align-items: stretch; }
        .footer .footer-guide .guide__list .flx2 li {
          width: calc(100% / 2 - 2%);
          list-style-type: none;
          margin: 1%; }
          @media screen and (max-width: 768px) {
            .footer .footer-guide .guide__list .flx2 li {
              width: calc(100%);
              margin: 0 0 20px 0; } }
          .footer .footer-guide .guide__list .flx2 li a {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -webkit-align-items: flex-start;
            -ms-flex-align: start;
            align-items: flex-start;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            flex-direction: row-reverse;
            height: 100%;
            padding: 20px 20px 50%;
            border-radius: 12px;
            box-shadow: 0 0 0 0.5px #aaa;
            background: url("../img/read_more_blue.svg") no-repeat center 95% rgba(255, 255, 255, 0.7);
            background-size: 70%;
            text-decoration: none;
            color: #333; }
            @media screen and (max-width: 768px) {
              .footer .footer-guide .guide__list .flx2 li a {
                background: url("../img/read_more_blue.svg") no-repeat 95% 95% rgba(255, 255, 255, 0.7);
                background-size: auto 40px;
                padding: 20px 20px 50px; } }
            .footer .footer-guide .guide__list .flx2 li a .guide__list--ttl {
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex;
              -webkit-justify-content: flex-start;
              -ms-flex-pack: start;
              justify-content: flex-start;
              -webkit-align-items: flex-start;
              -ms-flex-align: start;
              align-items: flex-start;
              -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
              .footer .footer-guide .guide__list .flx2 li a .guide__list--ttl .heading_ttl01 {
                font-size: var(--fz-3);
                margin-bottom: 0; }
              .footer .footer-guide .guide__list .flx2 li a .guide__list--ttl .en {
                font-size: var(--fz-6);
                text-orientation: sideways;
                position: relative;
                padding-top: 30px;
                margin-top: 20px;
                letter-spacing: .1em; }
                @media screen and (max-width: 768px) {
                  .footer .footer-guide .guide__list .flx2 li a .guide__list--ttl .en {
                    padding-top: 0;
                    padding-left: 30px;
                    font-size: 1.3rem;
                    letter-spacing: normal; } }
                .footer .footer-guide .guide__list .flx2 li a .guide__list--ttl .en::before {
                  display: inline-block;
                  content: "";
                  position: absolute;
                  top: 0;
                  left: 50%;
                  width: 1px;
                  height: 30px;
                  background-color: #333;
                  transform: translateY(-50%); }
                  @media screen and (max-width: 768px) {
                    .footer .footer-guide .guide__list .flx2 li a .guide__list--ttl .en::before {
                      width: 20px;
                      height: 1px;
                      left: 0;
                      top: 50%; } }
            .footer .footer-guide .guide__list .flx2 li a .guide__list--read {
              padding: 3em 1em 0; }
              @media screen and (max-width: 768px) {
                .footer .footer-guide .guide__list .flx2 li a .guide__list--read {
                  padding: 1em 0;
                  width: 100%;
                  line-height: 2; } }
            .footer .footer-guide .guide__list .flx2 li a:hover {
              background: url("../img/read_more_blue.svg") no-repeat center 95% #fff;
              opacity: 1;
              background-size: 70%; }
              @media screen and (max-width: 768px) {
                .footer .footer-guide .guide__list .flx2 li a:hover {
                  background: url("../img/read_more_blue.svg") no-repeat 95% 95% #fff;
                  background-size: auto 40px; } }
  .footer .footer-news .news__list {
    margin-bottom: 5%; }
    @media screen and (max-width: 768px) {
      .footer .footer-news .news__list {
        margin-bottom: 20px; } }
    .footer .footer-news .news__list li {
      list-style-type: none;
      padding: 15px;
      border-bottom: 1px solid #333; }
      .footer .footer-news .news__list li:first-child {
        border-top: 1px solid #333; }
      .footer .footer-news .news__list li a {
        text-decoration: none;
        color: #333;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .footer .footer-news .news__list li a .news__list--cat {
          min-width: 100px;
          margin: 0 15px;
          background: #0081ca;
          color: #fff;
          display: inline-block;
          padding: .2em 1em;
          font-size: .9em;
          text-align: center; }
        .footer .footer-news .news__list li a .news__list--date {
          letter-spacing: .1em; }
        .footer .footer-news .news__list li a .news__list--ttl {
          display: inline-block;
          width: calc(100% - 300px); }
          @media screen and (max-width: 768px) {
            .footer .footer-news .news__list li a .news__list--ttl {
              width: calc(100%); } }
          .footer .footer-news .news__list li a .news__list--ttl h3 {
            display: inline-block; }
            @media screen and (max-width: 768px) {
              .footer .footer-news .news__list li a .news__list--ttl h3 {
                padding-top: 1em; } }
  .footer .footer-news .read_more {
    text-align: right; }
    @media screen and (max-width: 768px) {
      .footer .footer-news .read_more {
        text-align: center; } }
    .footer .footer-news .read_more a {
      display: block; }
      .footer .footer-news .read_more a img {
        width: 220px; }
        @media screen and (max-width: 768px) {
          .footer .footer-news .read_more a img {
            width: 180px; } }
  .footer .footer_bg {
    background: url("../img/footer_bg.webp") no-repeat center top;
    background-size: cover; }
    @media screen and (max-width: 768px) {
      .footer .footer_bg {
        padding-bottom: 80px; } }
  .footer .footer-info {
    padding: 5vw 0; }
    @media screen and (max-width: 768px) {
      .footer .footer-info {
        padding: 15vw 0 0; } }
    .footer .footer-info .footer-info__ttl {
      font-size: clamp(3.2rem, 10vw, 18rem);
      line-height: 1;
      margin-bottom: 1em; }
      @media screen and (max-width: 768px) {
        .footer .footer-info .footer-info__ttl {
          margin-bottom: 20px;
          text-align: center; } }
    .footer .footer-info .flx2 {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .footer .footer-info .flx2 .lt, .footer .footer-info .flx2 .rt {
        width: calc(100% / 2 - 2%); }
        @media screen and (max-width: 768px) {
          .footer .footer-info .flx2 .lt, .footer .footer-info .flx2 .rt {
            width: calc(100%); } }
    .footer .footer-info .footer-info__read {
      line-height: 2;
      font-size: var(--fz-3); }
      @media screen and (max-width: 768px) {
        .footer .footer-info .footer-info__read {
          margin-bottom: 30px;
          text-align: center; } }
    .footer .footer-info .footer-info__list li {
      list-style-type: none;
      margin-bottom: 50px; }
      @media screen and (max-width: 768px) {
        .footer .footer-info .footer-info__list li {
          margin-bottom: 20px; } }
      .footer .footer-info .footer-info__list li:last-child {
        margin-bottom: 0; }
      .footer .footer-info .footer-info__list li a {
        text-decoration: none;
        display: block;
        color: #333;
        background: rgba(255, 255, 255, 0.7);
        padding: 20px;
        border-radius: 12px;
        box-shadow: 0 0 0 0.5px #aaa; }
        .footer .footer-info .footer-info__list li a .heading_ttl01 {
          margin-bottom: 0;
          font-size: var(--fz-2); }
        .footer .footer-info .footer-info__list li a .en {
          display: inline-block;
          font-size: 1.6rem;
          position: relative;
          padding-left: 110px;
          margin-left: 2em; }
          @media screen and (max-width: 768px) {
            .footer .footer-info .footer-info__list li a .en {
              font-size: 1.3rem;
              margin-left: 0;
              margin-bottom: 10px; } }
          .footer .footer-info .footer-info__list li a .en::before {
            display: inline-block;
            content: "";
            position: absolute;
            top: 50%;
            left: 0;
            width: 100px;
            height: 1px;
            background-color: #333;
            transform: translateY(-50%); }
        .footer .footer-info .footer-info__list li a:hover {
          opacity: 1;
          background: #fff; }
  .footer .footer-access {
    background: rgba(255, 255, 255, 0.7);
    padding: 10%;
    border-radius: 12px;
    box-shadow: 0 0 0 0.5px #aaa;
    margin: 20% auto 5%; }
    @media screen and (max-width: 768px) {
      .footer .footer-access {
        padding: 20px; } }
    .footer .footer-access .flx2 {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .footer .footer-access .flx2 .lt, .footer .footer-access .flx2 .rt {
        width: calc(100% / 2 - 2%); }
        @media screen and (max-width: 768px) {
          .footer .footer-access .flx2 .lt, .footer .footer-access .flx2 .rt {
            width: calc(100%); } }
    .footer .footer-access .footer-access__logo {
      width: 300px;
      margin-bottom: 20px; }
      @media screen and (max-width: 768px) {
        .footer .footer-access .footer-access__logo {
          width: 200px; } }
    .footer .footer-access .footer-access__read {
      line-height: 2;
      margin-bottom: 30px;
      letter-spacing: .1em;
      width: 100%; }
      .footer .footer-access .footer-access__read th, .footer .footer-access .footer-access__read td {
        padding: 5px 0; }
        @media screen and (max-width: 768px) {
          .footer .footer-access .footer-access__read th, .footer .footer-access .footer-access__read td {
            padding: 0;
            text-align: left; } }
      .footer .footer-access .footer-access__read th {
        width: 8em; }
    .footer .footer-access .footer-access__sns ul li {
      list-style-type: none;
      float: left;
      margin-right: 1em; }
      .footer .footer-access .footer-access__sns ul li a {
        text-decoration: none;
        color: #333; }
        .footer .footer-access .footer-access__sns ul li a i {
          font-size: 3rem; }
    .footer .footer-access .footer-access__nav ul {
      margin-left: 2em;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      @media screen and (max-width: 768px) {
        .footer .footer-access .footer-access__nav ul {
          margin-left: 0;
          margin: 20px 0 0; } }
      .footer .footer-access .footer-access__nav ul li {
        padding: 10px 0;
        width: 100%; }
        @media screen and (max-width: 768px) {
          .footer .footer-access .footer-access__nav ul li {
            width: calc(100% / 2 - 10px);
            margin: 0 5px; } }
        .footer .footer-access .footer-access__nav ul li a {
          text-decoration: none;
          color: #333; }
  .footer .footer-banner {
    margin: 5% auto; }
    .footer .footer-banner .footer-banner__ttl {
      display: inline-block;
      background: rgba(255, 255, 255, 0.7);
      padding: .2em 1em;
      font-weight: bold;
      font-size: var(--fz-5);
      margin-bottom: 2rem; }
    .footer .footer-banner ul {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .footer .footer-banner ul li {
        width: calc(100% / 3 - 2rem);
        list-style-type: none; }
        @media screen and (max-width: 480px) {
          .footer .footer-banner ul li {
            width: calc(100% / 3 - 1rem); } }
        .footer .footer-banner ul li a {
          display: block; }
          .footer .footer-banner ul li a img {
            display: block;
            box-shadow: 0 0 0 0.5px #aaa; }
  .footer .cp {
    text-align: center;
    padding: 30px 0; }

#to10link {
  position: fixed;
  width: 180px;
  right: 10px;
  bottom: 80px;
  z-index: 98; }
  @media screen and (max-width: 768px) {
    #to10link {
      width: 120px;
      right: 10px;
      bottom: 120px; } }
  #to10link a {
    display: block; }

#page_top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 98; }
  @media screen and (max-width: 768px) {
    #page_top {
      right: 10px;
      bottom: 65px; } }
  #page_top a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    background: #009aca;
    border-radius: 100%;
    text-align: center; }
    #page_top a i {
      color: #fff; }
