@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
html, a {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent; }

a {
  color: #0055A9; }

a:hover {
  color: #0088d3; }

body {
  font-family: 'Open Sans', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.5; }

img {
  vertical-align: bottom; }

html, body {
  font-size: 16px; }

h1, h2, h3, h4, h5 {
  font-size: 100%;
  font-weight: 100;
  margin: 0;
  line-height: 1.5; }

ul, li, dl, dt, dd, figure {
  margin: 0;
  padding: 0;
  list-style: none; }

#loader-bg {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: #fff;
  z-index: 9100; }

#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -40px 0 0 -40px;
  z-index: 9200; }

#container {
  width: 100%;
  padding: 0;
  position: relative;
  overflow: hidden; }

.header {
  display: flex;
  position: relative;
  background-color: #005BAC;
  padding-bottom: 105px; }
  .header h1 {
    margin-right: auto; }
    .header h1 a {
      display: block;
      width: 280px;
      height: 80px;
      background: url("../img/logo.png");
      text-indent: -9000px;
      overflow: hidden; }
  .header nav .nav {
    height: 80px;
    display: flex;
    align-items: center; }
    .header nav .nav li a {
      margin: 0 1.5em;
      font-size: 14px;
      font-weight: bold;
      color: #fff;
      position: relative;
      display: inline-block;
      text-decoration: none; }
      .header nav .nav li a:hover {
        color: #fff;
        transition: transform .3s; }
      .header nav .nav li a:after {
        position: absolute;
        bottom: -10px;
        left: 0;
        content: '';
        width: 100%;
        height: 2px;
        background: #fff;
        transform: scale(0, 1);
        transform-origin: center top;
        transition: transform .3s; }
      .header nav .nav li a:hover::after {
        transform: scale(1, 1); }
  .header .pickup {
    width: 100%;
    height: 100px;
    position: absolute;
    top: 80px;
    left: 0;
    display: flex;
    justify-content: space-between; }
    .header .pickup li {
      width: 33%; }
      .header .pickup li a {
        display: block;
        width: 100%;
        height: 100px;
        background-color: #fff;
        vertical-align: middle;
        text-align: center;
        font-weight: bold;
        font-size: 12px;
        color: #333;
        padding-top: 5px; }
        .header .pickup li a:hover {
          opacity: 0.9;
          transition: .2s; }
      .header .pickup li em {
        display: block;
        color: #0055A9;
        font-size: 20px;
        font-style: normal; }
  .header #nav_toggle {
    display: none; }

.slider {
  opacity: 0;
  transition: opacity .3s linear;
  background-color: #efefef;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto; }
  .slider li a {
    width: 100%;
    display: table; }
  .slider li {
    width: 100%;
    display: table; }
    .slider li .mainImage {
      display: table-cell;
      width: 60%; }
      .slider li .mainImage img {
        width: 100%;
        max-height: 615px;
        vertical-align: bottom;
        object-fit: cover;
        object-position: 0 0; }
    .slider li .mainTxt {
      display: table-cell;
      vertical-align: middle;
      width: 40%;
      padding: 0 30px;
      position: relative; }
      .slider li .mainTxt:before {
        content: "";
        display: block;
        background: url("../features/img/features.svg") no-repeat center top;
        width: 135px;
        height: 98px;
        margin: 0 auto 1.5em; }
      .slider li .mainTxt h2 {
        font-family: 'Noto Sans JP', sans-serif;
        font-size: 24px;
        font-weight: bold;
        line-height: 1.5;
        color: #fff;
        margin-bottom: 1em;
        letter-spacing: .1em;
        text-align: center; }
        .slider li .mainTxt h2 .br {
          display: none; }
      .slider li .mainTxt p {
        text-align: center; }
  .slider .slick-arrow {
    display: none !important; }
  .slider .slick-dots {
    position: absolute;
    right: 10px;
    bottom: 10px;
    justify-content: flex-end; }
    .slider .slick-dots li {
      display: inline; }

.slider.slick-initialized {
  opacity: 1; }

.mt1 {
  background-color: #00ABEB; }

.mt2 {
  background-color: #EC6D65; }

.mt3 {
  background-color: #E85298; }

.mt4 {
  background-color: #F18D00; }

.mt5 {
  background-color: #7774B5; }

.mt6 {
  background-color: #6FBA2C; }

.mt7 {
  background-color: #2BB7B3; }

.banner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 15px 0;
  background-color: #efefef; }
.banner li {
  padding: 7px; }

.news {
  background: #0084D1 url("../img/ttl_bg.png") repeat center;
  background-size: contain;
  color: #fff; }
  .news dl {
    display: table;
    font-size: 14px; }
    .news dl dt {
      display: table-cell;
      vertical-align: middle;
      width: 120px;
      font-weight: bold;
      color: #FFF100;
      padding: 1em 0;
      text-align: center; }
    .news dl dd {
      display: table-cell;
      padding: 1em 0; }
  .news span {
    margin-right: 1em; }

footer {
  background-color: #515151;
  padding-top: 1.5em; }
  footer ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    footer ul a {
      color: #FFF;
      font-size: 14px;
      padding: 0 1.5em; }
  footer .stop {
    text-align: center;
    margin-top: 1.5em; }
    footer .stop a {
      display: inline-block;
      background-color: #FF0;
      color: #1a1a1a;
      font-weight: bold;
      padding: 1em 2em;
      font-size: 14px;
      border-radius: 5px; }
      footer .stop a em {
        font-style: normal; }
      footer .stop a:before {
        content: "\f019";
        font-family: FontAwesome;
        display: inline-block;
        font-size: 16px;
        margin-right: 5px;
        vertical-align: -1px; }
  footer .copy {
    background-color: #515151;
    border-top: 1px solid #efefef;
    font-size: 12px;
    color: #FFF;
    text-align: center;
    padding: 1.5em 0;
    margin: 2em 0 0; }

.pagetop {
  background-color: rgba(142, 144, 144, 0.9);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: fixed;
  right: 10px;
  bottom: 15px; }
  .pagetop a {
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    color: #FFF;
    font-size: 12px;
    padding-top: 7px; }
    .pagetop a:after {
      content: "\f106";
      font-family: FontAwesome;
      font-size: 30px;
      color: #fff;
      position: absolute;
      top: -12px;
      left: 50%;
      transform: translateX(-50%); }

.contents {
  background-color: #EFEFEF;
  padding: 40px 0; }
  .contents .wrap {
    width: 100%;
    max-width: 990px;
    margin: 0 auto;
    background-color: #FFF; }
    .contents .wrap header {
      background: url("../img/ttl_bg.png") no-repeat center top;
      height: 150px;
      box-sizing: border-box;
      text-align: center;
      color: #fff; }
      .contents .wrap header h2 {
        font-family: 'Noto Sans JP', sans-serif;
        font-size: 28px;
        font-weight: bold;
        letter-spacing: 5px;
        padding-top: 30px; }
      .contents .wrap header .lead {
        font-size: 14px;
        margin: 0.5em 0; }
    .contents .wrap .inner {
      padding: 40px; }
    .contents .wrap .pdf {
      font-size: 14px; }
      .contents .wrap .pdf:before {
        content: "\f019";
        font-family: FontAwesome;
        display: inline-block;
        font-size: 14px;
        margin-right: 4px; }
      .contents .wrap .pdf:hover {
        text-decoration: underline; }
  .contents.topic .wrap header {
    padding-top: 20px; }
    .contents.topic .wrap header .svg path {
      color: #fff;
      fill: currentColor; }
    .contents.topic .wrap header em {
      font-size: 14px;
      font-weight: bold;
      font-style: normal;
      position: relative;
      top: -5px; }
    .contents.topic .wrap header h2 {
      padding: 0;
      font-size: 20px;
      letter-spacing: 2px; }

#document .section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: auto; }
#document .col {
  width: 200px;
  text-align: center;
  margin-bottom: 40px; }
  #document .col h3 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 0.75em; }
#document .empty {
  width: 200px;
  height: 0; }

#rate h2 {
  padding-top: 50px; }
#rate dl {
  margin-bottom: 1em; }
#rate dt {
  font-weight: bold; }
#rate dd {
  margin-left: 1em; }
#rate .color {
  color: #005BAC; }

#guide .row {
  display: flex;
  justify-content: center; }
  #guide .row .col {
    margin: 1em 30px 0;
    text-align: center; }
    #guide .row .col h3 {
      font-weight: bold; }
    #guide .row .col figure {
      margin: .5em auto;
      height: 184px;
      display: table; }
      #guide .row .col figure a {
        display: table-cell;
        vertical-align: middle; }
#guide .npdf {
  background-color: #ddd;
  padding: 0.5em 1em;
  font-weight: bold;
  text-align: center;
  margin: 1.5em 0; }
#guide dt {
  font-weight: bold; }
#guide dd {
  margin-left: 1em;
  margin-top: 0.5em; }
  #guide dd .br {
    display: none; }
#guide .color {
  color: #005BAC; }

#standard h2 {
  padding-top: 50px; }
#standard h3 {
  font-size: 22px;
  font-weight: bold;
  color: #0055A9;
  text-align: center;
  border-bottom: 1px solid #0055A9;
  padding-bottom: 20px;
  margin-bottom: 40px; }
  #standard h3 small {
    display: block;
    font-weight: normal;
    color: #333;
    font-size: 12px; }
#standard h4 {
  font-weight: bold; }
#standard .col {
  margin-bottom: 1em; }
#standard .heading {
  font-weight: bold; }
#standard .lblue {
  color: #0055A9; }
#standard .area {
  border-top: 1px solid #0055A9;
  border-bottom: 1px solid #0055A9;
  padding: 20px 0;
  margin: 40px 0; }
  #standard .area a:before {
    content: "\f18e";
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 4px; }
  #standard .area li {
    margin-top: 0.25em; }
  #standard .area .link {
    margin-bottom: 1em; }
  #standard .area .order dt {
    font-weight: bold; }
  #standard .area p {
    font-size: 14px;
    margin: 1em 0 0; }
#standard .contact dd {
  margin: 0.5em 0 0 1em; }
  #standard .contact dd .br {
    display: none; }
#standard .list {
  margin-bottom: 40px;
  font-size: 14px; }
  #standard .list dl {
    border-bottom: 1px solid #ccc;
    padding: 1em 0;
    display: flex;
    justify-content: space-between; }
#standard .app dl {
  margin-bottom: 40px;
  text-align: center; }
  #standard .app dl dd {
    width: 100%;
    max-width: 500px;
    margin: 0 auto; }
    #standard .app dl dd img {
      width: 100%; }

#features .category {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 5px 0;
  max-width: 1280px;
  margin: 0 auto; }
  #features .category a {
    display: block;
    width: 300px;
    margin: 5px;
    background-color: #FFF;
    position: relative;
    color: #333;
    box-sizing: border-box; }
    #features .category a:before {
      content: "READ MORE";
      font-size: 10px;
      font-weight: bold;
      color: #FFF;
      position: absolute;
      bottom: -18px;
      left: 15px; }
    #features .category a:after {
      content: "\f105";
      font-family: FontAwesome;
      font-size: 15px;
      font-weight: bold;
      color: #FFF;
      line-height: 1;
      position: absolute;
      bottom: -17px;
      right: 10px; }
    #features .category a figure img {
      width: 100%; }
    #features .category a .icon {
      position: absolute;
      top: 205px;
      left: 50%;
      transform: translateX(-50%); }
    #features .category a h3 {
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: bold;
      line-height: 1.5;
      text-align: center;
      margin: 45px 0 1em;
      letter-spacing: 0; }
  #features .category #f1 {
    border-bottom: 20px solid #00ABEB; }
    #features .category #f1 h3:first-letter {
      color: #00ABEB; }
  #features .category #f2 {
    border-bottom: 20px solid #EC6D65; }
    #features .category #f2 h3:first-letter {
      color: #EC6D65; }
  #features .category #f3 {
    border-bottom: 20px solid #E85298; }
    #features .category #f3 h3:first-letter {
      color: #E85298; }
  #features .category #f4 {
    border-bottom: 20px solid #F18D00; }
    #features .category #f4 h3:first-letter {
      color: #F18D00; }
  #features .category #f5 {
    border-bottom: 20px solid #7774B5; }
    #features .category #f5 h3:first-letter {
      color: #7774B5; }
  #features .category #f6 {
    border-bottom: 20px solid #6FBA2C; }
    #features .category #f6 h3:first-letter {
      color: #6FBA2C; }
  #features .category #f7 {
    border-bottom: 20px solid #2BB7B3; }
    #features .category #f7 h3:first-letter {
      color: #2BB7B3; }
#features .empty {
  width: 300px;
  height: 0;
  margin: 5px; }
#features .inner {
  padding: 20px; }
#features article {
  width: 100%;
  max-width: 990px;
  margin: 0 auto; }
  #features article > header {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 1.5em 0 1em; }
    #features article > header:before {
      width: 80px;
      height: 60px;
      margin: 0 auto 1em;
      content: "";
      display: block;
      background: url("../features/img/features.svg") no-repeat center top;
      background-size: contain; }
    #features article > header h2 {
      font-family: 'Noto Sans JP', sans-serif;
      font-size: 24px;
      font-weight: bold;
      line-height: 1.5;
      color: #fff;
      margin-bottom: .2em;
      letter-spacing: .1em;
      text-align: center; }
      #features article > header h2 br {
        display: none; }
    #features article > header p {
      text-align: center;
      margin: 0.5em 0; }
      #features article > header p img {
        height: 14px; }
    #features article > header.mt3 p img, #features article > header.mt7 p img {
      height: 25px; }
  #features article .lead {
    background: url("../features/img/lead_bg.png") no-repeat center;
    margin: 0;
    font-family: "Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    font-weight: bold;
    line-height: 2;
    text-align: center;
    padding: 40px 0; }
  #features article .cont {
    background-color: #FFF;
    padding: 60px 0; }
    #features article .cont section {
      width: 100%;
      max-width: 860px;
      margin: 0 auto 80px; }
      #features article .cont section:last-child {
        margin-bottom: 0; }
    #features article .cont h3 {
      font-family: 'Noto Sans JP', sans-serif;
      font-size: 24px;
      font-weight: bold;
      color: #666;
      text-align: center;
      padding-bottom: 0.5em;
      border-bottom: 4px solid #333; }
    #features article .cont figure {
      margin: 40px auto;
      width: 100%;
      max-width: 600px; }
    #features article .cont .col {
      margin: 40px auto 0;
      width: 100%;
      max-width: 600px; }
      #features article .cont .col h4 {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 0.5em;
        text-align: center; }
      #features article .cont .col figure {
        margin: 20px 0;
        text-align: center; }
      #features article .cont .col p {
        font-size: 14px;
        line-height: 1.8; }
  #features article .case header {
    text-align: center;
    padding: 30px 0;
    font-size: 18px;
    font-weight: bold;
    color: #FFF; }
    #features article .case header .ttl {
      margin: 0 0 0.5em; }
    #features article .case header h3 {
      font-family: "Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif; }
  #features article .case .row {
    width: 100%;
    max-width: 860px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 40px 0; }
    #features article .case .row .col {
      width: 100%;
      max-width: 400px;
      margin: 0 auto 30px;
      padding: 20px;
      box-sizing: border-box; }
      #features article .case .row .col figure {
        text-align: center; }
        #features article .case .row .col figure img {
          width: 100%; }
        #features article .case .row .col figure figcaption {
          font-size: 14px;
          font-weight: bold;
          margin-top: 1em; }
          #features article .case .row .col figure figcaption small {
            display: block; }
      #features article .case .row .col p {
        font-size: 14px;
        margin-bottom: 0; }
  #features article .case .vtl img {
    width: auto !important;
    height: 260px !important; }
  #features article .case .empty {
    width: 100%;
    max-width: 420px;
    height: 0; }
#features #feat1 .color {
  color: #00ABEB; }
#features #feat1 .case {
  background-color: #E5F1F8; }
  #features #feat1 .case .col {
    border: 1px solid #00ABEB; }
    #features #feat1 .case .col figure {
      color: #00ABEB; }
#features #feat1 .cont .row {
  display: flex;
  flex-wrap: wrap; }
  #features #feat1 .cont .row li {
    width: 33.3%;
    text-align: center;
    margin-top: 40px; }
#features #feat1 .cont .col {
  display: flex;
  max-width: 860px;
  margin-top: 40px; }
  #features #feat1 .cont .col figure {
    margin: 0;
    margin-left: 20px; }
  #features #feat1 .cont .col:nth-child(odd) {
    flex-direction: row-reverse; }
    #features #feat1 .cont .col:nth-child(odd) figure {
      margin: 0;
      margin-right: 20px; }
#features #feat2 .color {
  color: #EC6D65; }
#features #feat2 .case {
  background-color: #FEF3F0; }
  #features #feat2 .case .col {
    border: 1px solid #EC6D65; }
    #features #feat2 .case .col figure {
      color: #EC6D65; }
#features #feat2 .cont .cont1 .col {
  display: flex;
  max-width: 860px;
  margin-top: 40px; }
  #features #feat2 .cont .cont1 .col figure {
    margin: 0;
    margin-right: 40px; }
  #features #feat2 .cont .cont1 .col h4 {
    color: #EC6D65;
    text-align: left; }
#features #feat2 .cont .cont2 figure {
  max-width: 860px; }
  #features #feat2 .cont .cont2 figure img {
    width: 100%; }
#features #feat3 .color {
  color: #E85298; }
#features #feat3 .case {
  background-color: #FDF2F7; }
  #features #feat3 .case .col {
    border: 1px solid #E85298; }
    #features #feat3 .case .col figure {
      color: #E85298; }
#features #feat3 .cont .cont1 figure {
  width: 100%;
  max-width: 860px; }
  #features #feat3 .cont .cont1 figure img {
    width: 100%; }
#features #feat3 .cont .cont2 .row {
  display: flex;
  justify-content: space-between; }
  #features #feat3 .cont .cont2 .row .col {
    margin-top: 40px;
    width: 48%; }
#features #feat4 .color {
  color: #F18D00; }
#features #feat4 .case {
  background-color: #FEF0DD; }
  #features #feat4 .case .col {
    border: 1px solid #F18D00; }
    #features #feat4 .case .col figure {
      color: #F18D00; }
#features #feat5 h2 .br {
  display: none; }
#features #feat5 .color {
  color: #7774B5; }
#features #feat5 .case {
  background-color: #D0CDE6; }
  #features #feat5 .case .col {
    border: 1px solid #7774B5; }
    #features #feat5 .case .col figure {
      color: #7774B5; }
#features #feat6 .color {
  color: #6FBA2C; }
#features #feat6 .case {
  background-color: #EEF5E3; }
  #features #feat6 .case .col {
    border: 1px solid #6FBA2C; }
    #features #feat6 .case .col figure {
      color: #6FBA2C; }
#features #feat7 .color {
  color: #2BB7B3; }
#features #feat7 .case {
  background-color: #EAF5F5; }
  #features #feat7 .case .col {
    border: 1px solid #2BB7B3; }
    #features #feat7 .case .col figure {
      color: #2BB7B3; }

#works .theme {
  text-align: center;
  border: 1px solid #005BAC;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 2px;
  color: #005BAC;
  padding: 1em;
  width: 100%;
  max-width: 600px;
  margin: 0 auto 40px;
  box-sizing: border-box; }
#works .cont {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 60px; }
  #works .cont:last-child {
    margin-bottom: 0; }
  #works .cont h3 {
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #333;
    padding-bottom: 1em;
    margin-bottom: 1em;
    text-align: center; }
    #works .cont h3 span {
      display: block;
      width: 150px;
      background-color: #1a1a1a;
      font-size: 12px;
      font-weight: bold;
      color: #FFF;
      padding: 0.25em 1em;
      margin: 1em auto 0; }
  #works .cont p {
    margin: 0;
    font-size: 14px;
    line-height: 1.8; }
  #works .cont figure {
    text-align: center;
    max-width: 600px;
    margin: 30px auto 0; }
    #works .cont figure.vtl, #works .cont figure .vtl {
      max-width: 300px;
      text-align: center; }
    #works .cont figure.vtl2 {
      width: 150px; }
    #works .cont figure img {
      width: 100%; }
    #works .cont figure figcaption {
      font-size: 12px;
      margin-top: 0.5em; }
  #works .cont .row {
    margin-top: 40px; }
    #works .cont .row .col {
      margin-bottom: 40px; }
    #works .cont .row .ttl {
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 0.5em;
      color: #666;
      line-height: 1.4; }
    #works .cont .row .web {
      font-size: 18px;
      color: #009FB0; }
    #works .cont .row .paper {
      font-size: 18px;
      color: #008CD6; }
    #works .cont .row .media2 {
      margin: 1em 0 -1em; }
    #works .cont .row em {
      font-style: normal;
      display: block;
      font-size: 18px; }
#works .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  #works .row a {
    width: 49%;
    height: 80px;
    margin-bottom: 20px;
    border: 1px solid #005BAC;
    display: flex;
    align-items: center;
    padding-left: 1em;
    box-sizing: border-box;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 2px;
    color: #005BAC;
    position: relative; }
    #works .row a:after {
      content: "\f105";
      font-family: FontAwesome;
      font-size: 20px;
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translateY(-50%);
      color: #005BAC; }
    #works .row a:hover {
      background-color: #0088d3;
      border-color: #0088D3;
      color: #fff;
      transition: .2s; }
      #works .row a:hover:after {
        color: #fff; }

#data .section {
  border-bottom: 1px solid #ccc;
  padding-bottom: 40px;
  margin-bottom: 40px;
  position: relative;
  display: flex; }
  #data .section:last-child {
    border: none;
    padding: 0;
    margin: 0; }
  #data .section .col {
    flex: 1; }
  #data .section figure {
    width: 180px; }
  #data .section h3 {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: #0055A9; }
    #data .section h3 small {
      margin-left: 1em;
      font-size: 14px;
      font-weight: normal; }
#data .br {
  display: none; }
#data em {
  font-size: 28px;
  font-weight: bold;
  font-style: normal;
  padding: 0 0.2em; }
#data figure a:hover {
  opacity: .8; }

@media screen and (min-width: 1200px) {
  #topPage {
    padding: 40px 0 0; } }
@media screen and (max-width: 1200px) {
  #topPage {
    padding: 0; } }
@media screen and (max-width: 990px) {
  .fixed {
    position: fixed;
    width: 100%;
    height: 100%; }

  .header {
    position: relative;
    z-index: 9000; }
    .header h1 {
      padding-top: 80px;
      position: relative; }
      .header h1 a {
        position: absolute;
        top: 0; }
    .header nav {
      display: none; }
    .header #nav_toggle {
      display: block; }

  .slicknav_menu {
    font-size: 30px !important; }
    .slicknav_menu .slicknav_btn {
      position: absolute;
      top: 40px;
      right: 20px;
      transform: translateY(-50%); }
    .slicknav_menu .slicknav_icon .slicknav_icon-bar {
      transition: 0.6s ease; }
    .slicknav_menu .active .slicknav_icon .slicknav_icon-bar {
      margin: 0; }
      .slicknav_menu .active .slicknav_icon .slicknav_icon-bar:nth-child(1) {
        transform: rotate(225deg);
        margin-top: 10px; }
      .slicknav_menu .active .slicknav_icon .slicknav_icon-bar:nth-child(2) {
        background-color: transparent;
        margin-top: -2px; }
      .slicknav_menu .active .slicknav_icon .slicknav_icon-bar:nth-child(3) {
        transform: rotate(-225deg);
        margin-top: -4px; }
    .slicknav_menu .slicknav_nav {
      position: absolute;
      top: 185px;
      left: 0;
      background-color: #efefef;
      width: 100vw;
      height: 100vh; }
      .slicknav_menu .slicknav_nav li {
        padding: 0 10px; }
        .slicknav_menu .slicknav_nav li a {
          padding: 1em 0;
          margin: 0;
          font-size: 14px !important;
          font-weight: bold;
          border-bottom: 1px solid #aaa;
          color: #333; }
          .slicknav_menu .slicknav_nav li a:after {
            content: "\f105";
            font-family: FontAwesome;
            font-size: 15px;
            position: absolute;
            right: 10px;
            color: #333; }
          .slicknav_menu .slicknav_nav li a .slicknav_arrow {
            position: absolute;
            right: 19px;
            top: 10px;
            margin: 0;
            color: #FFF; }
          .slicknav_menu .slicknav_nav li a:hover {
            background: transparent;
            border-radius: 0; }
        .slicknav_menu .slicknav_nav li .sub_menu {
          border: none;
          background-color: #fff;
          padding: 0.5em 0; }
          .slicknav_menu .slicknav_nav li .sub_menu li {
            border: none; }
            .slicknav_menu .slicknav_nav li .sub_menu li a {
              color: #050E23;
              padding: 0.5em 0; }
              .slicknav_menu .slicknav_nav li .sub_menu li a .sp {
                display: inline;
                font-weight: normal;
                font-size: 80%;
                padding-left: 0.5em; }

  .contents {
    padding: 0; }

  .news span {
    display: block; } }
@media screen and (max-width: 960px) {
  .slider li a {
    width: 100%;
    display: table; }
  .slider li {
    width: 100%;
    display: table; }
    .slider li .mainImage {
      display: block;
      width: 100%;
      padding-top: 60%;
      position: relative; }
      .slider li .mainImage img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
    .slider li .mainTxt {
      display: block;
      width: 100%;
      box-sizing: border-box;
      padding: 30px 0; }
      .slider li .mainTxt:before {
        width: 80px;
        height: 60px;
        margin: 0 auto 1em;
        background-size: contain; }
      .slider li .mainTxt h2 {
        font-family: 'Noto Sans JP', sans-serif;
        font-size: 24px;
        font-weight: bold;
        line-height: 1.5;
        color: #fff;
        margin-bottom: .2em;
        letter-spacing: .1em;
        text-align: center; }
      .slider li .mainTxt p {
        margin: 0; }
        .slider li .mainTxt p img {
          height: 14px; }
      .slider li .mainTxt.mt3 p img, .slider li .mainTxt.mt7 p img {
        height: 25px; } }
@media screen and (max-width: 860px) {
  #features article .cont {
    padding: 60px 20px; }
  #features article .case header {
    text-align: center;
    padding: 30px 20px; }
  #features article .case .row {
    padding: 40px 20px;
    box-sizing: border-box; }
  #features #feat1 .cont .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    #features #feat1 .cont .row li {
      width: auto;
      padding: 0 1em; }
  #features #feat1 .cont .col {
    flex-direction: column;
    width: 100%;
    max-width: 600px;
    margin: 40px auto 0; }
    #features #feat1 .cont .col figure {
      margin-left: 0;
      text-align: center; }
      #features #feat1 .cont .col figure img {
        width: 100%;
        max-width: 400px; }
    #features #feat1 .cont .col h4 {
      text-align: center; }
    #features #feat1 .cont .col:nth-child(odd) {
      flex-direction: column; }
      #features #feat1 .cont .col:nth-child(odd) figure {
        margin: 0; }
  #features #feat2 .cont .cont1 .col {
    flex-direction: column;
    width: 100%;
    max-width: 600px; }
    #features #feat2 .cont .cont1 .col figure {
      margin-right: 0;
      margin-bottom: 20px;
      text-align: center; }
    #features #feat2 .cont .cont1 .col h4 {
      text-align: center; }
  #features #feat3 .cont .cont2 .row {
    flex-direction: column; }
    #features #feat3 .cont .cont2 .row .col {
      width: 100%;
      max-width: 600px; } }
@media screen and (max-width: 768px) {
  .header .pickup li {
    width: 32.8%; }

  .slider li .mainImage {
    padding-top: 72%; } }
@media screen and (max-width: 680px) {
  #document .section {
    justify-content: center; }
  #document .col {
    margin: 0 10px 40px; } }
@media screen and (max-width: 600px) {
  .header {
    padding-bottom: 75px; }
    .header h1 {
      padding-top: 60px; }
      .header h1 a {
        width: 220px;
        height: 60px;
        background: url("../img/logo_sp.svg") no-repeat top; }
    .header nav .nav {
      height: 60px; }
    .header .pickup {
      top: 60px;
      height: 70px; }
      .header .pickup li {
        width: 32.4%;
        height: 70px; }
        .header .pickup li a {
          height: 70px; }
        .header .pickup li em {
          font-size: 12px; }
        .header .pickup li span {
          display: none; }

  .slicknav_menu {
    font-size: 26px !important; }
    .slicknav_menu .slicknav_nav {
      top: 135px; }
    .slicknav_menu .slicknav_btn {
      top: 28px;
      right: 10px; }

  .slider li .mainTxt {
    text-align: center;
    padding-top: 20px; }
    .slider li .mainTxt:before {
      margin-bottom: 0.5em; }
    .slider li .mainTxt h2 {
      font-size: calc(16px + (24 - 16)*(100vw - 320px)/(600 - 320));
      height: 4.5em;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: center; }
      .slider li .mainTxt h2 .br {
        display: block; }

  .banner ul {
    padding: 10px 0; }
  .banner li {
    padding: 1% 2%;
    box-sizing: border-box; }
    .banner li img {
      width: 140px; }

  .news dl {
    width: 100%;
    font-size: 12px;
    padding: 1em 20px;
    box-sizing: border-box; }
    .news dl dt {
      display: block;
      width: 100%;
      padding: 0;
      margin-bottom: 0.5em;
      text-align: left; }
    .news dl dd {
      display: block;
      padding: 0; }

  footer h1 {
    font-size: 16px;
    padding-bottom: 0.3em; }
  footer ul li {
    padding-top: 0.2em; }
  footer ul a {
    font-size: 13px;
    padding: 0 1em; }
  footer .stop a {
    font-size: 12px; }
  footer .copy {
    font-size: 10px; }

  .contents {
    font-size: 14px; }
    .contents .wrap header {
      height: auto;
      padding: 20px 0; }
      .contents .wrap header h2 {
        font-size: 20px;
        padding-top: 0; }
      .contents .wrap header .lead {
        font-size: 12px;
        padding: 0 20px;
        text-align: left; }
    .contents .wrap .inner {
      padding: 20px; }
    .contents.topic .wrap header em {
      font-size: 12px; }
    .contents.topic .wrap header h2 {
      font-size: 16px; }

  #media .wrap .inner {
    padding: 40px 20px; }

  #document .wrap .inner {
    padding: 20px 10px; }
  #document .col {
    text-align: center;
    margin: 0 0 40px;
    padding: 0 10px;
    box-sizing: border-box; }
    #document .col figure img {
      width: 100%;
      max-width: 180px; }
    #document .col h3 {
      font-size: 14px;
      font-weight: bold;
      margin-top: 0.75em; }
  #document .empty {
    display: none; }

  #rate h2 {
    padding: 0; }
  #rate .inner p br {
    display: none; }

  #guide .row {
    flex-direction: column; }
    #guide .row .col {
      margin-bottom: 20px; }
      #guide .row .col:last-child {
        margin-bottom: 0; }
      #guide .row .col figure {
        height: auto; }
  #guide dd {
    margin: 0;
    word-wrap: break-all; }
    #guide dd .br {
      display: block; }

  #standard h2 {
    padding: 0; }
  #standard h3 {
    font-size: 18px;
    margin-bottom: 20px; }
  #standard .contact dd {
    margin-left: 0; }
    #standard .contact dd .br {
      display: block; }
  #standard .list {
    margin-bottom: 40px;
    font-size: 14px; }
    #standard .list dl {
      border-bottom: 1px solid #ccc;
      padding: 1em 0;
      flex-direction: column; }
      #standard .list dl dd {
        margin-left: 1em; }
  #standard .app dl {
    margin-bottom: 20px;
    text-align: left; }

  #features .category {
    flex-direction: column; }
    #features .category a {
      width: 280px;
      margin: 20px auto 0; }
      #features .category a:first-child {
        margin-top: 0; }
      #features .category a .icon {
        top: 190px; }
  #features article > header:before {
    margin-bottom: 0.5em; }
  #features article > header h2 {
    font-size: calc(16px + (24 - 16)*(100vw - 320px)/(600 - 320)); }
    #features article > header h2 br {
      display: block; }
  #features article .lead {
    padding: 20px;
    text-align: left; }
    #features article .lead br {
      display: none; }
  #features article .cont {
    background-color: #FFF;
    padding: 40px 20px; }
    #features article .cont section {
      margin-bottom: 60px; }
    #features article .cont h3 {
      font-size: calc(16px + (24 - 16)*(100vw - 320px)/(600 - 320)); }
    #features article .cont figure {
      margin: 40px auto; }
      #features article .cont figure img {
        width: 100%; }
    #features article .cont .col {
      margin: 40px auto 0; }
      #features article .cont .col h4 {
        font-size: 16px; }
  #features article .case header {
    font-size: 16px;
    padding: 20px; }
  #features article .case .row {
    padding: 20px 20px 0; }
    #features article .case .row .col {
      padding: 10px;
      margin-bottom: 20px; }
      #features article .case .row .col figure figcaption {
        font-size: 12px; }
      #features article .case .row .col p {
        font-size: 12px; }
  #features article .case .vtl img {
    width: 100% !important;
    height: auto !important; }
  #features #feat1 .cont .row li {
    padding: 0; }
  #features #feat5 h2 .br {
    display: block; }

  #works .cont {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 40px; }
    #works .cont h3 {
      font-size: calc(16px + (20 - 16)*(100vw - 320px)/(600 - 320)); }
    #works .cont figure {
      margin: 20px auto 0; }
  #works .row a {
    width: 100%;
    height: auto;
    padding: 1em;
    margin-bottom: 1em; }

  #data .section {
    text-align: center;
    flex-direction: column; }
    #data .section h3 {
      font-size: 18px; }
      #data .section h3 small {
        display: block; }
      #data .section h3 br {
        font-size: 12px; }
    #data .section p {
      font-size: 14px; }
    #data .section figure {
      text-align: center;
      position: relative;
      margin: 1.5em auto 1em; }
  #data .mytown h3 {
    line-height: 1;
    margin-bottom: 1em; }
    #data .mytown h3 small {
      margin-top: 5px; }
  #data .br {
    display: block; }
  #data .box {
    margin-bottom: 40px; }
    #data .box .tit {
      font-size: 16px;
      margin-bottom: 15px; }
    #data .box .num {
      font-size: 18px;
      line-height: 1em; }
    #data .box em {
      font-size: 40px; }
    #data .box .caption {
      display: block;
      font-size: 12px;
      margin-top: 1em; }
    #data .box aside {
      margin: 20px auto 0;
      padding: 20px 0;
      box-sizing: border-box; }
  #data figure {
    margin: 30px auto; }
  #data .jmonitor {
    background-color: #EAEDF7;
    padding: 20px; }
    #data .jmonitor .ttl img {
      width: 220px; }
    #data .jmonitor p {
      font-size: 12px;
      text-align: left; }
    #data .jmonitor a {
      word-break: break-all;
      text-align: left; } }
@media screen and (max-width: 425px) {
  #document .col {
    width: 50%;
    margin-bottom: 20px; } }

/*# sourceMappingURL=style.css.map */
