@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Murecho:wght@100..900&display=swap');

/*----------------------------------------------------*/
/* element reset
------------------------------------------------------*/
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, a, input {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
}

body {
  line-height: 1;
  position: relative;
}

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

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

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  font-size: inherit;
  font: 100%;
}

th, td, img {
  border: 0;
}

caption, th {
  text-align: left;
}

img, a img {
  background: transparent;
}

address {
  font-style: normal;
}

hr {
  display: none;
}

input, select {
  vertical-align: middle;
}

/*----------------------------------------------------*/
/* link
------------------------------------------------------*/
a:link {
  color: #6FAEE8;
  text-decoration: underline;
}

a:visited {
  color: #6FAEE8;
  text-decoration: none;
}

a:hover {
  color: #6FAEE8;
  text-decoration: none;
}

a:active {
  color: #6FAEE8;
  text-decoration: none;
}

a:hover img,
input[type=image]:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

a[href^="tel:"] {
  pointer-events: none;
  color: #333;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: none;
    color: #6FAEE8;
    text-decoration: underline;
  }
}
/*----------------------------------------------------*/
/* text
------------------------------------------------------*/
body {
  background: #FFF url(/lib/img/pagebg_02.png) bottom right no-repeat;
  color: #333;
  font: 16px "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ＭＳ Ｐゴシック", Helvetica, Arial, sans-serif;
  font-family: "Murecho", sans-serif;
  font-weight: 500;
  padding: 0;
  margin: 0;
}

/*
	Font-size Setting
8px -> 63% 
9px -> 69% 
10px -> 75% 
11px -> 82% 
12px -> 88% 
13px -> 94% 
14px -> 100%
15px -> 107%
16px -> 113%
17px -> 119%
18px -> 125%
19px -> 132%
20px -> 138%
21px -> 144%
22px -> 150%
23px -> 157%
24px -> 163%
*/
p, dt, dd, li, th, td, address {
  line-height: 1.3;
}

p, dt, dd, li, th, td, input, textarea, address {
  font-size: 100%;
}

img {
  vertical-align: top;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media only screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
/*----------------------------------------------------*/
/* container
------------------------------------------------------*/
#container {
  background: url(/lib/img/pagebg_01.png) 0 0 no-repeat;
}

#contents p {
  margin-bottom: 20px;
  line-height: 1.5;
}

/*----------------------------------------------------*/
/* header
------------------------------------------------------*/
#header .navibar {
  width: 1000px;
  margin: 0 auto 30px;
  overflow: hidden;
  padding: 30px 0 0 0;
}

#header .navibar .logo {
  float: left;
}

#header .navibar .menu {
  float: right;
  padding: 16px 0 0;
}

#header .navibar .menu li {
  display: inline-block;
  padding: 0 1.5em;
  border-right: 1px solid #333;
  font-size: 107%;
}

#header .navibar .menu li:last-child {
  padding: 0 0 0 1.5em;
  border: none;
}

#header .navibar .menu li a {
  color: #333;
  text-decoration: none;
}

#header .navibar .menu li a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  #header .navibar {
    width: 100%;
    margin: 0 auto 0;
    padding: 20px 0 0 0;
    box-sizing: border-box;
  }
  #header .navibar .logo {
    float: none;
    padding: 0 10px;
  }
  #header .navibar .menu {
    float: none;
    padding: 16px 0 0;
    flex-direction: row;
    width: 100%;
  }
  #header .navibar .menu .gnavi {
    display: flex;
    border-top: 1px solid #F8E373;
    border-bottom: 1px solid #F8E373;
    border-left: 1px solid #F8E373;
  }
  #header .navibar .menu li {
    padding: 0;
    border-right: 1px solid #F8E373;
    font-size: 107%;
    box-sizing: border-box;
    width: 33%;
    text-align: center;
  }
  #header .navibar .menu li:last-child {
    padding: 0 0 0 0.5em;
    border: none;
  }
  #header .navibar .menu li a {
    color: #333;
    text-decoration: none;
    display: block;
    padding: 0.5em 1em;
  }
  #header .navibar .menu li a:hover {
    text-decoration: none;
  }
}
/*----------------------------------------------------*/
/* vi
------------------------------------------------------*/
#vi {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto 80px auto;
}

#vi img {
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  #vi {
    padding: 0 0px;
  }
}
/*----------------------------------------------------*/
/* vi_pagetitle
------------------------------------------------------*/
#vi_pagetitle {
  width: 100%;
  margin: 0 0 80px 0;
  position: relative;
}
#vi_pagetitle a {
  color: #333;
}

#vi_pagetitle .bg {
  z-index: 0;
}

#vi_pagetitle .bg img {
  width: 100%;
}

#vi_pagetitle h1 {
  width: 1000px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  margin: 0 auto;
  transform: translateX(-50%) translateY(-50%);
}

#vi_pagetitle h1 span.jp {
  display: block;
  text-align: center;
  padding: 5px 0 0 0;
  font-size: 1.2rem;
}

#vi_pagetitle.about h1 span.en {
  padding: 0 20px;
}

#vi_pagetitle.about h1 span.jp {
  width: 309px;
}

#vi_pagetitle.blog h1 span.jp {
  width: 86px;
}

#vi_pagetitle.access h1 span.en {
  padding: 0 100px;
}

#vi_pagetitle.access h1 span.jp {
  width: 327px;
  text-shadow: 1px 1px 4px #FFF, -1px -1px 4px #FFF;
}

#vi_pagetitle.recruit h1 span.en {
  padding: 0 100px;
}

#vi_pagetitle.recruit h1 span.jp {
  width: 319px;
}

#vi_pagetitle.info h1 span.en {
  padding: 0 100px;
}

#vi_pagetitle.info h1 span.jp {
  width: 397px;
}

@media only screen and (max-width: 999px) {
  #vi_pagetitle h1 {
    width: 100%;
    position: absolute;
  }
}
@media only screen and (max-width: 767px) {
  #vi_pagetitle h1 {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    text-align: center;
    padding: 20px 0 10px;
    background: #FFF;
  }
  #vi_pagetitle.about h1 span.en {
    padding: 0;
  }
  #vi_pagetitle.about h1 span.jp {
    width: 100%;
  }
  #vi_pagetitle.blog h1 span.jp {
    width: 100%;
  }
  #vi_pagetitle.access h1 span.en {
    padding: 0;
  }
  #vi_pagetitle.access h1 span.jp {
    width: 100%;
  }
  #vi_pagetitle.recruit h1 span.en {
    padding: 0;
  }
  #vi_pagetitle.recruit h1 span.jp {
    width: 100%;
  }
}
/*----------------------------------------------------*/
/* component
------------------------------------------------------*/
.section {
  max-width: 1000px;
  margin: 0 auto 30px;
  padding: 0 5%;
  clear: both;
  overflow: hidden;
}

.section.photogrid {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.section.photogrid .photo {
  width: 395px;
}

.section.photogrid .photo img {
  max-width: 100%;
}

.section.photogrid .text {
  width: calc(100% - 425px);
}

.type01 {
  background: #b9a349;
  padding: 15px 0;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  font-size: 150%;
  margin-bottom: 30px;
}

.type02 {
  padding: 0 0 5px 0;
  color: #b9a349;
  border-bottom: 1px solid #b9a349;
  font-weight: bold;
  font-size: 150%;
  margin-bottom: 30px;
}

.list01 li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 5px;
}

.list02 li {
  text-indent: -0.75em;
  padding-left: 0.75em;
  margin-bottom: 5px;
}

.table01 {
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
  margin: 0 auto 30px;
  width: 100%;
}

.table01 th,
.table01 td {
  border-bottom: 1px solid #CCC;
  border-right: 1px solid #CCC;
  padding: 15px;
  text-align: left;
}

.table01 th {
  background: #fcf2f3;
  font-weight: bold;
  text-align: center;
}

.table01.about th {
  white-space: nowrap;
}

.floRp {
  float: right;
  padding: 0 0 20px 20px;
}

.yakuin {
  overflow: hidden;
}

.yakuin dt {
  float: left;
  clear: both;
  margin-bottom: 5px;
}

.yakuin dd {
  padding: 0 0 0 8em;
  margin-bottom: 5px;
}

.map {
  margin-bottom: 50px;
}

.infolist dt {
  border-top: 1px dashed #CCC;
  margin: 25px 0 10px 0;
  padding: 10px 0;
  clear: both;
}

.infolist dt span.date {
  display: block;
  float: left;
}

.infolist dt span.title {
  display: block;
  font-size: 113%;
  padding-left: 8em;
  font-weight: bold;
}

.infolist dd {
  padding-left: 8em;
  font-size: 113%;
  margin-bottom: 10px;
}

.step {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 60px 20px;
}

.step dt {
  width: 7em;
  position: relative;
  font-weight: bold;
  font-size: 125%;
  background: #D1E066;
  padding: 5px;
  text-align: center;
}

.step dd {
  width: calc(100% - 7em - 60px);
}

.step dt:after {
  display: block;
  content: "";
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  transform: translateX(-50%);
  border-width: 25px 30px 0 30px;
  border-color: #D1E066 transparent transparent transparent;
}

.saneicareData {
  overflow: hidden;
}

.saneicareData dt {
  float: left;
  clear: both;
  margin-bottom: 10px;
}

.saneicareData dd {
  padding-left: 12em;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .section.photogrid {
    display: block;
  }
  .section.photogrid .photo {
    width: 100%;
  }
  .section.photogrid .text {
    margin-bottom: 30px;
    width: 100%;
  }
  .infolist {
    margin: 0 20px 10px 20px;
    clear: both;
  }
  .infolist dt span.date {
    display: block;
    float: none;
    text-align: center;
    margin-bottom: 5px;
  }
  .infolist dt span.title {
    display: block;
    font-size: 113%;
    padding-left: 0;
    font-weight: bold;
  }
  .infolist dd {
    padding-left: 0;
    font-size: 113%;
    margin-bottom: 10px;
  }
  .saneicareData {
    overflow: hidden;
  }
  .saneicareData dt {
    float: none;
    clear: both;
    margin-bottom: 10px;
  }
  .saneicareData dd {
    padding-left: 0;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #666;
  }
}
/*----------------------------------------------------*/
/* otherLink
------------------------------------------------------*/
#otherLink {
  background: url("/lib/img/bg_otherlink.png") repeat;
  padding: 40px 10px;
}

#otherLink ul {
  display: flex;
  justify-content: center;
  gap: 0 10px;
}

#otherLink li span.standby {
  display: block;
  position: relative;
}
#otherLink li span.standby:after {
  content: "準備中";
  display: block;
  font-size: 13px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: rotate(10deg) translate(-50%, -50%);
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
  color: #FFF;
  padding: 5px 10px;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  #otherLink ul {
    display: flex;
    justify-content: center;
    gap: 0 15px;
    flex-wrap: wrap;
  }
  #otherLink ul li {
    margin-bottom: 10px;
  }
}
/*----------------------------------------------------*/
/* blog
------------------------------------------------------*/
#blogContainer {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 0 20px 100px;
}

#blogContainer #side {
  width: 230px;
}

#blogContainer #side h2 {
  font-size: 128%;
  border-bottom: 1px dotted #b9a349;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

#blogContainer #side ul {
  margin-bottom: 40px;
}

#blogContainer #side ul li {
  font-size: 100%;
  margin-bottom: 10px;
  position: relative;
  padding-left: 16px;
}

#blogContainer #side ul li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
  border-top: 2px solid #b9a349;
  border-right: 2px solid #b9a349;
}

#blogContainer #side ul li:after {
  content: "";
  position: absolute;
  top: 10px;
  left: -1px;
  width: 11px;
  height: 3px;
  background-color: #b9a349;
}

#blogContainer #contents {
  width: calc(100% - 280px);
}

#blogContainer #contents h2 {
  color: #FFF;
  background: #b9a349;
  padding: 5px 20px;
  margin-bottom: 30px;
}

#blogContainer #contents article {
  margin-bottom: 80px;
  border-left: 1px solid #EEE;
  border-top: 1px solid #EEE;
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  background: #FFFFFF;
  box-shadow: 3px 3px 3px #EEE, inset 0 0 30px rgba(230, 220, 228, 0.8);
  padding: 60px 30px 20px 30px;
  position: relative;
}

#blogContainer #contents article:before {
  content: "";
  width: 75px;
  height: 50px;
  background: url("/lib/img/blog/bnr_scs.png") no-repeat 0 0/contain;
  position: absolute;
  display: block;
  top: -5px;
  left: 15px;
}

#blogContainer #contents article:after {
  content: " ";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  border-width: 0 30px 30px 0;
  border-style: solid;
  width: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background: #e3e3e3;
  border-color: #fff #fff #e3e3e3 #e3e3e3;
}

#blogContainer #contents article .articleHead {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  gap: 20px;
}

#blogContainer #contents article .articleHead .data {
  width: calc(100% - 230px);
  width: 100%;
}

#blogContainer #contents article .articleHead .date {
  text-align: right;
  font-size: 88%;
  padding-top: 5px;
  border-top: 3px dotted #CCC;
}

#blogContainer #contents article .articleHead h3 {
  font-size: 125%;
  margin-bottom: 10px;
}

#blogContainer #contents article .articleHead .eyecatch {
  width: 230px;
}

#blogContainer #contents article .articleHead .eyecatch img {
  display: block;
  object-fit: contain;
  max-height: 230px;
  width: 100%;
  height: auto;
}

#blogContainer #contents .pager {
  display: flex;
  justify-content: space-between;
}

#blogContainer #contents .pager li {
  width: 30%;
}

#blogContainer #contents .pager a {
  padding: 10px 15px;
  background: #b9a349;
  color: #FFF;
  display: block;
  text-align: center;
  position: relative;
  text-decoration: none;
}

#blogContainer #contents .pager a:hover {
  opacity: 0.8;
}

#blogContainer #contents .pager li:first-child a:before {
  content: "";
  width: 13px;
  height: 13px;
  border-left: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
  display: block;
  transform: rotate(45deg);
}

#blogContainer #contents .pager li:last-child a:before {
  content: "";
  width: 13px;
  height: 13px;
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  position: absolute;
  right: 10px;
  top: calc(50% - 6px);
  display: block;
  transform: rotate(-45deg);
}

@media only screen and (max-width: 767px) {
  #blogContainer {
    display: block;
    padding: 0 20px;
  }
  #blogContainer #side {
    width: 100%;
  }
  #blogContainer #contents {
    width: 100%;
    margin-bottom: 40px;
  }
  #blogContainer #contents article .articleHead {
    display: block;
  }
  #blogContainer #contents article .articleHead .eyecatch {
    max-width: 100%;
    width: 100%;
  }
  #blogContainer #contents .pager li {
    width: 32%;
    font-size: 3vw;
  }
  #blogContainer #contents .pager a {
    padding: 10px 15px;
  }
  #blogContainer #contents .pager li:first-child a:before {
    content: "";
    width: 10px;
    height: 10px;
    border-left: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    position: absolute;
    left: 5px;
    top: calc(50% - 6px);
    display: block;
    transform: rotate(45deg);
  }
  #blogContainer #contents .pager li:last-child a:before {
    content: "";
    width: 10px;
    height: 10px;
    border-right: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    position: absolute;
    right: 5px;
    top: calc(50% - 6px);
    display: block;
    transform: rotate(-45deg);
  }
}
/* ------------------------------------
// wp class
------------------------------------ */
div.alignright,
img.alignright,
a.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

div.alignleft,
img.alignleft,
a.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

div.aligncenter,
img.aligncenter,
a.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  padding: 20px 0 0;
}

@media screen and (max-width: 767px) {
  .aligncenter,
  .alignright,
  .alignleft {
    float: none !important;
    padding: 0 0 20px 0 !important;
  }
}
/*----------------------------------------------------*/
/* pagetop
------------------------------------------------------*/
#footer #pagetop {
  position: fixed;
  right: 30px;
  bottom: 20px;
  z-index: 1000;
  display: none;
  margin: 0;
}

/*----------------------------------------------------*/
/* footer
------------------------------------------------------*/
#footer {
  clear: both;
  width: 1000px;
  margin: 0 auto;
  position: relative;
  padding: 35px 0 20px;
  text-align: center;
}

#footer .logo {
  margin-bottom: 15px;
}

#footer p {
  font-size: 100%;
  margin-bottom: 20px;
  line-height: 1.8;
}

#footer p.copy {
  font-size: 88%;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  #footer {
    clear: both;
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 35px 0 20px;
    text-align: center;
  }
}
/*----------------------------------------------------*/
/* footer
-----------------------------------------------------*/
#contents a.pdf {
  background: #FFF;
  padding: 0.5rem;
  display: flex;
  justify-content: flex-start;
  gap: 8px;
}

#contents a.pdf:before {
  content: "";
  width: 1.3rem;
  aspect-ratio: 1/1;
  background: url(/agefree/lib/img/cmn/icon_pdf.png) no-repeat 0 0/contain;
  display: block;
}

#contents .recruit_link {
  padding: 0 5%;
}
#contents .recruit_link .box {
  background: #fcf2f3;
  padding: 3rem 2rem;
  max-width: calc(1000px - 4rem);
  margin: 0 auto 3rem;
  text-align: center;
}
#contents .recruit_link .btn a {
  display: block;
  background: #F37F85;
  color: #FFF;
  width: fit-content;
  padding: 1rem 3rem;
  margin: 0 auto;
  text-decoration: none;
  border-radius: 5px;
}