@charset "UTF-8";
/* @import url('https://fonts.googleapis.com/css2?family=Alata&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap'); */
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
footer {
  box-sizing: border-box;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;

}
footer .inner *{
  font-family:"Zen Kaku Gothic New", sans-serif;
}
html {
  line-height: 1;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

body.menu-open {
  position: fixed;
  width: 100%;
  height: 100%;
}
ol,
ul {
  list-style: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}
q,
blockquote {
  quotes: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}
a {
  text-decoration: none;
    margin:0;
  padding:0;
  background:transparent;
  color:inherit;
  font-size:100%;
  vertical-align:baseline;
}
a img {
  border: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

.person-list.pc-only {
  display: none;
}
.sp-header {
  display: none;
}
/* --------------------------------------------------
BASE
-------------------------------------------------- */

body {
  margin: 0;
}
body {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, Sans-Serif;
  line-height: 1.5;
  letter-spacing: 0;

  -webkit-text-size-adjust: 100%;
}
/* --------------------------------------------------
共通
-------------------------------------------------- */
* {
  font-family: sans-serif;
  text-align: justify;
  text-justify: inter-ideograph;
}
/* --------------------------------------------------
メニュー
-------------------------------------------------- */
/*ボタン回り*/
.menuBtn {
  position: absolute;
  z-index: 20;
  top: 20px;
  right: 20px;
  width: 56px;
  height: 28px;
  border-radius: 14px;
  background: #262626;
  cursor: pointer;
}
.menuBtn.active {
  top: 20px;
}
.btn-trigger {
  display: block;
  position: absolute;
  top: 8px;
  right: 0;
  left: 0;
  width: 16px;
  margin-right: auto;
  margin-left: auto;
  cursor: pointer;
}
.btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background-color: #fff;
}
.active .btn-trigger span {
  background-color: #fff;
}
.active .btn-trigger span:nth-of-type(1) {
  top: -5px;
}
.active .btn-trigger span:nth-of-type(3) {
  top: 15px;
}
.btn-trigger,
.btn-trigger span {
  display: inline-block;
  box-sizing: border-box;
  transition: all .5s;
}
.btn-trigger span:nth-of-type(1) {
  top: 0;
}
.btn-trigger span:nth-of-type(2) {
  top: 5px;
}
.btn-trigger span:nth-of-type(3) {
  top: 10px;
}
.btn-trigger span:nth-of-type(1) {
  -webkit-animation: btn07-bar01 .75s forwards;
  animation: btn07-bar01 .75s forwards;
}
@-webkit-keyframes btn07-bar01 {
  0% {
    -webkit-transform: translateY(10px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes btn07-bar01 {
  0% {
    -webkit-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(10px) rotate(0);
    transform: translateY(10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
.btn-trigger span:nth-of-type(2) {
  opacity: 1;
  transition: all .25s .25s;
}
.btn-trigger span:nth-of-type(3) {
  -webkit-animation: btn07-bar03 .75s forwards;
  animation: btn07-bar03 .75s forwards;
}
@-webkit-keyframes btn07-bar03 {
  0% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes btn07-bar03 {
  0% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-10px) rotate(0);
    transform: translateY(-10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
.active .btn-trigger span:nth-of-type(1) {
  -webkit-animation: active-btn07-bar01 .75s forwards;
  animation: active-btn07-bar01 .75s forwards;
}
@-webkit-keyframes active-btn07-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(10px) rotate(45deg);
  }
}
@keyframes active-btn07-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(10px) rotate(0);
    transform: translateY(10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
  }
}
.active .btn-trigger span:nth-of-type(2) {
  opacity: 0;
}
.active .btn-trigger span:nth-of-type(3) {
  -webkit-animation: active-btn07-bar03 .75s forwards;
  animation: active-btn07-bar03 .75s forwards;
}
@-webkit-keyframes active-btn07-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
  }
}
@keyframes active-btn07-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-10px) rotate(0);
    transform: translateY(-10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }
}
.top-menu {
  position: absolute;
  z-index: -1;
  top: -100vh;
  right: 0;
  max-width: 390px;
  width: 100%;
  height: 0;
  padding: 40px;
  background: #242424;
  opacity: 0;
  transition: all .4s;
}
.SideMenu {
  margin-top: 37px;
  padding-left: 0;
}
.btnOpen {
  display: none;
}
.btnClose {
  display: inline;
  position: relative;
  top: 4px;
  color: #666;
}
.top-menu.active {
  z-index: 19;
  top: 0;
  min-height: 100vh;
  height: auto;
  opacity: 1;
  transition: all .4s;
}
.active .btn-trigger~.btnClose {
  display: none;
}
.active .btn-trigger~.btnOpen {
  display: inline;
  position: relative;
  top: 5px;
  color: #fff;
}
.top-menu li {
  list-style: none;
}
.menuCategory {
  padding-left: 0;
  color: #969696;
    font-family: "Alata", san-serif;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 1px;
  color: #fff;
  padding-left: 15px;
  font-weight: 500;
}
.menuCategory ul {
  margin-top: 8px;
}
.menuList {
   font-family: "Alata", san-serif;
  font-size: 14px;
  letter-spacing: .1em;
  line-height: 27px;
}
.menuList a:link {
  display: block;
  box-sizing: border-box;
  color: #ccc;
}
.menuList a:before {
  content: "－";
}
.menuList:last-child {
  margin-bottom: 16px;
}
.menuSenior:first-child {
  border-top: #fff 1px solid;
}
.menuSenior {
  border-bottom: 1px dashed #777;
}
.menuSenior :before {
  content: "・";
}
.menuSenior:last-child {
  border: none;
  border-bottom: 0rem;
}
.menuEntry {
  max-width: 310px;
  width: 31rem;
  margin-bottom: 30px;
   font-family: "Alata", san-serif;
  font-size: 16px;
  text-align: center;
  line-height: 48px;
}
.menuEntry a {
  display: block;
  border: #fff 1px solid;
  border-radius: 24px;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.menuEntry a:link {
  color: #fff;
}
.menuEntry a:hover {
  opacity: .8;

  /* color: #fff;
background: #318ed9;
background: -moz-linear-gradient(right,  #318ed9 0%, #318ed9 100%);
background: -webkit-linear-gradient(right,  #318ed9 0%,#318ed9 100%);
background: linear-gradient(to right,  #318ed9 0%,#318ed9 100%);*/
  text-decoration: none;
  transition: .3s;
}
.menuEntry a.menuEntryNew {
  border: none;
  margin-top: 33px;
  background: #33DAE7 url(../img/arrowBruePc.png) no-repeat 95% center;
  height: 76px;
  border-radius: 38px;
  color: #262626;
  font-size: 18px;
  line-height: 76px;
  font-weight: bold;

}
.menuEntry a.menuEntryOld {
  border: none;
  background: #fff;
  height: 76px;
  border-radius: 38px;
  line-height: 76px;
  font-weight: bold;
  font-size: 18px;
  background: #fff url(../img/icn-arrowWhitePc.png) no-repeat 95% center;
  color: #262626;
}
.menuEntry a+a {
  margin-top: 10px;
}
.menuRight {
  right: 0;
  left: 0;
  color: #969696;
    font-family: "Alata", san-serif;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 13px;
}
.modalOverlay {
  overflow: hidden;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 100vw;
  width: 100%;
  height: 110%;
  background-color: rgba(0, 0, 0, 0);
  transition: .4s;
}
.menuBtn.active~.modalOverlay {
  left: 0;
  transition: .4s;
}

/*フッター*/
#wrapper footer.main {
  margin-top: 0;
  color: #4b4947;
}
#wrapper footer.main {
  /*min-width: 1000px;*/
  position: relative;
  width: 100%;
  height: 90px;
  /*background-color: rgba(47, 169, 225, 0.6);*/
  /*margin-top: 169px;*/
}
footer.main .inner {
  position: relative;
  width: 1000px;
  height: 100%;
  margin: 0 auto;
}
footer.main .copyright {
  height: 100%;
  color: #4b4947;
   font-family: "Alata", san-serif;
  font-size: 11px;
  font-size: 1.1rem;
  vertical-align: middle;
  line-height: 53px;
  letter-spacing: 1px;
}
nav.footer {
  position: absolute;
  top: .0px;
  right: .0px;
}
nav.footer ul {
  padding-top: 17px;
}
nav.footer ul {
  list-style: none;
}
nav.footer ul li {
  float: left;
  font-size: 11px;
  font-size: 1.1rem;
}
nav.footer ul li a {
  color: #4b4947;
  font-size: 11px;
  vertical-align: middle;
  transition: all .3s;
}
nav.footer ul li.sitemap::after {
  content: "　｜　";
  color: #4b4947;
}
nav.footer ul li {
  font-size: 11px;
  font-size: 1.1rem;
}
.footer::after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
}
footer.main {
  position: relative;
  min-width: inherit;
  width: 100%;
  height: 68px;
  margin-top: 50px;
  margin-bottom: 0;
  background-color: #4b4947;
}
footer.main .inner {
  width: auto;
}
.group-logo {
  text-align: center;
}
footer.main .copyright {
  height: 100%;
  margin-top: 12px;
  padding-top: 15px;
  padding-bottom: 10px;
  color: #fff;
   font-family: "Alata", san-serif;
  font-size: 8px;
  font-size: .8rem;
  text-align: center;
  vertical-align: middle;
  line-height: 1.5;
  letter-spacing: 0;
}

.footer-contact,
.footer-company {
  margin-bottom: 20px;
}
/*サブメニュー*/
nav.footer {
  position: relative;
  top: 7px;
  right: inherit;
  text-align: center;
}
nav.footer ul {
  display: inline-block;
  list-style: none;
  margin: 0 auto;
  text-align: center;
}
nav.footer ul li {
  display: inline-block;
  float: none;
}
nav.footer ul li a {
  height: 15px;
  color: #fff;
  font-size: 10px;
  font-size: 1rem;
  vertical-align: middle;
  line-height: 15px;
}
nav.footer ul li.sitemap:after {
  content: "　｜　";
  color: #fff;
  font-size: 8px;
  font-size: .8rem;
}
/*footer*/
footer {
  width: 95%;
  margin-right: auto;
  margin-left: auto;
}
.footerCate {
  height: 83px;
  margin-bottom: 3.4rem;
}
.footerLogo {
  display: block;
  width: 17rem;
  margin-top: 4rem;
}
.footerLogo img {
  width: 100%;
}
.fotterCategorys {
  display: flex;
}

.fotterCategorys {
  justify-content: space-between;
}
/*ここから下pc*/
@media screen and (min-width:800px) {
  footer {
    width: 102rem;
    margin-right: auto;
    margin-left: auto;
    max-width: 1020px;
  }
}
/* @media screen and (min-width:800px) { */



footer .inner {
  width: 95%;
}
.footerLogoArea {
  float: none;
  width: 25rem;
  margin-right: auto;
  margin-bottom: 9rem;
  margin-left: auto;
}
.footerTitle {
  margin-bottom: 5px;
  padding-left: 1em;
  background: url(../img/icnFooterPc.png) no-repeat left center;
  color: #464646;
  font-size: 17px;
  font-weight: 700;
  &+ul {
    margin-top: -5px;
    margin-left: 0;
    padding-left: 0;
  }
}
.footerList {
  list-style: none;
  margin-left: 0;
  color: #464646;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.footerList:before {
  content: "-";
}
.main .inner {
  width: 104rem;
  margin-top: 4rem;
  margin-right: auto;
  margin-left: auto;
}
footer small {
  display: block;
  clear: left;
  margin-top: 5rem;
  padding-bottom: 2rem;
  color: #4d4d4d;
   font-family: "Alata", san-serif;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
}
/* } */
@media screen and (max-width:1140px) {
  .footerCate {
    float: none;
  }

  .footerLogoArea {
    border: none;
  }
}
/*ここからsp*/
@media screen and (max-width:799px) {
  /*footer*/
  .footerLogo {
    display: block;
    width: 100%;
  }
  .footerLogo img {
    width: 100%;
  }
  footer .inner {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
  }
  .fotterCategorys {
    display: block;
    ul {
      display: flex;

      flex-wrap: wrap;
    }
    li {
      margin-right: 3rem;
    }
  }
  .footerCate {
    margin-bottom: 2rem;
    height: auto;
  }
  .footerLogoArea {
    width: 123px;
    margin-right: auto;
    margin-bottom: 2rem;
    margin-left: auto;
  }
  .footerTitle {

    background: url(../img/icnFooterSp.png) no-repeat .2rem center;
    background-size: 10px;
    font-size: 16px;
    letter-spacing: 0.1em;
    &+ul {
      margin-top: -5px;
      margin-left: 0;
      padding-left: 0;
    }
  }
  .footerList {
    font-size: 14px;
  }
  .footerList:before {
    content: "-";
  }
  .main .inner {
    margin-top: 4rem;
    margin-right: auto;
    margin-left: auto;
  }
  footer small {
    display: block;
    clear: left;
    margin-top: 3rem;
    padding-bottom: 1rem;
    color: #4d4d4d;
      font-family: "Alata", san-serif;
    font-size: 12px;
    font-weight: 300;
    text-align: center;
  }
}
/*ここまでsp*/