@font-face {
  font-family: 'NotoSansJP';
  font-weight: 400;
  font-display: swap;
  src: local('NotoSansJP'),
       url(../font/NotoSansJP-Regular.woff) format('woff');
}
@font-face {
  font-family: 'NotoSansJP';
  font-weight: 500;
  font-display: swap;
  src: local('NotoSansJP'),
       url(../font/NotoSansJP-Medium.woff) format('woff');
}
@font-face {
  font-family: 'NotoSansJP';
  font-weight: 700;
  font-display: swap;
  src: local('NotoSansJP'),
       url(../font/NotoSansJP-Bold.woff) format('woff');
}
@font-face {
  font-family: 'NotoSansJP';
  font-weight: 900;
  font-display: swap;
  src: local('NotoSansJP'),
       url(../font/NotoSansJP-Black.woff) format('woff');
}
:root {
  --c-blue: #00a0e9;
  --c-blue2: #f0faff;
  --c-yellow: #ffe117;
}
body {
  min-width: 320px;
  color: #333;
  font: 1.6rem/1.875 'NotoSansJP', sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  margin: auto;
}

.section {
  padding-top: 60px;
  padding-bottom: 60px;
}
.column ~ .column {
  margin-top: 40px;
}
.body {
  max-width: 1220px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width:768px) {
  html { font-size:9px }
}
@media (max-width:320px) {
  html { font-size:8.5px }
}
@media print {
  body { width:1200px }
}

.js-tel a, a.link {
  color: #00a0e9;
}
a.link img {
  transition: .2s;
}
a.link:hover img {
  opacity: .9;
}
a.link[target="_blank"]:after {
  content: url("../images/common/icon-aside-2.png");
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
  margin-left: .4em;
}

/* ****************************************************************************************************
   * header
**************************************************************************************************** */

@media (min-width:960px) {
  .header-sp {
    display: none !important;
  }
}
@media (max-width:959px) {
  .header-pc {
    display: none !important;
  }
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  transition: .2s;
}
.js-scroll #header {
  color: #222;
  background: #fff;
  box-shadow: 0 3px 3px rgba(0,0,0,.1);
}
#header .logo {
  width: 423px;
  padding-left: 30px;
}
#header .logo img {
  display: none;
}
#header .logo img:not(.reverse) {
  display: block;
}
.js-scroll #header .logo img.reverse {
  display: block;
}
.js-scroll #header .logo img:not(.reverse) {
  display: none;
}
@media (max-width:1200px) {
  #header .logo {
    width: 300px;
    padding-left: 10px;
  }
}
@media (max-width:959px) {
  #header {
    height: 50px;
    transition: .2s left;
  }
  .nav-active #header {
    left: -290px;
  }
  #header .logo {
    padding: 0 10px;
  }
  #header .logo img {
    height: 40px;
    margin-top: 5px;
  }
}

#global-nav {
  max-width: 700px;
}
#global-nav ul.sf-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#global-nav ul.sf-menu a,
#global-nav ul.sf-menu span {
  position: relative;
  display: block;
  line-height: 1.5;
}
#global-nav ul.sf-menu > li {
  position: relative;
  white-space: nowrap;
}
#global-nav ul.sf-menu > li > *:after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  position: absolute;
  left: 50%;
  bottom: .5em;
  opacity: 0;
  background: #fff;
  transition: .2s;
}
#global-nav ul.sf-menu > li[current] > a:after,
#global-nav ul.sf-menu > li:hover > a:after,
#global-nav ul.sf-menu > li[current] > span:after,
#global-nav ul.sf-menu > li:hover > span:after {
  width: 70%;
  left: 15%;
  opacity: 1;
}
#global-nav ul.sf-menu > li.contact > *:after {
  content: none;
}
.js-scroll #global-nav ul.sf-menu > li > *:after {
  background: #333;
}
#global-nav ul.sf-menu > li > a,
#global-nav ul.sf-menu > li > span {
  font-weight: 600;
  text-align: center;
  padding: 1em 1.5em;
}
#global-nav ul.sf-menu > li.contact > a {
  color: #fff;
  background: var(--c-blue);
}
#global-nav ul.sf-menu > li ul {
  position: absolute;
  left: 0;
  min-width: 100%;
  z-index: 9998;
  border: 1px solid #ccc;
}
#global-nav ul.sf-menu > li ul li ~ li {
  border-top: 1px solid #ccc;
}
#global-nav ul.sf-menu > li ul li a {
  display: block;
  color: #333;
  padding: .5em;
  background: #fff;
}
#global-nav ul.sf-menu > li ul li a:hover {
  color: var(--c-blue);
}
@media (max-width:1200px) {
  #global-nav ul.sf-menu > li > a {
    padding: 1em;
  }
}
@media (max-width:959px) {
  #wrapper {
    position: relative;
    left: 0;
    transition: .2s left;
  }
  .nav-active #wrapper {
    left: -290px;
  }
  #global-nav {
    position: fixed;
    top: 0;
    z-index: 9998;
    right: -290px;
    width: 290px;
    height: auto;
    color: #222;
    overflow-y: auto;
    transition: .2s;
  }
  .nav-active #global-nav {
    right: 0;
  }
  #global-nav ul.sf-menu {
    display: block;
  }
  #global-nav ul.sf-menu > li ~ li {
    border-top: 1px solid #ccc;
  }
  #global-nav ul.sf-menu > li > a {
    text-align: left;
  }
  #global-nav ul.sf-menu > li[current] > a::after, #global-nav ul.sf-menu > li:hover > a::after, #global-nav ul.sf-menu > li[current] > span::after, #global-nav ul.sf-menu > li:hover > span::after {
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
  }
  #global-nav ul.sf-menu > li > a, #global-nav ul.sf-menu > li > span {
    padding: 1em;
  }
  #global-nav ul.sf-menu > li > .parent {
    display: block;
    position: relative;
    text-align: left;
  }
  #global-nav ul.sf-menu > li > .parent:before {
    content: '＋';
    display: block;
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%);
  }
  #global-nav ul.sf-menu > li.active > .parent:before {
    content: '－';
  }
  #global-nav ul.sf-menu > li ul {
    position: static;
    border: 0;
    border-top: 1px solid #ccc;
  }
  #global-nav ul.sf-menu > li ul li a {
    padding: 1em;
  }
}

.page-lower #visual {
  position: relative;
  height: 480px;
  color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #ccc;
  background-size: cover;
}
.page-lower #visual .body {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.page-lower #visual .title {
  font-size: 7rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .1em;
  margin-bottom: 0;
}
.page-lower #visual .title:after {
  display: block;
  font-size: 2rem;
  letter-spacing: normal;
  margin-top: .2em;
}
@media (max-width:768px) {
  .page-lower #visual {
    height: 400px;
  }
  .page-lower #visual .title {
    font-size: 5rem;
  }
}
@media (max-width:640px) {
  .page-lower #visual {
    max-height: 280px;
    height: 75svw;
  }
  .page-lower #visual .title {
    font-size: 4rem;
    letter-spacing: normal;
    text-align: center;
  }
}

/* ****************************************************************************************************
   * main
**************************************************************************************************** */

#main {
  line-height: 2.18;
  padding-bottom: 80px;
  background: url("../images/common/bg-1.png") 0 0 /100% auto repeat-y;
}
@media (max-width:768px) {
  #main {
    padding-bottom: 40px;
  }
}

.main-box {
  max-width: 1200px;
  padding: 60px 20px;
  background: rgba(255,255,255,.9);
  margin: 50px auto 0;
}
.main-box > .inner {
  max-width: 1080px;
  margin: auto;
}
@media (max-width:768px) {
  .main-box {
    padding: 30px 15px;
    margin-top: 30px;
  }
}

#main .group-nav {
  padding: 60px 0;
  background: #f0faff;
}
#main .group-nav .body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
#main .group-nav .title-1 {
  width: 31%;
  font-size: 2rem;
}
#main .group-nav .title-1 img {
  display: block;
  margin-top: .2em;
}
#main .group-nav .list {
  width: 69%;
  display: flex;
  flex-wrap: wrap;
}
#main .group-nav .list .item {
  display: block;
  width: 36.24%;
  margin-left: 3%;
}
#main .group-nav .list .item .photo {
  position: relative;
  overflow: hidden;
  aspect-ratio: 21 / 14;
}
#main .group-nav .list .item .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .4s;
}
#main .group-nav .list .item:hover .photo img {
  transform: scale(1.05);
}
#main .group-nav .list .item .content {
  position: relative;
  color: #fff;
  padding: .5em .75em;
  background: var(--c-blue);
}
#main .group-nav .list .item .content:after {
  content: '';
  position: absolute;
  top: 50%;
  right: .5em;
  display: block;
  width: 21px;
  height: 21px;
  background: url("../images/common/arrow-2.png") center center /12px auto no-repeat;
  border: 1px solid #fff;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: .2s;
}
@media (max-width:960px) {
  #main .group-nav .list {
    justify-content: space-between;
  }
  #main .group-nav .list .item {
    width: 49%;
    margin-left: 0;
  }
  #main .group-nav .title-1 {
    padding-right: 1em;
  }
}
@media (max-width:768px) {
  #main .group-nav .body {
    flex-wrap: wrap;
  }
  #main .group-nav .title-1 {
    width: 100%;
    margin-bottom: 30px;
  }
  #main .group-nav .title-1 img {
    height: 2em;
  }
  #main .group-nav .list {
    width: 100%;
  }
}

/* ****************************************************************************************************
   * footer
**************************************************************************************************** */

#footer .contact {
  position: relative;
  z-index: 1;
  color: #fff;
  background: url("../images/common/contact-bg.jpg") center center /cover no-repeat var(--c-blue);
}
#footer .contact .title {
  text-align: center;
}
#footer .contact .copy {
  text-align: center;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 40px;
}
#footer .contact .btn {
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 40px auto 0;
}
#footer .contact .btn > * {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 48%;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 10px;
  padding-left: 20px;
  background: #fff;
}
#footer .contact .btn > *[href*="entry"] {
  color: #fff;
  background: var(--c-blue);
}
#footer .contact .btn > *[href*="entry"]:after {
  background-image: url(../images/common/arrow-2.png);
}
@media (max-width:768px) {
  #footer .contact .title img {
    height: 3em;
  }
  #footer .contact .copy {
    font-size: 3rem;
  }
  #footer .contact .btn > * {
    width: 100%;
  }
  #footer .contact .btn > * ~ * {
    margin-top: 20px;
  }
}
@media (max-width:540px) {
  #footer .contact .btn > * {
    font-size: 1.6rem;
  }
}

#footer .nav {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #f0faff;
}
#footer .nav .body {

}
#footer .nav .body span,
#footer .nav .body a {
  position: relative;
  display: inline-block;
  padding: .4em 0;
  padding-left: 1em;
}
#footer .nav .body a:hover {
  color: var(--c-blue);
}
#footer .nav .body {
  display: flex;
  justify-content: space-between;
}
#footer .nav .body > ul > li > span:before,
#footer .nav .body > ul > li > a:before {
  content: '';
  position: absolute;
  top: 1.2em;
  left: 0;
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--c-blue);
}
#footer .nav .body > ul > li > a[target="_blank"]:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
  margin-left: .4em;
  width: 16px;
  height: 16px;
  background: url(../images/common/icon-aside-2.png) center center /cover no-repeat;
}
#footer .nav .body > ul ul {
  padding-left: 1em;
}
#footer .nav .body > ul ul li a {
  background: url("../images/common/listmark-1.png") 0 center no-repeat;
}
@media (max-width:768px) {
  #footer .nav {
    padding-top: 0;
    padding-bottom: 0;
  }
  #footer .nav .body {
    display: block;
  }
  #footer .nav .body span,
  #footer .nav .body a {
    display: block;
    padding: .75em 0;
    padding-left: 1em;
  }
  #footer .nav .body > ul > li {
    border-bottom: 1px solid #ccc;
  }
  #footer .nav .body > ul:last-child > li:last-child {
    border-bottom: 0;
  }
  #footer .nav .body > ul ul {
    padding-left: 0;
  }
  #footer .nav .body > ul ul li {
    border-top: 1px dotted #ccc;
  }
  #footer .nav .body > ul ul li a {
    padding-left: 2em;
    background-position: 1em center;
  }
  #footer .nav .body > ul > li > a:before {
    top: 1.5em;
  }
}

#footer .footer .logo {
  text-align: center;
  padding: 50px 0 40px;
}
#footer .footer .logo a {
  display: inline-flex;
  align-items: center;
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1;
}
#footer .footer .logo a >span {
  display: inline-block;
  margin-left: .75em;
}
#footer .footer .logo a .mkk {
  letter-spacing: .1em;
}
@media (max-width:768px) {
  #footer .footer .logo {
    padding: 30px 0;
  }
  #footer .footer .logo a {
    font-size: 2.4rem;
  }
}

#footer .footer ul {
  max-width: 620px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
}
#footer .footer ul li {
  width: 32.26%;
}
#footer .footer ul li a:after {
  content: none;
}
#footer .footer ul li img {
  width: 100%;
}
@media (max-width:768px) {
  #footer .footer ul {
    justify-content: center;
  }
  #footer .footer ul li {
    width: 49%;
    margin-left: 2%;
  }
  #footer .footer ul li:nth-child(2n+1) {
    margin-left: 0;
  }
  #footer .footer ul li:nth-child(n+3) {
    margin-top: 2%;
  }
}

#footer .copyright {
  font-size: 1.4rem;
  text-align: center;
  padding: 1em 0;
  margin-top: 30px;
}

@media (max-width:768px) {
  #sitemap-trigger {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: .75em;
    background: var(--c-blue);
  }
  #sitemap-trigger:after {
    content: '＋';
    display: block;
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%);
  }
  #sitemap-trigger.active:after {
    content: '－';
  }
  #sitemap-trigger + .nav {
    display: none;
  }
  #pagetop {
    width: 50px;
  }
  #sp-footer-nav {
    position: webkit-sticky;
    position: sticky;
    left: 0;
    bottom: 0;
    z-index: 9998;
    width: 100%;
    background: var(--c-blue);
  }
  #sp-footer-nav ul {
    width: 100%;
    display: flex;
  }
  #sp-footer-nav ul li {
    flex-grow: 1;
  }
  #sp-footer-nav ul li ~ li {
    border-left: 1px solid #8bd4f4;
  }
  #sp-footer-nav ul li a {
    display: block;
    text-align: center;
  }
  #sp-footer-nav ul li a img {
    height: auto;
    max-height: 60px;
  }
}
