@charset "UTF-8";
@import url("base.css");
@media (min-width: 768px) {
  body {
    min-width: 1200px;
  }
}
/*---------------------------
wrap
----------------------------*/
#wrap {
  width: 100%;
  overflow: hidden;
}

/*---------------------------
floating
----------------------------*/
.floating_menu {
  position: fixed;
  top: 20vw;
  right: 0;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .floating_menu {
    display: none;
  }
}
.floating_menu ul {
  list-style: none;
}
.floating_menu ul li {
  margin-bottom: 15px;
  width: 70px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: flex-start;
}
.floating_menu ul li:last-child {
  margin-bottom: 0;
}
.floating_menu ul li a {
  width: 60px;
  display: block;
  border-radius: 10px 0 0 10px;
  writing-mode: vertical-rl;
  text-decoration: none;
  padding: 1rem;
  padding-bottom: 80px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  letter-spacing: 5px;
  position: relative;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  background-color: #fff;
}
.floating_menu ul li a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 20px;
  right: 15px;
  writing-mode: horizontal-tb;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  background-image: url(../img/common/icon_arrow.svg);
  background-position: bottom 0px left 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
}
.floating_menu ul li a:hover {
  width: 70px;
  background-color: var(--main_color_yellow);
  padding-right: 1.5rem;
}
.floating_menu ul li a:hover:after {
  right: 20px;
}

/*---------------------------
header
----------------------------*/
header {
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  header .inner {
    padding: 1rem;
  }
}
header .inner .snav {
  padding: 1rem 0;
}
@media screen and (max-width: 767px) {
  header .inner .snav {
    display: none;
  }
}
header .inner .snav ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 10px;
  list-style: none;
}
header .inner .snav ul a {
  font-size: clamp(0.8rem, 1vw + 0.8rem, 0.8rem);
  text-decoration: none;
}
header .inner .snav ul a:hover {
  text-decoration: underline;
}
header .inner .row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
  align-items: flex-start;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  header .inner .row {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  header .inner .row .logo {
    padding: 2vw 0 0 0;
  }
}
header .inner .row .logo h1 a img {
  max-width: 474px;
  height: auto;
}
@media screen and (max-width: 767px) {
  header .inner .row .logo h1 a img {
    max-width: 80%;
  }
}
header .inner .row .onav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
  justify-items: flex-start;
  align-items: flex-start;
  padding-top: 0.5rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  header .inner .row .onav {
    display: none;
  }
}
header .inner .row .onav .sns {
  width: 100%;
  position: relative;
}
header .inner .row .onav .sns p {
  background: #333;
  color: #fff;
  font-size: clamp(0.8rem, 1vw + 0.8rem, 0.8rem);
  padding: 3px 9px 1px 11px;
  border-radius: 15px;
  position: absolute;
  top: 13px;
  left: 0;
}
span.recruitpdf {
  background: #333;
  color: #fff;
  font-size: clamp(0.8rem, 1vw + 0.8rem, 0.8rem);
  padding: 3px 9px 1px 11px;
  border-radius: 15px;
  margin-left:10px;

}
  br.kaigyo {
    display: none;
  }
@media screen and (max-width: 767px) {
  br.kaigyo {
    display: block;
  }
}
header .inner .row .onav .sns ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 20px;
  list-style: none;
}
header .inner .row .onav .sns ul li a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
header .inner .row .onav .sns ul li a.insta {
  background-image: url(../img/common/header_icon_instagram.webp);
}
header .inner .row .onav .sns ul li a.tiktok {
  background-image: url(../img/common/header_icon_tiktok.webp);
}
header .inner .row .onav .other {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 10px;
}
header .inner .row .onav .other a {
  display: block;
  width: 40px;
  height: 40px;
}
header .inner .row .onav .other .access a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  width: 50px;
  height: 50px;
  background-image: url(../img/common/header_icon_access.webp);
}
header .inner .row .onav .other .search {
  width: 50px;
  height: 50px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  position: relative;
  overflow: hidden;
}
header .inner .row .onav .other .search span {
  display: block;
  opacity: 0;
  height: 50px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
header .inner .row .onav .other .search span input[type=text] {
  width: 150px;
  height: 40px;
  padding: 5px 10px;
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 5px;
}
header .inner .row .onav .other .search .icon {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 50px;
  height: 50px;
  background-image: url(../img/common/header_icon_search.webp);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center right;
}
header .inner .row .onav .other .search button[type=submit] {
  position: absolute;
  border: none;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  display: none;
  width: 50px;
  height: 50px;
  top: 0;
  right: 0;
  background-color: transparent;
  background-image: url(../img/common/header_icon_search.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
header .inner .row .onav .other .search.view {
  width: 200px;
}
header .inner .row .onav .other .search.view span {
  opacity: 1;
  padding: 5px 0;
}
header .inner .row .onav .other .search.view .icon {
  display: none;
}
header .inner .row .onav .other .search.view button[type=submit] {
  display: block;
}

/*---------------------------
nav
-----------------------------*/
@media screen and (max-width: 767px) {
  nav {
    background-color: rgba(0, 0, 0, 0.7);
    transition: 0.3s;
    -webkit-transition: 0.3s;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    display: none;
    overflow-y: auto;
  }
}
nav.on {
  display: block;
  height: 100%;
}
nav .sp_menu_sns {
  display: none;
}
@media screen and (max-width: 767px) {
  nav .sp_menu_sns {
    width: 100%;
    height: 18vw;
    background-color: #fff;
    padding: 1rem;
    border-bottom: 1px solid #111;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    justify-items: flex-start;
    align-items: center;
    padding-right: 25%;
    align-items: stretch;
  }
  nav .sp_menu_sns ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    list-style: none;
  }
  nav .sp_menu_sns ul li a {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  nav .sp_menu_sns ul li a.insta {
    background-image: url(../img/common/header_icon_instagram.webp);
  }
  nav .sp_menu_sns ul li a.tiktok {
    background-image: url(../img/common/header_icon_tiktok.webp);
  }
  nav .sp_menu_sns .btn {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
  }
  nav .sp_menu_sns .btn a {
    text-decoration: none;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    line-height: 1;
  }
}
nav > ul {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  justify-items: flex-start;
  align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  nav > ul {
    width: 1200px;
  }
}
@media screen and (max-width: 767px) {
  nav > ul {
    width: 100%;
    height: 100%;
    grid-template-columns: 1fr;
    display: block;
    margin-top: 0;
  }
}
nav > ul > li {
  width: 100%;
}
nav > ul > li > a {
  display: block;
  text-decoration: none;
  border: 1px solid var(--line_color_bk);
  border-left: none;
  text-align: center;
  padding: 1rem;
  background-color: #fff;
  transition: 0.25s;
  -webkit-transition: 0.25s;
}
@media screen and (max-width: 767px) {
  nav > ul > li > a {
    border-top: none;
    text-align: left;
    pointer-events: none;
    border-left: none;
  }
}
nav > ul > li > a:hover {
  background-color: var(--main_color_yellow);
}
nav > ul > li > ul {
  width: 100%;
  height: 0;
  opacity: 0;
  position: absolute;
  top: 100%; /* 親項目の直下に配置 */
  left: 0;
  color: #333; /* 文字色 */
  background-color: #fff;
  visibility: hidden;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px 30px;
  justify-items: flex-start;
  align-items: flex-start;
  border: 1px solid var(--line_color_bk);
  border-top: none;
  padding: 3rem;
  padding-bottom: 1.5rem;
  transition: 0.2s;
  -webkit-transition: 0.2s;
}
@media screen and (max-width: 767px) {
  nav > ul > li > ul {
    visibility: visible;
    position: static;
    height: auto;
    opacity: 1;
    grid-template-columns: 1fr;
    padding: 0;
    grid-gap: 0;
    display: none;
  }
}
nav > ul > li > ul li {
  width: 100%;
}
nav > ul > li > ul li a {
  display: block;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  nav > ul > li > ul li a {
    background-color: #eee;
    text-align: left;
    padding: 0.5rem 1rem;
    border-bottom: 1px dotted #999;
  }
}
nav > ul > li > ul li a::before {
  content: "";
  display: block;
  width: 100%;
  height: 140px;
  background-color: #eee;
  background-size: 100%;
  margin-bottom: 0.7rem;
}
@media screen and (max-width: 767px) {
  nav > ul > li > ul li a::before {
    display: none;
  }
}
nav > ul > li > ul li a:hover::before {
  transition: 0.2s;
  -webkit-transition: 0.2s;
  background-size: 105%;
  background-position: left -5px top -5px;
}
nav > ul > li:nth-of-type(1) ul li:nth-of-type(1) a::before {
  background-image: url(../img/common/about_nav_img01.webp);
}
nav > ul > li:nth-of-type(1) ul li:nth-of-type(2) a::before {
  background-image: url(../img/common/about_nav_img02.webp);
}
nav > ul > li:nth-of-type(1) ul li:nth-of-type(3) a::before {
  background-image: url(../img/common/about_nav_img03.webp);
}
nav > ul > li:nth-of-type(1) ul li:nth-of-type(4) a::before {
  background-image: url(../img/common/about_nav_img04.webp);
}
nav > ul > li:nth-of-type(2) ul li:nth-of-type(1) a::before {
  background-image: url(../img/common/subject_nav_img01.webp);
}
nav > ul > li:nth-of-type(2) ul li:nth-of-type(2) a::before {
  background-image: url(../img/common/subject_nav_img02.webp);
}
nav > ul > li:nth-of-type(2) ul li:nth-of-type(3) a::before {
  background-image: url(../img/common/subject_nav_img03.webp);
}
nav > ul > li:nth-of-type(2) ul li:nth-of-type(4) a::before {
  background-image: url(../img/common/subject_nav_img04.webp);
}
nav > ul > li:nth-of-type(2) ul li:nth-of-type(5) a::before {
  background-image: url(../img/common/subject_nav_img05.webp);
}
nav > ul > li:nth-of-type(2) ul li:nth-of-type(6) a::before {
  background-image: url(../img/common/subject_nav_img06.webp);
}
nav > ul > li:nth-of-type(3) ul li:nth-of-type(1) a::before {
  background-image: url(../img/common/admission_nav_img01.webp);
}
nav > ul > li:nth-of-type(3) ul li:nth-of-type(2) a::before {
  background-image: url(../img/common/admission_nav_img02.webp);
}
nav > ul > li:nth-of-type(3) ul li:nth-of-type(3) a::before {
  background-image: url(../img/common/admission_nav_img03.webp);
}
nav > ul > li:nth-of-type(3) ul li:nth-of-type(4) a::before {
  background-image: url(../img/common/admission_nav_img04.webp);
}
nav > ul > li:nth-of-type(3) ul li:nth-of-type(5) a::before {
  background-image: url(../img/common/admission_nav_img05.webp);
}
nav > ul > li:nth-of-type(4) ul li:nth-of-type(1) a::before {
  background-image: url(../img/common/job_nav_img01.webp);
}
nav > ul > li:nth-of-type(4) ul li:nth-of-type(2) a::before {
  background-image: url(../img/common/job_nav_img02.webp);
}
nav > ul > li:nth-of-type(4) ul li:nth-of-type(3) a::before {
  background-image: url(../img/common/job_nav_img03.webp);
}
nav > ul > li:nth-of-type(5) ul li:nth-of-type(1) a::before {
  background-image: url(../img/common/life_nav_img01.webp);
}
nav > ul > li:nth-of-type(5) ul li:nth-of-type(2) a::before {
  background-image: url(../img/common/life_nav_img02.webp);
}
nav > ul > li:nth-of-type(5) ul li:nth-of-type(3) a::before {
  background-image: url(../img/common/life_nav_img03.webp);
}
nav > ul > li:nth-of-type(6) ul li:nth-of-type(1) a::before {
  background-image: url(../img/common/open_campus_nav_img01.webp);
}
nav > ul > li:nth-of-type(6) ul li:nth-of-type(2) a::before {
  background-image: url(../img/common/open_campus_nav_img02.webp);
}
nav > ul > li:first-child > a {
  border-left: 1px solid var(--line_color_bk);
}
@media screen and (max-width: 767px) {
  nav > ul > li:first-child > a {
    border-left: none;
  }
}
nav > ul > li:hover > ul {
  height: auto;
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 767px) {
  nav > ul > li:hover > ul {
    display: none;
  }
}

.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  max-width: 1200px;
  margin: auto;
}
.is-fixed > ul > li > a {
  padding: 0.5rem 1rem;
}
@media screen and (max-width: 767px) {
  .is-fixed > ul > li > a {
    padding: 1rem 1rem;
  }
}

/*---------------------------
footer
---------------------------*/
@media screen and (max-width: 767px) {
  footer {
    margin-top: 4rem;
  }
}
footer .f_contact {
  margin: 4rem 0;
}
footer .f_contact ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  align-items: center;
  list-style: none;
}
@media screen and (max-width: 767px) {
  footer .f_contact ul {
    grid-template-columns: 1fr;
  }
}
footer .f_contact ul li {
  width: 100%;
}
footer .f_contact ul li a {
  display: block;
  height: 300px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  background-color: #eee;
  text-decoration: none;
  font-size: clamp(1.5rem, 2vw + 1rem, 2.5rem);
  font-weight: 100;
  letter-spacing: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  footer .f_contact ul li a {
    height: 150px;
  }
}
footer .f_contact ul li a::after {
  content: "";
  width: 51px;
  height: 91px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  writing-mode: horizontal-tb;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  footer .f_contact ul li a::after {
    width: 5vw;
    height: 10vw;
  }
}
footer .f_contact ul li a.document {
  background-color: #888;
  color: #fff;
}
footer .f_contact ul li a.document::after {
  background-image: url(../img/common/f_contact_icon_arrow_wh.webp);
}
footer .f_contact ul li a.contact {
  background-color: var(--main_color_yellow);
}
footer .f_contact ul li a.contact::after {
  background-image: url(../img/common/f_contact_icon_arrow_bk.webp);
}
footer .inner .top {
  display: grid;
  grid-template-columns: 80% 1fr;
  grid-gap: 50px;
  justify-items: flex-start;
  align-items: flex-start;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  footer .inner .top {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
footer .inner .top .info {
  width: 100%;
}
footer .inner .top .info > p {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  footer .inner .top .info > p {
    font-size: 1rem;
  }
}
footer .inner .top .info > p:nth-of-type(1) {
  margin-top: 3rem;
  font-weight: bold;
  font-size: 0.9rem;
}
@media screen and (max-width: 767px) {
  footer .inner .top .info > p:nth-of-type(2) {
    font-size: 0.8rem;
    margin-top: 0.5rem;
  }
}
footer .inner .top .info .contact {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  justify-items: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  footer .inner .top .info .contact {
    grid-template-columns: 1fr;
  }
}
footer .inner .top .info .contact .tel {
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  footer .inner .top .info .contact .tel {
    font-size: 1rem;
  }
}
footer .inner .top .info .contact .tel span {
  display: inline-block;
  font-size: 3.6rem;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  footer .inner .top .info .contact .tel span {
    font-size: 2rem;
  }
}
footer .inner .top .info .contact .tel span a {
  text-decoration: none;
}
footer .inner .top .info .contact .tel span a:link, footer .inner .top .info .contact .tel span a:visited {
  text-decoration: none;
}
footer .inner .top .info .contact .time {
  width: 100%;
  display: grid;
  grid-template-columns: 18% 1fr;
  grid-gap: 10px;
  justify-items: flex-start;
  align-items: flex-start;
  font-size: 0.9rem;
}
footer .inner .top .grp {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 10px;
}
footer .inner .top .grp a {
  display: block;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 90px;
  height: 110px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
@media screen and (max-width: 767px) {
  footer .inner .top .grp a {
    width: 15vw;
    height: 20vw;
  }
}
footer .inner .top .grp a.krc {
  background-image: url(../img/common/footer_icon_krc.webp);
}
footer .inner .top .grp a.kg {
  background-image: url(../img/common/footer_icon_kg.webp);
}
footer .inner .list {
  display: grid;
  grid-template-columns: 1fr 263px;
  grid-gap: 50px;
  justify-items: flex-start;
  align-items: flex-start;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  footer .inner .list {
    grid-template-columns: 1fr;
  }
}
footer .inner .list .main {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px 20px;
  justify-items: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  footer .inner .list .main {
    display: none;
    grid-template-columns: 1fr;
  }
}
footer .inner .list .main > ul {
  width: 100%;
  list-style: none;
}
footer .inner .list .main > ul > li > a {
  border-bottom: 1px solid var(--line_color_bk);
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  display: block;
  text-decoration: none;
}
footer .inner .list .main > ul > li > ul {
  list-style: none;
}
footer .inner .list .main > ul > li > ul > li {
  margin-bottom: 0.5rem;
}
footer .inner .list .main > ul > li > ul > li a {
  display: block;
  text-decoration: none;
}
footer .inner .list .sub {
  width: 100%;
  height: 100%;
  position: relative;
}
footer .inner .list .sub > ul {
  list-style: none;
}
footer .inner .list .sub > ul > li {
  margin-bottom: 0.5rem;
}
footer .inner .list .sub > ul > li a {
  text-decoration: none;
}
footer .inner .list .sub .sns {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  footer .inner .list .sub .sns {
    position: static;
    margin-top: 2rem;
  }
}
footer .inner .list .sub .sns ul {
  display: flex;
  grid-gap: 10px;
  justify-items: flex-start;
  align-items: flex-start;
  list-style: none;
}
@media screen and (max-width: 767px) {
  footer .inner .list .sub .sns ul {
    grid-gap: 20px;
  }
}
footer .inner .list .sub .sns ul li a {
  display: block;
  background-repeat: no-repeat;
  background-size: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 767px) {
  footer .inner .list .sub .sns ul li a {
    width: 35px;
    height: 35px;
  }
}
footer .inner .list .sub .sns ul li a.instagram {
  background-image: url(../img/common/icon_sns_instagram.webp);
}
footer .inner .list .sub .sns ul li a.tiktok {
  background-image: url(../img/common/icon_sns_tiktok.webp);
}
footer .inner .list .sub .sns ul li a.ameba {
  background-image: url(../img/common/icon_sns_ameba.webp);
}
footer .inner .list .sub .sns ul li a.youtube {
  background-image: url(../img/common/icon_sns_youtube.webp);
}
footer .inner .list .sub .sns ul li a.facebook {
  background-image: url(../img/common/icon_sns_facebook.webp);
}
footer .inner .list .sub .sns ul li a.twitter_x {
  background-image: url(../img/common/icon_sns_twitter_x.webp);
}
footer .f_grp {
  background-color: var(--sub_color_yellow);
}
footer .f_grp .inner {
  padding: 3rem 0;
}
footer .f_grp .inner ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 50px;
  justify-items: flex-start;
  align-items: flex-start;
  list-style: none;
}
@media screen and (max-width: 767px) {
  footer .f_grp .inner ul {
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }
}
footer .f_grp .inner ul li {
  width: 100%;
}
footer .f_grp .inner ul li a {
  background-color: #fff;
  background-image: url(../img/common/icon_arrow_circle_bk.svg);
  background-position: top 50% right 20px;
  background-repeat: no-repeat;
  background-size: 8%;
  padding: 2rem;
  border-radius: 10px;
  display: block;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  footer .f_grp .inner ul li a {
    padding: 1rem;
    background-size: 5%;
  }
}
footer .copyright {
  text-align: center;
  padding-top: 4rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  footer .copyright {
    font-size: 0.6rem;
    padding-top: 2rem;
  }
}

/*---------------------------
common
-----------------------------*/
* .inner {
  max-width: 1200px;
  margin: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  * .inner {
    /*769px~1000px(inner1000pxの場合)*/
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  * .inner {
    max-width: 90%;
  }
}

* {
  box-sizing: border-box;
}

.pagetop {
  width: 60px;
  height: 60px;
  background-color: #333;
  border-radius: 10px 0 0 10px;
  position: fixed;
  bottom: 2rem;
  right: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  color: #fff;
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  .pagetop {
    right: 2vw;
    bottom: 2vw;
    width: 12vw;
    height: 12vw;
    border-radius: 10px;
  }
}
.pagetop::after {
  content: "▲";
}

.sp_menu {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp_menu {
    display: block;
    position: fixed;
    top: 2vw;
    right: 4vw;
    width: 14vw;
    height: 14vw;
    border: 1px solid #999;
    border-radius: 100px;
    background-color: #fff;
    z-index: 1000;
  }
  .sp_menu span {
    display: block;
    content: "";
    border-top: 2px solid #999;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 55%;
    transition: 0.3s;
    -webkit-transition: 0.3s;
  }
  .sp_menu span:nth-of-type(1) {
    top: 30%;
  }
  .sp_menu span:nth-of-type(2) {
    top: 50%;
  }
  .sp_menu span:nth-of-type(3) {
    top: 70%;
  }
}
@media screen and (max-width: 767px) {
  .sp_menu.on span:nth-of-type(1) {
    transform: rotate(45deg);
    top: 50%;
  }
  .sp_menu.on span:nth-of-type(2) {
    display: none;
  }
  .sp_menu.on span:nth-of-type(3) {
    transform: rotate(-45deg);
    top: 50%;
  }
}