@charset "UTF-8";
/* -------------------------------------------------

Reset.css

------------------------------------------------- */
@media print {
  html,
  body {
    zoom: 0.8;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
}

html {
  font-size: 62.5%;
}

body {
  color: #222;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.5;
}
body * {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  line-height: inherit;
}
body.fixed {
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

a {
  outline: none;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s;
}
a img {
  border-style: none;
}
a:hover {
  transform: translateY(-5px);
}

img {
  max-width: 100%;
}

@media screen {
  .fade__0 {
    opacity: 0;
    transition: 1s;
  }
  .fade__B {
    opacity: 0;
    transition: 1s;
    transform: translate(0, 30px);
  }
  .fade__L {
    opacity: 0;
    transition: 1s;
    transform: translate(-20px, 0);
  }
  .fadeReset {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@media all and (min-width: 669px) {
  .sp {
    display: none;
  }
}
@media all and (min-width: 801px) {
  .md {
    display: none;
  }
}
@media all and (min-width: 961px) {
  .tb {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .pc {
    display: none;
  }
}
@media screen and (max-width: 668px) {
  .ns {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .np {
    display: none;
  }
}
#wrapper main {
  position: relative;
  padding-top: 100px;
}
@media screen and (max-width: 668px) {
  #wrapper main {
    padding-top: 60px;
  }
}
#wrapper main .pageTitle {
  height: 130px;
  background: url(../images/bg_blue.jpg) center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding: 0 20px;
}
@media screen and (max-width: 960px) {
  #wrapper main .pageTitle {
    height: 120px;
    background-size: 150px auto;
  }
}
#wrapper main .pageTitle > section {
  width: 1200px;
  max-width: 100%;
}
#wrapper main .pageTitle > section h2 {
  color: #fff;
  font-size: 3rem;
}
@media screen and (max-width: 960px) {
  #wrapper main .pageTitle > section h2 {
    font-size: 2rem;
  }
}
#wrapper main .pageTitle.small {
  height: 80px;
}
@media screen and (max-width: 960px) {
  #wrapper main .pageTitle.small {
    height: 60px;
  }
}
#wrapper main .pageTitle.small > section h2 {
  font-size: 2.6rem;
}
@media screen and (max-width: 960px) {
  #wrapper main .pageTitle.small > section h2 {
    font-size: 1.6rem;
  }
}
#wrapper main .topicPath {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1260px) {
  #wrapper main .topicPath {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #wrapper main .topicPath {
    max-width: 100%;
    margin-left: 20px;
    margin-right: 20px;
  }
}
#wrapper main .topicPath {
  margin-bottom: 20px;
}
#wrapper main .topicPath p {
  font-size: 1.5rem;
  display: inline-block;
}
@media screen and (max-width: 960px) {
  #wrapper main .topicPath p {
    font-size: 1.2rem;
  }
}
#wrapper main .topicPath p:not(:first-child)::before {
  content: "＞";
  color: #cacaca;
  display: inline-block;
  margin: 0 3px;
  font-size: 0.9em;
}
#wrapper main .topicPath p a {
  text-decoration: underline;
}
#wrapper main #contents {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1260px) {
  #wrapper main #contents {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #wrapper main #contents {
    max-width: 100%;
    margin-left: 20px;
    margin-right: 20px;
  }
}
#wrapper main #contents.notfoundArea {
  padding-top: 120px;
  padding-bottom: 160px;
  text-align: center;
}
@media screen and (max-width: 668px) {
  #wrapper main #contents.notfoundArea {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
#wrapper main #contents.notfoundArea .text {
  font-size: 2rem;
}
@media screen and (max-width: 668px) {
  #wrapper main #contents.notfoundArea .text {
    font-size: 1.5rem;
  }
}
#wrapper main #contents.notfoundArea .btnB {
  margin-top: 30px;
}
#wrapper main #contents .btnB a {
  display: inline-block;
  color: #fff;
  line-height: 120%;
  background-color: #0E3481;
  border-radius: 30px;
  padding: 8px 30px;
}

header {
  width: 100%;
  height: 100px;
  background-color: #fff;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
}
@media screen and (max-width: 668px) {
  header {
    height: 60px;
  }
}
header .inner {
  width: 1200px;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #0E3481;
}
header .inner h1 {
  width: 270px;
}
@media screen and (max-width: 960px) {
  header .inner h1 {
    width: 200px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  header .inner h1 {
    width: 150px;
  }
}
header .inner > ul {
  margin-left: auto;
  display: flex;
}
@media screen and (max-width: 960px) {
  header .inner > ul {
    display: none;
  }
}
header .inner > ul li {
  margin-right: 20px;
}
header .inner > ul li a {
  display: block;
  font-size: 1.4rem;
}
header .inner > ul li a span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
@media screen and (max-width: 960px) {
  header .inner > p.tel {
    margin-left: auto;
  }
}
header .inner > p.tel a {
  font-size: 2.5rem;
  line-height: 100%;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  header .inner > p.tel a {
    font-size: 1.6rem;
  }
}
header .inner > p.tel a span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 3px 0;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  header .inner > p.tel a span {
    width: 11px;
  }
}
header .inner .spMenu {
  display: none;
}
@media screen and (max-width: 960px) {
  header .inner .spMenu {
    display: block;
    margin-left: 20px;
    position: relative;
    width: 40px;
    height: 22px;
    background: none;
    border: none;
    cursor: pointer;
  }
  header .inner .spMenu span, header .inner .spMenu::before, header .inner .spMenu::after {
    content: "";
    position: absolute;
    left: 50%;
    width: 40px;
    height: 2px;
    background: #0E3481;
    transition: 0.3s;
    transform: translateX(-50%);
  }
  header .inner .spMenu span {
    top: 50%;
    transform: translate(-50%, -50%);
  }
  header .inner .spMenu::before {
    top: 0;
  }
  header .inner .spMenu::after {
    bottom: 0;
  }
  header .inner .spMenu.on span {
    opacity: 0;
  }
  header .inner .spMenu.on::before {
    top: 50%;
    transform: translate(-50%, -50%) rotate(30deg);
  }
  header .inner .spMenu.on::after {
    bottom: auto;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-30deg);
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  header .inner .spMenu {
    margin-left: 10px;
  }
}

.spMenuContents {
  display: none;
  width: 100%;
  height: calc(100vh - 100px);
  background-color: #F0EEEB;
  position: fixed;
  left: 0;
  top: 100px;
  z-index: 150;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 668px) {
  .spMenuContents {
    height: calc(100vh - 60px);
    top: 60px;
  }
}
.spMenuContents .itemList {
  padding: 0 20px 30px;
}
.spMenuContents .itemList:first-of-type {
  padding-top: 20px;
}
.spMenuContents .itemList .categoryName {
  font-size: 1.6rem;
  margin: 0 0 10px;
}
.spMenuContents .itemList .categoryName span.pict {
  display: inline-block;
  width: 35px;
  vertical-align: middle;
  margin-right: 5px;
}
.spMenuContents .itemList > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.spMenuContents .itemList > ul li {
  width: calc(33.3333333333% - 6.666px);
}
@media screen and (max-width: 668px) {
  .spMenuContents .itemList > ul li {
    width: calc(50% - 5px);
  }
}
.spMenuContents .itemList > ul li a {
  background-color: #fff;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .spMenuContents .itemList > ul li a {
    display: block;
  }
}
.spMenuContents .itemList > ul li a span {
  display: block;
}
.spMenuContents .itemList > ul li a span.logo {
  padding-bottom: 5px;
  margin-bottom: 5px;
  display: block;
  width: 100%;
  height: 42px;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 960px) {
  .spMenuContents .itemList > ul li a span.logo {
    height: 35px;
  }
}
.spMenuContents .itemList > ul li a span.logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}
.spMenuContents .itemList > ul li a span.en {
  font-size: 1.3rem;
}
.spMenuContents .itemList > ul li a span.jp {
  font-size: 1rem;
}

nav {
  background-color: #F9F7F3;
}
nav .inner {
  max-width: 1200px;
  border-right: 1px solid #fff;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
nav .inner li {
  width: 12.5%;
  border-left: 1px solid #fff;
}
@media screen and (max-width: 800px) {
  nav .inner li {
    width: 25%;
    border-bottom: 1px solid #fff;
  }
}
nav .inner li a {
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 800px) {
  nav .inner li a {
    height: 70px;
  }
}
nav .inner li a span {
  display: block;
  width: 52px;
  margin: 0 auto;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  nav .inner li a span {
    width: 46px;
  }
}
nav .inner li a strong {
  display: block;
  font-size: 1.5rem;
}
@media screen and (max-width: 960px) {
  nav .inner li a strong {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  nav .inner li a strong {
    font-size: 1.1rem;
  }
}
nav .inner li a strong.small {
  letter-spacing: -2px;
}

main > nav {
  position: sticky;
  left: 0;
  top: 100px;
  z-index: 100;
}
@media screen and (max-width: 668px) {
  main > nav {
    top: 60px;
  }
}
@media screen and (max-width: 960px) {
  main:not(.topPage) > nav {
    display: none;
    height: 0;
  }
}

footer,
.menuFooter {
  color: #fff;
  padding: 50px 20px;
  background: url(../images/bg_footer.png) no-repeat right bottom #0E3481;
  background-size: 320px auto;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  footer,
  .menuFooter {
    background-size: 50% auto;
    padding: 30px 20px 20px;
  }
}
footer .inner,
.menuFooter .inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: space-between;
}
footer .inner > div,
.menuFooter .inner > div {
  width: 640px;
}
@media screen and (max-width: 1200px) {
  footer .inner > div,
  .menuFooter .inner > div {
    width: 580px;
  }
}
@media screen and (max-width: 960px) {
  footer .inner > div,
  .menuFooter .inner > div {
    width: 100%;
    margin-bottom: 40px;
  }
}
footer .inner > div ul,
.menuFooter .inner > div ul {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 20px;
}
footer .inner > div ul li,
.menuFooter .inner > div ul li {
  width: 200px;
}
@media screen and (max-width: 1200px) {
  footer .inner > div ul li,
  .menuFooter .inner > div ul li {
    width: 180px;
  }
}
@media screen and (max-width: 960px) {
  footer .inner > div ul li,
  .menuFooter .inner > div ul li {
    width: calc(33.3333333333% - 13.4px);
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  footer .inner > div ul li,
  .menuFooter .inner > div ul li {
    width: calc(50% - 10px);
  }
}
footer .inner > div ul li a,
.menuFooter .inner > div ul li a {
  display: block;
  font-size: 1.5rem;
  padding: 7px 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 1200px) {
  footer .inner > div ul li a,
  .menuFooter .inner > div ul li a {
    font-size: 1.4rem;
    padding: 7px 0;
  }
}
@media screen and (max-width: 800px) {
  footer .inner > div ul li a,
  .menuFooter .inner > div ul li a {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 960px) {
  footer .inner > div ul.category,
  .menuFooter .inner > div ul.category {
    display: none;
  }
}
footer .inner > div ul.about,
.menuFooter .inner > div ul.about {
  width: 420px;
  margin-top: 25px;
}
@media screen and (max-width: 960px) {
  footer .inner > div ul.about,
  .menuFooter .inner > div ul.about {
    width: 100%;
    margin: 0 0 25px;
  }
}
footer .inner > div ul.service,
.menuFooter .inner > div ul.service {
  display: none;
}
@media screen and (max-width: 960px) {
  footer .inner > div ul.service,
  .menuFooter .inner > div ul.service {
    display: flex;
  }
}
footer .inner > section,
.menuFooter .inner > section {
  font-size: 1.5rem;
}
@media screen and (max-width: 960px) {
  footer .inner > section,
  .menuFooter .inner > section {
    width: 100%;
  }
}
footer .inner > section .logo,
.menuFooter .inner > section .logo {
  width: 220px;
  margin-bottom: 30px;
}
footer .inner > section .logo img,
.menuFooter .inner > section .logo img {
  filter: brightness(300);
}
footer .inner > section address,
.menuFooter .inner > section address {
  font-style: normal;
  margin: 8px 0;
}
footer .inner > section .copy,
.menuFooter .inner > section .copy {
  margin-top: 40px;
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.4);
}
footer .inner > section .copy br,
.menuFooter .inner > section .copy br {
  display: none;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  footer .inner > section .copy br,
  .menuFooter .inner > section .copy br {
    display: block;
  }
}