@charset "UTF-8";

@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP:wght@500&display=swap);
@import url(https://fonts.googleapis.com/css?family=Noto+Serif+JP:wght@500&display=swap&subset=japanese);

/* ----- media display ----- */
.sp {
  display: none !important;
}

/*clearfix
－－－－－－－*/
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

.clearfix:before {
  content: '';
  display: block;
  clear: both;
}

.clearfix {
  display: block;
}

/*html body img a
－－－－－－－*/
html {
  font-size: 62.5%;
  overflow: auto;
}

body {
  width: 100%;
  overflow: scroll;
  -webkit-text-size-adjust: none;
  background-color: #ffffff;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  word-break: break-all;
  overflow: auto;
  color: #333333;
}

img {
  vertical-align: bottom;
  width: 100%;
}

a {
  text-decoration: none;
  color: #333333;
}

/* ======== header ======== */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
}

header .headerInner {
  height: 78px;
  padding: 10px 30px 0 30px;
  background: #ffffff;
}

header .headerInner .logo {
  width: 65px;
  float: left;
}

header .headerInner .logo a {
  transition: 0.3s;
}

header .headerInner .logo a:hover {
  opacity: 0.7;
}

header .menu {
  float: right;
  margin-top: 13px;
}

header .menu .menuBtn {
  width: 40px;
  height: 30px;
  position: relative;
  cursor: pointer;
}

header .menu .menuBtn > span {
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #000000;
  position: absolute;
  left: 0;
  border-radius: 1px;
}

header .menu .menuBtn > span:first-child {
  top: 0;
}

header .menu .menuBtn > span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

header .menu .menuBtn > span:last-child {
  bottom: 0;
}

header .nav {
  opacity: 0;
  position: fixed;
  top: 0;
  z-index: 100;
  background: #ffffff;
  border-left: 2px solid #d5d5d5;
  border-bottom: 2px solid #d5d5d5;
  width: 560px;
}

header .nav .navHeader {
  padding: 30px;
}

header .nav .navHeader .menuClose {
  float: right;
  width: 30px;
  height: 30px;
  position: relative;
  cursor: pointer;
}

header .nav .navHeader .menuClose > span {
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #000000;
  position: absolute;
  left: 0;
  top: 20px;
  border-radius: 1px;
}

header .nav .navHeader .menuClose > span:first-child {
  transform: rotate(-45deg);
}

header .nav .navHeader .menuClose > span:last-child {
  transform: rotate(45deg);
}

header .nav nav {
  overflow: auto;
}

header .nav nav a {
  color: #727171;
}

header .nav nav .heading {
  border-top: 2px solid #d5d5d5;
  padding: 10px 20px 10px 32px;
  font-size: 18px;
  font-size: 1.8rem;
}

header .nav nav > ul > li {
  border-top: 2px solid #d5d5d5;
}

header .nav nav > ul > li a {
  display: block;
  padding: 10px 20px;
  /*border-left-style: solid;
  border-left-width: 12px;*/
  transition: 0.3s;
  position: relative;
}

header .nav nav > ul > li a:hover {
  opacity: 0.7;
}

header .nav nav > ul > li a:after {
  content: '';
  display: none;
  width: 14px;
  height: 14px;
  border-top-style: solid;
  border-right-style: solid;
  border-top-width: 2px;
  border-right-width: 2px;
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -7px;
  transform: rotate(45deg);
}

header .nav nav > ul.pu > li a {
  border-left: 12px solid #b0a8d2;
}

header .nav nav > ul.pu > li a:after {
  border-top-color: #ce0066;
  border-right-color: #ce0066;
}

header .nav nav > ul.or > li a {
  border-left: 12px solid #ffc132;
}

header .nav nav > ul.or > li a:after {
  border-top-color: #bee800;
  border-right-color: #bee800;
}

header .nav nav > ul.bl > li a {
  border-left: 12px solid #38b8ef;
}

header .nav nav > ul.bl > li a:after {
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-top-color: #e8e7e7;
  border-right-color: #e8e7e7;
}

header .nav nav > ul.ye > li a {
  border-left: 12px solid #fff367;
}

header .nav nav > ul.ye > li a:after {
  border-top-color: #bee800;
  border-right-color: #bee800;
}

header .nav nav > ul.gr > li a {
  border-left: 12px solid #9eb480;
}

header .nav nav > ul.pk > li a {
  border-left: 12px solid #f1937b;
}

header .nav nav > ul.lye > li a {
  border-left: 12px solid #f4f4b9;
}

/* ======== footer ======== */
footer {
  background: #ebebeb;
  width: 100%;
  min-width: 1000px;
  margin: 90px auto 0;
}

footer .footerInner {
  text-align: center;
  padding: 15px;
}

footer .footerInner p {
  font-size: 9px;
  color: #75797f;
}

footer .pageTop {
  display: none;
  position: fixed;
  right: 15px;
  bottom: 47px;
  z-index: 99;
  width: 30px;
}

footer .pipeLink {
  background: #393f48;
  padding: 15px 0 20px;
}

footer .pipeLink ul {
  width: 1000px;
  margin: 0 auto;
  letter-spacing: -0.4em;
  text-align: center;
}

footer .pipeLink ul li {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  padding: 0 10px;
  border-left: 1px solid #ffffff;
  font-size: 12px;
}

footer .pipeLink ul li:first-child {
  border-left: none;
}

footer .pipeLink ul li a {
  font-size: 12px;
  color: #ffffff;
}

footer .pipeLink ul li a:hover {
  text-decoration: underline;
}

/* ======== main ======== */
main {
  margin-top: 78px;
  display: block;
}

/* ======== index ======== */
#index {
  background: #a6a7a7;
}

#index main .inner {
  max-width: 910px;
  margin: 0 auto;
  padding: 140px 0 0;
}

#index main .inner .squareBox {
  width: 406px;
  margin: 0 auto;
  text-align: center;
}

#index main .inner .squareBox .img a img {
  transition: 0.3s;
}

#index main .inner .squareBox .img a img:hover {
  opacity: 0.7;
}

#index main .inner .squareBox .img a span {
  display: inline-block;
  margin-top: 25px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

#index main .inner > .img {
  width: 100%;
  margin: 125px 0;
}
