@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url("https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed&display=swap");
@media all and (max-width: 959px) {
  .pc {
    display: none; } }

.sp {
  display: none; }
  @media all and (max-width: 959px) {
    .sp {
      display: block; } }

html {
  font-size: 62.5%;
  font-family: "Noto Sans Japanese", sans-serif; }

body {
  font-size: 1.6rem; }

img {
  max-width: 100%;
  height: auto; }

a[href^="tel:"] {
  pointer-events: none;
  text-decoration: none; }
  @media all and (max-width: 959px) {
    a[href^="tel:"] {
      pointer-events: auto;
      text-decoration: underline; } }

main {
  display: block;
  max-width: 1300px;
  width: 100%;
  margin: 60px auto 0;
  padding: 0 15px;
  box-sizing: border-box; }
  @media all and (max-width: 959px) {
    main {
      margin-top: 40px; } }
  main .lead {
    margin-bottom: 60px;
    line-height: 1.8; }
  main a {
    color: #099;
    transition: all .2s ease-in-out; }
    main a:hover {
      color: #f60; }

#footer .container {
  width: 100%;
  max-width: 1300px;
  margin: auto;
  padding: 0 15px;
  box-sizing: border-box; }
#footer nav {
  margin: 30px 0 0;
  background: #fc0;
  padding: 50px 0; }
  @media all and (max-width: 959px) {
    #footer nav {
      float: none;
      margin-top: 60px;
      padding: 30px 0; } }
  #footer nav ul:nth-of-type(1) {
    text-align: center;
    margin-bottom: 20px; }
    @media all and (max-width: 959px) {
      #footer nav ul:nth-of-type(1) {
        text-align: left;
        margin: 0 0 20px 20px; } }
    #footer nav ul:nth-of-type(1) li {
      display: inline-block; }
      @media all and (max-width: 959px) {
        #footer nav ul:nth-of-type(1) li {
          display: block; } }
      #footer nav ul:nth-of-type(1) li a {
        font-size: 15px;
        line-height: 1.4;
        color: #333333;
        text-decoration: none;
        padding: 0;
        margin-left: 25px;
        position: relative;
        transition: all .2s ease-in-out; }
        @media all and (max-width: 959px) {
          #footer nav ul:nth-of-type(1) li a {
            display: block;
            margin: 10px 0; } }
        #footer nav ul:nth-of-type(1) li a:hover {
          color: #099; }
      #footer nav ul:nth-of-type(1) li:nth-child(1) {
        border-right: 1px #000 solid;
        padding-right: 25px; }
        @media all and (max-width: 959px) {
          #footer nav ul:nth-of-type(1) li:nth-child(1) {
            border: none; } }
  #footer nav ul:nth-of-type(2) {
    text-align: center; }
    #footer nav ul:nth-of-type(2) li {
      display: inline-block;
      margin: 4px  0; }
      #footer nav ul:nth-of-type(2) li a {
        display: block;
        font-size: 12px;
        line-height: 1.6;
        color: #333333;
        text-decoration: none;
        padding: 0 0px 0 13px;
        margin-right: 15px;
        position: relative;
        transition: all .2s ease-in-out; }
        #footer nav ul:nth-of-type(2) li a:before {
          content: '';
          width: 5px;
          height: 5px;
          border: 0px;
          border-top: solid 1px #000;
          border-right: solid 1px #000;
          -ms-transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          position: absolute;
          top: 50%;
          left: 0px;
          margin-top: -2px; }
        #footer nav ul:nth-of-type(2) li a:hover {
          color: #099; }
#footer .copyright {
  margin: 30px 0;
  text-align: center;
  font-family: "Barlow Semi Condensed", sans-serif; }
  @media all and (max-width: 959px) {
    #footer .copyright {
      float: none; } }
  #footer .copyright p {
    font-size: 12px;
    letter-spacing: 1px; }
    @media all and (max-width: 959px) {
      #footer .copyright p {
        text-align: center;
        margin-bottom: 60px; } }

/* ----- 背景用の動画ファイル ----- */
#top {
  position: absolute;
  left: 0;
  top: 0;
  background: #fc0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100; }

#bgv {
  background: #fc0;
  position: absolute;
  left: 0;
  top: 0;
  min-width: calc(100% - 190px);
  width: calc(100% - 190px);
  height: calc(100% - 60px);
  z-index: 1;
  overflow: hidden; }
  @media all and (max-width: 959px) {
    #bgv {
      min-width: 100%;
      min-height: 100%;
      height: 100%;
      width: 100%; } }

#bg-video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  /**/
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  background: url("poster.jpg") no-repeat;
  background-size: cover;
  opacity: 0.01;
  animation: load 1.5s 0.8s ease-out forwards; }

#map {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  opacity: 1;
  overflow: hidden; }
  @media all and (max-width: 959px) {
    #map {
      top: 20%; } }

#mapimg {
  width: 100%;
  min-width: 1500px;
  height: auto; }

#mapline {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 3;
  opacity: 0.01;
  animation: loadmap 1.0s 1.8s ease-out forwards; }

@keyframes load {
  100% {
    opacity: 1; } }
@keyframes loadmap {
  100% {
    opacity: 0.5; } }
#title {
  display: block;
  position: absolute;
  bottom: 100px;
  right: 50px;
  z-index: 30; }
  @media all and (max-width: 959px) {
    #title {
      bottom: 50%;
      right: 50%;
      transform: translate(50%, 50%);
      max-width: calc( 100% - 30px ); } }

#scroll {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
  z-index: 3; }
  #scroll span {
    display: block;
    border: 1px #fff solid;
    border-radius: 30px;
    color: #fff;
    font-family: "Barlow Semi Condensed", sans-serif;
    letter-spacing: 0.2em;
    font-size: 16px;
    padding: 15px 20px;
    width: 220px;
    text-align: center;
    text-decoration: none;
    position: relative; }
    #scroll span:after {
      content: '';
      display: block;
      position: absolute;
      bottom: -10px;
      left: 50%;
      width: 1px;
      height: 20px;
      background: #fff; }

/* ----- 背景の上に表示させたいコンテンツ ----- */
/*
.header-title{
 position: relative; 
 z-index: 2; 
 display: flex;
 width: 50%;
 justify-content: center;
 align-items: center;
 text-align:center;
 margin: auto;
}

*/
header #logo {
  position: absolute;
  top: 35px;
  left: 35px;
  width: 70px;
  z-index: 3; }
header #pagetop {
  display: none; }
header #pagetop a {
  display: block;
  width: 60px;
  height: 50px;
  transition: all .4s ease-in-out;
  background: #000;
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 2; }
  @media all and (max-width: 959px) {
    header #pagetop a {
      width: 50px; } }
  header #pagetop a:before, header #pagetop a:after {
    content: '';
    display: block;
    transition: all .4s;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    width: 20px;
    height: 2px;
    background-color: #fff;
    border-radius: 2px;
    margin-top: 0px; }
  header #pagetop a:before {
    transform: rotate(-45deg);
    left: 14px; }
    @media all and (max-width: 959px) {
      header #pagetop a:before {
        left: 9px; } }
  header #pagetop a:after {
    transform: rotate(45deg);
    right: 14px; }
    @media all and (max-width: 959px) {
      header #pagetop a:after {
        right: 9px; } }
header #nav {
  display: inline-block;
  transition: all .2s;
  box-sizing: border-box;
  cursor: pointer;
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 501;
  transition: all .2s ease-in-out;
  background: #000;
  width: 60px;
  height: 50px; }
  @media all and (max-width: 959px) {
    header #nav {
      width: 50px; } }
  @media all and (max-width: 959px) {
    header #nav:hover {
      background: #000; } }
  header #nav.show {
    visibility: visible;
    opacity: 1; }
  @media all and (max-width: 959px) {
    header #nav {
      visibility: visible;
      opacity: 1; } }
  header #nav span {
    display: block;
    transition: all .4s;
    box-sizing: border-box;
    position: absolute;
    left: 19px;
    width: 22px;
    height: 2px;
    background-color: #fff;
    border-radius: 2px; }
    @media all and (max-width: 959px) {
      header #nav span {
        left: 14px; } }
  header #nav span:nth-of-type(1) {
    top: 15px; }
  header #nav span:nth-of-type(2) {
    top: 23px; }
  header #nav span:nth-of-type(3) {
    top: 31px; }
  header #nav.active span {
    background-color: #fff;
    box-shadow: none; }
  header #nav.active span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg); }
  header #nav.active span:nth-of-type(2) {
    opacity: 0; }
  header #nav.active span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg); }
header #headentry {
  position: fixed;
  top: 51px;
  right: 0;
  width: 60px;
  z-index: 10; }
  @media all and (max-width: 959px) {
    header #headentry {
      width: 50px; } }
  header #headentry a {
    background: #000;
    display: block;
    padding: 30px 0;
    transition: all 0.2s ease-in-out; }
    header #headentry a:hover {
      background: #fb0;
      background: #f60; }
      @media all and (max-width: 959px) {
        header #headentry a:hover {
          background: #000; } }
    header #headentry a img {
      display: block;
      margin: auto;
      width: 20px; }
header #gnav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  background-color: rgba(0, 153, 153, 0.9);
  color: #fff;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden; }
  header #gnav ul {
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 750px; }
    @media all and (max-width: 959px) {
      header #gnav ul {
        width: 220px; } }
    header #gnav ul li {
      opacity: 0; }
      header #gnav ul li:not(:last-of-type) {
        margin-bottom: 30px; }
        @media all and (max-width: 959px) {
          header #gnav ul li:not(:last-of-type) {
            margin-bottom: 20px; } }
      header #gnav ul li:last-of-type {
        margin-top: 60px; }
        @media all and (max-width: 959px) {
          header #gnav ul li:last-of-type {
            margin-top: 40px; } }
      header #gnav ul li a {
        display: block;
        text-decoration: none;
        color: #fff;
        transition: all .3s; }
        header #gnav ul li a span.en {
          font-family: "Barlow Semi Condensed", sans-serif;
          font-size: 42px;
          letter-spacing: .05em;
          margin: 0 20px 0 0; }
          @media all and (max-width: 959px) {
            header #gnav ul li a span.en {
              display: block;
              font-size: 24px;
              margin: 0 0 10px; } }
        header #gnav ul li a span.jp {
          font-size: 18px; }
          @media all and (max-width: 959px) {
            header #gnav ul li a span.jp {
              font-size: 13px; } }
        header #gnav ul li a:hover {
          color: #000;
          margin-left: 10px; }
  header #gnav.active {
    opacity: 1;
    visibility: visible; }
    header #gnav.active ul li {
      margin-right: 0px;
      opacity: 1; }
      header #gnav.active ul li:nth-child(1) {
        transition: all 0.5s ease-in-out 0.2s; }
      header #gnav.active ul li:nth-child(2) {
        transition: all 0.5s ease-in-out 0.25s; }
      header #gnav.active ul li:nth-child(3) {
        transition: all 0.5s ease-in-out 0.35s; }
      header #gnav.active ul li:nth-child(4) {
        transition: all 0.5s ease-in-out 0.4s; }
      header #gnav.active ul li:nth-child(5) {
        transition: all 0.5s ease-in-out 0.45s; }
      header #gnav.active ul li:nth-child(6) {
        transition: all 0.5s ease-in-out 0.5s; }
      header #gnav.active ul li:nth-child(7) {
        transition: all 0.5s ease-in-out 0.55s; }

#news {
  position: absolute;
  bottom: 0;
  left: 20px;
  height: 60px;
  width: calc(100% - 20px);
  box-sizing: border-box;
  line-height: 1.4;
  z-index: 3; }
  @media all and (max-width: 959px) {
    #news {
      position: static;
      padding: 20px 15px;
      height: auto;
      width: 100%;
      background: #fc0; } }
  #news .inner {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
    @media all and (max-width: 959px) {
      #news .inner {
        position: static;
        transform: translateY(0); } }
  #news h1 {
    float: left;
    width: 100px;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 18px; }
    @media all and (max-width: 959px) {
      #news h1 {
        float: none;
        width: auto;
        text-align: center; } }
  #news dl {
    margin-left: 110px; }
    @media all and (max-width: 959px) {
      #news dl {
        margin-left: 0; } }
    #news dl dt {
      float: left;
      width: 90px;
      font-family: "Barlow Semi Condensed", sans-serif;
      font-size: 17px; }
      @media all and (max-width: 480px) {
        #news dl dt {
          float: none;
          margin-bottom: 5px; } }
    #news dl dd {
      margin-left: 90px;
      font-size: 16px; }
      @media all and (max-width: 959px) {
        #news dl dd {
          margin-left: 0; } }

#home {
  margin-top: 100vh; }
  #home #footer nav {
    margin-top: 0; }
  @media all and (max-width: 959px) {
    #home {
      margin-top: calc(var(--vh, 1vh) * 100); } }
  #home main {
    padding: 0;
    /*position: absolute;
    top:100%;
    left: 0;
    */
    max-width: none;
    width: 100%; }
    #home main .container {
      background: #eee; }
    #home main .indexsection {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      margin: auto;
      max-width: 1300px;
      clear: both; }
      #home main .indexsection > div {
        width: 47%;
        margin: auto; }
        @media all and (max-width: 959px) {
          #home main .indexsection > div {
            width: 100%; } }
        #home main .indexsection > div > div {
          display: block;
          max-width: 320px;
          margin: auto; }
          @media all and (max-width: 959px) {
            #home main .indexsection > div > div {
              max-width: none;
              margin: 20px 20px 50px; } }
      #home main .indexsection > img {
        width: 53%; }
        @media all and (max-width: 959px) {
          #home main .indexsection > img {
            width: 100%; } }
      #home main .indexsection > .pimg {
        width: 53%;
        position: relative; }
        @media all and (max-width: 959px) {
          #home main .indexsection > .pimg {
            width: 100%; } }
        #home main .indexsection > .pimg > div {
          max-width: none;
          margin: 0; }
      #home main .indexsection:nth-child(odd) > div {
        order: 1; }
        @media all and (max-width: 959px) {
          #home main .indexsection:nth-child(odd) > div {
            order: 2; } }
      #home main .indexsection:nth-child(odd) > img {
        order: 2; }
        @media all and (max-width: 959px) {
          #home main .indexsection:nth-child(odd) > img {
            order: 1; } }
      #home main .indexsection:nth-child(odd) > .pimg {
        order: 2; }
        @media all and (max-width: 959px) {
          #home main .indexsection:nth-child(odd) > .pimg {
            order: 1; } }
      #home main .indexsection h1 {
        font-weight: bold;
        margin: 0 0 30px; }
        #home main .indexsection h1 .en {
          font-size: 30px;
          display: block;
          margin: 0 0 10px;
          font-family: "Barlow Semi Condensed", sans-serif;
          letter-spacing: .15em;
          font-size: 40px;
          font-weight: 600; }
        #home main .indexsection h1 .jp {
          font-size: 18px;
          letter-spacing: .1em; }
      #home main .indexsection p {
        font-size: 16px;
        margin-bottom: 40px;
        line-height: 1.8; }
      #home main .indexsection a {
        display: block;
        border: 1px #000 solid;
        border-radius: 30px;
        font-family: "Barlow Semi Condensed", sans-serif;
        letter-spacing: 0.2em;
        font-size: 16px;
        padding: 15px 20px;
        width: 240px;
        box-sizing: border-box;
        text-align: center;
        text-decoration: none;
        position: relative;
        color: #000;
        transition: all .4s ease-in-out; }
        @media all and (max-width: 959px) {
          #home main .indexsection a {
            margin: auto; } }
        #home main .indexsection a:after {
          content: '';
          display: block;
          position: absolute;
          top: 50%;
          right: -15px;
          width: 30px;
          height: 1px;
          background: #000; }
        #home main .indexsection a:hover {
          background: #000;
          color: #fff; }

#header {
  height: 680px;
  position: relative; }
  @media all and (max-width: 959px) {
    #header {
      height: auto;
      min-height: 200px;
      padding-top: 60%; } }
  #header h2 {
    position: absolute;
    top: 50%;
    left: 100px;
    transform: translateY(-50%);
    color: #fff; }
    #header h2 img {
      max-width: calc( 100vw - 100px); }
    @media all and (max-width: 959px) {
      #header h2 {
        left: 50px; } }
    #header h2 span {
      display: block; }
      #header h2 span:nth-child(1) {
        font-family: "Barlow Semi Condensed", sans-serif;
        font-size: 72px;
        letter-spacing: .1em;
        margin-bottom: 20px; }
        @media all and (max-width: 959px) {
          #header h2 span:nth-child(1) {
            font-size: 50px;
            letter-spacing: .1em; } }
      #header h2 span:nth-child(2) {
        font-size: 18px;
        letter-spacing: .1em; }
  #header #path {
    position: absolute;
    width: 100%;
    bottom: 0px;
    background: #ffcc00; }
    #header #path ul {
      max-width: 1300px;
      width: 100%;
      padding: 20px 15px;
      box-sizing: border-box;
      margin: auto;
      display: flex; }
      #header #path ul li {
        position: relative;
        font-size: 13px; }
        #header #path ul li:not(:first-of-type) {
          padding-left: 30px; }
          #header #path ul li:not(:first-of-type):before {
            content: '';
            width: 5px;
            height: 5px;
            border: 0px;
            border-top: solid 1px #000;
            border-right: solid 1px #000;
            -ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            position: absolute;
            top: 50%;
            left: 10px;
            margin-top: -4px; }
        #header #path ul li a {
          text-decoration: none;
          color: #000; }

#about #header {
  background: url("../images/about/top.jpg") no-repeat center center;
  background-size: cover; }
#about .lead {
  margin-bottom: 0px; }
#about .subsection {
  line-height: 1.8;
  padding-top: 100px; }
  #about .subsection > section::after {
    content: "";
    display: block;
    clear: both; }
  #about .subsection > section .left {
    float: left;
    width: calc( 60% - 40px); }
    @media all and (max-width: 959px) {
      #about .subsection > section .left {
        float: none;
        width: 100%; } }
  #about .subsection > section img.no1 {
    float: right;
    margin: 0 0 30px 40px;
    width: 40%; }
    @media all and (max-width: 959px) {
      #about .subsection > section img.no1 {
        float: none;
        width: 100%;
        margin: 0; } }
  #about .subsection .area {
    display: block;
    margin: -15px 0 20px; }
    #about .subsection .area img {
      height: 23px; }
  #about .subsection h2 {
    border-bottom: 1px #ccc solid;
    padding-bottom: 10px;
    margin-bottom: 25px;
    font-size: 20px; }
  #about .subsection > section p {
    margin-bottom: 30px; }
  #about .subsection > section h3 {
    color: #099;
    font-size: 18px; }
  #about .subsection > section ul {
    margin: 10px 0 30px 30px; }
#about .subsection h1 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 30px;
  background: #000;
  color: #fff;
  padding: 5px 40px 5px 40px;
  box-sizing: border-box;
  max-width: 100%;
  display: inline-block;
  line-height: 1.4;
  margin-right: 20px;
  /**/
  /*
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 30px;
  &:before{
  	content: '';
  	display: block;
  						width: 15px;
  						height: 30px;
  						border: solid 3px $color2;
  	border-right: 0;
  	float: left;
  	margin-right: 10px;
  	margin-top: 8px;
  					
  }*/ }
  @media all and (max-width: 959px) {
    #about .subsection h1 {
      font-size: 20px;
      padding: 5px 20px 5px 20px; } }
  #about .subsection h1 + p {
    margin-bottom: 30px; }
  #about .subsection h1 span {
    display: inline-block;
    vertical-align: middle; }
    #about .subsection h1 span img {
      display: block;
      padding: 10px 20px;
      background: #fff;
      margin-left: 40px;
      height: 23px; }
    @media all and (max-width: 959px) {
      #about .subsection h1 span.pc {
        display: none; } }
#about .fig {
  text-align: center;
  margin: 20px 0;
  background: #f6f6f6;
  padding: 20px 20px; }
  #about .fig img {
    margin-left: 100px;
    margin-top: 30px;
    max-width: calc( 100% - 100px ); }
    @media all and (max-width: 959px) {
      #about .fig img {
        margin-left: 0;
        max-width: 100%; } }
#about .fig figcaption {
  margin: 10px 0; }
#about .fig span.note {
  display: block;
  margin: 5px;
  font-size: 12px; }
#about ul.imglist {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  margin-bottom: 30px;
  list-style: none; }
  #about ul.imglist li {
    width: calc((100% - 2px ) / 3);
    margin-right: 1px;
    margin-bottom: 1px; }
    #about ul.imglist li img {
      display: block;
      width: 100%; }
#about ul.imglist li:nth-of-type(3n) {
  margin-right: 0px; }
#about .bnr {
  text-align: center;
  margin: 40px 0; }
  #about .bnr a {
    transition: all 0.2s ease-in-out; }
    #about .bnr a:hover {
      opacity: 0.5; }
#about dl.history dt {
  margin: 20px 0;
  background: #099;
  color: #fff;
  padding: 5px 20px; }
#about dl.history dt span {
  font-size: 18px;
  font-weight: bold; }
  @media all and (max-width: 959px) {
    #about dl.history dt span {
      font-size: 16px; } }
@media all and (max-width: 959px) {
  #about dl.history dt span.year {
    font-size: 16px; } }
#about dl.history dt span.yearunit {
  padding-right: 20px; }
@media all and (max-width: 959px) {
  #about dl.history dt span.term {
    display: block; } }
#about dl.history dt span strong {
  color: #000; }
#about dl.history dd {
  background: url("../images/about/1his_dbg.png") no-repeat bottom left 50px;
  padding: 0 0 0 120px;
  position: relative; }
  #about dl.history dd::after {
    content: "";
    display: block;
    clear: both; }
  @media all and (max-width: 959px) {
    #about dl.history dd {
      background: none;
      padding: 0; } }
  #about dl.history dd .inner {
    position: relative; }
#about dl.history dd:last-child {
  background: none; }
#about .arrow_box1 {
  background: #fff;
  border: 3px solid #000;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  padding: 20px 30px;
  width: 200px;
  position: absolute;
  top: 32px;
  left: 250px; }
#about .arrow_box1:after, #about .arrow_box1:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }
#about .arrow_box1:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 16px;
  margin-top: -16px; }
#about .arrow_box1:before {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #000;
  border-width: 20px;
  margin-top: -20px; }
#about .arrow_box {
  position: relative;
  border: 3px solid #000;
  padding: 20px 30px;
  margin: 10px 10px 50px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  display: inline-block; }
#about .arrow_box:after, #about .arrow_box:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }
#about .arrow_box:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 16px;
  margin-left: -16px; }
#about .arrow_box:before {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #000;
  border-width: 20px;
  margin-left: -20px; }
#about table.rank th, #about table.rank td {
  font-size: 14px;
  padding: 6px 20px;
  background: #ddd;
  border: 2px #fff solid; }
#about table.rank .strong {
  color: #f60;
  font-weight: bold; }
@media all and (max-width: 959px) {
  #about .arrow_box1 {
    display: inline-block;
    position: relative;
    top: 20px;
    left: 0;
    width: auto;
    padding: 15px;
    margin: 0 0 30px;
    font-size: 14px; }
  #about .arrow_box1:after, #about .arrow_box1:before {
    top: auto;
    bottom: 100%;
    left: 110px; }
  #about .arrow_box1:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 16px;
    margin-left: -16px;
    margin-bottom: 0; }
  #about .arrow_box1:before {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #000;
    border-width: 20px;
    margin-left: -20px;
    margin-bottom: 0; }
  #about .arrow_box {
    padding: 15px;
    margin: 0 0 10px;
    font-size: 14px; }
  #about .arrow_box:after, #about .arrow_box:before {
    left: 110px; } }
#about .banner {
  text-align: center;
  margin: 50px auto; }

#people #header {
  background: url("../images/people/top.jpg") no-repeat center center;
  background-size: cover; }
#people .section {
  margin-bottom: 60px; }
  #people .section .indexlist {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    #people .section .indexlist li {
      width: calc( ( 100% - 20px ) / 2 );
      display: flex;
      align-items: flex-start;
      background: #eee;
      position: relative;
      margin-bottom: 20px; }
      @media all and (max-width: 959px) {
        #people .section .indexlist li {
          display: block;
          width: calc( ( 100% - 10px ) / 2 ); } }
      #people .section .indexlist li.current {
        background: none; }
        #people .section .indexlist li.current a {
          display: none; }
      #people .section .indexlist li img {
        width: 50%;
        /*	width: 260px;
        	height: 326px;
        	
        	width: 300px;
        	height: 378px;*/ }
        @media all and (max-width: 959px) {
          #people .section .indexlist li img {
            width: 100%; } }
      #people .section .indexlist li > div {
        padding: 30px 30px 100px 30px;
        box-sizing: border-box; }
        @media all and (max-width: 959px) {
          #people .section .indexlist li > div {
            padding: 20px 20px 100px 20px; } }
        #people .section .indexlist li > div span {
          display: block;
          font-size: 14px;
          line-height: 1.8; }
          #people .section .indexlist li > div span.name {
            color: #099;
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 10px; }
        #people .section .indexlist li > div p {
          margin: 20px 0 0;
          font-size: 14px;
          line-height: 1.8; }
      #people .section .indexlist li a {
        display: block;
        width: 200px;
        margin: auto;
        border: 1px #000 solid;
        border-radius: 30px;
        background: #fff;
        color: #000;
        text-align: center;
        padding: 10px;
        font-family: "Barlow Semi Condensed", sans-serif;
        letter-spacing: 0.2em;
        font-size: 14px;
        text-decoration: none;
        position: absolute;
        bottom: 30px;
        left: 50%;
        transform: translateX(-50%);
        transition: all .4s ease-in-out; }
        @media all and (max-width: 959px) {
          #people .section .indexlist li a {
            width: 60%; } }
        #people .section .indexlist li a:before {
          content: '';
          width: 20px;
          height: 1px;
          background: #000;
          position: absolute;
          top: 50%;
          right: -9px; }
        #people .section .indexlist li a:hover {
          background: #000;
          color: #fff; }
  #people .section #profile {
    background: rgba(0, 0, 0, 0.03);
    display: flex;
    align-items: center;
    line-height: 1.8;
    margin-bottom: 100px; }
    @media all and (max-width: 480px) {
      #people .section #profile {
        display: block; } }
    #people .section #profile img {
      margin-right: 50px;
      width: 205px; }
      @media all and (max-width: 959px) {
        #people .section #profile img {
          margin-right: 30px; } }
      @media all and (max-width: 480px) {
        #people .section #profile img {
          margin-right: 0;
          width: 100%; } }
    #people .section #profile .inner {
      padding-right: 20px; }
      @media all and (max-width: 480px) {
        #people .section #profile .inner {
          padding: 10px 20px 20px; } }
      #people .section #profile .inner h1 {
        font-size: 18px;
        font-weight: 600; }
      #people .section #profile .inner p {
        font-size: 16px; }
      #people .section #profile .inner dl {
        margin-top: 10px; }
        #people .section #profile .inner dl dt {
          background: #000;
          color: #fff;
          font-family: "Barlow Semi Condensed", sans-serif;
          font-size: 14px;
          font-weight: 600;
          letter-spacing: 1px;
          line-height: 1;
          padding: 4px 50px 4px 10px;
          margin: 5px 15px 10px 0;
          display: inline-block;
          vertical-align: top; }
        #people .section #profile .inner dl dd {
          display: inline-block;
          vertical-align: top;
          font-size: 14px; }
  #people .section .subsection {
    line-height: 1.8;
    margin-bottom: 80px; }
    #people .section .subsection::after {
      content: "";
      display: block;
      clear: both; }
    #people .section .subsection h2 {
      font-size: 20px;
      font-weight: 500;
      background: rgba(0, 0, 0, 0.07);
      padding: 15px 25px;
      margin-bottom: 50px;
      vertical-align: middle; }
      @media all and (max-width: 959px) {
        #people .section .subsection h2 {
          font-size: 18px;
          padding: 10px 20px; } }
      #people .section .subsection h2:before {
        content: '';
        display: inline-block;
        width: 35px;
        height: 3px;
        background: #099;
        vertical-align: middle;
        margin-right: 15px;
        margin-top: -4px; }
        @media all and (max-width: 959px) {
          #people .section .subsection h2:before {
            display: none; } }
    #people .section .subsection img {
      float: right;
      margin: 0 0 50px 50px;
      width: 360px; }
      @media all and (max-width: 959px) {
        #people .section .subsection img {
          float: none;
          width: 100%;
          margin: 0 0 20px; } }
  #people .section .wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    #people .section .wrapper > section {
      width: calc( 50% - 15px);
      margin: 50px 0 60px; }
      @media all and (max-width: 959px) {
        #people .section .wrapper > section {
          width: 100%; } }
      #people .section .wrapper > section h2 {
        font-family: "Barlow Semi Condensed", sans-serif;
        font-size: 48px;
        font-weight: normal;
        text-align: center;
        margin-bottom: 50px; }
        @media all and (max-width: 959px) {
          #people .section .wrapper > section h2 {
            font-size: 30px; } }
        #people .section .wrapper > section h2:before {
          content: '';
          display: block;
          margin: auto;
          width: 280px;
          height: 2px;
          background: #111;
          transform: translate(0, 65px) rotate(-3deg); }
          @media all and (max-width: 959px) {
            #people .section .wrapper > section h2:before {
              width: 230px;
              transform: translate(0, 45px) rotate(-3deg); } }
  #people .section .daysection table {
    width: 100%;
    border: 1px #fc0 solid;
    border-collapse: collapse; }
    #people .section .daysection table th, #people .section .daysection table td {
      padding: 25px 25px 25px;
      line-height: 1.8;
      vertical-align: middle; }
    #people .section .daysection table th {
      background: #fc0;
      border: 1px #fff solid;
      font-family: "Barlow Semi Condensed", sans-serif;
      font-size: 30px;
      font-weight: normal; }
    #people .section .daysection table td {
      font-size: 14px; }
      #people .section .daysection table td div {
        color: #099;
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 5px; }
    #people .section .daysection table tr:nth-child(odd) td {
      background: rgba(255, 204, 0, 0.1); }
  #people .section .weeksection table {
    border: 1px #fc0 solid;
    border-collapse: collapse;
    width: 100%; }
    #people .section .weeksection table th, #people .section .weeksection table td {
      border-bottom: 1px #fc0 solid;
      padding: 25px 25px 25px;
      line-height: 1.8;
      vertical-align: middle; }
    #people .section .weeksection table th {
      padding: 10px 0px 10px 25px;
      font-family: "Barlow Semi Condensed", sans-serif;
      font-size: 30px;
      font-weight: normal;
      vertical-align: middle; }
      #people .section .weeksection table th span {
        display: block;
        width: 90px;
        height: 90px;
        border: 2px #fc0 solid;
        background: #fc0;
        border-radius: 50%;
        padding-top: 15px;
        box-sizing: border-box; }
        #people .section .weeksection table th span.hday {
          background: none; }
    #people .section .weeksection table td {
      font-size: 14px; }
  #people .section .holidaysection {
    width: 100% !important; }
    #people .section .holidaysection .box {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      #people .section .holidaysection .box > section {
        width: calc( 50% - 15px) !important;
        margin: 0px 0 20px;
        border: 1px #fc0 solid;
        padding: 25px;
        box-sizing: border-box;
        line-height: 1.8;
        width: 50%; }
        #people .section .holidaysection .box > section::after {
          content: "";
          display: block;
          clear: both; }
        @media all and (max-width: 959px) {
          #people .section .holidaysection .box > section {
            width: 100% !important; } }
        #people .section .holidaysection .box > section h3 {
          display: block;
          background: #fc0;
          padding: 5px 10px;
          width: 190px;
          box-sizing: border-box;
          margin: 0 0 -20px 10px;
          z-index: 2;
          position: relative;
          text-align: center; }
        #people .section .holidaysection .box > section img {
          display: block;
          float: left;
          margin: 0 20px 10px 0;
          width: 295px; }
  #people .section .movsection img {
    width: 100%; }

#report #header {
  background: url("../images/report/top.jpg") no-repeat center center;
  background-size: cover; }
#report .Rsection .pnav ul {
  margin-bottom: 60px;
  display: flex;
  flex-wrap: wrap; }
  #report .Rsection .pnav ul li {
    width: 25%;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    background: #eee;
    transition: all .2s ease-in-out; }
    @media all and (max-width: 480px) {
      #report .Rsection .pnav ul li {
        width: 50% !important; } }
    #report .Rsection .pnav ul li:nth-child(1) {
      background: #fc0;
      border: 1px #fc0 solid; }
    #report .Rsection .pnav ul li:nth-child(2) {
      background: #01b6ee;
      border: 1px #01b6ee solid; }
    #report .Rsection .pnav ul li:nth-child(3) {
      background: #ff6600;
      border: 1px #ff6600 solid; }
    #report .Rsection .pnav ul li:nth-child(4) {
      background: #99cc00;
      border: 1px #99cc00 solid; }
    #report .Rsection .pnav ul li a {
      display: block;
      color: #fff;
      text-decoration: none;
      font-size: 16px;
      padding: 10px; }
    #report .Rsection .pnav ul li:hover:nth-child(1) {
      background: #fff; }
      #report .Rsection .pnav ul li:hover:nth-child(1) a {
        color: #fc0; }
    #report .Rsection .pnav ul li:hover:nth-child(2) {
      background: #fff; }
      #report .Rsection .pnav ul li:hover:nth-child(2) a {
        color: #01b6ee; }
    #report .Rsection .pnav ul li:hover:nth-child(3) {
      background: #fff; }
      #report .Rsection .pnav ul li:hover:nth-child(3) a {
        color: #ff6600; }
    #report .Rsection .pnav ul li:hover:nth-child(4) {
      background: #fff; }
      #report .Rsection .pnav ul li:hover:nth-child(4) a {
        color: #99cc00; }
#report .Rsection h1 {
  font-size: 38px;
  font-weight: normal;
  text-align: center;
  padding: 10px;
  margin-bottom: 40px; }
  @media all and (max-width: 959px) {
    #report .Rsection h1 {
      font-size: 26px;
      margin-bottom: 20px; } }
#report .Rsection .itemsection {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  #report .Rsection .itemsection .item {
    width: 100%;
    margin-bottom: 100px;
    box-sizing: border-box;
    text-align: center;
    padding: 30px; }
    @media all and (max-width: 959px) {
      #report .Rsection .itemsection .item {
        padding: 30px 0;
        margin-bottom: 50px; } }
    #report .Rsection .itemsection .item h2 {
      color: #fff;
      font-size: 30px;
      line-height: 1.6;
      margin-bottom: 60px;
      border: 3px #fff solid;
      border-radius: 40px;
      box-sizing: border-box;
      padding: 15px; }
      @media all and (max-width: 959px) {
        #report .Rsection .itemsection .item h2 {
          font-size: 18px;
          margin-bottom: 30px; } }
    #report .Rsection .itemsection .item .inner {
      max-width: 1100px;
      margin: auto; }
      #report .Rsection .itemsection .item .inner.sp {
        display: none; }
        @media all and (max-width: 959px) {
          #report .Rsection .itemsection .item .inner.sp {
            display: block; } }
      @media all and (max-width: 959px) {
        #report .Rsection .itemsection .item .inner.pc {
          display: none; } }
      #report .Rsection .itemsection .item .inner svg {
        max-width: 100%; }
    #report .Rsection .itemsection .item ul {
      list-style: none;
      box-sizing: border-box; }
      #report .Rsection .itemsection .item ul li {
        box-sizing: border-box; }
    #report .Rsection .itemsection .item strong {
      color: #f00; }
#report #secA h2 {
  color: #000;
  background: #fc0; }
#report #secA #a1 .inner {
  width: 100%; }
@media all and (max-width: 959px) {
  #report #secA #a1 svg {
    height: auto; } }
#report #secA #a2 svg, #report #secA #a2 img {
  margin: 10px 10px; }
#report #secA #a3 ul {
  margin-bottom: 30px;
  line-height: 1.6; }
  #report #secA #a3 ul li {
    display: inline-block;
    padding: 12px 50px;
    border: 2px #fc0 solid;
    border-radius: 50px;
    margin: 10px 15px;
    font-size: 18px; }
    @media all and (max-width: 959px) {
      #report #secA #a3 ul li {
        padding: 12px 20px;
        font-size: 14px; } }
    #report #secA #a3 ul li:nth-child(5) {
      margin: 10px 200px; }
      @media all and (max-width: 959px) {
        #report #secA #a3 ul li:nth-child(5) {
          margin: 10px 15px; } }
#report #secA #a4 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 18px;
  line-height: 1.6;
  text-align: left; }
  #report #secA #a4 ul li {
    width: calc( ( 100% - 60px ) / 3 );
    border: 2px #fc0 solid;
    border-radius: 10px;
    padding: 40px; }
    @media all and (max-width: 959px) {
      #report #secA #a4 ul li {
        width: 100%;
        margin: 10px;
        font-size: 14px;
        padding: 25px; } }
    #report #secA #a4 ul li img {
      display: block;
      margin: 30px auto 0; }
      @media all and (max-width: 959px) {
        #report #secA #a4 ul li img {
          height: 100px;
          margin: 20px auto 0; } }
    #report #secA #a4 ul li:nth-of-type(2) img {
      margin: 10px auto 40px; }
      @media all and (max-width: 959px) {
        #report #secA #a4 ul li:nth-of-type(2) img {
          margin: 10px auto 20px;
          height: 90px; } }
#report #secA #a5 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: left; }
  #report #secA #a5 ul li {
    display: flex;
    align-items: center;
    border: 2px #fc0 solid;
    width: calc( ( 100% - 40px ) / 3 );
    padding: 40px;
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 1.6;
    position: relative; }
    @media all and (max-width: 959px) {
      #report #secA #a5 ul li {
        margin-bottom: 30px; } }
    @media all and (max-width: 959px) {
      #report #secA #a5 ul li {
        width: 100%;
        font-size: 14px;
        padding: 20px; } }
    #report #secA #a5 ul li:after, #report #secA #a5 ul li:before {
      top: 100%;
      left: 60px;
      border: solid transparent;
      content: "";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none; }
    #report #secA #a5 ul li:after {
      border-color: rgba(255, 255, 255, 0);
      border-top-color: #fff;
      border-width: 16px;
      margin-left: -16px; }
    #report #secA #a5 ul li:before {
      border-color: rgba(245, 37, 120, 0);
      border-top-color: #fc0;
      border-width: 19px;
      margin-left: -19px; }
    #report #secA #a5 ul li:nth-child(5) {
      border: none;
      margin-bottom: -20px;
      padding: 0; }
      @media all and (max-width: 959px) {
        #report #secA #a5 ul li:nth-child(5) {
          order: 6;
          margin-bottom: 10px; } }
      #report #secA #a5 ul li:nth-child(5):after, #report #secA #a5 ul li:nth-child(5):before {
        content: none; }
      #report #secA #a5 ul li:nth-child(5) img {
        display: block;
        margin: auto; }
#report #secB h2 {
  background: #01b6ee; }
#report #secB #b1 svg, #report #secB #b1 img {
  margin: 10px 10px; }
#report #secB #b2 svg {
  position: relative;
  z-index: -1; }
#report #secB #b3 .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  #report #secB #b3 .inner svg {
    width: 50%; }
    @media all and (max-width: 959px) {
      #report #secB #b3 .inner svg {
        width: 100%; } }
  #report #secB #b3 .inner section {
    width: 45%;
    border: 3px #01b6ee solid;
    border-radius: 10px;
    padding: 30px 40px;
    box-sizing: border-box; }
    @media all and (max-width: 959px) {
      #report #secB #b3 .inner section {
        width: 100%;
        padding: 20px 20px; } }
    #report #secB #b3 .inner section h3 {
      color: #01b6ee;
      font-size: 24px;
      margin-bottom: 30px; }
      @media all and (max-width: 959px) {
        #report #secB #b3 .inner section h3 {
          font-size: 18px; } }
    #report #secB #b3 .inner section ul li {
      margin: 20px 0;
      font-size: 18px;
      line-height: 1.4;
      text-align: left; }
      @media all and (max-width: 959px) {
        #report #secB #b3 .inner section ul li {
          font-size: 14px; } }
      #report #secB #b3 .inner section ul li:last-of-type {
        margin-bottom: 0; }
#report #secB #b4 .inner {
  position: relative; }
  #report #secB #b4 .inner img {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%); }
    @media all and (max-width: 959px) {
      #report #secB #b4 .inner img {
        position: static;
        transform: translate(0, 0);
        margin-bottom: 40px; } }
#report #secB #b4 ul {
  text-align: left;
  position: relative; }
  #report #secB #b4 ul li {
    background: url("../images/report/b4.svg") no-repeat center left;
    padding: 10px 0 10px 45px;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 500;
    text-shadow: white 2px 0px,  white -2px 0px, white 0px -2px, white 0px 2px, white 2px 2px , white -2px 2px, white 2px -2px, white -2px -2px, white 1px 2px,  white -1px 2px, white 1px -2px, white -1px -2px, white 2px 1px,  white -2px 1px, white 2px -1px, white -2px -1px; }
    @media all and (max-width: 959px) {
      #report #secB #b4 ul li {
        font-size: 14px; } }
#report #secB #b5 .inner {
  position: relative; }
  #report #secB #b5 .inner img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    @media all and (max-width: 959px) {
      #report #secB #b5 .inner img {
        position: static;
        transform: translate(0, 0);
        margin-bottom: 30px; } }
#report #secB #b5 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: left; }
  #report #secB #b5 ul li {
    display: flex;
    align-items: center;
    width: 37%;
    background: url("../images/report/b5.svg") no-repeat center left 25px;
    padding: 20px 30px 20px 80px;
    border: 3px #01b6ee solid;
    border-radius: 10px;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 1.6; }
    @media all and (max-width: 959px) {
      #report #secB #b5 ul li {
        width: 100%;
        margin-bottom: 20px;
        font-size: 14px; } }
#report #secB #b6 ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 1300px;
  margin: auto; }
  #report #secB #b6 ul li {
    margin: 0px 15px; }
    @media all and (max-width: 959px) {
      #report #secB #b6 ul li {
        margin: 10px 10px; } }
    #report #secB #b6 ul li img {
      vertical-align: middle; }
    @media all and (max-width: 959px) {
      #report #secB #b6 ul li:nth-of-type(1) img {
        width: 123px; }
      #report #secB #b6 ul li:nth-of-type(2) img {
        width: 86px; }
      #report #secB #b6 ul li:nth-of-type(3) img {
        width: 103px; }
      #report #secB #b6 ul li:nth-of-type(4) img {
        width: 113px; }
      #report #secB #b6 ul li:nth-of-type(5) img {
        width: 86px; }
      #report #secB #b6 ul li:nth-of-type(6) img {
        width: 105px; }
      #report #secB #b6 ul li:nth-of-type(7) img {
        width: 120px; }
      #report #secB #b6 ul li:nth-of-type(8) img {
        width: 91px; }
      #report #secB #b6 ul li:nth-of-type(9) img {
        width: 74px; }
      #report #secB #b6 ul li:nth-of-type(10) img {
        width: 120px; }
      #report #secB #b6 ul li:nth-of-type(11) img {
        width: 80px; }
      #report #secB #b6 ul li:nth-of-type(12) img {
        width: 86px; } }
#report #secB #b7 .inner {
  position: relative; }
  #report #secB #b7 .inner img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    z-index: 2; }
    @media all and (max-width: 959px) {
      #report #secB #b7 .inner img {
        top: 0;
        transform: translate(0, 0); } }
#report #secB #b7 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 18px;
  line-height: 1.6;
  text-align: left;
  margin-left: 110px; }
  @media all and (max-width: 959px) {
    #report #secB #b7 ul {
      justify-content: flex-end;
      margin-left: 0;
      font-size: 14px; } }
  #report #secB #b7 ul li {
    display: flex;
    align-items: center;
    width: 48%;
    padding: 20px 30px 20px 40px;
    border: 3px #01b6ee solid;
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative; }
    @media all and (max-width: 959px) {
      #report #secB #b7 ul li {
        width: 100%; } }
    #report #secB #b7 ul li:after, #report #secB #b7 ul li:before {
      top: 100%;
      left: 50%;
      border: solid transparent;
      content: "";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none; }
    #report #secB #b7 ul li:after {
      border-color: rgba(255, 255, 255, 0);
      border-top-color: #fff;
      border-width: 15px;
      margin-left: -15px; }
    #report #secB #b7 ul li:before {
      border-color: rgba(245, 37, 120, 0);
      border-top-color: #01b6ee;
      border-width: 18px;
      margin-left: -18px; }
    #report #secB #b7 ul li:nth-child(-n+3) {
      width: 31.33%; }
    @media all and (max-width: 959px) {
      #report #secB #b7 ul li:nth-child(-n+4) {
        width: calc( 100% - 100px); } }
#report #secC h2 {
  background: #ff6600; }
#report #secC #c1 svg, #report #secC #c1 img {
  margin: 10px 15px; }
#report #secC #c2 svg, #report #secC #c2 img {
  vertical-align: middle;
  margin: 10px 15px; }
#report #secC #c3 .inner {
  display: flex;
  align-items: center; }
  @media all and (max-width: 959px) {
    #report #secC #c3 .inner {
      display: block; } }
  #report #secC #c3 .inner img {
    margin: 20px 50px; }
#report #secC #c3 ul {
  font-size: 18px;
  line-height: 1.6;
  text-align: left;
  display: inline-block;
  border-top: 2px #ff6600 solid; }
  @media all and (max-width: 959px) {
    #report #secC #c3 ul {
      font-size: 14px; } }
  #report #secC #c3 ul li {
    background: url("../images/report/c3.svg") no-repeat center left;
    padding: 20px 0 20px 45px;
    border-bottom: 2px #ff6600 solid; }
#report #secC #c4 ul {
  display: flex;
  font-size: 18px;
  line-height: 1.6;
  margin: 20px 0 10px; }
  @media all and (max-width: 959px) {
    #report #secC #c4 ul {
      flex-wrap: wrap;
      font-size: 14px; } }
  #report #secC #c4 ul li {
    display: flex;
    align-items: center;
    width: 25%;
    border: 2px #ff6600 solid;
    padding: 35px;
    text-align: left;
    margin: 0 5px; }
    @media all and (max-width: 959px) {
      #report #secC #c4 ul li {
        width: 100% !important;
        padding: 20px;
        margin: 5px 0 !important; } }
  #report #secC #c4 ul:nth-of-type(1) li:nth-of-type(2) {
    margin-top: -35px;
    margin-bottom: 35px; }
  #report #secC #c4 ul:nth-of-type(1) li:nth-of-type(3) {
    margin-top: -25px;
    margin-bottom: 25px; }
  #report #secC #c4 ul:nth-of-type(2) li {
    width: 33.33%; }
    #report #secC #c4 ul:nth-of-type(2) li:nth-of-type(2) {
      margin-top: 10px;
      margin-bottom: -10px; }
#report #secD h2 {
  background: #99cc00; }
#report #secD #d1 ul {
  font-size: 18px;
  line-height: 1.6;
  text-align: left;
  max-width: 800px;
  margin: auto; }
  @media all and (max-width: 959px) {
    #report #secD #d1 ul {
      font-size: 14px;
      text-align: center; } }
  #report #secD #d1 ul li {
    display: inline-block;
    border: 3px #99cc00 solid;
    border-radius: 10px;
    padding: 15px 35px;
    margin: 10px 8px;
    position: relative; }
    @media all and (max-width: 959px) {
      #report #secD #d1 ul li {
        padding: 10px 20px; } }
    #report #secD #d1 ul li:after, #report #secD #d1 ul li:before {
      top: 100%;
      left: 50%;
      border: solid transparent;
      content: "";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none; }
    #report #secD #d1 ul li:after {
      border-color: rgba(255, 255, 255, 0);
      border-top-color: #ffffff;
      border-width: 12px;
      margin-left: -12px; }
    #report #secD #d1 ul li:before {
      border-color: rgba(194, 225, 245, 0);
      border-top-color: #99cc00;
      border-width: 16px;
      margin-left: -16px; }
  #report #secD #d1 ul img {
    float: right; }
    @media all and (max-width: 959px) {
      #report #secD #d1 ul img {
        float: none;
        margin: 20px auto;
        display: block; } }
#report #secD #d2 .inner {
  display: flex;
  flex-wrap: wrap; }
#report #secD #d2 ul {
  font-size: 20px;
  line-height: 1.6;
  display: block; }
  @media all and (max-width: 959px) {
    #report #secD #d2 ul {
      font-size: 14px; } }
  #report #secD #d2 ul li {
    border: 2px #99cc00 solid;
    padding: 20px 40px;
    margin: 20px auto;
    position: relative;
    display: inline-block; }
    @media all and (max-width: 959px) {
      #report #secD #d2 ul li {
        display: block;
        padding: 20px 30px;
        margin: 10px auto; } }
    #report #secD #d2 ul li img {
      position: absolute;
      top: 50%;
      left: -90px;
      transform: translate(0, -45%); }
      @media all and (max-width: 959px) {
        #report #secD #d2 ul li img {
          left: -20px;
          width: 80px; } }
#report #secD #d2 ul:nth-of-type(1) {
  width: 55%;
  padding-right: 50px; }
  @media all and (max-width: 959px) {
    #report #secD #d2 ul:nth-of-type(1) {
      width: 100%;
      padding-right: 0;
      padding: 0 20px; } }
  @media all and (max-width: 959px) {
    #report #secD #d2 ul:nth-of-type(1) li {
      margin: 10px auto !important; } }
  #report #secD #d2 ul:nth-of-type(1) li:nth-of-type(1) {
    margin-left: 90px; }
  #report #secD #d2 ul:nth-of-type(1) li:nth-of-type(2) {
    margin-left: 100px; }
  #report #secD #d2 ul:nth-of-type(1) li:nth-of-type(3) {
    margin-left: 20px; }
    #report #secD #d2 ul:nth-of-type(1) li:nth-of-type(3) img {
      left: auto;
      right: -70px; }
      @media all and (max-width: 959px) {
        #report #secD #d2 ul:nth-of-type(1) li:nth-of-type(3) img {
          right: -20px;
          width: 70px; } }
  #report #secD #d2 ul:nth-of-type(1) li:nth-of-type(4) {
    margin-left: 45px; }
  #report #secD #d2 ul:nth-of-type(1) li:nth-of-type(5) {
    margin-left: 110px; }
#report #secD #d2 ul:nth-of-type(2) {
  width: 45%;
  margin: 0px auto;
  padding-right: 50px; }
  @media all and (max-width: 959px) {
    #report #secD #d2 ul:nth-of-type(2) {
      width: 100%;
      padding: 0 20px;
      margin: -10px 0 0; } }
  #report #secD #d2 ul:nth-of-type(2) li {
    padding: 20px 60px;
    margin: 30px auto; }
    @media all and (max-width: 959px) {
      #report #secD #d2 ul:nth-of-type(2) li {
        padding: 20px 30px;
        margin: 10px auto !important; } }
    #report #secD #d2 ul:nth-of-type(2) li:nth-of-type(1) {
      margin-left: 50px; }
    #report #secD #d2 ul:nth-of-type(2) li:nth-of-type(2) {
      margin-left: 80px; }
    #report #secD #d2 ul:nth-of-type(2) li:nth-of-type(3) {
      margin-left: 50px; }
      #report #secD #d2 ul:nth-of-type(2) li:nth-of-type(3) img {
        left: auto;
        right: -90px; }
        @media all and (max-width: 959px) {
          #report #secD #d2 ul:nth-of-type(2) li:nth-of-type(3) img {
            right: -20px;
            width: 70px; } }
    #report #secD #d2 ul:nth-of-type(2) li:nth-of-type(4) {
      margin-left: 80px; }
      @media all and (max-width: 959px) {
        #report #secD #d2 ul:nth-of-type(2) li:nth-of-type(4) {
          margin-left: 0; } }
#report #secD #d3 ul {
  font-size: 18px;
  line-height: 1.6;
  text-align: left;
  display: flex; }
  @media all and (max-width: 959px) {
    #report #secD #d3 ul {
      flex-wrap: wrap;
      font-size: 14px; } }
  #report #secD #d3 ul li {
    width: 20%;
    margin: 10px 20px; }
    @media all and (max-width: 959px) {
      #report #secD #d3 ul li {
        width: 100%;
        border-bottom: 1px #99cc00 solid;
        margin: 15px 20px;
        padding-bottom: 40px; } }
    #report #secD #d3 ul li img {
      display: block;
      margin: 30px auto 0; }
#report #secD #d4 ul {
  font-size: 18px;
  line-height: 1.6;
  margin: auto;
  max-width: 900px; }
  @media all and (max-width: 959px) {
    #report #secD #d4 ul {
      font-size: 14px; } }
  #report #secD #d4 ul li {
    display: inline-block;
    border: 2px #99cc00 solid;
    border-radius: 10px;
    padding: 15px 35px 15px 75px;
    margin: 10px 8px;
    position: relative; }
    @media all and (max-width: 959px) {
      #report #secD #d4 ul li {
        margin: 20px 8px; } }
    #report #secD #d4 ul li img {
      position: absolute;
      top: 50%;
      left: 10px;
      transform: translate(0, -50%); }
    #report #secD #d4 ul li.right {
      padding: 15px 70px 15px 35px; }
      #report #secD #d4 ul li.right img {
        left: auto;
        right: 10px; }
#report #secD #d5 ul {
  margin: auto;
  max-width: 820px; }
  #report #secD #d5 ul li {
    display: inline-block;
    line-height: 1;
    margin: 15px 15px;
    font-weight: 600;
    font-size: 24px; }
    #report #secD #d5 ul li.f30 {
      font-size: 30px; }
    #report #secD #d5 ul li.f36 {
      font-size: 36px; }
    #report #secD #d5 ul li.f48 {
      font-size: 48px; }
    #report #secD #d5 ul li img {
      margin: 0 8px;
      vertical-align: bottom; }
#report #secD #d6 svg, #report #secD #d6 img {
  margin: 15px 15px; }

#message #header {
  background: url("../images/message/top.jpg") no-repeat center center;
  background-size: cover; }
#message .messagesection {
  margin-bottom: 150px; }
  #message .messagesection .prhead div {
    box-sizing: border-box; }
  #message .messagesection .prhead .prtxt {
    background: #099;
    padding: 50px 50px;
    min-height: 500px;
    margin-bottom: 80px;
    width: 60%;
    position: relative; }
    @media all and (max-width: 959px) {
      #message .messagesection .prhead .prtxt {
        width: 100%;
        padding: 30px;
        min-height: 1px;
        margin-bottom: 40px; } }
    #message .messagesection .prhead .prtxt .inner {
      position: absolute;
      top: 50%;
      left: 60px;
      transform: translate(0, -50%);
      margin-right: 20%; }
      @media all and (max-width: 959px) {
        #message .messagesection .prhead .prtxt .inner {
          position: static;
          transform: translate(0, 0);
          margin: 0; } }
      #message .messagesection .prhead .prtxt .inner h1 {
        font-size: 28px;
        margin-bottom: 40px;
        line-height: 1.6;
        line-height: 1.6;
        font-weight: 500; }
        @media all and (max-width: 959px) {
          #message .messagesection .prhead .prtxt .inner h1 {
            font-size: 20px;
            margin-bottom: 20px; } }
      #message .messagesection .prhead .prtxt .inner .messageprofile {
        color: #fff;
        line-height: 2; }
        #message .messagesection .prhead .prtxt .inner .messageprofile span {
          display: block;
          font-size: 18px;
          font-weight: bold; }
        #message .messagesection .prhead .prtxt .inner .messageprofile p {
          margin-top: 20px;
          line-height: 1.8;
          font-size: 14px; }
  #message .messagesection .prhead img {
    display: block;
    float: right;
    width: 50%;
    position: relative;
    z-index: 2;
    margin-top: 40px; }
    @media all and (max-width: 959px) {
      #message .messagesection .prhead img {
        width: 100%;
        float: none; } }
  #message .messagesection .messagesubsection::after {
    content: "";
    display: block;
    clear: both; }
  #message .messagesection .messagesubsection div {
    margin-bottom: 20px; }
    #message .messagesection .messagesubsection div::after {
      content: "";
      display: block;
      clear: both; }
  #message .messagesection .messagesubsection img {
    float: left;
    display: block;
    margin: 5px 20px 20px 0;
    width: 500px;
    max-width: 50%; }
    @media all and (max-width: 480px) {
      #message .messagesection .messagesubsection img {
        float: none;
        margin: 0 0 20px;
        max-width: none;
        width: 100%; } }
    #message .messagesection .messagesubsection img.imgright {
      float: right;
      margin: 5px 0 20px 20px; }
  #message .messagesection .messagesubsection p {
    line-height: 1.8;
    margin-bottom: 20px; }

#infomation #header {
  background: url("../images/information/top.jpg") no-repeat center center;
  background-size: cover; }
#infomation table.tab_info1 {
  border-top: 1px #ccc solid;
  margin: auto;
  line-height: 160%; }
#infomation table.tab_info1 th,
#infomation table.tab_info1 td {
  padding: 30px 10px;
  border-bottom: 1px #ccc solid; }
#infomation table.tab_info1 th {
  font-weight: bold;
  white-space: nowrap;
  text-align: left;
  padding-right: 70px;
  font-size: 24px;
  font-weight: normal;
  vertical-align: middle; }
@media all and (max-width: 959px) {
  #infomation table.tab_info1 th {
    display: block;
    border: none;
    text-align: center;
    padding: 40px 10px 0; } }
@media all and (max-width: 959px) {
  #infomation table.tab_info1 td {
    display: block;
    padding-bottom: 40px; } }
#infomation table.tab_info2 {
  width: 100%; }
#infomation table.tab_info2.tab_info3 {
  width: 500px; }
  @media all and (max-width: 959px) {
    #infomation table.tab_info2.tab_info3 {
      width: 100%; } }
  #infomation table.tab_info2.tab_info3 th span {
    display: inline-block; }
  #infomation table.tab_info2.tab_info3 th, #infomation table.tab_info2.tab_info3 td {
    vertical-align: middle; }
#infomation table.tab_info2 th,
#infomation table.tab_info2 td {
  border: 1px #ccc solid;
  padding: 8px 10px;
  font-size: 100%; }
  @media all and (max-width: 959px) {
    #infomation table.tab_info2 th,
    #infomation table.tab_info2 td {
      display: table-cell;
      white-space: normal;
      font-size: 14px; } }
#infomation table.tab_info2 th {
  width: 10em;
  text-align: center;
  background: #000;
  color: #fff; }
  @media all and (max-width: 959px) {
    #infomation table.tab_info2 th {
      width: 6em; } }
#infomation table.tab_info2 th.type,
#infomation table.tab_info2 td.type {
  text-align: center;
  width: auto; }
#infomation table.tab_info2 th.w100 {
  width: auto; }
#infomation table.tab_info2 td.excell {
  background: #EEE; }
#infomation table.tab_info1 ul.list_note, #infomation #grouparea ul.list_note, #infomation #faq ul.list_note {
  list-style: none;
  margin: 5px 0 -3px 0;
  font-size: 85%; }
#infomation table.tab_info1 ul.list_note li, #infomation #grouparea ul.list_note li, #infomation #faq ul.list_note li {
  margin: 3px 0; }
#infomation table.tab_info1 ul.list_note li a.linkblock, #infomation #grouparea ul.list_note li a.linkblock {
  line-height: 200%; }

#faq {
  /*
  .lnav{
  	ul{
  		font-size: 16px;
  		margin-bottom: 70px;
  		li{
  			display: inline-block;
  			margin: 5px 30px 5px 0;
  			a{
  				text-decoration: none;
  				padding-left: 20px;
  				position: relative;
  				color: $color2;
  				transition: all .2s ease-in-out;
  				&:hover{
  					color: $color3;
  				}
  				&:before {
  					content: '';
  					width: 10px;
  					height: 10px;
  					border: 0px;
  					border-top: solid 1px #111;
  					border-right: solid 1px #111;
  					transform:translate(0,-50%) rotate(135deg);
  					position: absolute;
  					top: 50%;
  					left: 0px;
  					margin-top: -2px;
  				}
  				
  			}
  		}
  	}
  }
  */ }
  #faq #header {
    background: url("../images/faq/top.jpg") no-repeat center center;
    background-size: cover; }
  #faq .section {
    margin-bottom: 80px; }
    #faq .section h1 {
      font-size: 30px;
      font-weight: 500;
      margin-bottom: 30px; }
      @media all and (max-width: 959px) {
        #faq .section h1 {
          font-size: 22px; } }
  #faq .faqSection {
    border: 1px #999 solid;
    border-bottom: none;
    margin: 0px 0;
    line-height: 1.6; }
    #faq .faqSection:last-of-type {
      border-bottom: 1px #999 solid; }
    #faq .faqSection h2 {
      font-weight: normal;
      padding: 30px 60px 30px 30px;
      position: relative;
      cursor: pointer;
      transition: all .4s ease-in-out; }
      #faq .faqSection h2:hover {
        background: #f6f6f6; }
        @media all and (max-width: 959px) {
          #faq .faqSection h2:hover {
            background: none; } }
      #faq .faqSection h2:before {
        content: '';
        width: 14px;
        height: 14px;
        border: 0px;
        border-top: solid 1px #111;
        border-right: solid 1px #111;
        transform: translate(0, -50%) rotate(135deg);
        position: absolute;
        top: 50%;
        right: 26px;
        margin-top: -6px;
        transition: all ease-in-out .2s; }
      #faq .faqSection h2 span:nth-child(1) {
        font-family: "Barlow Semi Condensed", sans-serif;
        color: #099;
        font-weight: 400;
        margin-right: 10px;
        font-size: 40px;
        position: absolute;
        top: 8px;
        left: 30px; }
      #faq .faqSection h2 span:nth-child(2) {
        display: block;
        margin-left: 50px; }
    #faq .faqSection .inner {
      border-top: 1px #ccc dotted;
      display: none;
      padding: 30px;
      position: relative; }
      #faq .faqSection .inner h3 {
        font-family: "Barlow Semi Condensed", sans-serif;
        color: #f60;
        font-size: 40px;
        font-weight: normal;
        float: left;
        width: 40px;
        position: absolute;
        top: 8px;
        left: 30px; }
      #faq .faqSection .inner > div {
        margin-left: 50px; }
    #faq .faqSection.open h2:before {
      transform: translate(0, -50%) rotate(-45deg);
      margin-top: 2px; }

/***ブロック地図***/
/*
#blockmap{
	margin:auto;
	text-align:center;
	max-width:1200px;
}
	
#blockmap .wrapper{
	margin:0 auto 60px;
	text-align:center;
}

#blockmap .section{
	margin:30px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

#blockmap .subsection{
	width: 500px;
	margin:0 0 60px;
}

#blockmap h1{
	text-align:left;
	font-size:108%;
	margin-bottom:10px;
}

#blockmap ul.blocknote{
	text-align: left;
	margin-top: 10px;
	list-style: none;
	font-size: 14px;
	line-height: 1.8;
	li{
		margin: 10px 0;
	}
}

#blocktab{
	margin:auto;
}

#blocktab td{
	padding:10px 5px;
	vertical-align:top;
	@include media(tablet) {
		display: block;
	}
}

#blocktab td table{
	width:225px;
	border-collapse:collapse;
	border:1px #999 solid;
}

#btab0{background-color:#ffe3e3;
margin-bottom: 5px;
@include media(tablet) {
		margin-bottom: 20px;
	}
}
#btab1{background-color:#FF9;}
#btab2{background-color:#FC9;}
#btab3{background-color:#CFF;}
#btab4{background-color:#9CF;}
#btab5{background-color:#0CF;}
#btab6{background-color:#CFC;}
#btab7{background-color:#9C0;}

#blocktab td th{
	width:85px;
	white-space:nowrap;
	border-right:1px #999 dotted;
	padding:8px;
	font-size:11px;
}

#blocktab td td{
	padding:5px 8px;
	text-align:left;
	font-size:11px;
	line-height:160%;
	vertical-align: middle;
}

*/
/************************************************/
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%; }

.lnav ul {
  font-size: 16px;
  margin-bottom: 70px; }
  .lnav ul li {
    display: inline-block;
    margin: 5px 30px 5px 0; }
    .lnav ul li a {
      text-decoration: none;
      padding-left: 20px;
      position: relative;
      color: #099;
      transition: all .2s ease-in-out; }
      .lnav ul li a:hover {
        color: #f60; }
      .lnav ul li a:before {
        content: '';
        width: 10px;
        height: 10px;
        border: 0px;
        border-top: solid 1px #111;
        border-right: solid 1px #111;
        transform: translate(0, -50%) rotate(135deg);
        position: absolute;
        top: 50%;
        left: 0px;
        margin-top: -2px; }

/************************************************/
.ph01-wrap {
  position: relative; }

.photo-img-cross {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto; }

.photo-img-cross:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 100%;
  background-color: #000;
  z-index: 1;
  transform-origin: right center;
  transform: scaleX(1);
  transition: width 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s, transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s; }

.photo-img-cross img {
  position: relative;
  width: 100%;
  height: auto;
  opacity: 0;
  left: -100%;
  transition: 0.7s; }

.photo-move-cross img {
  opacity: 1;
  left: 0; }

.photo-move-cross.photo-img-cross:before {
  transform: scaleX(0);
  width: 100%; }
