@charset "UTF-8";
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
img {
  pointer-events: none;
}

.noto {
  font-family: "Noto Sans JP", sans-serif;
}

#container {
  position: relative;
}

@media screen and (max-width: 768px) {
  #container {
    width: 100%;
    overflow: hidden;
  }
}

#container .inner {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media screen and (max-width: 768px) {
  #container .inner {
    width: 100%;
  }
}

h3.grad {
  font-size: 30px;
  margin-bottom: 1.5em;
}

h3.grad span {
  position: relative;
  text-align: center;
  display: block;
  z-index: 1;
  letter-spacing: 0.1em;
  color: #363991;
}

h3.grad:after {
  content: "";
  width: 100%;
  display: block;
  height: 1em;
  background: -webkit-gradient(linear, left top, right top, from(#72baff), to(#d7e76e));
  background: -webkit-linear-gradient(left, #72baff, #d7e76e);
  background: -o-linear-gradient(left, #72baff, #d7e76e);
  background: linear-gradient(90deg, #72baff, #d7e76e);
  -webkit-transform: skew(-17deg);
  -ms-transform: skew(-17deg);
  transform: skew(-17deg);
  margin: -0.5em auto 0;
}

@media screen and (max-width: 768px) {
  h3.grad {
    font-size: 5.5vw;
  }
  h3.grad span img {
    height: 7vw;
  }
}

h3.border {
  font-size: 30px;
  border-bottom: solid 2px #363991;
  background: url(../images/h3.svg) left center/auto 80% no-repeat;
  padding: 0.5em 0 0.5em 2.5em;
  color: #363991;
  margin-bottom: 2em;
}

h3.border small {
  display: inline-block;
  margin-left: 1em;
}

h3.border.append {
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
  -webkit-align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

h3.border.append .donwload {
  font-size: 16px;
  color: #363991;
  padding-left: 2em;
}

h3.border.append .donwload a {
  text-decoration: underline;
}

h3.border.append .donwload a:hover {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  h3.border {
    font-size: 4vw;
    background-size: 3em auto;
    background-position: top left;
  }
  h3.border small {
    font-size: 3.5wv;
  }
  h3.border.append {
    display: block;
  }
  h3.border.append .donwload {
    font-size: 3.5vw;
    padding-top: 0.5em;
    padding-left: 0;
  }
  h3.border.append .donwload a {
    display: inline-block;
    white-space: nowrap;
    margin-bottom: 0.2em;
  }
}

header .header {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 85px;
  padding: 0 10px;
}

header .header h1 {
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .header h1 a {
  display: inline-block;
  margin-right: 10px;
}

header .header .extend {
  padding-right: 200px;
}

header .header .extend a {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

header .header .extend a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  header .header {
    height: 16vw;
  }
  header .header h1 {
    display: block;
  }
  header .header h1 a img {
    height: 8vw;
  }
  header .header h1 a:nth-child(2) img {
    height: 4vw;
  }
  header .header .extend {
    padding-right: 17vw;
  }
  header .header .extend a img {
    height: 10vw;
  }
}

footer {
  border-bottom: solid 8px #363991;
}

footer #pagetop {
  padding-right: 10px;
  padding-bottom: 10px;
  text-align: right;
}

footer .sitemap {
  background: #e6f5f5;
  padding: 50px 0;
}

footer .sitemap h1 {
  text-align: center;
  margin-bottom: 30px;
}

footer .sitemap h1 img {
  mix-blend-mode: darken;
}

footer .sitemap .sitemap-wrapper {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

footer .sitemap .sitemap-wrapper .sitemap-block {
  width: 33%;
  padding: 0 20px;
  border-right: solid 1px #ccc;
}

footer .sitemap .sitemap-wrapper .sitemap-block:last-child {
  border-right: 0;
}

footer .sitemap .sitemap-wrapper .sitemap-block .sitemap-page {
  font-size: 14px;
  margin-bottom: 1em;
}

footer .sitemap .sitemap-wrapper .sitemap-block .sitemap-page h3 {
  border-left: solid 3px #363991;
  font-size: inherit;
  padding: 0.5em 0.5em;
  margin-bottom: 1em;
}

footer .sitemap .sitemap-wrapper .sitemap-block .sitemap-page h3 a {
  font-size: inherit;
  color: #363991;
}

footer .sitemap .sitemap-wrapper .sitemap-block ul {
  font-size: inherit;
  list-style: disc;
  padding-left: 2em;
}

footer .sitemap .sitemap-wrapper .sitemap-block ul li {
  font-size: inherit;
  margin-bottom: 1em;
}

footer .sitemap .sitemap-wrapper .sitemap-block ul li a {
  font-size: inherit;
  color: #000;
}

footer .sitemap .sitemap-wrapper .sitemap-block ul li ol {
  padding-top: 1em;
  list-style: none;
}

footer .sitemap .sitemap-wrapper .sitemap-block ul li ol li:before {
  content: "─ ";
}

footer .sitemap .links {
  padding-top: 30px;
}

footer .sitemap .links ul {
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .sitemap .links ul li {
  margin: 0 10px;
  background: url(../images/arrow.svg) left center no-repeat;
  font-size: 14px;
  padding-left: 1.6em;
}

footer .sitemap .links ul li a {
  font-size: inherit;
  display: block;
  color: #363991;
  padding: 0.5em 0 0.5em 0;
  border-bottom: dashed 1px #363991;
  font-weight: bold;
}

footer .copyright {
  font-size: 14px;
  padding: 2em 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  footer .sitemap {
    padding: 4vw 0;
  }
  footer .sitemap h1 {
    margin-bottom: 3vw;
    text-align: center;
    width: 100%;
  }
  footer .sitemap .sitemap-wrapper {
    display: none;
  }
  footer .sitemap .links {
    padding-top: 3vw;
  }
  footer .sitemap .links ul {
    display: block;
  }
  footer .sitemap .links ul li a {
    font-size: 3.5vw;
  }
  footer .copyright {
    font-size: 3.5vw;
  }
}

nav#gnav {
  background: #f1f1f1;
  z-index: 100;
}

nav#gnav .gnav-inner {
  width: 960px;
  margin: auto;
}

nav#gnav .gnav-inner > ul {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media screen and (max-width: 768px) {
  nav#gnav .gnav-inner > ul {
    display: block !important;
  }
}

nav#gnav .gnav-inner > ul > li {
  width: 100%;
  position: relative;
}

nav#gnav .gnav-inner > ul > li > a {
  display: block;
  text-align: center;
  background: url(../images/nav-point.svg) center bottom no-repeat #e6f5f5;
  font-size: 14px;
  color: #000;
  padding: 1.2em 0;
  border-left: solid 2px #fff;
  border-right: solid 2px #fff;
  letter-spacing: -0.05em;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

nav#gnav .gnav-inner > ul > li > a:hover {
  background-color: #363991;
  color: #fff;
}

nav#gnav .gnav-inner > ul > li .child {
  background: #fff;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 4;
  width: 120%;
  padding: 10px;
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
}

nav#gnav .gnav-inner > ul > li .child ul li {
  margin-bottom: 5px;
}

nav#gnav .gnav-inner > ul > li .child ul li:last-child {
  margin-bottom: 0;
}

nav#gnav .gnav-inner > ul > li .child ul li.top {
  display: none;
}

nav#gnav .gnav-inner > ul > li .child ul li a, nav#gnav .gnav-inner > ul > li .child ul li span {
  font-size: 14px;
  color: #000;
  display: block;
  padding: 0.2em 0.2em 0.2em 1.4em;
}

nav#gnav .gnav-inner > ul > li .child ul li a {
  background: url(../images/arrow.svg) left center/1em no-repeat;
}

nav#gnav .gnav-inner > ul > li .child ul li a:hover {
  background-color: #363991;
  color: #fff;
}

nav#gnav .gnav-inner > ul > li .child ul li span {
  padding-left: 0;
}

nav#gnav .gnav-inner > ul > li .child ul li.indent {
  padding-left: 1em;
}

@media screen and (max-width: 768px) {
  nav#gnav {
    position: fixed;
    right: 0;
    top: 0;
    width: 0;
    height: 100vh;
    background: none;
    z-index: 10000;
  }
  nav#gnav .gnav-inner {
    width: 0;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    overflow: hidden;
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    margin-left: 0;
  }
  nav#gnav .gnav-inner > ul {
    width: 100vw;
    padding-top: 16vw;
  }
  nav#gnav .gnav-inner > ul > li {
    width: 100vw;
  }
  nav#gnav .gnav-inner > ul > li .child {
    position: static;
  }
  nav#gnav .gnav-inner > ul > li .child ul li {
    padding-left: 2em;
  }
  nav#gnav .gnav-inner > ul > li .child ul li.top {
    display: block;
  }
  nav#gnav .gnav-inner > ul > li .child ul li.indent {
    padding-left: 3em;
  }
  nav#gnav.active .gnav-inner {
    width: 100vw;
    margin-left: -100vw;
  }
}

.hbg {
  width: 85px;
  height: 85px;
  background: url(../images/menu.svg) center bottom 15% no-repeat #363991;
  position: fixed;
  top: 0;
  right: 0;
}

.hbg span:nth-child(2) {
  top: 43%;
  width: 45%;
}

.hbg span:nth-child(3) {
  top: 56%;
  width: 40%;
}

.hbg.close span {
  width: 50% !important;
  top: 43% !important;
}

.hbg.close span:nth-child(2) {
  width: 0 !important;
}

@media screen and (max-width: 768px) {
  .hbg {
    width: 16vw;
    height: 16vw;
    background-size: auto 2.8vw;
  }
}

#hbg-nav {
  position: fixed;
  right: 0;
  right: -300px;
  top: 0;
  z-index: 9999;
  background: #fff;
  width: 300px;
  padding: 100px 0 30px;
  height: 100%;
  -webkit-transition: 0.4s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: 0.4s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: 0.4s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

#hbg-nav.open {
  right: 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

#hbg-nav .sitemap-page {
  border-bottom: solid 1px #363991;
}

#hbg-nav .sitemap-page a {
  color: #000;
  padding: 0.5em;
}

#hbg-nav .sitemap-page h3 {
  margin-bottom: 1em;
  background: #f5f5f5;
  margin-bottom: 0;
  border-bottom: solid 1px #ccc;
}

#hbg-nav .sitemap-page h3 a {
  width: 100%;
  font-size: 16px;
  padding: 0.5em 1em;
  display: block;
}

#hbg-nav .sitemap-page h3 a:hover {
  background: #363991;
  color: #fff;
}

#hbg-nav .sitemap-page ul li.top {
  display: none;
}

#hbg-nav .sitemap-page ul li span, #hbg-nav .sitemap-page ul li a {
  font-size: 14px;
  padding: 0.3em 1em 0.3em 1em;
  display: block;
}

#hbg-nav .sitemap-page ul li span {
  padding-left: 2.2em;
}

#hbg-nav .sitemap-page ul li a:before {
  content: "";
  width: 0.7em;
  height: 0.7em;
  display: inline-block;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-right: 0.5em;
  background: url(../images/triangle.svg) center center/contain no-repeat;
}

#hbg-nav .sitemap-page ul li a:hover {
  background: #363991;
  color: #fff;
}

#hbg-nav .sitemap-page ul li ol {
  list-style: none;
}

#hbg-nav .sitemap-page ul li ol li a {
  background: url(../images/arrow.svg) left 2em center/0.9em no-repeat;
  padding-left: 3.3em;
  display: block;
}

#hbg-nav .sitemap-page ul li ol li a:before {
  display: none;
}

@media screen and (max-width: 768px) {
  #hbg-nav {
    display: none;
  }
}

#top #kv {
  max-width: 1280px;
  margin: auto;
  overflow: hidden;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#top #kv #kv-inner {
  position: relative;
  width: 1280px;
}

#top #kv #kv-inner > img {
  opacity: 0;
}

#top #kv #kv-inner ul.bg-line {
  -webkit-transform: skewY(-10deg);
  -ms-transform: skewY(-10deg);
  transform: skewY(-10deg);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  top: -10%;
}

#top #kv #kv-inner ul.bg-line li {
  display: block;
  background: #00a165;
  width: 200px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 1.5s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: 1.5s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: 1.5s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

#top #kv #kv-inner ul.bg-line li.bg1 {
  left: 13%;
  top: 28%;
  width: 0%;
  height: 1.7%;
}

#top #kv #kv-inner ul.bg-line li.bg1.active {
  width: 17%;
}

#top #kv #kv-inner ul.bg-line li.bg2 {
  left: 21%;
  top: 66%;
  width: 64%;
  width: 0%;
  height: 20%;
}

#top #kv #kv-inner ul.bg-line li.bg2.active {
  width: 64%;
}

#top #kv #kv-inner ul.bg-line li.bg3 {
  left: 13%;
  top: 47%;
  width: 40%;
  width: 0%;
  height: 20%;
  background: #363991;
}

#top #kv #kv-inner ul.bg-line li.bg3.active {
  width: 40%;
}

#top #kv #kv-inner ul.bg-line li.bg4 {
  left: 65%;
  top: 53%;
  width: 17%;
  width: 0%;
  height: 1.7%;
  background: #363991;
}

#top #kv #kv-inner ul.bg-line li.bg4.active {
  width: 17%;
}

#top #kv #kv-inner ul.bg-line li.bg5 {
  left: 78%;
  top: 88%;
  width: 17%;
  width: 0%;
  height: 1.7%;
}

#top #kv #kv-inner ul.bg-line li.bg5.active {
  width: 17%;
}

#top #kv #kv-inner ul.bg-line li.bg6 {
  left: 12%;
  top: 94%;
  width: 17%;
  width: 0%;
  height: 1.7%;
  background: #363991;
}

#top #kv #kv-inner ul.bg-line li.bg6.active {
  width: 17%;
}

#top #kv #kv-inner ul.bg-line li.bg7 {
  left: 23%;
  top: 80%;
  width: 53%;
  width: 0%;
  height: 20%;
  background: #363991;
}

#top #kv #kv-inner ul.bg-line li.bg7.active {
  width: 53%;
}

#top #kv #kv-inner ul.bg-line li.bg8 {
  left: 34%;
  top: 30%;
  width: 40%;
  width: 0%;
  height: 20%;
}

#top #kv #kv-inner ul.bg-line li.bg8.active {
  width: 40%;
}

#top #kv #kv-inner .image-wrapper > div {
  position: absolute;
  left: 5%;
  top: -10%;
  -webkit-transform: skewY(-10deg);
  -ms-transform: skewY(-10deg);
  transform: skewY(-10deg);
}

#top #kv #kv-inner .image-wrapper > div img {
  width: 93%;
  -webkit-mask-image: url(../../images/kv-mask.png);
  mask-image: url(../../images/kv-mask.png);
  -webkit-mask-position: 45% 20%;
  mask-position: 45% 20%;
  -webkit-mask-size: 0 16%;
  mask-size: 0 16%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-transition: 1.5s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: 1.5s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: 1.5s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

#top #kv #kv-inner .image-wrapper > div.active img {
  -webkit-mask-size: 57% 16%;
  mask-size: 57% 16%;
}

#top #kv #kv-inner .image-wrapper > div.image2 img {
  -webkit-mask-position: 11% 38.5%;
  mask-position: 11% 38.5%;
  -webkit-mask-size: 0 16%;
  mask-size: 0 16%;
}

#top #kv #kv-inner .image-wrapper > div.image2.active img {
  -webkit-mask-size: 68% 16%;
  mask-size: 68% 16%;
}

#top #kv #kv-inner .image-wrapper > div.image3 img {
  -webkit-mask-position: 42% 56.5%;
  mask-position: 42% 56.5%;
  -webkit-mask-size: 0 16%;
  mask-size: 0 16%;
}

#top #kv #kv-inner .image-wrapper > div.image3.active img {
  -webkit-mask-size: 68% 16%;
  mask-size: 68% 16%;
}

#top #kv #kv-inner .image-wrapper > div.image4 img {
  -webkit-mask-position: 2% 75%;
  mask-position: 2% 75%;
  -webkit-mask-size: 0 16%;
  mask-size: 0 16%;
}

#top #kv #kv-inner .image-wrapper > div.image4.active img {
  -webkit-mask-size: 77% 16%;
  mask-size: 77% 16%;
}

#top #kv #kv-inner .title img {
  position: absolute;
  -webkit-transition: 2s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: 2s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: 2s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

#top #kv #kv-inner .title img:nth-child(1) {
  left: 24%;
  top: 59%;
  -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.9));
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.9));
  opacity: 0;
  -webkit-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  transform: translateX(-20px);
}

#top #kv #kv-inner .title img:nth-child(1).active {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

#top #kv #kv-inner .title img:nth-child(2) {
  left: 53%;
  bottom: 2%;
  opacity: 0;
  -webkit-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  transform: translateX(-20px);
}

#top #kv #kv-inner .title img:nth-child(2).active {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

@media screen and (max-width: 768px) {
  #top #kv {
    width: 150vw;
    margin-left: -25vw;
    margin-bottom: 10vw;
  }
  #top #kv #kv-inner .title img:nth-child(1) {
    width: 60vw;
    left: 30%;
    top: 62%;
  }
  #top #kv #kv-inner .title img:nth-child(2) {
    width: 50vw;
    left: 43%;
    bottom: 0vw;
  }
}

#top #news {
  width: 960px;
  margin: auto;
  margin-bottom: 60px;
  display: -webkit-flex;
  -webkit-justify-content: flex-end;
  -webkit-align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#top #news #news-inner {
  border-left: solid 4px #363991;
  max-width: 70%;
  padding: 10px 0 10px 20px;
}

#top #news #news-inner h3 {
  margin-bottom: 10px;
}

#top #news #news-inner .news dl {
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
  -webkit-align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#top #news #news-inner .news dl dt, #top #news #news-inner .news dl dd {
  color: #363991;
  font-size: 14px;
  line-height: 1.6em;
  font-weight: bold;
}

#top #news #news-inner .news dl dt {
  width: 7em;
}

@media screen and (max-width: 768px) {
  #top #news {
    width: 90%;
    margin-bottom: 7vw;
  }
  #top #news #news-inner {
    max-width: 100%;
  }
  #top #news #news-inner h3 {
    margin-bottom: 3vw;
  }
  #top #news #news-inner h3 img {
    height: 7vw;
  }
  #top #news #news-inner .news dl {
    display: block;
  }
  #top #news #news-inner .news dl dt {
    width: auto;
  }
  #top #news #news-inner .news dl dt, #top #news #news-inner .news dl dd {
    font-size: 3.5vw;
  }
}

#top #top-contents {
  width: 960px;
  margin: auto;
}

#top #top-contents .top-contents ul {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#top #top-contents .top-contents ul li {
  width: 48%;
  margin-bottom: 20px;
}

#top #top-contents .top-contents ul li a {
  display: block;
  overflow: hidden;
  position: relative;
}

#top #top-contents .top-contents ul li a img {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#top #top-contents .top-contents ul li a:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

#top #top-contents .top-contents ul li a figure {
  overflow: hidden;
}

#top #top-contents .top-contents ul li a span {
  position: absolute;
  left: 0;
  top: 0;
  background: #363991;
  padding: 5px 10px;
}

#top #top-contents .top-contents ul li a span img {
  -webkit-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
}

#top #top-contents .top-contents ul li a ins {
  display: block;
  text-align: right;
  background: none;
}

#top #top-contents .top-contents ul li a ins img {
  -webkit-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
}

@media screen and (max-width: 768px) {
  #top #top-contents {
    width: 90%;
  }
  #top #top-contents .top-contents ul li {
    width: 100%;
  }
  #top #top-contents .top-contents ul li span img {
    height: 4.5vw;
  }
  #top #top-contents .top-contents ul li ins img {
    height: 9vw;
  }
}

.inner-page #kv {
  max-width: 1280px;
  margin: auto;
  position: relative;
}

.inner-page #kv .kv {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.inner-page #kv .kv div {
  height: 100%;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 520px;
  margin: auto;
}

.inner-page #kv .kv div.wide {
  max-width: 640px;
}

.inner-page #kv .kv div h2 {
  font-size: 50px;
  color: #fff;
  background: #363991;
  font-weight: normal;
  padding: 0.1em 0.5em;
  margin-bottom: 1em;
}

.inner-page #kv .kv div h2:last-child {
  margin-bottom: 0;
}

.inner-page #kv .kv div p {
  background: #000;
  color: #fff;
  padding: 1em;
}

@media screen and (max-width: 768px) {
  .inner-page #kv .kv div h2 {
    font-size: 6vw;
  }
  .inner-page #kv .kv div p {
    font-size: 3vw;
    max-width: calc(90% - 1em);
    line-height: 1.4em;
  }
}

#nextcontents {
  background: url(../images/next-bg.png) left top 30px/100% 200px no-repeat;
  margin-bottom: 60px;
}

#nextcontents h3 {
  text-align: center;
}

#nextcontents a {
  display: block;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  width: 420px;
  margin: auto;
}

#nextcontents a img {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#nextcontents a:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

#nextcontents a figure {
  margin: auto;
  margin-bottom: 20px;
  overflow: hidden;
}

#nextcontents a span {
  display: block;
  background: url(../images/arrow-white.svg) right 0.8em center/1em no-repeat #363991;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  width: 360px;
  text-align: center;
  padding: 0.5em 0;
}

@media screen and (max-width: 768px) {
  #nextcontents {
    background-size: 100% 35vw;
    background-position: left top 5vw;
    margin-bottom: 10vw;
  }
  #nextcontents h3 img {
    width: 70%;
  }
  #nextcontents a {
    width: 80%;
  }
  #nextcontents a span {
    font-size: 3.5vw;
    width: 90%;
  }
}

#about #about-nav {
  max-width: 960px;
  margin: auto;
  padding: 40px 0;
}

#about #about-nav ul {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

#about #about-nav ul li {
  width: 24%;
}

#about #about-nav ul li a {
  overflow: hidden;
}

#about #about-nav ul li a img {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#about #about-nav ul li a:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

#about #about-nav ul li a figure {
  overflow: hidden;
}

#about #about-nav ul li a span {
  font-size: 27px;
  font-weight: bold;
  color: #363991;
  margin-bottom: 0.1em;
  display: inline-block;
}

#about #about-nav ul li a p {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 14px;
  background: url(../images/arrow-down.svg) right center/1.3em no-repeat;
}

@media screen and (max-width: 768px) {
  #about #about-nav {
    padding: 5vw;
  }
  #about #about-nav ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #about #about-nav ul li {
    width: 48%;
    margin-bottom: 3vw;
  }
  #about #about-nav ul li a span {
    font-size: 5vw;
  }
  #about #about-nav ul li a p {
    font-size: 2.7vw;
  }
}

#about section {
  margin-bottom: 100px;
}

#about section .section-kv h3 {
  font-size: 30px;
  text-align: center;
  color: #fff;
  margin-bottom: 1em;
}

#about section .section-kv h3:after {
  content: "";
  display: block;
  height: 3px;
  width: 2em;
  background: #363991;
  margin: 1em auto 0;
}

#about section .section-kv h3 span {
  display: block;
  font-size: 23px;
  color: #fee46b;
  margin-bottom: 0.5em;
}

#about section .section-kv p {
  color: #fff;
  width: 540px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  #about section {
    margin-bottom: 10vw;
  }
  #about section .section-kv h3 {
    font-size: 6.5vw;
  }
  #about section .section-kv h3 span {
    font-size: 5vw;
  }
  #about section .section-kv p {
    font-size: 3.3vw;
    width: 90%;
  }
}

#about section#mission {
  background: url(../../about/images/mission-bg.jpg) center top/100% no-repeat;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

#about section#mission .section-kv {
  padding: 70px 0 80px;
}

#about section#mission .mission {
  max-width: 860px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  #about section#mission {
    background-size: 300vw;
  }
  #about section#mission .section-kv {
    padding: 7vw 0 8vw;
  }
  #about section#mission .mission {
    width: 90%;
  }
}

#about section#operations .section-kv {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #363991;
}

#about section#operations .section-kv h3:after {
  background-color: #fee46b;
}

#about section#operations .section-kv p {
  margin-bottom: 1em;
}

#about section#operations .section-kv .sosikizu {
  margin: auto;
  margin-bottom: 3em;
  width: 540px;
  text-align: right;
}

#about section#operations .section-kv .sosikizu a {
  font-size: 16px;
  display: inline-block;
  background: #fff;
  border: solid 1px #363991;
  border-radius: 3em;
  padding: 0.4em 1em;
  line-height: 1em;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

#about section#operations .section-kv .sosikizu a:hover {
  background: #363991;
  color: #fff;
}

#about section#operations .section-kv .sosikizu a:before {
  content: "\eaaa";
  font-family: "Material icons";
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0.2em;
  margin-right: 0.5em;
}

@media screen and (max-width: 768px) {
  #about section#operations .section-kv .sosikizu {
    width: 90%;
  }
  #about section#operations .section-kv .sosikizu a {
    font-size: 3.8vw;
  }
  #about section#operations .section-kv .sosikizu a:before {
    font-size: 4vw;
  }
}

#about section#operations .section-kv figure {
  text-align: center;
}

#about section#operations .section-kv figure img {
  max-width: 800px;
}

#about section#operations .operations {
  margin-bottom: 0;
}

#about section#operations .operations article {
  max-width: 1200px;
  margin: auto;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
  padding-bottom: 50px;
}

#about section#operations .operations article figure {
  width: 640px;
  position: relative;
  z-index: 2;
}

#about section#operations .operations article .block {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 90px;
  position: relative;
  z-index: 2;
}

#about section#operations .operations article .block h4 {
  width: 90%;
  font-size: 20px;
  background: #000;
  color: #fff;
  padding: 0.5em;
  -webkit-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
  margin-bottom: 1em;
}

#about section#operations .operations article .block .block-inner {
  width: 440px;
  margin-left: 30px;
}

#about section#operations .operations article .block .block-inner p {
  font-size: 14px;
}

#about section#operations .operations article .block .block-inner .katsudou h5 {
  width: 140px;
  font-size: 14px;
  border: solid 1px #000;
  border-radius: 0.3em;
  background: #fff;
  margin: auto;
  text-align: center;
  padding: 0.5em 0;
  margin-bottom: 0.5em;
}

#about section#operations .operations article .block .block-inner .katsudou .list {
  background: #fff;
  text-align: center;
  line-height: 1.6em;
  padding: 1em 0;
  font-size: 14px;
}

#about section#operations .operations article .block .block-inner .katsudou .target {
  font-size: 14px;
}

#about section#operations .operations article .block .block-inner .katsudou .target:before {
  content: "";
  width: 100%;
  height: 2em;
  background: url(../../about/images/operations-arrow.svg) center center/contain no-repeat;
  display: block;
  margin: auto;
}

#about section#operations .operations article .block .block-inner .katsudou .target span {
  background: #363991;
  color: #fff;
  width: 100%;
  display: block;
  text-align: center;
  padding: 0.4em 0;
  border-radius: 100px;
}

#about section#operations .operations article:after {
  content: "";
  background: #f7e5a9;
  display: block;
  width: 90%;
  height: 90%;
  position: absolute;
  right: 0;
  bottom: 0;
}

#about section#operations .operations article:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

#about section#operations .operations article:nth-child(even):after {
  right: initial;
  left: 0;
}

#about section#operations .operations article:nth-child(even) .block h4 {
  -webkit-transform: translateX(90px);
  -ms-transform: translateX(90px);
  transform: translateX(90px);
}

#about section#operations .operations article:nth-child(even) .block .block-inner {
  margin-left: 90px;
}

#about section#operations .operations article:nth-child(2):after {
  background-color: #d1e5a9;
}

#about section#operations .operations article:nth-child(3):after {
  background-color: #c9e5e8;
}

#about section#operations .operations article:nth-child(4):after {
  background-color: #f6cec1;
}

@media screen and (max-width: 768px) {
  #about section#operations .section-kv {
    padding: 5vw 0 10vw;
  }
  #about section#operations .section-kv figure img {
    width: 70vw;
  }
  #about section#operations .operations article {
    display: block;
  }
  #about section#operations .operations article:after {
    width: 100%;
  }
  #about section#operations .operations article:nth-child(even) .block .block-inner {
    margin-left: 0;
  }
  #about section#operations .operations article figure {
    width: 90%;
  }
  #about section#operations .operations article .block {
    padding-top: 5vw;
    width: 90%;
    margin: auto;
  }
  #about section#operations .operations article .block h4 {
    -webkit-transform: translate(0) !important;
    -ms-transform: translate(0) !important;
    transform: translate(0) !important;
    font-size: 4.5vw;
  }
  #about section#operations .operations article .block .block-inner {
    width: 100%;
    margin-left: 0;
  }
  #about section#operations .operations article .block .block-inner p {
    width: 100%;
    font-size: 3.5vw;
  }
  #about section#operations .operations article .block .block-inner .katsudou h5 {
    font-size: 3.5vw;
  }
  #about section#operations .operations article .block .block-inner .katsudou .list {
    font-size: 3.5vw;
  }
  #about section#operations .operations article .block .block-inner .katsudou .target span {
    font-size: 3.5vw;
  }
}

#about section#strengths {
  background: url(../../about/images/strengths-bg.jpg) center top/100% no-repeat #f5f5f5;
  padding-bottom: 40px;
  margin-bottom: 0;
}

#about section#strengths .section-kv {
  padding: 50px 0;
}

#about section#strengths .strengths {
  background: #fff;
  width: 960px;
  margin: auto;
  padding: 60px 0;
}

#about section#strengths .strengths article {
  width: 500px;
  margin: auto;
  margin-bottom: 60px;
}

#about section#strengths .strengths article:last-child {
  margin-bottom: 0;
}

#about section#strengths .strengths article h4 {
  text-align: center;
  margin-bottom: 40px;
}

#about section#strengths .strengths article h4 figure {
  margin-bottom: 20px;
}

#about section#strengths .strengths article h4 span {
  font-size: 30px;
  color: #363991;
  font-weight: normal;
}

#about section#strengths .strengths article p {
  width: 440px;
  margin: 0 auto 2em;
  font-size: 14px;
}

#about section#strengths .strengths article .jisseki h5 {
  font-size: 14px;
  color: #fff;
  background: #363991;
  border-radius: 5em;
  width: 16em;
  margin: 0 auto 0.5em;
  text-align: center;
  padding: 0.5em 0;
  margin-bottom: 1em;
}

#about section#strengths .strengths article .jisseki ul {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

#about section#strengths .strengths article .jisseki ul li {
  background: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  padding: 10px 20px;
  width: calc(48% - 40px);
  border-radius: 15px;
}

#about section#strengths .strengths article .jisseki ul li h6 {
  text-align: center;
  font-size: 14px;
  margin-bottom: 0.5em;
  height: 2.2em;
  line-height: 1.4em;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#about section#strengths .strengths article .jisseki ul li p {
  margin-bottom: 0;
  font-size: 13px;
  padding-top: 1em;
  padding-bottom: 1em;
  width: 100%;
  line-height: 1.4em;
}

@media screen and (max-width: 768px) {
  #about section#strengths .strengths {
    width: 90%;
    padding: 10vw 0;
  }
  #about section#strengths .strengths article {
    width: 90%;
  }
  #about section#strengths .strengths article h4 figure img {
    width: 15vw;
  }
  #about section#strengths .strengths article h4 span {
    font-size: 5vw;
  }
  #about section#strengths .strengths article p {
    width: 100%;
    font-size: 3.5vw;
  }
  #about section#strengths .strengths article .jisseki h5 {
    font-size: 3.5vw;
  }
  #about section#strengths .strengths article .jisseki ul {
    display: block;
  }
  #about section#strengths .strengths article .jisseki ul li {
    width: 70%;
    margin: auto;
    padding: 4vw 5%;
    margin-bottom: 5vw;
    border-radius: 2vw;
  }
  #about section#strengths .strengths article .jisseki ul li h6 {
    font-size: 4vw;
  }
  #about section#strengths .strengths article .jisseki ul li figure {
    text-align: center;
  }
  #about section#strengths .strengths article .jisseki ul li figure img {
    width: 90%;
  }
}

#about section#keywords {
  background: #363991;
  padding: 40px 0;
}

#about section#keywords .section-kv h3:after {
  background: #fee46b;
}

#about section#keywords .keyword {
  background: rgba(255, 255, 255, 0.1);
}

#about section#keywords .keyword .keyword-inner {
  width: 840px;
  margin: auto;
  border: solid 1px #ccc;
  position: relative;
  height: 320px;
}

#about section#keywords .keyword .keyword-inner a {
  position: absolute;
  display: block;
}

#about section#keywords .keyword .keyword-inner a img {
  width: 100%;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

#about section#keywords .keyword .keyword-inner a:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

#about section#keywords .keyword .keyword-inner a:nth-child(1) {
  left: 2%;
  top: 3%;
  width: 25%;
}

#about section#keywords .keyword .keyword-inner a:nth-child(2) {
  right: 10%;
  top: 3%;
  width: 60%;
}

#about section#keywords .keyword .keyword-inner a:nth-child(3) {
  right: 10%;
  top: 21%;
  width: 42%;
}

#about section#keywords .keyword .keyword-inner a:nth-child(4) {
  right: 2%;
  top: 3%;
  width: 7%;
}

#about section#keywords .keyword .keyword-inner a:nth-child(5) {
  left: 2%;
  bottom: 3%;
  width: 21%;
}

#about section#keywords .keyword .keyword-inner a:nth-child(6) {
  left: 20%;
  top: 43%;
  width: 42%;
}

#about section#keywords .keyword .keyword-inner a:nth-child(7) {
  left: 37%;
  top: 64%;
  width: 42%;
}

#about section#keywords .keyword .keyword-inner a:nth-child(8) {
  right: 2%;
  bottom: 3%;
  width: 34%;
}

#about section#keywords .keyword #keyword-detail {
  width: 840px;
  margin: auto;
}

#about section#keywords .keyword #keyword-detail article {
  background: #fff;
  padding: 30px 0;
  position: relative;
}

#about section#keywords .keyword #keyword-detail article .keyword-detail {
  width: 90%;
  margin: auto;
  position: relative;
  z-index: 2;
}

#about section#keywords .keyword #keyword-detail article .keyword-detail h4 {
  font-size: 32px;
  color: #363991;
  text-align: center;
  margin-bottom: 1em;
}

#about section#keywords .keyword #keyword-detail article .keyword-detail .detail {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

#about section#keywords .keyword #keyword-detail article .keyword-detail .detail figure {
  width: 35%;
  margin-right: 5%;
}

#about section#keywords .keyword #keyword-detail article .keyword-detail .detail figure span {
  font-size: 14px;
  display: inline-block;
  padding-top: 0.4em;
}

#about section#keywords .keyword #keyword-detail article .keyword-detail .detail figure.w40 {
  width: 40%;
}

#about section#keywords .keyword #keyword-detail article .keyword-detail .detail figure.w50 {
  width: 40%;
}

#about section#keywords .keyword #keyword-detail article .keyword-detail .detail figure.w60 {
  width: 60%;
}

#about section#keywords .keyword #keyword-detail article .keyword-detail .detail figure a {
  display: block;
}

#about section#keywords .keyword #keyword-detail article .keyword-detail .detail p {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #000;
  font-size: 14px;
}

#about section#keywords .keyword #keyword-detail article:after {
  content: "";
  width: 23%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

#about section#keywords .keyword #keyword-detail article:nth-child(1):after {
  background-color: #fee46b;
}

#about section#keywords .keyword #keyword-detail article:nth-child(2):after {
  background-color: #ffc67d;
}

#about section#keywords .keyword #keyword-detail article:nth-child(3):after {
  background-color: #8ae46b;
}

#about section#keywords .keyword #keyword-detail article:nth-child(4):after {
  background-color: #7cffd6;
}

#about section#keywords .keyword #keyword-detail article:nth-child(5):after {
  background-color: #00ddff;
}

#about section#keywords .keyword #keyword-detail article:nth-child(6):after {
  background-color: #f899d8;
}

#about section#keywords .keyword #keyword-detail article:nth-child(7):after {
  background-color: #ffd04a;
}

#about section#keywords .keyword #keyword-detail article:nth-child(8):after {
  background-color: #8affa7;
}

@media screen and (max-width: 768px) {
  #about section#keywords .keyword .keyword-inner {
    width: 100%;
    height: 56vw;
  }
  #about section#keywords .keyword .keyword-inner a:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  #about section#keywords .keyword .keyword-inner a:nth-child(1) {
    top: 21%;
  }
  #about section#keywords .keyword .keyword-inner a:nth-child(2) {
    width: 80%;
    left: 1%;
  }
  #about section#keywords .keyword .keyword-inner a:nth-child(3) {
    width: 58%;
    left: 29%;
  }
  #about section#keywords .keyword .keyword-inner a:nth-child(4) {
    width: 10%;
  }
  #about section#keywords .keyword .keyword-inner a:nth-child(5) {
    width: 20%;
    left: 1%;
  }
  #about section#keywords .keyword .keyword-inner a:nth-child(6) {
    width: 56%;
    left: 1%;
    top: 44%;
  }
  #about section#keywords .keyword .keyword-inner a:nth-child(7) {
    width: 60%;
    left: 24%;
    top: 63%;
  }
  #about section#keywords .keyword .keyword-inner a:nth-child(8) {
    width: 70%;
  }
  #about section#keywords .keyword #keyword-detail {
    width: 100%;
  }
  #about section#keywords .keyword #keyword-detail article .keyword-detail h4 {
    font-size: 4.5vw;
  }
  #about section#keywords .keyword #keyword-detail article .keyword-detail .detail {
    display: block;
  }
  #about section#keywords .keyword #keyword-detail article .keyword-detail .detail figure {
    text-align: center;
    width: 100% !important;
    margin-bottom: 5vw;
  }
  #about section#keywords .keyword #keyword-detail article .keyword-detail .detail figure img {
    width: 40%;
  }
  #about section#keywords .keyword #keyword-detail article .keyword-detail .detail figure.w40 img, #about section#keywords .keyword #keyword-detail article .keyword-detail .detail figure.w50 img {
    width: 100% !important;
  }
  #about section#keywords .keyword #keyword-detail article .keyword-detail .detail p {
    font-size: 3.2vw;
    line-height: 1.8em;
  }
}

#works #kv {
  margin-bottom: 0px;
}

#works #work {
  max-width: 960px;
  margin: auto;
  font-size: 40px;
  text-align: center;
  padding: 0.5em 0;
  margin-bottom: 1em;
  background: #f5f5f5;
  border: solid 4px #363991;
  border-left: 0;
  border-right: 0;
  color: #363991;
  position: relative;
}

#works #work a {
  position: absolute;
  right: 1em;
  bottom: 0.5em;
  font-size: 16px;
  display: inline-block;
  background: #fff;
  border: solid 1px #363991;
  border-radius: 3em;
  padding: 0.4em 1em;
  line-height: 1em;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

#works #work a:hover {
  background: #363991;
  color: #fff;
}

#works #work a:before {
  content: "\eaaa";
  font-family: "Material icons";
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0.2em;
  margin-right: 0.5em;
}

@media screen and (max-width: 768px) {
  #works #work {
    font-size: 6vw;
  }
  #works #work a {
    position: static;
    margin-top: 0.7em;
    font-size: 3.8vw;
    width: 50%;
  }
  #works #work a:before {
    font-size: 4vw;
  }
}

#works #works-nav {
  max-width: 960px;
  margin: auto;
  padding: 40px 0;
}

#works #works-nav ul {
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#works #works-nav ul li {
  width: 24%;
  margin: 0 1%;
}

#works #works-nav ul li a {
  overflow: hidden;
}

#works #works-nav ul li a img {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#works #works-nav ul li a:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

#works #works-nav ul li a figure {
  overflow: hidden;
}

#works #works-nav ul li a span {
  font-size: 27px;
  font-weight: bold;
  color: #363991;
  margin-bottom: 0.1em;
  display: inline-block;
}

#works #works-nav ul li a p {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 14px;
  background: url(../images/arrow-down.svg) right center/1.3em no-repeat;
}

@media screen and (max-width: 768px) {
  #works #works-nav {
    padding: 5vw;
  }
  #works #works-nav ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #works #works-nav ul li {
    width: 48%;
    margin-bottom: 3vw;
  }
  #works #works-nav ul li a span {
    font-size: 5vw;
  }
  #works #works-nav ul li a p {
    font-size: 2.7vw;
  }
}

#works .works section {
  max-width: 960px;
  margin: auto;
  margin-bottom: 100px;
}

#works .works section p.lead {
  text-align: center;
}

#works .works section .detail {
  background: #363991;
  color: #fff;
  font-size: 16px;
  padding: 2em 4em;
  margin-bottom: 80px;
}

#works .works section .detail h4 {
  margin-bottom: 1em;
}

#works .works section .detail h4 span {
  color: inherit;
  display: inline-block;
  border: solid 1px #fff;
  color: #fff;
  padding: 0.5em 0.5em;
}

#works .works section .detail p {
  color: #fff;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

#works .works section .detail .list {
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#works .works section .detail .list ol li {
  font-size: 16px;
  color: #fff;
  margin-bottom: 0.5em;
  line-height: 1.6em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

#works .works section .honbu {
  margin-bottom: 60px;
}

#works .works section .honbu ul {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

#works .works section .honbu ul li {
  width: 31%;
}

#works .works section .honbu ul li h4 {
  background: #363991;
  font-size: 16px;
  color: #fff;
  padding: 0.5em;
  width: 80%;
  position: relative;
  z-index: 1;
}

#works .works section .honbu ul li h4:before {
  content: "";
  width: 2px;
  height: 1.4em;
  display: inline-block;
  background: #fff;
  vertical-align: middle;
  margin-right: 0.5em;
}

#works .works section .honbu ul li figure {
  margin-top: -20px;
  margin-bottom: 5px;
}

#works .works section .honbu ul li p {
  font-size: 16px;
  color: #363991;
  line-height: 1.6em;
}

#works .works #works-slider {
  max-width: 960px;
  margin: auto;
  margin-bottom: 100px;
}

#works .works #works-slider ul {
  position: relative;
}

#works .works #works-slider ul li {
  padding: 0 5px;
}

#works .works #works-slider ul button.slick-arrow {
  width: 20px;
  height: 20px;
  overflow: hidden;
  text-indent: -100em;
  background: url(../images/arrow.svg) center center/contain no-repeat;
  border: 0;
  position: absolute;
  top: calc(50% - 10px);
}

#works .works #works-slider ul button.slick-arrow.slick-prev {
  left: -30px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

#works .works #works-slider ul button.slick-arrow.slick-next {
  right: -30px;
}

#works .works #works-slider ul .slick-dots {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#works .works #works-slider ul .slick-dots li {
  padding: 0;
}

#works .works #works-slider ul .slick-dots li button {
  width: 8px;
  height: 8px;
  overflow: hidden;
  text-indent: -100em;
  background: #d5d6e8;
  border-radius: 100px;
  margin: 0 5px;
  padding: 0;
  border: 0;
}

#works .works #works-slider ul .slick-dots li.slick-active button {
  background: #363991;
}

@media screen and (max-width: 768px) {
  #works #kv {
    margin-bottom: 10vw;
  }
  #works .works section {
    width: 90%;
    margin-bottom: 10vw;
  }
  #works .works section .detail {
    font-size: 4vw;
    padding: 1em;
    margin-bottom: 15vw;
  }
  #works .works section .detail h4 span {
    font-size: 4vw;
  }
  #works .works section .detail .list ol {
    padding-left: 5vw;
  }
  #works .works section .detail .list ol li {
    font-size: 3.5vw;
  }
  #works .works section .honbu ul {
    display: block;
  }
  #works .works section .honbu ul li {
    width: 100%;
    margin-bottom: 5vw;
  }
  #works .works section .honbu ul li h4 {
    font-size: 4vw;
  }
  #works .works section .honbu ul li figure {
    text-align: center;
  }
  #works .works section .honbu ul li figure img {
    width: 80%;
  }
  #works .works section .honbu ul li p {
    width: 80%;
    margin: auto;
    font-size: 3.5vw;
  }
}

.person-index h4 {
  text-align: center;
  color: #363991;
  font-size: 16px;
  background: url(../images/triangle.svg) center bottom no-repeat;
  padding-bottom: 1.7em;
  margin-bottom: 1em;
}

.person-index ul {
  max-width: 960px;
  margin: auto;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 20px;
}

.person-index ul li {
  width: 48%;
}

.person-index ul li a figure {
  margin-bottom: 10px;
  overflow: hidden;
}

.person-index ul li a figure img {
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.person-index ul li a:hover figure img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.person-index ul li a .person-detail {
  position: relative;
}

.person-index ul li a .person-detail dl.name {
  margin-bottom: 10px;
}

.person-index ul li a .person-detail dl.name dt {
  font-size: 18px;
  margin-bottom: 0.3em;
}

.person-index ul li a .person-detail dl.name dd {
  font-size: 12px;
}

.person-index ul li a .person-detail span {
  color: #000;
  font-size: 16px;
  line-height: 1.4em;
}

.person-index ul li a .person-detail:after {
  content: "";
  width: 80px;
  height: 25px;
  background: url(../images/arrow-white.svg) right 5% center no-repeat #363991;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.person-index.works-person ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.person-index.works-person ul li {
  width: 32%;
}

.person-index.works-person ul li a figure {
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.person-index.works-person ul li a figure img {
  width: 130%;
  max-width: initial;
}

@media screen and (max-width: 768px) {
  .person-index h4 {
    font-size: 3.5vw;
  }
  .person-index ul {
    gap: 4%;
  }
  .person-index ul li {
    width: 48% !important;
    margin-bottom: 5vw;
  }
  .person-index ul li a .person-detail dl.name dt {
    font-size: 4vw;
  }
  .person-index ul li a .person-detail dl.name dd {
    font-size: 3vw;
  }
  .person-index ul li a .person-detail span {
    font-size: 3.1vw;
  }
  .person-index ul li a .person-detail:after {
    width: 15vw;
    height: 5vw;
    background-size: auto 70%;
  }
}

.person-index-page .person-index {
  margin-bottom: 40px;
}

.person-index-page .person-index h3 {
  font-size: 26px;
  margin-bottom: 1em;
}

@media screen and (max-width: 768px) {
  .person-index-page {
    width: 90% !important;
  }
  .person-index-page .person-index {
    margin-bottom: 5vw;
  }
  .person-index-page .person-index h3 {
    font-size: 5vw;
  }
}

#person {
  max-width: 960px;
  margin: auto;
  padding-top: 40px;
  padding-bottom: 60px;
}

#person #kv {
  padding-bottom: 30px;
  position: relative;
  margin-bottom: 20px;
}

#person #kv figure {
  text-align: right;
  position: relative;
  z-index: 2;
}

#person #kv figure img {
  width: 660px;
}

#person #kv h2 {
  position: absolute;
  left: 5%;
  top: 10%;
  height: 70%;
  border-left: solid 2px #363991;
  z-index: 3;
  padding: 0.5em 1em;
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
  -webkit-align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 32px;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  font-weight: normal;
  line-height: 1.6em;
}

#person #kv:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80%;
  background: -webkit-gradient(linear, left top, right top, from(#72baff), to(#d7e76e));
  background: -webkit-linear-gradient(left, #72baff, #d7e76e);
  background: -o-linear-gradient(left, #72baff, #d7e76e);
  background: linear-gradient(90deg, #72baff, #d7e76e);
}

#person .prof {
  margin-bottom: 40px;
}

#person .prof div {
  text-align: right;
  color: #363991;
  line-height: 1.4em;
}

#person .prof div.type span {
  background: #363991;
  color: #fff;
  display: inline-block;
  padding: 0.3em 1em 0.5em;
  margin-bottom: 0.2em;
}

#person .prof div.division {
  font-size: 18px;
}

#person .prof div.name {
  font-size: 42px;
}

#person .prof div.en, #person .prof div.bio {
  font-size: 16px;
}

#person section {
  margin-bottom: 140px;
}

#person section article {
  margin-bottom: 40px;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

#person section article h3 {
  width: 300px;
}

#person section article p {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0.5em 0em 0.5em 2em;
  border-left: solid 3px #00a165;
}

#person section article p sup {
  font-size: 90%;
}

#person section article p small {
  display: block;
  background: none;
  line-height: 130%;
  font-size: 90%;
  padding-top: 1em;
  padding-bottom: 1em;
  text-indent: -3em;
  padding-left: 3em;
}

#person section figure {
  margin-bottom: 40px;
  text-align: center;
}

#person section figure.off img {
  width: 60%;
}

@media screen and (max-width: 768px) {
  #person {
    width: 100%;
  }
  #person #kv {
    padding-bottom: 4vw;
  }
  #person #kv figure img {
    width: 80%;
  }
  #person #kv h2 {
    font-size: 4vw;
  }
  #person .prof {
    width: 95%;
    margin: auto;
    margin-bottom: 5vw;
  }
  #person .prof div.division {
    font-size: 3vw;
  }
  #person .prof div.name {
    font-size: 7vw;
  }
  #person .prof div.en, #person .prof div.bio {
    font-size: 3vw;
  }
  #person section {
    margin-bottom: 15vw;
    width: 90%;
    margin: auto;
  }
  #person section article {
    margin-bottom: 10vw;
    display: block;
  }
  #person section article h3 img {
    width: 60vw;
  }
  #person section article p {
    padding-left: 1em;
  }
  #person section article p small {
    padding-left: 3em;
  }
  #person section figure.off img {
    width: 80%;
  }
  #person #person-index {
    width: 90%;
    margin: auto;
    padding-top: 10vw;
  }
}

#career {
  padding-bottom: 60px;
}

#career #kv .kv div {
  width: 100%;
  max-width: initial;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#career #career-nav {
  max-width: 960px;
  margin: auto;
  padding: 40px 0;
}

#career #career-nav ul {
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#career #career-nav ul li {
  width: 24%;
  margin: 0 1%;
}

#career #career-nav ul li a {
  overflow: hidden;
}

#career #career-nav ul li a img {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#career #career-nav ul li a:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

#career #career-nav ul li a figure {
  overflow: hidden;
}

#career #career-nav ul li a span {
  font-size: 27px;
  font-weight: bold;
  color: #363991;
  margin-bottom: 0.1em;
  display: inline-block;
}

#career #career-nav ul li a p {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 14px;
  background: url(../images/arrow-down.svg) right center/1.3em no-repeat;
}

@media screen and (max-width: 768px) {
  #career #career-nav {
    padding: 5vw;
  }
  #career #career-nav ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #career #career-nav ul li {
    width: 48%;
    margin-bottom: 3vw;
  }
  #career #career-nav ul li a span {
    font-size: 5vw;
  }
  #career #career-nav ul li a p {
    font-size: 2.7vw;
  }
}

#career .career {
  max-width: 960px;
  margin: auto;
}

#career .career section article {
  margin-bottom: 60px;
}

#career .career section article h4 {
  border-left: solid 4px #363991;
  background: #f5f5f5;
  color: #363991;
  font-size: 26px;
  padding: 0.5em 1em;
  font-weight: normal;
  margin-bottom: 1em;
}

#career .career section#welfare article .list {
  margin-bottom: 60px;
}

#career .career section#welfare article .list ul li {
  background: url(../../career/images/welfare-point.svg) left center/1.2em no-repeat;
  font-size: 16px;
  padding: 0.2em 0;
  padding-left: 1.5em;
  margin-bottom: 0.6em;
}

#career .career section#welfare article .feature ul {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#career .career section#welfare article .feature ul li {
  margin-bottom: 10px;
  width: 19%;
  background: #f5f5f5;
}

#career .career section#welfare article .feature ul li:nth-child(even) {
  background: #eaf5f5;
}

#career .career section#welfare article .data ul {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#career .career section#welfare article .data ul li {
  width: 24%;
  margin-bottom: 20px;
  background: #f5f5f5;
}

@media screen and (max-width: 768px) {
  #career .career {
    max-width: 90%;
  }
  #career .career section article {
    margin-bottom: 10vw;
  }
  #career .career section article h4 {
    font-size: 4vw;
  }
  #career .career section#welfare article .list {
    margin-bottom: 10vw;
  }
  #career .career section#welfare article .list ul li {
    font-size: 3.5vw;
    line-height: 1.4em;
  }
  #career .career section#welfare article .feature ul li {
    width: 48%;
  }
  #career .career section#welfare article .data ul li {
    width: 100%;
  }
  #career .career section#welfare article .data ul li img {
    width: 100%;
  }
}

#photo .photo {
  padding-bottom: 60px;
}

#photo .photo #map {
  max-width: 960px;
  margin: auto;
  position: relative;
}

#photo .photo #map .area a {
  font-size: 28px;
  width: 220px;
  height: 46px;
  width: 23.5%;
  height: 4.7%;
  position: absolute;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  top: 0;
}

#photo .photo #map .area a#honbu {
  right: 9%;
  top: 61.1%;
}

#photo .photo #map .area a#hokkaido {
  right: 13%;
  top: 11%;
}

#photo .photo #map .area a#tohoku {
  right: 9.2%;
  top: 43.7%;
}

#photo .photo #map .area a#hokuriku {
  left: 42.4%;
  top: 46.3%;
}

#photo .photo #map .area a#haneda {
  right: 7.2%;
  top: 67.3%;
}

#photo .photo #map .area a#kanto {
  right: 13.4%;
  top: 73.1%;
}

#photo .photo #map .area a#chubu {
  left: 50.2%;
  top: 79.7%;
}

#photo .photo #map .area a#kinki {
  left: 25.5%;
  top: 62.4%;
}

#photo .photo #map .area a#shikoku {
  left: 33.7%;
  top: 87.1%;
}

#photo .photo #map .area a#chugoku {
  left: 2%;
  top: 67.3%;
}

#photo .photo #map .area a#kyushu {
  left: 24.1%;
  top: 93.5%;
}

#photo .photo #map .area a#okinawa {
  left: 2%;
  top: 38.5%;
}

#photo .photo #map .list {
  position: absolute;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, right top, from(#72baff), to(#d7e76e));
  background: -webkit-linear-gradient(left, #72baff, #d7e76e);
  background: -o-linear-gradient(left, #72baff, #d7e76e);
  background: linear-gradient(90deg, #72baff, #d7e76e);
  background: #00a165;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  padding: 0.5em 3em 0.5em 1.5em;
  display: block;
  line-height: 1.4em;
  border-radius: 5em;
  border: solid 2px #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

#photo .photo #map .list:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

#photo .photo #map .list:after {
  content: "\e5e1";
  position: absolute;
  right: 0.8em;
  top: calc(50% - 0.7em);
  width: 1em;
  height: 1em;
  font-family: "Material icons";
}

#photo #map-detail {
  display: none;
}

@media screen and (max-width: 768px) {
  #photo .photo {
    padding-top: 5vw;
  }
  #photo .photo #map .area a {
    font-size: 3.2vw;
  }
  #photo .photo #map .list {
    font-size: 3vw;
    bottom: -3em;
    right: 1em;
  }
}

#modal.map-modal {
  z-index: 10001;
}

#modal.map-modal.keyword-modal #modal_inner {
  height: auto;
}

#modal.map-modal #modal_inner {
  height: 100%;
}

#modal.map-modal #modal_inner #modal_close {
  width: 60px;
  height: 60px;
  border-radius: 1000px;
  background: #363991;
  right: -80px;
  top: 0;
}

#modal.map-modal #modal_inner #modal_close:before, #modal.map-modal #modal_inner #modal_close:after {
  width: 50%;
  left: 25%;
}

#modal.map-modal #modal_inner #modal_container {
  height: 100%;
  max-width: 640px;
  overflow: visible;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#modal.map-modal #modal_inner #modal_container h3.border {
  margin-bottom: 0.5em;
}

#modal.map-modal #modal_inner #modal_container .images {
  height: 100%;
  overflow-y: auto;
}

#modal.map-modal #modal_inner #modal_container .images img {
  margin-bottom: 20px;
}

#modal.map-modal #modal_inner #modal_container .images img:last-child {
  margin-bottom: 0;
}

#modal.map-modal #modal_inner #modal_container .images span {
  display: inline-block;
  margin-bottom: 2em;
}

#modal.map-modal #modal_inner #modal_container .images span:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  #modal.map-modal #modal_inner #modal_close {
    right: 3vw;
    top: 3vw;
    width: 15vw;
    height: 15vw;
  }
}

#recruit .recruit-nav {
  padding: 80px 0 60px;
}

#recruit .recruit-nav ul {
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#recruit .recruit-nav ul li {
  margin: 0 10px;
}

#recruit .recruit-nav ul li a {
  border: solid 1px #363991;
  display: block;
  padding: 0.5em 1em;
  font-size: 16px;
  color: #000;
  width: 15em;
  background: url(../images/arrow.svg) right 1em center no-repeat;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

#recruit .recruit-nav ul li a:hover {
  background-color: #363991;
  color: #fff;
}

@media screen and (max-width: 768px) {
  #recruit .recruit-nav {
    padding: 10vw 0;
  }
  #recruit .recruit-nav ul li {
    margin: 0 1vw;
  }
  #recruit .recruit-nav ul li a {
    width: 6.8em;
    font-size: 3.3vw;
    background-size: 0.8em;
    background-position: right 0.5em center;
    padding: 0.4em 0.9em;
  }
}

#recruit .recruit {
  width: 960px;
  margin: auto;
}

#recruit .recruit section {
  margin-bottom: 80px;
}

#recruit .recruit table {
  border-top: solid 2px #363991;
  border-bottom: solid 2px #363991;
}

#recruit .recruit table tbody > tr > th, #recruit .recruit table tbody > tr > td {
  font-size: 16px;
  line-height: 1.8em;
  padding: 1em;
  border-bottom: solid 1px #ccc;
}

#recruit .recruit table tbody > tr > th {
  border-right: solid 1px #ccc;
  white-space: nowrap;
  text-align: left;
  font-weight: normal;
}

#recruit .recruit table tbody > tr > td dl {
  margin-bottom: 10px;
}

#recruit .recruit table tbody > tr > td dl dt {
  background: #363991;
  color: #fff;
  padding: 0.3em 0.3em 0.4em;
}

#recruit .recruit table tbody > tr > td dl dd {
  line-height: 1.8em;
}

#recruit .recruit table tbody > tr > td ins {
  background: #fff;
  display: block;
  line-height: 1.8em;
  padding: 0.4em;
  font-size: 16px;
  margin-top: 0.6em;
}

#recruit .recruit table tbody > tr > td .table p {
  margin-bottom: 0;
}

#recruit .recruit table tbody > tr > td .table table {
  border-bottom: solid 2px #000;
  background: #fff;
}

#recruit .recruit table tbody > tr > td .table table tr th, #recruit .recruit table tbody > tr > td .table table tr td {
  background: #fff;
  padding: 0.5em 1em;
  border-right: solid 1px #ccc;
}

#recruit .recruit table tbody > tr > td .table table tr th:last-child, #recruit .recruit table tbody > tr > td .table table tr td:last-child {
  border-right: 0;
}

#recruit .recruit table tbody > tr > td .table table tr:first-child {
  border-top: solid 2px #000;
  border-bottom: solid 2px #000;
}

#recruit .recruit table tbody > tr > td .table .anno {
  padding-top: 1em;
  font-size: 16px;
  line-height: 1.8em;
}

#recruit .recruit table tbody > tr:nth-child(even) {
  background: #f5f5f5;
}

#recruit .recruit #flow .flow dl {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 20px;
}

#recruit .recruit #flow .flow dl dt {
  width: 240px;
  position: relative;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

#recruit .recruit #flow .flow dl dt span {
  background: #363991;
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#recruit .recruit #flow .flow dl dt:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 20px;
  position: absolute;
  left: 0;
  bottom: -20px;
  background: url(../images/triangle.svg) center top no-repeat;
}

#recruit .recruit #flow .flow dl dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #f5f5f5;
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1em;
  font-size: 16px;
  padding: 1em 1em;
}

#recruit .recruit #flow .flow dl dd .donwload {
  line-height: 1.6em;
}

#recruit .recruit #flow .flow dl dd .donwload a {
  text-decoration: underline;
}

#recruit .recruit #flow .flow dl dd .donwload a:hover {
  text-decoration: none;
}

#recruit .recruit #flow .flow dl:last-of-type dt:after {
  display: none;
}

@media screen and (max-width: 768px) {
  #recruit .recruit {
    width: 90%;
  }
  #recruit .recruit section {
    margin-bottom: 15vw;
  }
  #recruit .recruit table > tbody > tr > th, #recruit .recruit table > tbody > tr > td {
    font-size: 3.5vw;
    display: block;
    width: calc(100% - 2em);
  }
  #recruit .recruit table > tbody > tr > th {
    background: #f5f5f5;
    border-right: 0;
  }
  #recruit .recruit table > tbody > tr > td {
    background: #fff;
  }
  #recruit .recruit table > tbody > tr > td dl dt {
    line-height: 1.4em;
  }
  #recruit .recruit table > tbody > tr > td ins {
    font-size: 3.5vw;
  }
  #recruit .recruit table > tbody > tr > td .table table tr th, #recruit .recruit table > tbody > tr > td .table table tr td {
    display: table-cell;
  }
  #recruit .recruit table > tbody > tr > td .table .anno {
    font-size: 3.5vw;
  }
  #recruit .recruit #flow .flow dl {
    margin-bottom: 5vw;
  }
  #recruit .recruit #flow .flow dl dt {
    width: 30vw;
  }
  #recruit .recruit #flow .flow dl dt img {
    height: 5vw;
  }
  #recruit .recruit #flow .flow dl dt:after {
    height: 6vw;
  }
  #recruit .recruit #flow .flow dl dd {
    font-size: 3.5vw;
  }
  #recruit .recruit #flow .flow dl dd .donwload a {
    display: inline-block;
    white-space: nowrap;
    font-size: 3.5vw;
  }
}
